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

2021-02-13 Thread Hans de Graaff
commit: 8ff72e410f7f60f3709608665c17825d063bf88a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 06:15:26 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 06:15:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff72e41

dev-ruby/timers: add 4.3.3

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

 dev-ruby/timers/Manifest|  1 +
 dev-ruby/timers/timers-4.3.3.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/timers/Manifest b/dev-ruby/timers/Manifest
index cb9f3e390f6..124c4f3614c 100644
--- a/dev-ruby/timers/Manifest
+++ b/dev-ruby/timers/Manifest
@@ -1,2 +1,3 @@
 DIST timers-4.3.0.gem 14848 BLAKE2B 
b6dfa758b8b16fbc2a28da08df05ade4551d398cfcf1ce09cc080dac4ac6adda4e741a9c5dc89d71594fbc81e5b55303556b012b03bd836ab1f63f0565acafc4
 SHA512 
6783424cf79f7f36292198621f93e17540e93011146c3a33b1b14a118c31a508352e56e479e3df8d9692c6f95b366561f27b374611851e88ad3fb6bbd1606037
 DIST timers-4.3.2.tar.gz 10741 BLAKE2B 
2f04c012f161c3af53103e5c5f05da53f089b2db2b356cb271f3ad318c2b66d78a2275665b27fb718dfeab7e8f76993637153eae193616f84f3da1c3db42680d
 SHA512 
306669da275e26f2902c05c94fd94caf15a37dafa6dc5ec16b3780091dea72ed6c2ff41d05139244ff1191f5630d3ffbab2718e04be67f784643386ca456f450
+DIST timers-4.3.3.tar.gz 12928 BLAKE2B 
af64b44116565a8cb6b68349de6a46e8b67d22508e16e204af104ed7a59cc1db1dae0c36917ccde1932c33e53d9d71fc57cb317570cc24aaee82531ce178f37c
 SHA512 
4a715e4a786f98ec429a250de53cfa67bed6b5a99b6298c21251e6dcf1315f1185d8c45bea01025832046381ebac462cd35415f7573d58c55c30b47c2567d4bf

diff --git a/dev-ruby/timers/timers-4.3.3.ebuild 
b/dev-ruby/timers/timers-4.3.3.ebuild
new file mode 100644
index 000..fe52c2bb6f0
--- /dev/null
+++ b/dev-ruby/timers/timers-4.3.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="timers.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pure Ruby one-shot and periodic timers"
+HOMEPAGE="https://github.com/tarcieri/timers;
+SRC_URI="https://github.com/tarcieri/timers/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid performance specs to avoid ruby-prof dependency and
+   # because we cannot provide a good environment for performance testing.
+   rm -f spec/timers/performance_spec.rb || die
+}



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

2021-02-13 Thread Hans de Graaff
commit: 78f25fe03554633d26defdde69dcd8553a5ea671
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 06:02:17 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 06:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f25fe0

dev-ruby/activeldap: cleanup

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

 dev-ruby/activeldap/Manifest|  2 --
 dev-ruby/activeldap/activeldap-6.0.2.ebuild | 38 -
 dev-ruby/activeldap/activeldap-6.0.3.ebuild | 38 -
 3 files changed, 78 deletions(-)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 126c9d97c93..6e65c085872 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,4 +1,2 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
-DIST activeldap-6.0.2.gem 226304 BLAKE2B 
513ee26d37292ede2142561d36039747df7d50211151776c14d140fe565adcb3a6005c0923ca3a6d65befa72f91a7e9eff19fa1e1cf35c95111285f5d37de264
 SHA512 
817a394f3715c53b3ad67fa063c96d0974855be3547daf378064559fc690a0471322a8869fa7d6110661813da50a150c54f8a3b69d3a64d00e64d48ad7125788
-DIST activeldap-6.0.3.gem 227328 BLAKE2B 
71819172fcf792631cd958c7329ac1581ae7c3887dc71b76efa9836d2a39e7bac4d4d4dd80c15760f0ed13afc0ee66eecb8546470cf45c7ba45203f94f620b7d
 SHA512 
6b7148d23f2841bf614ac9d853e1bf18f50f2512efcd2397b10c07c30d3418b910717aba3fcfdc4ff67fadbbbd5d29b2ba4261fc126d8498e66e389fce13db3b
 DIST activeldap-6.0.4.gem 227328 BLAKE2B 
8b1307e8c4b0fffe6cbd43a71cd11d2414570e8b0c1007152b99dca467b17f60efea1ff65f2bb5bc5ec6d6dd58f7a8a44e131887927c16d6bb90371f2b82c0d6
 SHA512 
26517692217d2f88db61fef12c16d0916eebbb3081db6431487dfa48dba5e6757af74d0dd9779694ba04957cf8ba855b6d5dc77986f7ad705cc359353fe87469

diff --git a/dev-ruby/activeldap/activeldap-6.0.2.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.2.ebuild
deleted file mode 100644
index e7d248c7d51..000
--- a/dev-ruby/activeldap/activeldap-6.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"
-RUBY_FAKEGEM_EXTRAINSTALL="po"
-
-inherit ruby-fakegem
-
-MY_P="${P/ruby-/}"
-DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
-HOMEPAGE="https://github.com/activeldap/activeldap;
-
-LICENSE="GPL-2"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_rdepend "
-   >=dev-ruby/activemodel-5.2.0:*
-   dev-ruby/builder
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-   dodoc -r examples
-}

diff --git a/dev-ruby/activeldap/activeldap-6.0.3.ebuild 
b/dev-ruby/activeldap/activeldap-6.0.3.ebuild
deleted file mode 100644
index 2c07111cb08..000
--- a/dev-ruby/activeldap/activeldap-6.0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"
-RUBY_FAKEGEM_EXTRAINSTALL="po"
-
-inherit ruby-fakegem
-
-MY_P="${P/ruby-/}"
-DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
-HOMEPAGE="https://github.com/activeldap/activeldap;
-
-LICENSE="GPL-2"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Most tests require a live LDAP server to run.
-RESTRICT="test"
-
-ruby_add_rdepend "
-   >=dev-ruby/activemodel-5.2.0:*
-   dev-ruby/builder
-   dev-ruby/locale
-   dev-ruby/ruby-gettext
-   dev-ruby/gettext_i18n_rails
-   || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc doc/text/*
-   dodoc -r examples
-}



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

2021-02-13 Thread Hans de Graaff
commit: c611205b4633f3ddd5ca1224dc6698818b582939
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 06:04:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 06:04:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c611205b

dev-ruby/activeldap: add 6.1.0

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

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-6.1.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index 6e65c085872..637e8d06892 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,2 +1,3 @@
 DIST activeldap-5.2.4.gem 226304 BLAKE2B 
f13b5a1cf423b44087d55d3a4957be1444d598ab1d1bd7d83ee545a2806b77b47124edcb326fc567eb06e866c62a2ad0c3dafd903232588f824bc2978c197d60
 SHA512 
da37cfa20c8be7151669ba3b409994c668b037a2f318b1b034f6fa9c0e56a9a778b03a26415cbd98c8ba3fa1d487d42343bc0532665c1037880e75474a1c708f
 DIST activeldap-6.0.4.gem 227328 BLAKE2B 
8b1307e8c4b0fffe6cbd43a71cd11d2414570e8b0c1007152b99dca467b17f60efea1ff65f2bb5bc5ec6d6dd58f7a8a44e131887927c16d6bb90371f2b82c0d6
 SHA512 
26517692217d2f88db61fef12c16d0916eebbb3081db6431487dfa48dba5e6757af74d0dd9779694ba04957cf8ba855b6d5dc77986f7ad705cc359353fe87469
+DIST activeldap-6.1.0.gem 227328 BLAKE2B 
48cd393a294b677b373461701773d3d0c18cbe9ee5124bcbafe392ee664a0e1045feb2d808734988bfceaaf7ae7b276ea12615ae30bb8109d63daf4b6a8cbed5
 SHA512 
b8a8d1346d75ae1ddd15b919f2a7afbec3e62b4248144ece3e1324892899735b05aa221ecec7c07f6273f35a6ffdacf4858d57326fb9b8c096f358652ef0b99d

diff --git a/dev-ruby/activeldap/activeldap-6.1.0.ebuild 
b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
new file mode 100644
index 000..7a13e0a70f1
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-6.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"
+RUBY_FAKEGEM_EXTRAINSTALL="po"
+
+inherit ruby-fakegem
+
+MY_P="${P/ruby-/}"
+DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
+HOMEPAGE="https://github.com/activeldap/activeldap;
+
+LICENSE="GPL-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Most tests require a live LDAP server to run.
+RESTRICT="test"
+
+ruby_add_rdepend "
+   >=dev-ruby/activemodel-5.2.0:*
+   dev-ruby/builder
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+   dodoc -r examples
+}



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

2021-02-13 Thread Sam James
commit: 705076959d8fe36af1c1da2e12209bb66d8650a9
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 05:41:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 05:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70507695

dev-ruby/http: Keyword 4.4.1 ppc64, #761550

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

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

diff --git a/dev-ruby/http/http-4.4.1.ebuild b/dev-ruby/http/http-4.4.1.ebuild
index 1e34da1b8ac..333cc3f6edb 100644
--- a/dev-ruby/http/http-4.4.1.ebuild
+++ b/dev-ruby/http/http-4.4.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-02-13 Thread Sam James
commit: 2a04496b4b8fd17f0747147dd2093e01da124d13
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 05:41:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 05:41:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a04496b

dev-ruby/ffi-compiler: Keyword 1.0.1 ppc64, #761550

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

 dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild 
b/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
index 8c6671b..3cf0b2b7339 100644
--- a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
+++ b/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ffi/ffi/wiki;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rake >=dev-ruby/ffi-1.0.0"



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

2021-02-13 Thread Sam James
commit: e3b99fa0c01e925868cdfe5dde80e021ac6561cb
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 05:41:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 05:41:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b99fa0

dev-ruby/http-parser: Keyword 1.2.3 ppc64, #761550

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

 dev-ruby/http-parser/http-parser-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/http-parser/http-parser-1.2.3.ebuild 
b/dev-ruby/http-parser/http-parser-1.2.3.ebuild
index 83f26952a83..179dcdf621a 100644
--- a/dev-ruby/http-parser/http-parser-1.2.3.ebuild
+++ b/dev-ruby/http-parser/http-parser-1.2.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/cotag/http-parser;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+=" >=net-libs/http-parser-2.8.1"



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

2021-02-13 Thread Sam James
commit: a51089de16c25a2cd95ecfc7e9e92508df6586e2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 05:37:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 05:37:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51089de

media-libs/libdvbpsi: Stabilize 1.3.3 arm64, #769308

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

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

diff --git a/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild 
b/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild
index 8545df6730c..291bc3987df 100644
--- a/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild
+++ b/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
 LICENSE="LGPL-2.1"
 # Sublot == libdvbpsi.so major
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ppc64 sparc x86"
 IUSE="doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-shells/mksh/

2021-02-13 Thread Sam James
commit: 3fb70613aff5dd0f23c653cb3a19c07a8efc97ab
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 05:36:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 05:36:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb70613

app-shells/mksh: Stabilize 59c arm64, #769203

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

 app-shells/mksh/mksh-59c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/mksh/mksh-59c.ebuild b/app-shells/mksh/mksh-59c.ebuild
index d3b41826b82..b3114fd4d4e 100644
--- a/app-shells/mksh/mksh-59c.ebuild
+++ b/app-shells/mksh/mksh-59c.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
ECVS_AUTH="ext"
 else
SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="MirBSD Korn Shell"



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

2021-02-13 Thread Sam James
commit: 1f5cd7927dc17cbfa860e6fdb2000f6a2f51ae01
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 05:37:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 05:37:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5cd792

app-text/asciidoc: Stabilize 9.0.4 arm64, #769209

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

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

diff --git a/app-text/asciidoc/asciidoc-9.0.4.ebuild 
b/app-text/asciidoc/asciidoc-9.0.4.ebuild
index 853b154e566..a3dc79e0e16 100644
--- a/app-text/asciidoc/asciidoc-9.0.4.ebuild
+++ b/app-text/asciidoc/asciidoc-9.0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}-py3/archive/${PV/_/}.tar.gz -> ${P}.tar.
 
 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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-02-13 Thread Sam James
commit: 21143d5e99fab4906789a6682bb197549a23ef20
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 05:37:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 05:37:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21143d5e

dev-libs/zziplib: Stabilize 0.13.72 arm64, #769365

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

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

diff --git a/dev-libs/zziplib/zziplib-0.13.72.ebuild 
b/dev-libs/zziplib/zziplib-0.13.72.ebuild
index 3ebb06f83d6..45f54edc23a 100644
--- a/dev-libs/zziplib/zziplib-0.13.72.ebuild
+++ b/dev-libs/zziplib/zziplib-0.13.72.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0/13"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="sdl static-libs"
 
 # Tests require internet access



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

2021-02-13 Thread Sam James
commit: 130bbfbae3ce77ba8f33ee1d53bfe8216f586a2c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 04:05:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 04:05:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130bbfba

net-print/cups-filters: Stabilize 1.28.7 arm64, #769194

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

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

diff --git a/net-print/cups-filters/cups-filters-1.28.7.ebuild 
b/net-print/cups-filters/cups-filters-1.28.7.ebuild
index e7bce92aed6..c18819daf61 100644
--- a/net-print/cups-filters/cups-filters-1.28.7.ebuild
+++ b/net-print/cups-filters/cups-filters-1.28.7.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"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 
sparc x86"
 fi
 DESCRIPTION="Cups filters"
 HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/

2021-02-13 Thread Sam James
commit: 2d93d2f76d33171c1ef155b2a782640e28d1f713
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 04:05:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 04:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d93d2f7

dev-tex/latex2html: Stabilize 2021 arm64, #769188

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

 dev-tex/latex2html/latex2html-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild 
b/dev-tex/latex2html/latex2html-2021.ebuild
index 1fcdf40d117..fd06deef6a7 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="gif png"
 
 DEPEND="



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

2021-02-13 Thread Sam James
commit: 605363342427d5b9dddc04bbfda7145c39ff0aa8
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 03:22:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 03:23:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60536334

sys-kernel/raspberrypi-image: bump to 5.10.11_p20210201 (unkeyworded)

No keywords for now until boot test given.

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

 sys-kernel/raspberrypi-image/Manifest  |  1 +
 .../raspberrypi-image-5.10.11_p20210201.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/sys-kernel/raspberrypi-image/Manifest 
b/sys-kernel/raspberrypi-image/Manifest
index 2d3543d359b..91fa34ba8ff 100644
--- a/sys-kernel/raspberrypi-image/Manifest
+++ b/sys-kernel/raspberrypi-image/Manifest
@@ -1,3 +1,4 @@
 DIST raspberrypi-firmware-1.20190925.tar.gz 185571086 BLAKE2B 
c3a9b2760fa853fbd1dd09bc4048c9e78594f88da5af608c3a761554d4046a4c869db8981c64140a24e82e0a61b8dc776bb8d895df60c6424e44780f78b18cb0
 SHA512 
4b7b29cc6c2a33d7a37987c492034d9afbb2220364c50cf265e0adf8e5f393c2275dcffaa77c89b3f43b2e98d199741b67590cb60ff8beae8ef677852f63b4a0
 DIST raspberrypi-firmware-1.20201201.tar.gz 189332299 BLAKE2B 
b3ec91f07b4713d26c29be5412d018a220129eef7ddf7c5c09d85e645c2c5754a95f13be7e690ab40648a982e3974cc760aa5b33c76612da836227d38c4ee3a5
 SHA512 
a7f4591552718956bd7f2d0d377234277e2e6f18cc9714ea30fe13f26d5ae1164b982f39dcf72ae4a18663369ef06d0187d8182713763262371c13107aac4c65
+DIST raspberrypi-firmware-1.20210201.tar.gz 191785657 BLAKE2B 
7ef315411e3bc572515f9e60d953166056bd5dfe9afc496eda978dbbbd6f38aa12f1eaba72448bb72166d6bda1ec79e3e3e7c613f4202bc804784b566f118971
 SHA512 
13d899a103e8d3deb98a6fcca661f712b085935336fc31156e0b8ec5e3c71b373d3394777895ee1907cad9a2ca3efd1a66995ff6df3429c732b002d9ad603414
 DIST raspberrypi-image-4.14.98_p20190215.tar.gz 123074917 BLAKE2B 
cefedb5c979db7dfd47938aad37a567d91d3ad78247c7a63f789362768ab7a39a1967ac116b4b0475e3b210ab11f6474706df042af85a622e8e7905c85ec7498
 SHA512 
082f26caf427222d838881e5f1e9fa0136765b3eaf74a84877fc33616fd07e49085db0889226c40c655039a9d41a10566510c7d752cfc48a67b4683616a51193

diff --git 
a/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.11_p20210201.ebuild 
b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.11_p20210201.ebuild
new file mode 100644
index 000..26d80041afd
--- /dev/null
+++ b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.11_p20210201.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mount-boot
+
+DESCRIPTION="Raspberry Pi (all versions) kernel and modules"
+HOMEPAGE="https://github.com/raspberrypi/firmware;
+LICENSE="GPL-2 raspberrypi-videocore-bin"
+SLOT="0"
+RESTRICT="binchecks strip"
+
+# Temporary safety measure to prevent ending up with a pair of
+# sys-kernel/raspberrypi-image and sys-boot/raspberrypi-firmware
+# both of which installed device tree files.
+# Restore to simply "sys-boot/raspberrypi-firmware" when the mentioned version
+# and all older ones are deleted.
+RDEPEND=">sys-boot/raspberrypi-firmware-1.20190709"
+
+if [[ "${PV}" ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/raspberrypi/firmware;
+   EGIT_CLONE_TYPE="shallow"
+else
+   [[ "$(ver_cut 4)" == 'p' ]] || die "Unsupported version format, tweak 
the ebuild."
+   MY_PV="1.$(ver_cut 5)"
+   
SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> 
raspberrypi-firmware-${MY_PV}.tar.gz"
+   S="${WORKDIR}/firmware-${MY_PV}"
+   KEYWORDS=""
+   # No keywords until I can give it a boot test
+   #KEYWORDS="-* ~arm ~arm64"
+fi
+
+src_install() {
+   insinto /lib/modules
+   doins -r modules/*
+   insinto /boot
+   doins boot/*.img
+
+   doins boot/*.dtb
+   doins -r boot/overlays
+}



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

2021-02-13 Thread Sam James
commit: afa0e01767661efee7f25cb8d395ad922010d9d8
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 03:17:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 03:17:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa0e017

app-portage/tatt: fix github remote-id

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

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

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index f69eb8a61d8..b164b66527b 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -12,7 +12,7 @@ Tatt arch testing tool can be use to automatically generate 
scripts for various
 It aims at developers. If you are a normal user you will not need tatt.
 
   
-kensington/tatt
+gentoo/tatt
   
   
 



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

2021-02-13 Thread Sam James
commit: 90fac75908ae39cd2c2e1406886e5c086bfc9c50
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 03:09:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 03:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fac759

dev-libs/libmaxminddb: Stabilize 1.5.0-r1 arm64, #769185

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

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

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild
index 16bdf7f8d89..1d7fcdfbb4b 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/windowmaker/

2021-02-13 Thread Sam James
commit: 00cdb9a789a88136c60aa86f5545d89d9fe0210e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 03:08:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 03:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cdb9a7

x11-wm/windowmaker: Stabilize 0.95.9-r2 sparc, #768987

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

 x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild 
b/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild
index 16919322061..c0e39ab8a0e 100644
--- a/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.gz
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="media-libs/fontconfig
>=x11-libs/libXft-2.1.0



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

2021-02-13 Thread Sam James
commit: 9f64e3e4b32b539a4bb7a84796f1c425ee168485
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:19:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:19:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f64e3e4

dev-python/olefile: fix github remote-id

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

 dev-python/olefile/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/olefile/metadata.xml b/dev-python/olefile/metadata.xml
index f67f501f4ef..37988c3230b 100644
--- a/dev-python/olefile/metadata.xml
+++ b/dev-python/olefile/metadata.xml
@@ -7,6 +7,6 @@
   
   
 olefile
-python-imaging/Pillow
+decalage2/olefile
   
 



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

2021-02-13 Thread Sam James
commit: 75a86a0811667eb99e8bf6404b80a3b8e2ae68e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:12:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:12:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a86a08

x11-terms/xterm: Stabilize 366 ppc, #769839

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

 x11-terms/xterm/xterm-366.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-366.ebuild b/x11-terms/xterm/xterm-366.ebuild
index 5efe26d3223..bcd9be2dbfa 100644
--- a/x11-terms/xterm/xterm-366.ebuild
+++ b/x11-terms/xterm/xterm-366.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
 
 BDEPEND="virtual/pkgconfig



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

2021-02-13 Thread Sam James
commit: 29cf31faa82473bc8d4a2679f1f8acd45406ad2e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cf31fa

media-plugins/gst-plugins-uvch264: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.16.3.ebuild 
b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.16.3.ebuild
index 501680004d9..505e7f5a48e 100644
--- a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 257c35e53e628bdd2e76a253545d5ae25953a9d2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257c35e5

media-plugins/gst-plugins-taglib: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild
index 06ade3dd4ae..442a345195f 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 9a0ecdc01bff422a0dae11e71020af91cff7db41
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:12:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:12:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0ecdc0

media-plugins/gst-plugins-x264: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild
index e9283bd46e0..30b31042e16 100644
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="H.264 encoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 # 20111220 ensures us X264_BUILD >= 120



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

2021-02-13 Thread Sam James
commit: 3b0649296b1af9e654cd870766ee2b6ff05fe065
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:12:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:12:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b064929

media-plugins/gst-plugins-wavpack: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild
index 1882dca6d75..18f61e21a1a 100644
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 12aaa98b728fa803e6db473f7bbd708b37324021
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12aaa98b

media-plugins/gst-plugins-v4l2: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild
index 75c4141cf19..49dad30be5c 100644
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE="udev"
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: a8d59253d898d071765db146854466d040b1b899
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d59253

media-plugins/gst-plugins-vaapi: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.16.3.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.16.3.ebuild
index b2f00848494..bca7b45c0f1 100644
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.16.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="1.0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE="+drm +egl gles2 +opengl wayland +X" # Keep default enabled IUSE in sync 
with gst-plugins-base and libva
 
 # gst-vaapi configure is based around GL platform mainly, unlike 
gst-plugins-bad that goes by GL API mainly; for less surprises,



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

2021-02-13 Thread Sam James
commit: 53812586ad68c6dd5a2972255b5f9d56be7f3df4
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:12:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:12:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53812586

media-plugins/gst-plugins-vpx: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild
index 43882e2c1ca..2255aa5f844 100644
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit autotools gstreamer
 
 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: c78fd1ba8841cb777f72974aa38aebb2a87922d5
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:12:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:12:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78fd1ba

media-plugins/gst-plugins-voamrwbenc: Stabilize 1.16.3 x86, #766336

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

 .../gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.16.3.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.16.3.ebuild
index fa328a2b362..9207ac80db8 100644
--- a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="AMR-WB audio encoder plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 29cd3f44f788d3f1743bf0a5a7fc47bff287a39d
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cd3f44

media-plugins/gst-plugins-speex: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild 
b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild
index 67e6b2c8fe3..6a42e4a2218 100644
--- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Speex encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: e2a46568bc405246d23fe9e4b887b4ec73e3484e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a46568

media-plugins/gst-plugins-soundtouch: Stabilize 1.16.3 x86, #766336

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

 .../gst-plugins-soundtouch/gst-plugins-soundtouch-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.16.3.ebuild 
b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.16.3.ebuild
index 8961536184c..4d2e5df17d7 100644
--- a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="Beats-per-minute detection and pitch controlling plugin for 
GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: e2c11bfe77490a334d60b22ef57439c70065f268
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:12:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c11bfe

media-plugins/gst-plugins-ximagesrc: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild
index ceb452fb6d6..023cdbd6d2a 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="X11 video capture stream plugin for GStreamer"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: f444b3953752e13bfb84c0e0f667a71e1bda0776
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:12:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f444b395

media-plugins/gst-plugins-x265: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-x265/gst-plugins-x265-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.16.3.ebuild 
b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.16.3.ebuild
index 884393e9814..cae3e9a90ac 100644
--- a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE="gst-plugins-bad"
 inherit gstreamer
 
 DESCRIPTION="H.265 encoder plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 19fb8c52599a6127aa821fe7c8a16ec26f005874
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fb8c52

media-plugins/gst-plugins-shout2: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild 
b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild
index 65c6a26ffb5..58a295f2b46 100644
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Icecast server sink plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: c882c930e3156f0fa0aea3ef79932f34fc4df016
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c882c930

media-plugins/gst-plugins-voaacenc: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.16.3.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.16.3.ebuild
index 19aae5e8c65..2aec064d280 100644
--- a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="AAC encoder plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: c883d957a5d694fc148711ca542ae49a61cd1b05
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c883d957

media-plugins/gst-plugins-openh264: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.3.ebuild 
b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.3.ebuild
index be92a9e6a70..e4c35edda1f 100644
--- a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="H.264 encoder/decoder plugin for GStreamer."
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 3bcf83c59eb17cc05d571f1782c18bbbc6a9b3df
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcf83c5

media-plugins/gst-plugins-soup: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild
index 6f877ee4ac1..6e7825113d1 100644
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="HTTP client source/sink plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x64-macos"
 IUSE=""
 
 RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 8e7c2dea8d132947c936943f502ce230e7402e01
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7c2dea

media-plugins/gst-plugins-sidplay: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild 
b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild
index 18de81d7af9..af62cffca20 100644
--- a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="Sid decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: fbe1d8cfab79fb5db5f58a76a45ad1201161720c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe1d8cf

media-plugins/gst-plugins-twolame: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild
index 61e04f1c06a..69cfea4142d 100644
--- a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="MPEG2 encoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 588f8346aa2eb58d1d3d2d20449b4b7835ad9260
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588f8346

media-plugins/gst-plugins-rtmp: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.16.3.ebuild 
b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.16.3.ebuild
index c66883049b6..91ec6a88d30 100644
--- a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="RTMP source/sink plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 48aee6e4719cb6087057c5da275021499d2ffa06
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aee6e4

media-plugins/gst-plugins-smoothstreaming: Stabilize 1.16.3 x86, #766336

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

 .../gst-plugins-smoothstreaming-1.16.3.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.16.3.ebuild
 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.16.3.ebuild
index 9285151d9c5..e8a19284dc1 100644
--- 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.16.3.ebuild
+++ 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="Smooth Streaming plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 3b163334aca721408cd0e0e22363e158c7466e2f
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b163334

media-plugins/gst-plugins-resindvd: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
index 807b57bf841..694f0273107 100644
--- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="DVD playback support plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 13f0016f8fbbfe29432a81cd4b671d027fa4ec91
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f0016f

media-plugins/gst-plugins-pulse: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild
index ff3b0ce9ef4..646dad9039c 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PulseAudio sound server plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 94862a51e1b1598726e161f5755446872479db18
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94862a51

media-plugins/gst-plugins-oss: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild 
b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild
index 0c78b95496c..d8b3214d49e 100644
--- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="OSS (Open Sound System) support plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2021-02-13 Thread Sam James
commit: 58199ee54958786fc2ec641d81694e539b1ec19b
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58199ee5

media-plugins/gst-plugins-opus: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild
index 99faf6a0f9d..990f3aaa11e 100644
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Opus audio parser plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 04e15d5887118523bd66b69a04fe5a0c00bc6ff6
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:11:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:11:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e15d58

media-plugins/gst-plugins-raw1394: Stabilize 1.16.3 x86, #766336

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

 media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild 
b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild
index dfbc873db37..1e5e23bd9d5 100644
--- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: a8285b5f583673158ffbb06ca1e03157d421007f
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8285b5f

sys-apps/help2man: Stabilize 1.47.17 arm64, #768990

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

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

diff --git a/sys-apps/help2man/help2man-1.47.17.ebuild 
b/sys-apps/help2man/help2man-1.47.17.ebuild
index 4b975fd76cc..32e6029a73f 100644
--- a/sys-apps/help2man/help2man-1.47.17.ebuild
+++ b/sys-apps/help2man/help2man-1.47.17.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="dev-lang/perl



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

2021-02-13 Thread Sam James
commit: 96b178f61b06fb300cf204b3787c57feecf974d7
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b178f6

sci-libs/proj: Stabilize 7.2.1 arm64, #769152

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

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

diff --git a/sci-libs/proj/proj-7.2.1.ebuild b/sci-libs/proj/proj-7.2.1.ebuild
index 0bd4b366cae..7fe3474481a 100644
--- a/sci-libs/proj/proj-7.2.1.ebuild
+++ b/sci-libs/proj/proj-7.2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0/19"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="curl europe static-libs test +tiff"
 REQUIRED_USE="test? ( !europe )"
 



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

2021-02-13 Thread Sam James
commit: 3a3009dc776cf54594ee18e7729b6934eee3f35b
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3009dc

media-libs/zita-resampler: Stabilize 1.8.0 arm64, #768954

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

 media-libs/zita-resampler/zita-resampler-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zita-resampler/zita-resampler-1.8.0.ebuild 
b/media-libs/zita-resampler/zita-resampler-1.8.0.ebuild
index 48b57888ad1..152ac742659 100644
--- a/media-libs/zita-resampler/zita-resampler-1.8.0.ebuild
+++ b/media-libs/zita-resampler/zita-resampler-1.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2;
 
 LICENSE="GPL-3+"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 sparc ~x86"
 IUSE="cpu_flags_x86_sse2 tools"
 
 RDEPEND="tools? ( media-libs/libsndfile )"



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

2021-02-13 Thread Sam James
commit: 1c0c7d965450097d321381e99f3a4b4d319f6645
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0c7d96

app-text/recode: Stabilize 3.7.8 arm64, #769170

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

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

diff --git a/app-text/recode/recode-3.7.8.ebuild 
b/app-text/recode/recode-3.7.8.ebuild
index f87d3f94bfe..c4920fe6fbc 100644
--- a/app-text/recode/recode-3.7.8.ebuild
+++ b/app-text/recode/recode-3.7.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rrthomas/recode/releases/download/v${PV}/${P}.tar.gz
 LICENSE="GPL-2"
 # librecode soname version
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="nls test"
 RESTRICT="!test? ( test )"
 



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

2021-02-13 Thread Sam James
commit: 42ace55f23428439e5f7aea1c692cf95e69472bd
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ace55f

net-analyzer/nmap: Stabilize 7.91-r1 arm64, #768750

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

 net-analyzer/nmap/nmap-7.91-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.91-r1.ebuild 
b/net-analyzer/nmap/nmap-7.91-r1.ebuild
index 8b21bb0c8e6..6af2f924049 100644
--- a/net-analyzer/nmap/nmap-7.91-r1.ebuild
+++ b/net-analyzer/nmap/nmap-7.91-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nmap.org/dist/${P}.tar.bz2;
 
 LICENSE="NPSL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 libressl libssh2 ncat nping +nse ssl +system-lua"
 REQUIRED_USE="system-lua? ( nse ${LUA_REQUIRED_USE} )"
 



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

2021-02-13 Thread Sam James
commit: 48a9da95483ac55a63879143e579f87da9775489
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a9da95

sci-libs/gdal: Stabilize 3.2.1-r1 arm64, #769173

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

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

diff --git a/sci-libs/gdal/gdal-3.2.1-r1.ebuild 
b/sci-libs/gdal/gdal-3.2.1-r1.ebuild
index 5c58b175aff..a9e57a9c132 100644
--- a/sci-libs/gdal/gdal-3.2.1-r1.ebuild
+++ b/sci-libs/gdal/gdal-3.2.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz;
 
 SLOT="0/3.2"
 LICENSE="BSD Info-ZIP MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="armadillo +aux-xml curl debug doc fits geos gif gml hdf5 java jpeg 
jpeg2k lzma mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres 
python spatialite sqlite threads webp xls zstd"
 
 REQUIRED_USE="



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

2021-02-13 Thread Sam James
commit: 516b1a0daaeb3aa8239af8bbfed16a5f6be1edba
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516b1a0d

sys-libs/timezone-data: Stabilize 2020f arm64, #768849

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

 sys-libs/timezone-data/timezone-data-2020f.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2020f.ebuild 
b/sys-libs/timezone-data/timezone-data-2020f.ebuild
index 578dc3b5670..3dd64650111 100644
--- a/sys-libs/timezone-data/timezone-data-2020f.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2020f.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 
 LICENSE="BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls leaps-timezone elibc_FreeBSD zic-slim"
 
 DEPEND="nls? ( virtual/libintl )"



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

2021-02-13 Thread Sam James
commit: 426f91b6d27d154dac661fd14e8401b054537750
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426f91b6

net-libs/libpcap: Stabilize 1.10.0 arm64, #768747

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

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

diff --git a/net-libs/libpcap/libpcap-1.10.0.ebuild 
b/net-libs/libpcap/libpcap-1.10.0.ebuild
index 90919967029..0c994497ec5 100644
--- a/net-libs/libpcap/libpcap-1.10.0.ebuild
+++ b/net-libs/libpcap/libpcap-1.10.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P/_pre/-bp}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="bluetooth dbus netlink rdma -remote static-libs usb -yydebug"
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 01ae90ba5843daed58e01c20975a5fa49c359d49
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ae90ba

sys-libs/libunwind: Stabilize 1.5.0-r1 arm64, #768852

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

 sys-libs/libunwind/libunwind-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild 
b/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
index 7d9e157276c..4aeb36600fd 100644
--- a/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/8" # libunwind.so.8
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug debug-frame doc libatomic lzma static-libs zlib"
 
 RESTRICT="test" # some tests are broken (toolchain version dependent, rely on 
external binaries)



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

2021-02-13 Thread Sam James
commit: 9de5c772913b1200f3e3979677f9f39d74d1bd40
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de5c772

app-admin/eselect: Stabilize 1.4.17 arm64, #768528

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

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

diff --git a/app-admin/eselect/eselect-1.4.17.ebuild 
b/app-admin/eselect/eselect-1.4.17.ebuild
index 972d5e63fb0..587f1001032 100644
--- a/app-admin/eselect/eselect-1.4.17.ebuild
+++ b/app-admin/eselect/eselect-1.4.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 DEPEND="sys-apps/sed



[gentoo-commits] repo/gentoo:master commit in: app-editors/zile/

2021-02-13 Thread Sam James
commit: 9def095ef92d53d947cd425bb84da053092c2cdd
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9def095e

app-editors/zile: Stabilize 2.4.15 arm64, #768519

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

 app-editors/zile/zile-2.4.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/zile/zile-2.4.15.ebuild 
b/app-editors/zile/zile-2.4.15.ebuild
index 24ee6b12100..e60fa98210e 100644
--- a/app-editors/zile/zile-2.4.15.ebuild
+++ b/app-editors/zile/zile-2.4.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 IUSE="acl"
 
 RDEPEND=">=dev-libs/boehm-gc-7.2:=



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

2021-02-13 Thread Sam James
commit: 5f0fddfc64b0eb593fd2de09c434cd25e2a5952b
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:10:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:10:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0fddfc

net-analyzer/nmap: Stabilize 7.80-r2 arm64, #768750

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

 net-analyzer/nmap/nmap-7.80-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.80-r2.ebuild 
b/net-analyzer/nmap/nmap-7.80-r2.ebuild
index f6b39c90554..6b0ca2a471a 100644
--- a/net-analyzer/nmap/nmap-7.80-r2.ebuild
+++ b/net-analyzer/nmap/nmap-7.80-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nmap.org/dist/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 libressl libssh2 ncat nmap-update nping +nse ssl +system-lua"
 REQUIRED_USE="system-lua? ( nse ${LUA_REQUIRED_USE} )"
 



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

2021-02-13 Thread Sam James
commit: b762ed0129ff8ad9dd0a530a4481e0b156ba09fc
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b762ed01

media-plugins/gst-plugins-srtp: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.3.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.3.ebuild
index 63cb7c169c3..d47459032b6 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 84da0103d102e5ef62f490c215f6889f8eac5c62
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84da0103

media-plugins/gst-plugins-twolame: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild
index 8a089f7dc27..61e04f1c06a 100644
--- a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="MPEG2 encoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 885bc673a63f95aced7abd41e71f7b016a403b9f
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885bc673

media-plugins/gst-plugins-v4l2: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild
index 1b33d1a07ff..75c4141cf19 100644
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="udev"
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 45ebd6d2b18d4ee5bd4310f4c95a2d9a81a480bc
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ebd6d2

media-plugins/gst-plugins-taglib: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild
index a4888aed4ff..06ade3dd4ae 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 09760c942a8d5e186ff368cac7911995f3bbead2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09760c94

media-plugins/gst-plugins-vpx: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild
index 7b85cfef2bb..43882e2c1ca 100644
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit autotools gstreamer
 
 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: ce991c41b43f7b50aeca89b30ba15dd88c3bdeb2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce991c41

media-plugins/gst-plugins-soup: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild
index 02625897d66..6f877ee4ac1 100644
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="HTTP client source/sink plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x64-macos"
 IUSE=""
 
 RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 5b638b37b8da33f319ea10b0ef6243f65155ba56
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b638b37

media-plugins/gst-plugins-ximagesrc: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild
index 28dbe5eac4f..ceb452fb6d6 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="X11 video capture stream plugin for GStreamer"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: e07b2eccc854cd0f2ae63e32bf0b2b5044c609b0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07b2ecc

media-plugins/gst-plugins-speex: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild 
b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild
index 7ff1c7dbb45..67e6b2c8fe3 100644
--- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Speex encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 94945492ccb6466be09da26b73b632a002f6d6a0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94945492

media-plugins/gst-plugins-sidplay: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild 
b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild
index cfb0ab127ad..18de81d7af9 100644
--- a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="Sid decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: c67481d1bc9f1ae38c5cb60efec77a3ff736da5b
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67481d1

media-plugins/gst-plugins-x264: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild
index 2a87a2cb66f..e9283bd46e0 100644
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="H.264 encoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 # 20111220 ensures us X264_BUILD >= 120



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

2021-02-13 Thread Sam James
commit: e87ab77ec43ef96b311e5ba0112007521d364510
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87ab77e

media-plugins/gst-plugins-wavpack: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild
index 82935829e48..1882dca6d75 100644
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 00bb26955de90f9affa16c789ef7ae8d9d9949b1
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bb2695

media-plugins/gst-plugins-shout2: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild 
b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild
index 04b152061a4..65c6a26ffb5 100644
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Icecast server sink plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: b2d72412ac3e8ea6ec0bce6344505adb1ecfdb9a
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d72412

media-plugins/gst-plugins-opus: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild
index 9200cb913af..99faf6a0f9d 100644
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Opus audio parser plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 41a21710a1d1e59456cf382c5237cc3f278ea0c2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a21710

media-plugins/gst-plugins-resindvd: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
index 371c2aac482..807b57bf841 100644
--- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="DVD playback support plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 73688489f4262c97a0e5fd89a29a0383a344627e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73688489

media-plugins/gst-plugins-raw1394: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild 
b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild
index de38315b493..dfbc873db37 100644
--- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: e5343e028d9fc1cf39fedd39d2416d9e5fdb1b18
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5343e02

media-plugins/gst-plugins-mpeg2dec: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.3.ebuild 
b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.3.ebuild
index ad687ddeaa9..e9e7c4cdf68 100644
--- a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="MPEG2 decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 109553a1c48f3d570e6beb3d83ce83d5bbe17ddb
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109553a1

media-plugins/gst-plugins-oss: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild 
b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild
index 342154d85a3..0c78b95496c 100644
--- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="OSS (Open Sound System) support plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=""



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

2021-02-13 Thread Sam James
commit: bae38a3f7e8f6b86a59b33fca80450bcbd15af90
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae38a3f

media-plugins/gst-plugins-mpg123: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.3.ebuild 
b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.3.ebuild
index 687df6815af..1ab47c8d29f 100644
--- a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="MP3 decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: c18d612624760598b07d743069290739f2b94f8c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:09:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:09:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18d6126

media-plugins/gst-plugins-pulse: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild
index 3fc81c2d0f8..ff3b0ce9ef4 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PulseAudio sound server plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 7386b836fe751b6e97faacae697115f3011e2b17
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7386b836

media-plugins/gst-plugins-neon: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-neon/gst-plugins-neon-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.16.3.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.16.3.ebuild
index 00b377894b6..590f8d9f552 100644
--- a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="HTTP client source plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]



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

2021-02-13 Thread Sam James
commit: 4c182274498afb23c215cd103ad1519de53006c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c182274

media-plugins/gst-plugins-libmms: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.16.3.ebuild 
b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.16.3.ebuild
index 5c62ebad438..a4249bed847 100644
--- a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="Microsoft Multi Media Server source plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libmms-0.6.2-r1[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: f88395a942f9f7a02a584bba3375eb477af5487d
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88395a9

media-plugins/gst-plugins-libav: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.3.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.3.ebuild
index c5d5851a2aa..232aef27624 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
 LICENSE="LGPL-2+"
 SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~x86"
 IUSE="+orc"
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: 03e6043d9485c8f9ee3d43c90ddf18b459954d3e
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e6043d

media-plugins/gst-plugins-libvisual: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.16.3.ebuild 
b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.16.3.ebuild
index 0656aefed0e..ed4244934f5 100644
--- a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
 DESCRIPTION="Visualization elements for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-02-13 Thread Sam James
commit: f6d95bf2cb53ff3bcbbdc000d6d9c1143a9492ce
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d95bf2

media-plugins/gst-plugins-libpng: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.16.3.ebuild 
b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.16.3.ebuild
index ef1f5c9e266..9e91407d822 100644
--- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PNG image encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]"



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

2021-02-13 Thread Sam James
commit: 75b62c1e1e0caf13f83eec3676b2885b98892cb0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 02:08:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 02:08:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b62c1e

media-plugins/gst-plugins-modplug: Stabilize 1.16.3 ppc64, #766336

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

 media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.16.3.ebuild 
b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.16.3.ebuild
index bfff5bbe46a..c78d563ee62 100644
--- a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.16.3.ebuild
+++ b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.16.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="MOD audio decoder plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-qxl/

2021-02-13 Thread Piotr Karbowski
commit: db3da557988e84d9eb824d32eedfb74c910421ce
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Feb 13 23:53:58 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Feb 13 23:55:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3da557

x11-drivers/xf86-video-qxl: 2020-02-05 snapshot; py3; eapi7.

Closes: https://bugs.gentoo.org/716338
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-drivers/xf86-video-qxl/Manifest|  1 +
 x11-drivers/xf86-video-qxl/metadata.xml| 11 --
 .../xf86-video-qxl-0.1.5_p20200205.ebuild  | 43 ++
 3 files changed, 51 insertions(+), 4 deletions(-)

diff --git a/x11-drivers/xf86-video-qxl/Manifest 
b/x11-drivers/xf86-video-qxl/Manifest
index 217767f4ac3..4ac51ead1da 100644
--- a/x11-drivers/xf86-video-qxl/Manifest
+++ b/x11-drivers/xf86-video-qxl/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-qxl-0.1.5.tar.bz2 508266 BLAKE2B 
ca0fd43830a393d9bb1f5a6ba306f26e07a0b90233fa44f3fbe7a5f21026f1bd6960254db9cd75d947b3c42f6cc8cd3b7cfd71afc2c0a74bd84c60eafcf7e150
 SHA512 
7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782
+DIST xf86-video-qxl-0.1.5_p20200205.tar.xz 137452 BLAKE2B 
1639a393dadcba251a8fe761d52112d51c29e70960524785343379ec088e69c5e2cbd1a9710d72c749dc8b7303b3eceb545fbaec82d5d22613f8ebb0a4e7aca8
 SHA512 
9a2ba4aa7ef61d3ea0043ff1e3a8f312b7fe00f707045bcb4e4fc1189786b9aba2b6e44696f47e7c215485044f6c953f831ed4da48d4098cd7b62555c74a79f8

diff --git a/x11-drivers/xf86-video-qxl/metadata.xml 
b/x11-drivers/xf86-video-qxl/metadata.xml
index 1516ec6dde2..7336996231e 100644
--- a/x11-drivers/xf86-video-qxl/metadata.xml
+++ b/x11-drivers/xf86-video-qxl/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-x...@gentoo.org
-X11
-
+  
+x...@gentoo.org
+X11
+  
+  
+Include Xspice, a standard X server that is also a 
Spice server
+  
 

diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild 
b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild
new file mode 100644
index 000..d4f5d8c3a49
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5_p20200205.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit python-single-r1 xorg-3 autotools
+
+SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz;
+DESCRIPTION="QEMU QXL paravirt video driver"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="xspice"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S="${WORKDIR}/"
+
+RDEPEND="
+   xspice? (
+   app-emulation/spice
+   ${PYTHON_DEPS}
+   )
+   x11-base/xorg-server[-minimal]
+   >=x11-libs/libdrm-2.4.46"
+DEPEND="${RDEPEND}
+   >=app-emulation/spice-protocol-0.12.0
+   x11-base/xorg-proto"
+
+src_prepare() {
+   python_fix_shebang scripts
+
+   eautoreconf
+
+   xorg-3_src_prepare
+}
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable xspice)
+   )
+   xorg-3_src_configure
+}



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

2021-02-13 Thread James Le Cuirot
commit: ad0d33d2e0bc7926c9fdf4a800eb1bff75c82686
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Feb 13 23:32:03 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Feb 13 23:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0d33d2

net-misc/netevent: Don't build with the -Werror flag

Closes: https://bugs.gentoo.org/770355
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 net-misc/netevent/netevent-2.0_p20200217.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-misc/netevent/netevent-2.0_p20200217.ebuild 
b/net-misc/netevent/netevent-2.0_p20200217.ebuild
index f9936ce3b14..40a7e879dc5 100644
--- a/net-misc/netevent/netevent-2.0_p20200217.ebuild
+++ b/net-misc/netevent/netevent-2.0_p20200217.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,3 +30,7 @@ src_configure() {
$(use_enable doc) \
|| die
 }
+
+src_compile() {
+   emake CPPFLAGS="-Wall -Wno-unknown-pragmas"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/gallium-nine-standalone/files/, ...

2021-02-13 Thread James Le Cuirot
commit: bc83e36e0f2d76fd4be83f5b210d414d706156f0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Feb 13 23:19:45 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Feb 13 23:19:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc83e36e

app-emulation/gallium-nine-standalone: Upstream patch about libwine

Bug: https://github.com/iXit/wine-nine-standalone/issues/92
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 .../files/0.7-no-libwine.patch | 34 ++
 .../gallium-nine-standalone-0.7.ebuild |  3 +-
 2 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/app-emulation/gallium-nine-standalone/files/0.7-no-libwine.patch 
b/app-emulation/gallium-nine-standalone/files/0.7-no-libwine.patch
new file mode 100644
index 000..abcf7ad4ea3
--- /dev/null
+++ b/app-emulation/gallium-nine-standalone/files/0.7-no-libwine.patch
@@ -0,0 +1,34 @@
+From bddb53abdd1a77b1c019457f7eea4a6404a5e492 Mon Sep 17 00:00:00 2001
+From: Andre Heider 
+Date: Sun, 17 Jan 2021 11:42:57 +0100
+Subject: [PATCH] meson: stop checking for libwine
+
+From the WINE 6.0 release notes:
+The libwine library is no longer used, but it's still provided to
+support running Winelib modules built against older versions. It is
+deprecated however, and will be removed in a future Wine release.
+
+libwine wasn't used anymore anyway, this just ensures that this tree can
+be built against future WINE versions.
+---
+ meson.build | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 0969777..47ee51a 100644
+--- a/meson.build
 b/meson.build
+@@ -35,12 +35,10 @@ code = '''#ifndef __WINE__
+ #error 1
+ #endif'''
+ 
+-if not cc.compiles(code, name: 'winelib check')
++if not cc.compiles(code, name: 'winegcc check')
+   error('A WINE cross compiler is required')
+ endif
+ 
+-dep_wine = cc.find_library('wine')
+-
+ if not cc.has_header_symbol('windows.h', 'wine_get_unix_file_name')
+   error('WINE headers not found')
+ endif

diff --git 
a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-0.7.ebuild 
b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-0.7.ebuild
index 3e96326a2fc..ea3ad385cab 100644
--- a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-0.7.ebuild
+++ b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,6 +38,7 @@ DEPEND="
 "
 
 PATCHES=(
+   "${FILESDIR}"/0.7-no-libwine.patch
"${FILESDIR}"/0.7-cross-files.patch
"${FILESDIR}"/0.3-nine-dll-path.patch
 )



[gentoo-commits] repo/gentoo:master commit in: sci-physics/looptools/files/, sci-physics/looptools/

2021-02-13 Thread David Seifert
commit: a0ff6cc1bd7727615627243ccf1fe9bc816d1ce7
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:45 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ff6cc1

sci-physics/looptools: Bump to 2.0.15

Closes: https://bugs.gentoo.org/723280
Closes: https://bugs.gentoo.org/713602
Closes: https://bugs.gentoo.org/711638
Closes: https://bugs.gentoo.org/705220
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-physics/looptools/Manifest |  1 +
 .../looptools/files/looptools-2.15-makefile.patch  | 99 ++
 sci-physics/looptools/looptools-2.15.ebuild| 38 +
 3 files changed, 138 insertions(+)

diff --git a/sci-physics/looptools/Manifest b/sci-physics/looptools/Manifest
index 3a3f412e2b8..179220ad3f2 100644
--- a/sci-physics/looptools/Manifest
+++ b/sci-physics/looptools/Manifest
@@ -1,3 +1,4 @@
 DIST LoopTools-2.12.tar.gz 545153 BLAKE2B 
4e798a589ec7d3e2eda31ab75486096350d8efb01a14490b39df67501a38c42bcee5bcae6308dca6cdb8616b561a96648449d5e63e972f6cdcf092287b80b7c5
 SHA512 
70726493bd138fb80b85a46955fbe28b7f1432d9b67a100fe3ff74c2fa22232a07e461a6742745b0ead81793bb64b81cc4265d09b91fa048e7bdd32cf6956b27
 DIST LoopTools-2.13.tar.gz 549005 BLAKE2B 
17313d926f86bac2b15af4fe71155ef0a2704d22712d4bb0ef653213c1b8ee1972293f4f0d419b0618666c100fc5f8349338b8a66fcf729757c6264edbdcae82
 SHA512 
eadde36d8bf340061f5b50c9928bce055ef098d0cee11abe9a834c158a7758b09f4290dddbba922a41b0281fbdaecc80ba877cb6968b0448f3487324e220ec62
+DIST LoopTools-2.15.tar.gz 552635 BLAKE2B 
e93d2fccaaa920727d34ee98788bcc0c4b5ca646ca8e4361ed67e1a94095d576370b356d1dfe289d492dbe3c9af6ce7c6b89ec27bad45c947b7a30473cd0611a
 SHA512 
77173cd9cc69ba3b999493ebfa51965610fe3d45dd5f6f85e1ca04d1374419f8687a0d41f8263abd6974790bb71e7800eb002199dffea37f546e56ed4f83751a
 DIST LoopTools-2.8.tar.gz 546810 BLAKE2B 
3822aee60f36b074dc1e97381c97578873534bf8655b3af32e51cd6c2792286f9975b7bc513349e74294fac43f0bc67f42424f1683670b37d1c9201beebf8e82
 SHA512 
32211669fd092d2d5bb38e26a6471a95df0647d9e7ea0cc4e99ff4fd7c3e3fee107f6432ed9075e3102224f0041fac6f7075b1f0a91f7744ec3890b4b36d276e

diff --git a/sci-physics/looptools/files/looptools-2.15-makefile.patch 
b/sci-physics/looptools/files/looptools-2.15-makefile.patch
new file mode 100644
index 000..807aacdc8ec
--- /dev/null
+++ b/sci-physics/looptools/files/looptools-2.15-makefile.patch
@@ -0,0 +1,99 @@
+--- a/makefile.in
 b/makefile.in
+@@ -1,14 +1,17 @@
+ BLD = build$(QUADSUFFIX)
+ 
+-LIBDIR = $(PREFIX)/lib$(LIBDIRSUFFIX)
+-INCLUDEDIR = $(PREFIX)/include
+-BINDIR = $(PREFIX)/bin
++LIBDIR = $(DESTDIR)/$(PREFIX)/lib$(LIBDIRSUFFIX)
++INCLUDEDIR = $(DESTDIR)/$(PREFIX)/include
++BINDIR = $(DESTDIR)/$(PREFIX)/bin
+ 
+ LIB = libooptools$(QUADSUFFIX).a
+ FE = lt$(QUADSUFFIX)$(EXE)
+ MFE = LoopTools$(QUADSUFFIX)$(EXE)
+ INCLUDE = $(BLD)/looptools.h $(BLD)/clooptools.h
+ 
++LIBRARY=libooptools.so
++REALNAME=$(LIBRARY).$(VER)
++
+ ARGS = $(PARALLEL) \
+   LIB="$(LIB)" \
+   FE="$(FE)" \
+@@ -16,12 +19,12 @@ ARGS = $(PARALLEL) \
+   EXE="$(EXE)" \
+   DEF="$(DEF)" \
+   NOUNDERSCORE="$(NOUNDERSCORE)" \
+-  XFC="$(FC) $(FFLAGS) -I." \
++  XFC="$(FC$(QUADSUFFIX)) $(FFLAGS) -I. -fPIC" \
+   F90="$(F90)" \
+   CC="$(CC)" \
+-  CFLAGS="$(CFLAGS)" \
++  CFLAGS="$(CFLAGS) -fPIC" \
+   CXX="$(CXX)" \
+-  CXXFLAGS="$(CXXFLAGS)" \
++  CXXFLAGS="$(CXXFLAGS) -fPIC" \
+   ML="$(ML)" \
+   MCC="$(MCC)" \
+   MCFLAGS="$(MCFLAGS)" \
+@@ -31,24 +34,23 @@ ARGS = $(PARALLEL) \
+   NM="$(NM)" \
+   DLLTOOL="$(DLLTOOL)" \
+   LDFLAGS="$(LDFLAGS)" \
+-  LIBPATH="$(LIBPATH)"
++  LIBPATH="$(LIBPATH)" \
++  REALNAME="$(REALNAME)"
+ 
+ 
+-default all lib frontend mma: force
++default all lib solib frontend mma: force
+   cd $(BLD) && $(MAKE) $(ARGS) $@
+ 
+-install: lib frontend
+-  -mkdir $(PREFIX)
++install: lib solib frontend
++  -mkdir $(DESTDIR)$(PREFIX)
+   -mkdir $(LIBDIR) $(BINDIR) $(INCLUDEDIR)
+   cp -p $(BLD)/$(LIB) $(LIBDIR)
+   cp -p $(INCLUDE) $(INCLUDEDIR)
+-  strip $(BLD)/$(FE)
+   cp -p $(BLD)/fcc $(BLD)/$(FE) $(BINDIR)
+   rm -f $(BINDIR)/f++
+   ln -s fcc $(BINDIR)/f++
+   test ! -f $(BLD)/$(MFE) || { \
+ test -z "$(EXE)" || ldd $(BLD)/$(MFE) | awk '/\/usr\/bin\/cyg/ { 
system("cp -p " $$3 " $(BINDIR)/"); }' ; \
+-strip $(BLD)/$(MFE) ; \
+ cp -p $(BLD)/$(MFE) $(BINDIR); \
+   }
+ 
+--- a/src/makefile
 b/src/makefile
+@@ -1,6 +1,6 @@
+-default: frontend mma$(ML)
++default: frontend mma$(ML) solib
+ 
+-all: frontend mma1
++all: frontend mma1 solib
+ 
+ frontend: lib $(FE)
+ 
+@@ -8,6 +8,8 @@ mma1: lib $(MFE)
+ 
+ mma0 lib: $(LIB) clooptools.h fcc
+ 
++solib: $(REALNAME) fcc
++
+ 
+ .SUFFIXES:
+ 
+@@ -245,6 +247,9 @@ $(LIB): $(OBJS)
+   $(AR) $(ARFLAGS) $(LIB) $?
+   -$(RANLIB) $(LIB)
+ 
++$(REALNAME): $(OBJS)
++  $(XFC) $(LDFLAGS) -shared 

[gentoo-commits] repo/gentoo:master commit in: sci-physics/pythia/, sci-physics/pythia/files/

2021-02-13 Thread David Seifert
commit: 33aaf731b269f7bc0203b8e59dab80b7af336cc5
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:35 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aaf731

sci-physics/pythia: Port pythia:6 to EAPI 7

* Fix build with gcc-10

Closes: https://bugs.gentoo.org/766306
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 .../pythia/files/pythia-6.4.28-fno-common.patch| 54 ++
 ...ia-6.4.28-r1.ebuild => pythia-6.4.28-r2.ebuild} | 33 +++--
 2 files changed, 74 insertions(+), 13 deletions(-)

diff --git a/sci-physics/pythia/files/pythia-6.4.28-fno-common.patch 
b/sci-physics/pythia/files/pythia-6.4.28-fno-common.patch
new file mode 100644
index 000..3ee9bc7c0f7
--- /dev/null
+++ b/sci-physics/pythia/files/pythia-6.4.28-fno-common.patch
@@ -0,0 +1,54 @@
+https://bugs.gentoo.org/766306
+--- a/pythia6_common_address.c
 b/pythia6_common_address.c
+@@ -48,28 +48,28 @@
+ # define pybins PYBINS
+ #endif
+ 
+-int pyjets[2+5*4000+2*2*5*4000];
+-int pydat1[200+2*200+200+2*200];
+-int pydat2[4*500+2*4*500+2*2000+2*4*4];
+-int pydat3[3*500+2*8000+2*8000+5*8000];  /* KNDCAY=8000 */
+-char pydat4[2*500*16];
+-int pydatr[6+2*100];
+-int pysubs[2+500+81*2+2*200];
+-int pypars[200+2*200+200+2*200];
+-int pyint1[400+2*400];
+-int pyint2[500+2*500+2*20*500+2*4*40];
+-int pyint3[2*81*2+3*1000+2*1000];
+-int pyint4[500+2*5*500];
+-int pyint5[1+3*501+2*3*501];
+-char pyint6[501*28];
+-int pyint7[2*6*7*7];
+-int pyint8[2*5*13];
+-int pyint9[2*4*13];
+-int pyuppr[1+7*20+1+2*10+2*5*20+2*11]; /* PYUPPR DOES NOT EXIST IN PYTHIA6 AT 
ALL!!! */
+-int pymssm[100+2*100];
+-int pyssmt[2*4*4+2*2*2+2*2*2+2*4+2*2+2*4*16+2*4*4+2*2*2+2*2*2];
+-int pyints[2*20];
+-int pybins[4+1000+2*2];
++extern int pyjets[2+5*4000+2*2*5*4000];
++extern int pydat1[200+2*200+200+2*200];
++extern int pydat2[4*500+2*4*500+2*2000+2*4*4];
++extern int pydat3[3*500+2*8000+2*8000+5*8000];  /* KNDCAY=8000 */
++extern char pydat4[2*500*16];
++extern int pydatr[6+2*100];
++extern int pysubs[2+500+81*2+2*200];
++extern int pypars[200+2*200+200+2*200];
++extern int pyint1[400+2*400];
++extern int pyint2[500+2*500+2*20*500+2*4*40];
++extern int pyint3[2*81*2+3*1000+2*1000];
++extern int pyint4[500+2*5*500];
++extern int pyint5[1+3*501+2*3*501];
++extern char pyint6[501*28];
++extern int pyint7[2*6*7*7];
++extern int pyint8[2*5*13];
++extern int pyint9[2*4*13];
++extern int pyuppr[1+7*20+1+2*10+2*5*20+2*11]; /* PYUPPR DOES NOT EXIST IN 
PYTHIA6 AT ALL!!! */
++extern int pymssm[100+2*100];
++extern int pyssmt[2*4*4+2*2*2+2*2*2+2*4+2*2+2*4*16+2*4*4+2*2*2+2*2*2];
++extern int pyints[2*20];
++extern int pybins[4+1000+2*2];
+ 
+ void *pythia6_common_address(const char* name) {
+if  (!strcmp(name,"PYJETS")) return pyjets;

diff --git a/sci-physics/pythia/pythia-6.4.28-r1.ebuild 
b/sci-physics/pythia/pythia-6.4.28-r2.ebuild
similarity index 72%
rename from sci-physics/pythia/pythia-6.4.28-r1.ebuild
rename to sci-physics/pythia/pythia-6.4.28-r2.ebuild
index 92d4af7849a..86fbe7d4358 100644
--- a/sci-physics/pythia/pythia-6.4.28-r1.ebuild
+++ b/sci-physics/pythia/pythia-6.4.28-r2.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools fortran-2 versionator
+inherit autotools fortran-2
 
-MV=$(get_major_version)
+MV=$(ver_cut 1)
 MY_PN=${PN}${MV}
 DOC_PV=0613
 EX_PV=6.4.18
@@ -27,12 +27,16 @@ SRC_URI="
 SLOT="6"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs"
+IUSE="doc examples"
+
+PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
 
 src_prepare() {
cp ../pythia6/tpythia6_called_from_cc.F .
cp ../pythia6/pythia6_common_address.c .
-   cat > configure.ac <<-EOF
+   default
+
+   cat > configure.ac <<-EOF || die
AC_INIT(${PN},${PV})
AM_INIT_AUTOMAKE
AC_PROG_F77
@@ -41,20 +45,21 @@ src_prepare() {
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
EOF
-   echo >> Makefile.am "lib_LTLIBRARIES = libpythia6.la"
-   echo >> Makefile.am "libpythia6_la_SOURCES = \ "
+   echo >> Makefile.am "lib_LTLIBRARIES = libpythia6.la" || die
+   echo >> Makefile.am "libpythia6_la_SOURCES = \ " || die
# replace wildcard from makefile to ls in shell
local f
for f in py*.f struct*.f up*.f fh*.f; do
-   echo  >> Makefile.am "  ${f} \\"
+   echo  >> Makefile.am "  ${f} \\" || die
done
-   echo  >> Makefile.am "  ssmssm.f sugra.f visaje.f pdfset.f \\"
-   echo  >> Makefile.am "  tpythia6_called_from_cc.F 
pythia6_common_address.c"
+   echo  >> Makefile.am "  ssmssm.f sugra.f visaje.f pdfset.f \\" || die
+   echo  >> Makefile.am "  

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

2021-02-13 Thread David Seifert
commit: 7895149d8db1f944d98678fc6be8aad6287a6b10
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:52:03 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7895149d

media-libs/lasi: Add missing die in 1.1.3

Closes: https://github.com/gentoo/gentoo/pull/19263
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/media-libs/lasi/lasi-1.1.3.ebuild 
b/media-libs/lasi/lasi-1.1.3.ebuild
index e2e42d403fd..385833c369e 100644
--- a/media-libs/lasi/lasi-1.1.3.ebuild
+++ b/media-libs/lasi/lasi-1.1.3.ebuild
@@ -44,7 +44,7 @@ src_prepare() {
examples/CMakeLists.txt || die
 
if use !examples; then
-   sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt
+   sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: sci-physics/pythia/files/, sci-physics/pythia/

2021-02-13 Thread David Seifert
commit: 8e6368a04f768fdbcaab867866f7a1b9d306a46f
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:42 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6368a0

sci-physics/pythia: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-physics/pythia/Manifest|   1 -
 .../pythia/files/pythia8209-run-tests.patch|  20 -
 sci-physics/pythia/pythia-8.1.86-r1.ebuild | 100 -
 3 files changed, 121 deletions(-)

diff --git a/sci-physics/pythia/Manifest b/sci-physics/pythia/Manifest
index a8c8cb3fe79..7f224575c76 100644
--- a/sci-physics/pythia/Manifest
+++ b/sci-physics/pythia/Manifest
@@ -10,5 +10,4 @@ DIST pythia-6.4.18-examples.tar.bz2 36366 BLAKE2B 
ec655014d3904b66da4a1e748a37c3
 DIST pythia-6.4.28.tar.xz 490248 BLAKE2B 
aff9006a4d3a0536d39a5b5161329f058b980554046a57979cc72c80067be96f00b5056dee29fc7f0039ddae074560823427c3a0e24e59f69662f08524fbdcd4
 SHA512 
f9db72658f2132ce08d31c8a9f7fe727466b184ef41cc4b762fe2bde48dbdfd7b5df19b21a869e20a1f107c96e9daec115c980e11592968eb2cad666b7c96bdc
 DIST pythia6-20160413.tar.gz 567976 BLAKE2B 
92ee81e41db46d49706599ee387a650f67d54a0ea165648de0d09d6cec811c2a4b22903c15cca0abaf5f34cf28333d70315a2c71f4ce0ec0bc48757c20114ae7
 SHA512 
2a9ea2ae299e8d49bd9750f8c68f0b7f534fb91254c2eebc60ef40828400bdf5e5c4e0956d61807e773a51db873ab4a036c3ac264f904d0bb2b85f4860e538d3
 DIST pythia6.tar.gz 567451 BLAKE2B 
c32a67d87fc6f22027d3d9551256af5a0151e494fbae02c5d14ccf08595f1ebf49b638a1c33f7a52214e8bbb510756a72ef0f68f5dc8037e2a6acd3fbf290cfd
 SHA512 
baa18023de22c3e90f14d2a5a39efa171905f507a31a90f87c65dca271b3be4c9f0d1a56282f5a04b3efabe0b5b15c964e4569d1f9994a75750e52e0be4360b1
-DIST pythia8186.tgz 8921248 BLAKE2B 
9e753a04c2dbc5362a24b06d40c238e5fcc5ac700dd20b9bc47b1a68604fdb87808018593c28a1d6dcb06a212bdec1146431f1096db70f4c934413a0c3b20fa0
 SHA512 
84729004abbdf522183c27918ae35db037a8954af761a2b452dcff54f82076b1e3bfc7fe9ea0a7cb2c0b6499aedb1c25cc13768d47b24edaa08d631b55d0b86b
 DIST pythia8226.tgz 17639842 BLAKE2B 
b80d7c10bd5ccc45fbb2db0df0eff679236b9911958f58987517b475e055959aa494a2199f64117631baedd90c8e2753f996e5d64552e39e54859bfe77274dad
 SHA512 
85db807264f99c27dd87ad0572b98f4ac8d37fed818c3dd1ac89f0ac124ae0a5ee13b290727e515cb04269a6e0be8b386d954bed62309f26d1e60b431f952ca0

diff --git a/sci-physics/pythia/files/pythia8209-run-tests.patch 
b/sci-physics/pythia/files/pythia8209-run-tests.patch
deleted file mode 100644
index d1edc839372..000
--- a/sci-physics/pythia/files/pythia8209-run-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 pythia8209/examples/Makefile.orig  2015-06-04 22:21:53.0 +0300
-+++ pythia8209/examples/Makefile   2015-06-05 05:35:25.324262331 +0300
-@@ -139,3 +139,17 @@
-   rm -f test[0-9][0-9][0-9]; rm -f out[0-9][0-9][0-9];\
-   rm -f weakbosons.lhe; rm -f Pythia8.promc; rm -f hist.root;\
-   rm -f *~; rm -f \#*; rm -f core*; rm -f *Dct.*
-+  rm -f main*out *.dat
-+
-+# Run tests, inject test-specific arguments when needed
-+main%.out: main%
-+  ./$< \
-+  $(if $(findstring $*,16 42 43 $(shell seq 81 89)), main$*.cmnd) \
-+  $(if $(findstring $*, $(shell seq 81 83)), 
w+_production_lhc_0.lhe) \
-+  $(if $(findstring $*, 84), hepmcout84.dat 2 
w+_production_lhc) \
-+  $(if $(findstring $*, $(shell seq 85 88)), w_production) \
-+  $(if $(findstring $*,   42 43 $(shell seq 81 89)), histout$*.dat) \
-+  > $@
-+
-+main89.out: main89
-+  $(foreach cmd, $(wildcard main89*.cmnd), ./$< $(cmd) histout-$(cmd).dat 
>> $@ || exit;)

diff --git a/sci-physics/pythia/pythia-8.1.86-r1.ebuild 
b/sci-physics/pythia/pythia-8.1.86-r1.ebuild
deleted file mode 100644
index 60aca11c247..000
--- a/sci-physics/pythia/pythia-8.1.86-r1.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator toolchain-funcs multilib
-
-MV=$(get_major_version)
-MY_P=${PN}$(replace_all_version_separators "" ${PV})
-
-DESCRIPTION="Lund Monte Carlo high-energy physics event generator"
-HOMEPAGE="http://pythia8.hepforge.org/;
-SRC_URI="http://home.thep.lu.se/~torbjorn/${PN}${MV}/${MY_P}.tgz;
-
-SLOT="8"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples gzip +hepmc static-libs"
-
-DEPEND="
-   gzip? ( dev-libs/boost sys-libs/zlib )
-   hepmc? ( sci-physics/hepmc:0= )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   PYTHIADIR="${EPREFIX}/usr/share/pythia8"
-   # set datadir for xmldor in include file
-   sed -i \
-   -e "s:../xmldoc:${PYTHIADIR}/xmldoc:" \
-   include/Pythia8/Pythia.h || die
-   # respect libdir, prefix, 

[gentoo-commits] repo/gentoo:master commit in: sci-physics/looptools/files/, sci-physics/looptools/

2021-02-13 Thread David Seifert
commit: de9b355022e54fcc42e355976fab9fa3c719ce97
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:48 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9b3550

sci-physics/looptools: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-physics/looptools/Manifest |  2 -
 .../looptools/files/looptools-2.10-makefile.patch  | 98 --
 sci-physics/looptools/looptools-2.12.ebuild| 37 
 sci-physics/looptools/looptools-2.13.ebuild| 41 -
 4 files changed, 178 deletions(-)

diff --git a/sci-physics/looptools/Manifest b/sci-physics/looptools/Manifest
index 179220ad3f2..53d7c12c5e2 100644
--- a/sci-physics/looptools/Manifest
+++ b/sci-physics/looptools/Manifest
@@ -1,4 +1,2 @@
-DIST LoopTools-2.12.tar.gz 545153 BLAKE2B 
4e798a589ec7d3e2eda31ab75486096350d8efb01a14490b39df67501a38c42bcee5bcae6308dca6cdb8616b561a96648449d5e63e972f6cdcf092287b80b7c5
 SHA512 
70726493bd138fb80b85a46955fbe28b7f1432d9b67a100fe3ff74c2fa22232a07e461a6742745b0ead81793bb64b81cc4265d09b91fa048e7bdd32cf6956b27
-DIST LoopTools-2.13.tar.gz 549005 BLAKE2B 
17313d926f86bac2b15af4fe71155ef0a2704d22712d4bb0ef653213c1b8ee1972293f4f0d419b0618666c100fc5f8349338b8a66fcf729757c6264edbdcae82
 SHA512 
eadde36d8bf340061f5b50c9928bce055ef098d0cee11abe9a834c158a7758b09f4290dddbba922a41b0281fbdaecc80ba877cb6968b0448f3487324e220ec62
 DIST LoopTools-2.15.tar.gz 552635 BLAKE2B 
e93d2fccaaa920727d34ee98788bcc0c4b5ca646ca8e4361ed67e1a94095d576370b356d1dfe289d492dbe3c9af6ce7c6b89ec27bad45c947b7a30473cd0611a
 SHA512 
77173cd9cc69ba3b999493ebfa51965610fe3d45dd5f6f85e1ca04d1374419f8687a0d41f8263abd6974790bb71e7800eb002199dffea37f546e56ed4f83751a
 DIST LoopTools-2.8.tar.gz 546810 BLAKE2B 
3822aee60f36b074dc1e97381c97578873534bf8655b3af32e51cd6c2792286f9975b7bc513349e74294fac43f0bc67f42424f1683670b37d1c9201beebf8e82
 SHA512 
32211669fd092d2d5bb38e26a6471a95df0647d9e7ea0cc4e99ff4fd7c3e3fee107f6432ed9075e3102224f0041fac6f7075b1f0a91f7744ec3890b4b36d276e

diff --git a/sci-physics/looptools/files/looptools-2.10-makefile.patch 
b/sci-physics/looptools/files/looptools-2.10-makefile.patch
deleted file mode 100644
index bf0df2e03bb..000
--- a/sci-physics/looptools/files/looptools-2.10-makefile.patch
+++ /dev/null
@@ -1,98 +0,0 @@
 a/makefile.in
-+++ b/makefile.in
-@@ -1,14 +1,17 @@
- BLD = build$(QUADSUFFIX)
- 
--LIBDIR = $(PREFIX)/lib$(LIBDIRSUFFIX)
--INCLUDEDIR = $(PREFIX)/include
--BINDIR = $(PREFIX)/bin
-+LIBDIR = $(DESTDIR)/$(PREFIX)/lib$(LIBDIRSUFFIX)
-+INCLUDEDIR = $(DESTDIR)/$(PREFIX)/include
-+BINDIR = $(DESTDIR)/$(PREFIX)/bin
- 
- LIB = libooptools$(QUADSUFFIX).a
- FE = lt$(QUADSUFFIX)$(EXE)
- MFE = LoopTools$(QUADSUFFIX)$(EXE)
- INCLUDE = $(BLD)/looptools.h $(BLD)/clooptools.h
- 
-+LIBRARY=libooptools.so
-+REALNAME=$(LIBRARY).$(VER)
-+
- ARGS = $(PARALLEL) \
-   LIB="$(LIB)" \
-   FE="$(FE)" \
-@@ -16,12 +19,12 @@
-   EXE="$(EXE)" \
-   DEF="$(DEF)" \
-   NOUNDERSCORE="$(NOUNDERSCORE)" \
--  XFC="$(FC$(QUADSUFFIX)) $(FFLAGS) $(FFLAGS-quad) -I." \
-+  XFC="$(FC$(QUADSUFFIX)) $(FFLAGS) $(FFLAGS-quad) -I. -fPIC" \
-   F90="$(F90)" \
-   CC="$(CC)" \
--  CFLAGS="$(CFLAGS) $(CFLAGS-quad)" \
-+  CFLAGS="$(CFLAGS) $(CFLAGS-quad) -fPIC" \
-   CXX="$(CXX)" \
--  CXXFLAGS="$(CXXFLAGS)" \
-+  CXXFLAGS="$(CXXFLAGS) -fPIC" \
-   ML="$(ML)" \
-   MCC="$(MCC)" \
-   MCFLAGS="$(MCFLAGS)" \
-@@ -32,22 +35,24 @@
-   DLLTOOL="$(DLLTOOL)" \
-   LDFLAGS="$(LDFLAGS)" \
-   LIBPATH="$(LIBPATH)" \
--  OBJS-quad="$(OBJS-quad)"
-+  OBJS-quad="$(OBJS-quad)" \
-+  REALNAME="$(REALNAME)"
- 
- 
--default all lib frontend mma: force
-+default all lib solib frontend mma: force
-   cd $(BLD) && $(MAKE) $(ARGS) $@
- 
--install: lib frontend
--  -mkdir $(PREFIX)
-+install: lib solib frontend
-+  -mkdir $(DESTDIR)$(PREFIX)
-   -mkdir $(LIBDIR) $(BINDIR) $(INCLUDEDIR)
-   cp -p $(BLD)/$(LIB) $(LIBDIR)
-   cp -p $(INCLUDE$(QUADSUFFIX)) $(INCLUDEDIR)
--  strip $(BLD)/$(FE)
-   cp -p $(BLD)/fcc $(BLD)/$(FE) $(BINDIR)
-   rm -f $(BINDIR)/f++
-   ln -s fcc $(BINDIR)/f++
--  test ! -f $(BLD)/$(MFE) || { strip $(BLD)/$(MFE) ; cp -p $(BLD)/$(MFE) 
$(BINDIR); }
-+  test ! -f $(BLD)/$(MFE) || { cp -p $(BLD)/$(MFE) $(BINDIR); }
-+  cp -p $(BLD)/$(REALNAME) $(LIBDIR)
-+  cd $(LIBDIR) && ln -s $(REALNAME) $(LIBRARY)
- 
- force: $(BLD)/timestamp
- 
 a/src/makefile
-+++ b/src/makefile
-@@ -1,6 +1,6 @@
--default: frontend mma$(ML)
-+default: frontend mma$(ML) solib
- 
--all: frontend mma1
-+all: frontend mma1 solib
- 
- frontend: lib $(FE)
- 
-@@ -8,6 +8,7 @@
- 
- mma0 lib: $(LIB) clooptools.h fcc
- 
-+solib: $(REALNAME) fcc
- 
- .SUFFIXES:
- 
-@@ -243,6 +244,8 @@
-   $(AR) cru $(LIB) $?
-   -$(RANLIB) $(LIB)
- 
-+$(REALNAME): $(OBJS)
-+  $(XFC) $(LDFLAGS) -shared -Wl,--soname,$(REALNAME) -o 

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

2021-02-13 Thread David Seifert
commit: b85cd98a24a07c3b349f84c254b76ce65df824d2
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:39 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85cd98a

sci-physics/pythia: Port pythia:8 to EAPI 7

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 ...ythia-8.2.26.ebuild => pythia-8.2.26-r1.ebuild} | 57 --
 1 file changed, 30 insertions(+), 27 deletions(-)

diff --git a/sci-physics/pythia/pythia-8.2.26.ebuild 
b/sci-physics/pythia/pythia-8.2.26-r1.ebuild
similarity index 85%
rename from sci-physics/pythia/pythia-8.2.26.ebuild
rename to sci-physics/pythia/pythia-8.2.26-r1.ebuild
index 5adb37c9e6d..d76dc0fc811 100644
--- a/sci-physics/pythia/pythia-8.2.26.ebuild
+++ b/sci-physics/pythia/pythia-8.2.26-r1.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils multilib toolchain-funcs versionator
+inherit toolchain-funcs
 
-MV=$(get_major_version)
-MY_P=${PN}$(replace_all_version_separators "" ${PV})
+MV=$(ver_cut 1)
+MY_P="${PN}${PV//./}"
 LHA_VER="6.1"
 
 DESCRIPTION="Lund Monte Carlo high-energy physics event generator"
@@ -25,19 +25,24 @@ 
SRC_URI="http://home.thep.lu.se/~torbjorn/${PN}${MV}/${MY_P}.tgz
 SLOT="8"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples gzip +hepmc fastjet lhapdf root static-libs test"
+IUSE="doc examples fastjet gzip +hepmc lhapdf root test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   fastjet? ( >=sci-physics/fastjet-3 )
+   fastjet? ( sci-physics/fastjet )
gzip? ( sys-libs/zlib )
hepmc? ( sci-physics/hepmc:0= )
-   lhapdf? ( >=sci-physics/lhapdf-6:= )
-"
+   lhapdf? ( sci-physics/lhapdf:= )"
 # ROOT is used only when building related tests
 DEPEND="${RDEPEND}
-   test? ( root? ( sci-physics/root:= ) )
-"
+   test? (
+   root? ( sci-physics/root:= )
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${PF}-run-tests.patch
+   "${FILESDIR}"/${PN}8209-root-noninteractive.patch
+)
 
 S="${WORKDIR}/${MY_P}"
 
@@ -51,6 +56,8 @@ pkg_pretend() {
 src_prepare() {
PYTHIADIR="/usr/share/pythia8"
EPYTHIADIR="${EPREFIX}${PYTHIADIR}"
+
+   default
# set datadir for xmldor in include file
sed -i \
-e "s:../share/Pythia8/xmldoc:${EPYTHIADIR}/xmldoc:" \
@@ -84,18 +91,13 @@ src_prepare() {
examples/main54.cc || die
# ask cflags from root
sed -i "s:root-config:root-config --cflags:g" examples/Makefile || die
-   if ! use static-libs; then
-   sed -i \
-   -e '/TARGETS=$(LOCAL_LIB)\/libpythia8\.a/d' \
-   -e 's:libpythia8\.a$:libpythia8$(LIB_SUFFIX):g' \
-   Makefile || die
-   sed -i 's:libpythia8\.a:libpythia8$(LIB_SUFFIX):g' \
-   examples/Makefile || die
-   fi
 
-   eapply "${FILESDIR}/${PF}-run-tests.patch"
-   eapply "${FILESDIR}/${PN}8209-root-noninteractive.patch"
-   eapply_user
+   sed -i \
+   -e '/TARGETS=$(LOCAL_LIB)\/libpythia8\.a/d' \
+   -e 's:libpythia8\.a$:libpythia8$(LIB_SUFFIX):g' \
+   Makefile || die
+   sed -i 's:libpythia8\.a:libpythia8$(LIB_SUFFIX):g' \
+   examples/Makefile || die
 }
 
 # TODO: the following optional packages are out of Gentoo tree:
@@ -157,17 +159,18 @@ src_install() {
# make install is too broken, much easier to install manually
dobin bin/pythia8-config
doheader -r include/*
-   dolib lib/*
+   dolib.so lib/libpythia8.so
insinto "${PYTHIADIR}"
doins -r share/Pythia8/xmldoc examples/Makefile.inc
 
-   echo "PYTHIA8DATA=${EPYTHIADIR}/xmldoc" >> 99pythia8
-   doenvd 99pythia8
+   newenvd - 99pythia8 <<- _EOF_
+   PYTHIA8DATA=${EPYTHIADIR}/xmldoc
+   _EOF_
 
dodoc AUTHORS GUIDELINES README
if use doc; then
-   dodoc share/Pythia8/pdfdoc/*
-   dohtml -r share/Pythia8/htmldoc/*
+   dodoc -r share/Pythia8/pdfdoc/.
+   dodoc -r share/Pythia8/htmldoc/.
fi
if use examples; then
# reuse system Makefile.inc
@@ -175,7 +178,7 @@ src_install() {
sed -i "s:include Makefile.inc:include ${EPYTHIADIR}:" \
examples/Makefile || die
 
-   insinto /usr/share/doc/${PF}
+   insinto /usr/share/${PN}
doins -r examples
docompress -x /usr/share/doc/${PF}/examples
fi



[gentoo-commits] repo/gentoo:master commit in: dev-libs/openspecfun/, dev-libs/openspecfun/files/

2021-02-13 Thread David Seifert
commit: 24bac60aff91de6d6c3a6a95680b17bf6b4e8b40
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:51 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bac60a

dev-libs/openspecfun: Bump to 0.5.3

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-libs/openspecfun/Manifest  |  1 +
 .../files/openspecfun-0.5.3-static-libs.patch  | 21 +
 dev-libs/openspecfun/openspecfun-0.5.3.ebuild  | 36 ++
 3 files changed, 58 insertions(+)

diff --git a/dev-libs/openspecfun/Manifest b/dev-libs/openspecfun/Manifest
index 6122b8c3bfa..89514038c48 100644
--- a/dev-libs/openspecfun/Manifest
+++ b/dev-libs/openspecfun/Manifest
@@ -1 +1,2 @@
 DIST openspecfun-0.5.1.tar.gz 121110 BLAKE2B 
157bf05d63048d88674d4dc2657d91b0ff5b69f93659eb86a235e805893571ce9eb3dd84be63ff5ea691b8047a25417a8d7f755d547ccbc8b3956b2d2b70a529
 SHA512 
7f7b0dd04d5c325a99bf5a44521edaed87ba75acc8d85be64e3be55ff697a1544430d1fe4b5330d5ceb907bada26b42750cf6654fc8ed12b1738ec29fcbeb0b3
+DIST openspecfun-0.5.3.tar.gz 121156 BLAKE2B 
4b1d883634524db9a5c1d5c2e291667264f3bc15c2b6cd1c335ef7a4748668091255c4940c54cea27ab0fd301e7c08156825bcdecfef71802b7d571d74af021e
 SHA512 
503da7592b126cce9ecb8af5ce16c667a9b022676721063e5f551fb88c0955f465ed66df7728ed2391f068ea14b77414bfd9934c0ee38081d11b998826d6b88a

diff --git a/dev-libs/openspecfun/files/openspecfun-0.5.3-static-libs.patch 
b/dev-libs/openspecfun/files/openspecfun-0.5.3-static-libs.patch
new file mode 100644
index 000..72dd3bc545f
--- /dev/null
+++ b/dev-libs/openspecfun/files/openspecfun-0.5.3-static-libs.patch
@@ -0,0 +1,21 @@
+--- a/Makefile
 b/Makefile
+@@ -35,9 +35,7 @@ OSF_MAJOR_SHLIB_EXT := $(SHLIB_EXT).$(SOMAJOR)
+ endif
+ endif
+ 
+-all: libopenspecfun.a libopenspecfun.$(OSF_MAJOR_MINOR_SHLIB_EXT)
+-libopenspecfun.a: $(OBJS)
+-  $(AR) -rcs libopenspecfun.a $(OBJS)
++all: libopenspecfun.$(OSF_MAJOR_MINOR_SHLIB_EXT)
+ libopenspecfun.$(OSF_MAJOR_MINOR_SHLIB_EXT): $(OBJS)
+   $(FC) -shared $(OBJS) $(LDFLAGS) $(LDFLAGS_add) 
-Wl,$(SONAME_FLAG),libopenspecfun.$(OSF_MAJOR_SHLIB_EXT) -o $@
+ ifneq ($(OS),WINNT)
+@@ -50,7 +48,6 @@ install: all
+   mkdir -p $(DESTDIR)$(libdir)
+   mkdir -p $(DESTDIR)$(includedir)
+   cp -a libopenspecfun.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
+-  cp -a libopenspecfun.a $(DESTDIR)$(libdir)/
+   cp -a Faddeeva/Faddeeva.h $(DESTDIR)$(includedir)
+ 
+ clean:

diff --git a/dev-libs/openspecfun/openspecfun-0.5.3.ebuild 
b/dev-libs/openspecfun/openspecfun-0.5.3.ebuild
new file mode 100644
index 000..9a39e379257
--- /dev/null
+++ b/dev-libs/openspecfun/openspecfun-0.5.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fortran-2 toolchain-funcs
+
+DESCRIPTION="A collection of special mathematical functions"
+HOMEPAGE="https://julialang.org;
+SRC_URI="https://github.com/JuliaLang/openspecfun/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="sci-libs/openlibm"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-static-libs.patch )
+
+src_prepare() {
+   default
+   sed -i "s:/lib:/$(get_libdir):" Make.inc || die
+}
+
+src_compile() {
+   emake prefix="${EPREFIX}/usr" USE_OPENLIBM=1 FC="$(tc-getFC)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
+   libdir="${EPREFIX}/usr/$(get_libdir)" install
+   einstalldocs
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2021-02-13 Thread David Seifert
commit: 396a458d99b66f5cb2bdd13ac1c57db9cecfd273
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:26 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396a458d

sci-libs/udunits: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/udunits/Manifest  |  1 -
 sci-libs/udunits/udunits-2.2.20.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/sci-libs/udunits/Manifest b/sci-libs/udunits/Manifest
index f200a78d2bc..a9e0e7d4832 100644
--- a/sci-libs/udunits/Manifest
+++ b/sci-libs/udunits/Manifest
@@ -1,3 +1,2 @@
 DIST udunits-2.1.24.tar.gz 1059344 BLAKE2B 
a28f13e886d4db875078ffee7577f4e17712987b0d87df586e037c1f9a0986ad206ea8bf648920269890d458a6b65250c896f4ea9ec2e8e7bfbe6e1692967530
 SHA512 
71af2aa62300dd6a2c58318d75cb9182433a208e28446725334a3a80195ebdae77aebe66e6c4e12b53b675501cf3295de2960d1e8beb1496a547d4eed0cde98e
-DIST udunits-2.2.20.tar.gz 1002380 BLAKE2B 
63bc2756b32aa620f390fa2b033192e8a519b4834d83ca93315ef94ec926814e01906476d7aa1dc8553505ca1a787e71ed358bccefd3c55f6141aa27247682a7
 SHA512 
5d5803d9c2cbfdba7c760739f522680e3e69921256119af83e139a36fbcb4d7c84e044661f2987e3422f1eea548abaf4f585946643e8db36cd1d7065b86f8737
 DIST udunits-2.2.28.tar.gz 1224503 BLAKE2B 
64d64c609cfbada505c5e163a1e757cd25c09dd75865f255ec8f3bfc26dfafa0f2b9b9997602cb91f80ae81e1fa74bfc0f2d9f3d2d29f880c64e8785e5cbb1a8
 SHA512 
86146d489e1d472723e059fb15a5dd697a67568ffb5cdba17d191eb304c018bea708a73cce50a6c87ad33b387e5ee6653377ae0ebe9986117dfd41e9a5a1

diff --git a/sci-libs/udunits/udunits-2.2.20.ebuild 
b/sci-libs/udunits/udunits-2.2.20.ebuild
deleted file mode 100644
index dc56fc67372..000
--- a/sci-libs/udunits/udunits-2.2.20.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fortran-2
-
-DESCRIPTION="Library for manipulating units of physical quantities"
-HOMEPAGE="https://www.unidata.ucar.edu/software/udunits/;
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/udunits/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="UCAR-BSD"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/expat"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   doinfo udunits2.info prog/udunits2prog.info
-   dodoc CHANGE_LOG ANNOUNCEMENT
-   dodoc udunits2.pdf prog/udunits2prog.pdf
-   docinto html
-   dodoc udunits2.html prog/udunits2prog.html
-}



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

2021-02-13 Thread David Seifert
commit: a99ea6a04ac3a53f870ccd4986439f701d3bad63
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:08 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99ea6a0

sci-physics/lhapdf: Bump to 6.3.0

Closes: https://bugs.gentoo.org/690672
Closes: https://bugs.gentoo.org/685100
Closes: https://bugs.gentoo.org/685088

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-physics/lhapdf/Manifest|  1 +
 sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/sci-physics/lhapdf/Manifest b/sci-physics/lhapdf/Manifest
index 56058d468e3..c992963b79a 100644
--- a/sci-physics/lhapdf/Manifest
+++ b/sci-physics/lhapdf/Manifest
@@ -1 +1,2 @@
 DIST LHAPDF-6.2.3.tar.gz 750659 BLAKE2B 
a16f67c69f41e96cdb5434cc53658c6b085b94c9ad06443fdfb49aa1de50eeb2a59aa41442a032c29b361bad4f749cef42499f3d16f2774efb0b399f889576e4
 SHA512 
167064a141f46e5c834d950690a989330b940acec62377b8b4c40e14665503cf7b4ddb79e05c71ebe1f801231192d951e294bec3944ec37b2bca484b2e5ce894
+DIST LHAPDF-6.3.0.tar.gz 770744 BLAKE2B 
02b9fe3507b87c6f0c635ceb203304eb9b3ee8ac4d17c8b83578f8c05b78b17035b63b6d3d9a0b9fe3505a3daf8e9376fe25040b8826ea4976d2a717b1447eb9
 SHA512 
4a5aca6e2f06b59a44acc23ef76f1fae747f38e425803e7625cc68130da0c76d1e0d534b7b1867f09c86ee838d4f769d5097257170740db704c966d91c41f94b

diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild 
b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
new file mode 100644
index 000..f28072c4f40
--- /dev/null
+++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-r1
+
+MY_PV=$(ver_cut 1-3)
+MY_PF=LHAPDF-${MY_PV}
+
+DESCRIPTION="Les Houches Parton Density Function unified library"
+HOMEPAGE="http://lhapdf.hepforge.org/;
+SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-libs/boost:0=
+   python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )"
+
+S="${WORKDIR}/${MY_PF}"
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_enable python)
+
+   if use python; then
+   cd "${S}"/wrappers/python || die
+   distutils-r1_src_prepare
+   fi
+}
+
+src_compile() {
+   emake all $(use doc && echo doxy)
+
+   if use python; then
+   cd "${S}"/wrappers/python || die
+   distutils-r1_src_compile
+   fi
+}
+
+src_test() {
+   emake -C tests
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   use doc && dodoc -r doc/doxygen/.
+   use examples && doins examples/*.cc
+
+   if use python; then
+   cd "${S}"/wrappers/python || die 
+   distutils-r1_src_install
+   fi
+
+   find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "Download data files from:"
+   elog "http://www.hepforge.org/archive/${PN}/pdfsets/$(ver_cut 1-2)"
+   elog "and untar them into ${EPREFIX}/usr/share/LHAPDF"
+}



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

2021-02-13 Thread David Seifert
commit: ed6158a6321d9c49c3427173173e63ca7c83eb85
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:57 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6158a6

net-p2p/opendchub: Port to EAPI 7

Closes: https://bugs.gentoo.org/770352
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch |  4 ++--
 net-p2p/opendchub/opendchub-0.8.2.ebuild | 17 -
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch 
b/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch
index f81bf44cbc6..c8efc525ed6 100644
--- a/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch
+++ b/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch
@@ -1,5 +1,5 @@
 opendchub-0.8.2/src/main.c.orig
-+++ opendchub-0.8.2/src/main.c
+--- a/src/main.c
 b/src/main.c
 @@ -1073,7 +1073,7 @@
 /* The chat command, starts with  */
 else if(*temp == '<')

diff --git a/net-p2p/opendchub/opendchub-0.8.2.ebuild 
b/net-p2p/opendchub/opendchub-0.8.2.ebuild
index 0e6df905951..047e913aefc 100644
--- a/net-p2p/opendchub/opendchub-0.8.2.ebuild
+++ b/net-p2p/opendchub/opendchub-0.8.2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools eutils flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="hub software for Direct Connect"
 HOMEPAGE="http://opendchub.sf.net;
@@ -17,34 +17,33 @@ IUSE="perl"
 RDEPEND="perl? ( dev-lang/perl )"
 DEPEND="${RDEPEND}"
 
-DOCS="NEWS TODO README AUTHORS Documentation/*"
+PATCHES=( "${FILESDIR}"/${P}-telnet.patch )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-telnet.patch
+   default
eautoreconf
 }
 
 src_configure() {
-   add-flags -fcommon
+   append-cflags -fcommon
use perl || myconf="--disable-perl --enable-switch_user"
econf ${myconf}
 }
 
 src_install() {
default
+   dodoc -r Documentation/.
 
-   if use perl ; then
+   if use perl; then
dobin "${FILESDIR}"/opendchub_setup.sh
insinto /usr/share/opendchub/scripts
-   doins Samplescripts/*
+   doins -r Samplescripts/.
fi
 }
 
 pkg_postinst() {
if use perl ; then
-   echo
einfo "To set up perl scripts for opendchub to use, please run"
einfo "opendchub_setup.sh as the user you will be using 
opendchub as."
-   echo
fi
 }



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

2021-02-13 Thread David Seifert
commit: 60c82691ef07bbed938f8286747e3341aa976949
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:23 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c82691

sci-libs/udunits: Fix broken symlinks

Closes: https://bugs.gentoo.org/766944
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/udunits/udunits-2.2.28.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/sci-libs/udunits/udunits-2.2.28.ebuild 
b/sci-libs/udunits/udunits-2.2.28.ebuild
index 43ae140b345..9db08c0372b 100644
--- a/sci-libs/udunits/udunits-2.2.28.ebuild
+++ b/sci-libs/udunits/udunits-2.2.28.ebuild
@@ -23,6 +23,11 @@ src_configure() {
 src_install() {
default
 
+   local i
+   for i in udunits2 udunits2-{accepted,base,common,derived,prefixes}; do
+   dosym ../../udunits/"${i}".xml usr/share/doc/${PF}/"${i}".xml
+   done
+
# no static archives
find "${ED}" -name '*.la' -delete || die
 }



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

2021-02-13 Thread David Seifert
commit: 1f73ac5017ae988ab162ee120ac33c266470f321
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:54 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f73ac50

dev-libs/openspecfun: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-libs/openspecfun/Manifest |  1 -
 dev-libs/openspecfun/openspecfun-0.5.1.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/openspecfun/Manifest b/dev-libs/openspecfun/Manifest
index 89514038c48..3119d17ae94 100644
--- a/dev-libs/openspecfun/Manifest
+++ b/dev-libs/openspecfun/Manifest
@@ -1,2 +1 @@
-DIST openspecfun-0.5.1.tar.gz 121110 BLAKE2B 
157bf05d63048d88674d4dc2657d91b0ff5b69f93659eb86a235e805893571ce9eb3dd84be63ff5ea691b8047a25417a8d7f755d547ccbc8b3956b2d2b70a529
 SHA512 
7f7b0dd04d5c325a99bf5a44521edaed87ba75acc8d85be64e3be55ff697a1544430d1fe4b5330d5ceb907bada26b42750cf6654fc8ed12b1738ec29fcbeb0b3
 DIST openspecfun-0.5.3.tar.gz 121156 BLAKE2B 
4b1d883634524db9a5c1d5c2e291667264f3bc15c2b6cd1c335ef7a4748668091255c4940c54cea27ab0fd301e7c08156825bcdecfef71802b7d571d74af021e
 SHA512 
503da7592b126cce9ecb8af5ce16c667a9b022676721063e5f551fb88c0955f465ed66df7728ed2391f068ea14b77414bfd9934c0ee38081d11b998826d6b88a

diff --git a/dev-libs/openspecfun/openspecfun-0.5.1.ebuild 
b/dev-libs/openspecfun/openspecfun-0.5.1.ebuild
deleted file mode 100644
index 40545b5459d..000
--- a/dev-libs/openspecfun/openspecfun-0.5.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fortran-2 multilib
-
-DESCRIPTION="A collection of special mathematical functions"
-HOMEPAGE="https://julialang.org;
-SRC_URI="https://github.com/JuliaLang/openspecfun/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-DEPEND="sci-libs/openlibm"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -i "s:/lib:/$(get_libdir):" Make.inc || die
-   default
-}
-
-src_compile() {
-   emake prefix="${EPREFIX}/usr" USE_OPENLIBM=1
-}
-
-src_install() {
-   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
-   libdir="${EPREFIX}/usr/$(get_libdir)" install
-   use static-libs || rm 
"${D}/${EPREFIX}/usr/$(get_libdir)/libopenspecfun.a" || die "rm failed"
-   dodoc README.md
-}



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

2021-02-13 Thread David Seifert
commit: 4129259d8f3fc0c21c4ae5ce8aed47e689902d53
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:52:00 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:52:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4129259d

media-sound/bristol: add-flags -> append-cflags; drop static-libs

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 ...0.60.11-r1.ebuild => bristol-0.60.11-r2.ebuild} | 23 ++
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild 
b/media-sound/bristol/bristol-0.60.11-r2.ebuild
similarity index 78%
rename from media-sound/bristol/bristol-0.60.11-r1.ebuild
rename to media-sound/bristol/bristol-0.60.11-r2.ebuild
index a98b921d23d..e5481dc9adb 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r2.ebuild
@@ -12,25 +12,20 @@ SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="alsa oss static-libs"
+IUSE="alsa oss"
 # osc : configure option but no code it seems...
 # jack: fails to build if disabled
 # pulseaudio: not fully supported
 
 BDEPEND="
-   virtual/pkgconfig
-"
+   virtual/pkgconfig"
 RDEPEND="
virtual/jack
x11-libs/libX11
-   alsa? ( media-libs/alsa-lib )
-"
+   alsa? ( media-libs/alsa-lib )"
 # osc? ( >=media-libs/liblo-0.22 )
 DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-
-DOCS=( AUTHORS ChangeLog HOWTO NEWS README )
+   x11-base/xorg-proto"
 
 PATCHES=(
"${FILESDIR}"/${P}-cflags.patch
@@ -45,12 +40,12 @@ src_prepare() {
 }
 
 src_configure() {
-   add-flags -fcommon
+   append-cflags -fcommon
econf \
+   --disable-static \
--disable-version-check \
$(use_enable alsa) \
-   $(use_enable oss) \
-   $(use_enable static-libs static)
+   $(use_enable oss)
 }
 
 src_compile() {
@@ -59,5 +54,7 @@ src_compile() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   dodoc HOWTO
+
+   find "${ED}" -name '*.la' -delete || die
 }



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

2021-02-13 Thread David Seifert
commit: 19be23ceb2478e6a7f8c80fccf2cf60f3ace9c1b
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:29 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19be23ce

sci-libs/libxc: Fix broken symlink

Closes: https://bugs.gentoo.org/766941
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/libxc/libxc-5.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/libxc/libxc-5.1.0.ebuild 
b/sci-libs/libxc/libxc-5.1.0.ebuild
index bade5f34f40..884100437a3 100644
--- a/sci-libs/libxc/libxc-5.1.0.ebuild
+++ b/sci-libs/libxc/libxc-5.1.0.ebuild
@@ -33,6 +33,7 @@ src_configure() {
 
 src_install() {
default
+   dodoc ChangeLog.md
 
# no static archives
find "${ED}" -name '*.la' -type f -delete || die



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

2021-02-13 Thread David Seifert
commit: 220be1929f1cb8bd68de85208bd495352b66f853
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:32 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220be192

sci-libs/libxc: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/libxc/Manifest   |  1 -
 sci-libs/libxc/libxc-3.0.0.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/sci-libs/libxc/Manifest b/sci-libs/libxc/Manifest
index 33d8bf9d9f8..6e1e39d9071 100644
--- a/sci-libs/libxc/Manifest
+++ b/sci-libs/libxc/Manifest
@@ -1,3 +1,2 @@
 DIST libxc-2.2.3.tar.gz 734714 BLAKE2B 
c5c4c3aec3373b8b481de8ec1779366b6916899e0b77964cbde0e83904b351e009b14a3ff64e9f020640e6ebf68d78828615b8abf83a46fdf86ea16480083643
 SHA512 
bfcd88c1946e459227e9b1a32c513f0e68ae7a5497925ac6e692085542526ebad9fe2cd5722077c839c06dbaaceca601c7f615ee6936e638eb150a9d68278d5a
-DIST libxc-3.0.0.tar.gz 8388775 BLAKE2B 
e82a7310c583c39b6c2313668a5d3a3d5ae7bf71ad450e9ac6241d1601bf1bb429abf98787f7e0c3c252e881c381b895e277d18619b57c46f2f910d7e079941c
 SHA512 
42173341f917c2aed6954f76885d2a9149d7212d2525becf77072b9878753c28d752b5cf6b2c79c90a88d8aa033f0aa94fa9753eb67108e9325cee6919cece52
 DIST libxc-5.1.0.tar.gz 42951890 BLAKE2B 
32ce8d15547882455e01cbf9d4ee8780b97059d5b710f25b799779a5efe7326c376a5302f3d5e0853bb89ba1f4dd9c2f219cfb4d3f91a2f6e1100f8fb47a
 SHA512 
615b82290e87a48484f6dbe41cd8f1538ba6201b99fc97be2db64b66232fa4349fe6cebfb51566098db3cabd7aff662bb7ace43a811507bff2e93afd03d56ce4

diff --git a/sci-libs/libxc/libxc-3.0.0.ebuild 
b/sci-libs/libxc/libxc-3.0.0.ebuild
deleted file mode 100644
index a54c26ddfc3..000
--- a/sci-libs/libxc/libxc-3.0.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils flag-o-matic fortran-2 multilib
-
-MY_P=${P//_/-}
-
-DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="https://octopus-code.org/wiki/Libxc;
-SRC_URI="https://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="fortran static-libs -test"
-
-S="${WORKDIR}"/${MY_P}
-
-pkg_setup() {
-   use fortran && fortran-2_pkg_setup
-}
-
-src_prepare() {
-   sed \
-   -e "s:${PN}.f90:${PN}.F90:g" \
-   -i src/Makefile.am || die
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=( $(use_enable fortran) )
-   autotools-utils_src_configure
-}
-
-## Upstream recommends not running the test suite because it requires
-## human expert interpretation to determine whether output is an error or
-## expected under certain circumstances. Nevertheless, experts might want the 
option.
-# The autotools src_test function modified not to die. Runs emake check in 
build directory.
-src_test() {
-   debug-print-function ${FUNCNAME} "$@"
-
-   _check_build_dir
-   pushd "${BUILD_DIR}" > /dev/null || die
-   make check || ewarn "Make check failed. See above for details."
-   einfo "emake check done"
-   popd > /dev/null || die
-}
-
-src_install() {
-   autotools-utils_src_install
-
-}



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

2021-02-13 Thread David Seifert
commit: 8d768805ea8314c2da5c00cf217ebb6fb50daabe
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:14 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d768805

sci-physics/yoda: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-physics/yoda/Manifest |  1 -
 sci-physics/yoda/yoda-1.7.0-r2.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/sci-physics/yoda/Manifest b/sci-physics/yoda/Manifest
index 26c7828baa4..bb6ac4b1770 100644
--- a/sci-physics/yoda/Manifest
+++ b/sci-physics/yoda/Manifest
@@ -1,2 +1 @@
-DIST YODA-1.7.0.tar.bz2 949964 BLAKE2B 
44063500b95e6a089adac0a28eb0165c6d91f09642dcba7eae994a8b2dd9c4cc5cff40d63cbb481f41e023193632b9b2c17c4304bc03afa4ad2c6010b52c15da
 SHA512 
de4eff3fdd7f8f031745152907eadfe4687c6c8597772d8aba628e58e7d6f203bbe55ba030a77990b2441a9b046a4d7e2bce1fb29ba9a631c1cff17acd95b1e5
 DIST YODA-1.8.5.tar.bz2 1057576 BLAKE2B 
3c6abb680afcfb8250c3ae340a1b1307cb5498b726199ecf9afe593fc49c4099fd2b4ac881568c303abd10c22fcf91ffae4283021443fc6230456376617f0de1
 SHA512 
d1fffa55af069f894b3c88bcd105f77a3105095281febf9c06c0cea2fadea6c63d69df5bde4aa96646d2d560bd83cade6802d9ed19d5a30553cd003ace19dfc8

diff --git a/sci-physics/yoda/yoda-1.7.0-r2.ebuild 
b/sci-physics/yoda/yoda-1.7.0-r2.ebuild
deleted file mode 100644
index a17c010c34b..000
--- a/sci-physics/yoda/yoda-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis"
-HOMEPAGE="https://yoda.hepforge.org/;
-SRC_URI="https://www.hepforge.org/archive/${PN}/${P^^}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="root static-libs"
-
-RDEPEND="
-   root? ( sci-physics/root:= )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P^^}"
-
-src_configure() {
-   econf \
-   --disable-pyext \
-   $(use_enable root) \
-   $(use_enable static-libs static)
-}
-
-src_test() {
-   # PYTESTS and SHTESTS both require python tools
-   emake check PYTESTS= SHTESTS=
-}
-
-src_install() {
-   default
-   newbashcomp "${ED%/}"/usr/share/YODA/yoda-completion ${PN}
-   rm "${ED%/}"/usr/share/YODA/yoda-completion || die
-}



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

2021-02-13 Thread David Seifert
commit: 1ceb6f971844d529a9abbc1054606bd7c6d53e3d
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Feb 13 22:51:20 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 13 22:51:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ceb6f97

sci-physics/siscone: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-physics/siscone/Manifest |  1 -
 sci-physics/siscone/siscone-3.0.3.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 9b5face978c..327617f555e 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1,2 +1 @@
-DIST siscone-3.0.3.tar.gz 540939 BLAKE2B 
dfb9c9fab91f4faf8d8aa8a44fca505a83cdd02d2a9b659bacf6487e505159ef61bf2ed8db08a304328effdd6aac8c4a593b630954898aceb985a3a270a5aeb6
 SHA512 
dccbb872c897b8c0c28dff593d7f015b396923a0bd885182930d74e5115b901875a89565244a33fad0329fdfb5a83d6cc570152d0085c45c24bc427de075e559
 DIST siscone-3.0.5.tar.gz 544738 BLAKE2B 
7136acfc46d9414831d4e07cc428ad3858c1da02bdcd66817eb6406b9ae1d9d582800412dfcfae5477a720b7893ba070c9ef84816a517992be1762d356840bf8
 SHA512 
fb9f5e6b6677968e77eb9476abe8345711c69213209c153932adacd69b3c1219abe79655238fec1c0ca4e8ca91795c7693c68e2a48ec41a6afff1f046a781a61

diff --git a/sci-physics/siscone/siscone-3.0.3.ebuild 
b/sci-physics/siscone/siscone-3.0.3.ebuild
deleted file mode 100644
index 0d54e124cd9..000
--- a/sci-physics/siscone/siscone-3.0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
-HOMEPAGE="http://siscone.hepforge.org/;
-SRC_URI="http://www.hepforge.org/archive/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   if use examples; then
-   docinto examples
-   dodoc examples/*.{cpp,h}
-   docinto examples/events
-   dodoc examples/events/*.dat
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



  1   2   3   4   5   >