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

2020-12-20 Thread Hans de Graaff
commit: 53effbfa1bfc07581ab076c2e6ede9871578b134
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 19 07:21:02 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 21 06:14:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53effbfa

dev-ruby/multi_json: cleanup

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

 dev-ruby/multi_json/Manifest |  1 -
 dev-ruby/multi_json/multi_json-1.13.1.ebuild | 61 
 2 files changed, 62 deletions(-)

diff --git a/dev-ruby/multi_json/Manifest b/dev-ruby/multi_json/Manifest
index 9e98ebfd5ca..a0eafaf3bc5 100644
--- a/dev-ruby/multi_json/Manifest
+++ b/dev-ruby/multi_json/Manifest
@@ -1,3 +1,2 @@
-DIST multi_json-1.13.1.tar.gz 26098 BLAKE2B 
e82a08a747a092a9094cd7b35b4f933b5ac922a01f45a51b215ca9c4cdb9a083a4808d4bbe67a147ecb57e0b7b7e313c3d896f8cd80c79338c24abc3b90a09f9
 SHA512 
7c98392bd1c909fcc05249a02a010b561bf6c2d812ae42413d6e8dafa62926d8cb76226ded4c61558a00e5fa531ba33b6f4ef562648c52ba9b552ff7b7e27682
 DIST multi_json-1.14.1.tar.gz 24713 BLAKE2B 
188d0fa3bf7a46a6cf4a5aa1d613523b4da3dee5061a5288146d1a367835b255f103dec265da9a218dd6dd21ecb38a7ce35d16a758ac7754b440f52c25f0b703
 SHA512 
19e2b6704a8ed39b8714da449c8961e740198772718ddba3d3b651f71f2b7d8c2c198d9cc16fe290f1df7b1e54d029c01147fdc431a8d2763944a4de802b89d9
 DIST multi_json-1.15.0.tar.gz 24932 BLAKE2B 
c99c5c6b152c91dedc38fd24f8697f918064c603bfd72c55213f3ac8afd14d3c0ba31b7c3fb91c9998fcc8a5386f41a6983c53b40119558b99194ba58c06cc91
 SHA512 
55c873e45cdc59e75823aa031eb6d792cb9dc744b13a682fc279a8375b925db7a984256d61aa5454795a59722794a774a0ed5b6bf518db253152f4af67f46dea

diff --git a/dev-ruby/multi_json/multi_json-1.13.1.ebuild 
b/dev-ruby/multi_json/multi_json-1.13.1.ebuild
deleted file mode 100644
index 7a506ac265e..000
--- a/dev-ruby/multi_json/multi_json-1.13.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/intridea/multi_json/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-DESCRIPTION="A gem to provide swappable JSON backends"
-HOMEPAGE="https://github.com/intridea/multi_json;
-LICENSE="MIT"
-
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "|| ( >=dev-ruby/json-1.4:* >=dev-ruby/yajl-ruby-1.0 )"
-
-ruby_add_bdepend "doc? ( dev-ruby/rspec:3 dev-ruby/yard )"
-
-ruby_add_bdepend "test? ( dev-ruby/json
-   dev-ruby/yajl-ruby )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable 
to remove bundler."
-
-   # Remove unimportant rspec options not supported by rspec 2.6.
-   rm .rspec || die
-
-   # Remove specs specific to oj since we don't package oj yet.
-   sed -i -e '/defaults to the best available gem/,/^  end/ s:^:#:' \
-   -e '/Oj does not create symbols on parse/,/^end/ s:^:#:' \
-   -e '/with Oj.default_settings/,/^end/ s:^:#:' \
-   -e '/using one-shot parser/,/^  end/ s:^:#:' \
-   spec/multi_json_spec.rb
-
-   # Avoid simplecov which only works with ruby 1.9
-   sed -i -e '/simplecov/d' -e '/SimpleCov.formatter/,/SimpleCov.start/ d' 
spec/spec_helper.rb || die
-
-   # Remove unpackaged and for our purposes unneeded coveralls
-   sed -i -e '/coveralls/d' spec/spec_helper.rb || die
-
-   # Avoid testing unpackaged adapters
-   rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
-}
-
-each_ruby_test() {
-   for t in spec/*_spec.rb; do
-   ${RUBY} -S rspec-3 ${t} || die
-   done
-}



[gentoo-commits] proj/sci:master commit in: /, .github/workflows/

2020-12-20 Thread Aisha Tammy
commit: 97d31c9d96c86f8af67ca702307a2d6724b9712f
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Dec 21 01:57:13 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Mon Dec 21 01:57:13 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=97d31c9d

move from repoman travis to github pkgcheck workflow

Signed-off-by: Aisha Tammy  aisha.cc>

 .github/workflows/pkgcheck.yml | 31 +++
 README.md  |  4 +++-
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml
new file mode 100644
index 0..1e665e954
--- /dev/null
+++ b/.github/workflows/pkgcheck.yml
@@ -0,0 +1,31 @@
+name: pkgcheck
+
+on:
+  push:
+branches: [ master ]
+  pull_request:
+branches: [ master ]
+
+jobs:
+  build:
+runs-on: ubuntu-latest
+steps:
+- uses: actions/checkout@v2
+- name: Set up Python 3.9
+  uses: actions/setup-python@v2
+  with:
+python-version: 3.9
+- name: Install pkgcheck
+  run: |
+python -m pip install --upgrade pip
+pip install pkgcheck
+- name: Setup master gentoo repository
+  run: |
+sudo mkdir -p /var/db/repos/gentoo /etc/portage /var/cache/distfiles
+wget -qO - 
"https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; | sudo tar xz 
-C /var/db/repos/gentoo --strip-components=1
+sudo wget "https://www.gentoo.org/dtd/metadata.dtd; -O 
/var/cache/distfiles/metadata.dtd
+sudo wget 
"https://gitweb.gentoo.org/proj/portage.git/plain/cnf/repos.conf; -O 
/etc/portage/repos.conf
+sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 
/etc/portage/make.profile
+- name: Test with pkgcheck
+  run: |
+pkgcheck scan --exit

diff --git a/README.md b/README.md
index ba5175935..aea88eae8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # The [Gentoo Science Project](https://wiki.gentoo.org/wiki/Project:Science) 
Repository
-[![Build 
Status](https://travis-ci.com/gentoo/sci.svg?branch=master)](https://travis-ci.com/gentoo/sci)
+![pkgcheck](https://github.com/gentoo/sci/workflows/pkgcheck/badge.svg)
+[![contributions 
welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/gentoo/sci/issues)
+[![chat on 
freenode](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/#gentoo-science)
 
 
 



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/antidot/

2020-12-20 Thread Theo Anderson
commit: 3209a11fca3b9b95a81149c789dc98d6693ef6dd
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 05:45:46 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Dec 21 05:45:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3209a11f

app-admin/antidot: drop old

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

 app-admin/antidot/Manifest |  11 -
 app-admin/antidot/antidot-0.3.0.ebuild | 373 -
 2 files changed, 384 deletions(-)

diff --git a/app-admin/antidot/Manifest b/app-admin/antidot/Manifest
index 08af5b4f..6c27dc97 100644
--- a/app-admin/antidot/Manifest
+++ b/app-admin/antidot/Manifest
@@ -11,8 +11,6 @@ DIST cloud.google.com%2Fgo%2Ffirestore%2F@v%2Fv1.1.0.mod 568 
BLAKE2B d3d62f2d5c0
 DIST cloud.google.com%2Fgo%2Fpubsub%2F@v%2Fv1.0.1.mod 508 BLAKE2B 
9915d1d1a768852b3f262784771c8fe2e7e176e61f7d77841f8d3adac571dc141e36c6455c19090cf00a98a7a5ef0c2c887424142e2ecad339f8105b1c30f91e
 SHA512 
8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c
 DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.0.0.mod 374 BLAKE2B 
4fef9f7da9f23e94efe43be0e279958715949a889c5d51e388f5b66ec9a7cdbf15a717c93647032998facd71359ad1dcacebcf3334100144abbfa12dac03
 SHA512 
faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b
 DIST 
dmitri.shuralyov.com%2Fgpu%2Fmtl%2F@v%2Fv0.0.0-20190408044501-666a987793e9.mod 
36 BLAKE2B 
b430ef9388b0dfe932b201495a00275a6036338c99160d7362556be1e25924584b0802061d193533f23b1f76719dfd6a9484572babd25f1af0e53fd9bf07ac00
 SHA512 
196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
-DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.2.mod 719 BLAKE2B 
d95afef5c101e842eb6754ce837753f0d953c76546b5cfa0a25b672e42db57b78e7fcf9fbc48dab261301c448a811818f53aabb251edf6cb209adf196a5cc0a8
 SHA512 
11355981fa0cc2c28a274175a123c7a3ac5dab596ea08faa429da137611bcfacfa15b38110943b520a99565776039f2c48c5474eade25aa64b8eb5a3fdb3f098
-DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.2.zip 154687 BLAKE2B 
e0f40114197a7b3fac1c2157407e0cd16e8e703124a00d5ed8378ca7614280e0ff82db9244eca6a2e4af604e78c0c315d992c74b8c58a151065a519e913b655d
 SHA512 
cd0ca2f92c05614749b27f7a2208be174a31b4f25728b219e7b5e03f15d668f853700c3cebdd959a56b98252fd9810ffde2587f61a72f2d1c0057de9bdb92506
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.5.mod 719 BLAKE2B 
d95afef5c101e842eb6754ce837753f0d953c76546b5cfa0a25b672e42db57b78e7fcf9fbc48dab261301c448a811818f53aabb251edf6cb209adf196a5cc0a8
 SHA512 
11355981fa0cc2c28a274175a123c7a3ac5dab596ea08faa429da137611bcfacfa15b38110943b520a99565776039f2c48c5474eade25aa64b8eb5a3fdb3f098
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.5.zip 155176 BLAKE2B 
49211d3b0f1e63b88ab40fc337651b05921918c5ac96c0b71410c1eabec633b2a05f9b9288686f8271c83cd64668ce2aeac56ff10c2a637305398cad75f9ebab
 SHA512 
480d6c708fc50230bb37369c2f27455c040cce5c1154de047c24e8ce7aa1beb6d38b14d237abc31703f95a01420db310145683b8698d314ffa8e11fcd19c7b74
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.7.mod 707 BLAKE2B 
3f7da997d7cb7e3ed2426497741ee7b4517adb66588f268b095f9abe4ab12842a5e14df940a1b89d1e5514c0c377a0a71e5460ab22073a1639c6dbed892fe8fc
 SHA512 
6f0c6aa88ce38abfa9bce0992b75b8ef5a2f58c743bc96ef49b8a97d7e04ad7071c0f63f65c3ff82e5014df91d383f5ab84a2c0ac8e54739048de9aede5443c5
@@ -22,8 +20,6 @@ DIST 
github.com%2F!burnt!sushi%2Fxgb%2F@v%2Fv0.0.0-20160522181843-27f122750802.m
 DIST 
github.com%2F!netflix%2Fgo-expect%2F@v%2Fv0.0.0-20180615182759-c93bf25de8e8.mod 
36 BLAKE2B 
94171fec75b4e45d40bf820417400401971e3f18eb68588d15466e709097607b89ba18c8d8b6d2d658e4f718ab0662cc605c76c955464d9e6d45609945f5
 SHA512 
a1e0fa80fdf59962a05f1f6b1232c17f301010ada93a8628a89ea187de325c75f7d85359306c613371552671ffef2e513938e2d2ff57731dd2b226a54f87049d
 DIST 
github.com%2F!netflix%2Fgo-expect%2F@v%2Fv0.0.0-20180615182759-c93bf25de8e8.zip 
15018 BLAKE2B 
d088594870f9c9fd66237fa8647ba6274aea5a88d8bb09d887b1371b48fb12ee392e58f170d35ace95f07dd1faaeb63a53097efe01568a7f1f122a741ff97b9e
 SHA512 
3af54d66425f653f591bd08950305c2aed00ab570321c159e67469f88d47d39d2bba267513645f3a6823fca05fd86a4cbc38fcfeee674a32d2419be6d073747b
 DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.2.mod 34 BLAKE2B 
83966cb7de9bb687f99f17c5c89c03718258d2df34e3dda01b96a2fcb1273a0ba0e3253ba5950d5458193d3e54962371317a8fe85020ae338b44e864bd96667f
 SHA512 
9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4
-DIST github.com%2Fadrg%2Fxdg%2F@v%2Fv0.2.2.mod 80 BLAKE2B 
d33149d8f400ae7fc0e0a02d74bc7a917d48d56b144fe699e01e479f60bda6c132c673bce8432031f9ffc9ecaa83907dbc299391b7c7e6590f9eaf57dc713b45
 SHA512 

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/antidot/

2020-12-20 Thread Theo Anderson
commit: e28e0152e6510d7d262cc1e89bde85e3ecdd3ed1
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 05:45:22 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Dec 21 05:45:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e28e0152

app-admin/antidot: bump to 0.4.2

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

 app-admin/antidot/Manifest |   3 +
 app-admin/antidot/antidot-0.4.2.ebuild | 373 +
 2 files changed, 376 insertions(+)

diff --git a/app-admin/antidot/Manifest b/app-admin/antidot/Manifest
index c2011c86..08af5b4f 100644
--- a/app-admin/antidot/Manifest
+++ b/app-admin/antidot/Manifest
@@ -15,6 +15,8 @@ DIST 
github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.2.mod 719 BLAKE2B d95a
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.2.zip 154687 BLAKE2B 
e0f40114197a7b3fac1c2157407e0cd16e8e703124a00d5ed8378ca7614280e0ff82db9244eca6a2e4af604e78c0c315d992c74b8c58a151065a519e913b655d
 SHA512 
cd0ca2f92c05614749b27f7a2208be174a31b4f25728b219e7b5e03f15d668f853700c3cebdd959a56b98252fd9810ffde2587f61a72f2d1c0057de9bdb92506
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.5.mod 719 BLAKE2B 
d95afef5c101e842eb6754ce837753f0d953c76546b5cfa0a25b672e42db57b78e7fcf9fbc48dab261301c448a811818f53aabb251edf6cb209adf196a5cc0a8
 SHA512 
11355981fa0cc2c28a274175a123c7a3ac5dab596ea08faa429da137611bcfacfa15b38110943b520a99565776039f2c48c5474eade25aa64b8eb5a3fdb3f098
 DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.5.zip 155176 BLAKE2B 
49211d3b0f1e63b88ab40fc337651b05921918c5ac96c0b71410c1eabec633b2a05f9b9288686f8271c83cd64668ce2aeac56ff10c2a637305398cad75f9ebab
 SHA512 
480d6c708fc50230bb37369c2f27455c040cce5c1154de047c24e8ce7aa1beb6d38b14d237abc31703f95a01420db310145683b8698d314ffa8e11fcd19c7b74
+DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.7.mod 707 BLAKE2B 
3f7da997d7cb7e3ed2426497741ee7b4517adb66588f268b095f9abe4ab12842a5e14df940a1b89d1e5514c0c377a0a71e5460ab22073a1639c6dbed892fe8fc
 SHA512 
6f0c6aa88ce38abfa9bce0992b75b8ef5a2f58c743bc96ef49b8a97d7e04ad7071c0f63f65c3ff82e5014df91d383f5ab84a2c0ac8e54739048de9aede5443c5
+DIST github.com%2F!alec!aivazis%2Fsurvey%2Fv2%2F@v%2Fv2.2.7.zip 155695 BLAKE2B 
e9e29d2b6d215b75a9de1d33b80d827bf7403f940fd106651a0b00e87672d9f1f4a8c084139a2da9a92998cb3327c978c228bdd781f2dc8c45ba7f0a6b7ab4fb
 SHA512 
8152f6fe278a329ab4518c77143b36e1bdd6f3f48ea0853e2e5a07b545728502776d61ad877e1819fb7641bcd57021d6343b979276a836a9b12d4f45b492ab48
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST 
github.com%2F!burnt!sushi%2Fxgb%2F@v%2Fv0.0.0-20160522181843-27f122750802.mod 
33 BLAKE2B 
d234bf9be3dd919cb1f8d33750a24dca68c90fea110fd0ff62f0dba86d2ebbfc66d55fea62745b6383c5607bc91cfd78c9d2cf12df251397e85995c04707caa2
 SHA512 
dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d
 DIST 
github.com%2F!netflix%2Fgo-expect%2F@v%2Fv0.0.0-20180615182759-c93bf25de8e8.mod 
36 BLAKE2B 
94171fec75b4e45d40bf820417400401971e3f18eb68588d15466e709097607b89ba18c8d8b6d2d658e4f718ab0662cc605c76c955464d9e6d45609945f5
 SHA512 
a1e0fa80fdf59962a05f1f6b1232c17f301010ada93a8628a89ea187de325c75f7d85359306c613371552671ffef2e513938e2d2ff57731dd2b226a54f87049d
@@ -346,3 +348,4 @@ DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2019.2.3.mod 300 
BLAKE2B 3e3f5a2be0918
 DIST rsc.io%2Fbinaryregexp%2F@v%2Fv0.2.0.mod 36 BLAKE2B 
61110bed2b9e99e0250cf6e8b842257202c89b3462edf9368b73cab29f9dbd4dcc66c3e290a1d6329b7d62321eecc52082a8c4c0797eac743a29a8a00910a93f
 SHA512 
db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774
 DIST v0.3.0.tar.gz 32719 BLAKE2B 
d9f760687bb62f508930573380f975b675d697bcc8a31ad6e9dd95f1fd00940655560345732ab47945aa147b0298585e3398d0a061ab8e8e5ee8a97a3f45479e
 SHA512 
3a5820d36eead3e1c92dcad9348ab897cb9ca496ba0a2b30e48b837dddc9b7794c914cde0be5d5b6ae33313d57eb224de09a7cb3f4a1d7ac72bba2b04e85df9f
 DIST v0.4.1.tar.gz 34959 BLAKE2B 
a687d3db6fcc420857b741f65ffd23f6669f44d9715c6b25d87d9b9b6e8f6e20b44cbf0a24cac2a8454db8bc9cd0a8c8cd616996649c0cae5bc467642f691928
 SHA512 
84dd68aee75645e7dcc8b29544d69d84727061184abe14677ce0a97b60986a3ddc4c277019b1b2bf4f33e779b88cd3886db3ce46cb091c0df8b51c44ab122f18
+DIST v0.4.2.tar.gz 38392 BLAKE2B 
b33e94bc0f702597e8f0421e61fdbe77c80c56ad613afcb1a55b738a240abb1c9386f8c42aca7623707356a1a9fa8e23455e9702542f7b33bd4bf96a3f87095a
 SHA512 
d136424e9419ef8edbbcc0d7fd043ecba9921763e83182c9ef3c0e5ebab8627d10c1f4c4e68e5c4522ec84d833faedf577eca3c5f0bff3e3de3f8c6a9f90fb4f

diff --git 

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

2020-12-20 Thread Theo Anderson
commit: e5f41411b85c010dbe7dc865f377ea46dd44dfb3
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 05:31:29 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Dec 21 05:31:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5f41411

x11-misc/i3lock-fancy-rapid: add keyworded snapshot; fix tc-direct

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

 x11-misc/i3lock-fancy-rapid/Manifest   |  1 +
 .../i3lock-fancy-rapid-0.0.0_pre20201109.ebuild| 43 ++
 .../i3lock-fancy-rapid-.ebuild | 25 +++--
 3 files changed, 66 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3lock-fancy-rapid/Manifest 
b/x11-misc/i3lock-fancy-rapid/Manifest
new file mode 100644
index ..f037f67b
--- /dev/null
+++ b/x11-misc/i3lock-fancy-rapid/Manifest
@@ -0,0 +1 @@
+DIST i3lock-fancy-rapid-0.0.0_pre20201109.tar.gz 299910 BLAKE2B 
180541c4f997a16418d2ded6718788276299be6952a644cfcd3204ee321550207507079246f287374d81be3c80b77d4dfcb8b603f20fe3aa55aadaed03f6a0d4
 SHA512 
b0afb68a3640f0fea1ff10440f145736b7ddebf9fec6c8c5707d23f6c05f168f680cdce59abdf8e5105ae853a2fa60a9a4672ac1c486e4dd83eab1031d348247

diff --git 
a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild 
b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild
new file mode 100644
index ..961ef174
--- /dev/null
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+MY_REV="c70ecfa8a529cb71f21f475f31d748ce9b154a8b"
+
+DESCRIPTION="A faster implementation of i3lock-fancy"
+HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid;
+SRC_URI="https://github.com/yvbbrjdr/i3lock-fancy-rapid/archive/${MY_REV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   || (
+   >=x11-misc/i3lock-2.12
+   >=x11-misc/i3lock-color-2.12
+   )
+"
+DEPEND="x11-libs/libX11"
+
+S="${WORKDIR}"/i3lock-fancy-rapid-${MY_REV}
+
+src_prepare() {
+   default
+   sed -e "s/gcc/$(tc-getCC)/" \
+   -e "/CFLAGS=/d" \
+   -i Makefile || die
+}
+
+src_configure() {
+   default
+   append-cflags -fopenmp -lX11
+}
+
+src_install() {
+   dobin "${PN}"
+   einstalldocs
+}

diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-.ebuild 
b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-.ebuild
index 4df35e43..f9b0e938 100644
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-.ebuild
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-.ebuild
@@ -2,18 +2,37 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit git-r3
 
 DESCRIPTION="A faster implementation of i3lock-fancy"
 HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid;
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/yvbbrjdr/i3lock-fancy-rapid.git;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 
-RDEPEND="x11-misc/i3lock-color"
+RDEPEND="
+   || (
+   >=x11-misc/i3lock-2.12
+   >=x11-misc/i3lock-color-2.12
+   )
+"
+DEPEND="x11-libs/libX11"
+
+src_prepare() {
+   default
+   sed -e "s/gcc/$(tc-getCC)/" \
+   -e "/CFLAGS=/d" \
+   -i Makefile || die
+}
+
+src_configure() {
+   default
+   append-cflags -fopenmp -lX11
+}
 
 src_install() {
dobin "${PN}"
+   einstalldocs
 }



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

2020-12-20 Thread Theo Anderson
commit: 9e2ffacbda40645997d7b4682e76cd64e992096e
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 04:51:24 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Dec 21 04:51:24 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e2ffacb

x11-misc/i3lock-color: bump to 2.13.1

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

 x11-misc/i3lock-color/Manifest|  1 +
 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild  | 15 +++
 ...ock-color-2.12.5.ebuild => i3lock-color-2.13.1.ebuild} | 15 +++
 x11-misc/i3lock-color/i3lock-color-.ebuild| 12 +---
 4 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index b8c0b82c..1bc2b76b 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1 +1,2 @@
 DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89
+DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 6f206c71..e94012c8 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -3,28 +3,27 @@
 
 EAPI=7
 
-MY_PV="${PV//.5/.c.5}"
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64"
-
 LICENSE="i3lock-color"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
-   sys-libs/pam
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
 "
 DEPEND="
${RDEPEND}
@@ -36,7 +35,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_configure() {
autoreconf -fiv
-   econf
+   default
 }
 
 pkg_postinst() {

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
similarity index 95%
copy from x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
copy to x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 6f206c71..e94012c8 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -3,28 +3,27 @@
 
 EAPI=7
 
-MY_PV="${PV//.5/.c.5}"
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64"
-
 LICENSE="i3lock-color"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
-   sys-libs/pam
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
 "
 DEPEND="
${RDEPEND}
@@ -36,7 +35,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 src_configure() {
autoreconf -fiv
-   econf
+   default
 }
 
 pkg_postinst() {

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 272639c1..a8c8adc1 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -7,24 +7,22 @@ inherit git-r3
 
 DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-
 EGIT_REPO_URI="${HOMEPAGE}"
-KEYWORDS=""
 
 LICENSE="i3lock-color"
 SLOT="0"
 
 RDEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
x11-libs/cairo
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-xrm
x11-libs/libxkbcommon
-   sys-libs/pam
-   dev-libs/libev
-   media-libs/fontconfig:=
-   

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

2020-12-20 Thread Theo Anderson
commit: c1071081a92dde14ebe431f3c41fcac3cf035289
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Dec 21 04:40:20 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Dec 21 04:40:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1071081

x11-misc/i3lock-color: fix file collisions with x11-misc/i3lock

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

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

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 152923c0..6f206c71 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -26,8 +26,10 @@ RDEPEND="
media-libs/fontconfig:=
media-libs/libjpeg-turbo
 "
-
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   !x11-misc/i3lock
+"
 BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${PN}-${MY_PV}"

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 072ee1e5..272639c1 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -26,11 +26,11 @@ RDEPEND="
media-libs/fontconfig:=
media-libs/libjpeg-turbo
 "
-
 DEPEND="
${RDEPEND}
-   virtual/pkgconfig
+   !x11-misc/i3lock
 "
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
autoreconf -fiv



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

2020-12-20 Thread Mike Gilbert
commit: ea98bf9dd7f825d440a9b0cb330721d9f854d404
Author: halcon74  tuta  io>
AuthorDate: Sun Dec 20 20:08:38 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Dec 21 05:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea98bf9d

unpacker.eclass: add zst support

Closes: https://bugs.gentoo.org/760905
Closes: https://github.com/gentoo/gentoo/pull/18738
Signed-off-by: Alexey Mishustin  tuta.io>
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/unpacker.eclass | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
index 63aedee4480..3a1dc9f29f3 100644
--- a/eclass/unpacker.eclass
+++ b/eclass/unpacker.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: unpacker.eclass
@@ -356,6 +356,8 @@ _unpacker() {
*.lz)
: ${UNPACKER_LZIP:=$(type -P plzip || type -P pdlzip || type -P 
lzip)}
comp="${UNPACKER_LZIP} -dc" ;;
+   *.zst)
+   comp="zstd -dfc" ;;
esac
 
# then figure out if there are any archiving aspects
@@ -459,6 +461,8 @@ unpacker_src_uri_depends() {
d="app-arch/unzip" ;;
*.lz)
d="|| ( app-arch/plzip app-arch/pdlzip app-arch/lzip )" 
;;
+   *.zst)
+   d="app-arch/zstd" ;;
esac
deps+=" ${d}"
done



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/wren/

2020-12-20 Thread Theo Anderson
commit: 088b9a547d71c6767a7b643d6aaea68220284945
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Dec 16 02:22:38 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Dec 21 04:24:54 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=088b9a54

dev-lang/wren: drop old

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

 dev-lang/wren/Manifest |  1 -
 dev-lang/wren/metadata.xml |  3 --
 dev-lang/wren/wren-0.2.0-r1.ebuild | 79 --
 3 files changed, 83 deletions(-)

diff --git a/dev-lang/wren/Manifest b/dev-lang/wren/Manifest
index b9f78a9a..b19b7d38 100644
--- a/dev-lang/wren/Manifest
+++ b/dev-lang/wren/Manifest
@@ -1,3 +1,2 @@
-DIST wren-0.2.0.tar.gz 1791488 BLAKE2B 
a2f48e9b115ea89cf25af1fe8cefa3c26639ce06f89796df4f5eb744b2382b44f83d6285eedfa9cb5681342cc8ebca535bae586445225622c8ebdb30c7088975
 SHA512 
67912df14d8afa16a4e50fa67e232870e08eb392601f7b1633bcfb242f2de7624b9a3501df9e1ae40fb62646db57ff6553733ddb3015b6b5086999dadf7d2da2
 DIST wren-0.3.0.tar.gz 1228834 BLAKE2B 
ff809008646970815b0f3ef3457d12ad1e6ac431b32f059035b15f1ad9f46247510a28d34d789472c6dc9fe1caeee71e09bd5484fe21dfdb356d8fcfc206a812
 SHA512 
8c05b69539b8a51289efecbd998bf1d054ff90944b949720b512b7a1202ace9ba56779f2e995097571459da6d8447f925f54c8170a3f6edeeaac6df265ffdc4c
 DIST wren-cli-0.3.0.tar.gz 509755 BLAKE2B 
13034a6aeaa7ef2a20163714233c4750f1ab88fb232758c26bd35f8616c239936b1f80bf95c95da4d2ad2436a7813f1763002637030473a9abed8d0a4532d61d
 SHA512 
8d4894c5e669c0c03bfb546c37cb9e917990a6cb6c59d399cbb5a03a9c9de7954bc203646ac776643c73ab9cb6e331868707d82e7c2ebd8625a9d80f4aea4f20

diff --git a/dev-lang/wren/metadata.xml b/dev-lang/wren/metadata.xml
index 854f4ec8..c9845638 100644
--- a/dev-lang/wren/metadata.xml
+++ b/dev-lang/wren/metadata.xml
@@ -13,7 +13,4 @@
https://github.com/wren-lang/wren/issues
wren-lang/wren

-   
-   Install the wren command line 
interpreter
-   
 

diff --git a/dev-lang/wren/wren-0.2.0-r1.ebuild 
b/dev-lang/wren/wren-0.2.0-r1.ebuild
deleted file mode 100644
index 689c8a5d..
--- a/dev-lang/wren/wren-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="The Wren Programming Language"
-HOMEPAGE="https://wren.io/;
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/wren-lang/${PN}.git;
-   inherit git-r3
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/wren-lang/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="static-libs tools"
-
-DEPEND=">=dev-libs/libuv-1.10.0"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-#BDEPEND="test? ( dev-lang/python )"
-#RESTRICT="!test? ( test )"
-RESTRICT="test"
-
-src_configure() {
-   return
-}
-
-src_compile() {
-   local targets=""
-
-   if use static-libs ; then
-   #do both shared and static libs
-   targets="${targets} vm"
-   else
-   targets="${targets} shared"
-   fi
-   if use tools ; then
-   targets="${targets} cli"
-   fi
-   #I don't think tests are working, I just get lots of linker errors
-   #if use test ; then
-   #   targets="${targets} api_test unit_test"
-   #fi
-
-   echo "prefix=\"${EPREFIX}/usr\"" > ${PN}.pc
-   echo "libdir=\"\${prefix}/$(get_libdir)\"" >> ${PN}.pc
-   echo "includedir=\"\${prefix}/include\"" >> ${PN}.pc
-   echo "" >> ${PN}.pc
-   echo "Name: ${PN}" >> ${PN}.pc
-   echo "Description: ${DESCRIPTION}" >> ${PN}.pc
-   echo "URL: ${HOMEPAGE}" >> ${PN}.pc
-   echo "Version: ${PV}" >> ${PN}.pc
-   echo "Libs: \"-L\${libdir}\" -l${PN}" >> ${PN}.pc
-   echo "Cflags: \"-I\${includedir}\"" >> ${PN}.pc
-
-   tc-export AR CC
-   emake -f util/wren.mk LIBUV_DIR="${EPREFIX}/usr" 
LIBUV="${EPREFIX}/usr/$(get_libdir)/libuv.so" VERBOSE=1 ${targets}
-}
-
-src_install() {
-   if use tools ; then
-   dobin bin/wren
-   fi
-   if use static-libs ; then
-   dolib.a lib/libwren.a
-   fi
-   dolib.so lib/libwren.so
-   doheader src/include/wren.h
-   doheader src/include/wren.hpp
-
-   insinto /usr/$(get_libdir)/pkgconfig
-   doins ${PN}.pc
-}



[gentoo-commits] proj/sci:master commit in: metadata/news/2020-12-20-visa-packages-removed/

2020-12-20 Thread Aisha Tammy
commit: 33dd9824dc1cef01baa6cf9ac053c12943c3a356
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Dec 20 23:37:46 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Dec 20 23:38:51 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=33dd9824

metadata/news/2020-12-20-visa-packages-removed

add news about packages being moved to the natinst overlay

Signed-off-by: Aisha Tammy  aisha.cc>

 .../2020-12-20-visa-packages-removed.en.txt | 17 +
 1 file changed, 17 insertions(+)

diff --git 
a/metadata/news/2020-12-20-visa-packages-removed/2020-12-20-visa-packages-removed.en.txt
 
b/metadata/news/2020-12-20-visa-packages-removed/2020-12-20-visa-packages-removed.en.txt
new file mode 100644
index 0..0468a5aef
--- /dev/null
+++ 
b/metadata/news/2020-12-20-visa-packages-removed/2020-12-20-visa-packages-removed.en.txt
@@ -0,0 +1,17 @@
+Title: national instrument packages moved to natinst overlay
+Author: Aisha Tammy 
+Posted: 2020-12-20
+Revision: 1
+News-Item-Format: 2.0
+
+The VISA packages have been removed from the science overlay
+and are now available in the natinst overlay which also
+maintains the packages from National Instruments:
+   https://github.com/AndrewAmmerlaan/natinst
+
+The following packages have been moved
+
+  dev-perl/Lab-VISA
+  dev-python/PyVISA
+  dev-python/PyVISA-py
+  sci-libs/ni-visa



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

2020-12-20 Thread Aisha Tammy
commit: fbd14207e9778ca72d3eb17e0d223992db78c708
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Dec 20 10:07:48 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Dec 20 23:29:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fbd14207

profiles/pakcage.mask: cleanup

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Aisha Tammy  aisha.cc>

 profiles/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6a455be74..af612da87 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -38,7 +38,6 @@ dev-lang/conceptual
 dev-lang/pgi
 dev-ml/lacaml
 dev-perl/Bio-EnsEMBL
-dev-python/PyVISA-py
 dev-python/snakemake
 dev-python/xgboost
 dev-util/f90cache



[gentoo-commits] proj/sci:master commit in: sci-libs/ni-visa/files/, sci-libs/ni-visa/

2020-12-20 Thread Aisha Tammy
commit: 4414a1bbf49fac4227ec6b30808dba0dcf6ecb81
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Dec 20 10:04:59 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Dec 20 23:29:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4414a1bb

sci-libs/ni-visa: moved to ::natinst

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Aisha Tammy  aisha.cc>

 sci-libs/ni-visa/files/70nivisa   |  1 -
 sci-libs/ni-visa/metadata.xml |  7 ---
 sci-libs/ni-visa/ni-visa-0.0.1.ebuild | 30 --
 3 files changed, 38 deletions(-)

diff --git a/sci-libs/ni-visa/files/70nivisa b/sci-libs/ni-visa/files/70nivisa
deleted file mode 100644
index 6220209fd..0
--- a/sci-libs/ni-visa/files/70nivisa
+++ /dev/null
@@ -1 +0,0 @@
-SEARCH_DIRS_MASK="/usr/local/lib/LabVIEW-8.0 /usr/local/lib/LabVIEW-8.2"

diff --git a/sci-libs/ni-visa/metadata.xml b/sci-libs/ni-visa/metadata.xml
deleted file mode 100644
index 90bb64f30..0
--- a/sci-libs/ni-visa/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   m...@akhuettel.de
-   
-

diff --git a/sci-libs/ni-visa/ni-visa-0.0.1.ebuild 
b/sci-libs/ni-visa/ni-visa-0.0.1.ebuild
deleted file mode 100644
index bbf9ba363..0
--- a/sci-libs/ni-visa/ni-visa-0.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Placeholder for an NI-VISA library ebuild"
-HOMEPAGE="http://www.ni.com/;
-SRC_URI="NI-VISA-0.0.1.iso"
-
-LICENSE="ni-visa"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-SLOT="0"
-
-RESTRICT="fetch"
-
-src_install() {
-   insinto /etc/revdep-rebuild
-   doins "${FILESDIR}/70nivisa"
-}
-
-pkg_nofetch() {
-   elog Please download the NI-VISA library for linux from
-   eloghttp://joule.ni.com/nidu/cds/view/p/id/2044/lang/en
-   elog and install it.
-   elog Afterwards run the command "echo > 
/usr/portage/distfiles/NI-VISA-0.0.1.iso"
-   echo
-   elog Yes I know this is an ugly hack but the NI installer is even 
uglier...
-   elog See for more information 
http://decibel.ni.com/content/message/16917
-}



[gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/

2020-12-20 Thread Aisha Tammy
commit: 91f59684c53606c6b6348cedbe6aeb7b84b156eb
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Dec 20 10:06:20 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Dec 20 23:29:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=91f59684

dev-python/PyVISA-py: moved to ::natinst

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild | 19 ---
 dev-python/PyVISA-py/PyVISA-py-.ebuild  | 18 --
 dev-python/PyVISA-py/metadata.xml   | 20 
 3 files changed, 57 deletions(-)

diff --git a/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild 
b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
deleted file mode 100644
index 3979b5df6..0
--- a/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://pyvisa-py.readthedocs.io;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/PyVISA-1.8[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/PyVISA-py/PyVISA-py-.ebuild 
b/dev-python/PyVISA-py/PyVISA-py-.ebuild
deleted file mode 100644
index 4d31fbff7..0
--- a/dev-python/PyVISA-py/PyVISA-py-.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://pyvisa-py.readthedocs.io;
-EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git 
git://github.com/${hgrecco}/${PN}.git"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/PyVISA-1.8[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/PyVISA-py/metadata.xml 
b/dev-python/PyVISA-py/metadata.xml
deleted file mode 100644
index b55b92cd3..0
--- a/dev-python/PyVISA-py/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mar...@linux.sungazer.de
-   Marius Brehler
-   
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-A PyVISA backend that implements a large part of the "Virtual
-Instrument Software Architecture" (VISA) in pure Python.
-
-   
-   hgrecco/pyvisa-py
-   PyVISA-py
-   
-



[gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/

2020-12-20 Thread Aisha Tammy
commit: bdb4b8ea2484cbef25655d20fb3c86dc5eb3b820
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Dec 20 10:05:56 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Dec 20 23:29:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bdb4b8ea

dev-python/PyVISA: moved to ::natinst

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/PyVISA/PyVISA-1.9.1.ebuild | 24 
 dev-python/PyVISA/PyVISA-.ebuild  | 23 ---
 dev-python/PyVISA/metadata.xml| 21 -
 3 files changed, 68 deletions(-)

diff --git a/dev-python/PyVISA/PyVISA-1.9.1.ebuild 
b/dev-python/PyVISA/PyVISA-1.9.1.ebuild
deleted file mode 100644
index e56a983c5..0
--- a/dev-python/PyVISA/PyVISA-1.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/pyvisa/pyvisa;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-#python_test() {
-#  esetup.py test
-#}

diff --git a/dev-python/PyVISA/PyVISA-.ebuild 
b/dev-python/PyVISA/PyVISA-.ebuild
deleted file mode 100644
index 5c5a1ce95..0
--- a/dev-python/PyVISA/PyVISA-.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/pyvisa/pyvisa-py;
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git 
git://github.com/${PN}/${PN}.git"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-#python_test() {
-#  esetup.py test
-#}

diff --git a/dev-python/PyVISA/metadata.xml b/dev-python/PyVISA/metadata.xml
deleted file mode 100644
index f690c3570..0
--- a/dev-python/PyVISA/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   marius.brehler+gen...@googlemail.com
-   Marius Brehler
-   
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-A Python package for support of the "Virtual Instrument Software
-Architecture" (VISA), in order to control measurement devices and
-test equipment via GPIB, RS232, Ethernet or USB.
-
-   
-   pyvisa/pyvisa
-   PyVISA
-   
-



[gentoo-commits] proj/sci:master commit in: dev-perl/Lab-VISA/

2020-12-20 Thread Aisha Tammy
commit: 51692ee7cecfe174404d88e6c788c0bfe8160377
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Dec 20 10:06:53 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Dec 20 23:29:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=51692ee7

dev-perl/Lab-VISA: moved to ::natinst

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-perl/Lab-VISA/Lab-VISA-2.06.ebuild | 19 ---
 dev-perl/Lab-VISA/metadata.xml |  7 ---
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Lab-VISA/Lab-VISA-2.06.ebuild 
b/dev-perl/Lab-VISA/Lab-VISA-2.06.ebuild
deleted file mode 100644
index 9d3faf0b8..0
--- a/dev-perl/Lab-VISA/Lab-VISA-2.06.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Perl interface to National Instrument's VISA library"
-HOMEPAGE="http://www.labvisa.de/;
-SRC_URI="mirror://cpan/authors/id/S/SC/SCHROEER/Lab/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl sci-libs/ni-visa"
-RDEPEND="${DEPEND}"

diff --git a/dev-perl/Lab-VISA/metadata.xml b/dev-perl/Lab-VISA/metadata.xml
deleted file mode 100644
index 90bb64f30..0
--- a/dev-perl/Lab-VISA/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   m...@akhuettel.de
-   
-



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

2020-12-20 Thread Aisha Tammy
commit: 6d8879da0e5aee2c4d3b132766d28b05511d1437
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Dec 20 10:08:24 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Dec 20 23:29:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d8879da

licenses: cleanup

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/sci/pull/998
Signed-off-by: Aisha Tammy  aisha.cc>

 licenses/ni-visa | 318 ---
 1 file changed, 318 deletions(-)

diff --git a/licenses/ni-visa b/licenses/ni-visa
deleted file mode 100644
index e295937eb..0
--- a/licenses/ni-visa
+++ /dev/null
@@ -1,318 +0,0 @@
-NATIONAL INSTRUMENTS SOFTWARE LICENSE AGREEMENT (LINUX DRIVER SOFTWARE)
-
-
-INSTALLATION NOTICE: THIS IS A CONTRACT. BEFORE YOU DOWNLOAD THE SOFTWARE 
AND/OR
-COMPLETE THE INSTALLATION PROCESS, CAREFULLY READ THIS AGREEMENT. BY 
DOWNLOADING
-THE SOFTWARE AND/OR ENTERING 'y' TO COMPLETE THE INSTALLATION PROCESS, YOU
-CONSENT TO THE TERMS OF THIS AGREEMENT AND YOU AGREE TO BE BOUND BY THIS
-AGREEMENT. IF YOU DO NOT WISH TO BECOME A PARTY TO THIS AGREEMENT AND BE BOUND
-BY ALL OF ITS TERMS AND CONDITIONS, ENTER 'n' OR 'q' TO CANCEL THE INSTALLATION
-PROCESS, DO NOT INSTALL OR USE THE SOFTWARE, AND RETURN THE SOFTWARE 
(INCLUDING,
-IF APPLICABLE, ALL ACCOMPANYING WRITTEN MATERIALS, ALONG WITH THEIR CONTAINERS)
-WITHIN THIRTY (30) DAYS OF RECEIPT OF THE SOFTWARE TO THE PLACE YOU OBTAINED
-THEM. ALL RETURNS SHALL BE SUBJECT TO NI'S THEN CURRENT RETURN POLICY.
-
-
-1. Definitions. As used in this Agreement, the following terms have the
-following meanings:
-
-A. "You." Means you the individual using the SOFTWARE as well as your employer
-if you are using the SOFTWARE within the scope of your employment.
-
-B. "NI." Means (i) National Instruments Corporation, a company organized under
-the laws of the State of Delaware, U.S.A., if the SOFTWARE is manufactured in
-the U.S.A.; (ii) National Instruments Ireland Resources Ltd., a company
-organized under the laws of the Republic of Ireland, if the SOFTWARE is
-manufactured in the Republic of Ireland; and (iii) National Instruments Europe
-Kft, a limited liability company organized under the laws of Hungary, if the
-SOFTWARE is manufactured in Hungary. If you are not sure where the SOFTWARE is
-manufactured, please contact National Instruments Corporation, 11500 N. Mopac
-Expressway, Austin, Texas, U.S.A. 78759-3504 (Attention: Legal Department).
-
-C. "Software." Means all files (including, but not limited to, libraries,
-modules, and programs) provided with this Agreement and which are being
-installed or otherwise used. SOFTWARE includes all Upgrades that may be 
provided
-by NI in its discretion.
-
-D. "Upgrade." Means any supplemental or replacement code for computer software
-you have previously licensed from NI.
-
-
-2. Grant of License. In consideration of payment of the applicable fees to NI,
-NI is willing to provide you with a limited, non-exclusive right to use the
-SOFTWARE, but only pursuant to the terms and conditions of this Agreement. The
-SOFTWARE is in "use" when loaded into temporary memory (i.e., RAM) or installed
-into permanent memory (e.g., hard disk, CD-ROM, network storage device, or 
other
-storage device). Floating, concurrent, or shared use is not permitted under 
this
-Agreement (i.e., allocating an individual license or one seat of a volume
-license to non-simultaneous use of the SOFTWARE (in whole or part) on multiple
-machines). The specific use rights granted you are as follows:
-
-You may install and use the SOFTWARE on as many computers in your workplace as
-you desire; provided, however, that you separately install the SOFTWARE (using
-the accompanying installer) on each such machine.
-
-Notes. The following applies:
-
-Source Code Component. One component of the SOFTWARE, the Kernel Abstraction
-Layer ("KAL"), is provided to you in source code form. All other components of
-the SOFTWARE are provided to you in object code form. You understand that you
-must configure and compile the KAL for use under this Agreement. This
-configuration and compilation process, however, will be completed on your 
behalf
-by the installer.
-
-
-3. Restrictions. You may not: (i) for those components of the SOFTWARE
-provided in object code form, reverse engineer, decompile, or disassemble the
-SOFTWARE (except to the extent such foregoing restriction is expressly
-prohibited by applicable law); (ii) sub-license, lease, or rent the SOFTWARE 
(in
-whole or part); (iii) (other than as expressly permitted under this Agreement)
-distribute in whole or part, modify, or create derivatives of the SOFTWARE; and
-(iv) directly or indirectly, export, re-export, download, or ship the SOFTWARE
-(in whole or part) in violation of the laws and regulations of the U.S.A. and
-the laws and regulations of the applicable 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/files/, sys-libs/readline/

2020-12-20 Thread Lars Wendler
commit: 20a6be318ebc738b8ca0fb36e01499035277f39d
Author: John Helmert III  posteo  net>
AuthorDate: Thu Jul 30 19:08:10 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec 21 01:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a6be31

sys-libs/readline: Security cleanup (drop <8)

Bug: https://bugs.gentoo.org/717924
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: John Helmert III  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/16911
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/readline/Manifest |  15 --
 .../readline-6.3-fix-long-prompt-vi-search.patch   |  26 ---
 .../readline/files/readline-6.3-read-eof.patch |  54 ---
 sys-libs/readline/files/readline-7.0-mingw.patch   | 152 --
 .../files/readline-7.0-missing-echo-proto.patch|  14 --
 sys-libs/readline/readline-6.3_p8-r3.ebuild| 163 ---
 sys-libs/readline/readline-7.0_p5-r1.ebuild| 174 -
 7 files changed, 598 deletions(-)

diff --git a/sys-libs/readline/Manifest b/sys-libs/readline/Manifest
index 30df2545548..db9715837e8 100644
--- a/sys-libs/readline/Manifest
+++ b/sys-libs/readline/Manifest
@@ -1,20 +1,5 @@
-DIST readline-6.3.tar.gz 2468560 BLAKE2B 
24488ec141734c050ba985a93423692396f105619bae3ce5b109bc68a4f43862bcf3a6fb8d82fec1145d665cdb408765e179379bb35f008d09c441fa2e5739df
 SHA512 
f70efaf46d570b85c7637172b0ee2eb9a4aa73ba38a62bb45075e665929d9701b96fba0aea6c767fd9a2a0d39dfe8e70ab06da08f8524aee76a7c502f370a401
-DIST readline-7.0.tar.gz 2910016 BLAKE2B 
679b8aa7ce003017b729e6d8d4cb69d0f991578441a3e69005090079e61f6aa48b7ad4d0b1f34b6041528cf33254a1bf3ddb05b60db53a06e443d7922d49d0d4
 SHA512 
18243189d39bf0d4c8a76cddcce75243c1bae8824c686e9b6ba352667607e5b10c5feb79372a1093c1c388d821841670702e940df12eae94bcebdeed90047870
 DIST readline-8.0.tar.gz 2975937 BLAKE2B 
95e08b28cc46582f036379413810ca40c97d4d3bc59a9e03e04e57d531573abfbe955f6f1cb86e39c208bf6c3f4c618cff70a87bec596d0b9120909d6c5a2f69
 SHA512 
41759d27bc3a258fefd7f4ff3277fa6ab9c21abb7b160e1a75aa8eba547bd90b288514e76264bd94fb0172da8a4faa54aab2c07b68a0356918ecf7f1969e866f
 DIST readline-8.1.tar.gz 2993288 BLAKE2B 
f0feca1ea3517b2b613adacac8c997cce0e86aa2f410c82a40ce1a2e128067112b4c68dbf25b808291c28c47583345abac994ce10b8d117958afcb96ee5e7c69
 SHA512 
27790d0461da3093a7fee6e89a51dcab5dc61928ec42e9228ab36493b17220641d5e481ea3d8fee5ee0044c70bf960f55c7d3f1a704cf6b9c42e5c269b797e00
-DIST readline63-001 1366 BLAKE2B 
82af5be99597719329db3f1d6049e75a5654ccf6597cf557c71ad7ada0ac03be87381a7738931eb78716de65902ae87498f574b84150a69eae9cc308c4bfffdd
 SHA512 
e70f89ca52a4eae7e1cddd70de6a7162252231ee029c89bb3fcb0f6c8c8b46c666be910c8b2eee72e96983ec2f1a23663694dc222f67228d82e8e4684f1504a2
-DIST readline63-002 1297 BLAKE2B 
5ace4a81381910ee48dee8cdbb2ca95a1bef2d1f8acca6d39a910c078c86de10a0fc29486939b336110ecb0281b3edb16e4b985f41e7ee161904728f289fff04
 SHA512 
4e23bd67433577e6e361d10a6c32768ea9e13b10e77493e565b870f56069b673fbcb0b860225f79fa9931845fc91d35c9a82c1385c23f8b757ebfd59f27851f4
-DIST readline63-003 985 BLAKE2B 
cf2cda505b100d5f820d8bfc99eed6b50e65c92b6a495073352fc7385c6456478594e5c2dc293ce556b66853dff705050fb97982aa25fce452ae53d2cb272cf4
 SHA512 
6bfb84a5b980091b995e2b96bdf5680f97fe670e6cac1b8606d2d75a1ef922ff5bd4e73f029f7af98a115006b7ab7828146f2cd6986287543d8a29987c91dc12
-DIST readline63-004 1363 BLAKE2B 
c1aec93f1e23acd51b36068d3aac31b93ffd9c1039be2c45ff4e6479135f153888030c68cf19c5ced950f6fbbb38ee7fa644d5a737f3f8ed511e97bf342940f5
 SHA512 
6b683e9fe28831885135391b5a23bc580cacf0ffe720951a80f545574eda4eb064fe189801d44329b2eb2d3577db5a90f9e5ad9ed131e7e8a8ae349511632721
-DIST readline63-005 1664 BLAKE2B 
f98f62be8676aca81b91d919bc4eccfe40c382a8baab0e64b1659b714f0d72424e29b709cc5e226fd73daf67eef264a17e07982d2553ce80f5e5f39fad70610b
 SHA512 
b0332d7f999376788155341319d138a899a2278c338a6faaac89ecf3ed1e2248a07413dd810a76996bf25f211de787182b55f34ab3d7d31eb7519d7a48ebed32
-DIST readline63-006 1982 BLAKE2B 
ad6d16ff769eb8e367cf961ffe152c04778b046a04e4a62e0ce21d08fa16b0eca3d278dbdc274b082d24fa2ec959ffb62168ea7693b4de94b59a4526b1f0c4a2
 SHA512 
e9fbfa38d7b03ab2aff2e9e48918b85b4b67a729862ee47d1cc8e0aeb90c3224394a79f68829951e1377cae65742aa5385eae865f75e9c0b2e2abde42889431c
-DIST readline63-007 1428 BLAKE2B 
60e64c2dd36457e3992cfbfbbcc261337e515be360a37d71b9de236c62c781f10f0ec37e4e196b4634e5d547edebbf915370091ca42fff873b78cd80cfe3a7f2
 SHA512 
abee331894846b360203a521d9a66fa02c03214120d5cafbd1cb4d680bd7bbef14321ae845dd67f7b5e8c87322801fd96fc9a5fd0ae026b41d98dc24a8949854
-DIST readline63-008 1452 BLAKE2B 
4e41c45be1479fba9f74bf9cedb8d1f6237e650962d5b45ea1a61cc48a8323a0fa60d76f68c011b6e7c73a1078b5ff80f9966e983b994f814d471d0efd9efde6
 SHA512 
8e30bbca3aa5cea8c2ee511abe0ec8f131608d74fe5ab24d68bcf452267f0f97446ed6e7cd482360876ce6c027280e4f4450cae05eb18f56046240f4c224841c
-DIST readline70-001 1777 BLAKE2B 

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

2020-12-20 Thread Lars Wendler
commit: b6a24f226c995517525a8c7565066445f4b50ba7
Author: John Helmert III  posteo  net>
AuthorDate: Wed Aug  5 17:18:16 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec 21 01:55:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a24f22

app-admin/puppetserver: Drop x86 keywords (acked on irc)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Acked-by: Matthew Thode  gentoo.org>
Signed-off-by: John Helmert III  posteo.net>
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/puppetserver/Manifest | 1 +
 .../{puppetserver-6.13.0.ebuild => puppetserver-6.12.1.ebuild}  | 2 +-
 app-admin/puppetserver/puppetserver-6.13.0.ebuild   | 2 +-
 app-admin/puppetserver/puppetserver-6.14.0.ebuild   | 2 +-
 app-admin/puppetserver/puppetserver-7.0.1.ebuild| 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 0c7aab1e72d..a260918b4a9 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,3 +1,4 @@
+DIST puppetserver-6.12.1.tar.gz 60422470 BLAKE2B 
fd3fa33262a5ae83fb6889079a85c262d74d55b0ffb9ed297d60399c442d7a1676cfc54afd3e25721d6e4a4ad926c43a1f8f1a9db206ee6145280601c501fe09
 SHA512 
9ad5d3e266f91b8a1ef09302a1f8889f139909fb20268f714fb894dcff2379a01c78baafdab1102a26c26903cefe92ac833c2b20e9ea6f8d379af2dd11c20407
 DIST puppetserver-6.13.0.tar.gz 61890579 BLAKE2B 
be514b3c41dcc018715e949f1f1c86317499baa22fa70e5f7e8df89211b566651ab4de469afadf14fcd1dbc9b1d0b0c21452c313f74052eb8d65bbd591231194
 SHA512 
ab67ebf94c37a50999a5597e1ceeadf606296c2b6e557bd6ee2bb99ac44b7c8fe8df892f4e3bccb9f0e3822fc480f61a27d6799b7dfc8df12e058c7074d589f9
 DIST puppetserver-6.14.0.tar.gz 61960111 BLAKE2B 
760fb2114aef78f1d96d41023f43f162eccd14ee0fa50f8ce4c7954450087dc395d9a9347629a968d99193ba6964b11a2650513c229b48159df67e9f9d63f541
 SHA512 
5d66b57a0f3c64ff889c33ccf94077a0ab142b84ca17faffaf4b885ba4794a52afb1b227f101eced36655999ac402913363897a3823a387f3c48948d38471c43
 DIST puppetserver-7.0.1.tar.gz 62214010 BLAKE2B 
e0272e8dfc910f503cbd8aca8d4c689656d1356a6198766c5c82ab6658b2e7f5e956eb10022ca5336fd1bd0d655ca4c87e5c43290229cfd26c74c9943210cdef
 SHA512 
67f3ba07d1f6070f0520054711f36d0f6e59477930a6115c5f5127b9fc7e00075d6f863bfe9e9f92e4f45fe13f452c80759e3b496aebdca6fd97e50f3774

diff --git a/app-admin/puppetserver/puppetserver-6.13.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.12.1.ebuild
similarity index 99%
copy from app-admin/puppetserver/puppetserver-6.13.0.ebuild
copy to app-admin/puppetserver/puppetserver-6.12.1.ebuild
index 5385eacc0c9..2b74472d241 100644
--- a/app-admin/puppetserver/puppetserver-6.13.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-6.12.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64"
 
 RDEPEND+="
>=virtual/jdk-1.8.0

diff --git a/app-admin/puppetserver/puppetserver-6.13.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.13.0.ebuild
index 5385eacc0c9..2b74472d241 100644
--- a/app-admin/puppetserver/puppetserver-6.13.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-6.13.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64"
 
 RDEPEND+="
>=virtual/jdk-1.8.0

diff --git a/app-admin/puppetserver/puppetserver-6.14.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.14.0.ebuild
index 5385eacc0c9..2b74472d241 100644
--- a/app-admin/puppetserver/puppetserver-6.14.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-6.14.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64"
 
 RDEPEND+="
>=virtual/jdk-1.8.0

diff --git a/app-admin/puppetserver/puppetserver-7.0.1.ebuild 
b/app-admin/puppetserver/puppetserver-7.0.1.ebuild
index 9f7633c2b9f..4e99a7c7b7e 100644
--- a/app-admin/puppetserver/puppetserver-7.0.1.ebuild
+++ b/app-admin/puppetserver/puppetserver-7.0.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND+="
>=virtual/jdk-1.8.0



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

2020-12-20 Thread Lars Wendler
commit: 7a582a724f9aa115ec9dbafbb55be70de00c32fd
Author: John Helmert III  posteo  net>
AuthorDate: Wed Aug  5 16:36:24 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec 21 01:55:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a582a72

app-admin/puppet-agent: Drop <6.17 for readline cleanup

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Acked-by: Matthew Thode  gentoo.org>
Signed-off-by: John Helmert III  posteo.net>
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/puppet-agent/Manifest   |  2 -
 app-admin/puppet-agent/puppet-agent-6.15.0.ebuild | 75 ---
 2 files changed, 77 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 0bfb7fff2f4..1df9ce22a91 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,5 +1,3 @@
-DIST puppet-agent_6.15.0-1stretch_amd64.deb 22581842 BLAKE2B 
19c45427e56a41f6030836129a7fb2824ea47f1000745a8c74b0968c61f719d3cef9a0e02f51009b8e91c4ad66445c074ccc203754bb13d82007316a3d053c60
 SHA512 
4ec7e04fb6bab697bfccd369740a57f735476a4614dbfa1f7c893901f5ffb9d6ce3d79886b6e035805b1a8f2c3de3e0b9b468b08909881df6022c9700c7a2768
-DIST puppet-agent_6.15.0-1stretch_i386.deb 22917002 BLAKE2B 
5bab2b6cdde11a46e64996074e8db50d48d004b601c0d08ddfde9c8dec0c0f62da1176b9148d084f0250b582460606b7cd0a97291d157a186b7a97dee4184c51
 SHA512 
89e676491f7b7b44c9c747b129166db7b025adf76d9911d12d7d026aa8d04de293d3d1c638ca309ee8ed45a37c49b4ab0076ea0c711ac0e43f4297084446784f
 DIST puppet-agent_6.18.0-1focal_amd64.deb 22258752 BLAKE2B 
547d06b16b2c95ec9be72bd82e1aa0a4a4b511075da73f29ebecdef32ca4ed9b965a38a7c071d9bcc8c444b6974159df97f020878c0e4a20d1f50ff23d4c1129
 SHA512 
00f0cfd96176f5311f0bab14016ab88da03ecc10fd9e2bf28fc2d9a399600c56a97e23095694be5382005fef0df1c4fe3ff0d1aec3a46d85f74c729a3c62476a
 DIST puppet-agent_6.19.1-1focal_amd64.deb 1600 BLAKE2B 
22b03ef1f86b34955e8bad7c63a2022d2832dadd554316baf75419d6543e8a569902fb92a81a3dcc817401f06aa7dd47143a6cbd383f0e531c465cd3203dc4ed
 SHA512 
4819a3509066516b0be76bc0f2afe94611405f7ac52fe50890d57c86a8a9c6c70787d46cb4b77085666f3e74bcb83a11acf1fef5d1e6ed3151ea06cbb8df3170
 DIST puppet-agent_7.1.0-1focal_amd64.deb 20881084 BLAKE2B 
1f16533e9f2da9971bfeaaab696bd0631d058928491c52e7cadba2c710af8373cfb89b4eaa4e293121857dfdad9bc694d562ebd9db8213198191c56fe94dd119
 SHA512 
3356810dd08baad373fd62669995cea17fed6baad3d3ae54dfd00c88a69602b5d4b8917b5e54aacc41fbd011a4e6877d1fd6c4a62d09648ddfaf26d898c3e7d6

diff --git a/app-admin/puppet-agent/puppet-agent-6.15.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.15.0.ebuild
deleted file mode 100644
index 9d360f3dc1b..000
--- a/app-admin/puppet-agent/puppet-agent-6.15.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils systemd unpacker
-
-DESCRIPTION="general puppet client utils along with hiera and facter"
-HOMEPAGE="https://puppetlabs.com/;
-SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
-SRC_URI="
-   amd64? ( ${SRC_BASE}_amd64.deb )
-   x86?   ( ${SRC_BASE}_i386.deb )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-CDEPEND="!app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   !app-emulation/virt-what
-   acct-user/puppet
-   acct-group/puppet"
-
-DEPEND="
-   ${CDEPEND}
-   app-admin/augeas"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/libselinux
-   sys-libs/glibc
-   sys-libs/readline:0/7
-   sys-libs/ncurses:0[tinfo]
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
-
-S=${WORKDIR}
-
-src_install() {
-   # conf.d
-   doconfd etc/default/puppet
-   doconfd etc/default/pxp-agent
-   # logrotate.d
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/pxp-agent
-   # puppet itself
-   insinto /etc/puppetlabs
-   doins -r etc/puppetlabs/*
-   # logdir for systemd
-   dodir var/log/puppetlabs/puppet/
-   fperms 0750 var/log/puppetlabs/puppet/
-   # the rest
-   insinto /opt
-   dodir opt/puppetlabs/puppet/cache
-   doins -r opt/*
-   fperms 0750 /opt/puppetlabs/puppet/cache
-   # init
-   newinitd "${FILESDIR}/puppet.initd" puppet
-   systemd_dounit lib/systemd/system/puppet.service
-   systemd_dounit lib/systemd/system/pxp-agent.service
-   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
-   # symlinks
-   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
-   chmod 0755 
"${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
-   dosym ../../opt/puppetlabs/bin/facter 

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

2020-12-20 Thread Thomas Deutschmann
commit: 3aea9693ff69f8ebf979b4db827c6d6fc6c60be9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 01:37:13 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 01:37:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aea9693

sys-devel/make: x86 stable (bug #738316)

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

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

diff --git a/sys-devel/make/make-4.3.ebuild b/sys-devel/make/make-4.3.ebuild
index 08f05795abe..0c5b591e2ec 100644
--- a/sys-devel/make/make-4.3.ebuild
+++ b/sys-devel/make/make-4.3.ebuild
@@ -11,7 +11,7 @@ if [[ "$(ver_cut 3)" -ge 90 ]] ; then
SRC_URI="mirror://gnu-alpha//make/${P}.tar.gz"
 else
SRC_URI="mirror://gnu//make/${P}.tar.gz"
-   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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 LICENSE="GPL-3+"
 SLOT="0"



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

2020-12-20 Thread Thomas Deutschmann
commit: 6368f9c16f7cb16bca3b37e5184766499c6cec97
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 01:35:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 01:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6368f9c1

sys-apps/kbd: x86 stable (bug #759367)

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

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

diff --git a/sys-apps/kbd/kbd-2.3.0-r1.ebuild b/sys-apps/kbd/kbd-2.3.0-r1.ebuild
index 3cb9fb4edd0..6672ae4a945 100644
--- a/sys-apps/kbd/kbd-2.3.0-r1.ebuild
+++ b/sys-apps/kbd/kbd-2.3.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
 else
if [[ $(ver_cut 3) -lt 90 ]] ; then
SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
else
inherit autotools
SRC_URI="https://github.com/legionus/kbd/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"



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

2020-12-20 Thread Thomas Deutschmann
commit: 27db58af734c261b130aa1a4b1cf425b4071af12
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 01:36:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 01:36:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27db58af

dev-libs/libpipeline: x86 stable (bug #759682)

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

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

diff --git a/dev-libs/libpipeline/libpipeline-1.5.3.ebuild 
b/dev-libs/libpipeline/libpipeline-1.5.3.ebuild
index f3cacf173e2..d5105befe7f 100644
--- a/dev-libs/libpipeline/libpipeline-1.5.3.ebuild
+++ b/dev-libs/libpipeline/libpipeline-1.5.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-12-20 Thread Thomas Deutschmann
commit: bc4a98f5acfd1e21a584db9ba34c4584a70d9516
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 01:36:51 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 01:36:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4a98f5

sys-apps/logwatch: x86 stable (bug #759010)

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

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

diff --git a/sys-apps/logwatch/logwatch-7.5.4.ebuild 
b/sys-apps/logwatch/logwatch-7.5.4.ebuild
index 247b3915d88..09b79251a9d 100644
--- a/sys-apps/logwatch/logwatch-7.5.4.ebuild
+++ b/sys-apps/logwatch/logwatch-7.5.4.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 fi
 
 DESCRIPTION="Analyzes and Reports on system logs"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2020-12-20 Thread Thomas Deutschmann
commit: 612a9aa2833c18afb5bad0f43d4d67089458d34d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 00:30:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 00:31:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612a9aa2

net-ftp/filezilla: x86 stable (bug #760753)

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

 net-ftp/filezilla/filezilla-3.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/filezilla/filezilla-3.51.0.ebuild 
b/net-ftp/filezilla/filezilla-3.51.0.ebuild
index 3639ea6627f..7ddafbf88f9 100644
--- a/net-ftp/filezilla/filezilla-3.51.0.ebuild
+++ b/net-ftp/filezilla/filezilla-3.51.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
 IUSE="dbus nls test"
 
 # pugixml 1.7 minimal dependency is for c++11 proper configuration



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

2020-12-20 Thread Thomas Deutschmann
commit: eab9e195546aca3e1048c21e65730bd78d8b4e35
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 00:31:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 00:31:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab9e195

dev-libs/libfilezilla: x86 stable (bug #760753)

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

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

diff --git a/dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild
index 74e3d6fd82a..9b5d37c8056 100644
--- a/dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild
+++ b/dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/10" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/postsrsd/

2020-12-20 Thread Thomas Deutschmann
commit: 8a17167f3fa913714f87d434e1f5ce675b0d09c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 21 00:31:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 21 00:31:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a17167f

mail-filter/postsrsd: x86 stable (bug #760821)

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

 mail-filter/postsrsd/postsrsd-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/postsrsd/postsrsd-1.10.ebuild 
b/mail-filter/postsrsd/postsrsd-1.10.ebuild
index 6e2930ed6f8..58991e5e7a9 100644
--- a/mail-filter/postsrsd/postsrsd-1.10.ebuild
+++ b/mail-filter/postsrsd/postsrsd-1.10.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/roehling/postsrsd;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 BDEPEND=">=dev-util/cmake-2.4"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2020-12-20 Thread Michał Górny
commit: 1ce5ee6d609fffa742cc6c4c6a0810fe7aed1e4e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 21 00:26:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 21 00:26:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce5ee6d

xfce-extra/xfce4-mount-plugin: Bump to 1.1.4

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

 xfce-extra/xfce4-mount-plugin/Manifest |  1 +
 .../xfce4-mount-plugin-1.1.4.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 6be83167dae..374c63ec1a4 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mount-plugin-1.1.3.tar.bz2 431182 BLAKE2B 
ba197ae9028b726e3b1e2b7fd68ebaec3e8e247322d916a1579681af9b004418d4738bfff05e7b947d6bcc5a1bd3cd1e0419f2e7421ae8cf7a7aeb3011658132
 SHA512 
10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124
+DIST xfce4-mount-plugin-1.1.4.tar.bz2 452224 BLAKE2B 
aad04c6aec4e624aa437f9a22f730e64d0ef2d11a76d98a082075477825767234e92ff6e97ee7821e36e49f97ef4fe86528660b20bfc3dd21d3b7f490e669dca
 SHA512 
aff784688ca9b83acf7bf512b25fb7ad96c7b8a68d21bf466ccfbbbaed5e2d6884ac8222eb4a0db26c1763a93214c6c2b76de89407553bc484f33ed036a0

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild
new file mode 100644
index 000..5dce52b27f2
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-12-20 Thread Michał Górny
commit: 169b686483f69ec96585063495575dcf1efa1929
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 23:57:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 21 00:17:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169b6864

sys-kernel/vanilla-kernel: Fix src_unpack w/ verify-sig

Closes: https://bugs.gentoo.org/760935
Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/vanilla-kernel-5.10.1.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.79.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.80.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.81.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.82.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.83.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.84.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.9.10.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.9.11.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.9.12.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.9.13.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.9.14.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.9.15.ebuild | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.9.9.ebuild  | 1 +
 15 files changed, 15 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.1.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.1.ebuild
index a2cc8ceb44f..1e0cd3d6016 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.1.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.1.ebuild
@@ -57,6 +57,7 @@ src_unpack() {
verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \
< <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar 
-x))
assert "Unpack failed"
+   unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz"
else
default
fi

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild
index 9c5f2af87ff..7f4ea086125 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild
@@ -62,6 +62,7 @@ src_unpack() {
verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \
< <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar 
-x))
assert "Unpack failed"
+   unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz"
else
default
fi

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.79.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.79.ebuild
index 9c5f2af87ff..7f4ea086125 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.79.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.79.ebuild
@@ -62,6 +62,7 @@ src_unpack() {
verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \
< <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar 
-x))
assert "Unpack failed"
+   unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz"
else
default
fi

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.80.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.80.ebuild
index 9c5f2af87ff..7f4ea086125 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.80.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.80.ebuild
@@ -62,6 +62,7 @@ src_unpack() {
verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \
< <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar 
-x))
assert "Unpack failed"
+   unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz"
else
default
fi

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.81.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.81.ebuild
index 9c5f2af87ff..7f4ea086125 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.81.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.81.ebuild
@@ -62,6 +62,7 @@ src_unpack() {
verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \
< <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar 
-x))
assert "Unpack failed"
+   unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz"
else
default
fi

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.82.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.82.ebuild
index 9c5f2af87ff..7f4ea086125 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.82.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.82.ebuild
@@ -62,6 +62,7 @@ src_unpack() {
verify-sig_verify_detached - 

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

2020-12-20 Thread Thomas Deutschmann
commit: 6431b3d954448ccee095780239fe182de100989e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 23:54:04 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 23:55:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6431b3d9

sys-block/storcli: bump to v7.1508

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

 sys-block/storcli/Manifest  |  1 +
 sys-block/storcli/storcli-7.1508.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/sys-block/storcli/Manifest b/sys-block/storcli/Manifest
index 986a4fed064..8a98c1c53f8 100644
--- a/sys-block/storcli/Manifest
+++ b/sys-block/storcli/Manifest
@@ -11,3 +11,4 @@ DIST storcli-7.1017.zip 36266095 BLAKE2B 
e1bb4c6bbd19712530fc8d3d7917bf943221f12
 DIST storcli-7.1211.zip 36988201 BLAKE2B 
487dda0c78af60d96dc6eb8bc0c7074dd99719acc4faf10027430ea80a5d1cb76e6bdc9eaf0931967c5cdf10d80ee824f45118144bfc032a4ddce52d678df354
 SHA512 
f28ae41adf2286153ecd57f7d022940069356c9636e45aaae4ae45215487bbb8e3dea51fa4aa00b9e9340069036c1be21b186ce177e0fd0a6a0bb786cb58181f
 DIST storcli-7.1316.zip 37136466 BLAKE2B 
7bca2e1b330f40e66945567ac8fad04d448993ff7ab4a4d846a0b6142fbe3988ab00775aa3897e3268e30b34cb7659e96f75d2383d3e85e4bec433edde5ba17e
 SHA512 
049b34d44bb1140ad804f6bb6d8fb133ac9bbc4aface721051e713c7a1056acb0f894f4f4793ef9e02e48958a745d12bc5389e7e763716c780fb1c2c387e34d6
 DIST storcli-7.1410.zip 34424559 BLAKE2B 
cb0b613d0ccbf6ac36d1aace9174286ffe89d0602c7bca3b2712abcdba1b82cc2498de686e815e01fa125920c94d780e2f7fa4ab2ff570dc42818f4c4f491da4
 SHA512 
4887d434757f15e931c3c3c57b2316fc0cf0a5284c6009601b58c9585b73f9b9c9a0318dd3c4472cd3578aa5ec12b641a371db1d726a637741f6f0b34dd1f3e7
+DIST storcli-7.1508.zip 35678755 BLAKE2B 
9fb8da35be491afaea3a288b5c4c1ed0806fa9d6831e9a6dbf14d4c00469b1ce6e9d8fe9a98ce64505580420b5c145f002338d3029794af4c54779d9f324ec56
 SHA512 
43565cc695e9e7a7725474ab8091ea00de8fde7fabffe708c45e4c0e8713b1fcb1a5a25963bba44974b7787bebc06a59f3b8180416fefb0a54b4fd403c6152be

diff --git a/sys-block/storcli/storcli-7.1508.ebuild 
b/sys-block/storcli/storcli-7.1508.ebuild
new file mode 100644
index 000..ae266864ee4
--- /dev/null
+++ b/sys-block/storcli/storcli-7.1508.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit pax-utils toolchain-funcs
+
+# Upstream is still using strange version numbers
+MY_PV="007.1508.."
+
+DESCRIPTION="MegaRAID StorCLI (successor of the MegaCLI)"
+HOMEPAGE="https://www.broadcom.com/support/download-search?dk=storcli;
+SRC_URI="https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/${MY_PV}_Unified_StorCLI-PUL.zip
 -> ${P}.zip"
+
+LICENSE="Avago LSI BSD"
+SLOT="0/7.15"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="app-arch/unzip"
+
+MY_STORCLI_BASEDIR="/opt/lsi/storcli"
+
+QA_PRESTRIPPED="${MY_STORCLI_BASEDIR:1}/storcli
+   ${MY_STORCLI_BASEDIR:1}/storcli32"
+QA_PREBUILT=${QA_PRESTRIPPED}
+
+src_unpack() {
+   mkdir srcfiles || die
+   pushd srcfiles &>/dev/null || die
+   default
+   mv Unified_storcli_all_os/Ubuntu/storcli_*.deb "${WORKDIR}" || die 
"Failed to move storcli_*.deb"
+   popd &>/dev/null || die
+
+   rm -rf srcfiles || die
+
+   # Unpack Ubuntu package which will be our $S content
+   unpack "${WORKDIR}"/storcli_*.deb
+   rm -f storcli_*.deb || die "Failed to cleanup storcli_*.deb package"
+   unpack "${WORKDIR}"/data.tar.xz
+
+   mkdir "${S}" || die "Failed to create '${S}'"
+}
+
+src_prepare() {
+   default
+
+   # Create clean $S
+   mv "${WORKDIR}"/opt/Mega*/storcli/* "${S}" || die "Failed to move 
storcli_.deb content to '${S}'"
+   rm -rf "${WORKDIR}"/{opt,control.tar.gz,data.tar.gz,debian-binary} || 
die "Failed to cleanup no longer needed files"
+}
+
+src_install() {
+   exeinto "${MY_STORCLI_BASEDIR}"
+   newexe storcli64 storcli
+
+   dosym "${MY_STORCLI_BASEDIR}"/storcli /usr/sbin/storcli
+
+   pax-mark m "${D}${MY_STORCLI_BASEDIR}"/storcli
+}



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

2020-12-20 Thread Thomas Deutschmann
commit: 8d65948a8bbb93e46183fe47ae0ad18d45e84544
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 23:54:31 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 23:55:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d65948a

sys-block/storcli: amd64 stable

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

 sys-block/storcli/storcli-7.1410.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/storcli/storcli-7.1410.ebuild 
b/sys-block/storcli/storcli-7.1410.ebuild
index cd0ac4c6ba7..fdae103d9b5 100644
--- a/sys-block/storcli/storcli-7.1410.ebuild
+++ b/sys-block/storcli/storcli-7.1410.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://docs.broadcom.com/docs-and-downloads/docs-and-downloads/raid-co
 
 LICENSE="Avago LSI BSD"
 SLOT="0/7.14"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE=""
 
 RDEPEND=""



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

2020-12-20 Thread Thomas Deutschmann
commit: de23cfb3e4c17327d1d71a74e779249f2a5e73cd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 23:55:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 23:55:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de23cfb3

dev-util/checkbashisms: bump to v2.20.5

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

 dev-util/checkbashisms/Manifest|  1 +
 dev-util/checkbashisms/checkbashisms-2.20.5.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index cfbcc2c6a81..dd2b0aa0d45 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -3,3 +3,4 @@ DIST devscripts_2.20.1.tar.xz 854932 BLAKE2B 
b9523b2882625b66c7972db7c10f7d3f605
 DIST devscripts_2.20.2.tar.xz 854948 BLAKE2B 
ca36f2d8d4f3d975479134d02ee4c035f7f32e087be523560c2c06d7625047fcf78d0428d1e4addcfa38a299befdd23b88ab3fbbef2028f67f8b7c9f8851c29f
 SHA512 
d9147604a718582a19c036a040c62612427163146048dbf9e3665545072e8132d08f51dccfd3f0a01453c0405a0326dad8f83afd10270eec5c69fa0612cb8510
 DIST devscripts_2.20.3.tar.xz 859612 BLAKE2B 
074905e621234c60e26a014831a021b51f5f8fbdac4d6fa3a17aa98f994b4c171404a2326f5b00565f365469b41f1c7e5f03b6efa29f809b51bbabde209cafc2
 SHA512 
6d86deeecff82fc16df7d978678f5b88293164688078bf0732a7e6b844cf8845868be31c107518cf43b8dbcbadcd12a9691585f5725abd397f63ff9456fbdd8f
 DIST devscripts_2.20.4.tar.xz 860604 BLAKE2B 
05c486ed024964ec03f9e5396e739389010a2c51a4d01be14b4959aa86bd09ca426bbfbfa7657c87e54aec8497fbfc90064073310fb1af916b32142ff63d3137
 SHA512 
49e9ae38ca3682f399a17f2108a7ee15198dc955d8c7c4c1b043456c19cb35b47b6116de9a2cfaccbdd7560e79426ca0953674e5a89ac226d21af2c1cf847e5c
+DIST devscripts_2.20.5.tar.xz 881976 BLAKE2B 
3d4079d3268b3b9bfacdd0a4afcfee5390bdbf4660038306611d9c24e7b5c6453eff5f24d938c9764a17336475cd60615919adaa11dcf47495d930cd4b3b4e09
 SHA512 
fbd372a62758e3d2872f37bfd93d9b169d0cc745719057078378949c4d01b4fb27830ae501fe45b06b30a869e8afc853d8477419bb2f46d7fd62749f54981ec0

diff --git a/dev-util/checkbashisms/checkbashisms-2.20.5.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.20.5.ebuild
new file mode 100644
index 000..1d567b48dc5
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.20.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="devscripts"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
+HOMEPAGE="https://packages.debian.org/devscripts 
https://salsa.debian.org/debian/devscripts;
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Requires python packages to check tools we don't need anyway
+RESTRICT="test"
+
+RDEPEND="dev-lang/perl
+   virtual/perl-Getopt-Long"
+
+S="${WORKDIR}/${MY_P}/scripts"
+
+src_prepare() {
+   default
+
+   sed "s@###VERSION###@${PV}@" -i checkbashisms.pl || die
+}
+
+src_compile() { :; }
+
+src_install() {
+   newbin ${PN}.pl ${PN}
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-systemload-plugin/

2020-12-20 Thread Michał Górny
commit: 6e3f10aee62e58c23c881b5664fe9b2865031562
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 23:46:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 23:52:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3f10ae

xfce-extra/xfce4-systemload-plugin: Bump to 1.2.4

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

 xfce-extra/xfce4-systemload-plugin/Manifest|  1 +
 .../xfce4-systemload-plugin-1.2.4.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest 
b/xfce-extra/xfce4-systemload-plugin/Manifest
index 0497384db60..6f57312b121 100644
--- a/xfce-extra/xfce4-systemload-plugin/Manifest
+++ b/xfce-extra/xfce4-systemload-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-systemload-plugin-1.2.3.tar.bz2 349074 BLAKE2B 
74cdc8f759824222faf5da04fd3189210883db1ad1ed138978e8cb31075a390d17f32ffa4648cace7745faadfc818878601c70b89a8da9d7e7961768a3f9caac
 SHA512 
98985b2250bfff3ae8314f5671ec4438f4c53702cf9e1b76563cdc5d1b4b62174d6cfa559603294c1fc8fbbd5e15a833cc112c75b106a85b1e11788ded4da538
+DIST xfce4-systemload-plugin-1.2.4.tar.bz2 378644 BLAKE2B 
b50806925f02ce2a792cb72198bdd2cb0124e1d4ce12c91de124c9f4085e5908200a6f0c3b50fffdc1a6a5ae871eef0f04ec9687f43d8e8d5de1372d808a5fad
 SHA512 
1f57ffe861e9906a1744a02b0b50b1dd9e755ea4d0f8b93dba7f42416cd3727834eca60129465fa6f665ac93ec43c3a5272ce9ceae5f4bb17bf180d88e87bddd

diff --git 
a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.4.ebuild 
b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.4.ebuild
new file mode 100644
index 000..d84941a73ff
--- /dev/null
+++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="System load plug-in for Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="upower"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:=
+   upower? ( >=sys-power/upower-0.9.23 )"
+DEPEND=${RDEPEND}
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   econf $(use_enable upower)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2020-12-20 Thread Michał Górny
commit: f59d7adee2d957297f0c02eaea1ec1d6569d5f40
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 23:47:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 23:52:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59d7ade

xfce-extra/xfce4-diskperf-plugin: Bump to 2.6.3

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

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 +
 .../xfce4-diskperf-plugin-2.6.3.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index 6f6d22636dc..3c55086a9ed 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-diskperf-plugin-2.6.2.tar.bz2 347244 BLAKE2B 
82ef114b6ac445627d05ed99b34f128391061e502819247e8b87f17cb89842d541585e77da4b6ec319fc50f242fe6d1fcb510048497e2b1184a8e3dfcadb
 SHA512 
e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031
+DIST xfce4-diskperf-plugin-2.6.3.tar.bz2 384330 BLAKE2B 
c7e9d885f42d7f007570c54bd26c7b85aac1054cdb9a0ca0119267b89387ab731807090bea49f7be05b6bae314efd2a87845c4005cd7cf31aa41f1b2b5ee4519
 SHA512 
fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
new file mode 100644
index 000..72c2439e832
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A panel plug-in for disk usage and performance statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-12-20 Thread Thomas Deutschmann
commit: eb67eacd6baf474ed77b1181af83c01438c30704
Author: Ralph Seichter  seichter  de>
AuthorDate: Mon Oct 26 01:56:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 23:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb67eacd

net-misc/httpie: Remove obsolete ebuild 2.1.0

Cleanup now that version 2.2.0 has been stabilised.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/httpie/Manifest|  1 -
 net-misc/httpie/httpie-2.1.0.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/net-misc/httpie/Manifest b/net-misc/httpie/Manifest
index 91999604531..3ac6cc3fa6e 100644
--- a/net-misc/httpie/Manifest
+++ b/net-misc/httpie/Manifest
@@ -1,2 +1 @@
-DIST httpie-2.1.0.tar.gz 1754801 BLAKE2B 
dabb6a1ce0cc4ecebbc7e933ed3084d7b75e0fac1fbf6968f41d37ee95cef684ee3603ddb5361e072328d13c9c98332b23bfdd0454da3399038307b124ea2e98
 SHA512 
39d56c9b9aad4871ce439a235377a930ad7c78b833f9bad568142efc9fd8af9123ac931e434c6ddb7fa6e0deb0acf8f5fd1ddf79f3b7a65467267cbf4629555b
 DIST httpie-2.2.0.tar.gz 1761927 BLAKE2B 
3ce8acf4abf9cb189315e07e7f9c8dfc1b0a537696a2c9fd795e8e944c85c1df8e7e13fbaee68d3b93115296ba048e664d31245fe2c6b832123818292b4fac8d
 SHA512 
00c1f34041854319816d7d643a79358723c27a3744f405d629b5361685745bfdd8ce0a0f127cb3d6746e46405d24562625ca37733a5955809d7bfc077ae5c533

diff --git a/net-misc/httpie/httpie-2.1.0.ebuild 
b/net-misc/httpie/httpie-2.1.0.ebuild
deleted file mode 100644
index bab02d0b537..000
--- a/net-misc/httpie/httpie-2.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="ssl(+)"
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Modern command line HTTP client"
-HOMEPAGE="https://httpie.org/ https://pypi.org/project/httpie/;
-SRC_URI="https://github.com/jakubroztocil/httpie/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"
-DEPEND="test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   newbashcomp extras/httpie-completion.bash http
-   insinto /usr/share/fish/vendor_completions.d
-   newins extras/httpie-completion.fish http.fish
-   distutils-r1_python_install_all
-}



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

2020-12-20 Thread Thomas Deutschmann
commit: 187a4f6cb3a1162e11d714fa40ccbd558f1d22cb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 23:42:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 23:43:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187a4f6c

net-misc/httpie: bump to v2.3.0

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

 net-misc/httpie/Manifest|  1 +
 net-misc/httpie/httpie-2.3.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/net-misc/httpie/Manifest b/net-misc/httpie/Manifest
index 3ac6cc3fa6e..3a819235b23 100644
--- a/net-misc/httpie/Manifest
+++ b/net-misc/httpie/Manifest
@@ -1 +1,2 @@
 DIST httpie-2.2.0.tar.gz 1761927 BLAKE2B 
3ce8acf4abf9cb189315e07e7f9c8dfc1b0a537696a2c9fd795e8e944c85c1df8e7e13fbaee68d3b93115296ba048e664d31245fe2c6b832123818292b4fac8d
 SHA512 
00c1f34041854319816d7d643a79358723c27a3744f405d629b5361685745bfdd8ce0a0f127cb3d6746e46405d24562625ca37733a5955809d7bfc077ae5c533
+DIST httpie-2.3.0.tar.gz 1769401 BLAKE2B 
e9bb5ca9ebb5fde3bed66ba15c46cccff1f8d5d01841f954fe4d19be92d3282cd3c19e1fc34b42fe1c36798438aa116f5bb91147864be9d8ee37030cb7796e16
 SHA512 
d0c5b46075892e9d6df76c1e3b430fcd768238c7fbdeda51368dc1bc7c657efc901088ccb7f1e6fc6e4f54dde4c9bcbe626dfa926c8ca1a6bcfd12e522414505

diff --git a/net-misc/httpie/httpie-2.3.0.ebuild 
b/net-misc/httpie/httpie-2.3.0.ebuild
new file mode 100644
index 000..d0e3cc6c187
--- /dev/null
+++ b/net-misc/httpie/httpie-2.3.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Modern command line HTTP client"
+HOMEPAGE="https://httpie.org/ https://pypi.org/project/httpie/;
+SRC_URI="https://github.com/jakubroztocil/httpie/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local skipped_tests=()
+
+   if has network-sandbox ${FEATURES} ; then
+   skipped_tests+=(
+   tests/test_uploads.py::test_chunked_json
+   tests/test_uploads.py::test_chunked_form
+   tests/test_uploads.py::test_chunked_stdin
+   
tests/test_uploads.py::TestMultipartFormDataFileUpload::test_multipart_chunked
+   
tests/test_uploads.py::TestRequestBodyFromFilePath::test_request_body_from_file_by_path_chunked
+   )
+   fi
+
+   pytest -v ${skipped_tests[@]/#/--deselect } || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp extras/httpie-completion.bash http
+   insinto /usr/share/fish/vendor_completions.d
+   newins extras/httpie-completion.fish http.fish
+   distutils-r1_python_install_all
+}



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

2020-12-20 Thread Thomas Deutschmann
commit: 32a7962fd95f70f44b7f0157551cae2e54d93c75
Author: Ralph Seichter  seichter  de>
AuthorDate: Sat Dec 19 00:05:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 23:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a7962f

net-misc/httpie: Change to "maintainer needed"

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/18037
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/httpie/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-misc/httpie/metadata.xml b/net-misc/httpie/metadata.xml
index a054286ef77..b354b85fdd3 100644
--- a/net-misc/httpie/metadata.xml
+++ b/net-misc/httpie/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gen...@seichter.de
-   Ralph Seichter
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP
client. Its goal is to make CLI interaction with web services as



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

2020-12-20 Thread Conrad Kostecki
commit: 1bc0883e93b717c2a7e2a74da2d8adb5cd10f7d1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec 20 23:27:33 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 20 23:28:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc0883e

net-im/swift: drop old version

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

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

diff --git a/net-im/swift/swift-4.0.2-r100.ebuild 
b/net-im/swift/swift-4.0.2-r100.ebuild
deleted file mode 100644
index c41fea304bf..000
--- a/net-im/swift/swift-4.0.2-r100.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..2} luajit )
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit lua-single python-any-r1 scons-utils toolchain-funcs xdg-utils
-
-DESCRIPTION="An elegant, secure, adaptable and intuitive XMPP Client"
-HOMEPAGE="https://www.swift.im/;
-SRC_URI="
-   https://swift.im/downloads/releases/${P}/${P}.tar.gz
-   
https://dev.gentoo.org/~conikost/distfiles/patches/swift-4.0.2-python3-compatibility.patch.gz;
-
-LICENSE="BSD BSD-1 CC-BY-3.0 GPL-3 OFL-1.1"
-SLOT="4/0"
-KEYWORDS="~amd64"
-IUSE="+client expat gconf +icu +idn lua spell test zeroconf"
-REQUIRED_USE="
-   || ( icu idn )
-   gconf? ( client )
-   lua? ( ${LUA_REQUIRED_USE} )
-   spell? ( client )
-"
-
-RDEPEND="
-   dev-db/sqlite:3
-   dev-libs/boost:=
-   dev-libs/openssl:0=
-   net-libs/libnatpmp
-   net-libs/miniupnpc:=
-   sys-libs/zlib
-   client? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtx11extras:5
-   net-dns/avahi
-   )
-   expat? ( dev-libs/expat )
-   !expat? ( dev-libs/libxml2:2 )
-   gconf? ( gnome-base/gconf:2 )
-   icu? ( dev-libs/icu:= )
-   idn? ( net-dns/libidn:= )
-   lua? ( ${LUA_DEPS} )
-   spell? ( app-text/hunspell:= )
-"
-
-DEPEND="
-   ${RDEPEND}
-   >=dev-util/scons-3.0.1-r3
-   client? ( dev-qt/linguist-tools:5 )
-   test? ( net-dns/avahi )
-"
-
-# Tests don't run, as they fail with "[QA/UnitTest/**dummy**] Error -6".
-RESTRICT="test"
-
-DOCS=(
-   "DEVELOPMENT.md"
-   "README.md"
-   "Swiften/ChangeLog.md"
-)
-
-PATCHES=(
-   "${FILESDIR}"/${P}-boost-1.69-compatibility.patch
-   "${WORKDIR}"/${P}-python3-compatibility.patch
-   "${FILESDIR}"/${P}-qt-5.11-compatibility.patch
-   "${FILESDIR}"/${P}-qt-5.15-compatibility.patch
-)
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-   use lua && lua-single_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # Don't include '/usr/lib*' in the link command line for 
`swiften-config`
-   sed -e '/_LIBDIRFLAGS/d' -i Swiften/Config/SConscript || die
-
-   # Use correct LIBDIR for Lua
-   sed -e "s/lib/$(get_libdir)/g" -i Sluift/SConscript.variant || die
-
-   # Hack for finding Qt system libs
-   mkdir "${T}"/qt || die
-   ln -s "${EPREFIX}"/usr/$(get_libdir)/qt5/bin "${T}"/qt/bin || die
-   ln -s "${EPREFIX}"/usr/$(get_libdir)/qt5 "${T}"/qt/lib || die
-   ln -s "${EPREFIX}"/usr/include/qt5 "${T}"/qt/include || die
-
-   # Remove parts of Swift, which a user don't want to compile
-   if ! use client; then rm -fr Swift Slimber || die; fi
-   if ! use lua; then rm -fr Sluift || die; fi
-   if ! use zeroconf; then
-   rm -fr Limber || die
-   if use client; then rm -fr Slimber || die; fi
-   fi
-
-   # Remove '3rdParty', as the system libs should be used
-   # `CppUnit`, `GoogleTest` and `HippoMocks` are needed for tests
-   local my3rdparty=(
-   Boost
-   Breakpad
-   DocBook
-   Expat
-   LCov
-   Ldns
-   LibIDN
-   LibMiniUPnPc
-   LibNATPMP
-   Lua
-   OpenSSL
-   SCons
-   SQLite
-   Unbound
-   ZLib
-   )
-
-   if use test; then
-   cd 3rdParty && rm -fr "${my3rdparty[@]}" || die
-   else
-   rm -fr 3rdParty || die
-   fi
-}
-
-src_configure() {
-   MYSCONS=(
-   ar="$(tc-getAR)"
-   allow_warnings="yes"
-   assertions="no"
-   build_examples="yes"
-   boost_bundled_enable="false"
-   boost_force_bundled="false"
-   cc="$(tc-getCC)"
-   ccache="no"
-   

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

2020-12-20 Thread Conrad Kostecki
commit: abd6b3317ae3fb1a5259ba6200654e59a0ed0833
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec 20 23:26:26 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 20 23:28:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd6b331

net-im/swift: drop client use flag

Since dev-qt/qtwebkit:5 it deprecated and will be removed in future,
dropping all related features from ebuild, which need this dep.

This is basically the 'client' part, a full featured XMPP client, while
the lib part remains present, as it's needed by net-im/spectrum2.

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

 net-im/swift/swift-4.0.2-r101.ebuild | 196 +++
 1 file changed, 196 insertions(+)

diff --git a/net-im/swift/swift-4.0.2-r101.ebuild 
b/net-im/swift/swift-4.0.2-r101.ebuild
new file mode 100644
index 000..3027230dbbf
--- /dev/null
+++ b/net-im/swift/swift-4.0.2-r101.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..2} luajit )
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit lua-single python-any-r1 scons-utils toolchain-funcs
+
+DESCRIPTION="An elegant, secure, adaptable and intuitive XMPP Client"
+HOMEPAGE="https://www.swift.im/;
+SRC_URI="
+   https://swift.im/downloads/releases/${P}/${P}.tar.gz
+   
https://dev.gentoo.org/~conikost/distfiles/patches/swift-4.0.2-python3-compatibility.patch.gz;
+
+LICENSE="BSD BSD-1 CC-BY-3.0 GPL-3 OFL-1.1"
+SLOT="4/0"
+KEYWORDS="~amd64"
+IUSE="expat +icu +idn lua test zeroconf"
+REQUIRED_USE="
+   || ( icu idn )
+   lua? ( ${LUA_REQUIRED_USE} )
+"
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-libs/boost:=
+   dev-libs/openssl:0=
+   net-libs/libnatpmp
+   net-libs/miniupnpc:=
+   sys-libs/zlib
+   expat? ( dev-libs/expat )
+   !expat? ( dev-libs/libxml2:2 )
+   icu? ( dev-libs/icu:= )
+   idn? ( net-dns/libidn:= )
+   lua? ( ${LUA_DEPS} )
+"
+
+DEPEND="
+   ${RDEPEND}
+   >=dev-util/scons-3.0.1-r3
+   test? ( net-dns/avahi )
+"
+
+# Tests don't run, as they fail with "[QA/UnitTest/**dummy**] Error -6".
+RESTRICT="test"
+
+DOCS=(
+   "DEVELOPMENT.md"
+   "README.md"
+   "Swiften/ChangeLog.md"
+)
+
+PATCHES=(
+   "${FILESDIR}"/${P}-boost-1.69-compatibility.patch
+   "${WORKDIR}"/${P}-python3-compatibility.patch
+   "${FILESDIR}"/${P}-qt-5.11-compatibility.patch
+   "${FILESDIR}"/${P}-qt-5.15-compatibility.patch
+)
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   use lua && lua-single_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # Don't include '/usr/lib*' in the link command line for 
`swiften-config`
+   sed -e '/_LIBDIRFLAGS/d' -i Swiften/Config/SConscript || die
+
+   # Use correct LIBDIR for Lua
+   sed -e "s/lib/$(get_libdir)/g" -i Sluift/SConscript.variant || die
+
+   # Hack for finding Qt system libs
+   mkdir "${T}"/qt || die
+   ln -s "${EPREFIX}"/usr/$(get_libdir)/qt5/bin "${T}"/qt/bin || die
+   ln -s "${EPREFIX}"/usr/$(get_libdir)/qt5 "${T}"/qt/lib || die
+   ln -s "${EPREFIX}"/usr/include/qt5 "${T}"/qt/include || die
+
+   # Remove parts of Swift, which a user don't want to compile
+   rm -fr Swift Slimber || die
+   if ! use lua; then rm -fr Sluift || die; fi
+   if ! use zeroconf; then rm -fr Limber || die; fi
+
+   # Remove '3rdParty', as the system libs should be used
+   # `CppUnit`, `GoogleTest` and `HippoMocks` are needed for tests
+   local my3rdparty=(
+   Boost
+   Breakpad
+   DocBook
+   Expat
+   LCov
+   Ldns
+   LibIDN
+   LibMiniUPnPc
+   LibNATPMP
+   Lua
+   OpenSSL
+   SCons
+   SQLite
+   Unbound
+   ZLib
+   )
+
+   if use test; then
+   cd 3rdParty && rm -fr "${my3rdparty[@]}" || die
+   else
+   rm -fr 3rdParty || die
+   fi
+}
+
+src_configure() {
+   MYSCONS=(
+   ar="$(tc-getAR)"
+   allow_warnings="yes"
+   assertions="no"
+   build_examples="yes"
+   boost_bundled_enable="false"
+   boost_force_bundled="false"
+   cc="$(tc-getCC)"
+   ccache="no"
+   ccflags="${CFLAGS}"
+   coverage="no"
+   cxx="$(tc-getCXX)"
+   cxxflags="${CXXFLAGS}"
+   debug="no"
+   distcc="no"
+   experimental="no"
+   experimental_ft="yes"
+   hunspell_enable="no"
+   icu="$(usex icu)"
+   install_git_hooks="no"
+   libidn_bundled_enable="false"
+   

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

2020-12-20 Thread Sergei Trofimovich
commit: bee7c2e25cbad61b64c887d2d80cb0472ca2eb96
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 20 23:18:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 20 23:18:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee7c2e2

haskell-cabal.eclass: unconditionally use bundled haddock for USE=doc

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/760863#c10
Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/haskell-cabal.eclass | 9 -
 1 file changed, 9 deletions(-)

diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
index 2fc797e764c..4908e4491e6 100644
--- a/eclass/haskell-cabal.eclass
+++ b/eclass/haskell-cabal.eclass
@@ -109,15 +109,6 @@ done
 
 if [[ -n "${CABAL_USE_HADDOCK}" ]]; then
IUSE="${IUSE} doc"
-   # don't require depend on itself to build docs.
-   # ebuild bootstraps docs from just built binary
-   #
-   # starting from ghc-7.10.2 we install haddock bundled with
-   # ghc to keep links to base and ghc library, otherwise
-   # newer haddock versions change index format and can't
-   # read index files for packages coming with ghc.
-   [[ ${CATEGORY}/${PN} = "dev-haskell/haddock" ]] || \
-   DEPEND="${DEPEND} doc? ( || ( dev-haskell/haddock 
>=dev-lang/ghc-7.10.2 ) )"
 fi
 
 if [[ -n "${CABAL_USE_HSCOLOUR}" ]]; then



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/clock/

2020-12-20 Thread Sergei Trofimovich
commit: 3ca2bf22e54c003901ea22b734eeb54893e5dc51
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 20 23:11:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 20 23:11:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca2bf22

dev-haskell/clock: fix tasty->clock->tasty circular test depend

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/760863
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/clock/clock-0.7.2.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/clock/clock-0.7.2.ebuild 
b/dev-haskell/clock/clock-0.7.2.ebuild
index ee39489573f..3cf62699328 100644
--- a/dev-haskell/clock/clock-0.7.2.ebuild
+++ b/dev-haskell/clock/clock-0.7.2.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
@@ -6,7 +6,7 @@ EAPI=6
 # ebuild generated by hackport 0.4.7.
 #hackport: flags: -llvm
 
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+CABAL_FEATURES="lib profile haddock hoogle hscolour" # Drop test-suite: 
circular depends
 inherit haskell-cabal
 
 DESCRIPTION="High-resolution clock functions: monotonic, realtime, cputime"
@@ -24,8 +24,6 @@ RDEPEND=">=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
-   test? ( >=dev-haskell/tasty-0.10
-   dev-haskell/tasty-quickcheck )
 "
 
 src_configure() {



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

2020-12-20 Thread Thomas Deutschmann
commit: ff8f1a5ea5b9bbbd3344cb0e9bbcc5d02079d702
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 22:57:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 22:58:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8f1a5e

net-libs/gnutls: apply patch

Fixes: 807088725f ("net-libs/gnutls: bump to v3.6.15")
Closes: https://bugs.gentoo.org/760899
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/net-libs/gnutls/gnutls-3.6.15.ebuild 
b/net-libs/gnutls/gnutls-3.6.15.ebuild
index 4103ba43176..94ab0018b3e 100644
--- a/net-libs/gnutls/gnutls-3.6.15.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.15.ebuild
@@ -54,7 +54,7 @@ DOCS=(
 
 HTML_DOCS=()
 
-#PATCHES=( "${FILESDIR}"/${PN}-3.6.15-skip-dtls-seccomp-tests.patch )
+PATCHES=( "${FILESDIR}"/${PN}-3.6.15-skip-dtls-seccomp-tests.patch )
 
 pkg_setup() {
# bug#520818



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

2020-12-20 Thread Conrad Kostecki
commit: 9d335f9598aed47be59826ca46354bb2b61f73c9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec 20 22:54:07 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 20 22:56:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d335f95

dev-lua/lua-openssl: update emakeargs, fix tests

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

 .../lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild   | 126 +
 dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r3.ebuild |  99 
 2 files changed, 225 insertions(+)

diff --git a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild 
b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild
new file mode 100644
index 000..812eb60b0a6
--- /dev/null
+++ b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT_AUX="8d09895473b73e4fb72b7573615f69c36e1860a2"
+LUA_COMPAT=( lua5-{1..3} luajit )
+MY_PN_AUX="lua-auxiliar"
+MY_PN_COMPAT="lua-compat-5.3"
+MY_PV="${PV//_p/-}"
+MY_PV_COMPAT="0.10"
+
+inherit lua toolchain-funcs
+
+DESCRIPTION="OpenSSL binding for Lua"
+HOMEPAGE="https://github.com/zhaozg/lua-openssl;
+SRC_URI="
+   https://github.com/zhaozg/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/zhaozg/${MY_PN_AUX}/archive/${EGIT_COMMIT_AUX}.tar.gz -> 
${MY_PN_AUX}-${EGIT_COMMIT_AUX}.tar.gz
+   
https://github.com/keplerproject/${MY_PN_COMPAT}/archive/v${MY_PV_COMPAT}.tar.gz
 -> ${MY_PN_COMPAT}-${MY_PV_COMPAT}.tar.gz
+"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT openssl PHP-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="libressl test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !dev-lua/luaossl
+   !dev-lua/luasec
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   ${LUA_DEPS}
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   test? ( ${RDEPEND} )
+"
+
+DOCS=( "README.md" "samples/." )
+
+src_prepare() {
+   default
+
+   # Allow override of LUA* variables
+   sed -e '/LUA  /s/:=/?=/g' -e '/LUA_VERSION/s/:=/?=/g' -i Makefile || die
+
+   # Prepare needed dependencies (source code files only)
+   rm -r deps/{auxiliar,lua-compat} || die
+   mv "${WORKDIR}/${MY_PN_AUX}-${EGIT_COMMIT_AUX}" deps/auxiliar || die
+   mv "${WORKDIR}/${MY_PN_COMPAT}-${MY_PV_COMPAT}" deps/lua-compat || die
+
+   lua_copy_sources
+}
+
+lua_src_compile() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "AR=$(tc-getAR)"
+   "CC=$(tc-getCC)"
+   "LUA="
+   "LUA_CFLAGS=${CFLAGS} $(lua_get_CFLAGS)"
+   "LUA_LIBS=${LDFLAGS}"
+   "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
+   "TARGET_SYS=${CTARGET:-${CHOST}}"
+   )
+
+   emake "${myemakeargs[@]}"
+
+   popd
+}
+
+src_compile() {
+   lua_foreach_impl lua_src_compile
+}
+
+lua_src_test() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "LUA=${ELUA}"
+   "LUA_CFLAGS="
+   "LUA_LIBS="
+   "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
+   "TARGET_SYS=${CTARGET:-${CHOST}}"
+   )
+
+   emake "${myemakeargs[@]}" test
+
+   popd
+}
+
+src_test() {
+   lua_foreach_impl lua_src_test
+}
+
+lua_src_install() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "LUA="
+   "LUA_CFLAGS="
+   "LUA_LIBDIR=${ED}/$(lua_get_cmod_dir)"
+   "LUA_LIBS="
+   "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
+   "TARGET_SYS=${CTARGET:-${CHOST}}"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   insinto "$(lua_get_lmod_dir)"
+   doins -r "lib/."
+
+   popd
+}
+
+src_install() {
+   lua_foreach_impl lua_src_install
+
+   einstalldocs
+}

diff --git a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r3.ebuild 
b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r3.ebuild
new file mode 100644
index 000..88652952c1f
--- /dev/null
+++ b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r3.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT_AUX="8d09895473b73e4fb72b7573615f69c36e1860a2"
+MY_PN_AUX="lua-auxiliar"
+MY_PN_COMPAT="lua-compat-5.3"
+MY_PV="${PV//_p/-}"
+MY_PV_COMPAT="0.10"
+
+inherit toolchain-funcs
+
+DESCRIPTION="OpenSSL binding for Lua"
+HOMEPAGE="https://github.com/zhaozg/lua-openssl;
+SRC_URI="
+   https://github.com/zhaozg/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
+   

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

2020-12-20 Thread Conrad Kostecki
commit: 3702a539b134193a299586b8324f116c856cbe91
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec 20 22:56:05 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 20 22:56:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3702a539

dev-lua/lua-openssl: drop old version

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

 .../lua-openssl/lua-openssl-0.7.8_p0-r100.ebuild   | 117 -
 dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r2.ebuild |  90 
 2 files changed, 207 deletions(-)

diff --git a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r100.ebuild 
b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r100.ebuild
deleted file mode 100644
index f8e40f03140..000
--- a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r100.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT_AUX="8d09895473b73e4fb72b7573615f69c36e1860a2"
-LUA_COMPAT=( lua5-{1..3} luajit )
-MY_PN_AUX="lua-auxiliar"
-MY_PN_COMPAT="lua-compat-5.3"
-MY_PV="${PV//_p/-}"
-MY_PV_COMPAT="0.10"
-
-inherit lua toolchain-funcs
-
-DESCRIPTION="OpenSSL binding for Lua"
-HOMEPAGE="https://github.com/zhaozg/lua-openssl;
-SRC_URI="
-   https://github.com/zhaozg/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
-   
https://github.com/zhaozg/${MY_PN_AUX}/archive/${EGIT_COMMIT_AUX}.tar.gz -> 
${MY_PN_AUX}-${EGIT_COMMIT_AUX}.tar.gz
-   
https://github.com/keplerproject/${MY_PN_COMPAT}/archive/v${MY_PV_COMPAT}.tar.gz
 -> ${MY_PN_COMPAT}-${MY_PV_COMPAT}.tar.gz
-"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="MIT openssl PHP-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="libressl test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !dev-lua/luaossl
-   !dev-lua/luasec
-   libressl? ( dev-libs/libressl:0= )
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   ${LUA_DEPS}
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   test? ( ${RDEPEND} )
-"
-
-DOCS=( "README.md" "samples/." )
-
-src_prepare() {
-   default
-
-   # Prepare needed dependencies (source code files only)
-   rm -r deps/{auxiliar,lua-compat} || die
-   mv "${WORKDIR}/${MY_PN_AUX}-${EGIT_COMMIT_AUX}" deps/auxiliar || die
-   mv "${WORKDIR}/${MY_PN_COMPAT}-${MY_PV_COMPAT}" deps/lua-compat || die
-
-   lua_copy_sources
-}
-
-lua_src_compile() {
-   pushd "${BUILD_DIR}" || die
-
-   local myemakeargs=(
-   "AR=$(tc-getAR)"
-   "CC=$(tc-getCC)"
-   "LUA_CFLAGS=${CFLAGS} $(lua_get_CFLAGS)"
-   "LUA_LIBS=${LDFLAGS}"
-   "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
-   "TARGET_SYS=${CTARGET:-${CHOST}}"
-   )
-
-   emake "${myemakeargs[@]}"
-
-   popd
-}
-
-src_compile() {
-   lua_foreach_impl lua_src_compile
-}
-
-lua_src_test() {
-   pushd "${BUILD_DIR}" || die
-
-   local myemakeargs=(
-   "LUA=${ELUA}"
-   "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
-   "TARGET_SYS=${CTARGET:-${CHOST}}"
-   )
-
-   emake "${myemakeargs[@]}" test
-
-   popd
-}
-
-src_test() {
-   lua_foreach_impl lua_src_test
-}
-
-lua_src_install() {
-   pushd "${BUILD_DIR}" || die
-
-   local myemakeargs=(
-   "LUA_LIBDIR=${ED}/$(lua_get_cmod_dir)"
-   "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
-   "TARGET_SYS=${CTARGET:-${CHOST}}"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   insinto "$(lua_get_lmod_dir)"
-   doins -r "lib/."
-
-   popd
-}
-
-src_install() {
-   lua_foreach_impl lua_src_install
-
-   einstalldocs
-}

diff --git a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r2.ebuild 
b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r2.ebuild
deleted file mode 100644
index c8c126b8cb4..000
--- a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r2.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT_AUX="8d09895473b73e4fb72b7573615f69c36e1860a2"
-MY_PN_AUX="lua-auxiliar"
-MY_PN_COMPAT="lua-compat-5.3"
-MY_PV="${PV//_p/-}"
-MY_PV_COMPAT="0.10"
-
-inherit toolchain-funcs
-
-DESCRIPTION="OpenSSL binding for Lua"
-HOMEPAGE="https://github.com/zhaozg/lua-openssl;
-SRC_URI="
-   https://github.com/zhaozg/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
-   
https://github.com/zhaozg/${MY_PN_AUX}/archive/${EGIT_COMMIT_AUX}.tar.gz -> 
${MY_PN_AUX}-${EGIT_COMMIT_AUX}.tar.gz
-   
https://github.com/keplerproject/${MY_PN_COMPAT}/archive/v${MY_PV_COMPAT}.tar.gz
 -> ${MY_PN_COMPAT}-${MY_PV_COMPAT}.tar.gz
-"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="MIT openssl PHP-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="libressl luajit test"

[gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/files/, dev-db/percona-server/

2020-12-20 Thread Thomas Deutschmann
commit: 61ffd3034c1b3ca0630b0c740bdae424985ac01b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 22:53:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 22:54:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ffd303

dev-db/percona-server: drop old

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

 dev-db/percona-server/Manifest |8 -
 dev-db/percona-server/files/my.cnf-5.7 |3 -
 dev-db/percona-server/metadata.xml |4 -
 .../percona-server-5.7.27.30-r1.ebuild | 1136 --
 .../percona-server-8.0.19.10-r1.ebuild | 1185 ---
 .../percona-server-8.0.20.11-r2.ebuild | 1216 
 6 files changed, 3552 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index fd27b582d1e..ef3eea1e4ea 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,13 +1,5 @@
-DIST boost_1_59_0.tar.gz 83709983 BLAKE2B 
8c6676fa05fa401a6ecb3b890d95aceb4421ec48dd0eab38ce8d170c618e177c82dc67a165938f6be1a01daab24ce41888f5442dbc19ad3dd41368a01a6f89e4
 SHA512 
05fdbe5637543defdbc630b921515425885593d16db14534ed7b9aa60925ade8fb598d50cb894aed6dae688e789047216daa1bf03fa1aeb6b531060d9dae52ae
-DIST boost_1_70_0.tar.bz2 97887058 BLAKE2B 
dc7a974c6dc2662b767dbd87cb832cd1749c24fb745779d1059b73f19f7e52b33b645adfe72b0296c5e098e5cdb3b9f5eddd382374f33fbcd2ad5739287b2206
 SHA512 
7f2ea9636baf0210e8ed1d21ee798efb6ce23c0710ff8228b285e2214f82193bcd2d912fd435929c554289a59101c7be2e27ce798f93833f307976f0dd070b49
 DIST boost_1_72_0.tar.bz2 106907358 BLAKE2B 
ab270a0e3cb24da687d86785e2d2e6d7731b4dbc07bd839eadb642dfa5a428ad584acb1f3529661a8de9a986008ff3427491041059ea2b742348d02e00761cd8
 SHA512 
63bbd1743e7c904b2e69fdc2eafd1c2a8a30fd70d960dcd366059d0100f000cb605d56cbd9397bb18421631f1c9552a772c434d0f0caddbe56302273f51fd1f6
 DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 
5995ff6ca21f45988b187b94bf743795cca97531baa8355f488be0987b9426289dd85d6ce25b7eb03ccd690109f05ba56252a95bca50505ad9cd66f4e0e234e8
 SHA512 
86c296511c0766145097625a62bf099c3d155284d250ad6e528e788bc90b2945838498dfe473c6c6c78d1694b6fba8e19f7dee0d064a043841e6231603fff668
-DIST mysql-extras-20190822-1908Z.tar.bz2 338830 BLAKE2B 
bc197f8e541206548d8982814e82e028d699ba9c41aec8d5191bcc46581f7880ed2741dbe2206fde44a5e8d8d54bbcf40efbd0709b357636c4c8fdb2ccc3a7bb
 SHA512 
be469e55f7e9966638600d6836a44258c74e5600240fafe2d79eaeebe7d1695b043678184b5d18ee9946f28154bc2529586a7f860b510180a30c82454ed575c8
-DIST percona-server-5.7.27-30.tar.gz 84672298 BLAKE2B 
8431d231f602b704195868110e8eb73adb3db7c761906c15eff182e54634ef091a3ffa0d4f3498a93dbfbf65cd5cdd12102871ab0f32378ba3068d083b2b
 SHA512 
d62c66de3128df87dce52292ad1671e01fe2c923e668ef0faf9cb663c11c9cd0b976345aea1de6ea2bc458d0e1066b42c022849e422121d96cea082ed12c8f4b
-DIST percona-server-8.0.19-10.tar.gz 490703179 BLAKE2B 
731e9498c4934eb53451c202e8b1de93618190d9b6334b761428ab223756d515d958db77515517e6b5db3ba6cd908c8b238c18b63f4c73b256ec251f8b161ff3
 SHA512 
39aa805474c6655980e70c97e0d2c0f21ae16e2c1e2e9c7e1d615f46320f1615620368fbdfc24f5d1784aae856090856c3ccda3d6f09ed86c6c9ffe3197be90e
-DIST percona-server-8.0.19.10-patches-01.tar.xz 8288 BLAKE2B 
2f79c538ac1512b052210439a27b71491917cb9eab08ac3a3b21c188458c2989f0c998d973b8dd654a7d7606acd70ccf374f1e2f5e0088d0c6b96a794dc4c4a5
 SHA512 
43313797ec405be82f15745185bfab25fda093045f981a8caa8a019522e432415e4b3cca4ca5ffb735d102f98b3c2fccafccbd4695bd2d1f011707f709fcc2b3
-DIST percona-server-8.0.20-11.tar.gz 494288758 BLAKE2B 
202f0cbd7395a6b8ae367ed96d1b6d2c6ae2a56ba6d85e8aad55a6b36a6966a0c3285836dc829e1583a46e28fd2903540e520f6347b1e8c18d99b08f58daef8b
 SHA512 
cf8aa999bd0205bded526838246d023eae5dfadeec1aaf0be99565def5a1cdcc8041bcff90ba6a49f5e903e4f436d416181a9f134555d5c71b7cf44d2ba58a6d
-DIST percona-server-8.0.20.11-patches-02.tar.xz 8876 BLAKE2B 
34cb3cd0c6d6fb8b2fca98efa53e6e163e4f6b251f629e40169018c328da5319a77ecceec92c925019d13a4ba2dba8c96a23dccf8ba8a3aa95452d4dc9278ffa
 SHA512 
372885f22e7e37bcd63f382d4b064d99b6f826cd2d053148fcdfa1c7f062f51531d5366c198976797f9a3349539e59f5ba96187dc79fdf00365c618b0f83b7c2
 DIST percona-server-8.0.21-12.tar.gz 522004727 BLAKE2B 
bc6bf77d862a4827839d1942f58e4124f4692abfa9298eaa7cebdaaa7a6cff036247edda51d9cbb878b0e79858e54cbe5326bc30479b1d5977a655240df438fd
 SHA512 
66076a6774cf18afb83aa8977a55e1a2d634c30e190d3bd8e82ba079fb772ac2a2402356be0b79677b54ca0b24c441d87444b68d1e66cd298ca6a0108d31
 DIST percona-server-8.0.21.12-patches-02.tar.xz 9276 BLAKE2B 
97aa38dedcd1c09e88d2b17c462da8adbf1defbe1596abbc33eeca1ef1f14e3a2acddeca82da04e7c4d3a4c0dec70c53ee39d1011ba86c836492a2f8599a6732
 SHA512 

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

2020-12-20 Thread Thomas Deutschmann
commit: f64d9a41dc4217c93571a1dbe49ba45bb2d0cea0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 22:51:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 22:54:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64d9a41

dev-db/percona-server: bump to v8.0.22-13

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

 dev-db/percona-server/Manifest |3 +
 .../percona-server/percona-server-8.0.22.13.ebuild | 1209 
 2 files changed, 1212 insertions(+)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 4239cd33522..fd27b582d1e 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,6 +1,7 @@
 DIST boost_1_59_0.tar.gz 83709983 BLAKE2B 
8c6676fa05fa401a6ecb3b890d95aceb4421ec48dd0eab38ce8d170c618e177c82dc67a165938f6be1a01daab24ce41888f5442dbc19ad3dd41368a01a6f89e4
 SHA512 
05fdbe5637543defdbc630b921515425885593d16db14534ed7b9aa60925ade8fb598d50cb894aed6dae688e789047216daa1bf03fa1aeb6b531060d9dae52ae
 DIST boost_1_70_0.tar.bz2 97887058 BLAKE2B 
dc7a974c6dc2662b767dbd87cb832cd1749c24fb745779d1059b73f19f7e52b33b645adfe72b0296c5e098e5cdb3b9f5eddd382374f33fbcd2ad5739287b2206
 SHA512 
7f2ea9636baf0210e8ed1d21ee798efb6ce23c0710ff8228b285e2214f82193bcd2d912fd435929c554289a59101c7be2e27ce798f93833f307976f0dd070b49
 DIST boost_1_72_0.tar.bz2 106907358 BLAKE2B 
ab270a0e3cb24da687d86785e2d2e6d7731b4dbc07bd839eadb642dfa5a428ad584acb1f3529661a8de9a986008ff3427491041059ea2b742348d02e00761cd8
 SHA512 
63bbd1743e7c904b2e69fdc2eafd1c2a8a30fd70d960dcd366059d0100f000cb605d56cbd9397bb18421631f1c9552a772c434d0f0caddbe56302273f51fd1f6
+DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 
5995ff6ca21f45988b187b94bf743795cca97531baa8355f488be0987b9426289dd85d6ce25b7eb03ccd690109f05ba56252a95bca50505ad9cd66f4e0e234e8
 SHA512 
86c296511c0766145097625a62bf099c3d155284d250ad6e528e788bc90b2945838498dfe473c6c6c78d1694b6fba8e19f7dee0d064a043841e6231603fff668
 DIST mysql-extras-20190822-1908Z.tar.bz2 338830 BLAKE2B 
bc197f8e541206548d8982814e82e028d699ba9c41aec8d5191bcc46581f7880ed2741dbe2206fde44a5e8d8d54bbcf40efbd0709b357636c4c8fdb2ccc3a7bb
 SHA512 
be469e55f7e9966638600d6836a44258c74e5600240fafe2d79eaeebe7d1695b043678184b5d18ee9946f28154bc2529586a7f860b510180a30c82454ed575c8
 DIST percona-server-5.7.27-30.tar.gz 84672298 BLAKE2B 
8431d231f602b704195868110e8eb73adb3db7c761906c15eff182e54634ef091a3ffa0d4f3498a93dbfbf65cd5cdd12102871ab0f32378ba3068d083b2b
 SHA512 
d62c66de3128df87dce52292ad1671e01fe2c923e668ef0faf9cb663c11c9cd0b976345aea1de6ea2bc458d0e1066b42c022849e422121d96cea082ed12c8f4b
 DIST percona-server-8.0.19-10.tar.gz 490703179 BLAKE2B 
731e9498c4934eb53451c202e8b1de93618190d9b6334b761428ab223756d515d958db77515517e6b5db3ba6cd908c8b238c18b63f4c73b256ec251f8b161ff3
 SHA512 
39aa805474c6655980e70c97e0d2c0f21ae16e2c1e2e9c7e1d615f46320f1615620368fbdfc24f5d1784aae856090856c3ccda3d6f09ed86c6c9ffe3197be90e
@@ -9,3 +10,5 @@ DIST percona-server-8.0.20-11.tar.gz 494288758 BLAKE2B 
202f0cbd7395a6b8ae367ed96
 DIST percona-server-8.0.20.11-patches-02.tar.xz 8876 BLAKE2B 
34cb3cd0c6d6fb8b2fca98efa53e6e163e4f6b251f629e40169018c328da5319a77ecceec92c925019d13a4ba2dba8c96a23dccf8ba8a3aa95452d4dc9278ffa
 SHA512 
372885f22e7e37bcd63f382d4b064d99b6f826cd2d053148fcdfa1c7f062f51531d5366c198976797f9a3349539e59f5ba96187dc79fdf00365c618b0f83b7c2
 DIST percona-server-8.0.21-12.tar.gz 522004727 BLAKE2B 
bc6bf77d862a4827839d1942f58e4124f4692abfa9298eaa7cebdaaa7a6cff036247edda51d9cbb878b0e79858e54cbe5326bc30479b1d5977a655240df438fd
 SHA512 
66076a6774cf18afb83aa8977a55e1a2d634c30e190d3bd8e82ba079fb772ac2a2402356be0b79677b54ca0b24c441d87444b68d1e66cd298ca6a0108d31
 DIST percona-server-8.0.21.12-patches-02.tar.xz 9276 BLAKE2B 
97aa38dedcd1c09e88d2b17c462da8adbf1defbe1596abbc33eeca1ef1f14e3a2acddeca82da04e7c4d3a4c0dec70c53ee39d1011ba86c836492a2f8599a6732
 SHA512 
e7876088778a6190c0f0dbfbc44d5794c2d0903a2303bbb913fc1d4d7f462000108e33d3e764399c9fedbaa5b642004243316505f4a6f0566e1b250a9faded14
+DIST percona-server-8.0.22-13.tar.gz 530806570 BLAKE2B 
256e5afa2e3908617c41ffcab591ccdbfd932a8ba3ce25fbf2a0be2cdfa80991b0c2d090c11ffae64e4bb3d8cf9f3011b70974ab22cbab023f6625ac422f3c73
 SHA512 
9b7a1d06885eb4412361bb3920adc9f050f8da95584eb910c97c8877a433ead04d02f2908e5e9648b1d79cdba677727fdb745377feac3c958339588d5f0cdf2b
+DIST percona-server-8.0.22.13-patches-01.tar.xz 9236 BLAKE2B 
d75d32782902d5d095389c8f79587b196e65508223503616d92304a2cb09520959adca04eac96fd4501cccf46ca684702b55c7a0327e6c3477b68245fe96e82b
 SHA512 
e884d8bbd31f6df7f3a585feb970f82f78484a90404c40dc3e5daf46c3836a59c6bcef34fd8a3e9191a12820ba7ae441d53a7c010256dd0296e7eeb00313d6a0

diff --git a/dev-db/percona-server/percona-server-8.0.22.13.ebuild 
b/dev-db/percona-server/percona-server-8.0.22.13.ebuild
new file mode 100644
index 000..42612652afc
--- /dev/null
+++ 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/, net-analyzer/wireshark/files/, profiles/

2020-12-20 Thread Marek Szuba
commit: 6636718bb751bf82e39dd6127a596a4cef54a087
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 20 22:36:37 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 20 22:44:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6636718b

net-analyzer/wireshark: migrate to lua-single.eclass

Both the latest release and the live ebuild. Nothing special, just
the usual version-selection treatment. Compatibility as specified
in the upstream build scripts.

Closes: https://bugs.gentoo.org/752789
Signed-off-by: Marek Szuba  gentoo.org>

 .../files/wireshark-3.4.2-cmake-lua-version.patch  | 11 ++
 ....ebuild => wireshark-3.4.2-r100.ebuild} | 25 --
 net-analyzer/wireshark/wireshark-.ebuild   | 21 +-
 profiles/package.mask  |  1 +
 4 files changed, 46 insertions(+), 12 deletions(-)

diff --git 
a/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch 
b/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch
new file mode 100644
index 000..18f663b7d81
--- /dev/null
+++ b/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-version.patch
@@ -0,0 +1,11 @@
+--- a/cmake/modules/FindLUA.cmake
 b/cmake/modules/FindLUA.cmake
+@@ -19,7 +19,7 @@
+ 
+ if(NOT WIN32)
+   find_package(PkgConfig)
+-  pkg_search_module(LUA lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51)
++  pkg_search_module(LUA lua)
+   if(NOT LUA_FOUND)
+   pkg_search_module(LUA "lua<=5.2.99")
+   endif()

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.2-r100.ebuild
similarity index 91%
copy from net-analyzer/wireshark/wireshark-.ebuild
copy to net-analyzer/wireshark/wireshark-3.4.2-r100.ebuild
index 25d08cbda03..8a5f5b3e6df 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.4.2-r100.ebuild
@@ -2,24 +2,26 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit fcaps flag-o-matic git-r3 multilib python-any-r1 qmake-utils xdg-utils 
cmake
+
+LUA_COMPAT=( lua5-{1..2} )
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
 
 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
 HOMEPAGE="https://www.wireshark.org/;
-EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark;
+SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
 LICENSE="GPL-2"
 
 SLOT="0/${PV}"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
 IUSE="
androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon
+dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb
-   +mergecap +minizip +netlink +plugins plugin-ifdemo +pcap +qt5 +randpkt
+   +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 
+randpkt
+randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump 
ssl
sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd
 "
-RESTRICT="!test? ( test )"
 S=${WORKDIR}/${P/_/}
 
 CDEPEND="
@@ -35,11 +37,12 @@ CDEPEND="
ilbc? ( media-libs/libilbc )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
-   lua? ( >=dev-lang/lua-5.1:0= )
+   lua? ( ${LUA_DEPS} )
lz4? ( app-arch/lz4 )
maxminddb? ( dev-libs/libmaxminddb )
minizip? ( sys-libs/zlib[minizip] )
netlink? ( dev-libs/libnl:3 )
+   opus? ( media-libs/opus )
pcap? ( net-libs/libpcap )
qt5? (
dev-qt/qtcore:5
@@ -88,13 +91,20 @@ RDEPEND="
selinux? ( sec-policy/selinux-wireshark )
 "
 REQUIRED_USE="
+   lua? ( ${LUA_REQUIRED_USE} )
plugin-ifdemo? ( plugins )
 "
+RESTRICT="test"
 PATCHES=(
"${FILESDIR}"/${PN}-2.6.0-redhat.patch
+   "${FILESDIR}"/${PN}-3.4.2-cmake-lua-version.patch
"${FILESDIR}"/${PN}--ui-needs-wiretap.patch
 )
 
+pkg_setup() {
+   use lua && lua-single_pkg_setup
+}
+
 src_configure() {
local mycmakeargs
 
@@ -159,6 +169,7 @@ src_configure() {
-DENABLE_MINIZIP=$(usex minizip)
-DENABLE_NETLINK=$(usex netlink)
-DENABLE_NGHTTP2=$(usex http2)
+   -DENABLE_OPUS=$(usex opus)
-DENABLE_PCAP=$(usex pcap)
-DENABLE_PLUGINS=$(usex plugins)
-DENABLE_PLUGIN_IFDEMO=$(usex plugin-ifdemo)

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-.ebuild
index 25d08cbda03..61860be16a1 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-.ebuild
@@ -2,8 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit fcaps flag-o-matic 

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

2020-12-20 Thread Sergei Trofimovich
commit: 130ceae359e9f9d3b2956aaaee1e6b663e8db82d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 20 22:26:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 20 22:26:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130ceae3

dev-lang/ghc: 8.10.2: add x86 binary built by Jack

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

 dev-lang/ghc/Manifest  | 1 +
 dev-lang/ghc/ghc-8.10.2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index ba190adce3d..d00bed22b5b 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -47,6 +47,7 @@ DIST ghc-bin-8.0.2-ppc64.tbz2 117432068 BLAKE2B 
cae202f0d6e825127d543996b2fe7ae0
 DIST ghc-bin-8.0.2-x86_64-pc-linux-gnu.tbz2 130852973 BLAKE2B 
24d2032bbfc664d924800c1a317334e2342c8ec1e529178f9d1bb99bb4772a9cc100603bf70111b8cfafa715c1643f115c77cf6adcdfb17d1f1735ee6682
 SHA512 
c36e0e2600fc7c284562a323d396a03062cb6e8fa63c353e672be61e76d2ec5c7698485e3a370a57cf512db9e5ba6a68338fff2ab404d9fe67b1a468ed72638f
 DIST ghc-bin-8.10.1-i686-pc-linux-gnu.tbz2 123398571 BLAKE2B 
3650f9dbaaa5af684abad589953bcef5b1684a91a4cc2695d0ef735536057bb031231fe3d73dd74bc38a199f0890ef91764b551e5e158c120affc0d7bc3175b7
 SHA512 
52cc172de08ef30d6e89384e86eda1b8bbdef2bbff526041eb47d85d77b70ab49314ac7f33f18b40864c16fa546256f1b4c7964e65aa5d3cfbb7f9cbec505dc9
 DIST ghc-bin-8.10.1-x86_64-pc-linux-gnu.tbz2 17601 BLAKE2B 
84340866c70044eb1444a70b0cbed6814808037b697db28f567d2b14bb791cbe7d9bf2a327cc47ae85ce3c4970ba039854b4a6df44eb85cdc18040c5a4d15f4f
 SHA512 
81df9de95aec47d60ad8d699756ad323eb525c3a16536fac8c6717e1754272061bd8d7d70cd38f5c509a2fc323305333e4f898c9b6dc27645521bb29ee218bdb
+DIST ghc-bin-8.10.2-i686-pc-linux-gnu.tbz2 123683156 BLAKE2B 
a486076ea6e67f124c850e037be0e63a873181c3fd746f437861f7367a968e0df6723afc934c966432274a55936c0fe48a9a43a48199840b37636843da4caccc
 SHA512 
29cc1703bbdbfcbef8aa2a5a563b83b0663970f5902a1fc70230515a128ef47e27a3a6df2b47a01009c3976b4936cf8e64e5da4dfdda0c1bcf73ab7ea5ac0b6d
 DIST ghc-bin-8.10.2-x86_64-pc-linux-gnu.tbz2 122818630 BLAKE2B 
030a68e2aca0eb0a273e0d48a3e180d92b219b2d1826d1d58fa133d0a6cae1316b3ccceadb55a4fa5870f87c3df85df2998e7611b93dbc1fea592437748b2daf
 SHA512 
23bf47ee45fae54a843de9e6991b67fccb79c14ad8d08eff9f38a68a3530496c8ce4bc8cae8a731bb690ddd6cd0bf36d6d5bf37eb68ddae8ce646a0bf3916d8f
 DIST ghc-bin-8.2.1-i686-pc-linux-gnu.tbz2 96157437 BLAKE2B 
2b9608845db8cea78db07209fa054b3b05085d5c3ac07cbe3de02a93c87fb0cff12b1820f08757221c59c8a0a9e7a5563c44266b181525d916825e5cf5bac34c
 SHA512 
e891e76557fa61853e28829b8bedc4a6abb92954f90cc1ebcf22a13cc137556bbe9262e7398b7e1aedbabeb997916b008bf1561a52f16a569f3d58ea9404f41e
 DIST ghc-bin-8.2.1-x86_64-pc-linux-gnu.tbz2 97490496 BLAKE2B 
3666ea70cb8b3645db071040d2069fe244042c11954b34e5d92aaa90132d2316c0ee8c176cd4e674772bea3b99df150404f62bd8745c046cdaf102ecf0a0fa54
 SHA512 
52630a185d0eab56bce0469a612a54109895bfee041ec362ced59a9b35ba3b9c185e86bc7dbf0a5939081d3626baa19fbb3306e36d1857530248a7b9bfc100bb

diff --git a/dev-lang/ghc/ghc-8.10.2.ebuild b/dev-lang/ghc/ghc-8.10.2.ebuild
index 567a3225311..8f5cdd922f3 100644
--- a/dev-lang/ghc/ghc-8.10.2.ebuild
+++ b/dev-lang/ghc/ghc-8.10.2.ebuild
@@ -33,7 +33,7 @@ arch_binaries="$arch_binaries amd64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/g
 #arch_binaries="$arch_binaries ppc64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc64.tbz2 )"
 #arch_binaries="$arch_binaries ppc64? ( !big-endian? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-powerpc64le-unknown-linux-gnu.tbz2
 ) )"
 #arch_binaries="$arch_binaries sparc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )"
-#arch_binaries="$arch_binaries x86? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )"
+arch_binaries="$arch_binaries x86? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )"
 
 # various ports:
 #arch_binaries="$arch_binaries x86-fbsd? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86-fbsd.tbz2 )"
@@ -52,7 +52,7 @@ yet_binary() {
#   return 0
#   ;;
#sparc) return 0 ;;
-   #x86) return 0 ;;
+   x86) return 0 ;;
*) return 1 ;;
esac
 }



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

2020-12-20 Thread Thomas Deutschmann
commit: 7b878520dc290dfc30177193882ac622ad99c799
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 22:11:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 22:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b878520

dev-lang/php: allow building against >=dev-lilbs/icu-68.1

Upstream's official solution is to restore previous ICU behavior using
-DU_DEFINE_FALSE_AND_TRUE=1 [Link 1].

But this patch alone is not enough for PHP 7.2. However, PHP 7.2 has reached EOL
so we will do same like upstream but via global {C,CXX}FLAGS.

Link 1: 
https://github.com/php/php-src/commit/8eaaabdd58a395853d3658418622ee24635cb871
Closes: https://bugs.gentoo.org/759352
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-lang/php/php-7.2.34.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.34.ebuild b/dev-lang/php/php-7.2.34.ebuild
index 07f0645b8d8..b7fe1520efb 100644
--- a/dev-lang/php/php-7.2.34.ebuild
+++ b/dev-lang/php/php-7.2.34.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit flag-o-matic systemd autotools
+inherit flag-o-matic systemd autotools toolchain-funcs
 
 DESCRIPTION="The PHP language runtime engine"
 HOMEPAGE="https://www.php.net/;
@@ -239,6 +239,10 @@ src_configure() {
addpredict /usr/share/snmp/mibs/.index #nowarn
addpredict /var/lib/net-snmp/mib_indexes #nowarn
 
+   # Fix building against >=ICU-68, https://bugs.php.net/80310
+   append-cflags -DU_DEFINE_FALSE_AND_TRUE=1
+   append-cxxflags -DU_DEFINE_FALSE_AND_TRUE=1
+
PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
 
# The php-fpm config file wants localstatedir to be ${EPREFIX}/var



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

2020-12-20 Thread Marek Szuba
commit: 05e7700d3d24a15e9cfb66174a3d1a04b3805c3b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 20 21:47:08 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 20 21:50:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e7700d

net-irc/hexchat: migrate to lua-single.eclass

Both the latest release and the live ebuild.

Uses Meson + allows the user to directly specify the name of the pkgconfig
module to use - in short, pretty much as easy as it gets. Builds and
installs fine even with 5.4, does officially support LuaJIT.

Closes: https://bugs.gentoo.org/752810
Signed-off-by: Marek Szuba  gentoo.org>

 .../{hexchat-.ebuild => hexchat-2.14.3-r100.ebuild} | 13 -
 net-irc/hexchat/hexchat-.ebuild | 13 -
 profiles/package.mask   |  1 +
 3 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/net-irc/hexchat/hexchat-.ebuild 
b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
similarity index 89%
copy from net-irc/hexchat/hexchat-.ebuild
copy to net-irc/hexchat/hexchat-2.14.3-r100.ebuild
index 0a64b4be026..850dd84f2ac 100644
--- a/net-irc/hexchat/hexchat-.ebuild
+++ b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
@@ -3,9 +3,10 @@
 
 EAPI=7
 
+LUA_COMPAT=( lua5-{1..4} luajit )
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit meson mono-env python-single-r1 xdg
+inherit lua-single meson mono-env python-single-r1 xdg
 
 DESCRIPTION="Graphical IRC client based on XChat"
 HOMEPAGE="https://hexchat.github.io/;
@@ -16,13 +17,14 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
 else
SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
 fi
 
 LICENSE="GPL-2 plugin-fishlim? ( MIT )"
 SLOT="0"
 IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua perl 
plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
+   python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
dev-libs/glib:2
@@ -36,7 +38,7 @@ RDEPEND="
libcanberra? ( media-libs/libcanberra )
libproxy? ( net-libs/libproxy )
libnotify? ( x11-libs/libnotify )
-   lua? ( dev-lang/lua:0= )
+   lua? ( ${LUA_DEPS} )
perl? ( dev-lang/perl:= )
plugin-sysinfo? ( sys-apps/pciutils )
python? ( ${PYTHON_DEPS} )
@@ -61,6 +63,7 @@ BDEPEND="
 "
 
 pkg_setup() {
+   use lua && lua-single_pkg_setup
use python && python-single-r1_pkg_setup
if use theme-manager ; then
mono-env_pkg_setup
@@ -82,7 +85,7 @@ src_configure() {
-Ddbus-service-use-appid=false
-Dwith-checksum="$(usex plugin-checksum true false)"
-Dwith-fishlim="$(usex plugin-fishlim true false)"
-   -Dwith-lua="$(usex lua lua false)"
+   -Dwith-lua="$(usex lua ${ELUA} false)"
-Dwith-perl="$(usex perl "${EPREFIX}"/usr/bin/perl false)"
-Dwith-python="$(usex python "${EPYTHON/.*}" false)"
-Dwith-sysinfo="$(usex plugin-sysinfo true false)"

diff --git a/net-irc/hexchat/hexchat-.ebuild 
b/net-irc/hexchat/hexchat-.ebuild
index 0a64b4be026..850dd84f2ac 100644
--- a/net-irc/hexchat/hexchat-.ebuild
+++ b/net-irc/hexchat/hexchat-.ebuild
@@ -3,9 +3,10 @@
 
 EAPI=7
 
+LUA_COMPAT=( lua5-{1..4} luajit )
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit meson mono-env python-single-r1 xdg
+inherit lua-single meson mono-env python-single-r1 xdg
 
 DESCRIPTION="Graphical IRC client based on XChat"
 HOMEPAGE="https://hexchat.github.io/;
@@ -16,13 +17,14 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
 else
SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
 fi
 
 LICENSE="GPL-2 plugin-fishlim? ( MIT )"
 SLOT="0"
 IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua perl 
plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
+   python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
dev-libs/glib:2
@@ -36,7 +38,7 @@ RDEPEND="
libcanberra? ( media-libs/libcanberra )
libproxy? ( net-libs/libproxy )
libnotify? ( x11-libs/libnotify )
-   lua? ( dev-lang/lua:0= )
+   lua? ( ${LUA_DEPS} )
perl? ( dev-lang/perl:= )
plugin-sysinfo? ( sys-apps/pciutils )
python? ( ${PYTHON_DEPS} )
@@ -61,6 +63,7 

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

2020-12-20 Thread Sam James
commit: 139013a4fb42d1c3f514945679f11b51f5e99d28
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:43:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:43:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139013a4

net-print/cups-filters: Stabilize 1.28.3 arm64, #759631

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

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

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



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

2020-12-20 Thread Sam James
commit: c204f248c0bb7f9e92770a1f63771431149b1fd9
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:42:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:43:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c204f248

media-gfx/graphviz: Stabilize 2.44.1-r1 arm64, #759628

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

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

diff --git a/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild 
b/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild
index 33a885b2965..009934548ef 100644
--- a/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.44.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www2.graphviz.org/Packages/stable/portable_source/${P}.tar.gz;
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
 IUSE="+cairo devil doc examples gtk gts guile java lasi nls pdf perl 
postscript python qt5 ruby static-libs svg tcl X elibc_FreeBSD"
 
 REQUIRED_USE="



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

2020-12-20 Thread Sam James
commit: 3cd4c26cfbc87bad2adb6265d7d48f052e428047
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:41:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:43:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd4c26c

dev-python/sphinx-gallery: Keyword 0.8.2 ppc, #759736

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

 dev-python/sphinx-gallery/sphinx-gallery-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.8.2.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.8.2.ebuild
index 02a76049066..a0c5a9d6ec9 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.8.2.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.8.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2020-12-20 Thread Sam James
commit: 40250c440b58eed3b1d10226ec551848a126b1f1
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:41:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:43:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40250c44

dev-python/threadpoolctl: Keyword 2.1.0 ppc, #759736

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

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

diff --git a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild 
b/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
index 240c240bb9d..9d144e9dcb0 100644
--- a/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
+++ b/dev-python/threadpoolctl/threadpoolctl-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/joblib/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
 



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

2020-12-20 Thread Sam James
commit: a82212d0aaeb03f5cc3903835fa962922c31a62f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:41:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:43:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82212d0

dev-python/loky: Keyword 2.9.0 ppc, #759736

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

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

diff --git a/dev-python/loky/loky-2.9.0.ebuild 
b/dev-python/loky/loky-2.9.0.ebuild
index 0cf126c023e..953aa27b4ce 100644
--- a/dev-python/loky/loky-2.9.0.ebuild
+++ b/dev-python/loky/loky-2.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2020-12-20 Thread Sam James
commit: f223edacc59b3bbfce2526d4a2bce6e32ddd
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:41:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:43:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f223edac

dev-python/joblib: Keyword 1.0.0 ppc, #759736

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

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

diff --git a/dev-python/joblib/joblib-1.0.0.ebuild 
b/dev-python/joblib/joblib-1.0.0.ebuild
index d1dbc58f189..c614a1d387e 100644
--- a/dev-python/joblib/joblib-1.0.0.ebuild
+++ b/dev-python/joblib/joblib-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2020-12-20 Thread Matthias Maier
commit: 126ade6e044fa2e4be400e7fcea13c5c4b1e787e
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Dec 20 19:42:12 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Dec 20 21:31:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126ade6e

sci-libs/trilinos: drop old

Closing related obsolete bugs.

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

 sci-libs/trilinos/Manifest|   4 -
 sci-libs/trilinos/trilinos-12.14.1.ebuild | 211 -
 sci-libs/trilinos/trilinos-12.18.1.ebuild | 217 --
 3 files changed, 432 deletions(-)

diff --git a/sci-libs/trilinos/Manifest b/sci-libs/trilinos/Manifest
index 53dace0ee15..3ac0648f9be 100644
--- a/sci-libs/trilinos/Manifest
+++ b/sci-libs/trilinos/Manifest
@@ -1,6 +1,2 @@
-DIST trilinos-12.14.1-patches-r0.tar.xz 6448 BLAKE2B 
f852a4612c400ddfb6dcecb476e0b9b2cd0f38ac9cd74fd09fc1f99ccb2588a4703f8c8514689c81d23aa218aff3cdcbe9b5205becea8936723d6e339705d54d
 SHA512 
206bd08f0a5b7f7107e60c9e9c1a15fa7e74916bacb5399cccdd936b426768834ff24424ea77e8d1706afa98d88bb5a098b3b0203039024a3b5f5388c4a9735b
-DIST trilinos-12.14.1.tar.gz 129036436 BLAKE2B 
e7401df2ff8408a7af4a8e90d93b1929df65228c4f5cf3c754d20ebdfa8f3835800f540e87c1198e0baf2fefe0920618ae497f59373720754ab0c9dc1da93136
 SHA512 
dfff0e0582cb5ad12614dd53e9635572c8d1ee86d96f432f5a6e046af63edb13f6bfa3037204ab89fbb0d27e9be9bd9661d47efb41ab2a6e421bca5eba6b6a87
-DIST trilinos-12.18.1-patches-r0.tar.xz 6236 BLAKE2B 
fdcdedde68ef855aa98671223ad2c42467284ad7ca364e2b5ca715094a6efacc463f2d1812ee63ac980ca87dbe16bb2ac04835f52efa1df34651a608cb5407e9
 SHA512 
e6db2be4642b8f9797b0be6dd05641ae469dd5117b1b04da54ed955bd56473d6aaa69d59dfd7869db1e7059d2d9b2cb2d9269dd5ef863663eabb90c5c256b987
-DIST trilinos-12.18.1.tar.gz 152007573 BLAKE2B 
5dc2ee432d12fb4ca1dc2d7ad68015f523fdbcbd4f55388a89d31c0946a1c5031b3e8f906952cf6b2f4f16928e6da5f17b1f6ee0f0e5669cfce5c8a09367
 SHA512 
e2a57df57e8e98ed97bbde9c1e768738f0eaccc32466aff6daa308573a860b3debee89bd570c113ca0f6a6458ff562aa6596ddf657236c368b7b2e26a4b4466b
 DIST trilinos-13.0.0-patches-r0.tar.xz 7672 BLAKE2B 
6412f1226549086ef2fca3c4d8bba3c5541489879f4fa37c3598a7271128e3232fa1cc56a51d44fb88d679458a79a082c3984085ddbe4bc0884b0cb45ba683c0
 SHA512 
91372fe0f47a1f5d4dbc1856e2cfb9d4f1eb8cc0de941013a7a6e791730c9e10decdcd4ca39b36bae836ac66040bee70af187b4a056d46b0da0fe72e8c5943fc
 DIST trilinos-13.0.0.tar.gz 157960946 BLAKE2B 
6336d71f469dd4561786092b175ec3396d6b7956aeec6ab8d9d6e87a1b1158a0840661a87514888fc16ea36c44d628dadb865a3244785c2c5d4b24213aca2096
 SHA512 
74b1e852971c8f040e8640688c879659bf6b03eed0bc6f76f31d768e7c4eb50b23fb8bfb9997d7f630001d80150161aac80fbd3237f52071657908320c1d723d

diff --git a/sci-libs/trilinos/trilinos-12.14.1.ebuild 
b/sci-libs/trilinos/trilinos-12.14.1.ebuild
deleted file mode 100644
index affe878ba6e..000
--- a/sci-libs/trilinos/trilinos-12.14.1.ebuild
+++ /dev/null
@@ -1,211 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CMAKE_MAKEFILE_GENERATOR=emake
-
-inherit cmake-utils toolchain-funcs multilib toolchain-funcs
-
-DESCRIPTION="Scientific library collection for large scale problems"
-HOMEPAGE="http://trilinos.sandia.gov/;
-MY_PV="${PV//\./-}"
-PATCHSET="r0"
-SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz
 -> ${P}.tar.gz
-   
https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-${PATCHSET}.tar.xz;
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD LGPL-2.1"
-SLOT="0"
-
-IUSE="
-   adolc arprec boost clp cuda eigen glpk gtest hdf5 hwloc hypre
-   matio metis mkl mumps netcdf petsc qd scalapack scotch sparse
-   superlu taucs tbb test threads tvmet yaml zlib X
-"
-
-# TODO: fix export cmake function for tests
-RESTRICT="test"
-
-RDEPEND="
-   sys-libs/binutils-libs
-   virtual/blas
-   virtual/lapack
-   virtual/mpi
-   adolc? ( sci-libs/adolc )
-   arprec? ( sci-libs/arprec )
-   boost? ( dev-libs/boost )
-   clp? ( sci-libs/coinor-clp )
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-3.2 )
-   eigen? ( dev-cpp/eigen:3 )
-   glpk? ( sci-mathematics/glpk )
-   gtest? ( dev-cpp/gtest )
-   hdf5? ( sci-libs/hdf5[mpi] )
-   hypre? ( sci-libs/hypre )
-   hwloc? ( sys-apps/hwloc )
-   matio? ( sci-libs/matio )
-   mkl? ( sci-libs/mkl )
-   metis? ( || ( sci-libs/parmetis sci-libs/metis ) )
-   mumps? ( sci-libs/mumps )
-   netcdf? ( sci-libs/netcdf )
-   petsc? ( sci-mathematics/petsc )
-   qd? ( sci-libs/qd )
-   scalapack? ( sci-libs/scalapack )
-   scotch? ( sci-libs/scotch )
-   sparse? ( sci-libs/cxsparse sci-libs/umfpack )
-   superlu? ( sci-libs/superlu )
- 

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

2020-12-20 Thread Matthias Maier
commit: 48bcfa713ef4adbfac111a241130fbc6fa46b412
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Dec 20 20:30:50 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Dec 20 21:31:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48bcfa71

sci-libs/trilinos: version bump to 13.0.1

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

 sci-libs/trilinos/Manifest   |   1 +
 sci-libs/trilinos/trilinos-13.0.1.ebuild | 220 +++
 2 files changed, 221 insertions(+)

diff --git a/sci-libs/trilinos/Manifest b/sci-libs/trilinos/Manifest
index 3ac0648f9be..e1d2ecf04a5 100644
--- a/sci-libs/trilinos/Manifest
+++ b/sci-libs/trilinos/Manifest
@@ -1,2 +1,3 @@
 DIST trilinos-13.0.0-patches-r0.tar.xz 7672 BLAKE2B 
6412f1226549086ef2fca3c4d8bba3c5541489879f4fa37c3598a7271128e3232fa1cc56a51d44fb88d679458a79a082c3984085ddbe4bc0884b0cb45ba683c0
 SHA512 
91372fe0f47a1f5d4dbc1856e2cfb9d4f1eb8cc0de941013a7a6e791730c9e10decdcd4ca39b36bae836ac66040bee70af187b4a056d46b0da0fe72e8c5943fc
 DIST trilinos-13.0.0.tar.gz 157960946 BLAKE2B 
6336d71f469dd4561786092b175ec3396d6b7956aeec6ab8d9d6e87a1b1158a0840661a87514888fc16ea36c44d628dadb865a3244785c2c5d4b24213aca2096
 SHA512 
74b1e852971c8f040e8640688c879659bf6b03eed0bc6f76f31d768e7c4eb50b23fb8bfb9997d7f630001d80150161aac80fbd3237f52071657908320c1d723d
+DIST trilinos-13.0.1.tar.gz 157950374 BLAKE2B 
79f337b02a0fe9ddf7b55334e035946204b3bb469b92fff4063896a378c82d9c5f04c0bf0e9ddd21603ecf9d84a91860606482b545916f16029a11d2b6c64aa0
 SHA512 
22241a9ad8b6b6ab9117aba254f65195fc0c8e1b52eacb16e763c999086b6da6b0c180d8864fbe421704e0fe0c433d37512099755d54e60f13ed525dc6c0fd57

diff --git a/sci-libs/trilinos/trilinos-13.0.1.ebuild 
b/sci-libs/trilinos/trilinos-13.0.1.ebuild
new file mode 100644
index 000..0de68d7edf8
--- /dev/null
+++ b/sci-libs/trilinos/trilinos-13.0.1.ebuild
@@ -0,0 +1,220 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit cmake-utils toolchain-funcs multilib toolchain-funcs
+
+DESCRIPTION="Scientific library collection for large scale problems"
+HOMEPAGE="http://trilinos.sandia.gov/;
+MY_PV="${PV//\./-}"
+PATCHSET="r0"
+SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz
 -> ${P}.tar.gz
+   
https://dev.gentoo.org/~tamiko/distfiles/${PN}-13.0.0-patches-${PATCHSET}.tar.xz;
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="BSD LGPL-2.1"
+SLOT="0"
+
+IUSE="
+   adolc arprec boost clp cuda eigen glpk gtest hdf5 hwloc hypre
+   matio metis mkl mumps netcdf petsc qd scalapack scotch sparse
+   superlu taucs tbb test threads tvmet yaml zlib X
+"
+
+# TODO: fix export cmake function for tests
+RESTRICT="test"
+
+RDEPEND="
+   sys-libs/binutils-libs
+   virtual/blas
+   virtual/lapack
+   virtual/mpi
+   adolc? ( sci-libs/adolc )
+   arprec? ( sci-libs/arprec )
+   boost? ( dev-libs/boost )
+   clp? ( sci-libs/coinor-clp )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-3.2 )
+   eigen? ( dev-cpp/eigen:3 )
+   glpk? ( sci-mathematics/glpk )
+   gtest? ( dev-cpp/gtest )
+   hdf5? ( sci-libs/hdf5[mpi] )
+   hypre? ( sci-libs/hypre )
+   hwloc? ( sys-apps/hwloc )
+   matio? ( sci-libs/matio )
+   mkl? ( sci-libs/mkl )
+   metis? ( || ( sci-libs/parmetis sci-libs/metis ) )
+   mumps? ( sci-libs/mumps )
+   netcdf? ( sci-libs/netcdf )
+   petsc? ( sci-mathematics/petsc )
+   qd? ( sci-libs/qd )
+   scalapack? ( sci-libs/scalapack )
+   scotch? ( sci-libs/scotch )
+   sparse? ( sci-libs/cxsparse sci-libs/umfpack )
+   superlu? ( sci-libs/superlu )
+   taucs? ( sci-libs/taucs )
+   tbb? ( dev-cpp/tbb )
+   tvmet? ( dev-libs/tvmet )
+   yaml? ( dev-cpp/yaml-cpp )
+   zlib? ( sys-libs/zlib )
+   X? ( x11-libs/libX11 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}"
+
+PATCHES=(
+   "${WORKDIR}"/patches
+)
+
+trilinos_conf() {
+   local dirs libs d
+   for d in $($(tc-getPKG_CONFIG) --libs-only-L $1); do
+   dirs="${dirs};${d:2}"
+   done
+   [[ -n ${dirs} ]] && mycmakeargs+=( "-D${2}_LIBRARY_DIRS=${dirs:1}" )
+   for d in $($(tc-getPKG_CONFIG) --libs-only-l $1); do
+   libs="${libs};${d:2}"
+   done
+   [[ -n ${libs} ]] && mycmakeargs+=( "-D${2}_LIBRARY_NAMES=${libs:1}" )
+   dirs=""
+   for d in $($(tc-getPKG_CONFIG) --cflags-only-I $1); do
+   dirs="${dirs};${d:2}"
+   done
+   [[ -n ${dirs} ]] && mycmakeargs+=( "-D${2}_INCLUDE_DIRS=${dirs:1}" )
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}"
+   -DCMAKE_SKIP_INSTALL_RPATH=ON
+   

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

2020-12-20 Thread Matthias Maier
commit: 0be520868df9e1d22278ec4117baaf38cc2f8e8d
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Dec 20 21:09:43 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Dec 20 21:31:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be52086

sci-libs/trilinos: ebuild maintenance

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

 sci-libs/trilinos/trilinos-13.0.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-libs/trilinos/trilinos-13.0.1.ebuild 
b/sci-libs/trilinos/trilinos-13.0.1.ebuild
index 0de68d7edf8..c7868ab5db2 100644
--- a/sci-libs/trilinos/trilinos-13.0.1.ebuild
+++ b/sci-libs/trilinos/trilinos-13.0.1.ebuild
@@ -101,7 +101,6 @@ src_configure() {
-DTrilinos_ENABLE_SEACASExodiff="$(usex netcdf)"
-DTrilinos_ENABLE_SEACASExodus="$(usex netcdf)"
-DTrilinos_ENABLE_TESTS="$(usex test)"
-   -DZoltan2_ENABLE_Experimental=ON
-DTPL_ENABLE_BinUtils=ON
-DTPL_ENABLE_BLAS=ON
-DTPL_ENABLE_LAPACK=ON



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

2020-12-20 Thread Marek Szuba
commit: 6c7badd7786ba4a87ea407be061329bfd7904f8b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 20 21:20:46 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 20 21:25:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7badd7

net-irc/weechat: migrate to lua-single.eclass

Both the latest release and the live ebuild.

Upstream build scripts use pkg-config to find Lua so there is no need
to pass Lua version to cmake + it might support LuaJIT. On the other hand,
they only fall back to unversioned module name having enumerated
supported versions so some patching is still necessary.

Both migrated ebuilds build, test and install fine for all supported Lua
implementations.

Closes: https://bugs.gentoo.org/752813
Signed-off-by: Marek Szuba  gentoo.org>

 net-irc/weechat/files/weechat-3.0-cmake_lua_version.patch |  9 +
 .../weechat/{weechat-.ebuild => weechat-3.0-r100.ebuild}  | 11 +--
 net-irc/weechat/weechat-.ebuild   | 11 +--
 profiles/package.mask |  1 +
 4 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/net-irc/weechat/files/weechat-3.0-cmake_lua_version.patch 
b/net-irc/weechat/files/weechat-3.0-cmake_lua_version.patch
new file mode 100644
index 000..6ed16efbd06
--- /dev/null
+++ b/net-irc/weechat/files/weechat-3.0-cmake_lua_version.patch
@@ -0,0 +1,9 @@
+--- a/cmake/FindLua.cmake
 b/cmake/FindLua.cmake
+@@ -35,5 +35,5 @@
+ 
+ find_package(PkgConfig)
+ if(PKG_CONFIG_FOUND)
+-  pkg_search_module(LUA lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 
lua-5.1 lua51 lua-5.0 lua5.0 lua50 lua)
++  pkg_search_module(LUA lua)
+ endif()

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-3.0-r100.ebuild
similarity index 94%
copy from net-irc/weechat/weechat-.ebuild
copy to net-irc/weechat/weechat-3.0-r100.ebuild
index b33c433ae6d..9612d0567f7 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-3.0-r100.ebuild
@@ -3,9 +3,10 @@
 
 EAPI=7
 
+LUA_COMPAT=( lua5-{1..4} )
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit cmake python-single-r1 xdg-utils
+inherit cmake lua-single python-single-r1 xdg-utils
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
@@ -29,6 +30,7 @@ LANGS=" cs de es fr it ja pl ru"
 IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
 
 REQUIRED_USE="
+   lua? ( ${LUA_REQUIRED_USE} )
python? ( ${PYTHON_REQUIRED_USE} )
test? ( nls )
 "
@@ -41,7 +43,7 @@ RDEPEND="
net-misc/curl[ssl]
charset? ( virtual/libiconv )
guile? ( >=dev-scheme/guile-2.0 )
-   lua? ( dev-lang/lua:0 )
+   lua? ( ${LUA_DEPS} )
nls? ( virtual/libintl )
perl? ( dev-lang/perl:= )
php? ( >=dev-lang/php-7.0:*[embed] )
@@ -62,11 +64,16 @@ BDEPEND="
nls? ( >=sys-devel/gettext-0.15 )
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0-cmake_lua_version.patch
+)
+
 DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc 
README.adoc"
 
 RESTRICT="!test? ( test )"
 
 pkg_setup() {
+   use lua && lua-single_pkg_setup
use python && python-single-r1_pkg_setup
 }
 

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index b33c433ae6d..9612d0567f7 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -3,9 +3,10 @@
 
 EAPI=7
 
+LUA_COMPAT=( lua5-{1..4} )
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit cmake python-single-r1 xdg-utils
+inherit cmake lua-single python-single-r1 xdg-utils
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
@@ -29,6 +30,7 @@ LANGS=" cs de es fr it ja pl ru"
 IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
 
 REQUIRED_USE="
+   lua? ( ${LUA_REQUIRED_USE} )
python? ( ${PYTHON_REQUIRED_USE} )
test? ( nls )
 "
@@ -41,7 +43,7 @@ RDEPEND="
net-misc/curl[ssl]
charset? ( virtual/libiconv )
guile? ( >=dev-scheme/guile-2.0 )
-   lua? ( dev-lang/lua:0 )
+   lua? ( ${LUA_DEPS} )
nls? ( virtual/libintl )
perl? ( dev-lang/perl:= )
php? ( >=dev-lang/php-7.0:*[embed] )
@@ -62,11 +64,16 @@ BDEPEND="
nls? ( >=sys-devel/gettext-0.15 )
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0-cmake_lua_version.patch
+)
+
 DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc 
README.adoc"
 
 RESTRICT="!test? ( test )"
 
 pkg_setup() {
+   use lua && lua-single_pkg_setup
use python && python-single-r1_pkg_setup
 }
 

diff --git a/profiles/package.mask b/profiles/package.mask
index 500d4b6bc3c..dd503e66e96 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -537,6 +537,7 @@ kde-apps/kdebase-meta:5
 >=net-analyzer/suricata-6.0.1-r100
 >=net-im/prosody-0.11.7-r100
 >=net-im/swift-4.0.2-r100
+>=net-irc/weechat-3.0-r100
 >=net-libs/axtls-2.1.5-r100
 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmaiload/, x11-plugins/wmmaiload/files/

2020-12-20 Thread Bernard Cafarelli
commit: 842ae0293d658d623527ccdadac7a4d25496a3d3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Dec 20 21:13:58 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Dec 20 21:14:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842ae029

x11-plugins/wmmaiload: multiple build fixes

Fix build with -fno-common
Set CPP
Use patch for SSL fix, bump EAPI

Closes: https://bugs.gentoo.org/708542
Closes: https://bugs.gentoo.org/760588
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../files/wmmaiload-2.3.0-fno-common.patch | 113 +
 .../wmmaiload/files/wmmaiload-2.3.0-ssl.patch  |  24 +
 x11-plugins/wmmaiload/wmmaiload-2.3.0-r2.ebuild|  46 +
 3 files changed, 183 insertions(+)

diff --git a/x11-plugins/wmmaiload/files/wmmaiload-2.3.0-fno-common.patch 
b/x11-plugins/wmmaiload/files/wmmaiload-2.3.0-fno-common.patch
new file mode 100644
index 000..f4c0eb9763b
--- /dev/null
+++ b/x11-plugins/wmmaiload/files/wmmaiload-2.3.0-fno-common.patch
@@ -0,0 +1,113 @@
+diff -Naur wmmaiload-2.3.0.orig/wmmaiload-config/main.c 
wmmaiload-2.3.0/wmmaiload-config/main.c
+--- wmmaiload-2.3.0.orig/wmmaiload-config/main.c   2005-07-13 
21:51:28.0 +0200
 wmmaiload-2.3.0/wmmaiload-config/main.c2020-12-20 22:04:03.170530520 
+0100
+@@ -11,6 +11,18 @@
+ #include "mainwindow.h"
+ #include "actions.h"
+ 
++int backlight;
++int update_interval;
++int boxnum;
++int check_delay;
++int switch_authorized;
++int run_once;
++int test_size;
++char *config_file;
++char *light_color;
++char *command;
++char *notif_cmd;
++MailBox *mboxes;
+ 
+ void Usage ()
+ {
+diff -Naur wmmaiload-2.3.0.orig/wmmaiload-config/mainwindow.c 
wmmaiload-2.3.0/wmmaiload-config/mainwindow.c
+--- wmmaiload-2.3.0.orig/wmmaiload-config/mainwindow.c 2009-02-23 
03:58:00.0 +0100
 wmmaiload-2.3.0/wmmaiload-config/mainwindow.c  2020-12-20 
22:05:14.978622375 +0100
+@@ -9,6 +9,19 @@
+ #include "mainwindow.h"
+ #include "actions.h"
+ 
++GtkWidget *application;
++GtkWidget *filelist;
++GtkWidget *wid_backlight;
++GtkWidget *wid_blink;
++GtkWidget *wid_interval;
++GtkWidget *wid_checkdelay;
++GtkWidget *wid_color;
++GtkWidget *wid_command;
++GtkWidget *wid_notify;
++GtkWidget *wid_runonce;
++GtkWidget *wid_testsize;
++
++int selected_row;
+ 
+ static GtkWidget *b_edit;
+ static GtkWidget *b_set;
+diff -Naur wmmaiload-2.3.0.orig/wmmaiload-config/mainwindow.h 
wmmaiload-2.3.0/wmmaiload-config/mainwindow.h
+--- wmmaiload-2.3.0.orig/wmmaiload-config/mainwindow.h 2005-07-07 
20:54:17.0 +0200
 wmmaiload-2.3.0/wmmaiload-config/mainwindow.h  2020-12-20 
22:05:14.978622375 +0100
+@@ -7,19 +7,19 @@
+ 
+ #include 
+ 
+-GtkWidget *application;
+-GtkWidget *filelist;
+-GtkWidget *wid_backlight;
+-GtkWidget *wid_blink;
+-GtkWidget *wid_interval;
+-GtkWidget *wid_checkdelay;
+-GtkWidget *wid_color;
+-GtkWidget *wid_command;
+-GtkWidget *wid_notify;
+-GtkWidget *wid_runonce;
+-GtkWidget *wid_testsize;
++extern GtkWidget *application;
++extern GtkWidget *filelist;
++extern GtkWidget *wid_backlight;
++extern GtkWidget *wid_blink;
++extern GtkWidget *wid_interval;
++extern GtkWidget *wid_checkdelay;
++extern GtkWidget *wid_color;
++extern GtkWidget *wid_command;
++extern GtkWidget *wid_notify;
++extern GtkWidget *wid_runonce;
++extern GtkWidget *wid_testsize;
+ 
+-int selected_row;
++extern int selected_row;
+ 
+ gint list_unsel_cb (GtkCList *clist,
+ gint row,
+diff -Naur wmmaiload-2.3.0.orig/wmmaiload-config/variables.h 
wmmaiload-2.3.0/wmmaiload-config/variables.h
+--- wmmaiload-2.3.0.orig/wmmaiload-config/variables.h  2005-07-07 
20:54:17.0 +0200
 wmmaiload-2.3.0/wmmaiload-config/variables.h   2020-12-20 
22:04:03.170530520 +0100
+@@ -7,17 +7,17 @@
+ 
+ #include "defines.h"
+ 
+-int backlight;
+-int update_interval;
+-int boxnum;
+-int check_delay;
+-int switch_authorized;
+-int run_once;
+-int test_size;
+-char *config_file;
+-char *light_color;
+-char *command;
+-char *notif_cmd;
+-MailBox *mboxes;
++extern int backlight;
++extern int update_interval;
++extern int boxnum;
++extern int check_delay;
++extern int switch_authorized;
++extern int run_once;
++extern int test_size;
++extern char *config_file;
++extern char *light_color;
++extern char *command;
++extern char *notif_cmd;
++extern MailBox *mboxes;
+ 
+ #endif

diff --git a/x11-plugins/wmmaiload/files/wmmaiload-2.3.0-ssl.patch 
b/x11-plugins/wmmaiload/files/wmmaiload-2.3.0-ssl.patch
new file mode 100644
index 000..81256348625
--- /dev/null
+++ b/x11-plugins/wmmaiload/files/wmmaiload-2.3.0-ssl.patch
@@ -0,0 +1,24 @@
+diff -Naur wmmaiload-2.3.0.orig/wmmaiload/Init.make 
wmmaiload-2.3.0/wmmaiload/Init.make
+--- wmmaiload-2.3.0.orig/wmmaiload/Init.make   2005-08-28 21:14:57.0 
+0200
 wmmaiload-2.3.0/wmmaiload/Init.make2020-12-20 22:10:24.487996211 
+0100
+@@ -45,7 +45,7 

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

2020-12-20 Thread Michał Górny
commit: 1375cd2739993887842eb68b4b091e1704572775
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 21:03:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 21:03:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1375cd27

package.mask: Fix bug number

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e28e38dcce1..500d4b6bc3c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,7 +33,7 @@
 #--- END OF EXAMPLES ---
 
 # Michał Górny  (2020-12-20)
-# Causes segfaults, pending investigation.  Bug #670917.
+# Causes segfaults, pending investigation.  Bug #760917.
 =dev-lang/python-3.8.7_rc1
 
 # Michał Górny  (2020-12-20)



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

2020-12-20 Thread Thomas Deutschmann
commit: d4f4a2ba6166380494d0029ce0aedc037884fd39
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 20:54:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 21:01:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f4a2ba

dev-db/mysql: fix building against >=dev-libs/icu-68

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

 dev-db/mysql/Manifest| 2 +-
 dev-db/mysql/mysql-8.0.22.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 64ead6b9598..4cbfcbe57a2 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -3,7 +3,7 @@ DIST mysql-5.7.31-patches-01.tar.xz 6664 BLAKE2B 
8225f286f0090653f9714545daa95cc
 DIST mysql-5.7.32-patches-01.tar.xz 6660 BLAKE2B 
5c63158615398bdcc4480a0e1b058f491b39ffc7ee33767b425f3b254555411031f64d865e1924afe8aa3926e4cba18049f1219a0a8acc702bc5e011c94fa947
 SHA512 
bf5e0d27af81e599005268ee243af4cd93f6df95c32cccb268a749322b4e5f73a2ce5d51f0ad1b0e1f2cf4702b8a05e4b2e0b73110fd4aac61f2a0f51bf4952e
 DIST mysql-8.0.20-patches-01.tar.xz 7176 BLAKE2B 
2fc51986c0a4da60521d0e64b9f8705caf8ec3869af930c9729359c3710059fc78aae176523fdf17d10173b404431f31f9bb23ee5c82fba7cbbb4cb39881c005
 SHA512 
bf8211cf3873f8672b9d3d1dc42b68a1c635690ffdc2d3393eafa83f060ada9f2eaa63f859bf8eecc24976a733d8c7c3b9632ac70f28b5facf48eae921c7ceeb
 DIST mysql-8.0.21-patches-01.tar.xz 7212 BLAKE2B 
2f1b38b3f84a124e3636cb726f3fcef82d71d933e90429dc78be44afeb4f456a37104359c5fd58ab50f0c03c1698e6c79f9b1e07640f0411c0024f558b4e9595
 SHA512 
3edcbb529b0623adaed30150d88c9b54d1a3e402faf5c7cff4ed626bbf4e5f50838d8f3c79bd2173439d748ded13412ff7fe37e3742c55879ff28907b9eb5660
-DIST mysql-8.0.22-patches-01.tar.xz 7176 BLAKE2B 
d793aefb0753bfdc04ae22f6f23e49755658c22bb749df3ba5cb5fad2296729600e209638be23e193aa0aaa114080be939e53e3e9aee45bde610eb17f0439211
 SHA512 
3606a5cd016a49bbbef008f5d0d0a98df44f523bfacf93cfd4e75f279b14329664241cc3cf63894fb24446a0eb1d51623b1267a5488dd3f7ea7990e9a18bf312
+DIST mysql-8.0.22-patches-02.tar.xz 7580 BLAKE2B 
a50704c3c58b1f67ca86edb233544137927b0ae5fdf302687b48f6fd30fbbd26798e8ef8282662586b25a7240b47278b44f944a8ca59f1a198bc228dd74459c9
 SHA512 
59f864452e9fdebe4d3990eff8b756e9bbfad58da216b74fa8b7e8391cb0d9d543ca2828591b9ed1ee276c1dec9e1851a8c2683507f0a326c85054e31cc3f950
 DIST mysql-boost-5.7.27.tar.gz 51436383 BLAKE2B 
6db64ab5fa659aae9baa3725a0de9465e48c37618ffd69f34809880c06a00ce55dce77f507810c6fa52d86901facfa42d3d1bd8db1914a779fbc88a69be82497
 SHA512 
573f4555f3d62bcd3dc2228bcfba023518d462bb6689114a3505ccf7c7c3061d2775a8e7a37ec3c8b9dea6e8fbc56ba599610f237abc38cedff58e75799bdc52
 DIST mysql-boost-5.7.29.tar.gz 51417554 BLAKE2B 
652ce9f99419387e9bcc37afeb1b46438784752e963c3aa1877f17650c31d8b058b4052da97c3a7e9454e758c259d6c311e0518f9a75909fce9741150b82164c
 SHA512 
38acf7c2a10b20c59230ad05cd2cd6996c4c582233c1be573ead08e5c6684275790da07a036570363f89b4d61547b306589b0b98ed5fca70723a3f2cbc21fe11
 DIST mysql-boost-5.7.30.tar.gz 51363998 BLAKE2B 
7897ad74b685c3b30e7ecdf132fdfa72f3416c05e8d0086cb8f7674b6c4f377fff9abc51ed258cc4dfeab50a2cb393af9076d9c1f9a83a26521facbaf223afa1
 SHA512 
b75d41d0c72d16c6f8d5393dab6e476b7993d296eb5683c12417ce2da3db2052fdab2a152f6e7c545315d21bfa35f26a247cb6cdab83d3418b5d34ed7f5f9560

diff --git a/dev-db/mysql/mysql-8.0.22.ebuild b/dev-db/mysql/mysql-8.0.22.ebuild
index 721ce231c3a..ccd6ddc59fa 100644
--- a/dev-db/mysql/mysql-8.0.22.ebuild
+++ b/dev-db/mysql/mysql-8.0.22.ebuild
@@ -12,7 +12,7 @@ MY_PV="${PV//_pre*}"
 MY_P="${PN}-${MY_PV}"
 
 # Patch version
-PATCH_SET="https://dev.gentoo.org/~whissi/dist/mysql/${PN}-8.0.22-patches-01.tar.xz;
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/mysql/${PN}-8.0.22-patches-02.tar.xz;
 
 SRC_URI="https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-${MY_PV}.tar.gz
https://cdn.mysql.com/archives/mysql-8.0/mysql-boost-${MY_PV}.tar.gz



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

2020-12-20 Thread Thomas Deutschmann
commit: 8d28301fa270fc97e42628a64efbb065c63791e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 20:59:06 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 21:01:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d28301f

dev-db/percona-server: fix building against >=dev-libs/icu-68

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

 dev-db/percona-server/Manifest| 2 +-
 dev-db/percona-server/percona-server-8.0.21.12.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index ebe13c616cf..4239cd33522 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -8,4 +8,4 @@ DIST percona-server-8.0.19.10-patches-01.tar.xz 8288 BLAKE2B 
2f79c538ac1512b0522
 DIST percona-server-8.0.20-11.tar.gz 494288758 BLAKE2B 
202f0cbd7395a6b8ae367ed96d1b6d2c6ae2a56ba6d85e8aad55a6b36a6966a0c3285836dc829e1583a46e28fd2903540e520f6347b1e8c18d99b08f58daef8b
 SHA512 
cf8aa999bd0205bded526838246d023eae5dfadeec1aaf0be99565def5a1cdcc8041bcff90ba6a49f5e903e4f436d416181a9f134555d5c71b7cf44d2ba58a6d
 DIST percona-server-8.0.20.11-patches-02.tar.xz 8876 BLAKE2B 
34cb3cd0c6d6fb8b2fca98efa53e6e163e4f6b251f629e40169018c328da5319a77ecceec92c925019d13a4ba2dba8c96a23dccf8ba8a3aa95452d4dc9278ffa
 SHA512 
372885f22e7e37bcd63f382d4b064d99b6f826cd2d053148fcdfa1c7f062f51531d5366c198976797f9a3349539e59f5ba96187dc79fdf00365c618b0f83b7c2
 DIST percona-server-8.0.21-12.tar.gz 522004727 BLAKE2B 
bc6bf77d862a4827839d1942f58e4124f4692abfa9298eaa7cebdaaa7a6cff036247edda51d9cbb878b0e79858e54cbe5326bc30479b1d5977a655240df438fd
 SHA512 
66076a6774cf18afb83aa8977a55e1a2d634c30e190d3bd8e82ba079fb772ac2a2402356be0b79677b54ca0b24c441d87444b68d1e66cd298ca6a0108d31
-DIST percona-server-8.0.21.12-patches-01.tar.xz 8916 BLAKE2B 
3a40f63383ad0c63830056b15453a0e7429f2507e8205cca660aaf6787c9d6ed9e741df8d09fc887fe07b82f86e7aa53730b3aa97788421ed4dde3e83c992c01
 SHA512 
f7599293dced8ea2bc98d88e8dfc4f20288974fecfe481f446b071c1d393119c22317819fcc054bf9cdd4c557044332d450ffc99b3a14c91b51a4c0b6c1c0896
+DIST percona-server-8.0.21.12-patches-02.tar.xz 9276 BLAKE2B 
97aa38dedcd1c09e88d2b17c462da8adbf1defbe1596abbc33eeca1ef1f14e3a2acddeca82da04e7c4d3a4c0dec70c53ee39d1011ba86c836492a2f8599a6732
 SHA512 
e7876088778a6190c0f0dbfbc44d5794c2d0903a2303bbb913fc1d4d7f462000108e33d3e764399c9fedbaa5b642004243316505f4a6f0566e1b250a9faded14

diff --git a/dev-db/percona-server/percona-server-8.0.21.12.ebuild 
b/dev-db/percona-server/percona-server-8.0.21.12.ebuild
index 14f08b79a9b..5081142e8ad 100644
--- a/dev-db/percona-server/percona-server-8.0.21.12.ebuild
+++ b/dev-db/percona-server/percona-server-8.0.21.12.ebuild
@@ -17,7 +17,7 @@ MY_MAJOR_PV=$(ver_cut 1-2)
 
MY_RELEASE_NOTES_URI="https://www.percona.com/doc/percona-server/${MY_MAJOR_PV}/;
 
 # Patch version
-PATCH_SET="https://dev.gentoo.org/~whissi/dist/percona-server/${PN}-8.0.21.12-patches-01.tar.xz;
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/percona-server/${PN}-8.0.21.12-patches-02.tar.xz;
 
 
SRC_URI="https://www.percona.com/downloads/${MY_PN}-${MY_MAJOR_PV}/${MY_PN}-${MY_PV}/source/tarball/${PN}-${MY_PV}.tar.gz

https://dl.bintray.com/boostorg/release/${MY_BOOST_VERSION}/source/boost_$(ver_rs
 1- _ ${MY_BOOST_VERSION}).tar.bz2



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-libs/axtls/

2020-12-20 Thread Marek Szuba
commit: 809959b9f502b56f82746dce503e763bf22f86c0
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 20 20:55:09 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 20 20:59:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809959b9

net-libs/axtls: migrate to lua-single.eclass

axtls in cgi-lua mode simply executes the Lua interpreter so a) it can
support all Lua implementations currently in the tree, and b) all we have
to do at build time is substitute /usr/bin/lua with ${LUA} in .config.

Closes: https://bugs.gentoo.org/752816
Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/axtls/axtls-2.1.5-r100.ebuild | 184 +
 profiles/package.mask  |   1 +
 2 files changed, 185 insertions(+)

diff --git a/net-libs/axtls/axtls-2.1.5-r100.ebuild 
b/net-libs/axtls/axtls-2.1.5-r100.ebuild
new file mode 100644
index 000..a988deef75d
--- /dev/null
+++ b/net-libs/axtls/axtls-2.1.5-r100.ebuild
@@ -0,0 +1,184 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua-single multilib multilib-minimal savedconfig toolchain-funcs user
+
+
+# axtls CONFIG MINI-HOWTO
+#
+# Note: axtls is highly configurable and uses mconf, like the linux kernel.
+# You can configure it in a couple of ways:
+#
+# 1) USE="-savedconfig" and set/unset the remaining flags to obtain the 
features
+# you want, and possibly a lot more.
+#
+# 2) You can create your own configuration file by doing
+#
+#  FEATURES="keepwork" USE="savedconfig -*" emerge axtls
+#  cd /var/tmp/portage/net-libs/axtls*/work/axTLS
+#  make menuconfig
+#
+# Now configure axtls as you want.  Finally save your config file:
+#
+#  cp config/.config /etc/portage/savedconfig/net-libs/axtls-${PV}
+#
+# where ${PV} is the current version.  You can then run emerge again with
+# your configuration by doing
+#
+#  USE="savedconfig" emerge axtls
+#
+
+
+MY_PN=${PN/tls/TLS}
+
+DESCRIPTION="Embedded client/server TLSv1 SSL library and small HTTP(S) server"
+HOMEPAGE="http://axtls.sourceforge.net/;
+SRC_URI="mirror://sourceforge/axtls/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${PN}-code"
+
+LICENSE="BSD GPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+IUSE="httpd cgi-lua cgi-php static static-libs doc"
+
+# TODO: add ipv6, and c#, java, lua, perl bindings
+# Currently these all have some issue
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND="
+   httpd? (
+   cgi-lua? ( ${LUA_DEPS} )
+   cgi-php? ( dev-lang/php[cgi] )
+   )"
+
+#Note1: static, cgi-* makes no sense if httpd is not given
+REQUIRED_USE="
+   static? ( httpd )
+   cgi-lua? ( httpd ${LUA_REQUIRED_USE} )
+   cgi-php? ( httpd )"
+
+AXTLS_GROUP="axtls"
+AXTLS_USER="axtls"
+
+pkg_setup() {
+   use cgi-lua && lua-single_pkg_setup
+
+   use httpd && {
+   ebegin "Creating axtls user and group"
+   enewgroup ${AXTLS_GROUP}
+   enewuser ${AXTLS_USER} -1 -1 -1 ${AXTLS_GROUP}
+   }
+}
+
+src_prepare() {
+   tc-export AR CC
+
+   eapply "${FILESDIR}/explicit-libdir-r1.patch"
+
+   #We want CONFIG_DEBUG to avoid stripping
+   #but not for debugging info
+   sed -i -e 's: -g::' config/Rules.mak || die
+   sed -i -e 's: -g::' config/makefile.conf || die
+
+   eapply_user
+
+   multilib_copy_sources
+}
+
+use_flag_config() {
+   cp "${FILESDIR}"/config config/.config || die
+
+   #Respect CFLAGS/LDFLAGS
+   sed -i -e 
"s:^CONFIG_EXTRA_CFLAGS_OPTIONS.*$:CONFIG_EXTRA_CFLAGS_OPTIONS=\"${CFLAGS}\":" \
+   config/.config || die
+   sed -i -e 
"s:^CONFIG_EXTRA_LDFLAGS_OPTIONS.*$:CONFIG_EXTRA_LDFLAGS_OPTIONS=\"${LDFLAGS}\":"
 \
+   config/.config || die
+
+   #The logic is that the default config file enables everything and we 
disable
+   #here with sed unless a USE flags says to keep it
+   if use httpd; then
+   if ! use static; then
+   sed -i -e 's:^CONFIG_HTTP_STATIC_BUILD:# 
CONFIG_HTTP_STATIC_BUILD:' \
+   config/.config || die
+   fi
+   if ! use cgi-php && ! use cgi-lua; then sed -i 
-e 's:^CONFIG_HTTP_HAS_CGI:# CONFIG_HTTP_HAS_CGI:' \
+   config/.config || die
+   fi
+   if ! use cgi-php; then
+   sed -i -e 's:,.php::' config/.config || die
+   fi
+   if ! use cgi-lua; then
+   sed -i -e 's:\.lua,::' \
+   -e 's:lua:php:' \
+   -e 's:^CONFIG_HTTP_ENABLE_LUA:# 

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

2020-12-20 Thread Michał Górny
commit: 4445cd197e2331c85b291c0f62e4bf78a1ab1145
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:43:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:43:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4445cd19

package.mask: Mask =dev-lang/python-3.8.7_rc1

Closes: https://bugs.gentoo.org/760917
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1f556c65ef2..09cc0063e05 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-12-20)
+# Causes segfaults, pending investigation.  Bug #670917.
+=dev-lang/python-3.8.7_rc1
+
 # Michał Górny  (2020-12-20)
 # Requires old dev-python/unidecode.  Last commit in 2017.  No revdeps.
 # Suggested replacement: dev-python/python-slugify.



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

2020-12-20 Thread Michał Górny
commit: 73c4f6d5374c0bc6b21244a21130c1da16ed4c64
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:36:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:36:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c4f6d5

dev-python/pyfakefs: Remove old

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

 dev-python/pyfakefs/Manifest  |  3 ---
 dev-python/pyfakefs/pyfakefs-4.2.1.ebuild | 23 ---
 dev-python/pyfakefs/pyfakefs-4.3.0.ebuild | 23 ---
 dev-python/pyfakefs/pyfakefs-4.3.1.ebuild | 23 ---
 4 files changed, 72 deletions(-)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index a0dc129c892..e08a898ac78 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,5 +1,2 @@
-DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1bba625cfaef22ea1f17089f6acf346c3a84e56e6ad41f501329c06539bcda72cad670481a3ad770d014ad1e93d
 SHA512 
99ee0ece46ed457dcf98c4c59ee905e58bbfe66e4fadcc3d3d9d725c2ce7b4fae25bc3cf847c85045a828beab52f315ec2ee78e6fea4b23cfe9aaddfd49f1829
-DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a
-DIST pyfakefs-4.3.1.tar.gz 194638 BLAKE2B 
752fb2ec88d7468ca439e7124e26b9f111f3b3971a47062b598a0d66c9fc5d8d317716ad73648de727ad6072546fd7b02f7f3a65da45998a20d5f5f3e5999bf1
 SHA512 
9e1521b7c051ef984329ebe9e2003f72a6f54497dcde46b3fe1b14f282ba436dc17ebd6b8e570714eb1ed8de9f484e6bc94ece0a39985a47f7668f350b5a797f
 DIST pyfakefs-4.3.2.tar.gz 194897 BLAKE2B 
c3b36e280cb73c4bcd2349382eb67726c19627b0c6dc392a0f38ec7f9f001e5ddbe93734de6d177c68ea1e2213c5c7d06827e3aa12af0c7cd744ba35b8d5df5c
 SHA512 
50479d2ac7b8622ee30c4c2f09cb3d2bdfb315b4eb61eecb37f8946f038ec9048d653250a0f58dcef55b1b8347b040ecd416f61f26ecfdf7b083801114770803
 DIST pyfakefs-4.3.3.tar.gz 194498 BLAKE2B 
4ad300889e8c8462f4a237c2a12a9d93cbaaff6e9e6347e667bc366abf9705023eb1838c4291488c10a51d5209810c773edcb08c58e3759ccd9f851b17ea82e1
 SHA512 
e4cc3603496705216c1ea1448f835a19efa5a1429f3ecd67911ab2dc76d6754af7bb25312a6b15046355af26b8b72528acf68db50960d2eaba8bb3ef80fccaa0

diff --git a/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
deleted file mode 100644
index de3186579fe..000
--- a/dev-python/pyfakefs/pyfakefs-4.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-inherit distutils-r1
-
-DESCRIPTION="a fake file system that mocks the Python file system modules"
-HOMEPAGE="https://github.com/jmcgeheeiv/pyfakefs/ 
https://pypi.org/project/pyfakefs/;
-SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild
deleted file mode 100644
index a437b0e387d..000
--- a/dev-python/pyfakefs/pyfakefs-4.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-inherit distutils-r1
-
-DESCRIPTION="a fake file system that mocks the Python file system modules"
-HOMEPAGE="https://github.com/jmcgeheeiv/pyfakefs/ 
https://pypi.org/project/pyfakefs/;
-SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
-}

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild
deleted file mode 100644
index a437b0e387d..000
--- a/dev-python/pyfakefs/pyfakefs-4.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-inherit distutils-r1
-
-DESCRIPTION="a fake file system that mocks the Python file system modules"
-HOMEPAGE="https://github.com/jmcgeheeiv/pyfakefs/ 
https://pypi.org/project/pyfakefs/;

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mailwatch-plugin/

2020-12-20 Thread Michał Górny
commit: b573a979a0f99fd8a59768dd5bed145ce419cc3a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:30:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b573a979

xfce-extra/xfce4-mailwatch-plugin: Update HOMEPAGE

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

 xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild 
b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild
index 5c343493a9f..ef3b4db80f3 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild
+++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.3.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit xdg-utils
 
 DESCRIPTION="An mail notification panel plug-in for the Xfce desktop 
environment"
-HOMEPAGE="https://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/;
+HOMEPAGE="https://www.spurint.org/projects/xfce4-mailwatch-plugin/;
 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/, sys-fs/squashfs-tools/files/

2020-12-20 Thread Michał Górny
commit: 0c7e8acaf9666ca4d2cfe388b635921b2615fb2b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:22:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7e8aca

sys-fs/squashfs-tools: Remove old

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

 sys-fs/squashfs-tools/Manifest |  1 -
 .../files/squashfs-tools-4.4-fno-common.patch  | 11 
 sys-fs/squashfs-tools/metadata.xml |  6 --
 sys-fs/squashfs-tools/squashfs-tools-4.4-r1.ebuild | 55 --
 sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild| 67 --
 5 files changed, 140 deletions(-)

diff --git a/sys-fs/squashfs-tools/Manifest b/sys-fs/squashfs-tools/Manifest
index 952f1f088a0..5df865b6a20 100644
--- a/sys-fs/squashfs-tools/Manifest
+++ b/sys-fs/squashfs-tools/Manifest
@@ -1,2 +1 @@
 DIST squashfs-tools-4.4-git.1.tar.gz 241963 BLAKE2B 
7a80c353efbbca851b2eb44e742f20b4cf59e91058b53b77c74d879dc18d882e3bb6de8a010a4469c0a53384ccf2968bba4cd1d6f10cfcede70fe07eebbf2409
 SHA512 
8d8cc3da7cbfc7b94d070021383413f3d1ef1261ba3fd9924dde4453558a8f8f14812c2f5614f87bef719496b0a023897de8d087c32a7344fa2eb9c1624563a0
-DIST squashfs-tools-4.4.tar.gz 241842 BLAKE2B 
006e2d340bcf6e20873221fb51fa30e0808c4a4d9e1838ca71c11ddbff3bf472dffe730e9edf07c34f535650e6486a8a80a88f82d6c9ef7a7c19aa22098e9197
 SHA512 
133ce437fb8c929933d52cff710b61dd9181f6f8be58250b0d6a59a7bb79a2b350f68f456b06a0e17c469409a71272d586802d570248273ddcd5dad088c00308

diff --git a/sys-fs/squashfs-tools/files/squashfs-tools-4.4-fno-common.patch 
b/sys-fs/squashfs-tools/files/squashfs-tools-4.4-fno-common.patch
deleted file mode 100644
index dfbf42abb34..000
--- a/sys-fs/squashfs-tools/files/squashfs-tools-4.4-fno-common.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/squashfs-tools/mksquashfs.h
-+++ b/squashfs-tools/mksquashfs.h
-@@ -143,7 +143,7 @@ struct append_file {
- #endif
- 
- extern struct cache *reader_buffer, *fragment_buffer, *reserve_cache;
--struct cache *bwriter_buffer, *fwriter_buffer;
-+extern struct cache *bwriter_buffer, *fwriter_buffer;
- extern struct queue *to_reader, *to_deflate, *to_writer, *from_writer,
-   *to_frag, *locked_fragment, *to_process_frag;
- extern struct append_file **file_mapping;

diff --git a/sys-fs/squashfs-tools/metadata.xml 
b/sys-fs/squashfs-tools/metadata.xml
index 9e444d0bdc1..a017cec98ce 100644
--- a/sys-fs/squashfs-tools/metadata.xml
+++ b/sys-fs/squashfs-tools/metadata.xml
@@ -5,12 +5,6 @@
mgo...@gentoo.org
Michał Górny

-   
-   
-   Enable support for XZ ("LZMA2") compression using
-   app-arch/xz-utils
-   
-   

squashfs


diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.4-r1.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-4.4-r1.ebuild
deleted file mode 100644
index f330af3c97a..000
--- a/sys-fs/squashfs-tools/squashfs-tools-4.4-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="tools to create and extract Squashfs filesystems"
-HOMEPAGE="https://github.com/plougher/squashfs-tools;
-SRC_URI="https://github.com/plougher/squashfs-tools/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="debug lz4 lzma lzo xattr zstd"
-
-RDEPEND="
-   sys-libs/zlib
-   lz4? ( app-arch/lz4 )
-   lzma? ( app-arch/xz-utils )
-   lzo? ( dev-libs/lzo )
-   xattr? ( sys-apps/attr )
-   zstd? ( app-arch/zstd )
-"
-DEPEND=${RDEPEND}
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.4-fno-common.patch
-)
-
-use10() { usex "${1}" 1 0; }
-
-src_configure() {
-   # set up make command line variables in EMAKE_SQUASHFS_CONF
-   EMAKE_SQUASHFS_CONF=(
-   LZMA_XZ_SUPPORT=$(use10 lzma)
-   LZO_SUPPORT=$(use10 lzo)
-   LZ4_SUPPORT=$(use10 lz4)
-   XATTR_SUPPORT=$(use10 xattr)
-   XZ_SUPPORT=$(use10 lzma)
-   ZSTD_SUPPORT=$(use10 zstd)
-   )
-
-   tc-export CC
-   use debug && append-cppflags -DSQUASHFS_TRACE
-}
-
-src_compile() {
-   emake "${EMAKE_SQUASHFS_CONF[@]}" -C squashfs-tools
-}
-
-src_install() {
-   dobin squashfs-tools/{mksquashfs,unsquashfs}
-   dodoc ACKNOWLEDGEMENTS CHANGES README*
-   dodoc -r RELEASE-READMEs
-}

diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild
deleted file mode 100644
index 26923c4c78e..000
--- a/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms 

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

2020-12-20 Thread Michał Górny
commit: 1592bcb3eefa4d99350b9ce517f6cf1a6a2815e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:28:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1592bcb3

dev-python/hiredis: Fix missing || die

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

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

diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild 
b/dev-python/hiredis/hiredis-1.1.0.ebuild
index 9fa9bf3c397..062ab4b7da6 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -27,6 +27,6 @@ src_prepare() {
 }
 
 python_test() {
-   cd test
+   cd test || die
"${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
 }



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

2020-12-20 Thread Michał Górny
commit: 7c29851a31c132a6a8ad7939134db13dce1ed813
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:22:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c29851a

app-portage/eix: Remove old

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

 app-portage/eix/Manifest   |   2 -
 app-portage/eix/eix-0.34.10.ebuild | 102 -
 app-portage/eix/eix-0.34.9.ebuild  | 102 -
 3 files changed, 206 deletions(-)

diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
index e1815e619a5..eed43fefef1 100644
--- a/app-portage/eix/Manifest
+++ b/app-portage/eix/Manifest
@@ -1,3 +1 @@
-DIST eix-0.34.10.tar.xz 630356 BLAKE2B 
6336652dbb3703295693dea40cb2d2a2d5c7fc17d28150faae07b566cccfddb8d103b83c5db34e839434b1fbbe0ff87a08c4af84d2f80c5e9b786d88d5743f96
 SHA512 
35270b7fafe6a13ebb33271b3baba07f61928d9c9c40aafabc47d8f7bd4a8d44e1013004361e9cf81e8517d5b1a8a3010d18c6fcac02dcc8b44dc443762f82a3
 DIST eix-0.34.11.tar.xz 629932 BLAKE2B 
7b203a4763a880379e5bafe086f70aeca6ad508cd558cc53d53683d8ee4a85111ba9fdea9fa81cd9c3939dd01ea392876b2714257138fd40a2c6b124e0fdbc90
 SHA512 
518dee499ed27acd39ea4c26e7b94a1098408b1d8cf6bc593e5e4b06aa973ae664e155886681c1e90e4a89afe8b54e05f8bd08d6ace2a2e1559fa613e5a351e7
-DIST eix-0.34.9.tar.xz 629672 BLAKE2B 
ba9a5de98f74baa711e7483e284980c0fe5e956512de590954bf848f6cf6baad5db899256e927e7cb984d7276157fa9c42052cc8fb1ccc52e5e530cc31d39d84
 SHA512 
5cb00c813bc31971a0cfd77cae0c676040d33f24963cb241274918d2e381956ca949593e0637d81040a9751db0a925552913188cc25ada9a90c6007c31f72e43

diff --git a/app-portage/eix/eix-0.34.10.ebuild 
b/app-portage/eix/eix-0.34.10.ebuild
deleted file mode 100644
index f11bcd6edbb..000
--- a/app-portage/eix/eix-0.34.10.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1 flag-o-matic tmpfiles
-
-DESCRIPTION="Search and query ebuilds"
-HOMEPAGE="https://github.com/vaeth/eix/;
-SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="debug doc nls sqlite"
-
-BOTHDEPEND="nls? ( virtual/libintl )
-   sqlite? ( >=dev-db/sqlite-3:= )"
-RDEPEND="${BOTHDEPEND}
-   >=app-shells/push-2.0-r1
-   >=app-shells/quoter-3.0_p2-r1"
-DEPEND="${BOTHDEPEND}
-   app-arch/xz-utils
-   nls? ( sys-devel/gettext )"
-
-pkg_setup() {
-   # remove stale cache file to prevent collisions
-   local old_cache=${EROOT}/var/cache/${PN}
-   if [[ -f ${old_cache} ]]; then
-   rm "${old_cache}" || die
-   fi
-}
-
-src_prepare() {
-   default
-   sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
-
-   sed -e "/eixf_source=/s:push.sh:cat 
\"${EPREFIX}/usr/share/push/push.sh\":" \
-   -e "/eixf_source=/s:quoter_pipe.sh:cat 
\"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
-   -i src/eix-functions.sh.in || die
-   sed -e "s:'\$(bindir)/eix-functions.sh':cat 
\"${EPREFIX}/usr/share/eix/eix-functions\":" \
-   -i src/Makefile.am || die
-
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable debug paranoic-asserts)
-   $(use_enable nls)
-   $(use_with doc extra-doc)
-   $(use_with sqlite)
-   --without-protobuf
-
-   # default configuration
-   $(use_with prefix always-accept-keywords)
-   --with-dep-default
-   --with-required-use-default
-
-   # paths
-   --with-portage-rootpath="${ROOTPATH}"
-   --with-eprefix-default="${EPREFIX}"
-
-   # build a single executable with symlinks
-   --disable-separate-binaries
-   --disable-separate-tools
-
-   # used purely to control/disrespect *FLAGS
-   --disable-debugging
-   --disable-new_dialect
-   --disable-optimization
-   --disable-strong-optimization
-   --disable-security
-   --disable-nopie-security
-   --disable-strong-security
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   dobashcomp bash/eix
-   dotmpfiles tmpfiles.d/eix.conf
-
-   rm -r "${ED}"/usr/bin/eix-functions.sh || die
-}
-
-pkg_postinst() {
-   tmpfiles_process eix.conf
-
-   local obs=${EROOT}/var/cache/eix.previous
-   if [[ -f ${obs} ]]; then
-   ewarn "Found obsolete ${obs}, please remove it"

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

2020-12-20 Thread Michał Górny
commit: 2a22c67b08b03323561a88f80cbbba8a51bb5423
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:31:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a22c67b

dev-python/hiredis: Update HOMEPAGE

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

 dev-python/hiredis/hiredis-1.1.0.ebuild | 2 +-
 dev-python/hiredis/metadata.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild 
b/dev-python/hiredis/hiredis-1.1.0.ebuild
index d453700157d..9fa9bf3c397 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1
 
 DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py;
+HOMEPAGE="https://github.com/redis/hiredis-py/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/hiredis/metadata.xml b/dev-python/hiredis/metadata.xml
index 2bf5fbd7ca5..2d6830cbdf6 100644
--- a/dev-python/hiredis/metadata.xml
+++ b/dev-python/hiredis/metadata.xml
@@ -11,7 +11,7 @@
   
   
 hiredis
-pietern/hiredis-py
+redis/hiredis-py
   
   
 Use dev-libs/hiredis from system



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

2020-12-20 Thread Michał Górny
commit: af453e9a5ae1c6c6ccf174c5dc35d361b02d1dc1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:22:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af453e9a

dev-python/hiredis: Remove old

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

 dev-python/hiredis/Manifest|  1 -
 dev-python/hiredis/hiredis-1.0.1-r1.ebuild | 32 --
 dev-python/hiredis/hiredis-1.0.1.ebuild| 29 ---
 3 files changed, 62 deletions(-)

diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index d60dee5ddaf..3504fdc829a 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1 @@
-DIST hiredis-1.0.1.tar.gz 54460 BLAKE2B 
90bdbd99f47b0765636dbeee9fc3cbb9c71fd7ba752a0d58ab9c2c9d2ee93bfc1a343465618d1127703ae09a4870d6691d7d5b52f59150849a448eae73c6a1d3
 SHA512 
8aa5e29b09f42826d746857d55b8042b40ffa3977386b0f8b2ea1b2ede0c28337f3df4bbd177192d8873570810bc9d0987f1f2b29f094f27adaa4aaf409c3a6b
 DIST hiredis-1.1.0.tar.gz 54620 BLAKE2B 
9991745d277e87efe836c1c8eabb2016ce401e2be52c7e1b3a154350776fae6fd3c49e3096da57231e42c57bf36ba692ce26bc993d0923b5246376d8694ad058
 SHA512 
ad37868376de91303c15ffe6109dc7fadb4f458efdd44b7ddc0a410937a389b8e062ab7d36b1aec3fe324ecafe6b1e5e6b92f547cbf619251dad22a28e02ee9c

diff --git a/dev-python/hiredis/hiredis-1.0.1-r1.ebuild 
b/dev-python/hiredis/hiredis-1.0.1-r1.ebuild
deleted file mode 100644
index 8e84e217d31..000
--- a/dev-python/hiredis/hiredis-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="system-libs"
-
-DEPEND="system-libs? ( dev-libs/hiredis:0/0.14 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   use system-libs && PATCHES+=(
-   "${FILESDIR}"/${P}-system-libs.patch
-   "${FILESDIR}"/${P}-api-0.14.patch
-   )
-   default
-}
-
-python_test() {
-   cd test
-   "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
-}

diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild 
b/dev-python/hiredis/hiredis-1.0.1.ebuild
deleted file mode 100644
index bde16f81915..000
--- a/dev-python/hiredis/hiredis-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND="dev-libs/hiredis:0/0.14"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-system-libs.patch
-   "${FILESDIR}"/${P}-api-0.14.patch
-)
-
-python_test() {
-   cd test
-   "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/

2020-12-20 Thread Michał Górny
commit: 637252c7b8c63487fc1351058173e3858f1cbdd7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:23:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637252c7

xfce-extra/xfce4-weather-plugin: Remove old

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

 xfce-extra/xfce4-weather-plugin/Manifest   |  1 -
 .../xfce4-weather-plugin-0.10.1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/xfce-extra/xfce4-weather-plugin/Manifest 
b/xfce-extra/xfce4-weather-plugin/Manifest
index 26cd1aa1751..ff1db9bfe5d 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-weather-plugin-0.10.1.tar.bz2 3026945 BLAKE2B 
511427d430b696983855687db12ef8877eabc6a0e2518f511e9f90286b08fcf8b52da10bf6ba7b435c069d5018b653c2c7703e8b9ec3f858251ad9c949acb760
 SHA512 
14fd17da60b0ac76dd0f8e1b7858e8cef57c5168b7467412e1d45ae91e44858c7619cdca2ee59e242d2888038d458faa7580bf02d1cad3371ec80acc9012f569
 DIST xfce4-weather-plugin-0.10.2.tar.bz2 3049859 BLAKE2B 
92e406a77f3538cfc9f5b23b7eb749df0593a4eb50eee6b7d589f00d3f30ce64a58557167189f0306a9079f7ff3ad09c8f67a822b63360ee45d35854b8e55704
 SHA512 
77df6d10772e47fc6b3cf4db2396b8c6ad87b6b3afb59b2a256d4c52c9f69db30039ee8c6d7b3fbabd613815cad284ecdf7b267293de7ebee76faaa583d89a11

diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild 
b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
deleted file mode 100644
index 8ea4755cbfa..000
--- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.10.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A weather plug-in for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="upower"
-
-RDEPEND=">=dev-libs/glib-2.42
-   dev-libs/libxml2
-   >=net-libs/libsoup-2.42[ssl]
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   upower? ( >=sys-power/upower-0.9.23 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   # For GEONAMES_USERNAME, read README file and ask ssuominen@!
-   local myconf=(
-   $(use_enable upower)
-   GEONAMES_USERNAME=Gentoo
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



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

2020-12-20 Thread Michał Górny
commit: 9d16009efa8caaa1df95aab2ca7aed03b40df15e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:32:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d16009e

dev-python/miniupnpc: Port to py3.9

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

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

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.0.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.0.ebuild
index e2122994dfd..2c91059596e 100644
--- a/dev-python/miniupnpc/miniupnpc-2.2.0.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1 verify-sig
 



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/

2020-12-20 Thread Michał Górny
commit: 0d786e8ec696702ecee8671b579e1348efd61009
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:23:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d786e8e

xfce-extra/xfce4-screensaver: Remove old

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

 xfce-extra/xfce4-screensaver/Manifest  |  1 -
 .../xfce4-screensaver-0.1.10.ebuild| 73 --
 2 files changed, 74 deletions(-)

diff --git a/xfce-extra/xfce4-screensaver/Manifest 
b/xfce-extra/xfce4-screensaver/Manifest
index 084b804a819..0b2469d7c81 100644
--- a/xfce-extra/xfce4-screensaver/Manifest
+++ b/xfce-extra/xfce4-screensaver/Manifest
@@ -1,2 +1 @@
-DIST xfce4-screensaver-0.1.10.tar.bz2 665624 BLAKE2B 
9af4a821bcbb461462cf620dbd2c064a32b904f0d6887095cd00939f857244d69612e18559c0cf0be93e9044047d0e3dba8c756acc16fe9e3e136a718beb3942
 SHA512 
a04842697c7a8f84ee937f0371b3d1413163b59d1a54b9adf0b904dd501d6328ab645160567ff79afbe063cc113a488567ec5d8df4d6ed2db354738275c00b2e
 DIST xfce4-screensaver-0.1.11.tar.bz2 699642 BLAKE2B 
5fbb5b5c923e82070e429fcf65c8c5b5b9b0d78cba9fd128c84490a6a0927a0620b41af7ffb7356cd13ccfe48f2e1841f90e980c4bfbd15fa8f50e0f1fed7e75
 SHA512 
f692e31cba00d65887b90857eb4c1075000859f85db7dac7f421cc0d9812c6e8d517fcdfcac7546a6818375f9a7222a2afb80ae7076e62953bc8dcc7af9be174

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.10.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.10.ebuild
deleted file mode 100644
index da385e71b5c..000
--- a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.10.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
-HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 x86"
-IUSE="elogind +locking opengl pam systemd"
-
-# Xrandr: optional but automagic
-RDEPEND="
-   >=dev-libs/dbus-glib-0.30
-   >=dev-libs/glib-2.50:2
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.20:3
-   x11-libs/libICE:=
-   x11-libs/libX11:=
-   x11-libs/libXScrnSaver:=
-   x11-libs/libXext:=
-   x11-libs/libXxf86vm:=
-   >=x11-libs/libXrandr-1.3:=
-   >=x11-libs/libxklavier-5.2:=
-   >=xfce-base/garcon-0.5.0:=
-   >=xfce-base/libxfce4ui-4.12.1:=
-   >=xfce-base/libxfce4util-4.12.1:=
-   >=xfce-base/xfconf-4.12.1:=
-   elogind? ( sys-auth/elogind )
-   locking? (
-   pam? ( sys-libs/pam )
-   )
-   opengl? ( virtual/opengl )
-   systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-apps/dbus
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   # disable docbook for now
-   ac_cv_path_XMLTO=no
-
-   # xscreensaver dirs autodetection doesn't seem to work
-   --with-xscreensaverdir=/usr/share/xscreensaver/config
-   --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
-   --without-console-kit
-
-   $(use_with opengl libgl)
-   $(use_enable locking)
-   $(use_enable pam)
-   $(use_with elogind)
-   $(use_with systemd)
-   )
-
-   if use pam; then
-   myconf+=( --with-pam-auth-type=system )
-   fi
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



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

2020-12-20 Thread Michał Górny
commit: e1b04778aeb5471b81d7d25b5307e2e13881c176
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:21:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b04778

dev-util/cvise: Remove old

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

 dev-util/cvise/Manifest  |  3 --
 dev-util/cvise/cvise-1.6.0.ebuild| 59 ---
 dev-util/cvise/cvise-1.7.0-r1.ebuild | 60 
 dev-util/cvise/cvise-1.8.0.ebuild| 60 
 4 files changed, 182 deletions(-)

diff --git a/dev-util/cvise/Manifest b/dev-util/cvise/Manifest
index ef6fbd3d3c6..7365c118146 100644
--- a/dev-util/cvise/Manifest
+++ b/dev-util/cvise/Manifest
@@ -1,5 +1,2 @@
-DIST cvise-1.6.0.tar.gz 243050 BLAKE2B 
64c305426dbeaf2e3f3a92a902209b35fcc76b5f5a6d2e48fcc8e24d1325badc0839e70afa1381c6d1412c22a7e9dd41ca03d6ca714fa5082958378cc8863000
 SHA512 
9d4ee043c34748b600b49ac4f00463b853faff2809f8b581e9b07433a8f3bef4436d0e5d5a9dbff1b2d7c3a8ab1d6d4823e78787eb3e911a683808703b2e24b6
-DIST cvise-1.7.0.tar.gz 248515 BLAKE2B 
b1a2ca8abc7a09c240a7ae39400e3e60ca641dd0dff4edb34f43d755619ec47bb7a0d25fd6b4461bf80a3be14a63c6e56d0e3e758827ca7c2ef90370aba5d539
 SHA512 
2e0115355c0ca3cdf593ad4a8d0079ea0ea193234ff4fcae8bdc7c0244cc7b8672025682821279b826fda97f80dc71455390d709836acb671c19772f13156de5
-DIST cvise-1.8.0.tar.gz 248744 BLAKE2B 
5196a2bb68c0f9ca1a8219ee0dccae80aa7adac64df5bc4c7601a8ef81048875bfa3d8fb2e8c407cfa8f238739733ad4fbdf08bb14a72ec208d562bd7e69ba84
 SHA512 
eaef3506f0fcd54953271494ebdbd043c028cd98c4a976bc2d978112c28d27d5d307527db52c2a3f8f153b52430ba9c61ad072dcae5a6e0b9bfb8be844a50bab
 DIST cvise-1.9.0.tar.gz 249042 BLAKE2B 
357d429afc43691e616dba31621d1de89fb1f85fcbc177847b3367aac993ccd2c3bec20226e910a319d5d6194b32d0be9704e4fa7b8fce49f23788d10a378012
 SHA512 
518c48b7b9d9af9b856bfc46d4fb8064bca3730735bdabf2b3aa981a3f743fa6988594b7cbe39da71ac01fbadb4a45e5212d7c79b510fa36d86055978829495b
 DIST cvise-2.0.0.tar.gz 249307 BLAKE2B 
ba1a70da71706969a35b1223ad0c0fa1a1d4caf7f70eef184adc4dbc69586be6a33bdf11d7c1b606ea4b20d4cd2bf68170aabc1764364c235fe5f67182419080
 SHA512 
e49ca9919ced9db67b16af4b8a7cd3c18c7d96dea5724c9ee6d60736c8f34074d68ade151be702794c93b24943d167278e1c1a6e6f67a9a1422f695f3a177e46

diff --git a/dev-util/cvise/cvise-1.6.0.ebuild 
b/dev-util/cvise/cvise-1.6.0.ebuild
deleted file mode 100644
index ac8d916a843..000
--- a/dev-util/cvise/cvise-1.6.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-: ${CMAKE_MAKEFILE_GENERATOR=ninja}
-PYTHON_COMPAT=( python3_{6..9} )
-inherit cmake llvm python-single-r1
-
-DESCRIPTION="Super-parallel Python port of the C-Reduce"
-HOMEPAGE="https://github.com/marxin/cvise/;
-SRC_URI="
-   https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-LLVM_MAX_SLOT=12
-DEPEND="
-   || (
-   sys-devel/clang:12
-   sys-devel/clang:11
-   sys-devel/clang:10
-   )
-   <=sys-devel/clang-$(( LLVM_MAX_SLOT + 1 )):="
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pebble[${PYTHON_USEDEP}]
-   ')
-   dev-util/unifdef
-   sys-devel/flex"
-BDEPEND="
-   ${PYTHON_DEPS}
-   sys-devel/flex
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/pebble[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   ')
-   )"
-
-llvm_check_deps() {
-   has_version "sys-devel/clang:${LLVM_SLOT}"
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   llvm_pkg_setup
-}
-
-src_test() {
-   cd "${BUILD_DIR}" || die
-   pytest -vv || die
-}

diff --git a/dev-util/cvise/cvise-1.7.0-r1.ebuild 
b/dev-util/cvise/cvise-1.7.0-r1.ebuild
deleted file mode 100644
index 16f63504e0d..000
--- a/dev-util/cvise/cvise-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-: ${CMAKE_MAKEFILE_GENERATOR=ninja}
-PYTHON_COMPAT=( python3_{6..9} )
-inherit cmake llvm python-single-r1
-
-DESCRIPTION="Super-parallel Python port of the C-Reduce"
-HOMEPAGE="https://github.com/marxin/cvise/;
-SRC_URI="
-   https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-LLVM_MAX_SLOT=12
-DEPEND="
-   || (
-   sys-devel/clang:12
-   sys-devel/clang:11
-   sys-devel/clang:10
-   )
-  

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

2020-12-20 Thread Michał Górny
commit: fc3ffcb8543b38d5254c1a33729bd1683ff28584
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:21:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3ffcb8

sys-fs/duperemove: Remove old

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

 sys-fs/duperemove/Manifest |  1 -
 sys-fs/duperemove/duperemove-0.11.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/sys-fs/duperemove/Manifest b/sys-fs/duperemove/Manifest
index c176fd3124c..1ca6438a073 100644
--- a/sys-fs/duperemove/Manifest
+++ b/sys-fs/duperemove/Manifest
@@ -1,2 +1 @@
-DIST duperemove-0.11.1.tar.gz 115740 BLAKE2B 
7804f1c98cdeb349ae12425636575c9b2468613dfe908d8c9f1d9fb74aefb412142002a0fc899b8448ed1b255257569555264b9d9c172899f856a919d02dd1a8
 SHA512 
3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9
 DIST duperemove-0.11.2.tar.gz 158001 BLAKE2B 
743f59319424f7fcd400bc24de056fb79fddcb2600a707446c2f1c13c26cdae2ae24e1a91d9edadef55aaafb01b7ca217defc4c939053981bddaca12fcc230e9
 SHA512 
d2b24c912a3ae4a5b9730ba1369b6174cc6fe252710dc7dae2971816e931558ea68d664bf4c9497630dd9002a71fccc26848ad848831fa45d7a7715ba65378e5

diff --git a/sys-fs/duperemove/duperemove-0.11.1.ebuild 
b/sys-fs/duperemove/duperemove-0.11.1.ebuild
deleted file mode 100644
index 2491a42a58a..000
--- a/sys-fs/duperemove/duperemove-0.11.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Btrfs and xfs deduplication utility"
-HOMEPAGE="https://github.com/markfasheh/duperemove;
-SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV/_/.}.tar.gz -> 
${P/_/.}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-db/sqlite:3
-   dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P/_/.}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}



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

2020-12-20 Thread Michał Górny
commit: 9d5bc17021d366eab369ef4ac47359b19f52ba04
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:32:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5bc170

dev-python/miniupnpc: Remove old

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

 dev-python/miniupnpc/Manifest  |  2 --
 dev-python/miniupnpc/miniupnpc-2.1.20201016.ebuild | 34 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index eace9f0adc8..f8092a1cc73 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,4 +1,2 @@
-DIST miniupnpc-2.1.20201016.tar.gz 97682 BLAKE2B 
2c98f71ff7262a24a69a9a4af411dbeb58c20ec4181bca8bbdd61c628bf5bd49f7e9b763b73ffb5d3508b5b545a0c918828ead2a376b57b8ea5051cd7b8e9c13
 SHA512 
d619f7e205cac68137020fab31e8bdaeebd09eeaca5e42e1e03a9e0085a64d635ec896862a488b0d57798d1e6ce96e2ba5652f60c0b8df9fc866eea90baea152
-DIST miniupnpc-2.1.20201016.tar.gz.sig 543 BLAKE2B 
b8ddcadb58e7b8dc4646ea1ac4e10331fe70a5b9a27902dd5ad09ac306605160b63f2e21d96eda4aa0f77485800cb9c5aa110f215dbe3536a9f6ec1c4a5e9ed9
 SHA512 
fb7886d4198bd2ae1eeff293152ff509e7ebe6ff0f9b3c20d5824f7ca9f65091a61db2bc0a8ac9fb0449994aba594cff3bf6c556876dbb47d593ecf8b7b26d10
 DIST miniupnpc-2.2.0.tar.gz 98348 BLAKE2B 
3464dc7f0b5416b558d0dd49121f3b851d9808a516c19d4f99fdb205e20149f27ef495d9f8da09ad3a28656580bfc16d1cf99ef993e41e9600cfe427b4a776d2
 SHA512 
b5bb674f162cae3d9e0205a9cdf6acc1fb334ab8ac5330be924411a8fd46833fb916d09f947d1e40d05224df7df1ecf6d812037185690e5022287c2024eb183f
 DIST miniupnpc-2.2.0.tar.gz.sig 543 BLAKE2B 
c75dbc54debc77e63ea3534f8f424a3904131893fc31d6485163ee6ecdafdab02fc0db8e290d28c834ac0efc5a37c34cbca7f14e1c78f859d22abc4e0b2ae48f
 SHA512 
54f8cccea5886e06fbdaa04d270c12bd95d219be0b275491d9168f1089b1efe96e8a6f30ebf428091a3bae4bc349c0b8c94a22e94d56845a0a8b9724b1f9f74d

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20201016.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.1.20201016.ebuild
deleted file mode 100644
index e2122994dfd..000
--- a/dev-python/miniupnpc/miniupnpc-2.1.20201016.ebuild
+++ /dev/null
@@ -1,34 +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} pypy3 )
-
-inherit distutils-r1 verify-sig
-
-DESCRIPTION="Python bindings for UPnP client library"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz
-   verify-sig? ( http://miniupnp.free.fr/files/${P}.tar.gz.sig )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-libs/miniupnpc-${PV}:0="
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( app-crypt/openpgp-keys-miniupnp )"
-
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/miniupnp.asc
-
-PATCHES=(
-   "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
-)
-
-# DOCS are installed by net-libs/miniupnpc.
-DOCS=()
-
-# Example test command:
-# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mailwatch-plugin/

2020-12-20 Thread Michał Górny
commit: f1e94efa8a6f278c24263039fdfba20dc67a8ca7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:22:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e94efa

xfce-extra/xfce4-mailwatch-plugin: Remove old

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

 xfce-extra/xfce4-mailwatch-plugin/Manifest |  1 -
 .../xfce4-mailwatch-plugin-1.2.0-r6.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/xfce-extra/xfce4-mailwatch-plugin/Manifest 
b/xfce-extra/xfce4-mailwatch-plugin/Manifest
index 691d422c009..d4f84ff8ac0 100644
--- a/xfce-extra/xfce4-mailwatch-plugin/Manifest
+++ b/xfce-extra/xfce4-mailwatch-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mailwatch-plugin-1.2.0.tar.bz2 509649 BLAKE2B 
7749914cf4e8ca34e27c63033e84718c4bc8d9da11ca9f6487bf9291c145f5b062d6b7b07d03d2eb273d0e88b96946641721f6f24dd19c19db9f923e9b33ff53
 SHA512 
6f5128b2341ab275427e02b1ef063cb2fdcf4027f5c47cfc0ed26086462eb0e9f7353441ea1b9380b91a892414934203b781445f604d67200786e3dd85183a83
 DIST xfce4-mailwatch-plugin-1.3.0.tar.bz2 551687 BLAKE2B 
3ec841c32df059a2be99ad21c706be794d97c493e9ae1c1be5ec9006c45df51a766c8c89ef9f2941f6c411c18bfd5d01e8a510acfc4233cb349e1528346d0617
 SHA512 
07d4e4cc2f7d299a142d9e9b307c2797892a5febd8451d5291cb9574be0bd5daba677ee893fea3af49b6a8acbfb827ae0125ba11014df37b6c68a2734ecde11b

diff --git 
a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r6.ebuild 
b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r6.ebuild
deleted file mode 100644
index a7f3091d9aa..000
--- a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.2.0-r6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="An mail notification panel plug-in for the Xfce desktop 
environment"
-HOMEPAGE="https://spuriousinterrupt.org/projects/xfce4-mailwatch-plugin/;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="ipv6 ssl"
-
-RDEPEND=">=dev-libs/glib-2:=
-   >=x11-libs/gtk+-2.18:2=
-   x11-libs/libX11:=
-   =xfce-base/libxfce4util-4.10:=
-   =net-libs/gnutls-2:=
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   econf $(use_enable ssl) $(use_enable ipv6)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2020-12-20 Thread Michał Górny
commit: 8da8b6ee75573e992a9cb5391286b2af1540df85
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:32:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da8b6ee

net-libs/miniupnpc: Remove old

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

 net-libs/miniupnpc/Manifest  |  2 -
 net-libs/miniupnpc/miniupnpc-2.1.20201016.ebuild | 61 
 2 files changed, 63 deletions(-)

diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
index eace9f0adc8..f8092a1cc73 100644
--- a/net-libs/miniupnpc/Manifest
+++ b/net-libs/miniupnpc/Manifest
@@ -1,4 +1,2 @@
-DIST miniupnpc-2.1.20201016.tar.gz 97682 BLAKE2B 
2c98f71ff7262a24a69a9a4af411dbeb58c20ec4181bca8bbdd61c628bf5bd49f7e9b763b73ffb5d3508b5b545a0c918828ead2a376b57b8ea5051cd7b8e9c13
 SHA512 
d619f7e205cac68137020fab31e8bdaeebd09eeaca5e42e1e03a9e0085a64d635ec896862a488b0d57798d1e6ce96e2ba5652f60c0b8df9fc866eea90baea152
-DIST miniupnpc-2.1.20201016.tar.gz.sig 543 BLAKE2B 
b8ddcadb58e7b8dc4646ea1ac4e10331fe70a5b9a27902dd5ad09ac306605160b63f2e21d96eda4aa0f77485800cb9c5aa110f215dbe3536a9f6ec1c4a5e9ed9
 SHA512 
fb7886d4198bd2ae1eeff293152ff509e7ebe6ff0f9b3c20d5824f7ca9f65091a61db2bc0a8ac9fb0449994aba594cff3bf6c556876dbb47d593ecf8b7b26d10
 DIST miniupnpc-2.2.0.tar.gz 98348 BLAKE2B 
3464dc7f0b5416b558d0dd49121f3b851d9808a516c19d4f99fdb205e20149f27ef495d9f8da09ad3a28656580bfc16d1cf99ef993e41e9600cfe427b4a776d2
 SHA512 
b5bb674f162cae3d9e0205a9cdf6acc1fb334ab8ac5330be924411a8fd46833fb916d09f947d1e40d05224df7df1ecf6d812037185690e5022287c2024eb183f
 DIST miniupnpc-2.2.0.tar.gz.sig 543 BLAKE2B 
c75dbc54debc77e63ea3534f8f424a3904131893fc31d6485163ee6ecdafdab02fc0db8e290d28c834ac0efc5a37c34cbca7f14e1c78f859d22abc4e0b2ae48f
 SHA512 
54f8cccea5886e06fbdaa04d270c12bd95d219be0b275491d9168f1089b1efe96e8a6f30ebf428091a3bae4bc349c0b8c94a22e94d56845a0a8b9724b1f9f74d

diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20201016.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.1.20201016.ebuild
deleted file mode 100644
index 939ae17cc4e..000
--- a/net-libs/miniupnpc/miniupnpc-2.1.20201016.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs verify-sig
-
-DESCRIPTION="UPnP client library and a simple UPnP client"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz
-   verify-sig? ( http://miniupnp.free.fr/files/${P}.tar.gz.sig )"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 s390 sparc x86"
-IUSE="ipv6 kernel_linux static-libs"
-
-RDEPEND=""
-BDEPEND="
-   kernel_linux? ( sys-apps/lsb-release sys-apps/which )
-   verify-sig? ( app-crypt/openpgp-keys-miniupnp )"
-
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/miniupnp.asc
-
-src_prepare() {
-   eapply_user
-
-   # These bins are not installed, upnpc-static requires building static 
lib
-   sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
-   # Prevent gzipping manpage.
-   sed -i -e '/gzip/d' Makefile || die
-
-   if ! use static-libs; then
-   sed -i \
-   -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-   -e '/$(INSTALL) -m 644 $(LIBRARY) 
$(DESTDIR)$(INSTALLDIRLIB)/d' \
-   Makefile || die
-   fi
-}
-
-# Upstream cmake causes more trouble than it fixes,
-# so we'll just stay with the Makefile for now.
-
-src_compile() {
-   tc-export CC AR
-   emake upnpc-shared $(usex static-libs upnpc-static '')
-}
-
-src_test() {
-   emake -j1 HAVE_IPV6=$(usex ipv6) check
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   PREFIX="${EPREFIX}/usr" \
-   INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
-   install
-
-   dodoc README Changelog.txt
-}



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

2020-12-20 Thread Michał Górny
commit: 1a0358d77ceec696f26c0c4f0ea5ca8fda06df3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:33:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0358d7

dev-python/pygit2: Remove old

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

 dev-python/pygit2/Manifest|  1 -
 dev-python/pygit2/pygit2-1.3.0.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/pygit2/Manifest b/dev-python/pygit2/Manifest
index 9267f85a40e..a2e04b6c230 100644
--- a/dev-python/pygit2/Manifest
+++ b/dev-python/pygit2/Manifest
@@ -1,2 +1 @@
-DIST pygit2-1.3.0.tar.gz 243399 BLAKE2B 
273d678b1681bbe969282ed10af640a59d99c421d32f6d25cf7374a6b018fb52f92337929a24bd9348085fb4f359561d21b51728ce66d73a5ee7089eef9b7b4c
 SHA512 
297c6aef27019ca540d7ec9c26da7a5e870a7e5c2e06daa1a038023c4ab32c800b2494970e41a3d576e17e1d2c33402c3116389d9e2ebe1c2def0ba529dbde71
 DIST pygit2-1.4.0.tar.gz 244586 BLAKE2B 
aa4c04ff22df31270a03107498abe095e99e196711a1939fe6f15d4cae18e94d72f1964850437c5e82d897ca74e951a5b877fb41154f3790c9fb6c926c6cfe0b
 SHA512 
b6b9d5028fd63593e6ecd869735132edeeb55c1fd97664be5d0d5dac0c25f844ce0d981782fad7f47e54555ab1f7fa5e87d1ad8a76340d81e1f908ad4ea1e35a

diff --git a/dev-python/pygit2/pygit2-1.3.0.ebuild 
b/dev-python/pygit2/pygit2-1.3.0.ebuild
deleted file mode 100644
index 7152c8cc59a..000
--- a/dev-python/pygit2/pygit2-1.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.org/project/pygit2/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   =dev-libs/libgit2-1.0*
-   dev-python/cached-property[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-src_prepare() {
-   distutils-r1_src_prepare
-
-   # unconditionally prevent it from using network
-   sed -i -e '/has_network/s:True:False:' test/utils.py || die
-
-   # we need to move them away to prevent pytest from forcing '..'
-   # for imports
-   mkdir hack || die
-   mv test hack/ || die
-   ln -s hack/test test || die
-}
-
-python_test() {
-   pytest -vv hack/test || die
-}



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

2020-12-20 Thread Michał Górny
commit: 0496d7c74a35da93ff9fdaf33bf2eb9cdd1fcef4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:35:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0496d7c7

dev-libs/libgit2: Remove old

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

 dev-libs/libgit2/Manifest|  1 -
 dev-libs/libgit2/libgit2-1.0.1-r1.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index 670805a7b73..8699bbf4ef8 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,2 +1 @@
-DIST libgit2-1.0.1.tar.gz 5312878 BLAKE2B 
7eb97bb97d66240ce135e21d348f6dea0c5626992b608f8944b75f9bae5de933fffa07edd536c0353841f8d02c950feec1451008003e35f53554f3c59b069a7f
 SHA512 
7c307822b22e3771e5e908b115600310f7901b3250287532c498003b25a5b1e007bfa23592f16ec4d83c1567a9213710526f78cab7c120316e9a8fc74c5e57a9
 DIST libgit2-1.1.0.tar.gz 5426975 BLAKE2B 
2a1c1f71d2a2e06448c78eb46028fdcfd59682dccf2365851c4bd059cdd78842320f9a5ba7345e761611a5b4eba634faf2e26cc669097da0ba2e1c832c23059f
 SHA512 
347bb68900181b44fa58a0417506c91383adb965607fce049a5b4c57ac9cc286e0a140d164c339b50fb6cd6951f47757c2917a2df44ba004bfaa4fb643946bb8

diff --git a/dev-libs/libgit2/libgit2-1.0.1-r1.ebuild 
b/dev-libs/libgit2/libgit2-1.0.1-r1.ebuild
deleted file mode 100644
index 19f69847b50..000
--- a/dev-libs/libgit2/libgit2-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit cmake python-any-r1
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.org;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/${P/_/-}
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/1.0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~ppc-macos"
-IUSE="examples gssapi libressl +ssh test +threads trace"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/libpcre:=
-   net-libs/http-parser:=
-   sys-libs/zlib
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   gssapi? ( virtual/krb5 )
-   ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   cmake_src_prepare
-   # relying on forked http-parser to support some obscure URI form
-   sed -i -e '/empty_port/s:test:_&:' tests/network/urlparse.c || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_CLAR=$(usex test)
-   -DENABLE_TRACE=$(usex trace ON OFF)
-   -DUSE_GSSAPI=$(usex gssapi ON OFF)
-   -DUSE_SSH=$(usex ssh)
-   -DTHREADSAFE=$(usex threads)
-   -DUSE_HTTP_PARSER=system
-   )
-   cmake_src_configure
-}
-
-src_test() {
-   if [[ ${EUID} -eq 0 ]] ; then
-   # repo::iterator::fs_preserves_error fails if run as root
-   # since root can still access dirs with  perms
-   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-   else
-   local TEST_VERBOSE=1
-   cmake_src_test -R offline
-   fi
-}
-
-src_install() {
-   cmake_src_install
-   dodoc docs/*.{md,txt}
-
-   if use examples ; then
-   find examples -name '.gitignore' -delete || die
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



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

2020-12-20 Thread Michał Górny
commit: ffa03f2de4d91048ab974ad1113f7320440b9214
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:35:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa03f2d

app-arch/lz4: Update remote-id

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

 app-arch/lz4/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lz4/metadata.xml b/app-arch/lz4/metadata.xml
index 694c0de63b6..9ea2d62a479 100644
--- a/app-arch/lz4/metadata.xml
+++ b/app-arch/lz4/metadata.xml
@@ -14,7 +14,7 @@
Guilherme Amadio


-   Cyan4973/lz4
+   lz4/lz4
cpe:/a:lz4_project:lz4

 



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

2020-12-20 Thread Michał Górny
commit: 0756dab18a267944a8cd0f9278b7166ce9859837
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:32:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0756dab1

dev-python/python-language-server: Remove old

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

 dev-python/python-language-server/Manifest |  1 -
 .../python-language-server-0.35.1-r1.ebuild| 70 --
 2 files changed, 71 deletions(-)

diff --git a/dev-python/python-language-server/Manifest 
b/dev-python/python-language-server/Manifest
index 799c9b5b22a..925cd99e9a4 100644
--- a/dev-python/python-language-server/Manifest
+++ b/dev-python/python-language-server/Manifest
@@ -1,3 +1,2 @@
-DIST python-language-server-0.35.1.tar.gz 72944 BLAKE2B 
fe469e5365dec4a2192a2ca2f75fc9f05476434c0f6db26d851521149053455b256678ed98c5f1209d30b262808b615a3f7ac77fb604adf1455203e40f93c96f
 SHA512 
278f281c8c82729ad60db2785b3f4b64568de529edb7a6f1b5683d09838ea43ed79182c50e42210e766b9a3f3c10b0c0256121b9925803c45f9e948f144ca994
 DIST python-language-server-0.36.1.tar.gz 74524 BLAKE2B 
3337bf4c91204302b26b2496bc79ae6e0c18143f89ef97861dd91760b27406eba8fc9895a2f00c5c2de3a990eeb8ba29ba10319262466a42b1fb362af809060f
 SHA512 
4a8150cf1334e9b2085e9b4ca7165404f30127339bd0fe8db229924c67933bfcd7827a875136b1694a82d4f447255862df116bc6d74a51df8e1ed82a6875914b
 DIST python-language-server-0.36.2.tar.gz 74499 BLAKE2B 
0bf950e236f8f898c3158afc2b3355948340639b607f474654b0334d484170a210b6e81c7508f12368223ae9915ccf19f76a1bcde41503230d8c008ba0818b47
 SHA512 
ee909d9332ef76c616d727ebfa36e80fd03ab57df8fc57265de21f0105cc0b64a518b2a8a582f88364d03a7d2a66e1030bcf5b3452ad3a891a3141da9b338373

diff --git 
a/dev-python/python-language-server/python-language-server-0.35.1-r1.ebuild 
b/dev-python/python-language-server/python-language-server-0.35.1-r1.ebuild
deleted file mode 100644
index 448f19adc85..000
--- a/dev-python/python-language-server/python-language-server-0.35.1-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="An implementation of the Language Server Protocol for Python"
-HOMEPAGE="https://github.com/palantir/python-language-server;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]
-   test? (
-   dev-python/autopep8[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
-   =dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pyflakes-2.2.0[${PYTHON_USEDEP}]
-   =dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
-   dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
-   >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
-   dev-python/yapf[${PYTHON_USEDEP}]
-)"
-
-RDEPEND="
-   >=dev-python/jedi-0.17.0[${PYTHON_USEDEP}]
-   =dev-python/python-jsonrpc-server-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/ujson-3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pytest-cov dep
-   sed -i -e '0,/addopts/I!d' setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
-   elog "To get additional features, optional runtime dependencies may be 
installed:"
-   optfeature "Automatically formats Python code to conform to the PEP 8 
style guide" dev-python/autopep8
-   optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
-   optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
-   optfeature "Python style guide checker (fka pep8)" 
dev-python/pycodestyle
-   optfeature "Python docstring style checker" dev-python/pydocstyle
-   optfeature "Passive checker for Python programs" dev-python/pyflakes
-   optfeature "Python code static checker" dev-python/pylint
-   optfeature "Python refactoring library" dev-python/rope
-   optfeature "A formatter for Python files" dev-python/yapf
-}



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

2020-12-20 Thread Michał Górny
commit: c8bb5b4d5b056b2c969edffe58de426102d74299
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 20:20:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bb5b4d

dev-python/sphinx: Bump to 3.4.0

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

 dev-python/sphinx/sphinx-3.4.0.ebuild | 67 +++
 1 file changed, 29 insertions(+), 38 deletions(-)

diff --git a/dev-python/sphinx/sphinx-3.4.0.ebuild 
b/dev-python/sphinx/sphinx-3.4.0.ebuild
index 1d28fd61326..f99a4152883 100644
--- a/dev-python/sphinx/sphinx-3.4.0.ebuild
+++ b/dev-python/sphinx/sphinx-3.4.0.ebuild
@@ -67,43 +67,6 @@ PATCHES=(
 )
 
 python_prepare_all() {
-   # remove tests that fail due to network-sandbox
-   rm tests/test_build_linkcheck.py || die "Failed to remove web tests"
-   sed -i -e 's:test_latex_images:_&:' tests/test_build_latex.py || die
-
-   # fail under pypy3 (some because of missing typed-ast)
-   # revisit when pypy3 becomes pypy3.8
-   sed -i -e '/def test_partialfunction/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   -e '/def test_autodoc_typed_instance_variables/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   -e '/def test_autodoc_inherited_members_None/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   -e '/def test_cython/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   -e '/def test_automethod_for_builtin/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   tests/test_ext_autodoc.py || die
-   sed -i -e '/import pytest/aimport sys' \
-   -e '/def test_builtin_function/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   -e '/def test_methoddescriptor/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   -e '/def test_wrapped_function/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   tests/test_ext_autodoc_autofunction.py || die
-   sed -i -e '/import pytest/aimport sys' \
-   -e '/def test_autodoc_typehints_signature/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   tests/test_ext_autodoc_configs.py || die
-   sed -i -e '/import pytest/aimport sys' \
-   -e '/def test_autosummary_generate_content_for_module/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   tests/test_ext_autosummary.py || die
-   sed -i -e '/def test_annotated_assignment_py36/i\
-@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on 
pypy3")' \
-   tests/test_pycode_parser.py || die
-
# disable internet access
sed -i -e 's:^intersphinx_mapping:disabled_&:' \
doc/conf.py || die
@@ -133,5 +96,33 @@ python_compile_all() {
 python_test() {
mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
-   pytest -vv || die "Tests fail with ${EPYTHON}"
+
+   local deselect=(
+   # these tests require Internet access
+   tests/test_build_latex.py::test_latex_images
+   tests/test_build_linkcheck.py::test_defaults
+   tests/test_build_linkcheck.py::test_defaults_json
+   tests/test_build_linkcheck.py::test_anchors_ignored
+   )
+   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
+   tests/test_build_latex.py::test_latex_images
+   tests/test_ext_autodoc.py::test_autodoc_inherited_members_None
+   tests/test_ext_autodoc.py::test_automethod_for_builtin
+   tests/test_ext_autodoc.py::test_partialfunction
+   tests/test_ext_autodoc.py::test_autodoc_typed_instance_variables
+   
tests/test_ext_autodoc.py::test_autodoc_typed_inherited_instance_variables
+   tests/test_ext_autodoc.py::test_cython
+   
tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_subclass_of_generic_type
+   tests/test_ext_autodoc_autodata.py::test_autodata_type_comment
+   tests/test_ext_autodoc_autofunction.py::test_builtin_function
+   tests/test_ext_autodoc_autofunction.py::test_methoddescriptor
+   
tests/test_ext_autodoc_configs.py::test_autodoc_typehints_signature
+   tests/test_ext_autodoc_configs.py::test_autodoc_type_aliases
+   
tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module
+   

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

2020-12-20 Thread Michał Górny
commit: 57dfed2abca39716083ed6af089749fdbf74e497
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:33:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dfed2a

app-arch/lz4: Remove old

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

 app-arch/lz4/Manifest |  1 -
 app-arch/lz4/lz4-1.9.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-arch/lz4/Manifest b/app-arch/lz4/Manifest
index 10d1933d483..c60a5c0d8da 100644
--- a/app-arch/lz4/Manifest
+++ b/app-arch/lz4/Manifest
@@ -1,2 +1 @@
-DIST lz4-1.9.2.tar.gz 305796 BLAKE2B 
0021487bee8657bc825fdd2b98a6dc8a6d10be3240fe0bebf6563e9c855a15bf5440a02d5cd6ee1f1e8502743348bcec1e866d3287b07e623887e9eb9da35eee
 SHA512 
ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1
 DIST lz4-1.9.3.tar.gz 320958 BLAKE2B 
9a194bd18ff52f780aa03a8a53fe7fab7b58117d768f4ba8e5005830c935d16328d0f7cc54f9413b58faf245017c0ac85fb4e709a9db150cb150a0a2a3c21645
 SHA512 
c246b0bda881ee9399fa1be490fa39f43b291bb1d9db72dba8a85db1a50aad416a97e9b300eee3d2a4203c2bd88bda2762e81bc229c3aa409ad217eb306a454c

diff --git a/app-arch/lz4/lz4-1.9.2.ebuild b/app-arch/lz4/lz4-1.9.2.ebuild
deleted file mode 100644
index 6ac3dce5c2f..000
--- a/app-arch/lz4/lz4-1.9.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/lz4/lz4.git;
-   EGIT_BRANCH=dev
-else
-   SRC_URI="https://github.com/lz4/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Extremely Fast Compression algorithm"
-HOMEPAGE="https://github.com/lz4/lz4;
-
-LICENSE="BSD-2 GPL-2"
-# https://abi-laboratory.pro/tracker/timeline/lz4/
-SLOT="0/r132"
-IUSE="static-libs"
-
-CMAKE_USE_DIR=${S}/contrib/cmake_unofficial
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DBUILD_STATIC_LIBS=$(usex static-libs)
-   )
-
-   cmake_src_configure
-}



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

2020-12-20 Thread Michał Górny
commit: 344e20587a6a25ca76299e839d25da75e737b820
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:31:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344e2058

dev-python/sphinx: Bump to 3.4.0

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

 dev-python/sphinx/Manifest|   1 +
 dev-python/sphinx/sphinx-3.4.0.ebuild | 137 ++
 2 files changed, 138 insertions(+)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 0fd3af4507b..6375b289f80 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,3 +1,4 @@
 DIST Sphinx-2.4.4.tar.gz 5966973 BLAKE2B 
727a75eb4ec33beadf80b22cdd8dda02a53f4da4aea10ee18ecae658a69a9bb797f83b0d11b41b8405bf18b2472ea7fd501bea85382c20c5f2a9d5b14a032428
 SHA512 
cd35b7ebdf4eb41fb3a58706333ca4328fbf9b37999ad1bcc751f9769f0a294464e4def019a403fcd2204ca963ef641c35c957a4145eb50af07573d21df8c74d
 DIST Sphinx-3.2.1.tar.gz 5970067 BLAKE2B 
6158d31390c9b07aa3abcdc4eb7ed827cf2160192a2c53ad845f07d5027cc4bd65264ea1114e78e06f9652a8788a8d0e992a8988382787a05bf507a73618cd96
 SHA512 
3f0f49036a44938abd470c2f825a0b818daf3dfbb3bc5c746b64305b5fe66c1c34d9703eb9420b2b347247c122825ddae1b6c28c88c249206151f39e3bdb
 DIST Sphinx-3.3.1.tar.gz 5979919 BLAKE2B 
4eb9d8c9dccfd83690252ad6be05a3e69006e1e801bb0b37b77fb6ccf998f3a2fd99a90eba890cfb2baa5545ac0c2734fcd72d602fc2d1091e6754337f241b34
 SHA512 
bb1fb0780b741c0162ca014cb996dcdaac06985d14b6cc645a835679d7cf2680912784a815a027caf3fe902f721f9707bc9e9daaaf2c2d43051d31fe00584f78
+DIST Sphinx-3.4.0.tar.gz 5996932 BLAKE2B 
9765d076b7b4738c3d4676618c69d401c49c5f5994f0daf0d04d02ce8c74a8084242910a821333b9233636a195df801f978bf43fbd4d323ad7e9f3651ef33b6e
 SHA512 
49fe0aea70c244416bd26141271074d0f04dd69a8fa37be6d3f6cc3e5e98d4b64fa83ac3bbb80b0b37e8ea05d06bcc5f9891ddc00682e1c3c14130f48a831971

diff --git a/dev-python/sphinx/sphinx-3.4.0.ebuild 
b/dev-python/sphinx/sphinx-3.4.0.ebuild
new file mode 100644
index 000..1d28fd61326
--- /dev/null
+++ b/dev-python/sphinx/sphinx-3.4.0.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinx;
+SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+IUSE="doc latex test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   /dev/null || die
+   "${EPYTHON}" -m sphinx.pycode.__init__ || die "Grammar generation 
failed."
+   popd >/dev/null || die
+}
+
+python_compile_all() {
+   if use doc; then
+   esetup.py build_sphinx
+   HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   fi
+}
+
+python_test() {
+   mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
+   local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-12-20 Thread Michał Górny
commit: b156abc9d60b371fe3f9fe81688d7e23e842eefa
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:24:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b156abc9

dev-python/unidecode: Bump to 1.1.2

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

 dev-python/unidecode/Manifest   |  1 +
 dev-python/unidecode/unidecode-1.1.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest
index 1dfb9910dfe..1ade56a92a4 100644
--- a/dev-python/unidecode/Manifest
+++ b/dev-python/unidecode/Manifest
@@ -1,2 +1,3 @@
 DIST Unidecode-0.04.21.tar.gz 205931 BLAKE2B 
701afb86b89fc17a8eb9c769b4be1d08a30f0b44881597735478108d8121f57e2539a8209b9aef9c90f5aa8cc9f9dc76bea837d9b2ebad502a840c37628ed5ff
 SHA512 
33fc546b3eefc4ba5feee90d584e49ccd81dd0ae00671f7e44f43cc3dc8a458b86ed6dbfacba6dac7539112408137fc1db6329cc42f31ee250755d841c7c29c2
 DIST Unidecode-1.1.1.tar.gz 212151 BLAKE2B 
9884f89bb45c7c99569d42e0b287731638b8b1b697afab2c812b56340c6bd12dc3214b42177554f1b0aa214ce1b73fe1f05208ac6fc33d1949ed1200e42914ab
 SHA512 
5474f04be843ed94ddceb1a7e5f1ca986ee5f2e88ee35bd9347784c7a11b51e1d94d61e1a2a10dd2e71b3587c5b7b76717756f6cf4e2446d83222178c2360696
+DIST Unidecode-1.1.2.tar.gz 213644 BLAKE2B 
c4a9ecb441eb05800d931ccd43843d19ae07f74829d43bc3c24462955e8872f4edf4bb9b3909fc5155b13676b8d255848cdd90772a88cd453152ca13af0d3fab
 SHA512 
8ee45ae05064612638ecbaa4eb74759580e5ea5cba9f3116b8e63db4af13affc266c7a07aaefbbd70b50ead7e483a72d7676c64e20b5bee2a6ba831aaccd6748

diff --git a/dev-python/unidecode/unidecode-1.1.2.ebuild 
b/dev-python/unidecode/unidecode-1.1.2.ebuild
new file mode 100644
index 000..fe98ac54f6e
--- /dev/null
+++ b/dev-python/unidecode/unidecode-1.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+PYTHON_REQ_USE="wide-unicode(+)"
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+inherit distutils-r1
+
+MY_P=Unidecode-${PV}
+DESCRIPTION="Module providing ASCII transliterations of Unicode text"
+HOMEPAGE="https://pypi.org/project/Unidecode/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+distutils_enable_tests setup.py



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

2020-12-20 Thread Michał Górny
commit: 4d7bd55187ddc8d3e5766b6ba10b467637557494
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:28:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7bd551

package.mask: Last rite dev-python/awesome-slugify

Bug: https://bugs.gentoo.org/714718
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0a10133e6f0..1f556c65ef2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-12-20)
+# Requires old dev-python/unidecode.  Last commit in 2017.  No revdeps.
+# Suggested replacement: dev-python/python-slugify.
+# Removal in 30 days.  Bug #714718.
+dev-python/awesome-slugify
+
 # Sergei Trofimovich  (2020-12-20)
 # Needs a port to haskell-src-exts compatible with ghc-8.8.
 # https://github.com/ndmitchell/derive/pull/37



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

2020-12-20 Thread Michał Górny
commit: 9a043b93acc07fbef83c05b7981d66064b7f526f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:29:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a043b93

dev-python/unidecode: Remove old

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

 dev-python/unidecode/Manifest |  1 -
 dev-python/unidecode/unidecode-0.04.21.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest
index 1ade56a92a4..f1080e6dfa7 100644
--- a/dev-python/unidecode/Manifest
+++ b/dev-python/unidecode/Manifest
@@ -1,3 +1,2 @@
-DIST Unidecode-0.04.21.tar.gz 205931 BLAKE2B 
701afb86b89fc17a8eb9c769b4be1d08a30f0b44881597735478108d8121f57e2539a8209b9aef9c90f5aa8cc9f9dc76bea837d9b2ebad502a840c37628ed5ff
 SHA512 
33fc546b3eefc4ba5feee90d584e49ccd81dd0ae00671f7e44f43cc3dc8a458b86ed6dbfacba6dac7539112408137fc1db6329cc42f31ee250755d841c7c29c2
 DIST Unidecode-1.1.1.tar.gz 212151 BLAKE2B 
9884f89bb45c7c99569d42e0b287731638b8b1b697afab2c812b56340c6bd12dc3214b42177554f1b0aa214ce1b73fe1f05208ac6fc33d1949ed1200e42914ab
 SHA512 
5474f04be843ed94ddceb1a7e5f1ca986ee5f2e88ee35bd9347784c7a11b51e1d94d61e1a2a10dd2e71b3587c5b7b76717756f6cf4e2446d83222178c2360696
 DIST Unidecode-1.1.2.tar.gz 213644 BLAKE2B 
c4a9ecb441eb05800d931ccd43843d19ae07f74829d43bc3c24462955e8872f4edf4bb9b3909fc5155b13676b8d255848cdd90772a88cd453152ca13af0d3fab
 SHA512 
8ee45ae05064612638ecbaa4eb74759580e5ea5cba9f3116b8e63db4af13affc266c7a07aaefbbd70b50ead7e483a72d7676c64e20b5bee2a6ba831aaccd6748

diff --git a/dev-python/unidecode/unidecode-0.04.21.ebuild 
b/dev-python/unidecode/unidecode-0.04.21.ebuild
deleted file mode 100644
index 151b74730c2..000
--- a/dev-python/unidecode/unidecode-0.04.21.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-MY_PN=Unidecode
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Module providing ASCII transliterations of Unicode text"
-HOMEPAGE="https://pypi.org/project/Unidecode/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



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

2020-12-20 Thread Michał Górny
commit: 40190f00bc76148c18928a59d04002cc08c6a2dc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 17:31:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 20:34:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40190f00

dev-python/pyfakefs: Bump to 4.3.3

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

 dev-python/pyfakefs/Manifest  |  1 +
 dev-python/pyfakefs/pyfakefs-4.3.3.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index e0889292269..a0dc129c892 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -2,3 +2,4 @@ DIST pyfakefs-4.2.1.tar.gz 192910 BLAKE2B 
dd1826b8fbddb9c9f272cd6fe0a286a41dbcf1
 DIST pyfakefs-4.3.0.tar.gz 194821 BLAKE2B 
f7deca18ad019dba12ac35bac44be339fc1eef0ef609f33b2fa8974f3bd65a25fba043f0afef0e332f9a71f501eb7c6e890acbfcfc9c8acb780dc88140a6
 SHA512 
42c6e9da0f098eeb948fbe3f1f26e8fddfb35d3156543ccc2297cc0fb971a87911a94ca925d2fd12531999fd9314b615f49688a3e9a4aef19522cd08bdabe72a
 DIST pyfakefs-4.3.1.tar.gz 194638 BLAKE2B 
752fb2ec88d7468ca439e7124e26b9f111f3b3971a47062b598a0d66c9fc5d8d317716ad73648de727ad6072546fd7b02f7f3a65da45998a20d5f5f3e5999bf1
 SHA512 
9e1521b7c051ef984329ebe9e2003f72a6f54497dcde46b3fe1b14f282ba436dc17ebd6b8e570714eb1ed8de9f484e6bc94ece0a39985a47f7668f350b5a797f
 DIST pyfakefs-4.3.2.tar.gz 194897 BLAKE2B 
c3b36e280cb73c4bcd2349382eb67726c19627b0c6dc392a0f38ec7f9f001e5ddbe93734de6d177c68ea1e2213c5c7d06827e3aa12af0c7cd744ba35b8d5df5c
 SHA512 
50479d2ac7b8622ee30c4c2f09cb3d2bdfb315b4eb61eecb37f8946f038ec9048d653250a0f58dcef55b1b8347b040ecd416f61f26ecfdf7b083801114770803
+DIST pyfakefs-4.3.3.tar.gz 194498 BLAKE2B 
4ad300889e8c8462f4a237c2a12a9d93cbaaff6e9e6347e667bc366abf9705023eb1838c4291488c10a51d5209810c773edcb08c58e3759ccd9f851b17ea82e1
 SHA512 
e4cc3603496705216c1ea1448f835a19efa5a1429f3ecd67911ab2dc76d6754af7bb25312a6b15046355af26b8b72528acf68db50960d2eaba8bb3ef80fccaa0

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
new file mode 100644
index 000..687f985da69
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-4.3.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+inherit distutils-r1
+
+DESCRIPTION="a fake file system that mocks the Python file system modules"
+HOMEPAGE="https://github.com/jmcgeheeiv/pyfakefs/ 
https://pypi.org/project/pyfakefs/;
+SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+   "${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under 
${EPYTHON}"
+}



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

2020-12-20 Thread Sergei Trofimovich
commit: 30a388f954b3aa95ec737483074657742629c87c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 20 20:31:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 20 20:31:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a388f9

app-misc/pax-utils: update up to 1.2.8

Main change us rebased gnulib to support autoconf-2.70.

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

 app-misc/pax-utils/Manifest   |  1 +
 app-misc/pax-utils/pax-utils-1.2.8.ebuild | 78 +++
 2 files changed, 79 insertions(+)

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

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

[gentoo-commits] proj/pax-utils: New tag: v1.2.8

2020-12-20 Thread Sergei Trofimovich
commit: 
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 20 20:28:15 2020 +

New tag: v1.2.8




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

2020-12-20 Thread Sam James
commit: ba42b5cfeb3c21a60bc887463be3ed355af7bc2f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 20:17:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 20:18:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba42b5cf

sys-fs/zerofree: Stabilize 1.1.1 arm, #760875

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

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

diff --git a/sys-fs/zerofree/zerofree-1.1.1.ebuild 
b/sys-fs/zerofree/zerofree-1.1.1.ebuild
index 931b55c0929..0b4c25a38da 100644
--- a/sys-fs/zerofree/zerofree-1.1.1.ebuild
+++ b/sys-fs/zerofree/zerofree-1.1.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://frippery.org/uml/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
+KEYWORDS="amd64 arm ~arm64 ~mips x86"
 IUSE=""
 
 DEPEND="sys-libs/e2fsprogs-libs"



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

2020-12-20 Thread Sam James
commit: 40bb536f43d13334205ce326b02a0d1e12d272e9
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 20:17:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 20:18:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bb536f

app-arch/pixz: Stabilize 1.0.7 arm, #760785

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

 app-arch/pixz/pixz-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pixz/pixz-1.0.7.ebuild b/app-arch/pixz/pixz-1.0.7.ebuild
index ceeffb06fed..3f982f69029 100644
--- a/app-arch/pixz/pixz-1.0.7.ebuild
+++ b/app-arch/pixz/pixz-1.0.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/vasi/pixz/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 
~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 
~sparc x86"
 fi
 
 DESCRIPTION="Parallel Indexed XZ compressor"



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

2020-12-20 Thread Sam James
commit: 459a9f9a309506c6558bfcab9af56b6ef6a75562
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 20:17:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 20:18:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459a9f9a

dev-python/pyfakefs: Stabilize 4.3.2 ALLARCHES, #760908

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

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

diff --git a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
index 687f985da69..a5365edad91 100644
--- a/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-4.3.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 distutils_enable_tests pytest
 



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

2020-12-20 Thread Thomas Deutschmann
commit: 9c0892508fd76a6eb099864d4e8c57547e013222
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 20:01:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 20:08:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c089250

media-gfx/imagemagick: bump to v6.9.11-52 & v7.0.10-52

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

 media-gfx/imagemagick/Manifest |   2 +
 media-gfx/imagemagick/imagemagick-6.9.11.52.ebuild | 254 +++
 media-gfx/imagemagick/imagemagick-7.0.10.52.ebuild | 268 +
 3 files changed, 524 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index b8bb067109f..453831cd2d3 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,2 +1,4 @@
 DIST ImageMagick-6.9.11-46.tar.xz 9165256 BLAKE2B 
5fb2c7ef90c165388bf9c9b42d752823e62b94a631f8dd8161d8c71b718154b5f577474a7074f42644e994af1aec99f28c4d69913be3045865cbc87533c05fca
 SHA512 
6305e694dccbfb52eec3793332bc92ff2d6a51a6ed161d63e044a33c8d13f0a2630afc1935cb139ca2d0e141d99a9bec23f5eac82a488a461ed30baf85f5
+DIST ImageMagick-6.9.11-52.tar.xz 9152084 BLAKE2B 
bc50767e3eacc06ccf6168d9cac5666a2836e3b2085ee834594da419c2912cafce7dee84573f1a2062e051afb066529ae79b7bea25242fb055fdd11e734ee0d7
 SHA512 
79e6ab62722060601283f4c172f7a27b7d3c00f5dbdfaea4c1f5c1940a681ab3fd53e4ea4b736adc3e0662ecccba13f7f86baada3d319733191eda37abee38a1
 DIST ImageMagick-7.0.10-46.tar.xz 9649132 BLAKE2B 
8083aa4fa26d59c4bea4bd9a45ab5b1a46d3fe0ecdbb0090588d16bcc31ad044171a59dc7e8681c878e885d83c7b34a4bbfa21273d5711181bbefdee457ac895
 SHA512 
7008286a05a1794a3061bd598bf6acc70dcfe1aec3a6b5632dce9dd87bb6c28385af0d469b47996d5576c4b39c5d48a4fcd7752b9353ec28b7f7d8160f4c5023
+DIST ImageMagick-7.0.10-52.tar.xz 9642352 BLAKE2B 
c1a86214978da88d66ef90b91516482fe67ee5e215fd5d76c79dbbcd9e33cc2d417d8f5d8e29056743737dd2275fe7a8d891b6ad2f3c8d7d5ab0adfd83f60dd1
 SHA512 
da1a8d53af0dc8f0dc8f71a7d41c5277c1e17f81e03a3c54852ced65d5d379577989e274bac66926c8a10f4d2f2834f7456b79635007252308ca593e98ef6d43

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.52.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.52.ebuild
new file mode 100644
index 000..671132b9e8f
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.52.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eapi7-ver eutils flag-o-matic libtool perl-functions toolchain-funcs 
multilib
+
+MY_PV="$(ver_rs 3 '-')"
+MY_P="ImageMagick-${MY_PV}"
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+
+LICENSE="imagemagick"
+SLOT="0/6.9.11-37"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+
+REQUIRED_USE="corefonts? ( truetype )
+   test? ( corefonts )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
+   graphviz? ( media-gfx/graphviz )
+   heif? ( media-libs/libheif:= )
+   jbig? ( >=media-libs/jbigkit-2:= )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
+   lcms? ( media-libs/lcms:2= )
+   lqr? ( media-libs/liblqr )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   pango? ( x11-libs/pango )
+   perl? ( >=dev-lang/perl-5.8.8:0= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( app-text/ghostscript-gpl )
+   raw? ( media-libs/libraw:= )
+   svg? (
+   gnome-base/librsvg
+   media-gfx/potrace
+   )
+   tiff? ( media-libs/tiff:0= )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:0= )
+   wmf? ( media-libs/libwmf )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXext
+   x11-libs/libXt
+   )
+   xml? ( dev-libs/libxml2:= )
+   lzma? ( app-arch/xz-utils )
+   zlib? ( sys-libs/zlib:= )"
+DEPEND="${RDEPEND}
+   !media-gfx/graphicsmagick[imagemagick]
+   virtual/pkgconfig
+   X? ( x11-base/xorg-proto )"
+

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

2020-12-20 Thread Thomas Deutschmann
commit: d0dbe1592b23a73d0fc50b844843f617d1770e92
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 19:59:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 20:08:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0dbe159

media-gfx/imagemagick: rollover stable keywords

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

 media-gfx/imagemagick/imagemagick-6.9.11.46.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-7.0.10.46.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.46.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.46.ebuild
index 671132b9e8f..2093cc705f7 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.11.46.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.11.46.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/6.9.11-37"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
 
 REQUIRED_USE="corefonts? ( truetype )

diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.46.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.10.46.ebuild
index c476290b8c6..e5576b5108a 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.10.46.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.10.46.ebuild
@@ -13,7 +13,7 @@ else
MY_PV="$(ver_rs 3 '-')"
MY_P="ImageMagick-${MY_PV}"
SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A collection of tools and libraries for many image formats"



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

2020-12-20 Thread Thomas Deutschmann
commit: 541ccf6516c407742bf5ae4be3c87c9f8f966cf3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 20:00:24 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 20:08:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541ccf65

media-gfx/imagemagick: drop old

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

 media-gfx/imagemagick/Manifest |   2 -
 media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild | 254 ---
 media-gfx/imagemagick/imagemagick-7.0.10.44.ebuild | 268 -
 3 files changed, 524 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index f73096a27f9..b8bb067109f 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,4 +1,2 @@
-DIST ImageMagick-6.9.11-44.tar.xz 9155096 BLAKE2B 
efd52ca6d30a385f29f0fda102c58d89dff6b80d702391a39d52cb59835fe258a21b171a64dfefd91f15d377177219de1a1db1b2e8bb2e3337119497a38b272e
 SHA512 
dcf2965f1751c50649c74160b29f6909b6fa2dfdf64520d0f55be9fe0eef02aac32f9c376756295c90b9c89b2947890249ca0e41f0cc56e2ec4b37678bc92372
 DIST ImageMagick-6.9.11-46.tar.xz 9165256 BLAKE2B 
5fb2c7ef90c165388bf9c9b42d752823e62b94a631f8dd8161d8c71b718154b5f577474a7074f42644e994af1aec99f28c4d69913be3045865cbc87533c05fca
 SHA512 
6305e694dccbfb52eec3793332bc92ff2d6a51a6ed161d63e044a33c8d13f0a2630afc1935cb139ca2d0e141d99a9bec23f5eac82a488a461ed30baf85f5
-DIST ImageMagick-7.0.10-44.tar.xz 9649740 BLAKE2B 
b721532e267c2832252519b52fd6f88795e0bc22cc165020478dc80164784a0407e0eec066ecf8db68409e04a48e877d16f882e773f34c50797784ba771ec997
 SHA512 
246567c84ecaaba4f7742c215b2d79f181fedd3ba953d318f177916e5a3757ddbae111837657a5df4b420da3b1337b1ec78c871c57b3e738585ee847a7b9d768
 DIST ImageMagick-7.0.10-46.tar.xz 9649132 BLAKE2B 
8083aa4fa26d59c4bea4bd9a45ab5b1a46d3fe0ecdbb0090588d16bcc31ad044171a59dc7e8681c878e885d83c7b34a4bbfa21273d5711181bbefdee457ac895
 SHA512 
7008286a05a1794a3061bd598bf6acc70dcfe1aec3a6b5632dce9dd87bb6c28385af0d469b47996d5576c4b39c5d48a4fcd7752b9353ec28b7f7d8160f4c5023

diff --git a/media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild
deleted file mode 100644
index 2093cc705f7..000
--- a/media-gfx/imagemagick/imagemagick-6.9.11.44.ebuild
+++ /dev/null
@@ -1,254 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eapi7-ver eutils flag-o-matic libtool perl-functions toolchain-funcs 
multilib
-
-MY_PV="$(ver_rs 3 '-')"
-MY_P="ImageMagick-${MY_PV}"
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="https://www.imagemagick.org/;
-SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-
-LICENSE="imagemagick"
-SLOT="0/6.9.11-37"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
-
-REQUIRED_USE="corefonts? ( truetype )
-   test? ( corefonts )"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/libltdl:0
-   bzip2? ( app-arch/bzip2 )
-   corefonts? ( media-fonts/corefonts )
-   djvu? ( app-text/djvu )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
-   graphviz? ( media-gfx/graphviz )
-   heif? ( media-libs/libheif:= )
-   jbig? ( >=media-libs/jbigkit-2:= )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
-   lcms? ( media-libs/lcms:2= )
-   lqr? ( media-libs/liblqr )
-   opencl? ( virtual/opencl )
-   openexr? ( media-libs/openexr:0= )
-   pango? ( x11-libs/pango )
-   perl? ( >=dev-lang/perl-5.8.8:0= )
-   png? ( media-libs/libpng:0= )
-   postscript? ( app-text/ghostscript-gpl )
-   raw? ( media-libs/libraw:= )
-   svg? (
-   gnome-base/librsvg
-   media-gfx/potrace
-   )
-   tiff? ( media-libs/tiff:0= )
-   truetype? (
-   media-fonts/urw-fonts
-   >=media-libs/freetype-2
-   )
-   webp? ( media-libs/libwebp:0= )
-   wmf? ( media-libs/libwmf )
-   X? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libXext
-   x11-libs/libXt
-   )
-   xml? ( dev-libs/libxml2:= )
-   lzma? ( app-arch/xz-utils )
-   zlib? ( sys-libs/zlib:= )"
-DEPEND="${RDEPEND}
-   !media-gfx/graphicsmagick[imagemagick]
-   virtual/pkgconfig
-   X? ( x11-base/xorg-proto )"
-
-S="${WORKDIR}/${MY_P}"

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

2020-12-20 Thread Sam James
commit: 6134f9c4ef5578203e7e9222a61d04683d182dae
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 20:06:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 20:06:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6134f9c4

app-arch/zstd: Stabilize 1.4.5 arm, #760750

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

 app-arch/zstd/zstd-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/zstd/zstd-1.4.5.ebuild b/app-arch/zstd/zstd-1.4.5.ebuild
index d525a9955a0..4632ada403a 100644
--- a/app-arch/zstd/zstd-1.4.5.ebuild
+++ b/app-arch/zstd/zstd-1.4.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="lz4 static-libs +threads"
 
 RDEPEND="app-arch/xz-utils



  1   2   3   4   >