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

2020-07-20 Thread Mark Wright
commit: cce662903d44519fd37ad43e7fc51e9dcb46780f
Author: Mark Wright  gentoo  org>
AuthorDate: Tue Jul 21 03:08:30 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Jul 21 03:08:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce66290

dev-util/build2: Use || die, formatting

Correct the build2/build2/buildfile build2/libbuild2/buildfile paths.

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Mark Wright  gentoo.org>

 .../build2-0.13.0_alpha0_pre20200718101251.ebuild  | 28 +-
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/dev-util/build2/build2-0.13.0_alpha0_pre20200718101251.ebuild 
b/dev-util/build2/build2-0.13.0_alpha0_pre20200718101251.ebuild
index 20a81aeca39..72226d3f5bc 100644
--- a/dev-util/build2/build2-0.13.0_alpha0_pre20200718101251.ebuild
+++ b/dev-util/build2/build2-0.13.0_alpha0_pre20200718101251.ebuild
@@ -43,21 +43,27 @@ b() {
 
 src_prepare() {
printf 'cxx.libs += %s\ncxx.poptions += %s\n' \
-   "-L${EPREFIX}/usr/$(get_libdir) $($(tc-getPKG_CONFIG) sqlite3 
--libs)" "$($(tc-getPKG_CONFIG) sqlite3 --cflags)" >> \
-   libodb-sqlite/buildfile
+   "-L${EPREFIX}/usr/$(get_libdir) $($(tc-getPKG_CONFIG) sqlite3 
--libs)" \
+   "$($(tc-getPKG_CONFIG) sqlite3 --cflags)" >> \
+   libodb-sqlite/buildfile \
+   || die
sed \
-e 's:libsqlite3[/]\?::' \
-   -i buildfile build/bootstrap.build
+   -i buildfile build/bootstrap.build \
+   || die
 
if has_version dev-util/pkgconf; then
-   for i in build2/buildfile libbuild2/buildfile; do
+   for i in build2/build2/buildfile build2/libbuild2/buildfile; do
printf 'cxx.libs += %s\ncxx.poptions += %s\n' \
-   "$($(tc-getPKG_CONFIG) libpkgconf --libs)" 
"$($(tc-getPKG_CONFIG) libpkgconf --cflags)" >> \
-   "${i}"
+   "$($(tc-getPKG_CONFIG) libpkgconf --libs)" \
+   "$($(tc-getPKG_CONFIG) libpkgconf --cflags)" >> 
\
+   "${i}" \
+   || die
done
sed \
-e 's:libpkgconf[/]\?::' \
-   -i buildfile build/bootstrap.build
+   -i buildfile build/bootstrap.build \
+   || die
fi
 
default
@@ -65,9 +71,9 @@ src_prepare() {
 
 src_configure() {
emake -C build2 -f bootstrap.gmake \
- CXX=$(tc-getCXX) \
- CXXFLAGS="${CXXFLAGS}" \
- LDFLAGS="${LDFLAGS}"
+   CXX=$(tc-getCXX) \
+   CXXFLAGS="${CXXFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
 
b configure \
config.cxx="$(tc-getCXX)" \
@@ -96,6 +102,6 @@ src_test() {
 
 src_install() {
b install
-   mkdir -p "${ED}"/usr/share/doc/${PF}/html
+   mkdir -p "${ED}"/usr/share/doc/${PF}/html || die
mv -f "${ED}"/usr/share/doc/${PF}/*.xhtml 
"${ED}"/usr/share/doc/${PF}/html
 }



[gentoo-commits] repo/gentoo:master commit in: gui-apps/tuigreet/

2020-07-20 Thread Aaron Bauman
commit: 98010c5de7aa3229b018334b5ee743308abe6df4
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jul 11 21:37:27 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:48:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98010c5d

gui-apps/tuigreet: drop old version

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16672
Signed-off-by: Aaron Bauman  gentoo.org>

 gui-apps/tuigreet/Manifest  |  1 -
 gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild | 64 -
 2 files changed, 65 deletions(-)

diff --git a/gui-apps/tuigreet/Manifest b/gui-apps/tuigreet/Manifest
index d54b2280619..27a75482529 100644
--- a/gui-apps/tuigreet/Manifest
+++ b/gui-apps/tuigreet/Manifest
@@ -41,7 +41,6 @@ DIST thiserror-impl-1.0.20.crate 13197 BLAKE2B 
f7da61d0dea4864bc3fbccad178b67f85
 DIST time-0.1.43.crate 28653 BLAKE2B 
95fe69647e8d52784be1fd3457578896aa38279d00f51f1070eadab111d39450583c63854c73d4384f2e4349b0250f1c9bff9901529b776c596846c057c93335
 SHA512 
c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25
 DIST tui-0.9.5.crate 123889 BLAKE2B 
15da9b5289d61da6eb14cca7cba6873c6896bd0f963a6de1dd355270d6dccad5611b7d1b230be09a151453171eae433767225d86f9d6f055866c528ce29c0c65
 SHA512 
b71ff85a56e4d6a7f3611bfc5b042fa377703db23a9f6eebc169fc08bf7cb0c41d74ddb02cf65ebacd5d86ae2b1ebad1fefa44fdd914210cf88a2ba031a24b81
 DIST tuigreet-0.1.1.tar.gz 38572 BLAKE2B 
a8d2a388672d467504ded731c38f995376c6fec629e8be08956b83b08cd82932763812180bf762ed8f30de456f8e7f7c1cbb48215487424610d4cfeddf3d9c8e
 SHA512 
e299e8640c022253ead66d116c4750320c5ca5741cdf3d5cc244cead01a9bfc8f9a623a9a065e8bc4ab7992fe8308da9323d38d38868535bad75057cfd6743ab
-DIST tuigreet-0_pre20200702.tar.gz 33417 BLAKE2B 
cdf1b9e3de3a10699dabf98baa75e5caf59a7a0b45a168190872966e56c2375786c569bd68ad1e6cd3bafe10f9ad2d2ad86fae5689eaae707ff1dd6e87b63a44
 SHA512 
96db5ba0fcb48faa2af2edf4fe8d2bc8931f25dd3eccd8fa639a7b1ee6239742fcc4296246fd407dff6d5d172dedd06e514237db8548401e6f9d4cb508aaa7b2
 DIST unicode-segmentation-1.6.0.crate 90703 BLAKE2B 
b7d63bb8b62cabc604084957aaff021df24a1291f0ebdcddc424cceefe10ad399ed53152211c3e7557e39e21255166f922256f9f8e1fb488d3bae368b49a378e
 SHA512 
80c6f92d9b39602a05809dc63a7cb05a305441689b6056801097a882a36c9795aabd660f884f707daa7e7fe6ad4983f6e245c226962cc982dbfeea2ddfddf41e
 DIST unicode-width-0.1.7.crate 16644 BLAKE2B 
8cc5ee2dfeeda8ffe3405a0d4f1576d2b3b8ede1a42cbefb0ba3bd0d71b53a92ceade86c4a06e9d5b31382955dc6e1152ae5cd279dc26dbc51f478dad1d0f64d
 SHA512 
39b8a539c9009d0421f54ae68b139f21456c9cb03d743b58535a977f98bc9655cf42eaacfadbcff796c187a6f315ae16259ee22be9c2da5aa042172c6b464d84
 DIST unicode-xid-0.2.1.crate 14392 BLAKE2B 
7f8f91b9c4df55f2137b754208d4f2997a290acfc9393ee2dcda8195eda25cb342e56ad123f56bb298d93db5248a749c18a982423c9a0e85ce93f7a1eb55d289
 SHA512 
91e862137e837baea82829431cfed36634fdb05339f00c756eb5a4b429ef0bb871f5133d11adf9a023fa22168c8a0cf194ff3669779f04f219d48fc4fac339d2

diff --git a/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild 
b/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild
deleted file mode 100644
index c2e80504bde..000
--- a/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 2017-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CRATES="
-autocfg-1.0.0
-bitflags-1.2.1
-cassowary-0.3.0
-cc-1.0.55
-cfg-if-0.1.10
-chrono-0.4.11
-either-1.5.3
-getopts-0.2.21
-greetd_ipc-0.6.0
-itertools-0.9.0
-itoa-0.4.6
-libc-0.2.71
-nix-0.17.0
-num-integer-0.1.43
-num-traits-0.2.12
-numtoa-0.1.0
-proc-macro2-1.0.18
-quote-1.0.7
-redox_syscall-0.1.56
-redox_termios-0.1.1
-ryu-1.0.5
-serde-1.0.114
-serde_derive-1.0.114
-serde_json-1.0.55
-syn-1.0.33
-termion-1.5.5
-textwrap-0.12.0
-thiserror-1.0.20
-thiserror-impl-1.0.20
-time-0.1.43
-tui-0.9.5
-unicode-segmentation-1.6.0
-unicode-width-0.1.7
-unicode-xid-0.2.1
-void-1.0.2
-winapi-0.3.9
-winapi-i686-pc-windows-gnu-0.4.0
-winapi-x86_64-pc-windows-gnu-0.4.0
-zeroize-1.1.0
-"
-
-inherit cargo
-
-DESCRIPTION="TUI greeter for greetd login manager"
-HOMEPAGE="https://github.com/apognu/tuigreet;
-
-COMMIT="f2ec800eed121d13c6ae247fab34b603a61bcca7"
-SRC_URI="https://github.com/apognu/tuigreet/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz
-   $(cargo_crate_uris ${CRATES})"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-QA_FLAGS_IGNORED="usr/bin/tuigreet"
-
-LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="gui-libs/greetd"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-gui/, net-misc/gns3-server/

2020-07-20 Thread Aaron Bauman
commit: 1437889dde0ca613baa92e0ef4b29432e7a85fca
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 21 01:57:16 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:57:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1437889d

net-misc/{gns3-gui,gns3-server}: drop to m-n

Signed-off-by: Aaron Bauman  gentoo.org>

 net-misc/gns3-gui/metadata.xml| 5 +
 net-misc/gns3-server/metadata.xml | 5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/net-misc/gns3-gui/metadata.xml b/net-misc/gns3-gui/metadata.xml
index 09439c8762b..1ff1650e884 100644
--- a/net-misc/gns3-gui/metadata.xml
+++ b/net-misc/gns3-gui/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   b...@gentoo.org
-   Aaron Bauman
-   
+

gns-3
GNS3/gns3-server

diff --git a/net-misc/gns3-server/metadata.xml 
b/net-misc/gns3-server/metadata.xml
index 09439c8762b..1ff1650e884 100644
--- a/net-misc/gns3-server/metadata.xml
+++ b/net-misc/gns3-server/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   b...@gentoo.org
-   Aaron Bauman
-   
+

gns-3
GNS3/gns3-server



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

2020-07-20 Thread Aaron Bauman
commit: efc2442b1cbe722293d733ee4ed684aefdf340a5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 21 01:55:15 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:55:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc2442b

profiles/package.mask: mask net-misc/{gns3-gui,gns3-server}

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f5f377cffd2..5c0c5360e02 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2020-07-20)
+# continuous version constraints causing issues
+# Cisco images are rare to find that are supported
+# dropping to p-m. Removal in 30 days
+net-misc/gns3-gui
+net-misc/gns3-server
+net-misc/ubridge
+
 # Sam James  (2020-07-20)
 # Serious security vulnerabilities, including
 # remote code execution. Upstream have not yet



[gentoo-commits] repo/gentoo:master commit in: gui-apps/tuigreet/

2020-07-20 Thread Aaron Bauman
commit: 9350b030dd15895826f46ac1af92fe6ef1efb3a1
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jul 11 21:36:54 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:48:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9350b030

gui-apps/tuigreet: version bump to 0.1.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aisha Tammy  aisha.cc>
Signed-off-by: Aaron Bauman  gentoo.org>

 gui-apps/tuigreet/Manifest  | 13 ++
 gui-apps/tuigreet/tuigreet-0.1.1.ebuild | 74 +
 2 files changed, 87 insertions(+)

diff --git a/gui-apps/tuigreet/Manifest b/gui-apps/tuigreet/Manifest
index ad7b6a62bb4..d54b2280619 100644
--- a/gui-apps/tuigreet/Manifest
+++ b/gui-apps/tuigreet/Manifest
@@ -1,12 +1,16 @@
+DIST ahash-0.3.8.crate 28650 BLAKE2B 
93dcd622dc4497d0ce436461349119e96266c25278a7252a8cd295ced922b430895041ec767b6cbfdef57ada69e9b7bc67cce5155a6bdac9fe3c87c25e3a9e74
 SHA512 
dfd49903b0950a4fd3bf7432108f687322fd3771bce59126e2aee2a6ed5c2d8b31199090e96f31d549092b957f2cf470f201f2d65b1b838f7a182aee8a750a25
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST cassowary-0.3.0.crate 22876 BLAKE2B 
7e74a08e02050548ade7dd1ebba7ce4e4360d258ea6acf126453889dbf16df433bed7b68789736881c957f4c09eead1f763a0c02f2474157b1650a1e77e6eca9
 SHA512 
0838c0b79ed31f0c514fe4ac82633976e34b0d6cb08616313cda0e00623514fc6498c6c308cfef54ea029f1fdbaafe2991ca8ac3c38437a113ac62e37f9397f8
 DIST cc-1.0.55.crate 52090 BLAKE2B 
1ace1ad556b030d3d81dd9af06767acf6e31d00f3eabf5d72a41a537e4e984defdac4ab0d802cbf83dee3f726a9aefd9c87ed702fec08a0cc9ed1e1410544b40
 SHA512 
a20aa18cfba9ee0d9fa0bbf3117be6d37c4420ef45e1b01f5505b138ffb2b2052c9464f964c5c2881f93fd4c903cb3b78b4c15ed14ea27585351313f189d1725
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
 DIST chrono-0.4.11.crate 139811 BLAKE2B 
d327f6be0a890ed74f2a2330777dcefbcf87e0291e47ef9c63aea46050f38c89a9b2e7a4716ac92202fab66aedc98ae81e090f1921a1aa51fa7ba18cb1cf24a9
 SHA512 
bedb698ae2994fc6fcf858b86a122cdaccd150996eb3e4313f876599cfa2180c2f687cca78ba30860365e04b75911fcdb19b5930fc155d1c17f06ec8197d3da9
+DIST dlv-list-0.2.2.crate 12359 BLAKE2B 
366b729f265433be58dc4ff97d516f73a4305a5b8fca418e41d43624204aba854bc5aa8a62ea2e68f17c8bdbaaa945427680ec21e71e65f9b23f2e754c4083ef
 SHA512 
c61212f328b1d9fec63605e66ce0391d64fd7499dcdf6540f3285f19769942a9266838f58d5396928d7506df619805a8793650fb1eca330a4665068e4f6ca779
 DIST either-1.5.3.crate 12278 BLAKE2B 
ffbe3878098daadcef9a554b60b2904d8d4814ea38cb915ee0003d3cd11243e04813dfb41384545e7b180f7d542c7aa2c0a351b736d4f449e70fa11d0a09cca1
 SHA512 
5e283412597bc3a1341d42c6cfe824606e056aaac82cbf3f662e7074ab74f1f80befe9de1b1011ce2dc970a0ec159ade5ed5b3e71c9984facee6314eac20d0f2
 DIST getopts-0.2.21.crate 18457 BLAKE2B 
10651e947e49acc768d99ae56ca5a7f37c1f61bbd1674e2ca58e3ae563fd64f3563d53ccdd0ae7a878710a39e13a99ac8c274974157db2c691f8c222de14992d
 SHA512 
5515ae6ccb0f03efb783683f46cfd1755342c4e83bb673ff8914c7f9dea0dae333f8d9703865e992659a359067df0e8b0e2253de0d4b0c7707cbe7d73401bb1f
+DIST getrandom-0.1.14.crate 24698 BLAKE2B 
8139227951eb65cc2bb7bba29291c0e8ff0b8d9a8e2d7eabb01682d1683c989c44b6195952ec7d087c338538c1d6858c45514822625266e0996829e8c50f3d17
 SHA512 
b5cb78ae81f31fffd7d720f9ea2b5917b4eac103711faf656a3a3fdd24ae5a2e671016d39309cdd11f902de919187311401dd8fe9e6ed68c29b83987de77c957
 DIST greetd_ipc-0.6.0.crate 4082 BLAKE2B 
db8db55c73fa2d2a7e280424a7019072b7e323377acf6c0123909643ef9a0447e6f82dd66a9fe22e7f232047f7be1a0afcc5089981ed6f787e5c4ab461f851e8
 SHA512 
4d3f6db9d36053fb0e7620889a32ebf098051bc29295b193e840f4feebacd63a358d03c44bbb7c01e49f40421e93f61389633725aa45e377eb20673f38b4ed76
+DIST hashbrown-0.7.2.crate 70480 BLAKE2B 
bf9bb2c4190da90bf19342ee6222ba603ccf70c31838e2024e7fba7e71e9b4a401e1e7d9f7d352248ffbf9afe8bf7408a3d1677395e332cff194bef4c5eb8721
 SHA512 
3fa701ad9743383e7ab0b4d483badda1a499442adc12f371db335316e3580e55f693d155d355f4ace84159c39a762e615ebe1cfa6fda1c93bf01d297b53826a9
 DIST itertools-0.9.0.crate 96429 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/

2020-07-20 Thread Aaron Bauman
commit: 997aa09131169d680f52445578804ff72de6be60
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Jul 16 18:28:29 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:48:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997aa091

media-fonts/fontawesome: version bump to 5.14.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16718
Signed-off-by: Aaron Bauman  gentoo.org>

 media-fonts/fontawesome/Manifest  |  1 +
 media-fonts/fontawesome/fontawesome-5.14.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/media-fonts/fontawesome/Manifest b/media-fonts/fontawesome/Manifest
index 4ad2fe2c094..dd8d05fb7b3 100644
--- a/media-fonts/fontawesome/Manifest
+++ b/media-fonts/fontawesome/Manifest
@@ -3,3 +3,4 @@ DIST fontawesome-5.1.0.tar.gz 10505651 BLAKE2B 
0ec84cdf36855ba43e5858b2e8b12a93c
 DIST fontawesome-5.11.2.tar.gz 10542743 BLAKE2B 
d17afa447acfa56ad42b6f36c6fd7ec049434028c00259f53f36d0896e2a679f83880c8e71f277316728d1ba5f18cf4af7cb22a935b0a300acc423bc02790fa8
 SHA512 
14267debf243aa3210125b4e45a2ab41cbcab599f2abab42e64432ff7b1f6b5716724012bc973b77bcee1b2d488738720ffa9b4f6ebaf8f4cc3375ff066fb72a
 DIST fontawesome-5.13.0.tar.gz 10998459 BLAKE2B 
69ddfb0d8b3bb1a15911445b934cf0321e645164b34fc9f7844f0df04840a3e8d4d425b14589341cec0613ea4f2109678250198a1d5002e69c394eb053ceb4a2
 SHA512 
9fd3e1115acef6ac84667cf546374b204b947e229e4c645ab33f51026e993689a8295e7c0b02c88d735c4399efcd454f4252dcde7008eefb85c13846bf7c5bc4
 DIST fontawesome-5.13.1.tar.gz 6775 BLAKE2B 
701c28e77cfdc59226a92baaea24bc8168b81982703459df543659443217e2b39b6cfb58f98fa189a9381562c346e8b00c18a5f02ba1af1561cec141e07e2faf
 SHA512 
944d34b1e7519f7eeb6aa8207766aaa6e278dc9b4926d52cae6196824bf3a52c19b23f068c7334435cb205c8c37d5af62cf6fec91ae4641492c48f9cf03962cf
+DIST fontawesome-5.14.0.tar.gz 11130737 BLAKE2B 
0ae60cb0564ed89705d972f41084f2a3d28b630da82f055455686db5fad18709b440bf642743327369c2cc8d52b2a874a24f4a38b06d680768fa386246fb62a7
 SHA512 
a46679ae7758a94a4e52e0d24486aa2968d4ffa5fe0a583150847eeedc5703ad9cb47a0c71d074595ef7f44b91dae2b00abbe1c3e648447bfb5366daab99f6e3

diff --git a/media-fonts/fontawesome/fontawesome-5.14.0.ebuild 
b/media-fonts/fontawesome/fontawesome-5.14.0.ebuild
new file mode 100644
index 000..ec7c7068ea3
--- /dev/null
+++ b/media-fonts/fontawesome/fontawesome-5.14.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="Font-Awesome"
+inherit font
+
+DESCRIPTION="The iconic font"
+HOMEPAGE="https://fontawesome.com;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/FortAwesome/${MY_PN}.git;
+else
+   SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+LICENSE="CC-BY-4.0 OFL-1.1"
+SLOT="0/5"
+IUSE="+otf ttf"
+
+REQUIRED_USE="|| ( otf ttf )"
+
+src_install() {
+   if use otf; then
+   FONT_S="${S}/otfs" FONT_SUFFIX="otf" font_src_install
+   fi
+   if use ttf; then
+   FONT_S="${S}/webfonts" FONT_SUFFIX="ttf" font_src_install
+   fi
+}



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

2020-07-20 Thread Aaron Bauman
commit: d05e9c9faee2af4fc3921afe6fec784b68015853
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 15 14:03:36 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:38:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05e9c9f

app-crypt/veracrypt: update eclass inheritation

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16260
Signed-off-by: Aaron Bauman  gentoo.org>

 app-crypt/veracrypt/veracrypt-1.24_p2.ebuild | 2 +-
 app-crypt/veracrypt/veracrypt-1.24_p4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild 
b/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild
index b94fb0affbe..8c98f9531ee 100644
--- a/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild
+++ b/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils linux-info pax-utils toolchain-funcs wxwidgets
+inherit desktop linux-info pax-utils toolchain-funcs wxwidgets
 
 DESCRIPTION="Disk encryption with strong security based on TrueCrypt"
 HOMEPAGE="https://www.veracrypt.fr/en/Home.html;

diff --git a/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild 
b/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild
index 59194385b76..10a8cfcacd0 100644
--- a/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild
+++ b/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils linux-info pax-utils toolchain-funcs wxwidgets
+inherit desktop eapi7-ver linux-info pax-utils toolchain-funcs wxwidgets
 
 MY_PV="$(ver_cut 1-2)-Update$(ver_cut 4)"
 DESCRIPTION="Disk encryption with strong security based on TrueCrypt"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/settlerlib/files/

2020-07-20 Thread Aaron Bauman
commit: 98b4c3e534408c7b3b3d79d7a3cbe01c89e8769d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jul 13 19:55:00 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:36:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b4c3e5

dev-ros/settlerlib: remove unused patch(es)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16689
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ros/settlerlib/files/gcc6.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-ros/settlerlib/files/gcc6.patch 
b/dev-ros/settlerlib/files/gcc6.patch
deleted file mode 100644
index 4fe3a03fbe5..000
--- a/dev-ros/settlerlib/files/gcc6.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: settlerlib/CMakeLists.txt
-===
 settlerlib.orig/CMakeLists.txt
-+++ settlerlib/CMakeLists.txt
-@@ -9,7 +9,7 @@ catkin_package(DEPENDS Boost calibration
- )
- 
- # common commands for building c++ executables and libraries
--include_directories(SYSTEM ${catkin_INCLUDE_DIRS})
-+include_directories(${catkin_INCLUDE_DIRS})
- include_directories(include)
- install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/settlerlib/
- DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}



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

2020-07-20 Thread Aaron Bauman
commit: 23c82f248854673b5d35e0793fe6b07cb93ad624
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul  5 11:41:12 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:35:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c82f24

net-mail/autorespond: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16599
Signed-off-by: Aaron Bauman  gentoo.org>

 net-mail/autorespond/autorespond-2.0.4.ebuild | 2 +-
 net-mail/autorespond/autorespond-2.0.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild 
b/net-mail/autorespond/autorespond-2.0.4.ebuild
index e31c689b04d..b1853c18e1e 100644
--- a/net-mail/autorespond/autorespond-2.0.4.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://inter7.com/software/;
+HOMEPAGE="https://www.inter7.com/software/;
 SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
mirror://gentoo/${PN}_${PV}-1.diff.gz"
 

diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild 
b/net-mail/autorespond/autorespond-2.0.5.ebuild
index ef3e2880e15..043fe13b37f 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://www.inter7.com/software/;
+HOMEPAGE="https://www.inter7.com/software/;
 SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/wps-office/

2020-07-20 Thread Aaron Bauman
commit: 00e90b00243fc9cd9926221279c5142fac397f0b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Jul  9 18:44:26 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:36:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e90b00

app-office/wps-office: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16651
Signed-off-by: Aaron Bauman  gentoo.org>

 app-office/wps-office/wps-office-11.1.0.9126.ebuild | 4 ++--
 app-office/wps-office/wps-office-11.1.0.9505.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-office/wps-office/wps-office-11.1.0.9126.ebuild 
b/app-office/wps-office/wps-office-11.1.0.9126.ebuild
index 961aa55ae4a..823d9553666 100644
--- a/app-office/wps-office/wps-office-11.1.0.9126.ebuild
+++ b/app-office/wps-office/wps-office-11.1.0.9126.ebuild
@@ -7,11 +7,11 @@ inherit unpacker xdg
 MY_PV="$(ver_cut 4)"
 
 DESCRIPTION="WPS Office is an office productivity suite"
-HOMEPAGE="http://www.wps.cn/product/wpslinux/ http://wps-community.org/;
+HOMEPAGE="https://www.wps.cn/product/wpslinux/ http://wps-community.org/;
 
 KEYWORDS="~amd64"
 
-SRC_URI="http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${MY_PV}/${PN}_${PV}.XA_amd64.deb;
+SRC_URI="https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${MY_PV}/${PN}_${PV}.XA_amd64.deb;
 
 SLOT="0"
 RESTRICT="strip mirror" # mirror as explained at bug #547372

diff --git a/app-office/wps-office/wps-office-11.1.0.9505.ebuild 
b/app-office/wps-office/wps-office-11.1.0.9505.ebuild
index 961aa55ae4a..823d9553666 100644
--- a/app-office/wps-office/wps-office-11.1.0.9505.ebuild
+++ b/app-office/wps-office/wps-office-11.1.0.9505.ebuild
@@ -7,11 +7,11 @@ inherit unpacker xdg
 MY_PV="$(ver_cut 4)"
 
 DESCRIPTION="WPS Office is an office productivity suite"
-HOMEPAGE="http://www.wps.cn/product/wpslinux/ http://wps-community.org/;
+HOMEPAGE="https://www.wps.cn/product/wpslinux/ http://wps-community.org/;
 
 KEYWORDS="~amd64"
 
-SRC_URI="http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${MY_PV}/${PN}_${PV}.XA_amd64.deb;
+SRC_URI="https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${MY_PV}/${PN}_${PV}.XA_amd64.deb;
 
 SLOT="0"
 RESTRICT="strip mirror" # mirror as explained at bug #547372



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

2020-07-20 Thread Aaron Bauman
commit: 403dee003cc2022f7b744d1bef61646ba483f104
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul  5 11:44:03 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:35:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403dee00

net-wireless/bladerf: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16600
Signed-off-by: Aaron Bauman  gentoo.org>

 net-wireless/bladerf/bladerf-2018.08.ebuild | 4 ++--
 net-wireless/bladerf/bladerf-2019.07.ebuild | 2 +-
 net-wireless/bladerf/bladerf-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-wireless/bladerf/bladerf-2018.08.ebuild 
b/net-wireless/bladerf/bladerf-2018.08.ebuild
index f8fd38c19cd..347d4f4727e 100644
--- a/net-wireless/bladerf/bladerf-2018.08.ebuild
+++ b/net-wireless/bladerf/bladerf-2018.08.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils udev
 
 DESCRIPTION="Libraries for supporing the BladeRF hardware from Nuand"
-HOMEPAGE="http://nuand.com/;
+HOMEPAGE="https://nuand.com/;
 
 #lib is LGPL and cli tools are GPL
 LICENSE="GPL-2+ LGPL-2.1+"

diff --git a/net-wireless/bladerf/bladerf-2019.07.ebuild 
b/net-wireless/bladerf/bladerf-2019.07.ebuild
index 3e3abf29417..3672b069b03 100644
--- a/net-wireless/bladerf/bladerf-2019.07.ebuild
+++ b/net-wireless/bladerf/bladerf-2019.07.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit cmake-utils udev
 
 DESCRIPTION="Libraries for supporing the BladeRF hardware from Nuand"
-HOMEPAGE="http://nuand.com/;
+HOMEPAGE="https://nuand.com/;
 
 #lib is LGPL and cli tools are GPL
 LICENSE="GPL-2+ LGPL-2.1+"

diff --git a/net-wireless/bladerf/bladerf-.ebuild 
b/net-wireless/bladerf/bladerf-.ebuild
index 686a4ee43c8..e192ce20c31 100644
--- a/net-wireless/bladerf/bladerf-.ebuild
+++ b/net-wireless/bladerf/bladerf-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit cmake-utils udev
 
 DESCRIPTION="Libraries for supporing the BladeRF hardware from Nuand"
-HOMEPAGE="http://nuand.com/;
+HOMEPAGE="https://nuand.com/;
 
 #lib is LGPL and cli tools are GPL
 LICENSE="GPL-2+ LGPL-2.1+"



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

2020-07-20 Thread Aaron Bauman
commit: 583cbf1daab3e39d4d310c05fcee898b6f3f51ce
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul  5 11:32:18 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:34:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583cbf1d

media-gfx/plantuml: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16597
Signed-off-by: Aaron Bauman  gentoo.org>

 media-gfx/plantuml/plantuml-1.2020.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild 
b/media-gfx/plantuml/plantuml-1.2020.0.ebuild
index e02996fa69c..2e0af1c75a7 100644
--- a/media-gfx/plantuml/plantuml-1.2020.0.ebuild
+++ b/media-gfx/plantuml/plantuml-1.2020.0.ebuild
@@ -7,7 +7,7 @@ JAVA_PKG_IUSE="source"
 inherit java-pkg-2 java-ant-2 desktop xdg
 
 DESCRIPTION="Draw UML diagrams using a simple and human readable text 
description"
-HOMEPAGE="http://plantuml.com;
+HOMEPAGE="https://plantuml.com;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"



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

2020-07-20 Thread Aaron Bauman
commit: 0486097db076371123882edfbab10ea23711c3d8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul  5 11:31:13 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:34:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0486097d

media-gfx/openexr_viewers: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16596
Signed-off-by: Aaron Bauman  gentoo.org>

 media-gfx/openexr_viewers/openexr_viewers-2.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/openexr_viewers/openexr_viewers-2.3.0.ebuild 
b/media-gfx/openexr_viewers/openexr_viewers-2.3.0.ebuild
index 89816e0f3c1..3c0b4ab6335 100644
--- a/media-gfx/openexr_viewers/openexr_viewers-2.3.0.ebuild
+++ b/media-gfx/openexr_viewers/openexr_viewers-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools flag-o-matic
 
 DESCRIPTION="OpenEXR Viewers"
-HOMEPAGE="http://openexr.com/;
+HOMEPAGE="https://www.openexr.com/;
 
SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/files/

2020-07-20 Thread Aaron Bauman
commit: b1161d3963e2a6e4a6eb414478a107c641980b40
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul 12 20:01:04 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:36:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1161d39

sys-power/thermald: remove unused patch

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16682
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/thermald-1.9-size_t-format.patch | 44 --
 1 file changed, 44 deletions(-)

diff --git a/sys-power/thermald/files/thermald-1.9-size_t-format.patch 
b/sys-power/thermald/files/thermald-1.9-size_t-format.patch
deleted file mode 100644
index 324b3b97f79..000
--- a/sys-power/thermald/files/thermald-1.9-size_t-format.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From dcdaf523393a6e7c07b5a510c573223722b0289b Mon Sep 17 00:00:00 2001
-From: Anuj Mittal 
-Date: Thu, 1 Aug 2019 08:15:52 +0800
-Subject: [PATCH] Use correct format specifier for size_t
-
-%zu instead of %lu, otherwise on 32 bit:
-
-| In file included from ../git/src/thd_common.h:27,
-|  from ../git/src/thd_zone.h:30,
-|  from ../git/src/thd_zone.cpp:34:
-| ../git/src/thd_zone.cpp: In member function 'void 
cthd_zone::update_highest_trip_temp(cthd_trip_point&)':
-| ../git/src/thd_zone.cpp:322:16: error: format '%lu' expects argument of type 
'long unsigned int', but argument 4 has type 
'std::vector::size_type' {aka 'unsigned int'} [-Werror=format=]
-|   322 |   thd_log_info("trip_points.size():%lu\n", trip_points.size());
-|   |^~  ~~
-|   ||
-|   |
std::vector::size_type {aka unsigned int}
-| ../git/src/thermald.h:82:57: note: in definition of macro 'thd_log_info'
-|82 | #define thd_log_info(...) g_log(NULL, G_LOG_LEVEL_INFO, __VA_ARGS__)
-|   | ^~~
-| ../git/src/thd_zone.cpp:322:38: note: format string is defined here
-|   322 |   thd_log_info("trip_points.size():%lu\n", trip_points.size());
-|   |~~^
-|   |  |
-|   |  long unsigned int
-|   |%u
-
-Signed-off-by: Anuj Mittal 

- src/thd_zone.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/thd_zone.cpp b/src/thd_zone.cpp
-index dd485d9..eb81d61 100644
 a/src/thd_zone.cpp
-+++ b/src/thd_zone.cpp
-@@ -319,7 +319,7 @@ void cthd_zone::add_trip(cthd_trip_point ) {
- void cthd_zone::update_highest_trip_temp(cthd_trip_point )
- {
-   if (trip_points.size()) {
--  thd_log_info("trip_points.size():%lu\n", trip_points.size());
-+  thd_log_info("trip_points.size():%zu\n", trip_points.size());
-   for (unsigned int j = trip_points.size() - 1;; --j) {
-   if (trip_points[j].get_trip_type() == 
trip.get_trip_type()) {
-   thd_log_info("updating existing trip temp \n");



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

2020-07-20 Thread Aaron Bauman
commit: 66c9c433232eb9e1c2f786e1ca0e8eff527fd9fb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul  5 11:26:52 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c9c433

net-misc/dhcpcd: remove unused patch

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16598
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/dhcpcd-9.1.2-embedded_config.patch   | 49 --
 1 file changed, 49 deletions(-)

diff --git a/net-misc/dhcpcd/files/dhcpcd-9.1.2-embedded_config.patch 
b/net-misc/dhcpcd/files/dhcpcd-9.1.2-embedded_config.patch
deleted file mode 100644
index 5401317a2ec..000
--- a/net-misc/dhcpcd/files/dhcpcd-9.1.2-embedded_config.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 9dc6d4b7c8df8425c9b1e893e86b8463abb2053c Mon Sep 17 00:00:00 2001
-From: Roy Marples 
-Date: Mon, 15 Jun 2020 22:04:37 +0100
-Subject: configure: Fix fallout with disabling embedded config
-

- configure | 19 ++-
- 1 file changed, 10 insertions(+), 9 deletions(-)
-
-diff --git a/configure b/configure
-index 8398ad69..a3701726 100755
 a/configure
-+++ b/configure
-@@ -545,15 +545,6 @@ if [ -z "$AUTH" -o "$AUTH" = yes ]; then
-   echo "SRCS+=auth.c" >>$CONFIG_MK
- fi
- 
--if [ -z "$EMBEDDED" -o "$EMBEDDED" = yes ]; then
--  echo "$DHCPCD_DEFS will be embedded in dhcpcd itself"
--  echo "DHCPCD_SRCS+= dhcpcd-embedded.c" >>$CONFIG_MK
--else
--  echo "$DHCPCD_DEFS will be installed to $LIBEXECDIR"
--  echo "CPPFLAGS+=
-DEMBEDDED_CONFIG=\\\"$LIBEXECDIR/dhcpcd-definitions.conf\\\"" >>$CONFIG_MK
--  echo "EMBEDDEDINSTALL=  _embeddedinstall" >>$CONFIG_MK
--fi
--
- if [ -z "$PRIVSEP" ]; then
-   # privilege separation works fine  except on Solaris
-   case "$OS" in
-@@ -665,6 +656,16 @@ EOF
- rm -f _pledge.c _pledge
- fi
- 
-+# This block needs to be after the compiler test due to embedded quotes.
-+if [ -z "$EMBEDDED" -o "$EMBEDDED" = yes ]; then
-+  echo "$DHCPCD_DEFS will be embedded in dhcpcd itself"
-+  echo "DHCPCD_SRCS+= dhcpcd-embedded.c" >>$CONFIG_MK
-+else
-+  echo "$DHCPCD_DEFS will be installed to $LIBEXECDIR"
-+  echo "CPPFLAGS+=
-DEMBEDDED_CONFIG=\\\"$LIBEXECDIR/dhcpcd-definitions.conf\\\"" >>$CONFIG_MK
-+  echo "EMBEDDEDINSTALL=  _embeddedinstall" >>$CONFIG_MK
-+fi
-+
- if [ "$OS" = linux ]; then
-   printf "Testing for nl80211 ... "
-   cat <_nl80211.c
--- 
-cgit v1.2.3
-



[gentoo-commits] repo/gentoo:master commit in: dev-ros/interval_intersection/files/

2020-07-20 Thread Aaron Bauman
commit: 7958fabd28aa415995ccd77c3a8a87eeaf679433
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jul 13 19:54:35 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 21 01:36:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7958fabd

dev-ros/interval_intersection: remove unused patch(es)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ros/interval_intersection/files/gcc6.patch | 31 --
 1 file changed, 31 deletions(-)

diff --git a/dev-ros/interval_intersection/files/gcc6.patch 
b/dev-ros/interval_intersection/files/gcc6.patch
deleted file mode 100644
index 632383629f6..000
--- a/dev-ros/interval_intersection/files/gcc6.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-commit c23ddb86367fc43c2d15e08a452ad2dc1a62041b
-Author: Hodorgasm 
-Date:   Mon Sep 19 19:11:57 2016 -0400
-
-Fix "stdlib.h: No such file or directory" errors in GCC-6
-
-Including '-isystem /usr/include' breaks building with GCC-6.
-See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
-
-diff --git a/interval_intersection/CMakeLists.txt 
b/interval_intersection/CMakeLists.txt
-index 9bfd103..73bc0ac 100644
 a/interval_intersection/CMakeLists.txt
-+++ b/interval_intersection/CMakeLists.txt
-@@ -4,7 +4,7 @@ project(interval_intersection)
- find_package(Boost REQUIRED thread)
- find_package(catkin REQUIRED actionlib actionlib_msgs calibration_msgs 
geometry_msgs rosconsole roscpp roscpp_serialization rostime std_msgs)
- 
--include_directories(SYSTEM ${catkin_INCLUDE_DIRS})
-+include_directories(${catkin_INCLUDE_DIRS})
- include_directories(include)
-  
- # generate the messages
-@@ -35,7 +35,7 @@ add_executable(interval_intersection_node 
src/interval_intersection_node.cpp)
- target_link_libraries(interval_intersection_node ${PROJECT_NAME})
- add_dependencies(interval_intersection_node calibration_msgs_gencpp)
- 
--include_directories(SYSTEM ${BOOST_INCLUDE_DIRS})
-+include_directories(${BOOST_INCLUDE_DIRS})
- add_executable(interval_intersection_action 
src/interval_intersection_action.cpp)
- target_link_libraries(interval_intersection_action ${Boost_LIBRARIES}
-${catkin_LIBRARIES}



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

2020-07-20 Thread Sam James
commit: c541649d5be3b392d09832bbef6f372e237f2701
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 21 00:39:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 21 00:39:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c541649d

net-libs/libntlm: sparc stable (bug #717944)

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

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

diff --git a/net-libs/libntlm/libntlm-1.6.ebuild 
b/net-libs/libntlm/libntlm-1.6.ebuild
index 10a539bcf0e..a23d090d12b 100644
--- a/net-libs/libntlm/libntlm-1.6.ebuild
+++ b/net-libs/libntlm/libntlm-1.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.nongnu.org/${PN}/releases/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux"
 IUSE="static-libs"
 
 src_configure() {



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

2020-07-20 Thread Sam James
commit: 9248e25ca55a4d240ff62beaae22b332c5a66109
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 21 00:25:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 21 00:25:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9248e25c

media-sound/musescore: arm64 keyworded (bug #730410)

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

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

diff --git a/media-sound/musescore/musescore-3.4.2.ebuild 
b/media-sound/musescore/musescore-3.4.2.ebuild
index cadf43ff2d6..b151f2bf5ca 100644
--- a/media-sound/musescore/musescore-3.4.2.ebuild
+++ b/media-sound/musescore/musescore-3.4.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="alsa debug jack mp3 osc omr portaudio portmidi pulseaudio +sf3 sfz 
webengine"
 REQUIRED_USE="portmidi? ( portaudio )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/

2020-07-20 Thread Sam James
commit: a48a83879dc7dc23fb7cb98605e60cbbd23e382d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 21 00:24:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 21 00:24:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48a8387

dev-qt/qtlockedfile: arm64 keyworded (bug #730410)

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

 dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild 
b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
index 0c46b28d924..8ce005c4ebe 100644
--- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
+++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz;
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="dev-qt/qtcore:5"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/

2020-07-20 Thread Sam James
commit: b473272c579872d82706b71672e3faf3e0799d23
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 21 00:25:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 21 00:25:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b473272c

dev-qt/qtsingleapplication: arm64 keyworded (bug #730410)

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

 dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild 
b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
index e5d54f55420..c8d3c9c8e5d 100644
--- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
+++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz;
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 IUSE="doc X"
 
 DEPEND="



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

2020-07-20 Thread Sam James
commit: 5db0fc91a9d66439b2bd5158b608af50724db437
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 21 00:21:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 21 00:21:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db0fc91

net-misc/socat: arm stable (bug #726646)

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

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

diff --git a/net-misc/socat/socat-1.7.3.4.ebuild 
b/net-misc/socat/socat-1.7.3.4.ebuild
index 3b9e65bd683..ede57730bcf 100644
--- a/net-misc/socat/socat-1.7.3.4.ebuild
+++ b/net-misc/socat/socat-1.7.3.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="bindist libressl ssl readline ipv6 tcpd"
 
 DEPEND="



[gentoo-commits] proj/genkernel:master commit in: gkbuilds/

2020-07-20 Thread Thomas Deutschmann
commit: 328939565639000eab12170a3a060612e0045ff5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 20 20:20:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 20 22:36:05 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=32893956

libgcrypt: Fix libgcrypt-config wrapper

Signed-off-by: Thomas Deutschmann  gentoo.org>

 gkbuilds/libgcrypt.gkbuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gkbuilds/libgcrypt.gkbuild b/gkbuilds/libgcrypt.gkbuild
index 388a6b5..1f063c4 100644
--- a/gkbuilds/libgcrypt.gkbuild
+++ b/gkbuilds/libgcrypt.gkbuild
@@ -23,11 +23,18 @@ src_install() {
"${D}"/usr/bin/mpicalc \
"${D}"/usr/share
 
+   # remove hardcoded $BROOT
+   sed -i \
+   -e 's/-L\/[^-"]*//' \
+   -e 's/-I\/[^"]*//' \
+   "${D}"/usr/bin/libgcrypt-config  \
+   || die
+
# libgcrypt-config tries to be smart and will omit include
# and lib dir due to set prefix
sed -i \
-   -e "s|/usr/include|/dont-try-to-be-smart|" \
-   -e "s|/usr/lib|/dont-try-to-be-smart|" \
+   -e "s|x/usr/include|x/dont-try-to-be-smart|" \
+   -e "s|x/usr/lib|x/dont-try-to-be-smart|" \
"${D}"/usr/bin/libgcrypt-config \
|| die "Failed to make libgcrypt-config dumb!"
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/

2020-07-20 Thread Georgy Yakovlev
commit: 178526843f193bba8866337f038ccb2d662a2e9a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 21 00:12:55 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 21 00:15:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17852684

net-irc/weechat: bump to 2.9

Closes: https://bugs.gentoo.org/730338
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-irc/weechat/Manifest   |   1 +
 net-irc/weechat/weechat-2.9.ebuild | 155 +
 2 files changed, 156 insertions(+)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index f9085ca1133..19dadbce04d 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1 +1,2 @@
 DIST weechat-2.8.tar.xz 2248868 BLAKE2B 
756ce1719ecaa351a2780641758bb7587b45b8e6b16e5a82833009ddb27f71783a461cf89662e04118c75e2d372103eda5a11c98feb62d624b330b223bf22ede
 SHA512 
3bebb42118fca6b601f1de8f4d52378619a10e5c490f5b46f86d27a9680f00a56d48a1ade729e78d965cae589e6c80647c22414393000c7d3cfcc94a1e41c4df
+DIST weechat-2.9.tar.xz 2206584 BLAKE2B 
8089cd846ca192ec666a50e8071ed57e1c2518b2d5ea98733b8e3fa6c8c684e8ed14253d787b3f9995a8f481a7413444c3ba262dcb6c100283192bcafb502627
 SHA512 
c4a5723accb417c0496b5427ee58fbf5d3e842e6d79a7988f8680cd605534cfc9d30f6f4844afe45f5223458f28b8deff1284fff2fb5b7d04cb99a81cde4e13e

diff --git a/net-irc/weechat/weechat-2.9.ebuild 
b/net-irc/weechat/weechat-2.9.ebuild
new file mode 100644
index 000..67d3040920c
--- /dev/null
+++ b/net-irc/weechat/weechat-2.9.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit cmake python-single-r1 xdg-utils
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/weechat/weechat.git;
+else
+   SRC_URI="https://weechat.org/files/src/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+fi
+
+DESCRIPTION="Portable and multi-interface IRC client"
+HOMEPAGE="https://weechat.org/;
+
+LICENSE="GPL-3"
+SLOT="0"
+
+NETWORKS="+irc"
+PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts 
+spell +trigger +xfer"
+# dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
+SCRIPT_LANGS="guile lua +perl php +python ruby tcl"
+LANGS=" cs de es fr it ja pl ru"
+IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-libs/libgcrypt:0=
+   net-libs/gnutls:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib:=
+   net-misc/curl[ssl]
+   charset? ( virtual/libiconv )
+   guile? ( >=dev-scheme/guile-2.0 )
+   lua? ( dev-lang/lua:0 )
+   nls? ( virtual/libintl )
+   perl? ( dev-lang/perl:= )
+   php? ( >=dev-lang/php-7.0:*[embed] )
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( || ( dev-lang/ruby:2.6 dev-lang/ruby:2.5 dev-lang/ruby:2.4 ) )
+   spell? ( app-text/aspell )
+   tcl? ( >=dev-lang/tcl-8.4.15:0= )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cpputest )
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( >=dev-ruby/asciidoctor-1.5.4 )
+   man? ( >=dev-ruby/asciidoctor-1.5.4 )
+   nls? ( >=sys-devel/gettext-0.15 )
+"
+
+DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc 
README.adoc"
+
+# tests need to be fixed to not use system plugins if weechat is already 
installed
+RESTRICT="test"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   # install only required translations
+   local i
+   for i in ${LANGS} ; do
+   if ! has ${i} ${LINGUAS-${i}} ; then
+   sed -i \
+   -e "/${i}.po/d" \
+   po/CMakeLists.txt || die
+   fi
+   done
+
+   # install only required documentation ; en always
+   for i in $(grep add_subdirectory doc/CMakeLists.txt \
+   | sed -e 's/.*add_subdirectory(\(..\)).*/\1/' -e 
'/en/d'); do
+   if ! has ${i} ${LINGUAS-${i}} ; then
+   sed -i \
+   -e '/add_subdirectory('${i}')/d' \
+   doc/CMakeLists.txt || die
+   fi
+   done
+
+   # install docs in correct directory
+   sed -i "s#\${SHAREDIR}/doc/\${PROJECT_NAME}#\0-${PV}/html#" 
doc/*/CMakeLists.txt || die
+
+   if [[ ${CHOST} == *-darwin* ]]; then
+   # fix linking error on Darwin
+   sed -i "s/+ get_config_var('LINKFORSHARED')//" \
+   cmake/FindPython.cmake || die
+   # allow to find the plugins by default
+   sed -i 's/".so,.dll"/".bundle,.so,.dll"/' \
+   

[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/

2020-07-20 Thread Georgy Yakovlev
commit: ca3323b636f5c8f2215b57fa5a1b9fd05ed49865
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 21 00:14:50 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 21 00:15:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3323b6

net-irc/weechat: sync live ebuild keywords

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

 net-irc/weechat/weechat-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index a63694304e8..67d3040920c 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/weechat/weechat.git;
 else
SRC_URI="https://weechat.org/files/src/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



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

2020-07-20 Thread Sam James
commit: 327108b3f920a99bc35a053c6a0ff7a01c3bbd55
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 23:50:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 23:51:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327108b3

dev-java/byaccj: x86 stable (bug #724238)

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

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

diff --git a/dev-java/byaccj/byaccj-1.15-r2.ebuild 
b/dev-java/byaccj/byaccj-1.15-r2.ebuild
index b9cb5f6098d..75145a8b0fc 100644
--- a/dev-java/byaccj/byaccj-1.15-r2.ebuild
+++ b/dev-java/byaccj/byaccj-1.15-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}/${PN}${PV}"



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

2020-07-20 Thread Mike Pagano
commit: 88b8c4f04356085f52029d3cf7c7fad6b2128de9
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jul 20 23:30:46 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jul 20 23:30:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b8c4f0

app-portage/portpeek: Add missing declarations

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

 app-portage/portpeek/Manifest | 2 +-
 app-portage/portpeek/{portpeek-3.0.0.ebuild => portpeek-3.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index 471848100ce..07a9ece858f 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -1,3 +1,3 @@
 DIST portpeek-2.1.27.tar.gz 13000 BLAKE2B 
a134d7c9a99dc4bfd8cbd56343a6d049c215eadde745f1db6af234c5b561f916f2bf3393a8a01ae44ea4a74bd501b46abdd150cd1403d5254d70c12ad7d7545f
 SHA512 
aeaf47cd5701531c0488709ac63cf38faacec73dafbc96502c34cf279051679242f63bb452fcf14c1b739d08821981e59af3734f4795905d7af31dcaa95f26d2
 DIST portpeek-2.1.29.tar.gz 13067 BLAKE2B 
c0385849738303a3fab8123f6af321bd000f88975b26d363c08aacf873b657b872a898af92a0396f1e3060b5b804fc9f2ddd8579101d2f5da18628080dc4e490
 SHA512 
3933b39c248e3758d67e0c1dd04cb93727eecbda4ae35d55fc266d01f01d7f87c535701cbc54d48a212e1c642a4447d487f2c62aa649f084e1d1fca458263b27
-DIST portpeek-3.0.0.tar.gz 13102 BLAKE2B 
dd067bb0c5d95c24fb6a7f9cafca4aac21c48b175170e78c0f393a6301dbd60e2d151f12bc6761e02a501d8636bb8558817aa44e55b4979bc1c353d71f7b91a9
 SHA512 
692095f6974ee268e1a9d0b89db5afcc64a2c1c870895c929f7fb8f8e6c87fb59f1688f7aa8f1ad04c5295dbea46e72a67ea8fddffd2fd717d0f875be714580e
+DIST portpeek-3.0.1.tar.gz 12906 BLAKE2B 
bca14b3d1c82b270a5418ca3ff1e5422a16251bd5d7ef775311c9bf86cbb3b5c1304c688c0631247aa1e6f479d5e7eb5313c83fac5a9e197dc70bda6aa48b569
 SHA512 
8e0d71d71afb6b6d990e88f3c212a7e999b544cdc7a06d44cadb59ae3b70849fbbd864d855f014bb4090a031efc0713c84dc2a3079e37ab8967e546c8d165394

diff --git a/app-portage/portpeek/portpeek-3.0.0.ebuild 
b/app-portage/portpeek/portpeek-3.0.1.ebuild
similarity index 100%
rename from app-portage/portpeek/portpeek-3.0.0.ebuild
rename to app-portage/portpeek/portpeek-3.0.1.ebuild



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

2020-07-20 Thread Sam James
commit: 146baa3b961a0b5f95cb0350c0f9b826dead2c7f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jul 20 16:15:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 23:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146baa3b

games-action/teeworlds: remove unused file

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16753
Signed-off-by: Sam James  gentoo.org>

 games-action/teeworlds/files/teeworlds.xpm | 66 --
 1 file changed, 66 deletions(-)

diff --git a/games-action/teeworlds/files/teeworlds.xpm 
b/games-action/teeworlds/files/teeworlds.xpm
deleted file mode 100644
index 76e30166dd3..000
--- a/games-action/teeworlds/files/teeworlds.xpm
+++ /dev/null
@@ -1,66 +0,0 @@
-/* XPM */
-static char *teeworlds__[] = {
-/* columns rows colors chars-per-pixel */
-"48 48 12 1",
-"  c #00",
-". c #80",
-"X c #FF",
-"o c #008000",
-"O c #808000",
-"+ c #00",
-"@ c #80",
-"# c #800080",
-"$ c #008080",
-"% c #808080",
-"& c #C0C0C0",
-"* c None",
-/* pixels */
-"*%%.%%%*",
-"*%%*",
-"*** .%O%OOO. ***",
-"*   ..%+&   @*",
-"***%   O&&++%   ",
-"**O  .+&&+O  %**",
-"*@  O&&&+++%  %*",
-"  .O&+++%  %",
-"***%  O+&%  ",
-"***  O+&&+%  ***",
-"**  O+X&+++O .**",
-"*% .OX++  **",
-"*  .   +O@ ++  *",
-"%  ++X+ +++O  . +  *",
-"  O+X++ +++ +O %",
-"  X++X+ +++ ++  ",
-"  ++X+& +++ ++  ",
-"***% .+X+O+ +++ ++O ",
-"***% O++X+& +++ ++% %***",
-"***  O+X+++ +++O++O %***",
-"***  OX+X+X+   +   +++& .***",
-"***  X+&++O $***",
-"***  OX+X++%++% .***",
-"***  O+O++X+++% %***",
-"***  O+X+X+++ %***",
-"***% .+O++X+X+  ",
-"  +X+X+++%+++&  ",
-"  O++O+OX+&++%  ",
-"% .+X+X&+. %",
-"*  O+O+X+OX+&+++%  *",
-"*  O+X++X+++@ %*",
-"**  OO+X++X+X++%  **",
-"**%  ++O+X++O+&  %**",
-"***  .O o   .O.O+&+++&. %***",
-"**%O.OOO#o.  OO+&+++&.  ",
-"*%  .O+X+X+X%+.  OX++&+&++X+ ***",
-"*  .%OX+O+%O+&+X&+O oO+X+XO .OO   **",
-"% .OO+%++&+X+%+X .+O++X+O. #%+X+.  *",
-"  O+X+X+X+%+X&++%+O+% O+X+OO .O+X+ *",
-"  OX+%+O%+%+%+++XO OO  .O%+%+%X+%O $",
-"  +OOX+X+X+X+X+%+X+%+.  ..O%X+X+X+%+X% .",
-"  OX+%+%+%+%+%+%+%+X+. O+%+O+%+%+%+X+O  ",
-"  OOX+X+X+X+OX+X+X+OO.OX+X+XOX+X+X+OO  %",
-"%  OOO+XO+O.  OO+OO.   %",
-"* %*",
-"***.%***",
-"***%%%**",
-""
-};



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

2020-07-20 Thread Sam James
commit: aeaee14b3c12795a02cbd143574e982ab692a334
Author: Ralph Seichter  seichter  de>
AuthorDate: Mon Jul 20 22:46:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 23:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaee14b

net-mail/notmuch: Post-stabilisation cleanup

Remove obsolete ebuilds.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/16754
Signed-off-by: Sam James  gentoo.org>

 net-mail/notmuch/notmuch-0.29.3-r1.ebuild | 232 -
 net-mail/notmuch/notmuch-0.29.3.ebuild| 233 --
 2 files changed, 465 deletions(-)

diff --git a/net-mail/notmuch/notmuch-0.29.3-r1.ebuild 
b/net-mail/notmuch/notmuch-0.29.3-r1.ebuild
deleted file mode 100644
index 13810a43d49..000
--- a/net-mail/notmuch/notmuch-0.29.3-r1.ebuild
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
-   distutils-r1 toolchain-funcs
-
-DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
-HOMEPAGE="https://notmuchmail.org/;
-SRC_URI="https://notmuchmail.org/releases/${P}.tar.xz
-   test? ( 
https://notmuchmail.org/releases/test-databases/database-v1.tar.xz )"
-
-LICENSE="GPL-3"
-# Sub-slot corresponds to major wersion of libnotmuch.so.X.Y.  Bump of Y is
-# meant to be binary backward compatible.
-SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~x64-solaris"
-REQUIRED_USE="
-   nmbug? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( crypt emacs python valgrind )
-   "
-IUSE="crypt doc emacs mutt nmbug python test valgrind"
-
-RESTRICT="!test? ( test )"
-
-CDEPEND="
-   !!=dev-libs/glib-2.22:2
-   >=dev-libs/gmime-3.0.3:3.0[crypt]
-   >=dev-libs/xapian-1.4.8:=
-   dev-python/sphinx
-   sys-apps/texinfo
-   >=sys-libs/zlib-1.2.5.2
-   sys-libs/talloc
-   emacs? ( >=app-editors/emacs-24.1:* )
-   python? ( ${PYTHON_DEPS} )
-   "
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-   test? (
-   app-misc/dtach
-   >=app-editors/emacs-24.1:*[libxml2]
-   sys-devel/gdb
-   crypt? ( app-crypt/gnupg dev-libs/openssl )
-   )
-   valgrind? ( dev-util/valgrind )
-   "
-RDEPEND="${CDEPEND}
-   crypt? ( app-crypt/gnupg )
-   nmbug? ( dev-vcs/git )
-   mutt? (
-   dev-perl/File-Which
-   dev-perl/Mail-Box
-   dev-perl/MailTools
-   dev-perl/String-ShellQuote
-   dev-perl/Term-ReadLine-Gnu
-   virtual/perl-Digest-SHA
-   virtual/perl-File-Path
-   virtual/perl-Getopt-Long
-   virtual/perl-Pod-Parser
-   )
-   "
-
-DOCS=( AUTHORS NEWS README )
-NEED_EMACS="24.1"
-SITEFILE="50${PN}-gentoo.el"
-MY_LD_LIBRARY_PATH="${WORKDIR}/${P}/lib"
-PATCHES=(
-   "${FILESDIR}"/${PV}-0001-Use-loopback-IP-address-rather-than-name.patch
-)
-
-bindings() {
-   local ret=0
-
-   if use $1; then
-   pushd bindings/$1 || die
-   shift
-   "$@"
-   ret=$?
-   popd || die
-   fi
-
-   return $ret
-}
-
-pkg_pretend() {
-   if has_version '=notmuch-0.18.  See NEWS file"
-   ewarn "(0.18 section) for details before first use!"
-   ewarn
-   fi
-}
-
-pkg_setup() {
-   use emacs && elisp-check-emacs-version
-}
-
-src_unpack() {
-   unpack "${P}".tar.xz
-   if use test; then
-   mkdir -p "${S}"/test/test-databases || die
-   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ 
|| die
-   fi
-}
-
-src_prepare() {
-   default
-
-   bindings python distutils-r1_src_prepare
-   bindings python mv README README-python || die
-   mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die
-
-   # assure that new Makefile.config will be generated
-   rm -f Makefile.config || die
-
-   sed -e 's@^install: all install-man install-info$@install: all 
install-info@' -i Makefile.local
-
-   if use test; then
-   append-cflags -g
-   append-cxxflags -g
-   fi
-
-   if [[ ${CHOST} == *-solaris* ]] ; then
-   append-ldflags -lnsl -lsocket   # non-autoconf configure
-   fi
-}
-
-src_configure() {
-   python_setup  # for sphinx
-
-   local myeconfargs=(
-   --bashcompletiondir="$(get_bashcompdir)"
-   --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
-   

[gentoo-commits] proj/gcc-patches:master commit in: 11.0.0/gentoo/

2020-07-20 Thread Sergei Trofimovich
commit: 36350040e98578b2cd6b91b192df1f0c21fa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 20 22:30:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 20 22:30:09 2020 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=36350040

11.0.0: drop 16_all_libgfortran-Werror.patch patch

Gentoo does not ship patch with poison system directories anymore.
Upstream did not accept -Werror removal. Let's drop downstream patch.

We can always reintroduce it back if needed.

Bug: https://bugs.gentoo.org/433435
Bug: http://gcc.gnu.org/PR54724
Signed-off-by: Sergei Trofimovich  gentoo.org>

 11.0.0/gentoo/16_all_libgfortran-Werror.patch | 20 
 11.0.0/gentoo/README.history  |  3 +++
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/11.0.0/gentoo/16_all_libgfortran-Werror.patch 
b/11.0.0/gentoo/16_all_libgfortran-Werror.patch
deleted file mode 100644
index f6c26bf..000
--- a/11.0.0/gentoo/16_all_libgfortran-Werror.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-libgfortran does not respect --disable-werror
-
-https://bugs.gentoo.org/433435
-http://gcc.gnu.org/PR54724
-
-
 a/libgfortran/configure.ac
-+++ b/libgfortran/configure.ac
-@@ -140,3 +140,3 @@ AM_PROG_CC_C_O
- if test "x$GCC" = "xyes"; then
--  AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays 
-fno-underscoring"
-+  AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring"
-   ## We like to use C11 and C99 routines when available.  This makes
 a/libgfortran/configure
-+++ b/libgfortran/configure
-@@ -5764,3 +5764,3 @@ fi
- # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
- if test "x$GCC" = "xyes"; then
--  AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays 
-fno-underscoring"
-+  AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring"

diff --git a/11.0.0/gentoo/README.history b/11.0.0/gentoo/README.history
index 32b10c0..f1b2f2f 100644
--- a/11.0.0/gentoo/README.history
+++ b/11.0.0/gentoo/README.history
@@ -1,3 +1,6 @@
+3  TODO
+   - 16_all_libgfortran-Werror.patch
+
 2  04 July 2020
+ 29_all_plugin-objdump.patch
+ 30_all_fno-delayed-branch.patch



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

2020-07-20 Thread Tim Harder
commit: 00443f9ba96812054844b1a07c7e283f654c7679
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jul 20 22:15:30 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jul 20 22:16:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00443f9b

dev-python/kconfiglib: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/kconfiglib/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/kconfiglib/metadata.xml 
b/dev-python/kconfiglib/metadata.xml
index 6af6948586a..1e8fb02d320 100644
--- a/dev-python/kconfiglib/metadata.xml
+++ b/dev-python/kconfiglib/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

ulfalizer/Kconfiglib




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

2020-07-20 Thread Tim Harder
commit: 6cbd062ec38e4f47d8fbc522ae1cedb61bb61821
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jul 20 22:15:07 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jul 20 22:16:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbd062e

dev-python/onkyo-eiscp: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/onkyo-eiscp/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/onkyo-eiscp/metadata.xml 
b/dev-python/onkyo-eiscp/metadata.xml
index 257521c026a..caf797492af 100644
--- a/dev-python/onkyo-eiscp/metadata.xml
+++ b/dev-python/onkyo-eiscp/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   radher...@gentoo.org
-   Tim Harder
-   
+   

miracle2k/onkyo-eiscp
onkyo-eiscp



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

2020-07-20 Thread Zac Medico
commit: 2b3d5b05598560ebf8503397932d8c784c393d7b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 20 22:12:06 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul 20 22:13:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3d5b05

sys-apps/portage: 3.0.0-r1 revbump for bug 733370

Bug: https://bugs.gentoo.org/733180
Closes: https://bugs.gentoo.org/733370
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 .../{portage-3.0.0.ebuild => portage-3.0.0-r1.ebuild}   | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/sys-apps/portage/portage-3.0.0.ebuild 
b/sys-apps/portage/portage-3.0.0-r1.ebuild
similarity index 93%
rename from sys-apps/portage/portage-3.0.0.ebuild
rename to sys-apps/portage/portage-3.0.0-r1.ebuild
index 6e1a8152761..9271e674f3b 100644
--- a/sys-apps/portage/portage-3.0.0.ebuild
+++ b/sys-apps/portage/portage-3.0.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( pypy3 python3_{6..9} )
@@ -89,6 +89,9 @@ pkg_pretend() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   # Apply d65e759fc26e for bug 733370.
+   sed -e 's:^import logging$:import functools\n\0:' -i 
lib/portage/sync/syncbase.py || die
+
sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i 
lib/portage/__init__.py || die
 
if use gentoo-dev; then
@@ -222,24 +225,24 @@ python_install_all() {
dodir /usr/sbin
for target in ${sbin_relocations}; do
einfo "Moving /usr/bin/${target} to /usr/sbin/${target}"
-   mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}" || die 
"sbin scripts move failed!"
+   mv "${ED}/usr/bin/${target}" "${ED}/usr/sbin/${target}" || die 
"sbin scripts move failed!"
done
 }
 
 pkg_preinst() {
python_setup
local sitedir=$(python_get_sitedir)
-   [[ -d ${D%/}${sitedir} ]] || die "${D%/}${sitedir}: No such directory"
+   [[ -d ${D}${sitedir} ]] || die "${D}${sitedir}: No such directory"
env -u DISTDIR \
-u PORTAGE_OVERRIDE_EPREFIX \
-u PORTAGE_REPOSITORIES \
-u PORTDIR \
-u PORTDIR_OVERLAY \
-   PYTHONPATH="${D%/}${sitedir}${PYTHONPATH:+:${PYTHONPATH}}" \
+   PYTHONPATH="${D}${sitedir}${PYTHONPATH:+:${PYTHONPATH}}" \
"${PYTHON}" -m portage._compat_upgrade.default_locations || die
 
env -u BINPKG_COMPRESS \
-   PYTHONPATH="${D%/}${sitedir}${PYTHONPATH:+:${PYTHONPATH}}" \
+   PYTHONPATH="${D}${sitedir}${PYTHONPATH:+:${PYTHONPATH}}" \
"${PYTHON}" -m portage._compat_upgrade.binpkg_compression || die
 
# elog dir must exist to avoid logrotate error for bug #415911.
@@ -247,8 +250,8 @@ pkg_preinst() {
# portage:portage to root:root which happens after src_install.
keepdir /var/log/portage/elog
# This is allowed to fail if the user/group are invalid for prefix 
users.
-   if chown portage:portage "${ED}"var/log/portage{,/elog} 2>/dev/null ; 
then
-   chmod g+s,ug+rwx "${ED}"var/log/portage{,/elog}
+   if chown portage:portage "${ED}"/var/log/portage{,/elog} 2>/dev/null ; 
then
+   chmod g+s,ug+rwx "${ED}"/var/log/portage{,/elog}
fi
 
if has_version "<${CATEGORY}/${PN}-2.3.77"; then



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

2020-07-20 Thread Zac Medico
commit: d65e759fc26ea0301ba2020e0993d431e9354e7b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 20 22:03:46 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul 20 22:05:28 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d65e759f

syncbase: Add back missing functools import

Fixes: 788c0e8bb07b ("Remove from __future__ import unicode_literals")
Bug: https://bugs.gentoo.org/733370
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/sync/syncbase.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/portage/sync/syncbase.py b/lib/portage/sync/syncbase.py
index 8ad0b5ae7..b294ef5a6 100644
--- a/lib/portage/sync/syncbase.py
+++ b/lib/portage/sync/syncbase.py
@@ -6,6 +6,7 @@ Base class for performing sync operations.
 This class contains common initialization code and functions.
 '''
 
+import functools
 import logging
 import os
 



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

2020-07-20 Thread Conrad Kostecki
commit: e7c9726f7d1540251cd483b837e35d6374c2fa41
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Jul 20 21:55:24 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Jul 20 21:56:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c9726f

app-misc/prog-express: drop old version

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

 app-misc/prog-express/Manifest  |  2 -
 app-misc/prog-express/prog-express-3.8.5.ebuild | 82 -
 2 files changed, 84 deletions(-)

diff --git a/app-misc/prog-express/Manifest b/app-misc/prog-express/Manifest
index 34a20f3fde0..3bb1c5a6fab 100644
--- a/app-misc/prog-express/Manifest
+++ b/app-misc/prog-express/Manifest
@@ -1,4 +1,2 @@
-DIST prog-express-3.8.5-1.amd64.deb 37867724 BLAKE2B 
a460a4e7aad36c4a2d3054332d8e380a8b8d3639316aceb7c32053b679540e31a8398b609105f8f4169f7a1bcf114c9a793e7e9a46574a6f6bbe005222a368ad
 SHA512 
b9246633d3d213616884f6f87bbbeb30bed9cc14d46428e284de1e47e4e0c9d9be386bca6194b880bc44f53f7b831e51e27b65905f7a75a065880666d0559951
-DIST prog-express-3.8.5-1.i386.deb 37867536 BLAKE2B 
067873da13374cfc52e5ef01cd02ee5594415369269898dab6fcc651f23ae0e16f1a44414bc77125e431c1411e7bfc383c45f4b037146b18a8b727c3d8d08a26
 SHA512 
5be2e5292986768970f6afaa16cbdd1740a610221f2de3cc21dbf751201753a1064d26d0714e482f9c95a310063aec6e2b31a8fa8a020d1d80583c0b84e0115b
 DIST prog-express-3.8.8-1.amd64.deb 37892996 BLAKE2B 
bc1a7cb59d1e5b2f2dc83598a00c0714127f20a35ff7acc768c2a305459e7a362da2f86c283dbc049e5a9200b2aedd2b019444106ae387e2f4b8ed5fdeeebfa3
 SHA512 
60d5f7592df20b0fe3119cc4e8e8c9aa6168838c6636b90cda6b9068d4dccf7c025593ee977a370cfbf7ab1fc3bf8373e46bdd0cdb27337874142c9e9d0603a6
 DIST prog-express-3.8.8-1.i386.deb 37892672 BLAKE2B 
0735385044db036185c1005622645182fc354d799d1c869cf6e52e4269ab44eecf7c8211eb794ae885332ae8a4ac4a43d7ccdf58548cf50fa82ee65c71138ed4
 SHA512 
fd91692b7da9992224a657bfc1c48dd07ef0b7813efb7ca640ba57c23ece04a5791e43c246820739ce045dae89aa2b02b0404a419b296f14cb5f703ea59c8ed4

diff --git a/app-misc/prog-express/prog-express-3.8.5.ebuild 
b/app-misc/prog-express/prog-express-3.8.5.ebuild
deleted file mode 100644
index 36d37730f29..000
--- a/app-misc/prog-express/prog-express-3.8.5.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop udev unpacker xdg-utils
-
-DESCRIPTION="A modern and intuitive control software for the Batronix USB 
programming devices"
-HOMEPAGE="https://www.batronix.com;
-SRC_URI="
-   amd64? ( 
https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.amd64.deb )
-   x86? ( 
https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.i386.deb )
-"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="prog-express"
-SLOT="0"
-
-RDEPEND="
-   dev-db/sqlite:3
-   dev-dotnet/gtk-sharp:2
-   dev-dotnet/libgdiplus
-   dev-lang/mono
-   dev-lang/mono-basic
-   virtual/libusb:1
-   virtual/udev
-"
-
-S="${WORKDIR}"
-
-DOCS=(
-   "usr/share/doc/prog-express/changelog"
-   "usr/share/doc/prog-express/manuals"
-)
-
-QA_PREBUILT="
-   usr/bin/bxusb
-   usr/bin/bxusb-gui
-   usr/bin/prog-express
-   usr/sbin/bxfxload
-"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   default
-
-   gunzip usr/share/doc/prog-express/changelog.gz usr/share/man/man1/*.gz 
|| die
-}
-
-src_install() {
-   dobin usr/bin/{bxusb,bxusb-gui,prog-express}
-   dosbin usr/sbin/bxfxload
-
-   insinto /usr/lib
-   doins -r usr/lib/bxusb usr/lib/prog-express
-
-   insinto /usr/lib/prog-express
-   doins "${FILESDIR}"/pe.exe.config
-
-   udev_dorules lib/udev/rules.d/85-batronix-devices.rules
-
-   doicon usr/share/pixmaps/prog-express.png
-
-   domenu usr/share/applications/prog-express.desktop
-
-   doman usr/share/man/man1/{bxfxload,bxusb,bxusb-gui,prog-express}.1
-}
-
-pkg_postinst() {
-   udev_reload
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   udev_reload
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2020-07-20 Thread Sam James
commit: 4ac40f1280724fe6d38d3fdb53539a91975cfd23
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 21:51:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:51:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac40f12

profiles/package.mask: security mask net-libs/nDPI (+ reverse deps)

Mask net-libs/nDPI and its reverse dependencies (ntopng, pmacct)
unless / until a sustainable fix is found for the multiple
serious vulnerabilities reported in nDPI.

Upstream have an unstable API which often breaks reverse
deps, making applying patches an unworkable solution for now.

There is no fixed release upstream, nor is there a clear
timeline for one being published.

This bug has been open for a significant amount of time,
and this mask is not with a view to removal, but to
ensure users are aware of the risks of using this package.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2bf0241bf2a..f5f377cffd2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,20 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2020-07-20)
+# Serious security vulnerabilities, including
+# remote code execution. Upstream have not yet
+# made a stable release in response to numerous
+# CVEs. Applying patches is not a workable
+# solution for now because of the fragility
+# of reverse dependencies.
+# Indefinitely masking until we have a solution
+# for this.
+# bug #719084
+net-analyzer/ntopng
+net-analyzer/pmacct
+net-libs/nDPI
+
 # Jaco Kroon  (2020-07-20)
 # net-misc/asterisk was only consumer, dependency now removed (due to failures
 # in osptoolkit build). No known users of USE=osplookup in net-misc/asterisk,



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

2020-07-20 Thread Sam James
commit: bf2fe356ff6701bad3845c02a0736cb4779ad58e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 21:43:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:44:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2fe356

profiles/package.mask: adjust osptoolkit, Asterisk 11 mask date

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

 profiles/package.mask | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 11bc18b53b5..2bf0241bf2a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,20 @@
 
 #--- END OF EXAMPLES ---
 
+# Jaco Kroon  (2020-07-20)
+# net-misc/asterisk was only consumer, dependency now removed (due to failures
+# in osptoolkit build). No known users of USE=osplookup in net-misc/asterisk,
+# and unknown usefulness. bugs #674346, #731250
+# Removal in 30 days.
+net-libs/osptoolkit
+
+# Jaco Kroon  (2020-07-20)
+# Asterisk 11 is EOL. All users should migrate to asterisk 13.
+# Removal unspecified, will remain for the foreseeable future. If you need
+# help migrating, contact jkroon in #gentoo-voip on freenode.
+=net-misc/asterisk-11*
+=net-misc/asterisk-g729-11*
+
 # Sergei Trofimovich  (2020-07-20)
 # Old erlang version. Removal in 30 days. bug #732188
 =dev-lang/erlang-21*
@@ -44,24 +58,10 @@ dev-ruby/i18n:0.9
 dev-ruby/net-ssh:4
 dev-ruby/zeitwerk:1
 
-# Jaco Kroon  (2020-07-19)
-# Asterisk 11 is EOL.  All users should migrate to asterisk 13.
-# Removal unspecified, will remain for the foreseeable future.  If you need
-# help migrating, contact jkroon in #gentoo-voip on freenode.
-=net-misc/asterisk-11*
-=net-misc/asterisk-g729-11*
-
 # Andreas Sturmlechner  (2020-07-19)
 # Unmaintained upstream and broken by ECM 5.72.0, masked for removal in 30 
days.
 media-video/plasma-mediacenter
 
-# Jaco Kroon  (2020-07-17)
-# net-misc/asterisk was only consumer, dependency now removed (due to failures
-# in osptoolkit build).  No known users of USE=osplookup in net-misc/asterisk,
-# and unknown usefulnes.  bugs #674346, #731250
-# Removal in 30 days.
-net-libs/osptoolkit
-
 # Andreas Sturmlechner  (2020-07-15)
 # Broken by scons-python3 for >1 year, depends on dead gnome-base/libgnomeui,
 # bugs #685576, #726818, no reverse dependencies. Removal in 30 days.



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

2020-07-20 Thread Sam James
commit: 4d9050aa769fbd53811148581fcbcdecaaf382b2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 21:38:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:38:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9050aa

dev-java/byaccj: amd64 stable (bug #724238)

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

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

diff --git a/dev-java/byaccj/byaccj-1.15-r2.ebuild 
b/dev-java/byaccj/byaccj-1.15-r2.ebuild
index 307ad7a23f7..b9cb5f6098d 100644
--- a/dev-java/byaccj/byaccj-1.15-r2.ebuild
+++ b/dev-java/byaccj/byaccj-1.15-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}/${PN}${PV}"



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

2020-07-20 Thread Sam James
commit: ef28d6d39660f0c9ed09bd779732a2bd4599ad7e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 21:34:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:35:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef28d6d3

media-libs/audiofile: amd64 stable (bug #614046)

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

 media-libs/audiofile/audiofile-0.3.6-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/audiofile/audiofile-0.3.6-r4.ebuild 
b/media-libs/audiofile/audiofile-0.3.6-r4.ebuild
index d460b83456f..bd7d2ed747b 100644
--- a/media-libs/audiofile/audiofile-0.3.6-r4.ebuild
+++ b/media-libs/audiofile/audiofile-0.3.6-r4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.68k.org/~michael/audiofile/;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/1" # subslot = soname major version
-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"
+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="flac"
 
 RDEPEND="flac? ( >=media-libs/flac-1.2.1[${MULTILIB_USEDEP}] )"



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

2020-07-20 Thread Andreas Sturmlechner
commit: 98c666afb9c7f2eed66b88d1e8a31841da9c591f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:36:56 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c666af

x11-misc/efax-gtk: Drop 3.2.9

Closes: https://bugs.gentoo.org/724180
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/efax-gtk/Manifest  |  1 -
 x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/x11-misc/efax-gtk/Manifest b/x11-misc/efax-gtk/Manifest
index 4b4503716c4..5e4ca4405d4 100644
--- a/x11-misc/efax-gtk/Manifest
+++ b/x11-misc/efax-gtk/Manifest
@@ -1,3 +1,2 @@
 DIST efax-gtk-3.2.14.src.tgz 1241132 BLAKE2B 
8907907681076d9238219a42c7a490f15b988019be2dd291131fd48122421f8f9476ae59f4832395ff56c44b0981490f3c38c49df643dbc1125f33e735392bbf
 SHA512 
28e0814c209c4c398a27b4f421b0902942fb2088e94d992c344093d755a74176cedce2912ad6f5c0a21fde1fc57acd8c5bb97bd98c42b76bdf2ab1b5919a595e
 DIST efax-gtk-3.2.15.src.tgz 1253414 BLAKE2B 
1cd5eadced1e1ad03cb3d05b2068ce232c5632cebdba3320b721b773685f9ba4f1c69f4f0f0f0e261fce127ccaeb2f8eb5b95a4f6cbcc7adcc36c4a22729acb8
 SHA512 
83ba678162c2ec5c62eeba941a712f507aaeef3a42dfffe8a7dedca72af5ee46626e9c709d7617fc3bf62191ce0f6b10bac2498e1996cc45270db638fdfb7e63
-DIST efax-gtk-3.2.9.src.tgz 1176921 BLAKE2B 
327ee205a747bc6f3909143b79ae9754009bb29ca35a755581d7a1a6604a76deb0b17ae9c3a679652d2216668c540e2074432c88bb31ef5322d9723c8382fa2f
 SHA512 
a2a4a648b95f9143f8ad3b42c3f8f86323a2b312fed87616eddeaebe06742a5a4ae841d79f3078bf9e819288252ad4d79ec429a66116c1d2b8df8a8a13cac806

diff --git a/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild 
b/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild
deleted file mode 100644
index 42e3dab12b4..000
--- a/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A graphical frontend for the 'efax' application"
-HOMEPAGE="http://efax-gtk.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/glib-2.10
-   media-libs/tiff:0
-   x11-libs/libX11
-   x11-libs/c++-gtk-utils:3
-   x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-DOCS="AUTHORS BUGS ChangeLog README"
-
-src_prepare() {
-   # Prevent sandbox violation with chown/chgrp and existing spooldir
-   sed -i -e '/ch.*lp.*spooldir/d' efax-gtk-faxfilter/Makefile.in || die
-
-   sed -i \
-   -e '/^Encoding/d' \
-   -e '/^Icon/s:.png::' \
-   -e '/^Categories/s:Application;::' \
-   ${PN}.desktop || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --with-gtk-version=gtk3
-}
-
-src_install() {
-   default
-   # https://bugs.gentoo.org/401221
-   mv -vf "${ED}"usr/share/man/man1/efax{,-0.9a}.1 || die
-   mv -vf "${ED}"usr/share/man/man1/efix{,-0.9a}.1 || die
-}
-
-pkg_postinst() {
-   local spooldir="${EROOT}"/var/spool/fax
-   [[ -d ${spooldir} ]] && chown lp:lp "${spooldir}"
-}



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/

2020-07-20 Thread Andreas Sturmlechner
commit: c4bd5a3565544c979447c7212a618887633c92ef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:57:55 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bd5a35

sci-physics/lhapdf: Drop 5.9.1

Closes: https://bugs.gentoo.org/724636
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-physics/lhapdf/Manifest|  6 ---
 sci-physics/lhapdf/lhapdf-5.9.1.ebuild | 99 --
 sci-physics/lhapdf/metadata.xml|  3 --
 3 files changed, 108 deletions(-)

diff --git a/sci-physics/lhapdf/Manifest b/sci-physics/lhapdf/Manifest
index d0f08dfa2d1..56058d468e3 100644
--- a/sci-physics/lhapdf/Manifest
+++ b/sci-physics/lhapdf/Manifest
@@ -1,7 +1 @@
-DIST CT10.LHgrid 21081519 BLAKE2B 
29d984a010405de5537d27eca81a306ea4dfc13b554d96031a087cdb9105ce65d736ef6e65f5a1ed3121ad22a6e0bc855ad5a16905b10e214405d9fcc8b39ae5
 SHA512 
4196b0899dc7f5803608d9328872b942393d5f5103e8d50a53b35af6f8bac509adbbe83c363ab33a5fbfab3c33156e8ae46131939ad5a8642c558ff209630820
 DIST LHAPDF-6.2.3.tar.gz 750659 BLAKE2B 
a16f67c69f41e96cdb5434cc53658c6b085b94c9ad06443fdfb49aa1de50eeb2a59aa41442a032c29b361bad4f749cef42499f3d16f2774efb0b399f889576e4
 SHA512 
167064a141f46e5c834d950690a989330b940acec62377b8b4c40e14665503cf7b4ddb79e05c71ebe1f801231192d951e294bec3944ec37b2bca484b2e5ce894
-DIST MRST2004nlo.LHgrid 288040 BLAKE2B 
b568b94905370faa30bbb8ad5ae9b8ee0938fb1373c19ca823662e6f7c930d251734d4afa72c8679b06356999b36bfd828749cbc9dc86a493a1764cb07cf0871
 SHA512 
b554454fa494c86a3ae56168c3d74c5e3c3bd80f10b393153c0adfbb39a3f3837ae2db80534d288784409154034187c9c5212dfc9c21ed1bf32ef89b9266e262
-DIST cteq5l.LHgrid 134797 BLAKE2B 
1e222631ff00979abf64e95ffa3133d29eacd819325fcdf9d4065a1ce85db5704f0a43c646f9a9a3ee7b1905603e9060fc279405435d412bf06ee14ba9121f32
 SHA512 
1ba41fd773104a933af6f37745dcb6f8422e1aece74ba2b1e15a5fb69fdaf694336c0ec1dc6fbc964d2cf3fe363d17ca0c01a6c2ba6def0afa4389cb4083f34b
-DIST cteq61.LHgrid 8946864 BLAKE2B 
aa7d7d817082a70fb53cf9c9d367af3bca9b5f4d845ee6c8f8b77265541980cab6f6ffc74a2233ef2899c161f9171cb3e7ba9570a57c5ed048311622217f8e89
 SHA512 
ab35c058f1ece8b428d8664ba2e14068541279328b5eb9e13b020642cc804c21f7412414dd74bb3621a5136bfa7d9a60832604c944d1e3519c5a94d3dce2a063
-DIST cteq61.LHpdf 11860 BLAKE2B 
cde2c5f6493977f56207d86f0a439a192e32f4debe50b6399b10cf59982bf944950c53c05e97a56daa8eb8e2ebf91a38fe405b1d423be7839c41dab61150b2e2
 SHA512 
2769bcaed94aa4b47144cd2c3ce76e0b6ab4fa8af278db5cb3b612f2286200352e829eec3971c8da0b78144483f00bbbf1ae2aae8d1e75045d239fab40289bc0
-DIST lhapdf-5.9.1.tar.gz 1236188 BLAKE2B 
a70b0421f1eefb79e239beed362858f0a47f27eebb0bf30c8f71f0fd49e405370774a932388c56b9193d51be14d7ad8e00efb7ea947e92009f23868b28ced67f
 SHA512 
8e0eafa202d7c486264c06ddac31a2d1fc17c71223cf5b75cd9dae7e434792e8b8f4002bc8a0d00491c0c3fc58513095cbf693dc883c3bf968473a4e6232586a

diff --git a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild 
b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild
deleted file mode 100644
index dee35d6e6f2..000
--- a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-MY_PV=$(get_version_component_range 1-3 ${PV})
-MY_PF=${PN}-${MY_PV}
-
-DESCRIPTION="Les Houches Parton Density Function unified library"
-HOMEPAGE="http://projects.hepforge.org/lhapdf/;
-SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz
-   test? (
-   http://lhapdf.hepforge.org/svn/pdfsets/5/CT10.LHgrid
-   http://lhapdf.hepforge.org/svn/pdfsets/5/cteq61.LHgrid
-   http://lhapdf.hepforge.org/svn/pdfsets/5/MRST2004nlo.LHgrid
-   http://lhapdf.hepforge.org/svn/pdfsets/5/cteq61.LHpdf
-   octave? ( 
http://lhapdf.hepforge.org/svn/pdfsets/5/cteq5l.LHgrid ) )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cxx doc examples octave python test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="octave? ( sci-mathematics/octave )"
-DEPEND="${RDEPEND}
-   doc? (
-   app-doc/doxygen
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   )
-   python? ( dev-lang/swig )"
-
-S="${WORKDIR}/${MY_PF}"
-
-src_prepare() {
-   # do not create extra latex docs
-   sed -i \
-   -e 's/GENERATE_LATEX.*=YES/GENERATE_LATEX = NO/g' \
-   ccwrap/Doxyfile || die
-}
-
-src_configure() {
-   local myconf="--enable-ccwrap"
-   ! use octave && ! use cxx && myconf="--disable-ccwrap"
-   econf \
-   $(use_enable cxx old-ccwrap ) \
-   $(use_enable octave) \
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/

2020-07-20 Thread Andreas Sturmlechner
commit: c17d1b4ca32b453e4fd280057416a364bb54dd85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 15 11:38:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17d1b4c

net-analyzer/ostinato: EAPI-7 bump

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

 net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild 
b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
index 34b40de482c..e2e38eaf051 100644
--- a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
+++ b/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 COMMIT=9a4e7e7550c6b20a8f0f1393a55036492c1b7703
 inherit qmake-utils
 
-DESCRIPTION="A packet generator and analyzer"
+DESCRIPTION="Packet generator and analyzer"
 HOMEPAGE="https://ostinato.org/;
 SRC_URI="https://github.com/pstavirs/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/files/, net-libs/libktorrent/

2020-07-20 Thread Andreas Sturmlechner
commit: 1895e43781508b9ba35eb9eef3fa4f90f96ee41a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:15:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1895e437

net-libs/libktorrent: Drop 2.1.1

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

 net-libs/libktorrent/Manifest  |  1 -
 .../files/libktorrent-2.1-unused-link.patch| 24 
 .../files/libktorrent-2.1.1-fileops.patch  | 25 -
 net-libs/libktorrent/libktorrent-2.1.1.ebuild  | 65 --
 4 files changed, 115 deletions(-)

diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest
index 8ac1557721f..b62315abb6a 100644
--- a/net-libs/libktorrent/Manifest
+++ b/net-libs/libktorrent/Manifest
@@ -1,2 +1 @@
-DIST libktorrent-2.1.1.tar.xz 357516 BLAKE2B 
8bcec166fa1d4f09b72c4f31c771d5316f7411da538b789b111b641c8ba551d9c88bd1d68d8ad96396e125bb6b16f9d4e2a42a6b2166b40572d730d692d3cf5d
 SHA512 
5c7f0218193cae148b03ae86a886b89d08a46200755728468ef271a6201add88eca617898d486d1823699def282d0251e26e3b28d2642f45cab966c286127d37
 DIST libktorrent-2.2.0.tar.xz 357364 BLAKE2B 
66a91fc32dc11a680d22755468513896c9cea1cbaef8664c84633860b78efba85e5c9e47684fdaaf7fb6f03f624268f9158ee2b8c6fc3d14b0e70339c1f6903e
 SHA512 
2edcb3a230f4fa3a55a6b774c819f4964fe8f2f5447b723ba81cdb0c187dc0268b6e78566d710fa364abe2cc40cd618d1874ecb1637e872fbad0ea8c340abc1a

diff --git a/net-libs/libktorrent/files/libktorrent-2.1-unused-link.patch 
b/net-libs/libktorrent/files/libktorrent-2.1-unused-link.patch
deleted file mode 100644
index 636c59d1b06..000
--- a/net-libs/libktorrent/files/libktorrent-2.1-unused-link.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From e7c4847d9bbdc5d7c7435039aa5088d276ca5bce Mon Sep 17 00:00:00 2001
-From: Jonathan Riddell 
-Date: Mon, 10 Jun 2019 13:27:29 +0100
-Subject: remove unused link to kcrash, it can be used by the apps which use
- libktorrent but it needs to be initialised not just arbitrarily linked to
-

- src/CMakeLists.txt | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index d347e07..1578bf4 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -235,7 +235,6 @@ PRIVATE
- qca-qt5
- PUBLIC
- KF5::Archive
--KF5::Crash
- KF5::KIOCore
- KF5::KIOWidgets
- KF5::Solid
--- 
-cgit v1.1

diff --git a/net-libs/libktorrent/files/libktorrent-2.1.1-fileops.patch 
b/net-libs/libktorrent/files/libktorrent-2.1.1-fileops.patch
deleted file mode 100644
index 87d25e26b7b..000
--- a/net-libs/libktorrent/files/libktorrent-2.1.1-fileops.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 1e8ce6e98d7ca0088624778964b9aed4696ce030 Mon Sep 17 00:00:00 2001
-From: Christoph Feck 
-Date: Thu, 14 Nov 2019 14:19:42 +0100
-Subject: Fix build with XFS
-
-BUG: 414050

- src/util/fileops.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/util/fileops.cpp b/src/util/fileops.cpp
-index c76b0e3..cfe4d5e 100644
 a/src/util/fileops.cpp
-+++ b/src/util/fileops.cpp
-@@ -366,7 +366,7 @@ namespace bt
- 
-   bool XfsPreallocate(const QString & path, Uint64 size)
-   {
--  int fd = ::open(QFile::encodeName(path), O_RDWR | O_LARGEFILE);
-+  int fd = ::open(QFile::encodeName(path).constData(), O_RDWR | 
O_LARGEFILE);
-   if (fd < 0)
-   throw Error(i18n("Cannot open %1: 
%2",path,strerror(errno)));
- 
--- 
-cgit v1.1

diff --git a/net-libs/libktorrent/libktorrent-2.1.1.ebuild 
b/net-libs/libktorrent/libktorrent-2.1.1.ebuild
deleted file mode 100644
index a71a4a0418b..000
--- a/net-libs/libktorrent/libktorrent-2.1.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="BitTorrent library based on KDE Frameworks"
-HOMEPAGE="https://kde.org/applications/internet/org.kde.ktorrent
-https://userbase.kde.org/KTorrent;
-SRC_URI="mirror://kde/stable/ktorrent/5.1.2/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~x86"
-IUSE=""
-
-BDEPEND="sys-devel/gettext"
-COMMON_DEPEND="
-   app-crypt/qca:2[qt5(+)]
-   >=dev-libs/gmp-6.0.0a:0=
-   dev-libs/libgcrypt:0=
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !dev-libs/botan[gmp(-)]
-"
-

[gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/, net-p2p/ktorrent/files/

2020-07-20 Thread Andreas Sturmlechner
commit: 49817eeb7602a4682bc7bf144eb7894186af5a9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:13:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49817eeb

net-p2p/ktorrent: Drop 5.1.2-r2

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

 net-p2p/ktorrent/Manifest  |   1 -
 .../files/ktorrent-5.1.1-singlefile-torrent.patch  | 140 
 .../files/ktorrent-5.1.2-crash-on-exit.patch   | 386 -
 net-p2p/ktorrent/ktorrent-5.1.2-r2.ebuild  | 109 --
 4 files changed, 636 deletions(-)

diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest
index 9931d7ca79a..eeea1b586d7 100644
--- a/net-p2p/ktorrent/Manifest
+++ b/net-p2p/ktorrent/Manifest
@@ -1,2 +1 @@
-DIST ktorrent-5.1.2.tar.xz 2048604 BLAKE2B 
761df1e0aab5c4457311ae821a47ebf7b5b82b2839b4bf238491231caa213370cc649a1c0cafd332b42bbb84230f4a313e5172db722ff3c7af81c0daba450a98
 SHA512 
b62d05650216721299dc9db23da1a2d6ae5d3b77583ad4bd99ac032d7b135cce567feff3b66d27ac001d77e30517112e4e8c8bf8e83c1106a79509ec45498621
 DIST ktorrent-5.2.0.tar.xz 2056012 BLAKE2B 
c59cb34675b9c4e023b6c22f795bf146d64acaea069efa1f1663888a0ada6f7c8328a15bdc2fc453e31a9f451c6b0203dfdfd02098cc52f5d828b87c23d857b5
 SHA512 
141976612cfe6bf4bd06e96842d7bc51ced7a3ab8e13c25446a00c031054698f851fbb1a31f3425dda5a428408bb1ceb51a4a420eaf2e79193b17a0cc7d7a387

diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.1-singlefile-torrent.patch 
b/net-p2p/ktorrent/files/ktorrent-5.1.1-singlefile-torrent.patch
deleted file mode 100644
index b2251865628..000
--- a/net-p2p/ktorrent/files/ktorrent-5.1.1-singlefile-torrent.patch
+++ /dev/null
@@ -1,140 +0,0 @@
-From dab5abcd2172155c511e0666d867c37382829226 Mon Sep 17 00:00:00 2001
-From: Jiva Totin 
-Date: Sun, 17 Feb 2019 20:00:11 +
-Subject: Allow creating torrent for a single file.
-
-Added 2 new radio buttons. One for choosing directory and the other one for
-choosing files.
-
-BUG: 384452
-Differential Revision: https://phabricator.kde.org/D11728

- ktorrent/dialogs/torrentcreatordlg.cpp | 18 ++-
- ktorrent/dialogs/torrentcreatordlg.h   |  3 ++
- ktorrent/dialogs/torrentcreatordlg.ui  | 56 +++---
- 3 files changed, 58 insertions(+), 19 deletions(-)
-
-diff --git a/ktorrent/dialogs/torrentcreatordlg.cpp 
b/ktorrent/dialogs/torrentcreatordlg.cpp
-index bb3710d..b46b291 100644
 a/ktorrent/dialogs/torrentcreatordlg.cpp
-+++ b/ktorrent/dialogs/torrentcreatordlg.cpp
-@@ -54,12 +54,17 @@ namespace kt
- adjustSize();
- loadGroups();
- 
--m_url->setMode(KFile::File | KFile::ExistingOnly | KFile::LocalOnly | 
KFile::Directory);
-+m_url->setMode(KFile::ExistingOnly | KFile::LocalOnly | 
KFile::Directory);
-+m_selectDirectory->setChecked(true);
-+
- m_dht_tab->setEnabled(false);
- 
- connect(m_buttonBox, ::accepted, this, 
::accept);
- connect(m_buttonBox, ::rejected, this, 
::reject);
- 
-+connect(m_selectDirectory, ::clicked, this, 
::selectDirectory);
-+connect(m_selectFile, ::clicked, this, 
::selectFile);
-+
- connect(m_dht, ::toggled, this, 
::dhtToggled);
- 
- // tracker box stuff
-@@ -428,4 +433,15 @@ namespace kt
- m_progress->setValue(mktor->getCurrentChunk());
- }
- 
-+void TorrentCreatorDlg::selectFile()
-+{
-+m_url->setMode(KFile::File | KFile::ExistingOnly | KFile::LocalOnly);
-+}
-+
-+void TorrentCreatorDlg::selectDirectory()
-+{
-+m_url->setMode(KFile::ExistingOnly | KFile::LocalOnly | 
KFile::Directory);
-+}
-+
-+
- }
-diff --git a/ktorrent/dialogs/torrentcreatordlg.h 
b/ktorrent/dialogs/torrentcreatordlg.h
-index 12a1a43..b59d880 100644
 a/ktorrent/dialogs/torrentcreatordlg.h
-+++ b/ktorrent/dialogs/torrentcreatordlg.h
-@@ -73,6 +73,9 @@ namespace kt
- void accept() override;
- void reject() override;
- 
-+void selectFile();// required for radio button for new torrent 
creation
-+void selectDirectory();
-+
- private:
- void loadGroups();
- void loadCompleterData();
-diff --git a/ktorrent/dialogs/torrentcreatordlg.ui 
b/ktorrent/dialogs/torrentcreatordlg.ui
-index b954aed..02bf390 100644
 a/ktorrent/dialogs/torrentcreatordlg.ui
-+++ b/ktorrent/dialogs/torrentcreatordlg.ui
-@@ -15,26 +15,46 @@
-   
-   
-
--
-- 
-+
-+ 
-   File or directory to create torrent from:
-  
--
--   
--   
--
-- 
--  
--   0
--   0
--  
-- 
-- 
--  
--   0
--   0
--  
-- 
-+ 
-+  
-+   
-+
-+ 
-+  0
-+  0
-+ 
-+
-+
-+ 
-+  0
-+  0
-+ 
-+
-+   
-+  
-+  
-+   

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/

2020-07-20 Thread Andreas Sturmlechner
commit: ac5f0212dbe13f6c0ba3e253f5dae37edd60740e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:48:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5f0212

sci-electronics/xcircuit: Drop 3.7.48 and 3.8.83

Closes: https://bugs.gentoo.org/724164
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-electronics/xcircuit/Manifest   |  2 -
 sci-electronics/xcircuit/xcircuit-3.7.48.ebuild | 61 -
 sci-electronics/xcircuit/xcircuit-3.8.83.ebuild | 61 -
 3 files changed, 124 deletions(-)

diff --git a/sci-electronics/xcircuit/Manifest 
b/sci-electronics/xcircuit/Manifest
index 701a89b3115..d35a7325e09 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,3 +1 @@
-DIST xcircuit-3.7.48.tgz 1648993 BLAKE2B 
4c3693a75323634ec39a4bc1b76a5310c68e63346cf92209fdce7576038315e4a3488f18c9835dca5069e947daabf143c6b6ab328ae37c4adc2bb6255bacedc9
 SHA512 
686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84
-DIST xcircuit-3.8.83.tgz 1533560 BLAKE2B 
25e634effad9f5c81954982baacdcb6cf05423ed4c7b92abd85873af054f29b0886a6dddf9771862f839e8274067f990e684f20f3fd123b4298ddb1826637d53
 SHA512 
2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a
 DIST xcircuit-3.9.73.tgz 1620922 BLAKE2B 
ac3f8e6f9370efd720b57a9cd7c487621534f477d1af4fd267d311da3bd949886eccd1c8e8e59071689637272ca23f985dd1809594aab692fa60ea2ca8f8a456
 SHA512 
2dfeb130a48c99bf08bdff94250f7157acd283bc3f3d6b41f963346deb1241aca0d59a3e8d60dbd36a4aa60acd89e131b263ddbf489b2b44e7e1831714d7b703

diff --git a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild 
b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild
deleted file mode 100644
index 6f439117d2d..000
--- a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz;
-HOMEPAGE="http://opencircuitdesign.com/xcircuit;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="
-   app-text/ghostscript-gpl
-   dev-lang/tk:0
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libXt
-   x11-libs/libXpm
-   x11-libs/libSM
-   x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-   # automake-1.12
-   sed \
-   -e '/AM_C_PROTOTYPES/d' \
-   -i configure.in || die
-   # automake-1.13
-   mv configure.{in,ac} || die
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   export loader_run_path="/usr/$(get_libdir)"
-   local myeconfargs=(
-   --with-tcl
-   --with-ngspice
-   )
-   autotools-utils_src_configure
-}
-
-src_compile() {
-   autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install() {
-   autotools-utils_src_install \
-   appdefaultsdir="/usr/share/X11/app-defaults" \
-   appmandir="/usr/share/man/man1"
-}

diff --git a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild 
b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild
deleted file mode 100644
index 9e29aaa97f6..000
--- a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz;
-HOMEPAGE="http://opencircuitdesign.com/xcircuit;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-   app-text/ghostscript-gpl
-   dev-lang/tk:0
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libXt
-   x11-libs/libXpm
-   x11-libs/libSM
-   x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-   # automake-1.12
-   sed \
-   -e '/AM_C_PROTOTYPES/d' \
-   -i configure.in || die
-   # automake-1.13
-   mv configure.{in,ac} || die
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   export loader_run_path="/usr/$(get_libdir)"
-   local myeconfargs=(
-   --with-tcl
-   --with-ngspice
-   )
-   autotools-utils_src_configure
-}
-

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

2020-07-20 Thread Andreas Sturmlechner
commit: 585382eaa9567549c26243d45eb3a11a636af003
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:29:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585382ea

net-p2p/ktorrent: Punt bogus Qt5Script dependency

Reported-by: Marco Genasci  gmail.com>
Closes: https://bugs.gentoo.org/733360
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild 
b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild
index d87128bbdb6..196bc3c2fee 100644
--- a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild
+++ b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild
@@ -81,6 +81,11 @@ PATCHES=(
"${FILESDIR}/${P}-taglib-linking.patch" # 5.2 branch
 )
 
+src_prepare() {
+   ecm_src_prepare
+   ecm_punt_bogus_dep Qt Script
+}
+
 src_configure() {
local mycmakeargs=(
-DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/

2020-07-20 Thread Andreas Sturmlechner
commit: 2b474974ca406ef51ed0b287a9925c354acb0077
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:39:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b474974

sci-geosciences/qgis: Drop 3.10.2-r1

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

 sci-geosciences/qgis/Manifest  |   1 -
 sci-geosciences/qgis/qgis-3.10.2-r1.ebuild | 206 -
 2 files changed, 207 deletions(-)

diff --git a/sci-geosciences/qgis/Manifest b/sci-geosciences/qgis/Manifest
index 713481d0d5b..a03eee960aa 100644
--- a/sci-geosciences/qgis/Manifest
+++ b/sci-geosciences/qgis/Manifest
@@ -1,3 +1,2 @@
-DIST qgis-3.10.2.tar.bz2 101916273 BLAKE2B 
4b5d424348609e8fd1822ea9594fb11d30ae060aff15d8d962a1b15a602c1bdf5d8a17976c5a487ded5e5764e7367b8024aa52f9620ba0ec57fb075426a3c9f2
 SHA512 
d2ba31a8b50e0fec901d89dba6ca8467a9e26033197e78c56caaf7cce6b9bb7a1617a75f8e6275356f921ba9e986611384ab77890a4d7f5911d632e42466bb9f
 DIST qgis-3.10.7.tar.bz2 102154692 BLAKE2B 
9b54d542770f149eb3c413ef867a012e28e4121ff38114ef954131f55dea54cc8c0d4e65a5e8eac9098fb596af7b8d2f77ddfb2f8d0170d2e1a5b59569952151
 SHA512 
b10d81d24c7cfb8b285b6d9884dfe19ba33b032cd843d29b879159d203454fd359a669047b677baf515d92ce331ba66f59dc2466beae2048920b2c0da0c3d666
 DIST qgis_sample_data-2.8.14.tar.gz 22119181 BLAKE2B 
2d0565e91ec8119382bc9ab8e262dc04227fe8289146794891759ff5a32012245270614ba1119a6329fc45cf56852830c2079589309aa3467873f71f5c608eac
 SHA512 
6b2653d5b57ffc2c2317639dac212429840984ac917ca3e452b39aabb99ea106d1a77c1c1dd967244ef16ede9deae751b170affdf08b72239eafed5b8977da3d

diff --git a/sci-geosciences/qgis/qgis-3.10.2-r1.ebuild 
b/sci-geosciences/qgis/qgis-3.10.2-r1.ebuild
deleted file mode 100644
index cc6d86b4b70..000
--- a/sci-geosciences/qgis/qgis-3.10.2-r1.ebuild
+++ /dev/null
@@ -1,206 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="sqlite"
-QT_MIN_VER="5.9.4"
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git;
-   inherit git-r3
-else
-   SRC_URI="https://qgis.org/downloads/${P}.tar.bz2
-   examples? ( 
https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> 
qgis_sample_data-2.8.14.tar.gz )"
-   KEYWORDS="amd64 x86"
-fi
-inherit cmake desktop python-single-r1 qmake-utils xdg
-
-DESCRIPTION="User friendly Geographic Information System"
-HOMEPAGE="https://www.qgis.org/;
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml webkit"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
-
-BDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-qt/linguist-tools-${QT_MIN_VER}:5
-   sys-devel/bison
-   sys-devel/flex
-"
-COMMON_DEPEND="
-   app-crypt/qca:2[qt5(+),ssl]
-   >=dev-db/spatialite-4.2.0
-   dev-db/sqlite:3
-   dev-libs/expat
-   dev-libs/libzip:=
-   dev-libs/qtkeychain[qt5(+)]
-   >=dev-qt/designer-${QT_MIN_VER}:5
-   >=dev-qt/qtconcurrent-${QT_MIN_VER}:5
-   >=dev-qt/qtcore-${QT_MIN_VER}:5
-   >=dev-qt/qtgui-${QT_MIN_VER}:5
-   >=dev-qt/qtnetwork-${QT_MIN_VER}:5[ssl]
-   >=dev-qt/qtpositioning-${QT_MIN_VER}:5
-   >=dev-qt/qtprintsupport-${QT_MIN_VER}:5
-   >=dev-qt/qtserialport-${QT_MIN_VER}:5
-   >=dev-qt/qtsvg-${QT_MIN_VER}:5
-   >=dev-qt/qtsql-${QT_MIN_VER}:5
-   >=dev-qt/qtwidgets-${QT_MIN_VER}:5
-   >=dev-qt/qtxml-${QT_MIN_VER}:5
-   media-gfx/exiv2:=
-   >=sci-libs/gdal-2.2.3:=[geos]
-   sci-libs/geos
-   sci-libs/libspatialindex:=
-   >=sci-libs/proj-4.9.3:=
-   >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
-   >=x11-libs/qwt-6.1.2:6=[qt5(+),svg]
-   3d? ( >=dev-qt/qt3d-${QT_MIN_VER}:5 )
-   georeferencer? ( sci-libs/gsl:= )
-   grass? ( =sci-geosciences/grass-7*:= )
-   hdf5? ( sci-libs/hdf5:= )
-   mapserver? ( dev-libs/fcgi )
-   netcdf? ( sci-libs/netcdf:= )
-   opencl? ( virtual/opencl )
-   oracle? (
-   dev-db/oracle-instantclient:=
-   sci-libs/gdal:=[oracle]
-   )
-   polar? ( >=x11-libs/qwtpolar-1.1.1-r1[qt5(+)] )
-   postgres? ( dev-db/postgresql:= )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_MULTI_USEDEP}]
-   dev-python/httplib2[${PYTHON_MULTI_USEDEP}]
-   dev-python/jinja[${PYTHON_MULTI_USEDEP}]
-   dev-python/markupsafe[${PYTHON_MULTI_USEDEP}]
-   dev-python/owslib[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygments[${PYTHON_MULTI_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-rezlooks/

2020-07-20 Thread Andreas Sturmlechner
commit: 44c4ea687bac93cb332e8c97ee933fb16a72bc88
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:49:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c4ea68

x11-themes/gtk-engines-rezlooks: Drop 0.6 (r0)

Closes: https://bugs.gentoo.org/724182
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../gtk-engines-rezlooks-0.6.ebuild| 40 --
 1 file changed, 40 deletions(-)

diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild 
b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild
deleted file mode 100644
index 8f1fd5fb0d9..000
--- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Rezlooks GTK+ Engine"
-HOMEPAGE="http://www.gnome-look.org/content/show.php?content=39179;
-SRC_URI="http://www.gnome-look.org/content/files/39179-rezlooks-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.8:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/rezlooks-${PV}
-
-src_prepare() {
-   # automake complains: ChangeLog missing. There however is a Changelog.
-   # to avoid problems with case insensitive fs, move somewhere else first.
-   mv Changelog{,.1}
-   mv Changelog.1 ChangeLog
-
-   epatch "${FILESDIR}/${PN}-0.6-glib-single-include.patch"
-
-   eautoreconf # required for interix
-}
-
-src_configure() {
-   econf --enable-animation
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal 
failed"
-}



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

2020-07-20 Thread Andreas Sturmlechner
commit: 2cb6208d297a4392bf06f5e28b45c5d2652de0da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 20 20:42:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 20 21:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb6208d

sci-libs/proj: Drop 6.2.1 and 6.3.0

Closes: https://bugs.gentoo.org/706614
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/proj/Manifest  |  4 
 sci-libs/proj/proj-6.2.1.ebuild | 47 -
 sci-libs/proj/proj-6.3.0.ebuild | 47 -
 3 files changed, 98 deletions(-)

diff --git a/sci-libs/proj/Manifest b/sci-libs/proj/Manifest
index 85f53ada12d..59ca51164e9 100644
--- a/sci-libs/proj/Manifest
+++ b/sci-libs/proj/Manifest
@@ -1,7 +1,3 @@
-DIST proj-6.2.1.tar.gz 2698759 BLAKE2B 
69867c05ef727df63351bbb8bc787d039c6a333a6e28b5fbbd1814fd9ca3ec279dd58ee7f0f79c3601ced270b6fa38619120e58f4407c49890a74996bbf88da5
 SHA512 
1e8632a9c6fa00c0354473f60d81e4644f173b42f6613856ba03e2404f429864fd5052aacba945ccd265173397bed2abdbe325320b54bc7b1c4a75ad95395a89
-DIST proj-6.3.0.tar.gz 2758388 BLAKE2B 
33f9d6ce6aa885667b7c1337abd218ee802581320880288f948378073d04c46118927147794ce6c97616c906c683c33bf10984d08463faea214ffbe80b12d62b
 SHA512 
679fd2e57f27feeb956d2a8843cb9028895a78f0dac104c920cc9060afade434b953fb381fed350e5c8ac15cd796f795220e0f1ad276a4f7482d6e7f5681d06e
 DIST proj-7.0.1.tar.gz 5312488 BLAKE2B 
421a3b5324ab7c952a8b45036e6db2c8cfc1fd2db3d050d2e644cb1c1c78fe669a20c6d8428debf75233a975a989e3ad2ce6a83cd944825641ffd3107cc44a02
 SHA512 
034d1b916980c80fe9f8e67d2897814e611920af3e852f152fcd9e3fc4ec8cbc39bbd8f8296949a3c3f5e6708bb9d84e61c4cba9c01476a3888448135e97dc33
 DIST proj-datumgrid-1.8.tar.gz 6604329 BLAKE2B 
78df259a811a79457d011b4f675f1a72b6613928bb0083d01bfe65bb4c333628725b300efdb7cf10ebc6f26ff03733886c20f25c7aef80875e81e59bda9fd7d3
 SHA512 
23153f5b57d210e37cd6e9e0fced23bdabb1c67476e9fb50eb83a68ae066a5c3675822472f5d558d10ddf36ac1d73d538b75304d112a1bfcd8d0bbd26c6481a5
-DIST proj-datumgrid-europe-1.4.tar.gz 26115747 BLAKE2B 
3dfb5c19362f9d9cdfc4ee5469e536b97d963a5ac3bcf6652ef5935ec393f4035bc15abc444d62cfa477478faabd66a8effe64dbb8eb26b7d73a717b4eae2e53
 SHA512 
4043c0791af086541a3e08f7ad667b25968ed25e6595c1f047e1272f52838d28ab4010a076f9524882f97d7aa9104769c0b9cdf17394915c5b70b0dc13e019ee
-DIST proj-datumgrid-europe-1.5.tar.gz 187195036 BLAKE2B 
0f88922435793930e21ace8488e0d1cd6a6325880f90d61a91d1592e51191514db7fc93e08c4a6c51699e3eb43762786d11eea425c181a8d3f73ec5ad7848092
 SHA512 
456a8c27dad7ef8fc1790ef822e7e8dcbc69b79e0a28df8c6b58d24b0ef4a3221cebd8e911a0d84b7f00694247b0fb8f4361a38d7369f921da000c838812f389
 DIST proj-datumgrid-europe-1.6.tar.gz 189057258 BLAKE2B 
66daf2341b05d8d5f929f6d67e1913656c2380a3663b4359cb97576ff5954dbea5890862869bb1077f6cde760dada4d9f13201c5b2c29ef3458a8b43089e459c
 SHA512 
463d2575d5ce6f5984e69897c34ef80ec31a77f5ba00a07a5f55e97c3033dbae40b7d17891e5495bc47e6faf917968b1cdb7b3be9b2a4838e3b093b74753c2a8

diff --git a/sci-libs/proj/proj-6.2.1.ebuild b/sci-libs/proj/proj-6.2.1.ebuild
deleted file mode 100644
index a249436269b..000
--- a/sci-libs/proj/proj-6.2.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DATUMGRID="${PN}-datumgrid-1.8.tar.gz"
-EUROPE_DATUMGRID="${PN}-datumgrid-europe-1.4.tar.gz"
-
-DESCRIPTION="PROJ coordinate transformation software"
-HOMEPAGE="https://proj4.org/;
-SRC_URI="
-   https://download.osgeo.org/proj/${P}.tar.gz
-   https://download.osgeo.org/proj/${DATUMGRID}
-   europe? ( https://download.osgeo.org/proj/${EUROPE_DATUMGRID} )
-"
-
-LICENSE="MIT"
-SLOT="0/15"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="europe static-libs test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( !europe )"
-
-RDEPEND="dev-db/sqlite:3"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-   unpack ${P}.tar.gz
-   cd "${S}"/data || die
-   mv README README.DATA || die
-   unpack ${DATUMGRID}
-   use europe && unpack ${EUROPE_DATUMGRID}
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --without-jni
-}
-
-src_install() {
-   default
-   cd data || die
-   dodoc README.{DATA,DATUMGRID}
-   use europe && dodoc README.EUROPE
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/sci-libs/proj/proj-6.3.0.ebuild b/sci-libs/proj/proj-6.3.0.ebuild
deleted file mode 100644
index f8a951b3221..000
--- a/sci-libs/proj/proj-6.3.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DATUMGRID="${PN}-datumgrid-1.8.tar.gz"

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

2020-07-20 Thread Matt Turner
commit: 054f715ec42ec0a55a2eee42fb9493e6fb52be00
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 20 21:20:33 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 20 21:31:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054f715e

media-libs/mesa: Use non-deprecated options

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/mesa-.ebuild | 41 +---
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 29a60e1a14f..ced0417b6d0 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -372,13 +372,16 @@ multilib_src_configure() {
fi
fi
 
-   emesonargs+=( -Dplatforms=$(use X && echo "x11,")$(use wayland && echo 
"wayland,")$(use gbm && echo "drm,")surfaceless )
+   local platforms
+   use X && platforms+="x11"
+   use wayland && platforms+=",wayland"
+   [[ -n $platforms ]] && emesonargs+=(-Dplatforms=${platforms#,})
 
if use gallium; then
emesonargs+=(
-   $(meson_use llvm)
-   $(meson_use lm-sensors lmsensors)
-   $(meson_use unwind libunwind)
+   $(meson_feature llvm)
+   $(meson_feature lm-sensors lmsensors)
+   $(meson_feature unwind libunwind)
)
 
if use video_cards_iris ||
@@ -395,34 +398,34 @@ multilib_src_configure() {
if use video_cards_r600 ||
   use video_cards_radeonsi ||
   use video_cards_nouveau; then
-   emesonargs+=($(meson_use vaapi gallium-va))
+   emesonargs+=($(meson_feature vaapi gallium-va))
use vaapi && emesonargs+=( 
-Dva-libs-path="${EPREFIX}"/usr/$(get_libdir)/va/drivers )
else
-   emesonargs+=(-Dgallium-va=false)
+   emesonargs+=(-Dgallium-va=disabled)
fi
 
if use video_cards_r300 ||
   use video_cards_r600 ||
   use video_cards_radeonsi ||
   use video_cards_nouveau; then
-   emesonargs+=($(meson_use vdpau gallium-vdpau))
+   emesonargs+=($(meson_feature vdpau gallium-vdpau))
else
-   emesonargs+=(-Dgallium-vdpau=false)
+   emesonargs+=(-Dgallium-vdpau=disabled)
fi
 
if use video_cards_freedreno ||
   use video_cards_nouveau ||
   use video_cards_vmware; then
-   emesonargs+=($(meson_use xa gallium-xa))
+   emesonargs+=($(meson_feature xa gallium-xa))
else
-   emesonargs+=(-Dgallium-xa=false)
+   emesonargs+=(-Dgallium-xa=disabled)
fi
 
if use video_cards_r600 ||
   use video_cards_nouveau; then
-   emesonargs+=($(meson_use xvmc gallium-xvmc))
+   emesonargs+=($(meson_feature xvmc gallium-xvmc))
else
-   emesonargs+=(-Dgallium-xvmc=false)
+   emesonargs+=(-Dgallium-xvmc=disabled)
fi
 
if use video_cards_freedreno ||
@@ -490,15 +493,15 @@ multilib_src_configure() {
emesonargs+=(
$(meson_use test build-tests)
-Dglx=$(usex X dri disabled)
-   -Dshared-glapi=true
-   $(meson_use dri3)
-   $(meson_use egl)
-   $(meson_use gbm)
-   $(meson_use gles1)
-   $(meson_use gles2)
+   -Dshared-glapi=enabled
+   $(meson_feature dri3)
+   $(meson_feature egl)
+   $(meson_feature gbm)
+   $(meson_feature gles1)
+   $(meson_feature gles2)
$(meson_use libglvnd glvnd)
$(meson_use selinux)
-   $(meson_use zstd)
+   $(meson_feature zstd)
-Dvalgrind=$(usex valgrind auto false)
-Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}")
-Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")



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

2020-07-20 Thread Sergei Trofimovich
commit: f8b1eb856f923a61e2d1c5bf1f12145e89232c5c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 20 21:30:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 20 21:31:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b1eb85

dev-util/radare2: drop old <4.5.0 versions

Bug: https://bugs.gentoo.org/733368
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/radare2/Manifest |  1 -
 dev-util/radare2/files/radare2-4.4.0-AR.patch | 25 -
 dev-util/radare2/files/radare2-4.4.0-RANLIB.patch | 24 -
 dev-util/radare2/radare2-4.4.0-r1.ebuild  | 65 ---
 4 files changed, 115 deletions(-)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index ab7bde52c1b..2d065a4b603 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,2 +1 @@
-DIST radare2-4.4.0.tar.gz 8135544 BLAKE2B 
1a1a4ce97dde4b8985cbe95bb889bfdef8f9d64e2c2257030fda523b1a1aced4e6681bc0f7b14d1a3f25fbce355f2062f0edc33ab396bef98792d29d1f708a11
 SHA512 
6208d97f8333e72dfd04cccdb0234b60fb8979ca559b92532bf7e47d402f91e0c54678a83e6bafee65666fb7d6008b44b961600f24f9b3275cb2eec32490eaa5
 DIST radare2-4.5.0.tar.gz 8265716 BLAKE2B 
5288b393eb40f0f9355ad44a102a768924775ce11d126477d89a77d4dbb885556371125ea9f54ce81216bcef25387b816ab679b99a2e6c31c7f48db13ccc4774
 SHA512 
84d4ffc28f499f4360f57f31ad1b1f4b2a14e7fcbde7198bfb9ec4a85ac6606ceb5b28602624d6419b14b1586afd50330ace6232a183d7bfb876fefe07ea7bf4

diff --git a/dev-util/radare2/files/radare2-4.4.0-AR.patch 
b/dev-util/radare2/files/radare2-4.4.0-AR.patch
deleted file mode 100644
index 406bd7ab004..000
--- a/dev-util/radare2/files/radare2-4.4.0-AR.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-
 a/mk/clang.mk
-+++ b/mk/clang.mk
-@@ -3,7 +3,8 @@ _INCLUDE_MK_CLANG_=1
- CC?=clang
- RANLIB=ranlib
- ONELIB=0
--CC_AR=ar q ${LIBAR}
-+AR?=ar
-+CC_AR=$(AR) q ${LIBAR}
- CFLAGS+=-MD
- CFLAGS_INCLUDE=-I
- LDFLAGS_LINK=-l
 a/mk/gcc.mk
-+++ b/mk/gcc.mk
-@@ -4,7 +4,8 @@ CC?=gcc
- OBJCOPY=objcopy
- RANLIB=ranlib
- ONELIB=0
--CC_AR=ar q ${LIBAR}
-+AR?=ar
-+CC_AR=$(AR) q ${LIBAR}
- CFLAGS+=-MD
- CFLAGS_INCLUDE=-I
- LDFLAGS_LINK=-l

diff --git a/dev-util/radare2/files/radare2-4.4.0-RANLIB.patch 
b/dev-util/radare2/files/radare2-4.4.0-RANLIB.patch
deleted file mode 100644
index 6ce007a5278..000
--- a/dev-util/radare2/files/radare2-4.4.0-RANLIB.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 a/mk/clang.mk
-+++ b/mk/clang.mk
-@@ -1,7 +1,7 @@
- ifeq (${_INCLUDE_MK_CLANG_},)
- _INCLUDE_MK_CLANG_=1
- CC?=clang
--RANLIB=ranlib
-+RANLIB?=ranlib
- ONELIB=0
- AR?=ar
- CC_AR=$(AR) q ${LIBAR}
 a/mk/gcc.mk
-+++ b/mk/gcc.mk
-@@ -1,8 +1,8 @@
- ifeq (${_INCLUDE_MK_GCC_},)
- _INCLUDE_MK_GCC_=1
- CC?=gcc
--OBJCOPY=objcopy
--RANLIB=ranlib
-+OBJCOPY?=objcopy
-+RANLIB?=ranlib
- ONELIB=0
- AR?=ar
- CC_AR=$(AR) q ${LIBAR}

diff --git a/dev-util/radare2/radare2-4.4.0-r1.ebuild 
b/dev-util/radare2/radare2-4.4.0-r1.ebuild
deleted file mode 100644
index 376d0a9f521..000
--- a/dev-util/radare2/radare2-4.4.0-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 eutils toolchain-funcs
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/radareorg/radare2;
-else
-   SRC_URI="https://github.com/radareorg/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-   dev-libs/capstone:0=
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.4.0-AR.patch
-   "${FILESDIR}"/${PN}-4.4.0-RANLIB.patch
-)
-
-src_configure() {
-   # Ideally these should be set by ./configure
-   tc-export CC AR LD OBJCOPY RANLIB
-   export HOST_CC=${CC}
-
-   econf \
-   --without-libuv \
-   --with-syscapstone \
-   $(use_with ssl openssl)
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/zsh/site-functions
-   doins doc/zsh/_*
-
-   newbashcomp doc/bash_autocompletion.sh "${PN}"
-   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-   # a workaround for unstable $(INSTALL) call, bug #574866
-   local d
-   for d in doc/*; do
-   if [[ -d $d ]]; then
-   rm -rfv "$d" || die "failed to delete '$d'"
-   fi
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/

2020-07-20 Thread Alexey Shvetsov
commit: 9518cece73a58efe141f1dab0da60b24d9a4d661
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Mon Jul 20 21:26:24 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Mon Jul 20 21:26:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9518cece

dev-embedded/platformio: Version bump

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-embedded/platformio/Manifest| 2 +-
 .../platformio/{platformio-4.3.3.ebuild => platformio-4.3.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest
index 0ef1f9a0e35..193be934366 100644
--- a/dev-embedded/platformio/Manifest
+++ b/dev-embedded/platformio/Manifest
@@ -1 +1 @@
-DIST platformio-4.3.3.tar.gz 187697 BLAKE2B 
e4d73db41390b52a9fc3b620630d6d3e65250444213474bd882f0eafec36e1f37d2d5513e34534e281dcc1e8460da1296c10d9882bb627382764ca65394bdc1c
 SHA512 
9be991d999d0e1cea7bb57283e879670e202a7400fafc9b37363228355ca1f5a308926f033d04e32e004952fde18340be669bbd7861bf67019a1b1d32251815c
+DIST platformio-4.3.4.tar.gz 190096 BLAKE2B 
593fb04e78cc04a3fe939de4ea11617ae267dc2427009a168a50d0172774962c34faba5d9fef861980b09172efad8401154dc812040a5867c7c320a0d5728273
 SHA512 
751a737eeb425238094c00defcd2094b511e2cfb5792a965323b87d46113a94e03e7be35dbe3e5ecde0c096fda5f372c9ab9863b779cb58e0c5abc36885475d6

diff --git a/dev-embedded/platformio/platformio-4.3.3.ebuild 
b/dev-embedded/platformio/platformio-4.3.4.ebuild
similarity index 100%
rename from dev-embedded/platformio/platformio-4.3.3.ebuild
rename to dev-embedded/platformio/platformio-4.3.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/httping/

2020-07-20 Thread Sam James
commit: 8d9cd0848d9658c8bebb42948e07a1761f696d48
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 21:16:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:22:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9cd084

net-analyzer/httping: arm64 keyworded (bug #733292)

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

 net-analyzer/httping/httping-2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/httping/httping-2.5.ebuild 
b/net-analyzer/httping/httping-2.5.ebuild
index 27dc3f021f5..4f2b970f4c7 100644
--- a/net-analyzer/httping/httping-2.5.ebuild
+++ b/net-analyzer/httping/httping-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm64 hppa ~mips ~ppc ppc64 ~sparc x86"
 IUSE="debug fftw libressl l10n_nl ncurses ssl +tfo"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/

2020-07-20 Thread Sam James
commit: c15ecfbf34000e2162a00ef464b4bc198b5b4df8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 21:17:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:22:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15ecfbf

net-analyzer/prettyping: arm64 keyworded (bug #733294)

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

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild 
b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index 54c2c36beb3..e35838a96f0 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="app-shells/bash
net-misc/iputils



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

2020-07-20 Thread Mike Pagano
commit: 78982d23f5474b8a6151609d08ed23a32c69800a
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jul 20 21:06:05 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jul 20 21:06:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78982d23

app-portage/portpeek: Performance optimizations

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

 app-portage/portpeek/Manifest  |  1 +
 app-portage/portpeek/portpeek-3.0.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index 1fd565c13b2..471848100ce 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -1,2 +1,3 @@
 DIST portpeek-2.1.27.tar.gz 13000 BLAKE2B 
a134d7c9a99dc4bfd8cbd56343a6d049c215eadde745f1db6af234c5b561f916f2bf3393a8a01ae44ea4a74bd501b46abdd150cd1403d5254d70c12ad7d7545f
 SHA512 
aeaf47cd5701531c0488709ac63cf38faacec73dafbc96502c34cf279051679242f63bb452fcf14c1b739d08821981e59af3734f4795905d7af31dcaa95f26d2
 DIST portpeek-2.1.29.tar.gz 13067 BLAKE2B 
c0385849738303a3fab8123f6af321bd000f88975b26d363c08aacf873b657b872a898af92a0396f1e3060b5b804fc9f2ddd8579101d2f5da18628080dc4e490
 SHA512 
3933b39c248e3758d67e0c1dd04cb93727eecbda4ae35d55fc266d01f01d7f87c535701cbc54d48a212e1c642a4447d487f2c62aa649f084e1d1fca458263b27
+DIST portpeek-3.0.0.tar.gz 13102 BLAKE2B 
dd067bb0c5d95c24fb6a7f9cafca4aac21c48b175170e78c0f393a6301dbd60e2d151f12bc6761e02a501d8636bb8558817aa44e55b4979bc1c353d71f7b91a9
 SHA512 
692095f6974ee268e1a9d0b89db5afcc64a2c1c870895c929f7fb8f8e6c87fb59f1688f7aa8f1ad04c5295dbea46e72a67ea8fddffd2fd717d0f875be714580e

diff --git a/app-portage/portpeek/portpeek-3.0.0.ebuild 
b/app-portage/portpeek/portpeek-3.0.0.ebuild
new file mode 100644
index 000..9bda36898f4
--- /dev/null
+++ b/app-portage/portpeek/portpeek-3.0.0.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_{7,8} )
+
+inherit python-r1
+
+DESCRIPTION="A helper program for maintaining the package.keyword and 
package.unmask files"
+HOMEPAGE="https://www.mpagano.com/blog/?page_id=3;
+SRC_URI="https://www.mpagano.com/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   >=app-portage/gentoolkit-0.4.8
+   || (
+   >=sys-apps/portage-3.0.0[${PYTHON_USEDEP}]
+   )"
+
+src_install() {
+   python_foreach_impl python_doscript ${PN}
+   doman *.[0-9]
+}



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

2020-07-20 Thread Sam James
commit: dd719c07b2b038c679674036cc5cd528e6503f43
Author: Jaco Kroon  uls  co  za>
AuthorDate: Mon Jul 20 14:05:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:02:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd719c07

net-misc/asterisk: remove 16.10.0 so that we retain two 16.X ebuilds.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk/Manifest|   1 -
 net-misc/asterisk/asterisk-16.10.0.ebuild | 300 --
 2 files changed, 301 deletions(-)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index db8a4266703..c9d39c05ebd 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -2,7 +2,6 @@ DIST asterisk-11.25.3.tar.gz 35134682 BLAKE2B 
9da24d5d6a674ab660edb103e5fc56ddfb
 DIST asterisk-13.33.0.tar.gz 33683712 BLAKE2B 
ecfc122628c08e93fc389f111e1ee8ddcf3d27895437df9da5b83a6440c2135f9223a5605e0ef436e8585f8b023abba5b74680cac97f1700e1bc153872c1ed87
 SHA512 
b866a63cce7c289d32333b4b3b0a605c413b48fc7518976aa0768dd5c68894348d0de1c9bc7c56b73eb86b69e0fd9847d7226fa0f9e449f8ebb8a7118329db56
 DIST asterisk-13.34.0.tar.gz 33686020 BLAKE2B 
48de77f2e29028ab3503ea30038e629b6ede43154bec8efe1384a7077fb971f91b85d9b4eb55f7a4ea6577a31ad5fe496453fe59cd607a0c613e46edef9a11d9
 SHA512 
2132db831bb063330c47cea8cea67af706839d25e64eee558475643cb79a4e548fc6ffe7ce61a053f41cf6f367320eedaa87973a5de4ef38ae858a6e5a183ee7
 DIST asterisk-13.35.0.tar.gz 33685340 BLAKE2B 
728281257541977ac150b1b7d6148fd326c584f7827af46882ff3e3af111d876c3e53f92f1034c55875d730e5b92c379b8906198393b7a4227a5bb74818ab27c
 SHA512 
7596f387d45ef9f0327d78bc0446979e233aba517bbedfb539409cc507e2dac15e3b32d5c8a5e69783d106d4244661cb20b0580ed00904699bc5bf5db7b4713a
-DIST asterisk-16.10.0.tar.gz 27706766 BLAKE2B 
b8d7866fe3e8420ef5ce6ea5e016316f63e4f2e8904a79de69c4ddfb7aedcd00f09cfb414da43938af0771cdde387dcebfe716eb34e5ed1de3a30ff534459c7f
 SHA512 
254c582593cf6ec691649d995a8d73260d2e340ad6ae65f0af62f6b8c3ef59c4da6ad9172bc04cc29a907d1e8d2ef105ae2ae20190b30115d5d402423c8c08cb
 DIST asterisk-16.11.1.tar.gz 27703143 BLAKE2B 
ad2c70f76e5d59e183713034c9bbe0988c5848512099230b58b8b2f32edd59c0e843e4d7bc72642e84e842e11639f02213057cc893532808e9fe075b061e35cc
 SHA512 
ff4d971c32a568d4e49d0bc49f15a4a89278e4a1c70ed7d1107e3f4cca13455326465ecc97d23e83501ad45f579b572efbf9217758edfb4531c87d59879b31f9
 DIST asterisk-16.12.0.tar.gz 27727347 BLAKE2B 
3e2e986136e5ff19a876f01fdc6db1b6c22f83bf38f8524a418e474e2400375d8091dd215fb54f5b01f998cecf46d6965a0c35a44dc6f3be7f7a811e2ce70b8c
 SHA512 
1fc41b92d070efd4a7ea5db1a36c83bdb6dbbe7d9b5087b0a887ba3d6875e81ba1b71a79b216138b242f0349a176baf6745480ff6fb7ed47c62dda4b09b6a891
 DIST gentoo-asterisk-patchset-3.17.tar.bz2 5074 BLAKE2B 
3c945e77b54b2449253acb9fcea8d289a7a3184729190622c14aff5557d36c93556efa83320fe4e7ae84021960c09f35ae9f997e8015706eef933aae2948309e
 SHA512 
37f86f3c699b2643afd8080391e817a282571694bb56e00efd0734918dbc33d6c12a2463dbc24667597420863b4f506870140fbb8ef3f1700124ef790ae7252d

diff --git a/net-misc/asterisk/asterisk-16.10.0.ebuild 
b/net-misc/asterisk/asterisk-16.10.0.ebuild
deleted file mode 100644
index b971778f05c..000
--- a/net-misc/asterisk/asterisk-16.10.0.ebuild
+++ /dev/null
@@ -1,300 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools linux-info systemd
-
-DESCRIPTION="Asterisk: A Modular Open Source PBX System"
-HOMEPAGE="https://www.asterisk.org/;
-SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz
-   
https://downloads.uls.co.za/gentoo/asterisk/gentoo-asterisk-patchset-4.08.tar.bz2;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-IUSE_VOICEMAIL_STORAGE="
-   +voicemail_storage_file
-   voicemail_storage_odbc
-   voicemail_storage_imap
-"
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libressl lua mysql newt odbc 
oss pjproject portaudio postgres radius selinux snmp span speex srtp +ssl 
static statsd syslog unbound vorbis xmpp"
-IUSE_EXPAND="VOICEMAIL_STORAGE"
-REQUIRED_USE="gtalk? ( xmpp )
-   ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
-   voicemail_storage_odbc? ( odbc )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-historic-no-var-run-install.patch"
-   "${FILESDIR}/${PN}-13.33.0-nossl.patch"
-)
-
-DEPEND="acct-user/asterisk
-   acct-group/asterisk
-   dev-db/sqlite:3
-   dev-libs/popt
-   >=dev-libs/jansson-2.11
-   dev-libs/libedit
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   sys-apps/util-linux
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   alsa? ( media-libs/alsa-lib )
-   bluetooth? ( net-wireless/bluez:= )
-   calendar? (
-   net-libs/neon:=
-   dev-libs/libical:=
-   

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

2020-07-20 Thread Sam James
commit: 6c3951a756d5d171e4db3aef8c982a116f421fb5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 20:50:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3951a7

dev-python/jaraco-context: arm keyworded (bug #733342)

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

 dev-python/jaraco-context/jaraco-context-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild 
b/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
index 9363583bb65..91368059ee4 100644
--- a/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
+++ b/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]



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

2020-07-20 Thread Kent Fredric
commit: 916a71364d4201175189797e6c3b0d7036b6319f
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:55:17 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:55:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916a7136

dev-perl/HTML-FromText: Drop various prefixes re bug #673504

Depends:
- dev-perl/Email-Find
 - dev-perl/MailTools
  - dev-perl/TimeDate

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild 
b/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild
index f03a445bc30..f9679fa56ae 100644
--- a/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild
+++ b/dev-perl/HTML-FromText/HTML-FromText-2.70.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert plain text to HTML"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Sam James
commit: e9f3fec62e0b06f855359bbc617a1055ad4fa4f5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 20:43:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:02:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f3fec6

dev-python/cheroot: arm64 keyworded (bug #733342)

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

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

diff --git a/dev-python/cheroot/cheroot-8.3.1.ebuild 
b/dev-python/cheroot/cheroot-8.3.1.ebuild
index 152bde03aa3..314cb88dab3 100644
--- a/dev-python/cheroot/cheroot-8.3.1.ebuild
+++ b/dev-python/cheroot/cheroot-8.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/six-1.11.0[${PYTHON_USEDEP}]



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

2020-07-20 Thread Kent Fredric
commit: 376a24eedc879ee4afa826d93c5207acacd275e1
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:51:01 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:51:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376a24ee

dev-perl/Text-Soundex: Drop sparc64-solaris re bug #673504

Depends:
- dev-perl/Text-Unidecode

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild 
b/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
index e7122f36152..1ffe9d4bd08 100644
--- a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
+++ b/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Implementation of the soundex algorithm"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 4baef62626b3032d33d2ad87b28dd2bcad39
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:49:50 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:49:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4baef626

dev-perl/SQL-Statement: Drop sparc64-solaris re bug #673504

Depends:
- dev-perl/Text-Soundex
 - dev-perl/Text-Unidecode

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild 
b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index f6d23c66bff..2f2e9812fb7 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 5b5686bbd60578912fff5a7811bb235dde641ad7
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:58:39 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:58:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5686bb

dev-perl/Email-Valid: Drop various prefixes re bug #673504

Depends:
- dev-perl/MailTools
 - dev-perl/TimeDate

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild 
b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild
index e158fd481a0..569daef7e4d 100644
--- a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild
+++ b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check validity of Internet email addresses"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Sam James
commit: 1389d6031211f81738523abd5b9147e715838365
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 20:43:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:02:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1389d603

dev-python/jaraco-context: arm64 keyworded (bug #733342)

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

 dev-python/jaraco-context/jaraco-context-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild 
b/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
index 552d8a941c0..9363583bb65 100644
--- a/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
+++ b/dev-python/jaraco-context/jaraco-context-3.0.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]



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

2020-07-20 Thread Sam James
commit: 9114841f04219d45e7b61d0f4917841a1dd67e71
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 20:49:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:02:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9114841f

dev-python/cheroot: arm keyworded (bug #733342)

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

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

diff --git a/dev-python/cheroot/cheroot-8.3.1.ebuild 
b/dev-python/cheroot/cheroot-8.3.1.ebuild
index 314cb88dab3..dd36ff5b771 100644
--- a/dev-python/cheroot/cheroot-8.3.1.ebuild
+++ b/dev-python/cheroot/cheroot-8.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/six-1.11.0[${PYTHON_USEDEP}]



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

2020-07-20 Thread Sam James
commit: 873500510eeed03cfd27c4ba0b1782c697dc2365
Author: Jaco Kroon  uls  co  za>
AuthorDate: Sun Jul 19 08:03:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87350051

net-misc/asterisk: version bump 16.12.0

Same as per 13.35.0:

Minor refactor of menuselect and use_select as suggested by
 gentoo.org>.  Diff looks major but basically:

Renamed 'function menuselect' => _menuselect.
Restricted it's scope.
Renamed use_select to _use_select and moved up in code so all function
declarations for this is in one place.
use ${1} && echo enable || echo disable => usex ${1} enable disable.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk/Manifest|   1 +
 net-misc/asterisk/asterisk-16.12.0.ebuild | 299 ++
 2 files changed, 300 insertions(+)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index eb63e34469e..db8a4266703 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -4,5 +4,6 @@ DIST asterisk-13.34.0.tar.gz 33686020 BLAKE2B 
48de77f2e29028ab3503ea30038e629b6e
 DIST asterisk-13.35.0.tar.gz 33685340 BLAKE2B 
728281257541977ac150b1b7d6148fd326c584f7827af46882ff3e3af111d876c3e53f92f1034c55875d730e5b92c379b8906198393b7a4227a5bb74818ab27c
 SHA512 
7596f387d45ef9f0327d78bc0446979e233aba517bbedfb539409cc507e2dac15e3b32d5c8a5e69783d106d4244661cb20b0580ed00904699bc5bf5db7b4713a
 DIST asterisk-16.10.0.tar.gz 27706766 BLAKE2B 
b8d7866fe3e8420ef5ce6ea5e016316f63e4f2e8904a79de69c4ddfb7aedcd00f09cfb414da43938af0771cdde387dcebfe716eb34e5ed1de3a30ff534459c7f
 SHA512 
254c582593cf6ec691649d995a8d73260d2e340ad6ae65f0af62f6b8c3ef59c4da6ad9172bc04cc29a907d1e8d2ef105ae2ae20190b30115d5d402423c8c08cb
 DIST asterisk-16.11.1.tar.gz 27703143 BLAKE2B 
ad2c70f76e5d59e183713034c9bbe0988c5848512099230b58b8b2f32edd59c0e843e4d7bc72642e84e842e11639f02213057cc893532808e9fe075b061e35cc
 SHA512 
ff4d971c32a568d4e49d0bc49f15a4a89278e4a1c70ed7d1107e3f4cca13455326465ecc97d23e83501ad45f579b572efbf9217758edfb4531c87d59879b31f9
+DIST asterisk-16.12.0.tar.gz 27727347 BLAKE2B 
3e2e986136e5ff19a876f01fdc6db1b6c22f83bf38f8524a418e474e2400375d8091dd215fb54f5b01f998cecf46d6965a0c35a44dc6f3be7f7a811e2ce70b8c
 SHA512 
1fc41b92d070efd4a7ea5db1a36c83bdb6dbbe7d9b5087b0a887ba3d6875e81ba1b71a79b216138b242f0349a176baf6745480ff6fb7ed47c62dda4b09b6a891
 DIST gentoo-asterisk-patchset-3.17.tar.bz2 5074 BLAKE2B 
3c945e77b54b2449253acb9fcea8d289a7a3184729190622c14aff5557d36c93556efa83320fe4e7ae84021960c09f35ae9f997e8015706eef933aae2948309e
 SHA512 
37f86f3c699b2643afd8080391e817a282571694bb56e00efd0734918dbc33d6c12a2463dbc24667597420863b4f506870140fbb8ef3f1700124ef790ae7252d
 DIST gentoo-asterisk-patchset-4.08.tar.bz2 2176 BLAKE2B 
7f8c9b5fda855091e66b2534d2be23fb1616f565480459f71f766826e5dcb24899e2ee9eefe74323e892624d32ab954ec7e9be6a002431ff029fc13493ed
 SHA512 
365c1b8628882c48c279e1fd77d982e6d0820ba7d7122e97bb4988f875d7010caa956798c833c3b01d389004fa08a63a9de2c1b452c9e5701c6106e29fd8e9e1

diff --git a/net-misc/asterisk/asterisk-16.12.0.ebuild 
b/net-misc/asterisk/asterisk-16.12.0.ebuild
new file mode 100644
index 000..f77c207c26d
--- /dev/null
+++ b/net-misc/asterisk/asterisk-16.12.0.ebuild
@@ -0,0 +1,299 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info systemd
+
+DESCRIPTION="Asterisk: A Modular Open Source PBX System"
+HOMEPAGE="https://www.asterisk.org/;
+SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz
+   
https://downloads.uls.co.za/gentoo/asterisk/gentoo-asterisk-patchset-4.08.tar.bz2;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+IUSE_VOICEMAIL_STORAGE="
+   +voicemail_storage_file
+   voicemail_storage_odbc
+   voicemail_storage_imap
+"
+IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libressl lua mysql newt odbc 
oss pjproject portaudio postgres radius selinux snmp span speex srtp +ssl 
static statsd syslog unbound vorbis xmpp"
+IUSE_EXPAND="VOICEMAIL_STORAGE"
+REQUIRED_USE="gtalk? ( xmpp )
+   ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
+   voicemail_storage_odbc? ( odbc )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-historic-no-var-run-install.patch"
+)
+
+DEPEND="acct-user/asterisk
+   acct-group/asterisk
+   dev-db/sqlite:3
+   dev-libs/popt
+   >=dev-libs/jansson-2.11
+   dev-libs/libedit
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   sys-apps/util-linux
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   bluetooth? ( net-wireless/bluez:= )
+   calendar? (
+   net-libs/neon:=
+   dev-libs/libical:=
+   dev-libs/iksemel
+   )
+ 

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

2020-07-20 Thread Sam James
commit: c0b57275b2521986bf71bafe98ca406af26c3190
Author: Jaco Kroon  uls  co  za>
AuthorDate: Sun Jul 19 08:06:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 21:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b57275

net-misc/asterisk: forward ~arm and ~arm64

13.33.0 and 16.10.0 was marked for ~arm and ~arm64, but not 13.34.0 and
16.11.1.  Add to all newer versions.

Bug: https://bugs.gentoo.org/716426
Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk/asterisk-13.34.0.ebuild | 2 +-
 net-misc/asterisk/asterisk-13.35.0.ebuild | 2 +-
 net-misc/asterisk/asterisk-16.11.1.ebuild | 2 +-
 net-misc/asterisk/asterisk-16.12.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/asterisk/asterisk-13.34.0.ebuild 
b/net-misc/asterisk/asterisk-13.34.0.ebuild
index cd9e174736f..35bff47da13 100644
--- a/net-misc/asterisk/asterisk-13.34.0.ebuild
+++ b/net-misc/asterisk/asterisk-13.34.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar

https://downloads.uls.co.za/gentoo/asterisk/gentoo-asterisk-patchset-4.08.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file

diff --git a/net-misc/asterisk/asterisk-13.35.0.ebuild 
b/net-misc/asterisk/asterisk-13.35.0.ebuild
index d35ac67332f..1f33018e9fc 100644
--- a/net-misc/asterisk/asterisk-13.35.0.ebuild
+++ b/net-misc/asterisk/asterisk-13.35.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar

https://downloads.uls.co.za/gentoo/asterisk/gentoo-asterisk-patchset-4.08.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file

diff --git a/net-misc/asterisk/asterisk-16.11.1.ebuild 
b/net-misc/asterisk/asterisk-16.11.1.ebuild
index f5b902ba5d2..b971778f05c 100644
--- a/net-misc/asterisk/asterisk-16.11.1.ebuild
+++ b/net-misc/asterisk/asterisk-16.11.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar

https://downloads.uls.co.za/gentoo/asterisk/gentoo-asterisk-patchset-4.08.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file

diff --git a/net-misc/asterisk/asterisk-16.12.0.ebuild 
b/net-misc/asterisk/asterisk-16.12.0.ebuild
index f77c207c26d..e7b03104303 100644
--- a/net-misc/asterisk/asterisk-16.12.0.ebuild
+++ b/net-misc/asterisk/asterisk-16.12.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar

https://downloads.uls.co.za/gentoo/asterisk/gentoo-asterisk-patchset-4.08.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE="
+voicemail_storage_file



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

2020-07-20 Thread Kent Fredric
commit: 4984f9dc4b3e0fdb917e4fefd501f456a332600f
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:56:44 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:56:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4984f9dc

dev-perl/Email-Find: Drop various prefixes re bug #673504

Depends:
- dev-perl/MailTools
 - dev-perl/TimeDate

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild 
b/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
index 1c5b78bed2c..6a056d0a135 100644
--- a/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
+++ b/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Find RFC 822 email addresses in plain text"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-perl/MailTools



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

2020-07-20 Thread Kent Fredric
commit: 551cb05a91a31c9eb582a9d787bfc667fae425c6
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 21:01:37 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 21:01:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551cb05a

dev-perl/MailTools: Drop various prefixes re bug #673504

Depends:
- dev-perl/TimeDate

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

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

diff --git a/dev-perl/MailTools/MailTools-2.190.0.ebuild 
b/dev-perl/MailTools/MailTools-2.190.0.ebuild
index ad129899ba5..a72dbbd01e6 100644
--- a/dev-perl/MailTools/MailTools-2.190.0.ebuild
+++ b/dev-perl/MailTools/MailTools-2.190.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Manipulation of electronic mail addresses"
 
 SLOT="0"
-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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: feee41733b2d6e580b2a66c4e0abd3c582139338
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:06:47 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feee4173

dev-perl/namespace-clean: Drop various prefixes re bug #673504

Depends:
- dev-perl/B-Hooks-EndOfScope
 - dev-perl/Module-Implementation
  - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild 
b/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
index c08b8ecdaa0..ee41ee660b9 100644
--- a/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
+++ b/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Keep imports and functions out of your namespace"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 7c28d3963a1078df82f9d21e4e97ddaf2dccc82d
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:40:13 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c28d396

dev-perl/Type-Tiny: Drop various prefixes re bug #673504

Depends:
- dev-perl/Type-Tie
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild
index f55b763248b..cbfc42ba135 100644
--- a/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Load-XS/

2020-07-20 Thread Kent Fredric
commit: 5bfab93a87d82d5ac59a243c8f55f359432888dd
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:10:40 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfab93a

dev-perl/Class-Load-XS: Drop various prefixes re bug #673504

Depends:
- dev-perl/Module-Implementation
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild | 2 +-
 dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild 
b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild
index c94646abc63..568db94095b 100644
--- a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild
+++ b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="XS implementation of parts of Class::Load"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild 
b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild
index 6cbc4a37387..41055a390a0 100644
--- a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild
+++ b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="XS implementation of parts of Class::Load"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-EndOfScope/

2020-07-20 Thread Kent Fredric
commit: f2db4cd2ae17c1a37f8a99d8efbf9706fc767c53
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:08:26 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2db4cd2

dev-perl/B-Hooks-EndOfScope: Drop various prefixes re bug #673504

Depends:
- dev-perl/Module-Implementation
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild 
b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild
index d37e1cebd46..22dbfd9f302 100644
--- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild
+++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Execute code after a scope finished compilation"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 6bdcc9f6d46dd405b834beefd58a86bf002912b1
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:04:19 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdcc9f6

dev-perl/Test-CleanNamespaces: Drop various prefixes re bug #673504

Depends:
- dev-perl/namespace-clean
 - dev-perl/B-Hooks-EndOfScope
  - dev-perl/Module-Implementation
   - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 4 ++--
 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild 
b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 4e5f8bc2448..39ef32c8eb2 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild 
b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index ce6943d1cde..3eaa2a9ec4c 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 33463cbcca8bfd2735de7e7ab02060a2c5ecb6c0
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:29:14 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33463cbc

dev-perl/Params-Validate: Drop various prefixes re bug #673504

Depends:
- dev-perl/Module-Implementation
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild 
b/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild
index 69d7566ae55..c144e15f473 100644
--- a/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild
+++ b/dev-perl/Params-Validate/Params-Validate-1.290.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Flexible system for validation of 
method/function call parameters"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter-ForMethods/

2020-07-20 Thread Kent Fredric
commit: e83018d1b0ece660fdb4bb96af8e579b5d358bd7
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 19:59:12 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83018d1

dev-perl/Sub-Exporter-ForMethods: Drop various prefixes re bug #673504

Depends:
- dev-perl/namespace-autoclean
 - dev-perl/B-Hooks-EndOfScope
  - dev-perl/Module-Implementation
   - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild 
b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
index 17f8a9f59cd..b1d0f97d889 100644
--- a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
+++ b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Helper routines for using Sub::Exporter to build methods"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 82c0fd45bba752b860a7758d4317628846f00a62
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:41:28 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c0fd45

dev-perl/Type-Tie: Drop various prefixes re bug #673504

Depends:
- dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild 
b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 780d6786208..b7c05d2a4b6 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Tie a variable to a type constraint"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 15a65fd8c2e31a4996c7405cc751bb39e921eb6e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:36:18 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a65fd8

dev-perl/Test-SharedFork: Drop various prefixes re bug #673504

Depends:
- dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild 
b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
index af026958007..143acc4439a 100644
--- a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
+++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Ensure that tests work correctly when fork() is used"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Stash-XS/

2020-07-20 Thread Kent Fredric
commit: 95569c551c1a5864d0f69bd38385084f7319c0c3
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:33:08 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95569c55

dev-perl/Package-Stash-XS: Drop various prefixes re bug #673504

Depends:
- dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Package-Stash-XS/Package-Stash-XS-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.280.0.ebuild 
b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.280.0.ebuild
index 0dda710b576..4d6ee568516 100644
--- a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.280.0.ebuild
+++ b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Long-Descriptive/

2020-07-20 Thread Kent Fredric
commit: 5097628a2c3a161d74571d8d23c8fb1051e4b1df
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:26:08 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5097628a

dev-perl/Getopt-Long-Descriptive: Drop various prefixes re bug #673504

Depends:
- dev-perl/Params-Validate
 - dev-perl/Module-Implementation
  - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild 
b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild
index e3c3cd06062..ae7f9a11b06 100644
--- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild
+++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Getopt::Long with usage text"
 
 SLOT="0"
-KEYWORDS="amd64 arm ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: bc2dc332bd87feb07ee9c6ed0d9602d4a682f523
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:34:50 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2dc332

dev-perl/Test-TCP: Drop various prefixes re bug #673504

Depends:
- dev-perl/Test-SharedFork
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild 
b/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
index bfbc48e6609..41ef4bfe13d 100644
--- a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
+++ b/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Testing TCP program"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 3aef5e5bcf0fa5de07827f2b9045543f4630210e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:19:01 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aef5e5b

dev-perl/Devel-OverloadInfo: Drop various keywords re bug #673504

Depends:
- dev-perl/Package-Stash
 - dev-perl/Module-Implementation
  - dev-pler/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild 
b/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild
index 9d236450a70..5eeb4a59afc 100644
--- a/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild
+++ b/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Introspect overloaded operators"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 153b32a87e1039e0eb0ffeab4501a770dfbe02f2
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:30:43 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153b32a8

dev-perl/Module-Implementation: Drop various prefixes re bug #673504

Depends:
- dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild 
b/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild
index b6427b4f0ab..1607d8949d7 100644
--- a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild
+++ b/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Loads one of several alternate underlying 
implementations for a mod
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: be1e2ef9b19004dd433e28bb2f745af67b84dfa8
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:23:39 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1e2ef9

dev-perl/Package-Stash: Drop various prefixes re bug #673504

Depends:
- dev-perl/Module-Implementation
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Package-Stash/Package-Stash-0.370.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash/Package-Stash-0.370.0.ebuild 
b/dev-perl/Package-Stash/Package-Stash-0.370.0.ebuild
index f7861873771..646efa27038 100644
--- a/dev-perl/Package-Stash/Package-Stash-0.370.0.ebuild
+++ b/dev-perl/Package-Stash/Package-Stash-0.370.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Routines for manipulating stashes"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 2e44aa867ec712002a2ba80f37973b7c8c0a2f34
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:22:04 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e44aa86

dev-perl/Package-DeprecationManager: Drop various prefixes re bug #673504

Depends:
- dev-perl/Package-Stash
 - dev-perl/Module-Implementation
  - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Package-DeprecationManager-0.170.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
index d978c104b94..ccd784f64a3 100644
--- 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
+++ 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage deprecation warnings for your 
distribution"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 1926c4e23a3e2fd177e35f24f876090afed0b3d0
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:27:44 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1926c4e2

dev-perl/Tie-Sub: Drop various prefixes re bug #673504

Depends:
- dev-perl/Params-Validate
 - dev-perl/Module-Implementation
  - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild 
b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
index aca235513b1..7d7a1fc08dd 100644
--- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
+++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Tying a subroutine, function or method to a hash"
 
 SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 1b9bb9933d2a34ea15901df937ca636522023b1a
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:13:08 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9bb993

dev-perl/List-AllUtils: Drop various prefixes re bug #673504

Depends:
- dev-perl/List-SomeUtils
 - dev-perl/Module-Implementation
  - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild 
b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
index 84ecf6bf787..7d6b12b592a 100644
--- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
+++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Combines many List::* utility modules in one bite-sized package"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2020-07-20 Thread Kent Fredric
commit: fb22cdf4c56e07006c801c441562cc3f63b08d4c
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 19:53:56 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb22cdf4

dev-perl/Eval-Closure: Drop various prefixes re bug #673054

Depends:
- dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild 
b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
index e67f14147b1..94a024b5725 100644
--- a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
+++ b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="safely and cleanly create closures via string eval"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 25cb5e084644f2ac0b135189689dc716f4749b42
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:14:26 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25cb5e08

dev-perl/List-SomeUtils: Drop various prefixes re bug #673504

Depends:
- dev-perl/Module-Implementation
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild 
b/dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild
index ae489e495a4..036a92bbd9f 100644
--- a/dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A colletion of List utilities missing from List::Util"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny-XS/

2020-07-20 Thread Kent Fredric
commit: a4543106cab384b266e707cde8e525e174640eda
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:38:57 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4543106

dev-perl/Type-Tiny-XS: Drop various prefixes re bug #673504

Depends:
- dev-perl/Type-Tiny
 - dev-perl/Type-Tie
  - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild 
b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
index e07d0c883ea..9a605e70177 100644
--- a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
+++ b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type 
constraints"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 69483f450f6b062af8212c71b9009b2a3b7eb424
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:16:47 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:44:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69483f45

dev-perl/Class-Load: Drop various keywords re bug #673504

Depends:
- dev-perl/Module-Implementation
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Class-Load/Class-Load-0.240.0.ebuild | 2 +-
 dev-perl/Class-Load/Class-Load-0.250.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild 
b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
index 942a95444f8..4b8052b4152 100644
--- a/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
+++ b/dev-perl/Class-Load/Class-Load-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A working (require q{Class::Name}) and more"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-perl/Class-Load/Class-Load-0.250.0.ebuild 
b/dev-perl/Class-Load/Class-Load-0.250.0.ebuild
index 6f499e7f30b..259299c211b 100644
--- a/dev-perl/Class-Load/Class-Load-0.250.0.ebuild
+++ b/dev-perl/Class-Load/Class-Load-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A working (require q{Class::Name}) and more"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 3a7361527555bb5e7942bfa8fb0bd009c95c37b3
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 19:55:36 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a736152

dev-perl/JSON-Any: Drop various prefixes re bug #673504

Depends:
- dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild 
b/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
index 50d838f140c..18b962e36c0 100644
--- a/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
+++ b/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Wrapper Class for the various JSON classes (DEPRECATED)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 95febb31639ee721889645d533139868c852b3d3
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 20:01:04 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95febb31

dev-perl/namespace-autoclean: Drop various prefixes re bug #673504

Depends:
- dev-perl/B-Hooks-EndOfScope
 - dev-perl/Module-Implementation
  - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild 
b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
index 82f7cb97bd3..11785e141bc 100644
--- a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
+++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Keep imports out of your namespace"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Kent Fredric
commit: 6217e338a0af892f5f7e543db3c996dbbf79fe78
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jul 20 19:52:44 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jul 20 20:43:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6217e338

dev-perl/Moose: Drop various prefixes re bug #673504

Depends:
- dev-perl/Eval-Closure
 - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

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

diff --git a/dev-perl/Moose/Moose-2.200.700.ebuild 
b/dev-perl/Moose/Moose-2.200.700.ebuild
index 59a382f53b6..380f09e8998 100644
--- a/dev-perl/Moose/Moose-2.200.700.ebuild
+++ b/dev-perl/Moose/Moose-2.200.700.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2020-07-20 Thread Andreas K. Hüttel
commit: 22f59e6d758b3c4801a984ea6a3b4574407143c6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jul 20 20:39:53 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jul 20 20:39:53 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=22f59e6d

Add "interpreter" parameter for qemu-user build support

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

 catalyst/base/stagebase.py | 28 
 1 file changed, 28 insertions(+)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index c2cc2c3e..0d3a418b 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -55,6 +55,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 "fflags",
 "hostuse",
 "install_mask",
+"interpreter",
 "kerncache_path",
 "ldflags",
 "makeopts",
@@ -938,6 +939,24 @@ class StageBase(TargetBase, ClearBase, GenBase):
 shutil.copy('/etc/resolv.conf',
 self.settings['chroot_path'] + '/etc/')
 
+   # Copy over the binary interpreter (qemu), if 
applicable; note that it's given
+   # as full path and goes to the same place in the chroot
+   if "interpreter" in self.settings:
+   if not 
os.path.exists(self.settings["interpreter"]):
+   raise CatalystError(
+   "Can't find interpreter " + 
self.settings["interpreter"],
+   print_traceback=True)
+
+   log.notice('Copying binary interpreter %s into 
chroot', self.settings['interpreter'])
+
+   if os.path.exists(self.settings['chroot_path'] 
+ '/' + self.settings['interpreter']):
+   os.rename(
+   self.settings['chroot_path'] + 
'/' + self.settings['interpreter'], 
+   self.settings['chroot_path'] + 
'/' + self.settings['interpreter'] + '.catalyst')
+
+   shutil.copy(self.settings['interpreter'],
+   self.settings['chroot_path'] + '/' + 
self.settings['interpreter'])
+
 # Copy over the envscript, if applicable
 if "envscript" in self.settings:
 if not os.path.exists(self.settings["envscript"]):
@@ -1105,6 +1124,15 @@ class StageBase(TargetBase, ClearBase, GenBase):
 if os.path.exists(hosts_file + '.catalyst'):
 os.rename(hosts_file + '.catalyst', hosts_file)
 
+   # optionally clean up binary interpreter
+   if "interpreter" in self.settings:
+   if os.path.exists(self.settings['chroot_path'] + '/' + 
self.settings['interpreter'] + '.catalyst'):
+   os.rename(
+   self.settings['chroot_path'] + '/' + 
self.settings['interpreter'] + '.catalyst', 
+   self.settings['chroot_path'] + '/' + 
self.settings['interpreter'])
+   else:
+   os.remove(self.settings['chroot_path'] + '/' + 
self.settings['interpreter'])
+
 # optionally clean up portage configs
 if ("portage_prefix" in self.settings and
 "sticky-config" not in self.settings["options"]):



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/asterisk/

2020-07-20 Thread Sam James
commit: bd6a1ff0f23197c769b03a420338546523fbd19a
Author: Jaco Kroon  uls  co  za>
AuthorDate: Fri Jul 17 06:55:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 20:39:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6a1ff0

net-misc/asterisk: bring 11 branch in line with 13+16.

* Remove osplookup USE flag.
* Update initd and confd.
* asterisk account to use acct-{user,group}/asterisk.
* asterisk 11 won't compile with openssl-1.1, hard depend on openssl-1.0.
* Update copyright.
* Don't install deprecated tools (use sngrep intead).
* Remove no longer used osplookup local USE from metadata.xml
* Mask it (and associated net-misc/asterisk-g729-11*), since it's EOL
  (Requested by sam  gentoo.org).
* Drop no longer used eutils and multilib eclasses.
* Fix formatting for calendar? *DEPEND.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

 ...k-11.25.3.ebuild => asterisk-11.25.3-r1.ebuild} | 39 +-
 net-misc/asterisk/metadata.xml |  1 -
 profiles/package.mask  |  7 
 3 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/net-misc/asterisk/asterisk-11.25.3.ebuild 
b/net-misc/asterisk/asterisk-11.25.3-r1.ebuild
similarity index 90%
rename from net-misc/asterisk/asterisk-11.25.3.ebuild
rename to net-misc/asterisk/asterisk-11.25.3-r1.ebuild
index dccee3d36f7..fa44fb9d427 100644
--- a/net-misc/asterisk/asterisk-11.25.3.ebuild
+++ b/net-misc/asterisk/asterisk-11.25.3-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils linux-info multilib user systemd
+inherit autotools linux-info systemd
 
 MY_P="${PN}-${PV/_/-}"
 
 DESCRIPTION="Asterisk: A Modular Open Source PBX System"
 HOMEPAGE="http://www.asterisk.org/;
 
SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz
-mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2"
+   mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
@@ -19,7 +19,7 @@ IUSE_VOICEMAIL_STORAGE="
voicemail_storage_odbc
voicemail_storage_imap
 "
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc xmpp ldap libedit libressl lua 
mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp 
span speex srtp static syslog vorbis"
+IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc xmpp ldap libedit libressl lua 
mysql newt +samples odbc oss portaudio postgres radius selinux snmp span speex 
srtp static syslog vorbis"
 IUSE_EXPAND="VOICEMAIL_STORAGE"
 REQUIRED_USE="gtalk? ( xmpp )
^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
@@ -29,18 +29,22 @@ REQUIRED_USE="gtalk? ( xmpp )
 EPATCH_SUFFIX="patch"
 PATCHES=( "${WORKDIR}/asterisk-patchset" )
 
-CDEPEND="dev-db/sqlite:3
+CDEPEND="acct-user/asterisk
+   acct-group/asterisk
+   dev-db/sqlite:3
dev-libs/popt
dev-libs/libxml2
-   !libressl? ( dev-libs/openssl:0= )
+   !libressl? ( =dev-libs/openssl-1.0*:0= )
libressl? ( dev-libs/libressl:0= )
sys-libs/ncurses:*
sys-libs/zlib
alsa? ( media-libs/alsa-lib )
bluetooth? ( net-wireless/bluez )
-   calendar? ( net-libs/neon
-dev-libs/libical
-dev-libs/iksemel )
+   calendar? (
+   dev-libs/iksemel
+   dev-libs/libical
+   net-libs/neon
+   )
caps? ( sys-libs/libcap )
cluster? ( sys-cluster/corosync )
curl? ( net-misc/curl )
@@ -58,7 +62,6 @@ CDEPEND="dev-db/sqlite:3
mysql? ( virtual/mysql )
newt? ( dev-libs/newt )
odbc? ( dev-db/unixODBC )
-   osplookup? ( net-libs/osptoolkit )
portaudio? ( media-libs/portaudio )
postgres? ( dev-db/postgresql:* )
radius? ( net-dialup/freeradius-client )
@@ -91,10 +94,6 @@ pkg_setup() {
have reported that this module dropped critical SIP packets in their 
deployments. You
may want to disable it if you see such problems."
check_extra_config
-
-   enewgroup asterisk
-   enewgroup dialout 20
-   enewuser asterisk -1 -1 /var/lib/asterisk "asterisk,dialout"
 }
 
 src_prepare() {
@@ -181,7 +180,6 @@ src_configure() {
use_select lua  pbx_lua
use_select mysqlapp_mysql cdr_mysql res_config_mysql
use_select odbc cdr_adaptive_odbc res_config_odbc 
{cdr,cel,res,func}_odbc
-   use_select osplookupapp_osplookup
use_select oss  chan_oss
use_select postgres {cdr,cel}_pgsql res_config_pgsql
use_select radius 

[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk/files/1.6.2/, net-misc/asterisk/files/1.8.0/

2020-07-20 Thread Sam James
commit: 50de65613bdbf4b6ed4072b5219c6f6436cf73b2
Author: Jaco Kroon  uls  co  za>
AuthorDate: Fri Jul 17 07:13:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 20:39:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50de6561

net-misc/asterisk: cleanup.

Remove a number of files which is no longer in use.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk/files/1.6.2/asterisk.logrotate3  |  25 --
 net-misc/asterisk/files/1.6.2/call_data.txt|  32 --
 net-misc/asterisk/files/1.6.2/find_call_ids.sh |  17 -
 .../asterisk/files/1.6.2/find_call_sip_trace.sh|  21 --
 net-misc/asterisk/files/1.6.2/sip_calc_auth|  25 --
 net-misc/asterisk/files/1.8.0/asterisk.confd   |  94 --
 net-misc/asterisk/files/1.8.0/asterisk.initd7  | 346 
 net-misc/asterisk/files/1.8.0/asterisk.initd8  | 361 -
 net-misc/asterisk/files/1.8.0/find_call_ids.sh |  68 
 .../asterisk/files/1.8.0/find_call_sip_trace.sh|  76 -
 10 files changed, 1065 deletions(-)

diff --git a/net-misc/asterisk/files/1.6.2/asterisk.logrotate3 
b/net-misc/asterisk/files/1.6.2/asterisk.logrotate3
deleted file mode 100644
index 69296c99e66..000
--- a/net-misc/asterisk/files/1.6.2/asterisk.logrotate3
+++ /dev/null
@@ -1,25 +0,0 @@
-/var/log/asterisk/messages /var/log/asterisk/queue_log {
-   missingok
-   notifempty
-
-   postrotate
-   /usr/sbin/asterisk -rnx "logger reload" || /bin/true
-   endscript
-}
-
-/var/log/asterisk/debug /var/log/asterisk/full {
-   missingok
-   notifempty
-   daily
-
-   postrotate
-   /usr/sbin/asterisk -rnx "logger reload" || /bin/true
-   endscript
-}
-
-/var/log/asterisk/cdr-csv/*.csv /var/log/asterisk/cdr-custom/*.csv {
-   missingok
-   notifempty
-   weekly
-   rotate 52
-}

diff --git a/net-misc/asterisk/files/1.6.2/call_data.txt 
b/net-misc/asterisk/files/1.6.2/call_data.txt
deleted file mode 100644
index ba9cbbba98b..000
--- a/net-misc/asterisk/files/1.6.2/call_data.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-It's sometimes useful to look at SIP conversations in retrospect.  If you have
-a troublesome system, enable sip debug (in the CLI: sip set debug on), set up
-logger.conf to log it to some file and then you can use the two scripts here to
-extract the SIP converssations as seen by asterisk.
-
-find_call_ids.sh:
-
-This script will locate Call-ID values given an A and B number. Just invoke it 
with:
-
-find_call_ids.sh /path/to/log A-num B-num
-
-eg:
-
-find_call_ids.sh /var/log/asterisk/debug 102 105
-
-To find the Call-IDs for calls going from ext 102 to ext 105 (depends on your
-exact setup and the actual values being passed in the SIP INVITE packets)
-
-find_call_sip_trace.sh
-
-This script will extract a SIP conversation from the log for one or more
-Call-ID values.  Invoke with:
-
-find_call_sip_trace.sh /path/to/log Call-ID [...]
-
-Eg:
-
-find_call_sip_trace.sh /var/log/asterisk/debug 12341665haf434qgrq3@192.168.0.5 
123123@192.168.0.3
-
-This will find the SIP packets for those two conversations from the log
-(interleaving the packets in the order asterisk output them - useful for
-analysing the two SIP legs of the same call).

diff --git a/net-misc/asterisk/files/1.6.2/find_call_ids.sh 
b/net-misc/asterisk/files/1.6.2/find_call_ids.sh
deleted file mode 100644
index c4689bd1579..000
--- a/net-misc/asterisk/files/1.6.2/find_call_ids.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/bash
-
-logfile=$1
-anum=$2
-bnum=$3
-
-function usage()
-{
-   echo "USAGE: $1 logfile anum bnum"
-   exit -1
-}
-
-[ -r "${logfile}" ] || usage $0
-[ -n "${anum}" ] || usage $0
-[ -n "${bnum}" ] || usage $0
-
-grep -B2 -P '^INVITE 
sip:'"${bnum}"'@.*\n(([^F].*|F[^r].*|Fr[^o].*|Fro[^m].*|From[^:]|From:.*.*)\r\n)+\r\n'
 "${logfile}" | awk '$4 ~ "^VERBOSE" { dt=$1" "$2" "$3 } $1=="Call-ID:" { if 
(cid != $2) { cid=$2; print dt" "cid; }}'

diff --git a/net-misc/asterisk/files/1.6.2/find_call_sip_trace.sh 
b/net-misc/asterisk/files/1.6.2/find_call_sip_trace.sh
deleted file mode 100644
index 5b2e69e517b..000
--- a/net-misc/asterisk/files/1.6.2/find_call_sip_trace.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/bash
-
-logfile=$1
-callid=$2
-
-function usage()
-{
-   echo "USAGE: $1 logfile Call-ID [Call-ID ...]"
-   exit -1
-}
-
-[ -r "${logfile}" ] || usage $0
-[ -n "${callid}" ] || usage $0
-
-shift; shift;
-while [ $# -gt 0 ]; do
-   callid="${callid}|$1"
-   shift
-done
-
-dos2unix < "${logfile}" | grep -P '^.*\n<--- (SIP read|(Reliably 
)?(Ret|T)ransmitting) .*\n([^<\n].*\n)*Call-ID: 
('"${callid//./\\.}"')\n((|[^<\n].*)\n)*<-+>$|^.* chan_sip.c: (Reliably 
)?(Ret|T)ransmitting .*\n([^-\n].*\n)*Call-ID: 
('"${callid//./\\.}"')\n((|[^-\n].*)\n)*---$'

diff --git a/net-misc/asterisk/files/1.6.2/sip_calc_auth 

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

2020-07-20 Thread Sam James
commit: 630e595c88633d9b9bf14d13866045d2034cd198
Author: Jaco Kroon  uls  co  za>
AuthorDate: Fri Jul 17 06:51:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 20:39:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630e595c

net-misc/asterisk: remove osplookup USE flag from 13 + 16 branches.

osptoolkit no longer compiles:

Bug: https://bugs.gentoo.org/731250
Bug: https://bugs.gentoo.org/674346

Whilst this may be fixed in upstream versions, osptoolkit has asterisk
as the only dependency, and since it's been broken for a very long time,
move towards removal since we're not aware of anyone using this.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk/asterisk-13.33.0.ebuild | 4 +---
 net-misc/asterisk/asterisk-13.34.0.ebuild | 4 +---
 net-misc/asterisk/asterisk-16.10.0.ebuild | 4 +---
 net-misc/asterisk/asterisk-16.11.1.ebuild | 4 +---
 4 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/net-misc/asterisk/asterisk-13.33.0.ebuild 
b/net-misc/asterisk/asterisk-13.33.0.ebuild
index 90a251efc0b..88b0e7f31aa 100644
--- a/net-misc/asterisk/asterisk-13.33.0.ebuild
+++ b/net-misc/asterisk/asterisk-13.33.0.ebuild
@@ -18,7 +18,7 @@ IUSE_VOICEMAIL_STORAGE="
voicemail_storage_odbc
voicemail_storage_imap
 "
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libedit libressl lua mysql 
newt odbc osplookup oss pjproject portaudio postgres radius selinux snmp span 
speex srtp +ssl static statsd syslog vorbis xmpp"
+IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libedit libressl lua mysql 
newt odbc oss pjproject portaudio postgres radius selinux snmp span speex srtp 
+ssl static statsd syslog vorbis xmpp"
 IUSE_EXPAND="VOICEMAIL_STORAGE"
 REQUIRED_USE="gtalk? ( xmpp )
^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
@@ -64,7 +64,6 @@ DEPEND="acct-user/asterisk
mysql? ( dev-db/mysql-connector-c:= )
newt? ( dev-libs/newt )
odbc? ( dev-db/unixODBC )
-   osplookup? ( net-libs/osptoolkit )
pjproject? ( net-libs/pjproject )
portaudio? ( media-libs/portaudio )
postgres? ( dev-db/postgresql:* )
@@ -195,7 +194,6 @@ src_configure() {
use_select lua  pbx_lua
use_select mysqlapp_mysql cdr_mysql res_config_mysql
use_select odbc cdr_adaptive_odbc res_config_odbc 
{cdr,cel,res,func}_odbc
-   use_select osplookupapp_osplookup
use_select oss  chan_oss
use_select postgres {cdr,cel}_pgsql res_config_pgsql
use_select radius   {cdr,cel}_radius

diff --git a/net-misc/asterisk/asterisk-13.34.0.ebuild 
b/net-misc/asterisk/asterisk-13.34.0.ebuild
index 264b63f4f16..cd9e174736f 100644
--- a/net-misc/asterisk/asterisk-13.34.0.ebuild
+++ b/net-misc/asterisk/asterisk-13.34.0.ebuild
@@ -18,7 +18,7 @@ IUSE_VOICEMAIL_STORAGE="
voicemail_storage_odbc
voicemail_storage_imap
 "
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libressl lua mysql newt odbc 
osplookup oss pjproject portaudio postgres radius selinux snmp span speex srtp 
+ssl static statsd syslog vorbis xmpp"
+IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libressl lua mysql newt odbc 
oss pjproject portaudio postgres radius selinux snmp span speex srtp +ssl 
static statsd syslog vorbis xmpp"
 IUSE_EXPAND="VOICEMAIL_STORAGE"
 REQUIRED_USE="gtalk? ( xmpp )
^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
@@ -64,7 +64,6 @@ DEPEND="acct-user/asterisk
mysql? ( dev-db/mysql-connector-c:= )
newt? ( dev-libs/newt )
odbc? ( dev-db/unixODBC )
-   osplookup? ( net-libs/osptoolkit )
pjproject? ( net-libs/pjproject )
portaudio? ( media-libs/portaudio )
postgres? ( dev-db/postgresql:* )
@@ -195,7 +194,6 @@ src_configure() {
use_select lua  pbx_lua
use_select mysqlapp_mysql cdr_mysql res_config_mysql
use_select odbc cdr_adaptive_odbc res_config_odbc 
{cdr,cel,res,func}_odbc
-   use_select osplookupapp_osplookup
use_select oss  chan_oss
use_select postgres {cdr,cel}_pgsql res_config_pgsql
use_select radius   {cdr,cel}_radius

diff --git a/net-misc/asterisk/asterisk-16.10.0.ebuild 
b/net-misc/asterisk/asterisk-16.10.0.ebuild
index 84d866ae20c..b971778f05c 100644
--- a/net-misc/asterisk/asterisk-16.10.0.ebuild
+++ b/net-misc/asterisk/asterisk-16.10.0.ebuild
@@ -18,7 +18,7 @@ IUSE_VOICEMAIL_STORAGE="
voicemail_storage_odbc
voicemail_storage_imap
 "
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk 

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

2020-07-20 Thread Sam James
commit: 92299f31aaee4b079fc78930376288ebb1047888
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 19:56:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 20:39:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92299f31

app-misc/prog-express: amd64 stable (bug #724100)

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

 app-misc/prog-express/prog-express-3.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/prog-express/prog-express-3.8.8.ebuild 
b/app-misc/prog-express/prog-express-3.8.8.ebuild
index 7eeddbbb7e7..36d37730f29 100644
--- a/app-misc/prog-express/prog-express-3.8.8.ebuild
+++ b/app-misc/prog-express/prog-express-3.8.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
x86? ( 
https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.i386.deb )
 "
 
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="prog-express"
 SLOT="0"
 



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

2020-07-20 Thread Sam James
commit: cd7c2dd9e70f38a8128d1ca025c0929ce21ff337
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 20:33:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 20:39:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7c2dd9

dev-lang/python: arm64 stable (bug #732498)

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

 dev-lang/python/python-2.7.18-r1.ebuild | 2 +-
 dev-lang/python/python-3.6.11-r2.ebuild | 2 +-
 dev-lang/python/python-3.7.8-r2.ebuild  | 2 +-
 dev-lang/python/python-3.8.4-r1.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/python/python-2.7.18-r1.ebuild 
b/dev-lang/python/python-2.7.18-r1.ebuild
index 7ec8dc53e0e..93ad0c99314 100644
--- a/dev-lang/python/python-2.7.18-r1.ebuild
+++ b/dev-lang/python/python-2.7.18-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.

diff --git a/dev-lang/python/python-3.6.11-r2.ebuild 
b/dev-lang/python/python-3.6.11-r2.ebuild
index 17048a16e38..475263d2690 100644
--- a/dev-lang/python/python-3.6.11-r2.ebuild
+++ b/dev-lang/python/python-3.6.11-r2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-lang/python/python-3.7.8-r2.ebuild 
b/dev-lang/python/python-3.7.8-r2.ebuild
index 91c9e36e0a5..1e3ceff7af0 100644
--- a/dev-lang/python/python-3.7.8-r2.ebuild
+++ b/dev-lang/python/python-3.7.8-r2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-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"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-lang/python/python-3.8.4-r1.ebuild 
b/dev-lang/python/python-3.8.4-r1.ebuild
index a404cd57ff7..8e6209de8b3 100644
--- a/dev-lang/python/python-3.8.4-r1.ebuild
+++ b/dev-lang/python/python-3.8.4-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-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"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2020-07-20 Thread Sam James
commit: 1fc4249c42dcf29a85061c54a4e1067396972f89
Author: Jaco Kroon  uls  co  za>
AuthorDate: Sun Jul 19 07:32:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 20:39:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc4249c

package.mask: mask net-libs/osptoolkit

Bug: https://bugs.gentoo.org/show_bug.cgi?id=731250
Bug: https://bugs.gentoo.org/show_bug.cgi?id=674346
Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 80620531085..11bc18b53b5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -55,6 +55,13 @@ dev-ruby/zeitwerk:1
 # Unmaintained upstream and broken by ECM 5.72.0, masked for removal in 30 
days.
 media-video/plasma-mediacenter
 
+# Jaco Kroon  (2020-07-17)
+# net-misc/asterisk was only consumer, dependency now removed (due to failures
+# in osptoolkit build).  No known users of USE=osplookup in net-misc/asterisk,
+# and unknown usefulnes.  bugs #674346, #731250
+# Removal in 30 days.
+net-libs/osptoolkit
+
 # Andreas Sturmlechner  (2020-07-15)
 # Broken by scons-python3 for >1 year, depends on dead gnome-base/libgnomeui,
 # bugs #685576, #726818, no reverse dependencies. Removal in 30 days.



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

2020-07-20 Thread Sam James
commit: ed11f6b25bea5524ef7f90355b9f22e36f58187f
Author: Jaco Kroon  uls  co  za>
AuthorDate: Sun Jul 19 08:02:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 20:39:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed11f6b2

net-misc/asterisk: version bump 13.35.0

Minor refactor of menuselect and use_select as suggested by
 gentoo.org>.  Diff looks major but basically:

Renamed 'function menuselect' => _menuselect.
Restricted it's scope.
Renamed use_select to _use_select and moved up in code so all function
declarations for this is in one place.
use ${1} && echo enable || echo disable => usex ${1} enable disable.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk/Manifest|   1 +
 net-misc/asterisk/asterisk-13.35.0.ebuild | 294 ++
 2 files changed, 295 insertions(+)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index 28737f54882..eb63e34469e 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -1,6 +1,7 @@
 DIST asterisk-11.25.3.tar.gz 35134682 BLAKE2B 
9da24d5d6a674ab660edb103e5fc56ddfbcc58cd86166cc08cceb0598a63b51eae36133565e09a30ad11ff6623ba8945437dfb561d2916f68341d398540dabce
 SHA512 
9c0521d55e5b69663ea40066d52e397ba6c165a4b20cd0a1e5e375b9c0e5a6e4f37908e50b0b580e288dec9be252af9a8bce7bceb03ba029f902fb757e6311ed
 DIST asterisk-13.33.0.tar.gz 33683712 BLAKE2B 
ecfc122628c08e93fc389f111e1ee8ddcf3d27895437df9da5b83a6440c2135f9223a5605e0ef436e8585f8b023abba5b74680cac97f1700e1bc153872c1ed87
 SHA512 
b866a63cce7c289d32333b4b3b0a605c413b48fc7518976aa0768dd5c68894348d0de1c9bc7c56b73eb86b69e0fd9847d7226fa0f9e449f8ebb8a7118329db56
 DIST asterisk-13.34.0.tar.gz 33686020 BLAKE2B 
48de77f2e29028ab3503ea30038e629b6ede43154bec8efe1384a7077fb971f91b85d9b4eb55f7a4ea6577a31ad5fe496453fe59cd607a0c613e46edef9a11d9
 SHA512 
2132db831bb063330c47cea8cea67af706839d25e64eee558475643cb79a4e548fc6ffe7ce61a053f41cf6f367320eedaa87973a5de4ef38ae858a6e5a183ee7
+DIST asterisk-13.35.0.tar.gz 33685340 BLAKE2B 
728281257541977ac150b1b7d6148fd326c584f7827af46882ff3e3af111d876c3e53f92f1034c55875d730e5b92c379b8906198393b7a4227a5bb74818ab27c
 SHA512 
7596f387d45ef9f0327d78bc0446979e233aba517bbedfb539409cc507e2dac15e3b32d5c8a5e69783d106d4244661cb20b0580ed00904699bc5bf5db7b4713a
 DIST asterisk-16.10.0.tar.gz 27706766 BLAKE2B 
b8d7866fe3e8420ef5ce6ea5e016316f63e4f2e8904a79de69c4ddfb7aedcd00f09cfb414da43938af0771cdde387dcebfe716eb34e5ed1de3a30ff534459c7f
 SHA512 
254c582593cf6ec691649d995a8d73260d2e340ad6ae65f0af62f6b8c3ef59c4da6ad9172bc04cc29a907d1e8d2ef105ae2ae20190b30115d5d402423c8c08cb
 DIST asterisk-16.11.1.tar.gz 27703143 BLAKE2B 
ad2c70f76e5d59e183713034c9bbe0988c5848512099230b58b8b2f32edd59c0e843e4d7bc72642e84e842e11639f02213057cc893532808e9fe075b061e35cc
 SHA512 
ff4d971c32a568d4e49d0bc49f15a4a89278e4a1c70ed7d1107e3f4cca13455326465ecc97d23e83501ad45f579b572efbf9217758edfb4531c87d59879b31f9
 DIST gentoo-asterisk-patchset-3.17.tar.bz2 5074 BLAKE2B 
3c945e77b54b2449253acb9fcea8d289a7a3184729190622c14aff5557d36c93556efa83320fe4e7ae84021960c09f35ae9f997e8015706eef933aae2948309e
 SHA512 
37f86f3c699b2643afd8080391e817a282571694bb56e00efd0734918dbc33d6c12a2463dbc24667597420863b4f506870140fbb8ef3f1700124ef790ae7252d

diff --git a/net-misc/asterisk/asterisk-13.35.0.ebuild 
b/net-misc/asterisk/asterisk-13.35.0.ebuild
new file mode 100644
index 000..d35ac67332f
--- /dev/null
+++ b/net-misc/asterisk/asterisk-13.35.0.ebuild
@@ -0,0 +1,294 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info systemd
+
+DESCRIPTION="Asterisk: A Modular Open Source PBX System"
+HOMEPAGE="https://www.asterisk.org/;
+SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz
+   
https://downloads.uls.co.za/gentoo/asterisk/gentoo-asterisk-patchset-4.08.tar.bz2;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+IUSE_VOICEMAIL_STORAGE="
+   +voicemail_storage_file
+   voicemail_storage_odbc
+   voicemail_storage_imap
+"
+IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libressl lua mysql newt odbc 
oss pjproject portaudio postgres radius selinux snmp span speex srtp +ssl 
static statsd syslog vorbis xmpp"
+IUSE_EXPAND="VOICEMAIL_STORAGE"
+REQUIRED_USE="gtalk? ( xmpp )
+   ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} )
+   voicemail_storage_odbc? ( odbc )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-historic-no-var-run-install.patch"
+)
+
+DEPEND="acct-user/asterisk
+   acct-group/asterisk
+   dev-db/sqlite:3
+   dev-libs/popt
+   dev-libs/jansson
+   dev-libs/libedit
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   bluetooth? ( 

  1   2   3   4   >