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

2020-12-23 Thread Hans de Graaff
commit: 5aa6e5c181b6b97caf9146410ad8e36bba5feaa7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 24 07:09:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 24 07:09:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa6e5c1

dev-ruby/asciidoctor: add 2.0.12

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

 dev-ruby/asciidoctor/Manifest  |  1 +
 dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/asciidoctor/Manifest b/dev-ruby/asciidoctor/Manifest
index 460b6bb6301..673b86df27b 100644
--- a/dev-ruby/asciidoctor/Manifest
+++ b/dev-ruby/asciidoctor/Manifest
@@ -1,2 +1,3 @@
 DIST asciidoctor-2.0.10.tar.gz 613180 BLAKE2B 
46125c85276eb0c7cf4404ca04d854449233e2cd14e24687aed9f95eb64ceb6ebac3d3ed73918679b9a5b047e41d82d02383d0e08acd0df5cc9bc216f14c79a3
 SHA512 
9ef908081569188d9903c7a7619fe0b50197f6f0cc922c4070e116bcd3f988a55da87443e84b6e260aabcc653a804fcaf29b96a722ab36f7ebb27ec11eb7ddbe
 DIST asciidoctor-2.0.11.tar.gz 625446 BLAKE2B 
4c4a3a7e019971765efade92da39d5895f54bd3eb927eb1ecc1cc3e3998490fcdb93426c03c9fca82d777b28c6c8027f34d39289b2250254884613670eacf9d6
 SHA512 
eef126653fb75c4d4bce5481f9e12f1852cf5794f547e1131f2e3f5bc34c3813e32034e6890432e83fc543b4a5dcca46750d052844d7055bfe20ea4b0c4428f2
+DIST asciidoctor-2.0.12.tar.gz 625448 BLAKE2B 
242ee146465685c7b5326c343df1e1e1bcd74d85c2bfae3fd3e661c63a11c82fba6a2ff9ddb0cd0131289ef09b14b6039a0c54e35471b000166584ae3530d6cd
 SHA512 
b1fdfd8907d19943bebc9040e3e541df81eb874bf9d53a174e5be8a804e117e7ee3cd21046a4a4142cdc285e6269796d06915b0f42f4f16ae1e8975e444a8a76

diff --git a/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild
new file mode 100644
index 000..15d529af89d
--- /dev/null
+++ b/dev-ruby/asciidoctor/asciidoctor-2.0.12.ebuild
@@ -0,0 +1,44 @@
+# 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_TEST="test features"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and 
other formats"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-util/cucumber
+   dev-ruby/rspec-expectations:*
+   dev-ruby/asciimath
+   dev-ruby/coderay
+   dev-ruby/concurrent-ruby
+   dev-ruby/erubis
+   dev-ruby/haml
+   dev-ruby/nokogiri
+   dev-ruby/rouge
+   dev-ruby/slim
+   dev-ruby/tilt )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/asciidoctor.1
+}



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

2020-12-23 Thread Hans de Graaff
commit: b0d97ed76e7ef3592a9710b845101113801ef124
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 24 07:07:06 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 24 07:07:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d97ed7

dev-ruby/slim: add ruby27

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

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

diff --git a/dev-ruby/slim/slim-4.1.0.ebuild b/dev-ruby/slim/slim-4.1.0.ebuild
index 7f7a6d8b459..956b9c86285 100644
--- a/dev-ruby/slim/slim-4.1.0.ebuild
+++ b/dev-ruby/slim/slim-4.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
 



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

2020-12-23 Thread Matt Turner
commit: 8ecf93aeaa8d339d74dd99f356fd84a77e78a108
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 04:27:56 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 04:30:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecf93ae

media-libs/libepoxy: Use virtualx for running tests

Otherwise most of the tests skip.

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

 media-libs/libepoxy/libepoxy-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libepoxy/libepoxy-.ebuild 
b/media-libs/libepoxy/libepoxy-.ebuild
index 329b128e948..ecd6c30c496 100644
--- a/media-libs/libepoxy/libepoxy-.ebuild
+++ b/media-libs/libepoxy/libepoxy-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE='xml(+)'
-inherit meson multilib-minimal python-any-r1
+inherit meson multilib-minimal python-any-r1 virtualx
 
 if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/anholt/${PN}.git;
@@ -46,7 +46,7 @@ multilib_src_compile() {
 }
 
 multilib_src_test() {
-   meson_src_test
+   virtx meson_src_test
 }
 
 multilib_src_install() {



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

2020-12-23 Thread Matt Turner
commit: fc4f8c51d06b85a4f495bdf549c0883df12afc34
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 04:24:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 04:30:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4f8c51

media-libs/libepoxy: Version bump to 1.5.5

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

 media-libs/libepoxy/Manifest  |  1 +
 media-libs/libepoxy/libepoxy-1.5.5.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/media-libs/libepoxy/Manifest b/media-libs/libepoxy/Manifest
index b422cf65810..4e8da22a9e1 100644
--- a/media-libs/libepoxy/Manifest
+++ b/media-libs/libepoxy/Manifest
@@ -1 +1,2 @@
 DIST libepoxy-1.5.4.tar.gz 337615 BLAKE2B 
2793fde6da59079dfadc653c9f0712b0bd2ca1455a8cda7982bce61c35a3629641a30a76db059af635c1fa0076b4e6c56874b199b41d548afbbad8f6e43384e3
 SHA512 
c8b03f0a39df320fdd163a34c35f9ffbed51bc0174fd89a7dc4b3ab2439413087e1e1a2fe57418520074abd435051cbf03eb2a7bf8897da1712bbbc69cf27cc5
+DIST libepoxy-1.5.5.tar.gz 332057 BLAKE2B 
bf9a1e089c620e710caa7d4b7d5d0ec0cef186c7881b1a61aa22f58d8e023706087c766ad970ea8950752d87d2f32d12e2ded3137502f35991afb5b4fb3648cd
 SHA512 
9056840d887f06c6422f61e65ea02511ed37b866a234d49bf78dc5f2f46e8dd9f029405387da14dced639e6a5740b5c56ab6d88ca23ea3270fc6db6a570b0c45

diff --git a/media-libs/libepoxy/libepoxy-1.5.5.ebuild 
b/media-libs/libepoxy/libepoxy-1.5.5.ebuild
new file mode 100644
index 000..ecd6c30c496
--- /dev/null
+++ b/media-libs/libepoxy/libepoxy-1.5.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE='xml(+)'
+inherit meson multilib-minimal python-any-r1 virtualx
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://github.com/anholt/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+fi
+
+DESCRIPTION="Library for handling OpenGL function pointer management"
+HOMEPAGE="https://github.com/anholt/libepoxy;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+egl test +X"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
+BDEPEND="${PYTHON_DEPS}
+   virtual/pkgconfig"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Degl=$(usex egl)
+   -Dglx=$(usex X)
+   $(meson_use X x11)
+   $(meson_use test tests)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   virtx meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: net-fs/sshfs/

2020-12-23 Thread Tim Harder
commit: a1e7a920cdd53a51bd419040738f3f64c5295110
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 24 04:22:51 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 24 04:27:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e7a920

net-fs/sshfs: version bump to 3.7.1

Closes: https://bugs.gentoo.org/758965
Signed-off-by: Tim Harder  gentoo.org>

 net-fs/sshfs/Manifest   |  1 +
 net-fs/sshfs/sshfs-3.7.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/net-fs/sshfs/Manifest b/net-fs/sshfs/Manifest
index bdb6947f93e..b92f5ff678f 100644
--- a/net-fs/sshfs/Manifest
+++ b/net-fs/sshfs/Manifest
@@ -1 +1,2 @@
 DIST sshfs-3.7.0.tar.xz 52724 BLAKE2B 
be974475692e8f9a4d0653776b7b7dc62c6beb1a300caf62c55cbc6bb72fedcf08cdd2c65f051415df57e6e2b21e5a3cb00e8525585c40ab92b0bd0b3474ac77
 SHA512 
bd8bcd45dd9a5e9686c6fb442e877ffdb592ba0d3424d5dab84a955bfafb17e8666abefba6857467833f5b285842bdadd5a9b6c9e8128ac2e564c36df79aa570
+DIST sshfs-3.7.1.tar.xz 52988 BLAKE2B 
48fd9b1483a8f4d48e3d9d25dc13c6e265ca3cb623762b2721b955db52fc05a6138cd0fef684e8893c3b380041ac30ecb3df4c5716b067f621790730fa07be08
 SHA512 
ee91b2eacbad5891006dbac14188ddd591e242b6092c7b7d8234503d79acb52f4b7ea9a15d5eaad83597ff4b4e700580ee2271671edfa6db762d9a8c756d45fd

diff --git a/net-fs/sshfs/sshfs-3.7.1.ebuild b/net-fs/sshfs/sshfs-3.7.1.ebuild
new file mode 100644
index 000..8fbd75eb7ea
--- /dev/null
+++ b/net-fs/sshfs/sshfs-3.7.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Fuse-filesystem utilizing the sftp service"
+HOMEPAGE="https://github.com/libfuse/sshfs;
+SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+DEPEND=">=sys-fs/fuse-3.1.0:3
+   >=dev-libs/glib-2.4.2"
+RDEPEND="${DEPEND}
+   >=net-misc/openssh-4.4"
+BDEPEND="dev-python/docutils
+   virtual/pkgconfig"
+
+# requires root privs and specific localhost sshd setup
+RESTRICT="test"
+
+DOCS=( AUTHORS ChangeLog.rst README.rst )



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

2020-12-23 Thread Matt Turner
commit: 1b9571ba4b96a813ea04b8c742d1c1273d2114ec
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 04:16:02 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 04:16:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9571ba

dev-python/python-libevdev: Version bump to 0.9

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

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

diff --git a/dev-python/python-libevdev/Manifest 
b/dev-python/python-libevdev/Manifest
index 774520416af..ea7597caa32 100644
--- a/dev-python/python-libevdev/Manifest
+++ b/dev-python/python-libevdev/Manifest
@@ -1 +1,2 @@
 DIST python-libevdev-0.8.tar.bz2 30375 BLAKE2B 
b59a705d49a54d5f98bca3bdf97038128df35294d4e62ffe058021c4da846e75a372660a4beef7e83dbf5b16a4d7d9195547f713bd290b14ca28ecd9291ac641
 SHA512 
c3c35e82b78f8968c930883a99def348a012a05ea122ac24e757441e81079f7c12bd50d96e8cec7b799a2d775d834859f924e8d1dc5841c718c050287fd1beb0
+DIST python-libevdev-0.9.tar.bz2 31496 BLAKE2B 
4802f1528c104b0717f3f3a450e6e704232d5045ac285b96eb3eb690f120969ea0f23eae1da6013b260627f18b3e58e55a5017401928149e9cc581d9a84fad70
 SHA512 
77dcb18c393fd7962887d477292ec359c65404ae126624dc5ab201528e53b9fab565d5c6acfe2908f4a03a29e09fad862220246b91a92cc5f69768a31d1ca808

diff --git a/dev-python/python-libevdev/python-libevdev-0.9.ebuild 
b/dev-python/python-libevdev/python-libevdev-0.9.ebuild
new file mode 100644
index 000..a8f0ef742a6
--- /dev/null
+++ b/dev-python/python-libevdev/python-libevdev-0.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrappers for the libevdev library"
+HOMEPAGE="https://gitlab.freedesktop.org/libevdev/python-libevdev;
+SRC_URI="https://gitlab.freedesktop.org/libevdev/${PN}/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? ( dev-libs/libevdev )
+"
+
+python_test() {
+   esetup.py test
+}



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

2020-12-23 Thread Matt Turner
commit: 33e5856e6e28e5126b32351fad9b688d383b6af5
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 04:12:45 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 04:16:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e5856e

dev-util/spirv-tools: Add Python 3.9 compatibility

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

 dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild 
b/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild
index 41ee1a4b749..3bf9424ee94 100644
--- a/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 MY_PN=SPIRV-Tools
 CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit cmake-multilib python-any-r1
 
 if [[ ${PV} == ** ]]; then



[gentoo-commits] repo/proj/guru:dev commit in: games-action/netrek-cow/

2020-12-23 Thread Theo Anderson
commit: 789751063ddc05cc9aaa5e031bc3e31e6c753e51
Author: Theo Anderson  posteo  de>
AuthorDate: Thu Dec 24 03:21:36 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Thu Dec 24 03:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78975106

games-action/netrek-cow: depend media-libs/imlib2

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

 games-action/netrek-cow/netrek-cow-3.3.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild 
b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
index 6be3c33a..0617861f 100644
--- a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
+++ b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
@@ -18,6 +18,7 @@ S="${WORKDIR}/netrek-client-cow-${PV}"
 RESTRICT="test"
 
 RDEPEND="
+   media-libs/imlib2
media-libs/libsdl
media-libs/sdl-mixer
x11-base/xorg-proto



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

2020-12-23 Thread Aaron W. Swenson
commit: 0fa80295af29bf426677f4f7fbdb7dc1f0fc1f4e
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Dec 24 03:42:36 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Dec 24 03:42:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa80295

dev-db/postgis: Version Bump and Fix

Bump to 3.1.0.

No longer auto-magically depend on libcxx, and tries more names for a compatible
CPP interface.

Bug: https://bugs.gentoo.org/731104
Bug: https://bugs.gentoo.org/747544
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/postgis/Manifest|   1 +
 .../files/postgis-3.0.3-detect-only-stdc.patch |  17 +++
 .../files/postgis-3.0.3-try-other-cpp-names.patch  |  12 ++
 dev-db/postgis/postgis-3.0.3-r2.ebuild | 139 
 dev-db/postgis/postgis-3.1.0.ebuild| 140 +
 5 files changed, 309 insertions(+)

diff --git a/dev-db/postgis/Manifest b/dev-db/postgis/Manifest
index 705f54c7fd9..7d45c2f6ebb 100644
--- a/dev-db/postgis/Manifest
+++ b/dev-db/postgis/Manifest
@@ -5,4 +5,5 @@ DIST postgis-3.0.0.tar.gz 17359802 BLAKE2B 
aa83bdc2d1950c517f99cbdd877eb7261f6c2
 DIST postgis-3.0.1.tar.gz 16839923 BLAKE2B 
6888fa49562ab71929e92007de305fd6610c74988faaf08fbeabbf1d13029ebbb5da788826dc63d03ae5c873fbe408ae6c0f108b2975755d2b13bc69bed53558
 SHA512 
5ebce2303d672bb342f7fae6cade08140c8a687fc38e82e5b41eebb8465cdf3dc7bdbeae53b1179df8112a01842dd65f362fc107b381e2a1fa6e161b77a50227
 DIST postgis-3.0.2.tar.gz 16855299 BLAKE2B 
99ee872abf52651ab53e4dd6203d99d428d366f60b949fabcae938980f5c17809872e9b23f7ab1f3480a60242e735c926e54122492e1b8966ed8c748eb7c4fe6
 SHA512 
763d7818d195eca0b07d94a864b13da68e5734ae57b7c93c285dc2d0fa4a155715745e5da67e1a3bca49d8d4f89dc495ed3912c079722290ce9f220afca33f4d
 DIST postgis-3.0.3.tar.gz 16871696 BLAKE2B 
891f814271de9193cd17013d6d971a752d2e984cb0f68b05510450adef97fc96827e3d1a1c7e4fa4cf79a5d15eb3f74b32e6e9a8db1947f7bad7c2b23656bc8f
 SHA512 
478f0971e18c2a1bd651c9bf7b995236aad32fda037762505cf8ac9e67a4e40917436248c1e62827a1a6da96c15c4ae8d0b606d548fa080cdff453642b897115
+DIST postgis-3.1.0.tar.gz 17262134 BLAKE2B 
dbc6edde826328b84ca7d6cc9329d648c7874d51528252759499131d7ad5dbc1a7a4ef881054f2fa1fc255810157270dc1c0ae0e2ea24ec702f06b9fd5f6dfed
 SHA512 
c5b063ff7cbe855ab6ce4104d170b27eea04ae632fd6fcb8de38b14699296a8e0c9ce06bfb48ab14cba51b7a1b3f7e0a3996d9377a954dfc39fd68fe3f839e8f
 DIST postgis-3.1.0alpha3.tar.gz 17197128 BLAKE2B 
f3b777efa8542b82db6031fa77a5728be94689542b45e4515887306cd0ae42cd9d802eae94b07e5a70f308e82fe6afc49a29f43ad2c302d9913f00797118764c
 SHA512 
758b688aa01babc5ac9cc703d3d64fd751639425df7e1a2aa5bb72f1707a8279f87e7b3d84e23f465a51d08787858e0eb54e0afc38039d69ddfe7668e2dce256

diff --git a/dev-db/postgis/files/postgis-3.0.3-detect-only-stdc.patch 
b/dev-db/postgis/files/postgis-3.0.3-detect-only-stdc.patch
new file mode 100644
index 000..5b97102bb23
--- /dev/null
+++ b/dev-db/postgis/files/postgis-3.0.3-detect-only-stdc.patch
@@ -0,0 +1,17 @@
+diff -Naruw postgis-3.1.0.orig/configure.ac postgis-3.1.0/configure.ac
+--- postgis-3.1.0.orig/configure.ac2020-12-18 14:39:26.0 -0500
 postgis-3.1.0/configure.ac 2020-12-19 07:35:13.232167083 -0500
+@@ -1501,12 +1501,9 @@
+ dnl 
+ CC="$WAGYU_CXX"
+ 
+-AC_CHECK_LIB(c++, main, [HAVE_CPP=yes], [HAVE_CPP=no])
+ AC_CHECK_LIB(stdc++, main, [HAVE_STDCPP=yes], [HAVE_STDCPP=no])
+ 
+-if test "x$HAVE_CPP" = "xyes"; then
+-WAGYU_LDFLAGS="-lc++"
+-elif test "x$HAVE_STDCPP" = "xyes"; then
++if test "x$HAVE_STDCPP" = "xyes"; then
+ WAGYU_LDFLAGS="-lstdc++"
+ else
+ AC_MSG_WARN("Could not find a C++ standard library")

diff --git a/dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch 
b/dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch
new file mode 100644
index 000..691cf8d1936
--- /dev/null
+++ b/dev-db/postgis/files/postgis-3.0.3-try-other-cpp-names.patch
@@ -0,0 +1,12 @@
+diff -Naruw postgis-3.1.0.orig/configure.ac postgis-3.1.0/configure.ac
+--- postgis-3.1.0.orig/configure.ac2020-12-18 14:39:26.0 -0500
 postgis-3.1.0/configure.ac 2020-12-23 21:44:09.223273050 -0500
+@@ -31,7 +31,7 @@
+ dnl
+ dnl SQL Preprocessor
+ dnl
+-AC_PATH_PROG([CPPBIN], [cpp], [])
++AC_PATH_PROGS([CPPBIN], [cpp x86_64-pc-linux-gnu-cpp x86-pc-linux-gnu-cpp], 
[])
+ if test "x$CPPBIN" != "x"; then
+   SQLPP="${CPPBIN} -traditional-cpp -w -P"
+ else

diff --git a/dev-db/postgis/postgis-3.0.3-r2.ebuild 
b/dev-db/postgis/postgis-3.0.3-r2.ebuild
new file mode 100644
index 000..407f889068d
--- /dev/null
+++ b/dev-db/postgis/postgis-3.0.3-r2.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+

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

2020-12-23 Thread Matt Turner
commit: 4b1d79addc9057082bf04a8ad020dcf67662cf27
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:40:46 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:40:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1d79ad

dev-libs/libclc: Drop old versions

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

 dev-libs/libclc/Manifest|  1 -
 dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index e0e25709507..cb72e90b8a0 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -1,2 +1 @@
-DIST libclc-0.2.0_pre20191024.tar.xz 128628 BLAKE2B 
dc750725ee48456e3678cb4f730cc889045ff7401c4b40ac3ae9b656da9fe429aa2094c2042a18eda4f7e87c786ff8ae121fbf726a18de03884f30dad48b3fa1
 SHA512 
b4c2ca980fb28b5662055bea951de844284fcf122695234d7618439234f0203baf82b5cc5cf8acddfe387f19d32be3a958e53511bb1e33e9469f6be5951dbcdb
 DIST libclc-0.2.0_pre20201001.tar.xz 122180 BLAKE2B 
8587c5b29d517a6c54a927b529f7e5651f154785e4299ad6b90007bdbae19ffccea75ec873a308b9a025effbb6316f91e70f82af19cdcdaad87c4f1af2595f78
 SHA512 
1fc10fcd6163991fe3ce474351d07f892a628fbd4e4cfb9ea96f1288db421b7be87c1f818593bea7409e7a17a5fd4c84a07a88f5c3d998ef97ac0425970abf4d

diff --git a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild 
b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
deleted file mode 100644
index c2d93937f05..000
--- a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit llvm prefix python-any-r1 toolchain-funcs
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="https://libclc.llvm.org/;
-# libclc subdir of https://github.com/llvm/llvm-project.git
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_r600 video_cards_radeonsi"
-IUSE="${IUSE_VIDEO_CARDS}"
-REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )"
-
-BDEPEND="
-   || (
-   sys-devel/clang:12
-   sys-devel/clang:11
-   sys-devel/clang:10
-   sys-devel/clang:9
-   sys-devel/clang:8
-   )
-   ${PYTHON_DEPS}"
-
-llvm_check_deps() {
-   has_version -b "sys-devel/clang:${LLVM_SLOT}"
-}
-
-src_prepare() {
-   default
-   if use prefix; then
-   hprefixify configure.py
-   fi
-}
-
-pkg_setup() {
-   # we do not need llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local libclc_targets=()
-
-   use video_cards_nvidia && libclc_targets+=("nvptx--" "nvptx64--" 
"nvptx--nvidiacl" "nvptx64--nvidiacl")
-   use video_cards_r600 && libclc_targets+=("r600--")
-   use video_cards_radeonsi && libclc_targets+=("amdgcn--" 
"amdgcn-mesa-mesa3d" "amdgcn--amdhsa")
-
-   [[ ${#libclc_targets[@]} ]] || die "libclc target missing!"
-
-   ./configure.py \
-   --with-cxx-compiler="$(tc-getCXX)" \
-   --with-llvm-config="$(get_llvm_prefix 
"${LLVM_MAX_SLOT}")/bin/llvm-config" \
-   --prefix="${EPREFIX}/usr" \
-   "${libclc_targets[@]}" || die
-}
-
-src_compile() {
-   emake VERBOSE=1
-}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/

2020-12-23 Thread Matt Turner
commit: 78c54dbfd71d4c7d14500a383e30cf1771e5f2a1
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:41:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:41:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c54dbf

x11-apps/fonttosfnt: Drop old versions

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

 x11-apps/fonttosfnt/Manifest|  1 -
 x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest
index 145e88fbf5d..4316fd3aa2e 100644
--- a/x11-apps/fonttosfnt/Manifest
+++ b/x11-apps/fonttosfnt/Manifest
@@ -1,3 +1,2 @@
-DIST fonttosfnt-1.1.0.tar.bz2 143545 BLAKE2B 
fd05a19ffc50306b747bbbc6ea692b6667c7ddd185feb31a21173cbf571e5c74ded0da8af305e3744d8db57eca909d271b153bfded2182e060d922e42395942d
 SHA512 
f4fb9814c23bfd6f83771959444d2c37eb4ba32edee43c37cf21f0181be80c6e278307641b0f4dae4ee5d10db3289e95194f99757ea4bbca343fff15498e7173
 DIST fonttosfnt-1.2.0.tar.bz2 145904 BLAKE2B 
b9b25076126dbd412d69f4c9698f937009f620b55a06f8c55b621add2ed6d638e0b91d3e716ed276089986c1a0140e2bf7aadef021c21ac24ac23c3347ee081c
 SHA512 
a360bd8535beaef89afa6c0678a40f7c554e9d631e0fcb80bb1363ab72288e27a5e106521610f61c95b8101f79c7f02492a2068411b5f5b695de780d8a1c1b25
 DIST fonttosfnt-1.2.1.tar.bz2 146512 BLAKE2B 
54b92f586248978f56b1b114a1ec02b19f7c871fed0c0f91c2e8064933d990f2b44f0163fa59f04f82b992a40be47e391ae60a490412e361af9f10c445f9
 SHA512 
3d4ece61e31d4a5ed56923ecc1883e80a9308d2062d37345cb5be081bc2b004aadebf99a989601749a63e03eb641e0522d07773a57bca0b4710ed453e4f20742

diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild 
b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
deleted file mode 100644
index fe76754ea07..000
--- a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xorg-3
-
-DESCRIPTION="X.Org fonttosfnt application"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-RDEPEND="media-libs/freetype:2
-   x11-libs/libX11
-   x11-libs/libfontenc"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



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

2020-12-23 Thread Matt Turner
commit: 9b80fc46bc5e3f94f1bc9655a490a9674425d113
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:39:25 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:39:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b80fc46

dev-libs/libevdev: Stabilize 1.10.0 sparc, #758461

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

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

diff --git a/dev-libs/libevdev/libevdev-1.10.0.ebuild 
b/dev-libs/libevdev/libevdev-1.10.0.ebuild
index 12a8b20fbe6..acc3899107f 100644
--- a/dev-libs/libevdev/libevdev-1.10.0.ebuild
+++ b/dev-libs/libevdev/libevdev-1.10.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
s390 sparc x86"
 fi
 
 LICENSE="MIT"



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

2020-12-23 Thread Matt Turner
commit: 2cac979c1c8286b0e7e7a6bccca7999fec08fe24
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:39:29 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:39:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cac979c

media-libs/mesa: Stabilize 20.2.4 sparc, #758461

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

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

diff --git a/media-libs/mesa/mesa-20.2.4.ebuild 
b/media-libs/mesa/mesa-20.2.4.ebuild
index 562ba0c64e6..ca0dfceda9d 100644
--- a/media-libs/mesa/mesa-20.2.4.ebuild
+++ b/media-libs/mesa/mesa-20.2.4.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/

2020-12-23 Thread Matt Turner
commit: e28a05abf93366f615b8b95486046ca81b3fcd25
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:39:29 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:39:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28a05ab

x11-libs/libxkbcommon: Stabilize 1.0.3 sparc, #758461

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

 x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild
index 48636d2e35e..b41c3709264 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-1.0.3.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN};
 else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 PYTHON_COMPAT=( python3_{7..9} )



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

2020-12-23 Thread Matt Turner
commit: de6fe411e619972264f7ed9dda511280c36b4443
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:41:35 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:41:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6fe411

x11-drivers/xf86-video-vesa: Drop old versions

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

 x11-drivers/xf86-video-vesa/Manifest   |  1 -
 .../xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/x11-drivers/xf86-video-vesa/Manifest 
b/x11-drivers/xf86-video-vesa/Manifest
index 97aa7078fd6..b8f5910c27d 100644
--- a/x11-drivers/xf86-video-vesa/Manifest
+++ b/x11-drivers/xf86-video-vesa/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-vesa-2.4.0.tar.bz2 324599 BLAKE2B 
ddaa7a54d439b1afb1152e15e0d436cade79c51a61e78837a066e3e0c04d4a2ea6b079e68eca917e618aae125ed4eab7734009a337018460e771265b8daef443
 SHA512 
4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de
 DIST xf86-video-vesa-2.5.0.tar.bz2 304322 BLAKE2B 
aee8b59d769a72fb2890bbadde7fb87e2f527fb58eaf8b2ef515b0a1b7dc591c6afaf1d8692caaaefb741f475ed77bc0ed069be43a752103260bc85314a7a830
 SHA512 
36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b

diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild 
b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild
deleted file mode 100644
index 8c2a494bb98..000
--- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic VESA video driver"
-KEYWORDS="-* ~alpha amd64 x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.6
-   >=x11-libs/libpciaccess-0.12.901"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-   linux-info_pkg_setup
-
-   if ! linux_config_exists || ! linux_chkconfig_present DEVMEM; then
-   echo
-   ewarn "This driver requires /dev/mem support in your kernel"
-   ewarn "  Device Drivers --->"
-   ewarn "Character devices  --->"
-   ewarn "  [*] /dev/mem virtual device support"
-   echo
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/

2020-12-23 Thread Matt Turner
commit: 4f23b46c6f52f47552bbb4f79ffdf05628abb584
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:39:29 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:39:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f23b46c

x11-libs/libX11: Stabilize 1.7.0 sparc, #758461

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

 x11-libs/libX11/libX11-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.7.0.ebuild 
b/x11-libs/libX11/libX11-1.7.0.ebuild
index c4dc65a6c87..0885451e47a 100644
--- a/x11-libs/libX11/libX11-1.7.0.ebuild
+++ b/x11-libs/libX11/libX11-1.7.0.ebuild
@@ -9,7 +9,7 @@ inherit toolchain-funcs xorg-3
 
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 
~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/

2020-12-23 Thread Matt Turner
commit: 498a0ac7a57e8adb37e68881b7dc6e6cbf5d7dcf
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:39:28 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:39:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498a0ac7

x11-libs/libdrm: Stabilize 2.4.103 sparc, #758461

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

 x11-libs/libdrm/libdrm-2.4.103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.103.ebuild 
b/x11-libs/libdrm/libdrm-2.4.103.ebuild
index f2bc92f45d5..2fc6fae6ca9 100644
--- a/x11-libs/libdrm/libdrm-2.4.103.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.103.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
SRC_URI=""
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



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

2020-12-23 Thread Matt Turner
commit: 8cd6d58ebc40102b5c75dfd25a15d3ebf497cf1a
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 24 03:39:28 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 24 03:39:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd6d58e

dev-libs/libinput: Stabilize 1.16.4 sparc, #758461

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

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

diff --git a/dev-libs/libinput/libinput-1.16.4.ebuild 
b/dev-libs/libinput/libinput-1.16.4.ebuild
index e2cc5fe76a2..b1b38d10476 100644
--- a/dev-libs/libinput/libinput-1.16.4.ebuild
+++ b/dev-libs/libinput/libinput-1.16.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 LICENSE="MIT"
 SLOT="0/10"
 [[ "$(ver_cut 3)" -gt 900 ]] || \
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="doc input_devices_wacom test"
 RESTRICT="!test? ( test )"
 



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

2020-12-23 Thread Mike Gilbert
commit: fe5c6bbfc653bf86a49097b68535da4956e6273a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 24 03:10:28 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 24 03:11:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5c6bbf

sys-kernel/linux-firmware: drop RESTRICT=binchecks

Portage complains when it sees ELF files and binchecks are disabled.
QA warnings are silenced by QA_PREBUILT.

Closes: https://bugs.gentoo.org/726448
Bug: https://bugs.gentoo.org/656130
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-kernel/linux-firmware/linux-firmware-20201218.ebuild | 2 +-
 sys-kernel/linux-firmware/linux-firmware-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20201218.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20201218.ebuild
index 2a607fbbde5..798caac0c02 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20201218.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20201218.ebuild
@@ -32,7 +32,7 @@ SLOT="0"
 IUSE="initramfs +redistributable savedconfig unknown-license"
 REQUIRED_USE="initramfs? ( redistributable )"
 
-RESTRICT="binchecks strip test
+RESTRICT="strip test
unknown-license? ( bindist )"
 
 BDEPEND="initramfs? ( app-arch/cpio )"

diff --git a/sys-kernel/linux-firmware/linux-firmware-.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-.ebuild
index 2a607fbbde5..798caac0c02 100644
--- a/sys-kernel/linux-firmware/linux-firmware-.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-.ebuild
@@ -32,7 +32,7 @@ SLOT="0"
 IUSE="initramfs +redistributable savedconfig unknown-license"
 REQUIRED_USE="initramfs? ( redistributable )"
 
-RESTRICT="binchecks strip test
+RESTRICT="strip test
unknown-license? ( bindist )"
 
 BDEPEND="initramfs? ( app-arch/cpio )"



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

2020-12-23 Thread Aaron W. Swenson
commit: 9501b8c02e9b48891968038f781617d522cd60d2
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Dec 24 02:58:16 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Dec 24 02:58:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9501b8c0

dev-db/pspg: Cleanup

Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/pspg/Manifest  |  1 -
 dev-db/pspg/pspg-3.1.2.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
index a12a114f52e..74a945482c6 100644
--- a/dev-db/pspg/Manifest
+++ b/dev-db/pspg/Manifest
@@ -1,2 +1 @@
-DIST pspg-3.1.2.tar.gz 1368987 BLAKE2B 
7eff4134ee97db4df4dfada08ede5e88ea0c37a681c95ba9529f30be98f05cb3a7805e5dcb165b34f5afc2d4d7ca6de0e705334967ade0fdb813636c73df658d
 SHA512 
1446200bdfe88787083da32629acaedab6eaee68b3dccbff3f52c82165029cb0f558790951d5103876c84562fcd6b5578042bca134f4ed37b9c5de96fdc5602f
 DIST pspg-3.1.5.tar.gz 1380515 BLAKE2B 
b9539347d1977a178468127df5f92f8b7be835b7e6edc49720131173b71b22e01b614bcde55e354d32a2ecf1665dcebd27502110786b7595411b5ec782391f01
 SHA512 
287d4794aebc867bf3c344c3747f1d058c1b93710dd0d86de66ae1e0d97961f4e3d511bc0f7df98c309bffc962aaf50b758faab1f8c6f0eb3374450e53ecdccb

diff --git a/dev-db/pspg/pspg-3.1.2.ebuild b/dev-db/pspg/pspg-3.1.2.ebuild
deleted file mode 100644
index 6115ff94a54..000
--- a/dev-db/pspg/pspg-3.1.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A better pager for psql and mysql"
-HOMEPAGE="https://github.com/okbob/pspg;
-SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="sys-libs/ncurses:*
-dev-db/postgresql:=
-sys-libs/readline:="
-RDEPEND="${DEPEND}"



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

2020-12-23 Thread Aaron W. Swenson
commit: 04a5df2287c49f43be4fa156c1d14dc0a2c83878
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Dec 24 02:54:20 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Dec 24 02:54:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a5df22

dev-db/pgbouncer: Cleanup

Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/pgbouncer/Manifest|  5 --
 dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch | 18 -
 dev-db/pgbouncer/files/pgbouncer-1.8-dirs.patch  | 32 -
 dev-db/pgbouncer/pgbouncer-1.10.0.ebuild | 85 
 dev-db/pgbouncer/pgbouncer-1.11.0.ebuild | 85 
 dev-db/pgbouncer/pgbouncer-1.12.0.ebuild | 84 ---
 dev-db/pgbouncer/pgbouncer-1.14.0.ebuild | 85 
 dev-db/pgbouncer/pgbouncer-1.9.0.ebuild  | 85 
 8 files changed, 479 deletions(-)

diff --git a/dev-db/pgbouncer/Manifest b/dev-db/pgbouncer/Manifest
index 9ecb47e5a65..91aec86d5e0 100644
--- a/dev-db/pgbouncer/Manifest
+++ b/dev-db/pgbouncer/Manifest
@@ -1,6 +1 @@
-DIST pgbouncer-1.10.0.tar.gz 480571 BLAKE2B 
a0c1dadc48f38cfe0ba2641791b4734da84cfe6674198bb2a8014bc92543850e909d7b4649b99e78d58febaa0f89f62b6694f6333bcbd62ff2f22741984d
 SHA512 
8ec9f102b57ca5f92fb689588ec090056ac29f21825400ec67bca413fe076ad50e0b491e65c4cfebc488cc245eb3c88c36db2ee0ba1cb737f35404be0983dd1d
-DIST pgbouncer-1.11.0.tar.gz 571414 BLAKE2B 
044d7cdf57b352b5b87547a8b96af1eca87e46b1f761bbd31d28a0d5158b52e438325db051ab51849f4e683f6211d0156a5081cc99a1109846085c84be7f72a6
 SHA512 
2373157f952a39dbb5d9afad7db2eba7459c28bcc302487c3bf15b64dca98940f65c9f7a1d142237f7053b6d2b290eaec15f930a341025f1665b501a26919115
-DIST pgbouncer-1.12.0.tar.gz 567465 BLAKE2B 
866a877478a417b3854e6e2a724fcd06c04bd94893e5d79f8bf250fa9391407c5b7cd00bf2771af18b162dfd2b7bdced00be15c44ba74cf842e3d98c561991e3
 SHA512 
017d150f865df231861cda4678963ad7e63a0cd238f5ece5679c920484e01c53ab27af63bf47e6227d66b7dc94b4d59ca41ac49c26f60aba74d40b43cad55664
-DIST pgbouncer-1.14.0.tar.gz 578955 BLAKE2B 
49e1e22b2fa604410111ac19b7c0c2c15f6739274d642e7100a9988379e828e8546454766ae32edb65ab7299b82693bcec32938621923bfbf99d946f5dc17f4a
 SHA512 
506810c9896a45d67fbc97c3027572278b3857635c222cfaa53b4f3893069cfbee2ec92facd6f387de217bb3170045410b88a7cea09a45686661a2d2ccc85271
 DIST pgbouncer-1.15.0.tar.gz 588042 BLAKE2B 
3dac09303e1c86126dd9cb44823c6f3fca4195e3155b360719c736c6e1327cc10d05e7f1e45c08d14c1dd0cb5c074b32263eee3be9e6350db9a8c5cbdfe61aa1
 SHA512 
5f78018ab80ab8d81f20ef3df1314ffc9557f1c6469d485d11ac822f596e3d4b554743fd9e9fe19b008a8aaf93bcf3673b42a8fb82bbd9611bd735cd2cbb98c6
-DIST pgbouncer-1.9.0.tar.gz 469300 BLAKE2B 
466f171a49ec9ce9be9a9d3208780cfbff956da7c74ec4332c7104ea537cb47a5cfdc0d80bbd96d233769b6f430f1ad99b623caefa2dc93af7ba336dd0f49514
 SHA512 
b127f4cb60ca5cdf339da76727918f0a3797a3e0a89f8ed6fdcaa80f3391d2c5bb51e19731915775210c0e5070dd611ee2e410c9a947624e45b5cf11aecdacf9

diff --git a/dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch 
b/dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch
deleted file mode 100644
index 3dd40537252..000
--- a/dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini
-index fed4a9f..5f2ed8e 100644
 a/etc/pgbouncer.ini
-+++ b/etc/pgbouncer.ini
-@@ -55,9 +55,9 @@ listen_port = 6432
-
- ;; Unix socket is also used for -R.
- ;; On Debian it should be /var/run/postgresql
--;unix_socket_dir = /tmp
--;unix_socket_mode = 0777
--;unix_socket_group =
-+unix_socket_dir = /run/postgresql
-+unix_socket_mode = 0777
-+unix_socket_group = postgres
-
- ;;;
- ;;; TLS settings for accepting clients
-

diff --git a/dev-db/pgbouncer/files/pgbouncer-1.8-dirs.patch 
b/dev-db/pgbouncer/files/pgbouncer-1.8-dirs.patch
deleted file mode 100644
index cc4d0634b6b..000
--- a/dev-db/pgbouncer/files/pgbouncer-1.8-dirs.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -Naruw pgbouncer-1.8.orig/etc/pgbouncer.ini 
pgbouncer-1.8/etc/pgbouncer.ini
 pgbouncer-1.8.orig/etc/pgbouncer.ini   2017-12-18 11:03:18.0 
-0500
-+++ pgbouncer-1.8/etc/pgbouncer.ini2017-12-20 06:48:25.935839539 -0500
-@@ -34,7 +34,9 @@
- ;;;
- 
- logfile = /var/log/pgbouncer/pgbouncer.log
--pidfile = /var/run/pgbouncer/pgbouncer.pid
-+
-+; Leave unset. This is handled in the initscript.
-+;pidfile =
- 
- ;;;
- ;;; Where to wait for clients
-@@ -44,11 +46,12 @@
- listen_addr = 127.0.0.1
- listen_port = 6432
- 
--; Unix socket is also used for -R.
--; On Debian it should be /var/run/postgresql
--;unix_socket_dir = /tmp
--;unix_socket_mode = 0777
--;unix_socket_group =
-+; Unix socket is also used for -R (online restart), but the
-+; initscripts can't do that. Generally, you'll want to leave these
-+; alone. System-wide default is: /run/postgresql
-+unix_socket_dir = /run/postgresql
-+unix_socket_mode = 0777

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

2020-12-23 Thread Mike Gilbert
commit: a5e076321291dee3d9be28fa641b76bd6539ff0d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 24 02:30:16 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 24 02:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e07632

sys-apps/systemd: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/Manifest   |   1 -
 sys-apps/systemd/systemd-247_rc2.ebuild | 531 
 2 files changed, 532 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index c25d80d39e8..91bc2d2da4e 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,4 +1,3 @@
 DIST systemd-246.tar.gz 9534036 BLAKE2B 
71b72abcd4d066d35d45d9835d41bec8faa9a7eddc80b48fe7073223f07d32f78a8442c52dc0800940f9750d9c5502123a633738981d797cf610d85df2035bf0
 SHA512 
7103f7da53f7ced3b5543c238f23bd11c82af8e37166c1720a90576b6b431b4329320c78726166c65a9f5e101dd465c0a86dd13c586c4e55e608a6273d8f324f
-DIST systemd-247-rc2.tar.gz 9865122 BLAKE2B 
ddc12d733fa81cedcea974d05980e3b6731c48229c6ba30dbdeab1a17f32ab7f17f140b6609a542482cf972dc447d797a400a4b7dc30961c1dfdb9d79f0973e2
 SHA512 
01fb347f3edb08efdf97b54339b381e4747377af08528f7267e6de6e85215025f81da13f822fcd9b449891b925aa163c6755dea86e6727b626ea27c19e5f391b
 DIST systemd-stable-246.6.tar.gz 9545237 BLAKE2B 
5290736b30ca1a3188335a74d49b4f3e8b48007d9563efac1985ea6428a8b8fd6cad7ae87c35e13a32f851ebd27821829738274d35cfbff9340750bd3b086621
 SHA512 
1936b291d9831cf61f800fe718a4c2c2fe9b2a11fd817fe32bd48da2087a675dfc91013209a3478ea52e8ada593300ed906e248b8081dcf9141bf1cc17483ea9
 DIST systemd-stable-247.1.tar.gz 9889494 BLAKE2B 
d16535242d8e80e2f698cc5cb17f9e50c971ecf883b8d68433dd952175f50d511cad90fcf98da5f8f760b10c388842128f7f62aaef57e8175a9d6f70a7283fa5
 SHA512 
2a737afcee4409c2be073d8cb650c3465a25c101b3c3072ea6e6a0614d06e3ed7ae55c84f9ae60555915ad1480b3a13aa72fef4b9210139afe6b0d7a7629385a

diff --git a/sys-apps/systemd/systemd-247_rc2.ebuild 
b/sys-apps/systemd/systemd-247_rc2.ebuild
deleted file mode 100644
index cb5298ddc67..000
--- a/sys-apps/systemd/systemd-247_rc2.ebuild
+++ /dev/null
@@ -1,531 +0,0 @@
-# Copyright 2011-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
-fi
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam 
python-any-r1 systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls 
elfutils +gcrypt gnuefi homed http +hwdb idn importd +kmod +lz4 lzma nat pam 
pcre pkcs11 policykit pwquality qrcode repart +resolvconf +seccomp selinux 
split-usr static-libs +sysv-utils test vanilla xkb +zstd"
-
-REQUIRED_USE="
-   homed? ( cryptsetup )
-   importd? ( curl gcrypt lzma )
-"
-RESTRICT="!test? ( test )"
-
-MINKV="3.11"
-
-OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0="
-
-COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   apparmor? ( sys-libs/libapparmor:0= )
-   audit? ( >=sys-process/audit-2:0= )
-   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
-   curl? ( net-misc/curl:0= )
-   dns-over-tls? ( >=net-libs/gnutls-3.6.0:0= )
-   elfutils? ( >=dev-libs/elfutils-0.158:0= )
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
-   homed? ( ${OPENSSL_DEP} )
-   http? (
-   >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)]
-   >=net-libs/gnutls-3.1.4:0=
-   )
-   idn? ( net-dns/libidn2:= )
-   importd? (
-   app-arch/bzip2:0=
-   sys-libs/zlib:0=
-   )
-   kmod? ( >=sys-apps/kmod-15:0= )
-   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
-   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
-   nat? ( net-firewall/iptables:0= )
-   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
-   pkcs11? ( app-crypt/p11-kit:0= )
-   pcre? ( dev-libs/libpcre2 )
-   pwquality? ( dev-libs/libpwquality:0= )
-   qrcode? ( media-gfx/qrencode:0= )
-   repart? ( ${OPENSSL_DEP} )
-   seccomp? ( >=sys-libs/libseccomp-2.3.3:0= )
-   selinux? ( 

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

2020-12-23 Thread Mike Gilbert
commit: 74d1d65e223858972a8d926cfe5e3657e834abdc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 24 02:52:20 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 24 02:52:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d1d65e

sys-apps/systemd: bump to 247.2

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/Manifest  | 1 +
 sys-apps/systemd/{systemd-.ebuild => systemd-247.2.ebuild} | 2 +-
 sys-apps/systemd/systemd-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 91bc2d2da4e..0f212a79a69 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,3 +1,4 @@
 DIST systemd-246.tar.gz 9534036 BLAKE2B 
71b72abcd4d066d35d45d9835d41bec8faa9a7eddc80b48fe7073223f07d32f78a8442c52dc0800940f9750d9c5502123a633738981d797cf610d85df2035bf0
 SHA512 
7103f7da53f7ced3b5543c238f23bd11c82af8e37166c1720a90576b6b431b4329320c78726166c65a9f5e101dd465c0a86dd13c586c4e55e608a6273d8f324f
 DIST systemd-stable-246.6.tar.gz 9545237 BLAKE2B 
5290736b30ca1a3188335a74d49b4f3e8b48007d9563efac1985ea6428a8b8fd6cad7ae87c35e13a32f851ebd27821829738274d35cfbff9340750bd3b086621
 SHA512 
1936b291d9831cf61f800fe718a4c2c2fe9b2a11fd817fe32bd48da2087a675dfc91013209a3478ea52e8ada593300ed906e248b8081dcf9141bf1cc17483ea9
 DIST systemd-stable-247.1.tar.gz 9889494 BLAKE2B 
d16535242d8e80e2f698cc5cb17f9e50c971ecf883b8d68433dd952175f50d511cad90fcf98da5f8f760b10c388842128f7f62aaef57e8175a9d6f70a7283fa5
 SHA512 
2a737afcee4409c2be073d8cb650c3465a25c101b3c3072ea6e6a0614d06e3ed7ae55c84f9ae60555915ad1480b3a13aa72fef4b9210139afe6b0d7a7629385a
+DIST systemd-stable-247.2.tar.gz 9890845 BLAKE2B 
5363f429f4e629b9a05248b77f7c102da37e23c5678e14621ca67edeea59d7995064d037f04eb0ce57dd17a1b3a40a04e00619f77dbde82a61aabbc02f5bc412
 SHA512 
220739bedb7ccbb35d9d2ff441a52e0615fbe80da5141f7e0420d469f4d66d3604ea72ce70c3deaa2afa5a32b3c7eec4340738337c96891b471e23ed43cd6a82

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-247.2.ebuild
similarity index 99%
copy from sys-apps/systemd/systemd-.ebuild
copy to sys-apps/systemd/systemd-247.2.ebuild
index cb5298ddc67..5259542b5b4 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-247.2.ebuild
@@ -16,7 +16,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python3_{6..9} )

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index cb5298ddc67..5259542b5b4 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -16,7 +16,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python3_{6..9} )



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

2020-12-23 Thread Mike Gilbert
commit: d41972d7f176b6910a45a59d1e68ded65296d773
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 24 02:21:36 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 24 02:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41972d7

net-libs/serf: support python3.9

Signed-off-by: Mike Gilbert  gentoo.org>

 net-libs/serf/serf-1.3.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/serf/serf-1.3.9-r2.ebuild 
b/net-libs/serf/serf-1.3.9-r2.ebuild
index be4abc15606..b75c44ccaa2 100644
--- a/net-libs/serf/serf-1.3.9-r2.ebuild
+++ b/net-libs/serf/serf-1.3.9-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 python3_9 )
 
 inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic
 



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

2020-12-23 Thread Mike Gilbert
commit: 342cce472571151b17ec2c2d4191ac74cb3b4cbb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 24 02:21:02 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 24 02:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342cce47

net-libs/serf: backport python3 fixes in check.py

Signed-off-by: Mike Gilbert  gentoo.org>

 net-libs/serf/files/serf-1.3.9-python3-check.patch | 74 ++
 net-libs/serf/serf-1.3.9-r2.ebuild |  1 +
 2 files changed, 75 insertions(+)

diff --git a/net-libs/serf/files/serf-1.3.9-python3-check.patch 
b/net-libs/serf/files/serf-1.3.9-python3-check.patch
new file mode 100644
index 000..fbbfe36fefe
--- /dev/null
+++ b/net-libs/serf/files/serf-1.3.9-python3-check.patch
@@ -0,0 +1,74 @@
+From 05eae144c6b3ed85f0829de6278a8f89505506f0 Mon Sep 17 00:00:00 2001
+From: Bert Huijben 
+Date: Mon, 2 Nov 2015 17:50:29 +
+Subject: [PATCH] * build/check.py   Print a bit more information about the
+ failed test. The returncode might   be interesting to track down signal
+ problems.
+
+git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1712098 
13f79535-47bb-0310-9956-ffa450edef68
+---
+ build/check.py | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/build/check.py b/build/check.py
+index fc49d336..75287016 100755
+--- a/build/check.py
 b/build/check.py
+@@ -55,13 +55,13 @@
+ print "== Testing %s ==" % (case)
+ try:
+   subprocess.check_call([SERF_RESPONSE_EXE, case])
+-except subprocess.CalledProcessError:
+-  print "ERROR: test case %s failed" % (case)
++except subprocess.CalledProcessError, x:
++  print "ERROR: test failed in '%s', exit code=%d" % (x.cmd, x.returncode)
+   sys.exit(1)
+ 
+   print "== Running the unit tests =="
+   try:
+ subprocess.check_call(TEST_ALL_EXE)
+-  except subprocess.CalledProcessError:
+-print "ERROR: test(s) failed in test_all"
++  except subprocess.CalledProcessError, x:
++print "ERROR: test(s) failed in '%s', exit code=%d" % (x.cmd, 
x.returncode)
+ sys.exit(1)
+From 773a2ee2ca7a48dd8356707fa6774afcf5b85470 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Branko=20=C4=8Cibej?= 
+Date: Sat, 9 Jun 2018 08:10:10 +
+Subject: [PATCH] Make the tests run with Python 3.x.
+
+* build/check.py: Add parentheses around 'print' statement arguments
+   so that they work when 'print' is a function.
+
+git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1833223 
13f79535-47bb-0310-9956-ffa450edef68
+---
+ build/check.py | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/build/check.py b/build/check.py
+index 75287016..e05760f9 100755
+--- a/build/check.py
 b/build/check.py
+@@ -52,16 +52,16 @@
+ 
+   # Find test responses and run them one by one
+   for case in glob.glob(testdir + "/testcases/*.response"):
+-print "== Testing %s ==" % (case)
++print("== Testing %s ==" % (case))
+ try:
+   subprocess.check_call([SERF_RESPONSE_EXE, case])
+-except subprocess.CalledProcessError, x:
+-  print "ERROR: test failed in '%s', exit code=%d" % (x.cmd, x.returncode)
++except subprocess.CalledProcessError as x:
++  print("ERROR: test failed in '%s', exit code=%d" % (x.cmd, 
x.returncode))
+   sys.exit(1)
+ 
+-  print "== Running the unit tests =="
++  print("== Running the unit tests ==")
+   try:
+ subprocess.check_call(TEST_ALL_EXE)
+-  except subprocess.CalledProcessError, x:
+-print "ERROR: test(s) failed in '%s', exit code=%d" % (x.cmd, 
x.returncode)
++  except subprocess.CalledProcessError as x:
++print("ERROR: test(s) failed in '%s', exit code=%d" % (x.cmd, 
x.returncode))
+ sys.exit(1)

diff --git a/net-libs/serf/serf-1.3.9-r2.ebuild 
b/net-libs/serf/serf-1.3.9-r2.ebuild
index e0703ec1591..be4abc15606 100644
--- a/net-libs/serf/serf-1.3.9-r2.ebuild
+++ b/net-libs/serf/serf-1.3.9-r2.ebuild
@@ -29,6 +29,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3.8-static-lib.patch
"${FILESDIR}"/${PN}-1.3.8-openssl.patch
"${FILESDIR}"/${PN}-1.3.9-python3.patch
"${FILESDIR}"/${PN}-1.3.9-python3_byte.patch
+   "${FILESDIR}"/${PN}-1.3.9-python3-check.patch
"${FILESDIR}"/${PN}-1.3.9-libressl.patch )
 
 src_prepare() {



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

2020-12-23 Thread Mike Gilbert
commit: 5f4335ba8419f37cc3a48911d1e6019cdf155868
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 24 02:24:39 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 24 02:24:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4335ba

net-libs/serf: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 net-libs/serf/serf-1.3.9-r1.ebuild | 74 --
 1 file changed, 74 deletions(-)

diff --git a/net-libs/serf/serf-1.3.9-r1.ebuild 
b/net-libs/serf/serf-1.3.9-r1.ebuild
deleted file mode 100644
index 94fa59dfda6..000
--- a/net-libs/serf/serf-1.3.9-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
-
-inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic
-
-DESCRIPTION="HTTP client library"
-HOMEPAGE="https://serf.apache.org/;
-SRC_URI="mirror://apache/${PN}/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
-IUSE="kerberos static-libs libressl"
-RESTRICT="test"
-
-RDEPEND="dev-libs/apr:1=
-   dev-libs/apr-util:1=
-   !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )
-   sys-libs/zlib:0=
-   kerberos? ( virtual/krb5 )"
-DEPEND="${RDEPEND}
-   >=dev-util/scons-2.3.0"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.3.8-static-lib.patch
-   "${FILESDIR}"/${PN}-1.3.8-openssl.patch
-   "${FILESDIR}"/${PN}-1.3.9-python3.patch
-   "${FILESDIR}"/${PN}-1.3.9-python3_byte.patch )
-
-src_prepare() {
-   default
-
-   # https://code.google.com/p/serf/issues/detail?id=133
-   sed -e "/env.Append(CCFLAGS=\['-O2'\])/d" -i SConstruct
-
-   # need limits.h for PATH_MAX (only when EXTENSIONS is enabled)
-   [[ ${CHOST} == *-solaris* ]] && append-cppflags -D__EXTENSIONS__
-}
-
-src_compile() {
-   myesconsargs=(
-   PREFIX="${EPREFIX}/usr"
-   LIBDIR="${EPREFIX}/usr/$(get_libdir)"
-   # These config scripts are sent through a shell with an empty 
env
-   # which breaks the SYSROOT usage in them.  Set the vars inline 
to
-   # avoid that.
-   APR="SYSROOT='${SYSROOT}' 
${SYSROOT}${EPREFIX}/usr/bin/apr-1-config"
-   APU="SYSROOT='${SYSROOT}' 
${SYSROOT}${EPREFIX}/usr/bin/apu-1-config"
-   BUILD_STATIC=$(usex static-libs)
-   AR="$(tc-getAR)"
-   RANLIB="$(tc-getRANLIB)"
-   CC="$(tc-getCC)"
-   CPPFLAGS="${CPPFLAGS}"
-   CFLAGS="${CFLAGS}"
-   LINKFLAGS="${LDFLAGS}"
-   )
-
-   if use kerberos; then
-   myesconsargs+=( 
GSSAPI="${SYSROOT}${EPREFIX}/usr/bin/krb5-config" )
-   fi
-
-   escons "${myesconsargs[@]}"
-}
-
-src_test() {
-   escons check
-}
-
-src_install() {
-   escons install --install-sandbox="${D}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/, app-eselect/eselect-lua/files/

2020-12-23 Thread Marek Szuba
commit: a6cadd4611a2a83868f637c86ae7a45a6521cd14
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Dec 24 01:15:32 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Dec 24 01:21:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cadd46

app-eselect/eselect-lua: only symlink the executables and the man pages

Looks like I owe mjo an apology - the reason I hadn't noticed the lua.pc
problem he'd described was that I had already patched my eselect-lua to
only symlink the binaries and the man pages, which patch I ended up having
forgotten to commit during the bump to version 3.

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

 .../{eselect-lua-3.ebuild => eselect-lua-4.ebuild} |  0
 .../files/{lua.eselect-3 => lua.eselect-4} | 42 --
 2 files changed, 42 deletions(-)

diff --git a/app-eselect/eselect-lua/eselect-lua-3.ebuild 
b/app-eselect/eselect-lua/eselect-lua-4.ebuild
similarity index 100%
rename from app-eselect/eselect-lua/eselect-lua-3.ebuild
rename to app-eselect/eselect-lua/eselect-lua-4.ebuild

diff --git a/app-eselect/eselect-lua/files/lua.eselect-3 
b/app-eselect/eselect-lua/files/lua.eselect-4
similarity index 60%
rename from app-eselect/eselect-lua/files/lua.eselect-3
rename to app-eselect/eselect-lua/files/lua.eselect-4
index b46c226f8ee..15364c039c8 100644
--- a/app-eselect/eselect-lua/files/lua.eselect-3
+++ b/app-eselect/eselect-lua/files/lua.eselect-4
@@ -11,13 +11,6 @@ HEADER_FILES="lauxlib.h luaconf.h lua.h lua.hpp lualib.h"
 
 remove_symlinks() {
rm -f "${EROOT}"/usr/bin/{lua,luac} &>/dev/null 
-   for dir in $(get_libdirs) ; do
-   rm -f "${EROOT}"${dir}/liblua.so &>/dev/null && \
-   rm -f "${EROOT}"${dir}/pkgconfig/lua.pc &>/dev/null
-   done
-   for f in $HEADER_FILES ; do
-   rm -f "${EROOT}"/usr/include/${f}
-   done
rm -f "${EROOT}"/usr/share/man/man1/lua{,c}.1{,.*} &>/dev/null
 }
 
@@ -32,45 +25,10 @@ set_symlinks() {
if [[ -f "${bin_prefix}"/luac${ver} ]]; then
ln -s luac${ver} $(_dup "${bin_prefix}"/luac)
fi
-   for dir in $(get_libdirs) ; do
-   if has 'jit*' ${ver}; then
-   type -p lua${ver} &>/dev/null || die -q "It's something 
wrong with your lua${ver} installation: it's binary leads to broken symlink"
-   local abi=$(lua${ver} -e 
'print(_VERSION:match("%d.%d"))')
-   local libname=libluajit-${abi}.so.${ver##jit-}
-   test -f "${EROOT}/${dir}/${libname}" || die -q "Can't 
find libluajit for lua${ver} (lua abi: ${abi})"
-   ln -s ${libname} $(_dup "${EROOT}/${dir}"/liblua.so)
-   else
-   ln -s liblua${ver}.so $(_dup 
"${EROOT}/${dir}"/liblua.so)
-   fi
-   ln -s lua${ver}.pc $(_dup "${EROOT}/${dir}"/pkgconfig/lua.pc)
-   done
for manpage in "${EROOT}"/usr/share/man/man1/lua{,c}${ver}.1.* ; do
test -f ${manpage} &&
ln -s $(basename "${manpage}") $(_dup "${manpage//${ver}}")
done
-   for header in $HEADER_FILES ; do
-   local hdr;
-   if has 'jit*' ${ver}; then
-   type -p lua${ver} &>/dev/null || die -q "lua${ver} 
binary is missing (or leads to broken symlink)"
-   local jit_v=$(lua${ver} -e 
'print(jit.version:match("%d.%d"))')
-   hdr=luajit-${jit_v}/${header};
-   else
-   hdr=lua${ver}/${header};
-   fi
-   test -f "${EROOT}/usr/include/${hdr}" || die -q "Missing 
header: ${header}"
-   ln -s "${hdr}" $(_dup "${EROOT}"/usr/include/${header})
-   done
-}
-
-get_libdirs() {
-   local dir libdirs
-   for dir in $(list_libdirs); do
-   [[ -L ${EROOT}/usr/${dir} ]] && continue
-   ls "${EROOT}"/usr/${dir}/liblua*.* > /dev/null 2>&1 || continue
-
-   libdirs+=' '/usr/${dir}
-   done
-   echo ${libdirs:-/usr/lib}
 }
 
 find_targets() {



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

2020-12-23 Thread Sam James
commit: ff69040b16b05fb096671784e4fb42a8dd30de6a
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 24 01:21:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 24 01:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff69040b

dev-python/fakeredis: Stabilize 1.4.5 ALLARCHES, #761454

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

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

diff --git a/dev-python/fakeredis/fakeredis-1.4.5.ebuild 
b/dev-python/fakeredis/fakeredis-1.4.5.ebuild
index 0ca618c5866..989b57bc2d0 100644
--- a/dev-python/fakeredis/fakeredis-1.4.5.ebuild
+++ b/dev-python/fakeredis/fakeredis-1.4.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
dev-python/redis-py[${PYTHON_USEDEP}]



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

2020-12-23 Thread Michał Górny
commit: 70e1839c4d2a580163481cf135a6222a9bcee589
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:21:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:21:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e1839c

dev-python/xmlschema: Bump to 1.4.0

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

 dev-python/xmlschema/Manifest   |  1 +
 dev-python/xmlschema/xmlschema-1.4.0.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest
index ed30cc43f4e..02fe786d1af 100644
--- a/dev-python/xmlschema/Manifest
+++ b/dev-python/xmlschema/Manifest
@@ -1,2 +1,3 @@
 DIST xmlschema-1.2.5.tar.gz 290750 BLAKE2B 
b6fb6722f1f9468cbae6507522c4398a7d0aff11918479b8e89e24986df2ad1ae4fe8640c5fe532319c6e7dbdb958d81df8cf81f1ceb18db09c406fc6a137219
 SHA512 
f821f041b7be483039746d7c7771117d4cac6189dd02a0f95235ea6597300dead39813b1ede9b6871fad93e50aa55f01f7da4e485c7074f66d78a76f1b57e7cf
 DIST xmlschema-1.3.1.tar.gz 318853 BLAKE2B 
1f2f960c5dad0c82a7ca0345bca052560d39f07b3fff9f443ec5d206a2ec92743462be2209e69a9330f432dbeb7e5908dae4168f7815cf64c141047876844453
 SHA512 
3bd2ba3004c1a397aff1c81c1105a603dd219f9c2c4afd0742aea3d7263dd0c50adbc05f4ccf96ad0a0f8bd5c116002152eba8194619e6bb636ef46111e6a2a4
+DIST xmlschema-1.4.0.tar.gz 329087 BLAKE2B 
d41d66ee2f572d382aeac45369774caeb216aed8fdd679efa3fdc45ae81d4858e9c63cd17355b46f7378d0754a0307cc66d0f256c689a322a76d561b8c5d42f1
 SHA512 
572d317f92e6b881f8b95ae3fd6f663c947ff7f48d21f34e356b7fab91b167fe7557cd06bae9907804be95cdeaa7916418e8a4ea184aeae761e60cfb6016c2d1

diff --git a/dev-python/xmlschema/xmlschema-1.4.0.ebuild 
b/dev-python/xmlschema/xmlschema-1.4.0.ebuild
new file mode 100644
index 000..008edc769d9
--- /dev/null
+++ b/dev-python/xmlschema/xmlschema-1.4.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An XML Schema validator and decoder"
+HOMEPAGE="https://github.com/sissaschool/xmlschema 
https://pypi.org/project/xmlschema/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/elementpath-2.0.2[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   test? (
+   dev-python/lxml[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   "${EPYTHON}" tests/test_all.py -v ||
+   die "Tests fail with ${EPYTHON}"
+}



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

2020-12-23 Thread Michał Górny
commit: 005d860137c26db588503516ffa584f79b2dee78
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:19:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:19:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005d8601

dev-python/blosc: Bump to 1.10.0

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

 dev-python/blosc/Manifest  |  1 +
 dev-python/blosc/blosc-1.10.0.ebuild   | 46 ++
 dev-python/blosc/files/blosc-1.10.0-unbundle.patch | 38 ++
 3 files changed, 85 insertions(+)

diff --git a/dev-python/blosc/Manifest b/dev-python/blosc/Manifest
index e8bdd9e7727..4bb979ce2e5 100644
--- a/dev-python/blosc/Manifest
+++ b/dev-python/blosc/Manifest
@@ -1 +1,2 @@
+DIST blosc-1.10.0.tar.gz 845312 BLAKE2B 
15f367f1420f56e64ec01e74d7320adc194db11d15bd26a2b78c59c88a6127f1d2b5fc7bd53e02a6d0cad785c87cf79bb909dec62982b5ee8620c92ccdd80249
 SHA512 
f071d131966acd74cf71f8688ae9830091ee12a92399e8736f2b2cc2243bc022f9fd194c60493e912aef87a54202813a67a8f9bddd90c1c44631205d58c3f3e3
 DIST blosc-1.9.2.tar.gz 816897 BLAKE2B 
7d1a2d925500c8ddb93975dd785c03b91dec2716a438915d5dfdb739c650de8a47ed80eb25fc55357e69b586c446c5af61212e0a4fba8158839a66849309f478
 SHA512 
a8f53afb7fb1bb742e2daa03015b636d4dbb1fd073be079022364ec67035c9e6ee372ab07f7ce06579b85d9fcaedd2a11f30b9cf5b2bd1d1ea62cf32a8aa3c1f

diff --git a/dev-python/blosc/blosc-1.10.0.ebuild 
b/dev-python/blosc/blosc-1.10.0.ebuild
new file mode 100644
index 000..1423adda4bd
--- /dev/null
+++ b/dev-python/blosc/blosc-1.10.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="High performance compressor optimized for binary data"
+HOMEPAGE="http://python-blosc.blosc.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-libs/c-blosc-1.19.0:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-python/scikit-build[${PYTHON_USEDEP}]
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( ANNOUNCE.rst README.rst RELEASE_NOTES.rst )
+PATCHES=(
+   "${FILESDIR}"/blosc-1.10.0-unbundle.patch
+)
+
+python_prepare_all() {
+   export BLOSC_DIR="${EPREFIX}/usr"
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${EPYTHON}" -m blosc.test -v || die
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize
+}

diff --git a/dev-python/blosc/files/blosc-1.10.0-unbundle.patch 
b/dev-python/blosc/files/blosc-1.10.0-unbundle.patch
new file mode 100644
index 000..0ea6740f9c0
--- /dev/null
+++ b/dev-python/blosc/files/blosc-1.10.0-unbundle.patch
@@ -0,0 +1,38 @@
+From b2935461d889eac99fa1bdfb04a96f1c3a23c4c3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Thu, 24 Dec 2020 01:06:23 +0100
+Subject: [PATCH] build against system blosc
+
+---
+ blosc/CMakeLists.txt | 14 ++
+ 1 file changed, 2 insertions(+), 12 deletions(-)
+
+diff --git a/blosc/CMakeLists.txt b/blosc/CMakeLists.txt
+index 7f06f28..fcf7db0 100644
+--- a/blosc/CMakeLists.txt
 b/blosc/CMakeLists.txt
+@@ -1,19 +1,9 @@
+ # Todo: c-blosc provides a CMake package configuration file that we can build
+ # against if blosc is available on the system, etc.
+-# find_package(blosc)
+-# if(NOT blosc_FOUND)
+-set(BUILD_STATIC ON CACHE BOOL "Build a static version of the blosc library.")
+-set(BUILD_SHARED ON CACHE BOOL "Build a shared library version of the blosc 
library.")
+-set(BUILD_TESTS OFF CACHE BOOL "Build test programs form the blosc 
compression library")
+-set(BUILD_BENCHMARKS OFF CACHE BOOL "Build benchmark programs form the blosc 
compression library")
+-set(BLOSC_IS_SUBPROJECT OFF CACHE BOOL "Blosc is subproject")
+-set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+-add_subdirectory(c-blosc)
+-include_directories("${CMAKE_CURRENT_SOURCE_DIR}/c-blosc/blosc")
+-
++find_package(blosc)
+ 
+ add_library(blosc_extension MODULE blosc_extension.c)
+-target_link_libraries(blosc_extension blosc_static)
++target_link_libraries(blosc_extension blosc)
+ python_extension_module(blosc_extension)
+ 
+ add_custom_command(
+-- 
+2.29.2
+



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

2020-12-23 Thread Michał Górny
commit: fd36a52dc06b8ac3154dad698dddc35a699c1727
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:16:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:19:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd36a52d

dev-python/importlib_resources: Bump to 4.0.0

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

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

diff --git a/dev-python/importlib_resources/Manifest 
b/dev-python/importlib_resources/Manifest
index 7fb3697fc3b..11343738c64 100644
--- a/dev-python/importlib_resources/Manifest
+++ b/dev-python/importlib_resources/Manifest
@@ -1,3 +1,4 @@
 DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B 
aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87
 SHA512 
34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed
 DIST importlib_resources-3.3.0.tar.gz 29000 BLAKE2B 
5fb87c6e15f01733567fef060607da0625d32e415e294cfd5db94fb26e13d257763f2d3795c19ee7d10fc1fdc579fc0c34a484d28aff32c20553d18fafc7b850
 SHA512 
1fc03c9d141a094ca6ae0acb9ff0668a3f3aa76b47ce2149691b1d85d37a3ba9d329dbafd8b94961c537a4982cea1bd3ee34bac069819c51d725208f45b24172
 DIST importlib_resources-3.3.1.tar.gz 29012 BLAKE2B 
ff4fc6eb6dd1ff89b873076b2709bcd6ed10c51388646560eeb929e8cb8a000329260ff093929163045ba32c0d00b9f797f9e06b9524445b1ef052e8a82a7f87
 SHA512 
3b484169362b7d7062655668a2035a77440a2e2b81708d41e339b6007e8140162d85cfc14fca464b059a649fcda31ef9718a08cdd2cf7c8e588ba3fafc08bb59
+DIST importlib_resources-4.0.0.tar.gz 27317 BLAKE2B 
64cd01b650d82f2d3adf2a734a6da390073b190fbd8f8fd0a5be046931d78c93dcf16873477680fc14daadacdde629fcfd6f5d9cd89c7a5de56ba6c1ff4aad92
 SHA512 
0d5d175a814462db5bf29645f5d06e4cdff5c40ac1e022282690cba79e8f57885873956659952a086bdf7a1f3f7fbd78c1366030642ac8f6b40fa6df3056d6f1

diff --git a/dev-python/importlib_resources/importlib_resources-4.0.0.ebuild 
b/dev-python/importlib_resources/importlib_resources-4.0.0.ebuild
new file mode 100644
index 000..b94ce8b4f43
--- /dev/null
+++ b/dev-python/importlib_resources/importlib_resources-4.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# This is a backport of Python 3.9's importlib.resources
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read resources from Python packages"
+HOMEPAGE="https://github.com/python/importlib_resources;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/zipp[${PYTHON_USEDEP}]
+   ' pypy3 python3_{6,7})
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging



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

2020-12-23 Thread Michał Górny
commit: c06e51e3fb70a4f02c9b5b2b71b80c27f3954039
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:02:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:02:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06e51e3

dev-python/botocore: Bump to 1.19.43

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.19.43.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index cbc9a5398ad..c5a7e003a2d 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -4,3 +4,4 @@ DIST botocore-1.19.36.tar.gz 7291325 BLAKE2B 
d1f79298a0f47d704418cac8390a5d500b1
 DIST botocore-1.19.40.tar.gz 7371480 BLAKE2B 
afd861d013b78487ff2a6d47a531536f3928c6e21dc88dc1a203d90e335c688a530bc9b253f325a641f4b31fc592dcec39d880e1962118b22a170229c54dbd29
 SHA512 
9d59a80864926a6ffcee7bd35ae1bc70cb5c373eba97318737f8485d8dc45a3efb4719dd6de64ced58077462eae445862708c04f2e936da6bf1fd7a0c24b3401
 DIST botocore-1.19.41.tar.gz 7368333 BLAKE2B 
d70ebbcfe4e4d44893f69214bda2341f047ef036434d37bdf3ec632745ac20c30f7321a03ecbfb8e8cdf42052e27a40e8f6c02ab57e471ca7d78ef28640d1029
 SHA512 
63edfaa02f8b79caca70611cb3ed16732813c072473ab39a4f7525cab882e2b1fac1b4a3664524db76d6288cdb4b6f650492432acaa38e2dd63b46baa7d6d0a2
 DIST botocore-1.19.42.tar.gz 7371856 BLAKE2B 
09d0ebbb495bc590c4f944a7ca6d91d5069d4d8eac061ab6709e5f908ff6691c8148168ddbf93874acb014d96f6ed37ac260e4263bf1c7ad55b5de545ce5f752
 SHA512 
779eab3a31aa2572af868b0355ff25b0d0f1cc9748494fc26bf6888e90383eea2da0ca141cde60303eaf39b4ec80971dedea415a3bde5215c982618f0c475b83
+DIST botocore-1.19.43.tar.gz 7374325 BLAKE2B 
7def5221bee4774a6b8a33e6499e499588ff18f8b144e669bdf9b01ae4a3e370e3aed5a3a960360123e57299da9b0293aa8da9108fe114f8ae34521b2920f479
 SHA512 
a1b97cbb779d8c8fe3495dd18d3d635e38c5c49e5b5fb31b7764029cf3063a7fda44711defc45783b3afb844bead46e686705af57472a7ff27af8b7e21645ad5

diff --git a/dev-python/botocore/botocore-1.19.43.ebuild 
b/dev-python/botocore/botocore-1.19.43.ebuild
new file mode 100644
index 000..ca40b64d111
--- /dev/null
+++ b/dev-python/botocore/botocore-1.19.43.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2020-12-23 Thread Michał Górny
commit: fa06c5e59a75cc7f4b1f0435c79be453164a204c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:14:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:14:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa06c5e5

dev-python/notebook: Bump to 6.1.6

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

 dev-python/notebook/Manifest  |  1 +
 dev-python/notebook/notebook-6.1.6.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index d096043b8a3..14146151d28 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1,3 @@
 DIST notebook-6.1.3.tar.gz 13806042 BLAKE2B 
da63fdabd1a71e4247a9e340539e688410a84c58d94049dfb7e8e3fcdc53686a55eb855687df34ff48f599a0c5aececbd9a8e1aa1d2ff7baa2a6da1b4e1bcf24
 SHA512 
67a8feb01dfb665bb24f3ce1b28212e9bad5a188e8cef1d168c4edaf207cbc16d516f6024ca905f75f1c27ba4890da858c5278a3ee84a4c4ac1bdbf225afa351
 DIST notebook-6.1.5.tar.gz 13925632 BLAKE2B 
ce9d0ee110a158ba0ee3f3199a7cc1c8d53ecb72e8f77f43d2b1e5552b4a0378edca9a987634e12d8429c70595ec4cc226784248d196501b3a04c67e4ba88c85
 SHA512 
4b0893c805a0494c369b363b7d1c606a1b124869e601eafce1eb4c93ad1436b757c6149bc76c489aa26171412280d69e894b44d7d19141341fb1194a8e2f447b
+DIST notebook-6.1.6.tar.gz 13926673 BLAKE2B 
944f92d468ade0f0d3fbe01d46cb2893866fca067b48c6a6cefe653b9941bbde0802c7d9ee17b493bcf6391d1b0a77e710f5b5c8f1d58ec692b40753ac0692e9
 SHA512 
d1271273ae9cc098d5937a3ac91dc8035b033bb8da799f31c5d71abe48b17579f2fadc8b0ff7134dedda72ac49cc29c5adafaa4ef6f347cc4f6698ab46d83040

diff --git a/dev-python/notebook/notebook-6.1.6.ebuild 
b/dev-python/notebook/notebook-6.1.6.ebuild
new file mode 100644
index 000..b39a33226f3
--- /dev/null
+++ b/dev-python/notebook/notebook-6.1.6.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter Interactive Notebook"
+HOMEPAGE="https://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-libs/mathjax-2.4
+   dev-python/argon2-cffi[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5.0[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/send2trash[${PYTHON_USEDEP}]
+   dev-python/prometheus_client[${PYTHON_USEDEP}]"
+
+# sphinx 2+ seems to have a problem with its github plugin. temporarily adding
+# a version constraint.
+BDEPEND="
+   test? (
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   )
+   "
+
+PATCHES=(
+   "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch
+)
+
+distutils_enable_tests --install pytest
+
+python_prepare_all() {
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+
+   # require geckodriver
+   rm -r notebook/tests/selenium || die
+   # trash doesn't seem to work for us
+   sed -e 's:test_delete:_&:' \
+   -i notebook/services/contents/tests/test_manager.py || die
+   sed -e 's:test_checkpoints_follow_file:_&:' \
+   -e 's:test_delete:_&:' \
+   -i notebook/services/contents/tests/test_contents_api.py || die
+   # network-sandbox?
+   sed -e 's:test_connections:_&:' \
+   -e 's:test_culling:_&:' \
+   -i notebook/services/kernels/tests/test_kernels_api.py || die
+
+   sed -i -e "/'bdist_egg':/d" setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   ln -sf \
+   "${EPREFIX}/usr/share/mathjax" \
+   "${D}$(python_get_sitedir)/notebook/static/components/MathJax" 
|| die
+}
+
+pkg_preinst() {
+   # remove old mathjax folder if present
+   rm -rf 
"${EROOT}"/usr/lib*/python*/site-packages/notebook/static/components/MathJax || 
die
+}



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

2020-12-23 Thread Michał Górny
commit: 557b6a7271054220f96e4234313c6649a79116bc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:02:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:02:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557b6a72

dev-python/boto3: Bump to 1.16.43

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.16.43.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index d618baa08b0..ce626e3bedb 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -4,3 +4,4 @@ DIST boto3-1.16.36.tar.gz 341458 BLAKE2B 
7e4cf667cd59caa8433226eb6914412370bfa4c
 DIST boto3-1.16.40.tar.gz 342028 BLAKE2B 
6728b658ee75b76d4885e43316a58508a8563476a85af39462adf58982bfd75a680b05d273a5a0aabd3c935cd87f72d93ffd815d7230b9f44d64337f66de5071
 SHA512 
4ebe3069fd93657165acd7bab40c44fb37de61326e103b9675f919a0f88ef20341c9efd6fe05684a13e26f10d5b18858a978bbb04225af628df6ff16ad8ab071
 DIST boto3-1.16.41.tar.gz 342352 BLAKE2B 
601384979c792a2e1871bd3837ca2a56e411d0f50ee2766bde33f8be1b0e1fa4078bd731b002008d98efc5ef6d2893ec3811238d45f1f6e22ba4904972aa960e
 SHA512 
c80727d2788603db8d46e1ec9c766341a875b7768cfeb86425b784141c8854f314fcb2de1618203971eac3734f64b26523e268f4ca2039f513f9ea6a218ab8be
 DIST boto3-1.16.42.tar.gz 342384 BLAKE2B 
c966fb6bb645bfa513b30bc72592eab404954c2816d4e2e533af8c0753941f07b8228201f17077d252086a2d2167ef31ba11abe6154500b125ee74a1e6d3218a
 SHA512 
0316179c0acd1afe798c3b54bfc7cde5ac3082e6747228619a72b805ae3b2a56311cdcde54ca2afa49ee62c3554b986ff2986c60ba7b5cbdad570a329b6371fb
+DIST boto3-1.16.43.tar.gz 342444 BLAKE2B 
1a367fa252eab6738533c7bec2bc370dcc206f25c4290ea34632ef82a0e308aa4521af7bd2e9755782b3b66b438c528e67f55f72381832318bfb7361e924
 SHA512 
1cd757a2751e48b9075f99724a9980d882751542f5a7794a4cbddc46f82a1bbf00b8e0908e0cd2db16726636750d591aee26b4a454c35d24ab79de9c80b9

diff --git a/dev-python/boto3/boto3-1.16.43.ebuild 
b/dev-python/boto3/boto3-1.16.43.ebuild
new file mode 100644
index 000..ccc99e1c241
--- /dev/null
+++ b/dev-python/boto3/boto3-1.16.43.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2020-12-23 Thread Michał Górny
commit: aef0e289bb46a8ae8a49640c0ddd1cc1e3323fdd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:11:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:11:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef0e289

dev-python/guessit: Bump to 3.2.0

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

 dev-python/guessit/Manifest |  1 +
 dev-python/guessit/guessit-3.2.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest
index 7c2572a027b..301b399768d 100644
--- a/dev-python/guessit/Manifest
+++ b/dev-python/guessit/Manifest
@@ -1 +1,2 @@
 DIST guessit-3.1.1.tar.gz 147605 BLAKE2B 
3b11747b652e922aada12ce771c1e91e8842c78c221ac39c068488ae6cae95ebc6d9f6d8849aaef11d522e2c7d6e6f8e34981179e48d9db649e811c5fa2e52ef
 SHA512 
6a02c4024d286cf49c62e072bcb616a052cec1ce51d364b17cea1768504c4ecebba914a3bf5beda9a61dca0e7764c8642cb5b918a20fb25cdd7120ad1667825f
+DIST guessit-3.2.0.tar.gz 147286 BLAKE2B 
0ab249eb82204fd58a6d6c960b11b2009a3055ae91a91c244192a2bd9832e7356f444a6b4291cf56d55a4c9a1cd0ccec22d527114d61f9f5888a8439918ba6bc
 SHA512 
5eaa0ad8cdf60812bebf10af51f62095baa70f48b66a052002fceb0d705daab3b8bcd2cb0fc3d18b63b9f4aa8118b9d85283bebdcfdb8ed4204e1b7e2b5ae78c

diff --git a/dev-python/guessit/guessit-3.2.0.ebuild 
b/dev-python/guessit/guessit-3.2.0.ebuild
new file mode 100644
index 000..ddba17cae04
--- /dev/null
+++ b/dev-python/guessit/guessit-3.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for guessing information from video filenames"
+HOMEPAGE="https://github.com/guessit-io/guessit
+   https://pypi.org/project/guessit/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
+   >=dev-python/rebulk-3[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Disable benchmarks as they require unavailable pytest-benchmark.
+   rm guessit/test/test_benchmark.py || die
+   sed -i -e "s|'pytest-benchmark',||g" setup.py || die
+
+   # Disable unconditional dependency on dev-python/pytest-runner.
+   sed -i -e "s|'pytest-runner'||g" setup.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-12-23 Thread Michał Górny
commit: fe0935bd6d0646cc360dcd6a7431065bd7da6f44
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 00:15:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 00:19:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0935bd

dev-python/rebulk: Bump to 3.0.0

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

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

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

diff --git a/dev-python/rebulk/rebulk-3.0.0.ebuild 
b/dev-python/rebulk/rebulk-3.0.0.ebuild
new file mode 100644
index 000..35dcb15832c
--- /dev/null
+++ b/dev-python/rebulk/rebulk-3.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library that performs advanced searches in strings"
+HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/;
+SRC_URI="
+   https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Remove base64-encoded zip archive with pytest.
+   rm runtests.py || die
+
+   # Disable unconditional dependency on dev-python/pytest-runner.
+   sed -i -e "s|'pytest-runner'||g" setup.py || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/grafx2/

2020-12-23 Thread Theo Anderson
commit: 3f834b13f73a8d173bf5ce83ba39061b2f2c7c39
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Dec 23 23:58:47 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Dec 23 23:58:47 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f834b13

media-gfx/grafx2: depend media-libs/sdl-image[tiff]

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

 media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild | 2 +-
 media-gfx/grafx2/grafx2-2.7.2978.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild 
b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
index a75f2620..32440b6e 100644
--- a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
+++ b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild
@@ -21,7 +21,7 @@ RESTRICT="test"
 
 DEPEND="
media-libs/libsdl
-   media-libs/sdl-image
+   media-libs/sdl-image[tiff]
media-libs/freetype
media-libs/libpng
ttf? ( media-libs/sdl-ttf )

diff --git a/media-gfx/grafx2/grafx2-2.7.2978.ebuild 
b/media-gfx/grafx2/grafx2-2.7.2978.ebuild
index ac53ecd1..574d98c6 100644
--- a/media-gfx/grafx2/grafx2-2.7.2978.ebuild
+++ b/media-gfx/grafx2/grafx2-2.7.2978.ebuild
@@ -23,7 +23,7 @@ PATCHES=(
 
 DEPEND="
media-libs/libsdl
-   media-libs/sdl-image
+   media-libs/sdl-image[tiff]
media-libs/freetype
media-libs/libpng
ttf? ( media-libs/sdl-ttf )



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

2020-12-23 Thread Sam James
commit: 1a978449be7f0474f708ab58310df72dd042256f
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 23:07:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 23:07:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a978449

dev-python/seaborn: drop old

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

 dev-python/seaborn/Manifest  |  1 -
 dev-python/seaborn/seaborn-0.10.1.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 2a315862f6a..0878fd4b2ba 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B 
f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00
 SHA512 
167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f
 DIST seaborn-0.11.1.tar.gz 261397 BLAKE2B 
b281da14eea5e9038af0d79ed07531d0006294d63ff4cabc308a460f1107a7d045793383d200dd2dd63e18b43cea838dfe245b675dbc5c308960c105348e5e26
 SHA512 
ea33cfdad8c01986291e07b906011f4104995f26a88b2775e155fe4abc28f6f5e224b15d4150a246ef1e134d72bd3dc6f534f7c0d370ca99d5f15cd84e10ccde

diff --git a/dev-python/seaborn/seaborn-0.10.1.ebuild 
b/dev-python/seaborn/seaborn-0.10.1.ebuild
deleted file mode 100644
index 7b4da3c7d23..000
--- a/dev-python/seaborn/seaborn-0.10.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Statistical data visualization"
-HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   =dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
-   >=dev-python/pandas-0.22.0[${PYTHON_USEDEP}]
-   dev-python/patsy[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.0.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-   pytest -vv || die
-}



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

2020-12-23 Thread Sam James
commit: f84590accd24359bd992b9aed26a369d4a77afbd
Author: Petr Voitsik  gmail  com>
AuthorDate: Tue Dec 15 22:36:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 23:06:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84590ac

dev-python/seaborn: version bump to 0.11.0

Closes: https://bugs.gentoo.org/734792
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Petr Voitsik  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18672
Signed-off-by: Sam James  gentoo.org>

 dev-python/seaborn/Manifest  |  1 +
 dev-python/seaborn/seaborn-0.11.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index d46d1a6f131..2da32c6db4b 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B 
f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00
 SHA512 
167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f
+DIST seaborn-0.11.0.tar.gz 259518 BLAKE2B 
646673c8c68f10b09c7b87ca4c2580ac0a30a0123523dc1ef8b8f48755fd4079248f518439b15376803384c7f4c14e0b7beaf36b7038c53018a54e18d6e18815
 SHA512 
f62a6daa085451d3498fe45353bd79a4104778359f2a38f900b8a5ff4984da8f627507d1aa3c12abab050034c79bd2c58a8bc4b2f5e1cb5244a2490b69748e9a

diff --git a/dev-python/seaborn/seaborn-0.11.0.ebuild 
b/dev-python/seaborn/seaborn-0.11.0.ebuild
new file mode 100644
index 000..0ba19bea5be
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.11.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2020-12-23 Thread Sam James
commit: 9f210bb876bcb1ffa7d10674512f2c3e4c6eadf9
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 23:06:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 23:06:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f210bb8

dev-python/seaborn: bump to 0.11.1

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

 dev-python/seaborn/Manifest | 2 +-
 dev-python/seaborn/{seaborn-0.11.0.ebuild => seaborn-0.11.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 2da32c6db4b..2a315862f6a 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1,2 @@
 DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B 
f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00
 SHA512 
167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f
-DIST seaborn-0.11.0.tar.gz 259518 BLAKE2B 
646673c8c68f10b09c7b87ca4c2580ac0a30a0123523dc1ef8b8f48755fd4079248f518439b15376803384c7f4c14e0b7beaf36b7038c53018a54e18d6e18815
 SHA512 
f62a6daa085451d3498fe45353bd79a4104778359f2a38f900b8a5ff4984da8f627507d1aa3c12abab050034c79bd2c58a8bc4b2f5e1cb5244a2490b69748e9a
+DIST seaborn-0.11.1.tar.gz 261397 BLAKE2B 
b281da14eea5e9038af0d79ed07531d0006294d63ff4cabc308a460f1107a7d045793383d200dd2dd63e18b43cea838dfe245b675dbc5c308960c105348e5e26
 SHA512 
ea33cfdad8c01986291e07b906011f4104995f26a88b2775e155fe4abc28f6f5e224b15d4150a246ef1e134d72bd3dc6f534f7c0d370ca99d5f15cd84e10ccde

diff --git a/dev-python/seaborn/seaborn-0.11.0.ebuild 
b/dev-python/seaborn/seaborn-0.11.1.ebuild
similarity index 100%
rename from dev-python/seaborn/seaborn-0.11.0.ebuild
rename to dev-python/seaborn/seaborn-0.11.1.ebuild



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

2020-12-23 Thread Sam James
commit: 181b6a478073f4f88bc41a164fe76516990a4bbd
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:59:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:59:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181b6a47

net-analyzer/wireshark: security cleanup

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

 net-analyzer/wireshark/Manifest   |   2 -
 net-analyzer/wireshark/wireshark-3.4.0.ebuild | 259 --
 net-analyzer/wireshark/wireshark-3.4.1.ebuild | 259 --
 3 files changed, 520 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 26950acdb18..1b280d0987c 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,3 +1 @@
-DIST wireshark-3.4.0.tar.xz 32502760 BLAKE2B 
5d8106f36cc3a1425fd472f7ba645b2a07bfb93c96178a98f90676f39cad38089b625d7d6725ecfaf67bfc78aba3476567b9bf390d6f0dd838537eb81bc4aaa7
 SHA512 
02070db23c64e1efe42b83cdcd7b52fb9b247e653da0aa12dc21a4283272fea0a135f4b0c5641197840bef88e52785d64a860c9fcfe1bcbaceb016c5258c9649
-DIST wireshark-3.4.1.tar.xz 32470004 BLAKE2B 
aa2c3e56df4232b087d09a52209eec1e91a10ab125f6fb973171771d86d349ddf76bef3da089f0d6740c67883009fb77c5760c1141c99a056e7a36fe8ae5c088
 SHA512 
a968158a5a22d04a9bf3b060246f7579210a8106e06184411fd00dad69e030c10aecfa579c09dcca11fb659e0a1de4773951578cb3697dd2dc8e5153d3892728
 DIST wireshark-3.4.2.tar.xz 32465900 BLAKE2B 
dab7e871c798a6e0f03f45eaa49ba5cbabc18afabd6a5675a3241e4f1e6d86ef21b56b4cee5d561da2f2ec2b274ac6c5a52ed7b8ad50cbf02949a3a7f68d4f09
 SHA512 
38dc62d306dafe1a25db16ca28e1f4181a83673700a0b4c6dd98c8cb27df51ad0c6414db0370c443250aeb2521eceefb183178fe7d23a11b697cbf3f5b06f53a

diff --git a/net-analyzer/wireshark/wireshark-3.4.0.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.0.ebuild
deleted file mode 100644
index ddabdfd5f7b..000
--- a/net-analyzer/wireshark/wireshark-3.4.0.ebuild
+++ /dev/null
@@ -1,259 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils xdg-utils cmake
-
-DESCRIPTION="A network protocol analyzer formerly known as ethereal"
-HOMEPAGE="https://www.wireshark.org/;
-SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
-LICENSE="GPL-2"
-
-SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 x86"
-IUSE="
-   androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon
-   +dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb
-   +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 
+randpkt
-   +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump 
ssl
-   sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd
-"
-S=${WORKDIR}/${P/_/}
-
-CDEPEND="
-   acct-group/pcap
-   >=dev-libs/glib-2.32:2
-   >=net-dns/c-ares-1.5
-   dev-libs/libgcrypt:0
-   bcg729? ( media-libs/bcg729 )
-   brotli? ( app-arch/brotli )
-   ciscodump? ( >=net-libs/libssh-0.6 )
-   filecaps? ( sys-libs/libcap )
-   http2? ( net-libs/nghttp2 )
-   ilbc? ( media-libs/libilbc )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( dev-libs/libxml2 )
-   lua? ( >=dev-lang/lua-5.1:0= )
-   lz4? ( app-arch/lz4 )
-   maxminddb? ( dev-libs/libmaxminddb )
-   minizip? ( sys-libs/zlib[minizip] )
-   netlink? ( dev-libs/libnl:3 )
-   opus? ( media-libs/opus )
-   pcap? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   x11-misc/xdg-utils
-   )
-   sbc? ( media-libs/sbc )
-   sdjournal? ( sys-apps/systemd )
-   smi? ( net-libs/libsmi )
-   snappy? ( app-arch/snappy )
-   spandsp? ( media-libs/spandsp )
-   sshdump? ( >=net-libs/libssh-0.6 )
-   ssl? ( net-libs/gnutls:= )
-   zlib? ( sys-libs/zlib )
-   zstd? ( app-arch/zstd )
-"
-# We need perl for `pod2html`. The rest of the perl stuff is to block older
-# and broken installs. #455122
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   dev-lang/perl
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen
-   dev-ruby/asciidoctor
-   )
-   qt5? (
-   dev-qt/linguist-tools:5
-   )
-   test? (
-   dev-python/pytest
-   dev-python/pytest-xdist
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   qt5? ( virtual/freedesktop-icon-theme )
-   selinux? ( sec-policy/selinux-wireshark )
-"
-REQUIRED_USE="
-   

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

2020-12-23 Thread Sam James
commit: e6838ecf675fc7386d434dafbf2290cea564f033
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:54:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:54:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6838ecf

net-libs/libsmi: cleanup old (EAPI 5)

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

 net-libs/libsmi/Manifest   |  1 -
 net-libs/libsmi/libsmi-0.4.8-r1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/net-libs/libsmi/Manifest b/net-libs/libsmi/Manifest
index 1c1160db75c..cf6e9a4ad29 100644
--- a/net-libs/libsmi/Manifest
+++ b/net-libs/libsmi/Manifest
@@ -1,2 +1 @@
-DIST libsmi-0.4.8.tar.gz 4104111 BLAKE2B 
af7fe812d8dd6cbd538fbb9d5671f9478b6c3bf4b251eb0729142f56aacc87fd8aa38927f92ebb4f546069e81391e85be338fec92979cd462efe614e16220754
 SHA512 
c4f5f30c9fbf26c2e0d87e29783794014a518a7494c17112b1970b5434c698d06ffd529ea58eb7856a0f86a30f1059aaf49d4fbdf39db971d9114d427d8a1863
 DIST libsmi-0.5.0.tar.gz 4798883 BLAKE2B 
37e9b0160f131db52fb68bd0b3eb0555b1cfb588aefb8e094fc50eec28b31f315907cd602f262d9f6c1ef887de148350da4747e0587b5518dac7376981fc12ae
 SHA512 
be82e6b7054426e4634ac9d90467b89a51a9c836273c9d516f07ff3cec3a8dcc8b3bb0e0396d5facec3d9c952b17fb67f24ff2d3959e7e5cf9eced72023a0708

diff --git a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild 
b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
deleted file mode 100644
index f5b1fb46e09..000
--- a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic ltprune
-
-DESCRIPTION="A Library to Access SMI MIB Information"
-SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz;
-HOMEPAGE="https://www.ibr.cs.tu-bs.de/projects/libsmi/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86"
-IUSE="static-libs"
-RESTRICT="test"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-CVE-2010-2891.patch
-}
-
-src_configure() {
-   replace-flags -O? -O2
-   econf $(use_enable static-libs static)
-}
-
-src_test() {
-   # sming test is known to fail and some other fail if LC_ALL!=C:
-   # https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html
-   sed -i '/^[[:space:]]*smidump-sming.test \\$/d' test/Makefile
-   LC_ALL=C emake -j1 check
-}
-
-src_install() {
-   default
-   dodoc smi.conf-example ANNOUNCE ChangeLog README THANKS TODO \
-   doc/{*.txt,smi.dia,smi.dtd,smi.xsd}
-   prune_libtool_files
-}



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

2020-12-23 Thread Sam James
commit: 7892f57cc2cd8d7b5134cbecefe29a0bf4b17bef
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:53:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:53:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7892f57c

net-misc/ofono: cleanup old (EAPI 5)

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

 net-misc/ofono/Manifest  |  2 --
 net-misc/ofono/ofono-1.16.ebuild | 66 
 net-misc/ofono/ofono-1.30.ebuild | 66 
 3 files changed, 134 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 2586f2a0f8b..c92a484776d 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1 @@
-DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
-DIST ofono-1.30.tar.xz 1030428 BLAKE2B 
94248b7eb7b48000333fdee38eaecf13c259adf2ca71946a25c06463abc052c568974981b0116ef5e006a6bd9f106a0bf2a5d2b1f9ad06beaffceff6cb3bbde4
 SHA512 
e65c5af7f09eef31c1e8c2b8202315b1bfeeb18e6e3cca07e3758ee693e51f8d8007211cba9e0da17656b063f362858a51234908c89a2bfd1ef0e057d538bda5
 DIST ofono-1.31.tar.xz 1049252 BLAKE2B 
f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82
 SHA512 
377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20

diff --git a/net-misc/ofono/ofono-1.16.ebuild b/net-misc/ofono/ofono-1.16.ebuild
deleted file mode 100644
index 50a0e58fd57..000
--- a/net-misc/ofono/ofono-1.16.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.28
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable threads) \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   --disable-maintainer-mode \
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_unitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   tools/qmi \
-   tools/tty-redirector
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   use doc && dodoc doc/*.txt
-}

diff --git a/net-misc/ofono/ofono-1.30.ebuild b/net-misc/ofono/ofono-1.30.ebuild
deleted file mode 100644
index 406ed49a7a3..000
--- a/net-misc/ofono/ofono-1.30.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.32
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( 

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

2020-12-23 Thread Sam James
commit: a52b132a070291fa3e89d02de4fdcd8e439fe503
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:56:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:56:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52b132a

net-analyzer/tcptraceroute: cleanup old (EAPI 5)

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

 .../tcptraceroute-1.5_beta7-r2.ebuild  | 40 --
 1 file changed, 40 deletions(-)

diff --git a/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild 
b/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild
deleted file mode 100644
index 13ba3f2fa32..000
--- a/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-MY_P=${P/_beta/beta}
-
-DESCRIPTION="tcptraceroute is a traceroute implementation using TCP packets"
-HOMEPAGE="https://github.com/mct/tcptraceroute;
-SRC_URI="https://codeload.github.com/mct/${PN}/tar.gz/${MY_P} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-
-DEPEND="
-   net-libs/libnet:1.1
-   net-libs/libpcap
-"
-RDEPEND="${DEPEND}"
-
-# michael.toren.net is no longer available
-RESTRICT="test"
-
-S=${WORKDIR}/${PN}-${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-cross-compile-checks.patch
-   eautoreconf
-}
-
-src_install() {
-   dosbin tcptraceroute
-   fowners root:wheel /usr/sbin/tcptraceroute
-   fperms 4710 /usr/sbin/tcptraceroute
-   doman tcptraceroute.1
-   dodoc examples.txt README ChangeLog
-   dohtml tcptraceroute.1.html
-}



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

2020-12-23 Thread Sam James
commit: 97dc9a85f4d82bce3e4304b85ffaf5b651c2
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:57:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:57:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dc9aff

app-text/an: cleanup old (EAPI 5)

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

 app-text/an/an-1.2-r1.ebuild | 39 ---
 app-text/an/an-1.2.ebuild| 40 
 2 files changed, 79 deletions(-)

diff --git a/app-text/an/an-1.2-r1.ebuild b/app-text/an/an-1.2-r1.ebuild
deleted file mode 100644
index d9c01423a53..000
--- a/app-text/an/an-1.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast anagram generator with dictionary lookup"
-HOMEPAGE="http://packages.debian.org/unstable/games/an;
-
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-DEPEND="
-   dev-libs/icu:=
-"
-RDEPEND="
-   ${DEPEND}
-   sys-apps/miscfiles[-minimal]
-"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/^CC/s|:=|?=|' \
-   -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \
-   -e '/^CPPFLAGS/s|-D_BSD_SOURCE=1 
-D_GNU_SOURCE=1|-D_DEFAULT_SOURCE=1|g' \
-   Makefile || die
-   tc-export CC
-}
-
-src_install() {
-   dobin ${PN}
-   newman ${PN}.6 ${PN}.1
-   dodoc ALGORITHM
-}

diff --git a/app-text/an/an-1.2.ebuild b/app-text/an/an-1.2.ebuild
deleted file mode 100644
index ee3b460ecd6..000
--- a/app-text/an/an-1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Very fast anagram generator with dictionary lookup"
-HOMEPAGE="http://packages.debian.org/unstable/games/an;
-
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
-IUSE=""
-
-CDEPEND="
-   dev-libs/icu:=
-"
-DEPEND="
-   app-arch/xz-utils
-"
-RDEPEND="
-   ${CDEPEND}
-   sys-apps/miscfiles[-minimal]
-"
-
-src_prepare() {
-   sed -i \
-   -e '/^CC/s|:=|?=|' \
-   -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \
-   Makefile || die
-   tc-export CC
-}
-
-src_install() {
-   dobin ${PN}
-   newman ${PN}.6 ${PN}.1
-   dodoc ALGORITHM
-}



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

2020-12-23 Thread Sam James
commit: 3011b080b8253c0e159bc9cb005adfc1f8090c23
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:56:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:56:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3011b080

net-analyzer/ngrep: cleanup old (EAPI 5)

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

 net-analyzer/ngrep/Manifest |  1 -
 net-analyzer/ngrep/ngrep-1.45-r3.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/net-analyzer/ngrep/Manifest b/net-analyzer/ngrep/Manifest
index 2e78bb72703..91890d8138f 100644
--- a/net-analyzer/ngrep/Manifest
+++ b/net-analyzer/ngrep/Manifest
@@ -1,2 +1 @@
-DIST ngrep-1.45.tar.bz2 463361 BLAKE2B 
31f7828fb28197f06a583cd6d250b5d70bfbd2bc5dae657daaed3f7ea286aec4dff9cca449c72a3c27d8e8b30d861304872e11abc9eb71f2acc94d9fc9f2
 SHA512 
0feb4080f834449d57ae99897c573d2b8148711cfb550fa4ff415169dedb1f0d23f4b03f625660162ca72f8ad06e19874c1af46da6afd8f8fe8dd553558c14f7
 DIST ngrep-1.47.tar.gz 187067 BLAKE2B 
4fa47ed343b88e84fb5a3ab6e4dc8139cb008ffcbea901a67664335ad76d36e975e037620cebb1b204ba22e5b139e822c7cfbc74a061fc6cacae631be3f87a52
 SHA512 
47ba65878df6b555701c866721a8a935eabdcce636d398284cbfe5f63baf68c62d994a2f373ea4fc8f44fbed3eecee149f2ee48d39c71c04d34e5a088db8c657

diff --git a/net-analyzer/ngrep/ngrep-1.45-r3.ebuild 
b/net-analyzer/ngrep/ngrep-1.45-r3.ebuild
deleted file mode 100644
index daa699482be..000
--- a/net-analyzer/ngrep/ngrep-1.45-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils user
-
-DESCRIPTION="A grep for network layers"
-HOMEPAGE="http://ngrep.sourceforge.net/;
-SRC_URI="mirror://sourceforge/ngrep/${P}.tar.bz2"
-
-LICENSE="ngrep"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE="ipv6"
-
-DEPEND="
-   dev-libs/libpcre
-   net-libs/libpcap
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(
-   doc/CHANGES.txt
-   doc/CREDITS.txt
-   doc/README.txt
-   doc/REGEX.txt
-)
-
-src_prepare() {
-   # Remove bundled libpcre to avoid occasional linking with them
-   rm -r pcre-5.0 || die
-
-   epatch \
-   "${FILESDIR}"/${P}-build-fixes.patch \
-   "${FILESDIR}"/${P}-setlocale.patch \
-   "${FILESDIR}"/${P}-prefix.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   --disable-pcap-restart \
-   --enable-pcre \
-   --with-dropprivs-user=ngrep \
-   --with-pcap-includes="${EPREFIX}"/usr/include/pcap
-}
-
-pkg_preinst() {
-   enewgroup ngrep
-   enewuser ngrep -1 -1 -1 ngrep
-}



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

2020-12-23 Thread Sam James
commit: 322fc1d4dbc8902ae2d51aa9b91237f20a900b42
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:57:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:57:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322fc1d4

app-text/wdiff: cleanup old (EAPI 5)

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

 app-text/wdiff/wdiff-1.2.2.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-text/wdiff/wdiff-1.2.2.ebuild 
b/app-text/wdiff/wdiff-1.2.2.ebuild
deleted file mode 100644
index 04b92d04f62..000
--- a/app-text/wdiff/wdiff-1.2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Create a diff disregarding formatting"
-HOMEPAGE="https://www.gnu.org/software/wdiff/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
-IUSE="experimental test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   sys-apps/diffutils
-   sys-apps/less
-   sys-libs/ncurses"
-DEPEND="${RDEPEND}
-   test? ( app-misc/screen )"
-
-src_configure() {
-   econf \
-   $(use_enable experimental)
-}
-
-src_test() {
-   # The test suite hangs in the '3: use pager' test
-   # when an incompatible screenrc is found
-   touch tests/screenrc || die
-   export SYSSCREENRC=tests/screenrc SCREENRC=tests/screenrc
-   default
-}



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

2020-12-23 Thread Sam James
commit: b98dd2843fb943fcffa8d389a652ade9a5adbc51
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:55:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:55:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98dd284

net-dns/ldns-utils: cleanup old (EAPI 5)

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

 net-dns/ldns-utils/Manifest   |  1 -
 net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/net-dns/ldns-utils/Manifest b/net-dns/ldns-utils/Manifest
index 7654e7092d5..13e5bc23ba6 100644
--- a/net-dns/ldns-utils/Manifest
+++ b/net-dns/ldns-utils/Manifest
@@ -1,2 +1 @@
-DIST ldns-1.7.0.tar.gz 1304424 BLAKE2B 
2f37aa2d00c1d9cf18711bd4f873f4722df01c4f4d0f627e054f04b2473c0fbf19449e293a130d5c8b98dcebafeb3d7b3f5923ae0244bd80139cea77f2171e06
 SHA512 
8a4e48bcc2a244b92447a9830b60efbb656fb7955f3559ef2eb6f8e724c4c0208776350c44ccf7dcf1ffe0b7b9d9ccc4cbddc5bc16edb494ab4d0bce3bd8
 DIST ldns-1.7.1.tar.gz 1244394 BLAKE2B 
8f2d9c6e34c4f13924ce1531a5757c4a619fc31ebc5a0a3d4aaf43fcfc8b53e8f371984b1c60ab74f735a05a9ca0710fc29a40fffeaef66eb54395eb3a727a0d
 SHA512 
e8f72a4ff4aa544acac5e7be9a8ba38c6b8d388bb26f9a0ed04c1a921622f8582cc8539beafc76a29187a55c94069b7c1875e77522e1a7e7bb3e297dd1e4c2b7

diff --git a/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild 
b/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild
deleted file mode 100644
index e9a8f927526..000
--- a/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${P/-utils}
-
-DESCRIPTION="Set of utilities to simplify various dns(sec) tasks"
-HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/;
-SRC_URI="http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="+dane ecdsa examples gost ssl"
-
-REQUIRED_USE="
-   ecdsa? ( ssl )
-   dane? ( ssl )
-   gost? ( ssl )
-"
-
-DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,gost?]
-   examples? ( net-libs/libpcap )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-   cd "${S}"/drill
-   econf $(use_with ssl)
-
-   if use examples; then
-   cd "${S}"/examples
-   econf \
-   $(use_enable dane) \
-   $(use_enable ecdsa) \
-   $(use_enable gost) \
-   $(use_enable ssl sha2) \
-   $(use_with ssl)
-   fi
-}
-
-src_compile() {
-   emake -C drill
-   if use examples; then
-   emake -C examples
-   fi
-}
-
-src_install() {
-   cd "${S}"/drill
-   emake DESTDIR="${D}" install
-   dodoc ChangeLog.22-nov-2005 README REGRESSIONS
-
-   if use examples; then
-   cd "${S}"/examples
-   emake DESTDIR="${D}" install
-   newdoc README README.examples
-   fi
-}



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

2020-12-23 Thread Sam James
commit: c1e114f7d0e05323e44bd64864d959da63c006dc
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:52:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:52:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e114f7

dev-util/indent: cleanup old (EAPI 5)

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

 dev-util/indent/Manifest   |  2 -
 .../files/indent-2.2.11-ac_config_headers.patch| 11 
 dev-util/indent/files/indent-2.2.11-linguas.patch  |  5 --
 dev-util/indent/files/indent-2.2.11-segfault.patch | 16 --
 .../indent/files/indent-2.2.11-texi2html-5.patch   | 40 --
 dev-util/indent/indent-2.2.11-r1.ebuild| 52 --
 dev-util/indent/indent-2.2.11_p5.ebuild| 61 --
 7 files changed, 187 deletions(-)

diff --git a/dev-util/indent/Manifest b/dev-util/indent/Manifest
index 6bbfceff8f5..f80f2d3f318 100644
--- a/dev-util/indent/Manifest
+++ b/dev-util/indent/Manifest
@@ -1,3 +1 @@
-DIST indent-2.2.11.tar.gz 778563 BLAKE2B 
8fe0f245fb852613587da8355a4aa8962e09e1614faf61cf7cea62d6922054547d0739cd1373298af08e4e0cca8d5f4bfc654e03d859c0fe560d0ddb0f63a298
 SHA512 
f5670e5edc76b9d599ef9e8cc498e13ac15e10eb6a8d674e1612918c4b67ffb15c94d73b9590434e0cdea6ead4b8d1f5bcda1c2f3838acbdeb4d732a0bea89be
 DIST indent-2.2.12.tar.xz 620280 BLAKE2B 
c3414ebe58d75b74356b5c37234639dc34998b73e45a4c28ee20ab2932c523b528d577c45c32db88f2ee4aed58d1dceeda2fe68b8975d211dc0dad4a3a20f7c7
 SHA512 
dbe73bd3729074825f9f5b4241a4c539ad32069df56511963417caf0351ff9ec5edd77e9580338301c8abf89ab9c0592bc7e82c14eec7450c496259d7e9045dd
-DIST indent_2.2.11-5.debian.tar.xz 6540 BLAKE2B 
c4d0805f39e1af503bcfcc49a8e9e679fb0df1021de9952af5a80c81f0c36c70e8dd6609b7e7ec5e36596f974d9c9ac31a7cad831a431cd9401758981d46a7ec
 SHA512 
f89f04bb3b9772c5428ef6df939b5cbe92761f3a39869020dad4f98a5e48c57c34de526803141258c9d55ba6edaedf05127009530aa09b1a54cfa15c8a421a31

diff --git a/dev-util/indent/files/indent-2.2.11-ac_config_headers.patch 
b/dev-util/indent/files/indent-2.2.11-ac_config_headers.patch
deleted file mode 100644
index 8728a26a825..000
--- a/dev-util/indent/files/indent-2.2.11-ac_config_headers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -3,7 +3,7 @@
- AC_CONFIG_SRCDIR(src/indent.c)
- AC_CONFIG_AUX_DIR(config)
- AM_INIT_AUTOMAKE(indent, 2.2.11)
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- 
- AM_MAINTAINER_MODE
- 

diff --git a/dev-util/indent/files/indent-2.2.11-linguas.patch 
b/dev-util/indent/files/indent-2.2.11-linguas.patch
deleted file mode 100644
index d540219b7cd..000
--- a/dev-util/indent/files/indent-2.2.11-linguas.patch
+++ /dev/null
@@ -1,5 +0,0 @@
 a/po/LINGUAS
-+++ b/po/LINGUAS
-@@ -1 +1 @@
--ca da de eo et fi fr gl hu it ja ko nl pl pt_BR ru sk sv tr zh_TW.Big5
-+ca da de eo et fi fr gl hu it ja ko nl pl pt_BR ru sk sv tr zh_TW

diff --git a/dev-util/indent/files/indent-2.2.11-segfault.patch 
b/dev-util/indent/files/indent-2.2.11-segfault.patch
deleted file mode 100644
index e9192248095..000
--- a/dev-util/indent/files/indent-2.2.11-segfault.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/man/texinfo2man.c
-+++ b/man/texinfo2man.c
-@@ -287,6 +287,13 @@
-char buf[1024];
-int line_no = 0;
- 
-+   if (argc != 3)
-+   {
-+  fprintf(stderr, "Usage: %s  \n", argv[0]);
-+  fprintf(stderr, "  The man page will be written to stdout.\n");
-+  return -1;
-+   }
-+
-texinfoname = argv[2];
- 
-in = fopen (argv[2], "r");

diff --git a/dev-util/indent/files/indent-2.2.11-texi2html-5.patch 
b/dev-util/indent/files/indent-2.2.11-texi2html-5.patch
deleted file mode 100644
index 5bad3da2867..000
--- a/dev-util/indent/files/indent-2.2.11-texi2html-5.patch
+++ /dev/null
@@ -1,40 +0,0 @@
 a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -34,14 +34,14 @@
- html-split: @PACKAGE@_toc.html
- 
- @PACKAGE@.html: version.texi $(@PACKAGE@_TEXINFOS)
--  $(TEXI2HTML) -expandinfo -number -monolithic `if test -f 
@PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi`
-+  $(TEXI2HTML) -expandinfo -monolithic `if test -f @PACKAGE@.texinfo; 
then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi`
- 
- @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS)
-   case "$(TEXI2HTML)" in \
- *"/missing texi2html") \
--   $(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
-+   $(TEXI2HTML) -expand info -nomenu -split section `if test -f 
@PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
- *) $(RM) @PACKAGE@_*.html ; \
--   $(TEXI2HTML) -expand info -number -nomenu -split section `if test 

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

2020-12-23 Thread Sam James
commit: 70bee98a0264409585cc1b9b0f9b678452d4899e
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:50:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:50:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bee98a

app-text/tree: cleanup old (EAPI 5)

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

 app-text/tree/Manifest |  1 -
 app-text/tree/tree-1.7.0-r1.ebuild | 42 --
 app-text/tree/tree-1.7.0.ebuild| 41 -
 3 files changed, 84 deletions(-)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index e3b2ce84306..22f90569851 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,2 +1 @@
-DIST tree-1.7.0.tgz 47082 BLAKE2B 
07449f50a44f857733679ae92a54a9dd61fe19b282f9244534393527d5f344835864e2acff3b2c43ed406d65657568b21440044af21fed2c4ab623e88d2e396c
 SHA512 
b234fb1428ba75da72d7e4aeb24bf961e123332342593e441b29a0baa2270d12bb187d889c179d6463c940c8dce9fe9dffeb4ad3f06cf11f057b83234d7b4b4a
 DIST tree-1.8.0.tgz 50286 BLAKE2B 
51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd
 SHA512 
3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695

diff --git a/app-text/tree/tree-1.7.0-r1.ebuild 
b/app-text/tree/tree-1.7.0-r1.ebuild
deleted file mode 100644
index b76daa598d9..000
--- a/app-text/tree/tree-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/;
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="!=sci-biology/meme-4.8.1"
-DEPEND=""
-
-src_prepare() {
-   sed -i -e 's:LINUX:__linux__:' tree.c || die
-   mv doc/tree.1.fr doc/tree.fr.1
-   if use !elibc_glibc ; then
-   # 433972, also previously done only for elibc_uclibc
-   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-   fi
-   default
-}
-
-src_compile() {
-   append-lfs-flags
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin tree
-   doman doc/tree*.1
-   einstalldocs
-   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

diff --git a/app-text/tree/tree-1.7.0.ebuild b/app-text/tree/tree-1.7.0.ebuild
deleted file mode 100644
index e9a968908ce..000
--- a/app-text/tree/tree-1.7.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/;
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="!=sci-biology/meme-4.8.1"
-DEPEND=""
-
-src_prepare() {
-   sed -i -e 's:LINUX:__linux__:' tree.c || die
-   mv doc/tree.1.fr doc/tree.fr.1
-   if use !elibc_glibc ; then
-   # 433972, also previously done only for elibc_uclibc
-   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-   fi
-}
-
-src_compile() {
-   append-lfs-flags
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin tree
-   doman doc/tree*.1
-   dodoc CHANGES README*
-   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}



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

2020-12-23 Thread Sam James
commit: 001bd48c385d14eeff7139d890e173e2d55776d5
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:52:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:52:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001bd48c

dev-util/debhelper: cleanup old (EAPI 5)

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

 dev-util/debhelper/Manifest|  3 --
 dev-util/debhelper/debhelper-13.1.ebuild   | 74 --
 dev-util/debhelper/debhelper-13.2.ebuild   | 74 --
 dev-util/debhelper/debhelper-9.20160814.ebuild | 74 --
 4 files changed, 225 deletions(-)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index 1b15275560d..30e0128647b 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,4 +1 @@
-DIST debhelper_13.1.tar.xz 530828 BLAKE2B 
582dccdad50a51907d2565fef34fefeebf79360af31691ad0c332bb04b12a2165af598a3d35088595aee3653ca27f049e22669236ee48376ab665ea7423c6d5e
 SHA512 
8160a31a857c9e548e0c5527eb4c86fb5c452e5209a741c7a4600f03a48fd5b46fe07c4d1c64ad11c3af3b9f2e1d67df2d4e9d773bc432d6147540dab015e977
 DIST debhelper_13.2.1.tar.xz 541428 BLAKE2B 
eb377a09fe23aef159c6a8309c1a63df94be2a1dbf313af32868f9a01e394438c98f02cbd18077cf22998e693c171244e42d33fa503e591030f4fe4248bfbc53
 SHA512 
38b52b03b65832a33260a7b0d1f08e6079b60318964603ffa0729cb3f56adebe81dbfb82a1785b019100e697cc6b13c212518c4608c0bb2018500be328157b0c
-DIST debhelper_13.2.tar.xz 540400 BLAKE2B 
a1734ecbd92eadc3f5fbd0b118ffb4c6b697b157c39cab7626bd734adb80c6dfd0061298220c5d5c7a7fff412a1a52490e7001c8d634596dc41389a7e81c7a74
 SHA512 
07fd1f32975a9d84940a15140875994d30fe4bc0a40b40fe83a1ff9a304121167345194802691326251490852e601c388cab5cd02c000a4a6768edd1259a7bbc
-DIST debhelper_9.20160814.tar.xz 344328 BLAKE2B 
38791ab3dfb74d12e44226b79a377889911a08505cdb45cc0a6e653906edbafcac1038d1d9ff9f5fd9f714ed36681562ce7fb1c9c1109a8528523100128fced6
 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62

diff --git a/dev-util/debhelper/debhelper-13.1.ebuild 
b/dev-util/debhelper/debhelper-13.1.ebuild
deleted file mode 100644
index 99dca21e93e..000
--- a/dev-util/debhelper/debhelper-13.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
-HOMEPAGE="https://tracker.debian.org/pkg/debhelper;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DH_LANGS=( de es fr )
-IUSE+=" ${DH_LANGS[@]/#/l10n_}"
-
-NLS_DEPEND=$(
-   printf "l10n_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LANGS[@]}
-)
-
-RDEPEND="
-   >=dev-lang/perl-5.10:=
-   >=app-arch/dpkg-1.17
-   dev-perl/TimeDate
-   virtual/perl-Getopt-Long
-"
-DEPEND="
-   ${RDEPEND}
-   ${NLS_DEPEND}
-   test? (
-   dev-perl/Test-Pod
-   sys-apps/fakeroot
-   )
-"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-   tc-export CC
-
-   local LANGS="" USE_NLS=no lang
-   for lang in ${DH_LANGS[@]}; do
-   if use l10n_${lang}; then
-   LANGS+=" ${lang}"
-   USE_NLS=yes
-   fi
-   done
-
-   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   dodoc doc/* debian/changelog
-   docinto examples
-   dodoc examples/*
-   local lang
-   for manfile in *.1 *.7 ; do
-   for lang in ${DH_LANGS[@]}; do
-   case ${manfile} in
-   *.${lang}.?)
-   use l10n_${lang} \
-   && cp ${manfile} 
"${T}"/${manfile/.${lang}/} \
-   && doman -i18n=${lang} 
"${T}"/${manfile/.${lang}/}
-   ;;
-   *)
-   doman ${manfile}
-   ;;
-   esac
-   done
-   done
-}

diff --git a/dev-util/debhelper/debhelper-13.2.ebuild 
b/dev-util/debhelper/debhelper-13.2.ebuild
deleted file mode 100644
index 99dca21e93e..000
--- a/dev-util/debhelper/debhelper-13.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils toolchain-funcs
-

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

2020-12-23 Thread Sam James
commit: cf8478e22daaffe4b7bcadcf8631e2de46a00567
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:46:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:46:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8478e2

net-analyzer/wireshark: Stabilize 3.4.2 ppc64, #760800

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

 net-analyzer/wireshark/wireshark-3.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-3.4.2.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.2.ebuild
index a720c8ad6d9..ddabdfd5f7b 100644
--- a/net-analyzer/wireshark/wireshark-3.4.2.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.4.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
 LICENSE="GPL-2"
 
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 x86"
 IUSE="
androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon
+dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb



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

2020-12-23 Thread Sergei Trofimovich
commit: 109a7c553db7d64cc61779dda59827fdfb30e8ff
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Dec 23 10:34:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 23 22:29:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109a7c55

dev-haskell/texmath: increase lower bound up to ghc 8.8

Closes: https://bugs.gentoo.org/735218
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jack Todaro  posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/18778
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/texmath/texmath-0.12.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/texmath/texmath-0.12.0.3.ebuild 
b/dev-haskell/texmath/texmath-0.12.0.3.ebuild
index 9ac897e1ba4..53bc6fb956d 100644
--- a/dev-haskell/texmath/texmath-0.12.0.3.ebuild
+++ b/dev-haskell/texmath/texmath-0.12.0.3.ebuild
@@ -23,7 +23,7 @@ RDEPEND="dev-haskell/mtl:=[profile?]
>=dev-haskell/syb-0.4.2:=[profile?] =dev-lang/ghc-7.10.1:=
+   >=dev-lang/ghc-8.8.1:=
executable? ( dev-haskell/aeson:=[profile?]
network-uri? ( 
>=dev-haskell/network-uri-2.6:=[profile?] )
!network-uri? ( 

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

2020-12-23 Thread Sam James
commit: a0f8069f8082e032d77bf4e1a7417ad7acadaa6f
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 21:56:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 21:56:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f8069f

media-libs/opencolorio: cleanup old

Closes: https://bugs.gentoo.org/754909
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-libs/opencolorio/Manifest|  1 -
 media-libs/opencolorio/opencolorio-1.1.0-r4.ebuild | 94 --
 2 files changed, 95 deletions(-)

diff --git a/media-libs/opencolorio/Manifest b/media-libs/opencolorio/Manifest
index 251465032f2..c7ac45d7ec9 100644
--- a/media-libs/opencolorio/Manifest
+++ b/media-libs/opencolorio/Manifest
@@ -1,2 +1 @@
-DIST opencolorio-1.1.0.tar.gz 13826812 BLAKE2B 
555a5ac393170503c944c3471ea482b1a22be7c98ee7b81af37f52db185c8b61c5318102c139a8711f4828d306b6c4322f5d839c4df08ce41ebbb9dcb2bda152
 SHA512 
909874a9f91a8d229622810fc70233680c6e75203bd8555179322de2873da00bf302432e19f189b787ffcda3157ddec1e4601c97f75a36e16f644fe7d42f6998
 DIST opencolorio-1.1.1.tar.gz 13828483 BLAKE2B 
f5642f08db84f2b8da44d0dbf58313c78263496fc6f1f209b93fd303bbf9477033317b44eb8bb2b13a70afa19422f4fa312d52a3fa6598031a2aa50b33bbfccf
 SHA512 
bed722f9ddce1887d28aacef2882debccd7c3f3c0c708d2723fea58a097de9f02721af9e85453e089ffda5406aef593ab6536c6886307823c132aa787e492e33

diff --git a/media-libs/opencolorio/opencolorio-1.1.0-r4.ebuild 
b/media-libs/opencolorio/opencolorio-1.1.0-r4.ebuild
deleted file mode 100644
index 1bb1af8e32c..000
--- a/media-libs/opencolorio/opencolorio-1.1.0-r4.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit cmake flag-o-matic python-single-r1
-
-DESCRIPTION="A color management framework for visual effects and animation"
-HOMEPAGE="https://opencolorio.org/;
-
-SRC_URI="https://github.com/imageworks/OpenColorIO/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
-REQUIRED_USE="
-   doc? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   opengl? (
-   media-libs/lcms:2
-   media-libs/openimageio
-   media-libs/glew:=
-   media-libs/freeglut
-   virtual/opengl
-   )
-   python? ( ${PYTHON_DEPS} )
-   >=dev-cpp/yaml-cpp-0.5
-   dev-libs/tinyxml
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   doc? (
-   $(python_gen_cond_dep '
-   dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-"
-
-# Restricting tests, bugs #439790 and #447908
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-compile-error-with-Lut1DOp.cpp.patch"
-   
"${FILESDIR}/${P}-use-GNUInstallDirs-and-fix-cmake-install-location.patch"
-   "${FILESDIR}/${P}-remove-building-of-bundled-programs.patch"
-   "${FILESDIR}/${P}-yaml-cpp-0.6.patch"
-   "${FILESDIR}/${P}-remove-Werror.patch"
-)
-
-S="${WORKDIR}/OpenColorIO-${PV}"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   use python && python_fix_shebang .
-}
-
-src_configure() {
-   # Missing features:
-   # - Truelight and Nuke are not in portage for now, so their support are 
disabled
-   # - Java bindings was not tested, so disabled
-   # Notes:
-   # - OpenImageIO is required for building ociodisplay and ocioconvert 
(USE opengl)
-   # - OpenGL, GLUT and GLEW is required for building ociodisplay (USE 
opengl)
-   local mycmakeargs=(
-   -DOCIO_BUILD_JNIGLUE=OFF
-   -DOCIO_BUILD_NUKE=OFF
-   -DOCIO_BUILD_SHARED=ON
-   -DOCIO_BUILD_STATIC=$(usex static-libs)
-   -DOCIO_STATIC_JNIGLUE=OFF
-   -DOCIO_BUILD_TRUELIGHT=OFF
-   -DUSE_EXTERNAL_LCMS=ON
-   -DUSE_EXTERNAL_TINYXML=ON
-   -DUSE_EXTERNAL_YAML=ON
-   -DOCIO_BUILD_DOCS=$(usex doc)
-   -DOCIO_BUILD_APPS=$(usex opengl)
-   -DOCIO_BUILD_PYGLUE=$(usex python)
-   -DOCIO_USE_SSE=$(usex cpu_flags_x86_sse2)
-   -DOCIO_BUILD_TESTS=$(usex test)
-   )
-   use doc && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LATEX=ON ) # 
broken
-   cmake_src_configure
-}



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

2020-12-23 Thread Sam James
commit: 62586360552e41b24941103ece8a4e4a1fb11850
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 21:52:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 21:52:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62586360

www-servers/tornado: restore prefix keywords

Closes: https://bugs.gentoo.org/759739
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-servers/tornado/tornado-6.0.4.ebuild 
b/www-servers/tornado/tornado-6.0.4.ebuild
index d76544db12e..48335d4575f 100644
--- a/www-servers/tornado/tornado-6.0.4.ebuild
+++ b/www-servers/tornado/tornado-6.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/

2020-12-23 Thread Sam James
commit: d2dd0846147cf256231189cd42f2c9efa774f361
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 21:49:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 21:49:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2dd0846

app-benchmarks/sysbench: add ~arm64 to -r100 too

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

 app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild
index 7926abfdf9a..9316f40dda3 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/akopytov/sysbench/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+aio attachsql drizzle +largefile mysql postgres test"
 REQUIRED_USE="
${LUA_REQUIRED_USE}



[gentoo-commits] proj/betagarden:master commit in: media-video/webcamstudio/

2020-12-23 Thread Sebastian Pipping
commit: 7e27271ff0f9bbe921c72b24edd6bba0fe93a857
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec 23 21:38:27 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 23 21:38:27 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7e27271f

media-video/webcamstudio: Drop due to "fdo-mime.eclass not found"

Signed-off-by: Sebastian Pipping  gentoo.org>

 media-video/webcamstudio/ChangeLog |  43 ---
 media-video/webcamstudio/metadata.xml  |  21 
 .../webcamstudio/webcamstudio-0.60_p416.ebuild | 139 -
 3 files changed, 203 deletions(-)

diff --git a/media-video/webcamstudio/ChangeLog 
b/media-video/webcamstudio/ChangeLog
deleted file mode 100644
index 570ccb5..000
--- a/media-video/webcamstudio/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-# ChangeLog for media-video/webcamstudio
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-
-*webcamstudio-0.60_p416 (23 June 2012)
-
-  23 June 2012; PhobosK  +webcamstudio-0.60_p416.ebuild:
-  New upstream version.
-
-  23 June 2012; PhobosK 
-  -webcamstudio-0.60_p226.ebuild, -webcamstudio-0.60_p370.ebuild:
-  Removed all old ebuilds, since old versions do not work properly anymore.
-
-*webcamstudio-0.60_p370 (5 Apr 2012)
-
-  5 Apr 2012; PhobosK  +webcamstudio-0.60_p370.ebuild:
-  New upstream version.
-
-*webcamstudio-0.60_p226 (10 Dec 2011)
-
-  10 Dec 2011; PhobosK  +webcamstudio-0.60_p226.ebuild:
-  New upstream branch dumping GStreamer support and using FFMPEG instead.
-
-  10 Dec 2011; PhobosK 
-  -webcamstudio-0.56-r1.ebuild, -webcamstudio-0.56.ebuild,
-  -webcamstudio-0.54-r1.ebuild, -webcamstudio-0.54.ebuild:
-  Removed all old ebuilds, since old versions do not work properly anymore.
-
-*webcamstudio-0.56 (6 Sep 2010)
-
-  4 Nov 2010; PhobosK  +webcamstudio-0.56-r1.ebuild:
-  Version bump with separated main program and kernel module ebuilds.
-
-  6 Sep 2010; PhobosK  +webcamstudio-0.56.ebuild:
-  Version bump with some gstreamer ebuild dependencies fixed.
-
-  5 Sep 2010; PhobosK  +webcamstudio-0.54-r1.ebuild:
-  Some gstreamer ebuild dependencies fixed.
-
-*webcamstudio-0.54 (8 May 2010)
-
-  8 May 2010; PhobosK  +webcamstudio-0.54.ebuild:
-  Initial ebuild.
-  see http://www.ws4gl.org/ for details

diff --git a/media-video/webcamstudio/metadata.xml 
b/media-video/webcamstudio/metadata.xml
deleted file mode 100644
index adb721e..000
--- a/media-video/webcamstudio/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-   phob...@kbfx.net
-   PhobosK
-   Maintainer. Assign bugs to him.
-
-
-   na...@gentoo.org
-   Naohiro Aota
-   Proxy maintainer. CC him on bugs.
-
-
-WebcamStudio For GNU/Linux creates a virtual webcam that can mix several video
-sources together and can be used for live broadcasting over Bambuser, UStream 
or Stickam.
-On this virtual webcam, you can broadcast your desktop, your webcam, a movie, 
some text,
-IRC channels, RSS Feed, animations, images or all of them at the same time.
-
-

diff --git a/media-video/webcamstudio/webcamstudio-0.60_p416.ebuild 
b/media-video/webcamstudio/webcamstudio-0.60_p416.ebuild
deleted file mode 100644
index c604867..000
--- a/media-video/webcamstudio/webcamstudio-0.60_p416.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source"
-WANT_ANT_TASKS="ant-nodeps ant-junit4 ant-junit"
-EANT_BUILD_XML="${S}/build.xml"
-
-inherit eutils fdo-mime java-pkg-2 java-ant-2
-
-DESCRIPTION="Creates virtual webcam to broadcast over the internet."
-HOMEPAGE="http://www.ws4gl.org/;
-
-# The tarball prepared using the SVN r416 at 
http://webcamstudio.googlecode.com/svn/trunk
-# The only changes made are the removal of "ffmpeg.exe" and the "vloopback" 
folder
-SRC_URI="http://gentoo.plexyplanet.org/distfiles/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.6
-   dev-libs/glib:2
-   virtual/ffmpeg
-   media-libs/gstreamer:0.10
-   media-libs/gst-plugins-bad
-   media-libs/gst-plugins-base
-   media-libs/gst-plugins-good
-   media-libs/gst-plugins-ugly
-   media-sound/pulseaudio
-   dev-java/absolutelayout
-   dev-java/appframework
-   dev-java/commons-cli:1
-   dev-java/commons-codec
-   dev-java/commons-httpclient:3
-   dev-java/jna
-   dev-java/jsr305
-   dev-java/log4j
-   java-virtuals/javamail
-   dev-java/slf4j-api
-   dev-java/slf4j-nop
-   dev-java/swing-worker
-   media-video/webcamstudio-module"
-RDEPEND="${DEPEND}"
-
-java_prepare() {
-   # Fix some buggy java libs paths
-   einfo "Patching the project.properties file..."
-   sed -i \
-   -e "s?=/usr/share/java/jna.jar?=libraries/jna.jar?" \
-   -e 

[gentoo-commits] proj/betagarden:master commit in: x11-themes/thewidgetfactory/, x11-themes/thewidgetfactory/files/

2020-12-23 Thread Sebastian Pipping
commit: 8f01efdc75750c6bf6496b0e2fe5e140c04aac05
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec 23 21:39:56 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 23 21:39:56 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8f01efdc

x11-themes/thewidgetfactory: Drop due to "bzr.eclass not found"

Signed-off-by: Sebastian Pipping  gentoo.org>

 x11-themes/thewidgetfactory/ChangeLog  |  6 
 .../files/thewidgetfactory-9-stupid.patch  | 35 --
 x11-themes/thewidgetfactory/metadata.xml   |  8 -
 .../thewidgetfactory/thewidgetfactory-0.2.1.ebuild | 23 --
 .../thewidgetfactory/thewidgetfactory-9.ebuild | 30 ---
 5 files changed, 102 deletions(-)

diff --git a/x11-themes/thewidgetfactory/ChangeLog 
b/x11-themes/thewidgetfactory/ChangeLog
deleted file mode 100644
index 959630f..000
--- a/x11-themes/thewidgetfactory/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-# ChangeLog for x11-themes/thewidgetfactory
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-
-  27 Oct 2011; Justin Lecher  metadata.xml:
-  Removed no-herd from herd tag in metadata.xml
-

diff --git 
a/x11-themes/thewidgetfactory/files/thewidgetfactory-9-stupid.patch 
b/x11-themes/thewidgetfactory/files/thewidgetfactory-9-stupid.patch
deleted file mode 100644
index 02ac70e..000
--- a/x11-themes/thewidgetfactory/files/thewidgetfactory-9-stupid.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/src/interface.c b/src/interface.c
-index 5cbfe99..2e5700f 100644
 a/src/interface.c
-+++ b/src/interface.c
-@@ -26,6 +26,27 @@
- #define GLADE_HOOKUP_OBJECT_NO_REF(component,widget,name) \
-   g_object_set_data (G_OBJECT (component), name, widget)
- 
-+
-+GtkWidget *
-+gtk_combo_box_entry_new_text (void) {
-+  return NULL;
-+}
-+
-+void
-+gtk_combo_box_append_text (GtkComboBox *combo_box, const gchar *text) {
-+}
-+
-+GtkWidget *
-+gtk_combo_box_new_text (void) {
-+  return NULL;
-+}
-+
-+gchar *
-+gtk_set_locale (void) {
-+  return NULL;
-+}
-+
-+
- GtkWidget*
- create_window2 (void)
- {
-diff --git a/interface.o b/interface.o
-index bb2088a..3372e88 100644
-Binary files a/interface.o and b/interface.o differ

diff --git a/x11-themes/thewidgetfactory/metadata.xml 
b/x11-themes/thewidgetfactory/metadata.xml
deleted file mode 100644
index 6d22988..000
--- a/x11-themes/thewidgetfactory/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sp...@gentoo.org
-   Sebastian Pipping
-   
-

diff --git a/x11-themes/thewidgetfactory/thewidgetfactory-0.2.1.ebuild 
b/x11-themes/thewidgetfactory/thewidgetfactory-0.2.1.ebuild
deleted file mode 100644
index 80f4b05..000
--- a/x11-themes/thewidgetfactory/thewidgetfactory-0.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="A showcase for GTK+ widgets"
-HOMEPAGE="http://www.stellingwerff.com/?page_id=10;
-SRC_URI="http://www.stellingwerff.com/TheWidgetFactory/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="gtk-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.4:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   mv "${D}"/usr/bin/twf{,-${SLOT}} || die
-   dodoc README NEWS AUTHORS ChangeLog || die
-}

diff --git a/x11-themes/thewidgetfactory/thewidgetfactory-9.ebuild 
b/x11-themes/thewidgetfactory/thewidgetfactory-9.ebuild
deleted file mode 100644
index b25b2f0..000
--- a/x11-themes/thewidgetfactory/thewidgetfactory-9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils bzr
-
-DESCRIPTION="A showcase for GTK+ widgets"
-HOMEPAGE="https://code.launchpad.net/~cimi/+junk/twf-gtk+3;
-SRC_URI=""
-EBZR_REPO_URI="lp:~cimi/+junk/twf-gtk+3"
-
-LICENSE="GPL-2"
-SLOT="gtk-3"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-stupid.patch
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   mv "${D}"/usr/bin/twf{,-${SLOT}} || die
-   dodoc README NEWS AUTHORS ChangeLog || die
-}



[gentoo-commits] proj/betagarden:master commit in: dev-vcs/rapidsvn/files/, dev-vcs/rapidsvn/

2020-12-23 Thread Sebastian Pipping
commit: 7eeefc611a12675bca5171b61b8216b551e6a8a4
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec 23 21:36:45 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 23 21:36:45 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7eeefc61

dev-vcs/rapidsvn: Drop due to "fdo-mime.eclass not found"

Signed-off-by: Sebastian Pipping  gentoo.org>

 dev-vcs/rapidsvn/ChangeLog| 38 -
 dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch | 12 ---
 dev-vcs/rapidsvn/metadata.xml |  7 --
 dev-vcs/rapidsvn/rapidsvn-.ebuild | 94 ---
 4 files changed, 151 deletions(-)

diff --git a/dev-vcs/rapidsvn/ChangeLog b/dev-vcs/rapidsvn/ChangeLog
deleted file mode 100644
index b29740e..000
--- a/dev-vcs/rapidsvn/ChangeLog
+++ /dev/null
@@ -1,38 +0,0 @@
-# ChangeLog for dev-vcs/rapidsvn
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-
-  19 Jan 2014; Justin Lecher  rapidsvn-.ebuild:
-  Fix S after moce to git
-
-  07 Jan 2014; Justin Lecher  rapidsvn-.ebuild:
-  Switch from git-2 to git-r3
-
-  04 Jul 2013; Justin Lecher  rapidsvn-.ebuild:
-  Fix for new python eclasses
-
-  19 Feb 2013; Justin Lecher  rapidsvn-.ebuild,
-  metadata.xml:
-  Move to new upstream VCS location; move to new python eclasses
-
-  10 Aug 2012; Justin Lecher  rapidsvn-.ebuild:
-  Install missing icons, #430648
-
-  07 Jun 2012; Justin Lecher  rapidsvn-.ebuild:
-  Use append-ccpflags for CPPFLAGS, correct location of icon file
-
-  19 Feb 2012; Justin Lecher  Manifest:
-  Fix Manifest
-
-  18 Feb 2012; Justin Lecher 
-  files/rapidsvn-svncpp_link.patch:
-  Fix for current HEAD
-
-  01 Feb 2012; Justin Lecher  rapidsvn-.ebuild:
-  Add support for static-libs
-
-*rapidsvn- (31 Jan 2012)
-
-  31 Jan 2012; Justin Lecher  +rapidsvn-.ebuild,
-  +files/rapidsvn-svncpp_link.patch, +metadata.xml:
-  Add live ebuild
-

diff --git a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch 
b/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch
deleted file mode 100644
index da85858..000
--- a/dev-vcs/rapidsvn/files/rapidsvn-svncpp_link.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: src/svncpp/Makefile.am
-===
 libsvncpp/Makefile.am
-+++ libsvncpp/Makefile.am
-@@ -27,3 +27,7 @@
-   url.cpp \
-   wc.cpp
- 
-+libsvncpp_la_LIBADD= $(SVN_LIBS) \
-+  $(NEON_LIBS) \
-+  $(APR_LIBS) \
-+  -lstdc++

diff --git a/dev-vcs/rapidsvn/metadata.xml b/dev-vcs/rapidsvn/metadata.xml
deleted file mode 100644
index 2c53357..000
--- a/dev-vcs/rapidsvn/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-maintainer-wan...@gentoo.org
-  
-

diff --git a/dev-vcs/rapidsvn/rapidsvn-.ebuild 
b/dev-vcs/rapidsvn/rapidsvn-.ebuild
deleted file mode 100644
index 9c8e456..000
--- a/dev-vcs/rapidsvn/rapidsvn-.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-WX_GTK_VER=2.8
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils fdo-mime flag-o-matic git-r3 python-single-r1 
versionator wxwidgets
-
-MY_PV=$(get_version_component_range 1-2)
-MY_REL="1"
-
-DESCRIPTION="Cross-platform GUI front-end for the Subversion revision system"
-HOMEPAGE="http://rapidsvn.tigris.org/;
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/RapidSVN/RapidSVN.git"
-
-LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc static-libs"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEP="
-   ${PYTHON_DEPS}
-   dev-libs/apr
-   dev-libs/apr-util
-   dev-vcs/subversion
-   x11-libs/wxGTK:${WX_GTK_VER}[X]"
-DEPEND="${COMMON_DEP}
-   doc? (
-   dev-libs/libxslt
-   app-text/docbook-sgml-utils
-   app-doc/doxygen
-   app-text/docbook-xsl-stylesheets )"
-RDEPEND="${COMMON_DEP}"
-
-PATCHES=( "${FILESDIR}/${PN}-svncpp_link.patch" )
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-DOCS=( HACKING.txt TRANSLATIONS )
-
-src_prepare() {
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=( --with-wx-config=${WX_CONFIG} )
-
-   if use doc; then
-   myeconfargs+=( --with-manpage=yes )
-   else
-   myeconfargs+=(
-   --without-xsltproc
-   --with-manpage=no
-   --without-doxygen
-   --without-dot )
-   fi
-
-   append-cppflags $( apr-1-config --cppflags )
-
-   myeconfargs+=(
-   --with-svn-lib="${EPREFIX}"/usr/$(get_libdir)
-   --with-svn-include="${EPREFIX}"/usr/include
-   --with-apr-config="${EPREFIX}/usr/bin/apr-1-config"
-   

[gentoo-commits] proj/betagarden:master commit in: net-mail/zarafa/files/, net-mail/zarafa/

2020-12-23 Thread Sebastian Pipping
commit: 12b54a6a8515966ea234e72bb689bd7a9c382320
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec 23 21:38:52 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 23 21:39:20 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=12b54a6a

net-mail/zarafa: Drop due to "php-ext-source-r2.eclass not found"

Signed-off-by: Sebastian Pipping  gentoo.org>

 net-mail/zarafa/ChangeLog  | 147 -
 .../zarafa/files/zarafa-6.40.1-no-php-conf.patch   |  44 --
 .../zarafa/files/zarafa-7.0.6-gcc46_compile.patch  |  15 ---
 net-mail/zarafa/files/zarafa-fix-8842.patch|  23 
 net-mail/zarafa/files/zarafa-gateway.rc6   |  29 
 net-mail/zarafa/files/zarafa-ical.rc6  |  29 
 net-mail/zarafa/files/zarafa-indexer.rc6   |  31 -
 net-mail/zarafa/files/zarafa-monitor.rc6   |  29 
 net-mail/zarafa/files/zarafa-server.rc6|  34 -
 net-mail/zarafa/files/zarafa-spooler.rc6   |  29 
 net-mail/zarafa/files/zarafa.logrotate |  65 -
 net-mail/zarafa/metadata.xml   |   7 -
 net-mail/zarafa/zarafa-6.40.14.ebuild  | 110 ---
 net-mail/zarafa/zarafa-7.0.8.ebuild| 118 -
 14 files changed, 710 deletions(-)

diff --git a/net-mail/zarafa/ChangeLog b/net-mail/zarafa/ChangeLog
deleted file mode 100644
index 7e62548..000
--- a/net-mail/zarafa/ChangeLog
+++ /dev/null
@@ -1,147 +0,0 @@
-# ChangeLog for net-mail/zarafa
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-
-  17 Apr 2013; Christoph Mende  -zarafa-6.40.11.ebuild,
-  -zarafa-6.40.12.ebuild, -zarafa-7.0.5.ebuild, -zarafa-7.0.6.ebuild,
-  -zarafa-7.0.7.ebuild, zarafa-6.40.14.ebuild, zarafa-7.0.8.ebuild:
-  zarafa: Remove old, bump to EAPI4 for php-ext-source-r2 compatibility
-
-*zarafa-7.0.8 (19 Jun 2012)
-
-  19 Jun 2012; Robert Piasek  +zarafa-7.0.8.ebuild:
-  Add ZCP 7.0.8
-
-*zarafa-7.0.7 (28 May 2012)
-
-  28 May 2012; Robert Piasek  +zarafa-7.0.7.ebuild:
-  Add ZCP 7.0.7
-
-  23 Apr 2012; Robert Piasek  -zarafa-6.40.9.ebuild,
-  zarafa-6.40.11.ebuild, zarafa-6.40.12.ebuild, zarafa-6.40.14.ebuild,
-  zarafa-7.0.5.ebuild, zarafa-7.0.6.ebuild:
-  Change deps from dev-db/mysql to virtual/mysql
-
-  22 Mar 2012; Robert Piasek 
-  +files/zarafa-7.0.6-gcc46_compile.patch:
-  Move to betagarden overlay. Add patch to compile with gcc-4.6 (thanks sping)
-
-*zarafa-7.0.6 (20 Mar 2012)
-
-  20 Mar 2012; Robert Piasek  -zarafa-7.0.2.ebuild,
-  -zarafa-7.0.3.ebuild, -zarafa-7.0.4.ebuild, +zarafa-7.0.6.ebuild:
-  Add zarafa 7.0.6. Remove older 7.0.x versions
-
-*zarafa-7.0.5 (14 Feb 2012)
-
-  14 Feb 2012; Robert Piasek  +zarafa-7.0.5.ebuild:
-  Add zarafa 7.0.5
-
-*zarafa-6.40.14 (23 Jan 2012)
-
-  23 Jan 2012; Robert Piasek  -zarafa-6.40.13.ebuild,
-  +zarafa-6.40.14.ebuild, +files/zarafa-fix-8842.patch:
-  Add ZCP 6.40.14. Include fix for bug ZCP-8842
-
-*zarafa-7.0.4 (29 Dec 2011)
-
-  29 Dec 2011; Robert Piasek  -zarafa-7.0.1.ebuild,
-  +zarafa-7.0.4.ebuild:
-  Add ZCP 7.0.4
-
-*zarafa-6.40.13 (13 Dec 2011)
-
-  13 Dec 2011; Robert Piasek  -zarafa-6.40.10.ebuild,
-  +zarafa-6.40.13.ebuild:
-  Add ZCP 6.40.13
-
-*zarafa-7.0.3 (17 Nov 2011)
-
-  17 Nov 2011; Robert Piasek  +zarafa-7.0.3.ebuild:
-  Add ZCP 7.0.3
-
-*zarafa-7.0.2 (03 Nov 2011)
-
-  03 Nov 2011; Robert Piasek  -zarafa-7.0.0.ebuild,
-  +zarafa-7.0.2.ebuild:
-  Add ZCP 7.0.2
-
-*zarafa-6.40.12 (02 Nov 2011)
-
-  02 Nov 2011; Robert Piasek  +zarafa-6.40.12.ebuild:
-  Add ZCP 6.40.12
-
-*zarafa-6.40.11 (20 Sep 2011)
-
-  20 Sep 2011; Robert Piasek  -zarafa-6.40.7.ebuild,
-  -zarafa-6.40.8.ebuild, +zarafa-6.40.11.ebuild:
-  Add zarafa 6.4.11
-
-*zarafa-7.0.1 (22 Aug 2011)
-
-  22 Aug 2011; Robert Piasek  +zarafa-7.0.1.ebuild:
-  Add zarafa 7.0.1
-
-*zarafa-6.40.10 (26 Jul 2011)
-
-  26 Jul 2011; Robert Piasek  +zarafa-6.40.10.ebuild:
-  Add version 6.40.10
-
-*zarafa-7.0.0 (08 Jul 2011)
-
-  08 Jul 2011; Robert Piasek  +zarafa-7.0.0.ebuild:
-  Add zcp-7.0.0
-
-*zarafa-6.40.9 (20 Jun 2011)
-
-  20 Jun 2011; Robert Piasek  +zarafa-6.40.9.ebuild:
-  Add version 6.40.9
-
-*zarafa-6.40.8 (26 May 2011)
-
-  26 May 2011; Robert Piasek  -zarafa-6.40.2.ebuild,
-  -zarafa-6.40.3.ebuild, -zarafa-6.40.3-r1.ebuild, -zarafa-6.40.4-r1.ebuild,
-  -zarafa-6.40.5-r1.ebuild, +zarafa-6.40.8.ebuild:
-  Add version 6.40.8.
-  Remove older ebuilds
-
-*zarafa-6.40.7 (19 Apr 2011)
-
-  19 Apr 2011; Robert Piasek  +zarafa-6.40.7.ebuild:
-  Add version 6.40.7
-
-*zarafa-6.40.5-r1 (25 Jan 2011)
-
-  25 Jan 2011; Robert Piasek  -zarafa-6.40.5.ebuild,
-  +zarafa-6.40.5-r1.ebuild, +files/zarafa-6.40.5-add-missing-endif.patch,
-  +files/zarafa-6.40.5-fix-missing-installation-file.patch:
-  Fix compilation and installation issues with 6.40.5 release
-
-*zarafa-6.40.5 (25 Jan 2011)
-
-  25 Jan 2011; Robert Piasek  +zarafa-6.40.5.ebuild:
-  Add version 

[gentoo-commits] proj/betagarden:master commit in: media-sound/deadbeef/

2020-12-23 Thread Sebastian Pipping
commit: 4fd0dc0bc603bb401324c6995defbd0745263102
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec 23 21:38:11 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 23 21:38:11 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=4fd0dc0b

media-sound/deadbeef: Drop due to "fdo-mime.eclass not found"

Signed-off-by: Sebastian Pipping  gentoo.org>

 media-sound/deadbeef/ChangeLog|  18 
 media-sound/deadbeef/deadbeef-0.4.3_rc1-r1.ebuild | 115 --
 media-sound/deadbeef/metadata.xml |  28 --
 3 files changed, 161 deletions(-)

diff --git a/media-sound/deadbeef/ChangeLog b/media-sound/deadbeef/ChangeLog
deleted file mode 100644
index d4ddae3..000
--- a/media-sound/deadbeef/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for media-sound/deadbeef
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-
-  08 Jun 2015; Justin Lecher  metadata.xml:
-  media-sound/deadbeef: Updating remote-id in metadata.xml
-
-  13 Oct 2013; Justin Lecher  deadbeef-0.4.3_rc1-r1.ebuild,
-  metadata.xml:
-  QA fixes
-
-  27 Oct 2011; Justin Lecher  metadata.xml:
-  Removed no-herd from herd tag in metadata.xml
-
-*deadbeef-0.4.3_rc1-r1 (28 Oct 2010)
-
-  28 Oct 2010; Sebastian Pipping 
-  +deadbeef-0.4.3_rc1-r1.ebuild:
-  Copy ebuild from xwing overlay, clean up and extend it

diff --git a/media-sound/deadbeef/deadbeef-0.4.3_rc1-r1.ebuild 
b/media-sound/deadbeef/deadbeef-0.4.3_rc1-r1.ebuild
deleted file mode 100644
index 338829e..000
--- a/media-sound/deadbeef/deadbeef-0.4.3_rc1-r1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fdo-mime
-
-MY_P="${P/_rc/-rc}"
-
-DESCRIPTION="foobar2000-like music player."
-HOMEPAGE="http://deadbeef.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-LICENSE="LGPL-2.1 MIT" # TODO incomplete!
-
-# License details:
-# ./md5/ - MIT
-# TODO
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="aac adplug alsa audiooverload cdda cover curl dbus dts
-   dumb ffap ffmpeg flac gme gtk +hotkeys lastfm midi mms mp3
-   musepack nullout oss pulseaudio shellexec shorten sid
-   sndfile +supereq tta vorbis vtx wavpack"
-
-RDEPEND="
-   media-libs/libsamplerate
-   alsa? ( media-libs/alsa-lib )
-   cover? ( net-misc/curl )
-   cdda? ( dev-libs/libcdio media-libs/libcddb )
-   curl? ( net-misc/curl )
-   dbus? ( sys-apps/dbus )
-   ffmpeg? ( media-video/ffmpeg )
-   flac? ( media-libs/flac )
-   gtk? ( x11-libs/gtk+:2 )
-   lastfm? ( net-misc/curl )
-   mms? ( media-libs/libmms )
-   mp3? ( media-libs/libmad )
-   pulseaudio? ( media-sound/pulseaudio )
-   sndfile? ( media-libs/libsndfile )
-   wavpack? ( media-sound/wavpack )
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   # Removing bundle dependencies
-   :
-   # TODO:
-   # plugins/aac: aac? ( media-libs/faad2 )
-   # plugins/adplug: adplug? ( media-libs/adplug )
-   # plugins/ao
-   # plugins/dca: dts? ( media-libs/libdca )
-   # plugins/dump
-   # plugins/gme
-   # plugins/musepack: musepack? ( media-sound/musepack-tools )
-   # plugins/shn: shorten? ( media-sound/shorten )
-   # plugins/sid? ( media-libs/libsidplay )
-   # plugins/supereq
-   # plugins/tta
-   # plugins/vorbis: vorbis? ( media-libs/libvorbis )
-   # plugins/vtx
-   # plugins/wildmidi: midi? ( media-sound/wildmidi )
-}
-
-src_configure() {
-   my_config="
-   --disable-dependency-tracking \
-   $(use_enable aac) \
-   $(use_enable adplug) \
-   $(use_enable alsa) \
-   $(use_enable audiooverload ao) \
-   $(use_enable cdda) \
-   $(use_enable dbus notify) \
-   $(use_enable dts dca) \
-   $(use_enable dumb) \
-   $(use_enable ffap) \
-   $(use_enable ffmpeg) \
-   $(use_enable flac) \
-   $(use_enable gme) \
-   $(use_enable gtk gtkui) \
-   --disable-gtk3 \
-   $(use_enable hotkeys) \
-   $(use_enable lastfm lfm) \
-   $(use_enable mp3 mad) \
-   $(use_enable midi wildmidi) \
-   $(use_enable musepack) \
-   $(use_enable nullout) \
-   $(use_enable oss) \
-   $(use_enable pulseaudio pulse) \
-   $(use_enable shellexec)
-   $(use_enable shorten shn) \
-   $(use_enable sid) \
-   $(use_enable sndfile) \
-   $(use_enable supereq) \
-   $(use_enable tta) \
-   $(use_enable vorbis) \
-   $(use_enable vtx) \
-   $(use_enable wavpack) \
-   "
-
-   if use cover ; 

[gentoo-commits] proj/betagarden:master commit in: media-gfx/draftsight-bin/, media-gfx/draftsight-bin/files/

2020-12-23 Thread Sebastian Pipping
commit: 8a55c41ffbb03c6786f3d18cd9cb7fd38fa26641
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec 23 21:37:30 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 23 21:37:30 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8a55c41f

media-gfx/draftsight-bin: Drop due to "fdo-mime.eclass not found"

Signed-off-by: Sebastian Pipping  gentoo.org>

 media-gfx/draftsight-bin/ChangeLog |   9 -
 .../draftsight-bin-1.3.1_beta.ebuild   | 176 ---
 .../draftsight-bin-1.4.0_beta.ebuild   | 186 -
 .../draftsight-bin-1.5.0_beta.ebuild   | 186 -
 .../draftsight-bin-1.5.1_beta.ebuild   | 186 -
 .../draftsight-bin-1.6.1_beta.ebuild   | 117 -
 media-gfx/draftsight-bin/files/10-ft-rockey.rules  |   1 -
 media-gfx/draftsight-bin/files/draftsight  |   9 -
 media-gfx/draftsight-bin/metadata.xml  |  12 --
 9 files changed, 882 deletions(-)

diff --git a/media-gfx/draftsight-bin/ChangeLog 
b/media-gfx/draftsight-bin/ChangeLog
deleted file mode 100644
index 3e8f5df..000
--- a/media-gfx/draftsight-bin/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for media-gfx/draftsight-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-
-*draftsight-bin-1.5.0_beta (05 Feb 2014)
-
-  05 Feb 2014; Dion Moult  +draftsight-bin-1.5.0_beta.ebuild,
-  files/draftsight:
-  Bumped version to 1.5.0_beta
-

diff --git a/media-gfx/draftsight-bin/draftsight-bin-1.3.1_beta.ebuild 
b/media-gfx/draftsight-bin/draftsight-bin-1.3.1_beta.ebuild
deleted file mode 100644
index 0ab1f8b..000
--- a/media-gfx/draftsight-bin/draftsight-bin-1.3.1_beta.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fdo-mime udev unpacker versionator
-
-DESCRIPTION="Professional 2D CAD application, supporting DWT, DXF and DWG."
-HOMEPAGE="http://www.3ds.com/products/draftsight/free-cad-software/;
-
-MY_PN="draftsight"
-MY_PV="V$(replace_version_separator 1 'R' $(get_version_component_range 
1-$(get_last_version_component_index)))"
-MY_P="${MY_PN}-${MY_PV}"
-## The libaudio requirement is due to ABI_X86 not being stable enough yet.
-## See bug #463942 for the initial reason this was inserted.
-SRC_URI="http://dl-ak.solidworks.com/nonsecure/draftsight/${MY_PV}/${MY_PN}.deb
 -> ${P}.deb
-amd64? ( http://dev.gentoo.org/~moult/draftsight/libaudio.tar.gz )"
-
-
-LICENSE="${MY_PN}"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-S="${WORKDIR}"
-
-QA_PRESTRIPPED="opt/dassault-systemes/${MY_PN}/bin/DWGConverter
-   amd64? ( opt/dassault-systemes/${MY_PN}/lib/libaudio.so.2 )"
-QA_TEXTRELS="opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1"
-QA_EXECSTACK="opt/dassault-systemes/${MY_PN}/bin/FxCrashRptApp
-opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1"
-
-DEPEND=""
-RDEPEND="amd64? (
-   app-emulation/emul-linux-x86-baselibs
-   app-emulation/emul-linux-x86-opengl
-   app-emulation/emul-linux-x86-qtlibs
-   app-emulation/emul-linux-x86-soundlibs
-   app-emulation/emul-linux-x86-xlibs
-   )
-   !amd64? (
-   sys-libs/zlib
-   net-print/cups
-   dev-libs/expat
-   dev-libs/glib:2
-   media-libs/glu
-   media-libs/phonon
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
-   dev-qt/qtsql:4
-   dev-qt/qtwebkit:4
-   dev-qt/qtsvg:4
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXt
-   media-libs/nas
-   )"
-
-src_install() {
-   cp -R "${WORKDIR}/opt" "${D}"
-   exeinto /usr/bin
-   doexe "${FILESDIR}/${MY_PN}"
-
-   if use amd64 ; then
-   insinto /opt/dassault-systemes/${MY_PN}/lib/
-   doins libaudio.so.2
-   fi
-}
-
-pkg_postinst() {
-   elog "To use DraftSight as your default viewer for DWG, DXF, and DWT"
-   elog "Please run the following commands respectively as your normal 
user:"
-   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dwg\""
-   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dxf\""
-   elog "xdg-mime default \"dassault-systemes\"_\"draftsight.desktop\" 
\"application/vnd.dassault-systemes.draftsight-dwt\""
-
-   local ICON_SIZES="16 32 

[gentoo-commits] proj/betagarden:master commit in: app-backup/deja-dup/

2020-12-23 Thread Sebastian Pipping
commit: a4dedd8c67760b90f5928c92646cfa861727498a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Dec 23 21:27:43 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 23 21:27:43 2020 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=a4dedd8c

app-backup/deja-dup: Drop due to "bzr.eclass not found"

Signed-off-by: Sebastian Pipping  gentoo.org>

 app-backup/deja-dup/ChangeLog| 115 ---
 app-backup/deja-dup/deja-dup-.ebuild |  68 --
 app-backup/deja-dup/metadata.xml |  17 -
 3 files changed, 200 deletions(-)

diff --git a/app-backup/deja-dup/ChangeLog b/app-backup/deja-dup/ChangeLog
deleted file mode 100644
index e465162..000
--- a/app-backup/deja-dup/ChangeLog
+++ /dev/null
@@ -1,115 +0,0 @@
-# ChangeLog for app-backup/deja-dup
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-
-  08 Jun 2015; Justin Lecher  metadata.xml:
-  app-backup/deja-dup: Updating remote-id in metadata.xml
-
-*deja-dup- (28 Oct 2012)
-
-  28 Oct 2012; Justin Lecher  +deja-dup-.ebuild,
-  +metadata.xml:
-  ADd live version
-
-  03 Oct 2012; Pawel Hajdan jr  deja-dup-23.2.ebuild:
-  x86 stable wrt bug #427544
-
-*deja-dup-23.4 (30 Jul 2012)
-
-  30 Jul 2012; Justin Lecher  +deja-dup-23.4.ebuild:
-  Version Bump
-
-*deja-dup-23.2 (09 Jul 2012)
-
-  09 Jul 2012; Justin Lecher  +deja-dup-23.2.ebuild,
-  +files/deja-dup-23.2-add-missing-include.patch:
-  Version Bump
-
-  08 Jun 2012; Justin Lecher  -deja-dup-22.0.ebuild:
-  Cleaned old
-
-  08 Jun 2012; Pawel Hajdan jr  deja-dup-22.1.ebuild:
-  x86 stable wrt bug #418511
-
-  04 Jun 2012; Agostino Sarubbo  deja-dup-22.1.ebuild:
-  Stable for amd64, wrt bug #418511
-
-  05 May 2012; Justin Lecher  deja-dup-22.0.ebuild,
-  deja-dup-22.1.ebuild:
-  Drop unneeded eclasses
-
-  05 May 2012; Justin Lecher  -deja-dup-18.1.1.ebuild,
-  -deja-dup-21.2.ebuild, -deja-dup-21.2-r1.ebuild,
-  -files/deja-dup-21.2-linguas.patch, -files/deja-dup-21.2-prll.patch,
-  -files/deja-dup-21.2-test.patch, deja-dup-22.0.ebuild, deja-dup-22.1.ebuild:
-  Cleaned old and unused code
-
-  03 May 2012; Jeff Horelick  deja-dup-18.1.1.ebuild,
-  deja-dup-21.2.ebuild, deja-dup-21.2-r1.ebuild, deja-dup-22.0.ebuild,
-  deja-dup-22.1.ebuild:
-  dev-util/pkgconfig -> virtual/pkgconfig
-
-  29 Apr 2012; Markus Meier  deja-dup-22.0.ebuild:
-  x86 stable, bug #410611
-
-*deja-dup-22.1 (23 Apr 2012)
-
-  23 Apr 2012; Justin Lecher  +deja-dup-22.1.ebuild:
-  Version Bump
-
-  18 Apr 2012; Agostino Sarubbo  deja-dup-22.0.ebuild:
-  Stable for amd64, wrt bug #410611
-
-  03 Apr 2012; Justin Lecher  deja-dup-22.0.ebuild:
-  Restrict broken test suite, doesn't handle duplicity return codes correct,
-  upstream informed
-
-  23 Mar 2012; Justin Lecher  deja-dup-22.0.ebuild:
-  Drop libunique dep again, #407645
-
-*deja-dup-22.0 (22 Mar 2012)
-
-  22 Mar 2012; Justin Lecher  +deja-dup-22.0.ebuild:
-  Version Bump
-
-  10 Mar 2012; Justin Lecher  deja-dup-21.2.ebuild,
-  deja-dup-21.2-r1.ebuild:
-  Drop DEP in linunique, thanks Andreas Proschofsky spotting this, #407645
-
-  11 Feb 2012; Alexandre Rostovtsev 
-  deja-dup-21.2-r1.ebuild:
-  Undo accidentally added dependency on nautilus-3.
-
-*deja-dup-21.2-r1 (11 Feb 2012)
-
-  11 Feb 2012; Alexandre Rostovtsev 
-  +deja-dup-21.2-r1.ebuild, +files/deja-dup-21.2-linguas.patch:
-  Add patch to respect LINGUAS (bug #402677, thanks to Piotr Szymaniak for
-  reporting); with this patch, the nls USE flag no longer needed. Do not
-  install static libraries and .la files.
-
-  29 Jan 2012; Justin Lecher  deja-dup-21.2.ebuild:
-  Correct gtk dependency, #401045
-
-  04 Jan 2012; Justin Lecher  deja-dup-21.2.ebuild:
-  Adding missing DEPEND on app-text/yelp-tools, #
-
-*deja-dup-21.2 (20 Dec 2011)
-
-  20 Dec 2011; Justin Lecher  +deja-dup-21.2.ebuild,
-  +files/deja-dup-21.2-prll.patch, +files/deja-dup-21.2-test.patch:
-  Version Bump, #371877
-
-  29 Jun 2011; Justin Lecher  deja-dup-18.1.1.ebuild,
-  metadata.xml:
-  Added missing build dependency on dev-perl/Locale-gettext, #373497
-
-  02 May 2011; Nirbheek Chauhan 
-  deja-dup-18.1.1.ebuild:
-  Various ebuild fixes
-
-*deja-dup-18.1.1 (22 Apr 2011)
-
-  22 Apr 2011; Justin Lecher  +deja-dup-18.1.1.ebuild,
-  +metadata.xml:
-  New addition, thanks Alexander van der Mey, Yoan Blanc, Manuel Wiesinger,
-  Helmut Eberharter writting the initial ebuilds, #259744

diff --git a/app-backup/deja-dup/deja-dup-.ebuild 
b/app-backup/deja-dup/deja-dup-.ebuild
deleted file mode 100644
index 8776ae0..000
--- a/app-backup/deja-dup/deja-dup-.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-GNOME2_LA_PUNT="yes"
-
-inherit autotools bzr eutils gnome2
-
-DESCRIPTION="Simple backup tool using duplicity back-end"
-HOMEPAGE="https://launchpad.net/deja-dup/;
-SRC_URI=""

[gentoo-commits] repo/gentoo:master commit in: app-misc/tracker-miners/, app-misc/tracker-miners/files/

2020-12-23 Thread Mart Raudsepp
commit: 15071bf1c50b95c626054e03422def09d4580ac6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 23 21:38:04 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 23 21:38:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15071bf1

app-misc/tracker-miners: bump to 2.3.5 for glib-2.66 compat

* glib-2.66 started using statx syscall for some operations that
  tracker-miners uses, causing SIGSYS aborts on ~arch systems. This
  version allows statx in tracker-miners sandbox, but also makes it
  not autostart in the first place, therefore:
* Keep autostart as we don't have tracker-3 yet (and grab a patch to
  have the build work better with it enabled). When we add tracker-3,
  we need to revbump tracker-miners to disable autostart and drop the
  tracker-miners-3 blocker
* Prepare app-misc/tracker dep atom for upcoming parallel-installable
  tracker-3

Closes: https://bugs.gentoo.org/754315
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/tracker-miners/Manifest   |   1 +
 .../files/2.3.5-fix-autostart-build.patch  |  80 ++
 .../tracker-miners/tracker-miners-2.3.5.ebuild | 162 +
 3 files changed, 243 insertions(+)

diff --git a/app-misc/tracker-miners/Manifest b/app-misc/tracker-miners/Manifest
index 3c7d6656ac9..cb04f715094 100644
--- a/app-misc/tracker-miners/Manifest
+++ b/app-misc/tracker-miners/Manifest
@@ -1,2 +1,3 @@
 DIST tracker-miners-2.3.3.tar.xz 3144712 BLAKE2B 
a5789cce89dedd7cf35548b730acc80eb9b8bcbc8338c4ee55b07c97af4b9fbadc46bf0fdc552a3384e995d71aca0defe2d57dc21d99f775dee6f33f69e0aa9b
 SHA512 
1e845aaa5412125df84298a05f29888b3872c0f4d9251f026dd51846831fcd4aa0c6965c85752d7b6ed6548268d21f0fd2a8427c922a5dc0afcd294286c607e2
 DIST tracker-miners-2.3.4.tar.xz 3128484 BLAKE2B 
f52c46123c95252f8f16df824ff7498a8f44698cea13fa78653d7733590bef0a502139fea686b4fd9012f7569a6f946e1dbf8e053a16c474230c733d37103a3f
 SHA512 
cefa6c3151b5caeb197a4ae4dbe24fa2674e807bf66a9cc72227b60ee295171b52c2edb35236a3fbf9d8803678f55f8b990864a7a3a32bf362b0739d03ba
+DIST tracker-miners-2.3.5.tar.xz 3128428 BLAKE2B 
a45c642fb03433a6cf12d0904a82498aa6645f97ac70b1cfe04cc3b739b33b5d3fe307cd96f45a5a4af8927f029b4eade60195d2f72c1a684aa26ee723025d8a
 SHA512 
13da1106bc1bc8a550093c4d1bf4336a205f636e0487dc9d42cee9ce2666eca73ead479fd04f03ccf15acb4e3b27a1c898860f63bdfa69ca74b02aa041731fa9

diff --git a/app-misc/tracker-miners/files/2.3.5-fix-autostart-build.patch 
b/app-misc/tracker-miners/files/2.3.5-fix-autostart-build.patch
new file mode 100644
index 000..85f201bcf05
--- /dev/null
+++ b/app-misc/tracker-miners/files/2.3.5-fix-autostart-build.patch
@@ -0,0 +1,80 @@
+From e7b6d5f8b7541a4693c61be5d210fad85a5c9d06 Mon Sep 17 00:00:00 2001
+From: Carlos Garnacho 
+Date: Sat, 12 Sep 2020 13:37:11 +0200
+Subject: [PATCH] build: Fix -Dautostart=true
+
+Meson doesn't seem to like that we use install_data() with custom target
+results. Make this option toggle the "install" keyword argument in the
+custom target itself.
+---
+ src/miners/fs/meson.build   | 10 +++---
+ src/miners/rss/meson.build  | 10 +++---
+ src/tracker-extract/meson.build | 10 +++---
+ 3 files changed, 9 insertions(+), 21 deletions(-)
+
+diff --git a/src/miners/fs/meson.build b/src/miners/fs/meson.build
+index a770516c9..5a23bd06c 100644
+--- a/src/miners/fs/meson.build
 b/src/miners/fs/meson.build
+@@ -54,13 +54,9 @@ desktop_file_untranslated = configure_file(
+ desktop_file = custom_target('tracker-miner-fs-desktop-file',
+ input: desktop_file_untranslated,
+ output: 'tracker-miner-fs.desktop',
+-command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', 
join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'])
+-
+-if get_option('autostart')
+-  install_data(desktop_file,
+-  install: true,
+-  install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
+-endif
++command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', 
join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'],
++install: get_option('autostart'),
++install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
+ 
+ if install_systemd_user_services
+   configure_file(
+diff --git a/src/miners/rss/meson.build b/src/miners/rss/meson.build
+index f540befe2..0bf0bb765 100644
+--- a/src/miners/rss/meson.build
 b/src/miners/rss/meson.build
+@@ -31,13 +31,9 @@ desktop_file_untranslated = configure_file(
+ desktop_file = custom_target('tracker-miner-rss-desktop-file',
+ input: desktop_file_untranslated,
+ output: 'tracker-miner-rss.desktop',
+-command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', 
join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'])
+-
+-if get_option('autostart')
+-  install_data(desktop_file,
+-  install: true,
+-  install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2020-12-23 Thread Andreas Sturmlechner
commit: 4aad45800cd19d30050ebc9eb5c39fe94ca4436c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 23 21:16:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 23 21:32:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aad4580

kde-frameworks/kio: Crash fix

Upstream commit 9dc9e26b9196111eeacb5609b36957f74f5a14c4

See also: https://mail.kde.org/pipermail/distributions/2020-December/000913.html
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=430374
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kio/files/kio-5.77.0-crashfix.patch | 29 +++
 kde-frameworks/kio/kio-5.77.0-r1.ebuild| 96 ++
 2 files changed, 125 insertions(+)

diff --git a/kde-frameworks/kio/files/kio-5.77.0-crashfix.patch 
b/kde-frameworks/kio/files/kio-5.77.0-crashfix.patch
new file mode 100644
index 000..d24a0d976c0
--- /dev/null
+++ b/kde-frameworks/kio/files/kio-5.77.0-crashfix.patch
@@ -0,0 +1,29 @@
+From 9dc9e26b9196111eeacb5609b36957f74f5a14c4 Mon Sep 17 00:00:00 2001
+From: Ismael Asensio 
+Date: Tue, 22 Dec 2020 22:23:17 +0100
+Subject: [PATCH] RenameDialog: Add missing nullptr initialization
+
+It fixes a crash when pressing `Apply to All` in those cases where
+the action was not present, as the code checks for nullptr
+
+BUG: 430374
+FIXED-IN: 5.78
+---
+ src/widgets/renamedialog.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/widgets/renamedialog.cpp b/src/widgets/renamedialog.cpp
+index ac1d91d2..c3e04753 100644
+--- a/src/widgets/renamedialog.cpp
 b/src/widgets/renamedialog.cpp
+@@ -161,6 +161,7 @@ public:
+ bCancel = nullptr;
+ bRename = bSkip = nullptr;
+ bOverwrite = nullptr;
++bOverwriteWhenOlder = nullptr;
+ bResume = bSuggestNewName = nullptr;
+ bApplyAll = nullptr;
+ m_pLineEdit = nullptr;
+-- 
+GitLab
+

diff --git a/kde-frameworks/kio/kio-5.77.0-r1.ebuild 
b/kde-frameworks/kio/kio-5.77.0-r1.ebuild
new file mode 100644
index 000..5089ee6dac2
--- /dev/null
+++ b/kde-frameworks/kio/kio-5.77.0-r1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org xdg-utils
+
+DESCRIPTION="Framework providing transparent file and data management"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="acl +handbook kerberos +kwallet X"
+
+RDEPEND="
+   dev-libs/libxml2
+   dev-libs/libxslt
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kauth-${PVCUT}*:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kbookmarks-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/solid-${PVCUT}*:5
+   acl? (
+   sys-apps/attr
+   virtual/acl
+   )
+   handbook? ( =kde-frameworks/kdoctools-${PVCUT}*:5 )
+   kerberos? ( virtual/krb5 )
+   kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 )
+   X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   test? ( sys-libs/zlib )
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libX11
+   x11-libs/libXrender
+   )
+"
+PDEPEND="
+   >=kde-frameworks/kded-${PVCUT}:5
+"
+
+# tests hang
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${P}-crashfix.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package acl ACL)
+   $(cmake_use_find_package handbook KF5DocTools)
+   $(cmake_use_find_package kerberos GSSAPI)
+   $(cmake_use_find_package kwallet KF5Wallet)
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+   

[gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/files/, kde-apps/dolphin/

2020-12-23 Thread Andreas Sturmlechner
commit: ee0c9b5bb373695466c06a621be10a7a13eed2d5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 23 21:11:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 23 21:32:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0c9b5b

kde-apps/dolphin: Crash fix

Upstream commit c95d7fae79a309ed7f2df393fa20257cb20d54a8

See also: https://mail.kde.org/pipermail/distributions/2020-December/000913.html
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=429628
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=430434
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/dolphin/dolphin-20.12.0-r1.ebuild | 99 ++
 .../dolphin/files/dolphin-20.12.0-crashfix.patch   | 27 ++
 2 files changed, 126 insertions(+)

diff --git a/kde-apps/dolphin/dolphin-20.12.0-r1.ebuild 
b/kde-apps/dolphin/dolphin-20.12.0-r1.ebuild
new file mode 100644
index 000..ffeb5b378fe
--- /dev/null
+++ b/kde-apps/dolphin/dolphin-20.12.0-r1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.75.0
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Plasma filemanager focusing on usability"
+HOMEPAGE="https://apps.kde.org/en/dolphin https://userbase.kde.org/Dolphin;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="activities semantic-desktop telemetry"
+
+DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kbookmarks-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kinit-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   >=media-libs/phonon-4.11.0
+   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+   semantic-desktop? (
+   >=kde-apps/baloo-widgets-${PVCUT}:5
+   >=kde-frameworks/baloo-${KFMIN}:5
+   >=kde-frameworks/kfilemetadata-${KFMIN}:5
+   )
+   telemetry? ( dev-libs/kuserfeedback:5 )
+"
+RDEPEND="${DEPEND}
+   >=kde-apps/kio-extras-${PVCUT}:5
+"
+
+PATCHES=( "${FILESDIR}/${P}-crashfix.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON
+   $(cmake_use_find_package activities KF5Activities)
+   $(cmake_use_find_package semantic-desktop KF5Baloo)
+   $(cmake_use_find_package semantic-desktop KF5BalooWidgets)
+   $(cmake_use_find_package semantic-desktop KF5FileMetaData)
+   $(cmake_use_find_package telemetry KUserFeedback)
+   )
+   ecm_src_configure
+}
+
+src_test() {
+   local myctestargs=(
+   # servicemenuinstaller requires ruby, no thanks
+   # dolphinmainwindowtest, kitemlistcontrollertest, 
kfileitemlistviewtest, kfileitemmodeltest hang forever
+   # placesitemmodeltest requires DBus
+   -E 
"(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)"
+   )
+   ecm_src_test
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "Optional dependencies:"
+   optfeature "compress/extract and other actions" 
kde-apps/ark:${SLOT}
+   optfeature "crypto actions" kde-apps/kleopatra:${SLOT}
+   optfeature "video file thumbnails" kde-apps/ffmpegthumbs:${SLOT}
+   optfeature "graphics file thumbnails" 
kde-apps/thumbnailers:${SLOT}
+   optfeature "'Share' context menu actions" 
kde-frameworks/purpose:${SLOT}
+   fi
+   ecm_pkg_postinst
+}

diff --git a/kde-apps/dolphin/files/dolphin-20.12.0-crashfix.patch 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/

2020-12-23 Thread Andreas Sturmlechner
commit: 675ef2c69ef5dede58b04d7fa16f972ca84f3652
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 23 21:18:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 23 21:32:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675ef2c6

kde-frameworks/kio: Drop 5.77.0 (r0)

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

 kde-frameworks/kio/kio-5.77.0.ebuild | 94 
 1 file changed, 94 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.77.0.ebuild 
b/kde-frameworks/kio/kio-5.77.0.ebuild
deleted file mode 100644
index ce4e2aa906b..000
--- a/kde-frameworks/kio/kio-5.77.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org xdg-utils
-
-DESCRIPTION="Framework providing transparent file and data management"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="acl +handbook kerberos +kwallet X"
-
-RDEPEND="
-   dev-libs/libxml2
-   dev-libs/libxslt
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kauth-${PVCUT}*:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kbookmarks-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   acl? (
-   sys-apps/attr
-   virtual/acl
-   )
-   handbook? ( =kde-frameworks/kdoctools-${PVCUT}*:5 )
-   kerberos? ( virtual/krb5 )
-   kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 )
-   X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   test? ( sys-libs/zlib )
-   X? (
-   x11-base/xorg-proto
-   x11-libs/libX11
-   x11-libs/libXrender
-   )
-"
-PDEPEND="
-   >=kde-frameworks/kded-${PVCUT}:5
-"
-
-# tests hang
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package acl ACL)
-   $(cmake_use_find_package handbook KF5DocTools)
-   $(cmake_use_find_package kerberos GSSAPI)
-   $(cmake_use_find_package kwallet KF5Wallet)
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   ecm_pkg_postrm
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/

2020-12-23 Thread Andreas Sturmlechner
commit: de7a47626c9e8325b6d8f75820427955c8b93f64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 23 21:12:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 23 21:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7a4762

kde-apps/dolphin: Drop 20.12.0 (r0)

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

 kde-apps/dolphin/dolphin-20.12.0.ebuild | 97 -
 1 file changed, 97 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-20.12.0.ebuild 
b/kde-apps/dolphin/dolphin-20.12.0.ebuild
deleted file mode 100644
index 40cafe986d8..000
--- a/kde-apps/dolphin/dolphin-20.12.0.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.75.0
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Plasma filemanager focusing on usability"
-HOMEPAGE="https://apps.kde.org/en/dolphin https://userbase.kde.org/Dolphin;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="activities semantic-desktop telemetry"
-
-DEPEND="
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=media-libs/phonon-4.11.0
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   semantic-desktop? (
-   >=kde-apps/baloo-widgets-${PVCUT}:5
-   >=kde-frameworks/baloo-${KFMIN}:5
-   >=kde-frameworks/kfilemetadata-${KFMIN}:5
-   )
-   telemetry? ( dev-libs/kuserfeedback:5 )
-"
-RDEPEND="${DEPEND}
-   >=kde-apps/kio-extras-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON
-   $(cmake_use_find_package activities KF5Activities)
-   $(cmake_use_find_package semantic-desktop KF5Baloo)
-   $(cmake_use_find_package semantic-desktop KF5BalooWidgets)
-   $(cmake_use_find_package semantic-desktop KF5FileMetaData)
-   $(cmake_use_find_package telemetry KUserFeedback)
-   )
-   ecm_src_configure
-}
-
-src_test() {
-   local myctestargs=(
-   # servicemenuinstaller requires ruby, no thanks
-   # dolphinmainwindowtest, kitemlistcontrollertest, 
kfileitemlistviewtest, kfileitemmodeltest hang forever
-   # placesitemmodeltest requires DBus
-   -E 
"(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)"
-   )
-   ecm_src_test
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   elog "Optional dependencies:"
-   optfeature "compress/extract and other actions" 
kde-apps/ark:${SLOT}
-   optfeature "crypto actions" kde-apps/kleopatra:${SLOT}
-   optfeature "video file thumbnails" kde-apps/ffmpegthumbs:${SLOT}
-   optfeature "graphics file thumbnails" 
kde-apps/thumbnailers:${SLOT}
-   optfeature "'Share' context menu actions" 
kde-frameworks/purpose:${SLOT}
-   fi
-   ecm_pkg_postinst
-}



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

2020-12-23 Thread Marek Szuba
commit: d5c5f8698c11a73a5685fc3e11a3098bec854423
Author: Jaco Kroon  uls  co  za>
AuthorDate: Tue Nov 24 08:30:30 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 21:31:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c5f869

net-misc/asterisk: version 13.38.1 (sec update)

Bug: https://bugs.gentoo.org/753269
Bug: https://bugs.gentoo.org/761313
Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index adc58d9c8c9..184ba919124 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -2,6 +2,7 @@ DIST asterisk-13.34.0.tar.gz 33686020 BLAKE2B 
48de77f2e29028ab3503ea30038e629b6e
 DIST asterisk-13.35.0.tar.gz 33685340 BLAKE2B 
728281257541977ac150b1b7d6148fd326c584f7827af46882ff3e3af111d876c3e53f92f1034c55875d730e5b92c379b8906198393b7a4227a5bb74818ab27c
 SHA512 
7596f387d45ef9f0327d78bc0446979e233aba517bbedfb539409cc507e2dac15e3b32d5c8a5e69783d106d4244661cb20b0580ed00904699bc5bf5db7b4713a
 DIST asterisk-13.36.0.tar.gz 33692378 BLAKE2B 
7252e7a103d94bbdd4073563f88ec2952ef88856cb5a98f7a07818a993c1064ca4ffb12202f2c297125d7bc3fd3814c9921a87c179db03dede05162844bebbd1
 SHA512 
276175e6df1c8a2e642c4607aa32515e7c4fffe50f7db89bbfee8850b286579350a074bb8bbe743b3e95d6ce2d92f8d5444053fe52527071cc884356b57a1efc
 DIST asterisk-13.37.0.tar.gz 33696267 BLAKE2B 
806e48fd2ed497becef87e5a349854e377aaaeb5f749e4c8ce957b585256edcc3c1812f199f793eecc829155baf12336f4971d2664e836ad38248139f5fc719f
 SHA512 
f01ebc3a0b4d598f35f26e60aa6fdc03ab5d4ee28547ec048c2af9ab67f2657a5767484bf7d07d8fbcb1e84ce6865f4fe70772f30a5dc45568669ffeb7387b8e
+DIST asterisk-13.38.1.tar.gz 33705256 BLAKE2B 
c783ee40880455cee5a60b111f69d95fdc42bd42a598834236ed0f2f401548229560e937fa8d842c5d24715d3891e7860f098d35d5630522e7a659123242
 SHA512 
270b7c8374104b3c2e503fa5cab5b465e37ddfa6759c1019fb99b6bb5877fe4505501ac3306a708ce911aeda36d04796f51156312c04fec013dbaa56a57f
 DIST asterisk-16.12.0.tar.gz 27727347 BLAKE2B 
3e2e986136e5ff19a876f01fdc6db1b6c22f83bf38f8524a418e474e2400375d8091dd215fb54f5b01f998cecf46d6965a0c35a44dc6f3be7f7a811e2ce70b8c
 SHA512 
1fc41b92d070efd4a7ea5db1a36c83bdb6dbbe7d9b5087b0a887ba3d6875e81ba1b71a79b216138b242f0349a176baf6745480ff6fb7ed47c62dda4b09b6a891
 DIST asterisk-16.13.0.tar.gz 27735450 BLAKE2B 
64cc75c7aa715734ebaf06fe7b3df54cfa309fc6126b45abfc21cc22c2c4e795946be473ce2887dc074124f9da6c8937d1bb4207fecf402eed7803ed063faa80
 SHA512 
872c5a5cb8faf9b1632895dafb6ee86c87e1766c9f33099b32216e6703f063800f87cac6db3537d1744349c42abd3ea83d70afe35138e45fb756872688822dfa
 DIST asterisk-16.14.0.tar.gz 27740877 BLAKE2B 
f8a09d39c36c1cdcc17878f1af69da7691503290177583ec1a92ac0471c029e527a3b62bd731a7340c43fb7abeca32b604303f0739e614c5a1edb0131f07e0fd
 SHA512 
699b0c701a00df0ffcb7094f5cc732b645775deb85486e044685685b81aad09e6b2e9558436e80c505de93add630b76cf49d7261ba8eaae46f93272844346234

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

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

2020-12-23 Thread Marek Szuba
commit: 5c72a429894d5f22ef66142d286394fd52b29539
Author: Jaco Kroon  uls  co  za>
AuthorDate: Wed Dec 23 10:58:56 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 21:31:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c72a429

net-misc/asterisk: Remove asterisk-11 and related ebuilds.

This has now been moved to a private overlay.  If you still need this.
You're out of luck.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/asterisk-g729/Manifest|   2 -
 .../asterisk-g729/asterisk-g729-11.0.3.1.9.ebuild  |  89 --
 net-misc/asterisk/Manifest |   2 -
 net-misc/asterisk/asterisk-11.25.3-r1.ebuild   | 313 -
 net-misc/asterisk/metadata.xml |   1 -
 profiles/package.mask  |   7 -
 6 files changed, 414 deletions(-)

diff --git a/net-misc/asterisk-g729/Manifest b/net-misc/asterisk-g729/Manifest
index e675b5caa0a..b110e50433c 100644
--- a/net-misc/asterisk-g729/Manifest
+++ b/net-misc/asterisk-g729/Manifest
@@ -2,8 +2,6 @@ DIST asthostid-x86_32 1678360 BLAKE2B 
0caa098d9891cad9301bbc074d8ef8e0229ef3432c
 DIST asthostid-x86_64 1806296 BLAKE2B 
cd2e08ee760374f781d79a952679dc7d54f83dbd3f9a63dfe8fe4f36ea74c19c4a0486d459a5cb9087700dd6e147bc701489e38ecefe585a4473147a5886
 SHA512 
be7d7b63259d5c4f15e6b3a55b283030bfc3f4ccf59c58848a9803838f7aa2ff470353a4d78d289bdcd40213c0cc81fad31e2bfad690fcaf111ea5cabae5adfd
 DIST astregister-x86_32 2103608 BLAKE2B 
7fdf1c196152612cd28cfe7bf832dedb625b392f5e919480b1fb792327474d6ad91abaf4938ca8b230a1226bef62652e16f8d8ac1d0dad338fe308b3582c72e8
 SHA512 
3c3c4b8a32143d1aaaec6ec6b308335f59cf5381f844412e4e484aedc91bff2601778c28e99628fff828c81d2ec05b4de7c8c1cdddeea3ec37f5331beff47a2c
 DIST astregister-x86_64 2193440 BLAKE2B 
9c9ac2343f5d7291251b9ceaa00fc4f8e4c39673e8d4854f8743beee5c86bbbc14c802c34ff26aa8412f1219113edeab7cb3b7adb94086c2f63724095d9f1fc5
 SHA512 
9302a7ead6bedd6683bcd0da92b7a7ca54fdb975784ef1783aa99f2bb26424dbb77b4c0fa6b809ae6e6ad839807feb055bee5c03a38292737412aa1c3d7df4e4
-DIST codec_g729a-11.0_3.1.9-x86_32.tar.gz 411132 BLAKE2B 
6325763e27c25ab101ec825f08e8ba86a1b42dac1e75e792dfd1467a03909523097a6cb5c92233e391b293069e7bed7d23cd955329653d0730f529a6b5a1495f
 SHA512 
3426e0ce15cba5866c1ef8f3c692237f6910ebde5740cacdf27e04f110caf7f289834eb8dc793dd4fa50ec17854a2ebad19764d9c485221e0237ac207ccff991
-DIST codec_g729a-11.0_3.1.9-x86_64.tar.gz 478377 BLAKE2B 
409cdd436b0cf11c8d68372b1b22f29ed6e2d9f01d77ca8494415c29e89e88472c126461e9d124661dbd4ef26725301cbc3bb859884ae02592ad583a37608896
 SHA512 
f97972e4afac2897162cfce7c49423a36d313801246238e3923993e04a2add020028a509c11cb1f4f39ec612c4243007fe564438cf82e1c71543a44bf0bbd2c8
 DIST codec_g729a-13.0_3.1.9-x86_32.tar.gz 411156 BLAKE2B 
179c77d32d1f8ac3314813a1d2ce51cee1cb7b9c1b9f5e8e78c4ed1169c0719f893c55c4fe890fb657196a37c5a4779164924a8696817ba7bbe6f17146286b82
 SHA512 
9b064b3db3c40f900b88937efde1605dfb67316d92adc3774b4e3322e9bc5042e6670a2d385b6487a8980620eb92c8564b4fd3535810bab117f53b2762e8ca68
 DIST codec_g729a-13.0_3.1.9-x86_64.tar.gz 478364 BLAKE2B 
49136479e1bd139fcb22130868575d5be7d6784081307679cfeee16951f6a303b5328a62c23a0ade506f2df0527b275bd198560dacd59ba5b9ba237095622778
 SHA512 
5fa2dca977ca1dcbf3019fc86c3edc91fd561c814bfa9a5202680b7a581f03faa1705a4392a70409f9cd30a4379691b609f0f572030972cbe432cad435314951
 DIST codec_g729a-16.0_3.1.9-x86_32.tar.gz 476772 BLAKE2B 
e1a7b8baefc551f16618fded2663acfb825a7eab7ca844792e6179bac5b9ac2e0f4c387e3b2861347c6deb5db13f41ecd265c2261dbb65756890d976f4f7
 SHA512 
cddf46f369b0922a5569961688fcd4fb840bcce3a5573549d8a3a3e6150e20cd7c18e32ea07edc10150dd409763504ab50fad5d884fb33a49d624e4ebe0afd10

diff --git a/net-misc/asterisk-g729/asterisk-g729-11.0.3.1.9.ebuild 
b/net-misc/asterisk-g729/asterisk-g729-11.0.3.1.9.ebuild
deleted file mode 100644
index 55994b2777f..000
--- a/net-misc/asterisk-g729/asterisk-g729-11.0.3.1.9.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit versionator multilib
-
-DESCRIPTION="G.729 codec and supporting files for asterisk"
-HOMEPAGE="http://store.digium.com/productview.php?product_code=G729CODEC;
-
-BENCH_PV=1.0.8
-
-AST_PV=11.0
-MY_PV=$(replace_version_separator 2 _)
-
-SRC_URI="x86? (
-   
http://downloads.digium.com/pub/telephony/codec_g729/asterisk-${AST_PV}/x86-32/codec_g729a-${MY_PV}-x86_32.tar.gz
-   http://downloads.digium.com/pub/register/x86-32/register -> 
astregister-x86_32
-   http://downloads.digium.com/pub/register/x86-32/asthostid -> 
asthostid-x86_32
-)
-amd64? (
-   
http://downloads.digium.com/pub/telephony/codec_g729/asterisk-${AST_PV}/x86-64/codec_g729a-${MY_PV}-x86_64.tar.gz
-   http://downloads.digium.com/pub/register/x86-64/register -> 
astregister-x86_64
-   

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

2020-12-23 Thread Marek Szuba
commit: d807d52318c0e9363034619a852e6d153b926e78
Author: Jaco Kroon  uls  co  za>
AuthorDate: Tue Nov 24 08:50:07 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 21:31:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d807d523

net-misc/asterisk: 16.15.1 (sec bump)

Bug: https://bugs.gentoo.org/753269
Bug: https://bugs.gentoo.org/761313
Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/asterisk/Manifest|   1 +
 net-misc/asterisk/asterisk-16.15.1.ebuild | 304 ++
 2 files changed, 305 insertions(+)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index 184ba919124..59e0c86d51a 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -6,4 +6,5 @@ DIST asterisk-13.38.1.tar.gz 33705256 BLAKE2B 
c783ee40880455cee5a60b111f69d95fdc
 DIST asterisk-16.12.0.tar.gz 27727347 BLAKE2B 
3e2e986136e5ff19a876f01fdc6db1b6c22f83bf38f8524a418e474e2400375d8091dd215fb54f5b01f998cecf46d6965a0c35a44dc6f3be7f7a811e2ce70b8c
 SHA512 
1fc41b92d070efd4a7ea5db1a36c83bdb6dbbe7d9b5087b0a887ba3d6875e81ba1b71a79b216138b242f0349a176baf6745480ff6fb7ed47c62dda4b09b6a891
 DIST asterisk-16.13.0.tar.gz 27735450 BLAKE2B 
64cc75c7aa715734ebaf06fe7b3df54cfa309fc6126b45abfc21cc22c2c4e795946be473ce2887dc074124f9da6c8937d1bb4207fecf402eed7803ed063faa80
 SHA512 
872c5a5cb8faf9b1632895dafb6ee86c87e1766c9f33099b32216e6703f063800f87cac6db3537d1744349c42abd3ea83d70afe35138e45fb756872688822dfa
 DIST asterisk-16.14.0.tar.gz 27740877 BLAKE2B 
f8a09d39c36c1cdcc17878f1af69da7691503290177583ec1a92ac0471c029e527a3b62bd731a7340c43fb7abeca32b604303f0739e614c5a1edb0131f07e0fd
 SHA512 
699b0c701a00df0ffcb7094f5cc732b645775deb85486e044685685b81aad09e6b2e9558436e80c505de93add630b76cf49d7261ba8eaae46f93272844346234
+DIST asterisk-16.15.1.tar.gz 27796648 BLAKE2B 
4daa0b121a789d0384d81c3b56951bfd7c919cae3de1d7eaa0ba50f01f428c1d56555838f9ce2b3fe24309b131310c59622ed114cd4f76ac7b06896ceb3da6fc
 SHA512 
5ce6e1301825b142859087ba237b2c1b3e0687cac3fac28f35b043727cac26583697534b2726a65510e50ef27cf373b0c4cef60042f789aa6b875448a5f08914
 DIST gentoo-asterisk-patchset-4.08.tar.bz2 2176 BLAKE2B 
7f8c9b5fda855091e66b2534d2be23fb1616f565480459f71f766826e5dcb24899e2ee9eefe74323e892624d32ab954ec7e9be6a002431ff029fc13493ed
 SHA512 
365c1b8628882c48c279e1fd77d982e6d0820ba7d7122e97bb4988f875d7010caa956798c833c3b01d389004fa08a63a9de2c1b452c9e5701c6106e29fd8e9e1

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

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

2020-12-23 Thread Marek Szuba
commit: d491076d98c6f21c6b85128e8bda5a5c23c5e636
Author: Jaco Kroon  uls  co  za>
AuthorDate: Wed Dec 23 12:29:45 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 21:31:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d491076d

net-misc/asterisk: adjust lua mask to specific revision.

This is required so users of 16 branch will be able to install the
updated security version.

Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e965a7da9c3..7c9658bed3c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -519,7 +519,7 @@ kde-apps/kdebase-meta:5
 >=net-irc/hexchat-2.14.3-r100
 >=net-irc/weechat-3.0-r100
 >=net-libs/axtls-2.1.5-r100
->=net-misc/asterisk-16.14.0-r100
+=net-misc/asterisk-16.14.0-r100
 >=net-mail/dovecot-2.3.11.3-r100
 >=net-p2p/eiskaltdcpp-2.2.10-r100
 >=sci-astronomy/celestia-1.7.0_pre20200316-r100



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

2020-12-23 Thread Marek Szuba
commit: a3cafd53b24a1a01b8ef2add7e91896e80c16ca3
Author: Jaco Kroon  uls  co  za>
AuthorDate: Wed Dec 23 19:20:15 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 21:31:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cafd53

net-misc/asterisk: bumps for SLOTed lua and func_lock races.

1.  Alternate patch for LUA, also upstream:
https://gerrit.asterisk.org/c/asterisk/+/15234
2.  Include LOCK(),TRYLOCK and UNLOCK() fixes:
https://gerrit.asterisk.org/c/asterisk/+/15227

Closes: https://github.com/gentoo/gentoo/pull/18410
Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Marek Szuba  gentoo.org>

 ...14.0-r100.ebuild => asterisk-13.38.1-r1.ebuild} |  27 +-
 ...14.0-r100.ebuild => asterisk-16.15.1-r1.ebuild} |   8 +-
 .../asterisk-13.38.1-r1-autoconf-lua-version.patch |  56 
 .../asterisk-13.38.1-r1-func_lock-fix-races.patch  | 291 +
 .../asterisk-16.14.0-autoconf-lua-version.patch|  31 ---
 profiles/package.mask  |   3 +-
 6 files changed, 366 insertions(+), 50 deletions(-)

diff --git a/net-misc/asterisk/asterisk-16.14.0-r100.ebuild 
b/net-misc/asterisk/asterisk-13.38.1-r1.ebuild
similarity index 94%
copy from net-misc/asterisk/asterisk-16.14.0-r100.ebuild
copy to net-misc/asterisk/asterisk-13.38.1-r1.ebuild
index 43d3c3dcdb5..7fd03e6fd84 100644
--- a/net-misc/asterisk/asterisk-16.14.0-r100.ebuild
+++ b/net-misc/asterisk/asterisk-13.38.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-LUA_COMPAT=( lua5-{1..3} )
+LUA_COMPAT=( lua5-{1..4} )
 
 inherit autotools linux-info lua-single systemd
 
@@ -20,7 +20,7 @@ IUSE_VOICEMAIL_STORAGE="
voicemail_storage_odbc
voicemail_storage_imap
 "
-IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libressl lua mysql newt odbc 
oss pjproject portaudio postgres radius selinux snmp span speex srtp +ssl 
static statsd syslog unbound vorbis xmpp"
+IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl 
dahdi debug doc freetds gtalk http iconv ilbc ldap libressl lua mysql newt odbc 
oss pjproject portaudio postgres radius selinux snmp span speex srtp +ssl 
static statsd syslog vorbis xmpp"
 IUSE_EXPAND="VOICEMAIL_STORAGE"
 REQUIRED_USE="gtalk? ( xmpp )
lua? ( ${LUA_REQUIRED_USE} )
@@ -30,18 +30,18 @@ REQUIRED_USE="gtalk? ( xmpp )
 
 PATCHES=(
"${FILESDIR}/${PN}-historic-no-var-run-install.patch"
-   "${FILESDIR}/${PN}-16.14.0-autoconf-lua-version.patch"
+   "${FILESDIR}/${PN}-13.38.1-r1-autoconf-lua-version.patch"
+   "${FILESDIR}/${PN}-13.38.1-r1-func_lock-fix-races.patch"
 )
 
 DEPEND="acct-user/asterisk
acct-group/asterisk
dev-db/sqlite:3
dev-libs/popt
-   >=dev-libs/jansson-2.11
+   dev-libs/jansson
dev-libs/libedit
dev-libs/libxml2:2
dev-libs/libxslt
-   sys-apps/util-linux
sys-libs/ncurses:0=
sys-libs/zlib
alsa? ( media-libs/alsa-lib )
@@ -68,7 +68,7 @@ DEPEND="acct-user/asterisk
mysql? ( dev-db/mysql-connector-c:= )
newt? ( dev-libs/newt )
odbc? ( dev-db/unixODBC )
-   pjproject? ( >=net-libs/pjproject-2.9 )
+   pjproject? ( net-libs/pjproject )
portaudio? ( media-libs/portaudio )
postgres? ( dev-db/postgresql:* )
radius? ( net-dialup/freeradius-client )
@@ -84,7 +84,6 @@ DEPEND="acct-user/asterisk
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
-   unbound? ( net-dns/unbound )
vorbis? (
media-libs/libogg
media-libs/libvorbis
@@ -123,7 +122,7 @@ src_configure() {
local vmst
 
econf \
-   LUA_IMPL="${ELUA}" \
+   LUA_VERSION="${ELUA#lua}" \
--libdir="/usr/$(get_libdir)" \
--localstatedir="/var" \
--with-crypto \
@@ -131,22 +130,20 @@ src_configure() {
--with-popt \
--with-z \
--with-libedit \
-   --without-jansson-bundled \
-   --without-pjproject-bundled \
$(use_with caps cap) \
+   $(use_with lua lua) \
$(use_with http gmime) \
$(use_with newt) \
$(use_with pjproject) \
$(use_with portaudio) \
-   $(use_with ssl) \
-   $(use_with unbound)
+   $(use_with ssl)
 
_menuselect() {
menuselect/menuselect "$@" || die "menuselect $* failed."
}
 
_use_select() {
-   local state=$(use "$1" && echo enable || echo disable)
+   local state=$(usex "$1" enable disable)
shift # remove use from parameters
 
while [[ -n $1 ]]; do
@@ -164,7 +161,7 @@ src_configure() {
sed -i 's/NATIVE_ARCH=/NATIVE_ARCH=0/' 

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

2020-12-23 Thread Tim Harder
commit: 95bcf01828a8d28fc07190c8ebc636d5456cca08
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Dec 23 20:50:15 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Dec 23 20:53:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bcf018

dev-python/pychroot: re-add py36/py37 support

Technically no code in this release requires py38 so provide
backwards-compat for now.

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

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

diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild 
b/dev-python/pychroot/pychroot-0.10.3.ebuild
index 9ec7b332eb8..925ca082a68 100644
--- a/dev-python/pychroot/pychroot-0.10.3.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 if [[ ${PV} == * ]] ; then



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

2020-12-23 Thread Sam James
commit: 9a1dea34051f5db9aa085ed2e504c29e6c3c83d4
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 20:47:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 20:48:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1dea34

profiles/arch/arm64: stable-mask kde-apps/cantor[lua]

This requires dev-lang/luajit which is not yet stable.

Fixes: 0d977a764168bcab41a2a6587d65e41e914c23f1
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/arm64/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index 1535f4fa7aa..21bc94f06cf 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-12-23)
+# Needs stable dev-lang/luajit
+kde-apps/cantor lua
+
 # Sam James  (2020-10-18)
 # Needs dev-tex/hevea which isn't stable yet
 media-gfx/enblend doc



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/ibniz/

2020-12-23 Thread Theo Anderson
commit: c794a4a1011ce5a484720b42ecfe4baef093a13a
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Dec 23 20:41:44 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Dec 23 20:41:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c794a4a1

media-sound/ibniz: fix tc-direct,cflags,pre-strip; depend libsdl[X]

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

 media-sound/ibniz/ibniz-1.18.ebuild | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/media-sound/ibniz/ibniz-1.18.ebuild 
b/media-sound/ibniz/ibniz-1.18.ebuild
index 709c52d2..5c80dc61 100644
--- a/media-sound/ibniz/ibniz-1.18.ebuild
+++ b/media-sound/ibniz/ibniz-1.18.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="virtual machine designed for extremely compact low-level 
audiovisual programs"
 HOMEPAGE="http://pelulamu.net/ibniz/;
 SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz;
@@ -10,11 +12,18 @@ SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz;
 LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="media-libs/libsdl"
+DEPEND="media-libs/libsdl[X]"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   sed -e "s/gcc/$(tc-getCC)/" \
+   -e "s/FLAGS=/FLAGS=${CFLAGS} /" \
+   -e "s/-s //" \
+   -i Makefile
+}
+
 src_install() {
dobin ibniz
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/

2020-12-23 Thread Pacho Ramos
commit: 739e11d646bea38f5d4bf5e7d2e684cb6f01e03e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 23 20:33:37 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 23 20:33:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739e11d6

x11-misc/prime-run: Improve description

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

 x11-misc/prime-run/prime-run-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/prime-run/prime-run-1.0.ebuild 
b/x11-misc/prime-run/prime-run-1.0.ebuild
index 9b2ea5bde5c..087aea49cd3 100644
--- a/x11-misc/prime-run/prime-run-1.0.ebuild
+++ b/x11-misc/prime-run/prime-run-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Wrapper to run app with NVIDIA"
+DESCRIPTION="Run programs on the discrete nVidia video card"
 
HOMEPAGE="https://github.com/archlinux/svntogit-packages/tree/packages/nvidia-prime/trunk
 https://archlinux.org/packages/extra/any/nvidia-prime/;
 
SRC_URI="https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/nvidia-prime/trunk/prime-run
 -> ${P}"
 



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

2020-12-23 Thread Sam James
commit: 93e7c810151b521e346058ef3516e25a8caf4f72
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 20:19:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 20:19:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e7c810

dev-python/pycryptodome: Keyword 3.9.9-r1 ia64, #761235

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

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild
index 3faf63754d5..599e206d87e 100644
--- a/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD-2 Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="



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

2020-12-23 Thread Sam James
commit: bf062a5b7e45f457081627aae6dd162fab206686
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 20:19:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 20:19:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf062a5b

dev-libs/libtomcrypt: Keyword 1.18.2-r1 ia64, #761235

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

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

diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild 
b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild
index be190761920..0717adedc95 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="|| ( WTFPL-2 public-domain )"
 # Helpful site:
 # https://abi-laboratory.pro/index.php?view=timeline=libtomcrypt
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 IUSE="+gmp +libtommath tomsfastmath"
 
 BDEPEND="virtual/pkgconfig"



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

2020-12-23 Thread Sam James
commit: e2be74fd129a34abc4f3b05c46342b42041d0a28
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 20:03:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 20:03:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2be74fd

dev-libs/libtomcrypt: Keyword 1.18.2-r1 ppc64, #761235

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

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

diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild 
b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild
index bc212dc80b8..be190761920 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="|| ( WTFPL-2 public-domain )"
 # Helpful site:
 # https://abi-laboratory.pro/index.php?view=timeline=libtomcrypt
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE="+gmp +libtommath tomsfastmath"
 
 BDEPEND="virtual/pkgconfig"



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

2020-12-23 Thread Sam James
commit: 0e3cee267857f04dd3de585448d577806c5341fa
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 20:03:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 20:03:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3cee26

dev-python/pycryptodome: Keyword 3.9.9-r1 ppc64, #761235

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

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

diff --git a/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild
index 45b1dcaedd7..3faf63754d5 100644
--- a/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.9.9-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD-2 Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="



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

2020-12-23 Thread Sam James
commit: 0d977a764168bcab41a2a6587d65e41e914c23f1
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 19:58:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 19:58:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d977a76

profiles/arch/arm64: unmask luajit

Closes: https://bugs.gentoo.org/747904
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/arm64/package.use.force | 4 
 profiles/arch/arm64/package.use.mask  | 9 -
 profiles/arch/arm64/use.mask  | 7 ---
 profiles/arch/arm64/use.stable.mask   | 6 ++
 4 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/profiles/arch/arm64/package.use.force 
b/profiles/arch/arm64/package.use.force
index cf7a4360ee0..97e4c149897 100644
--- a/profiles/arch/arm64/package.use.force
+++ b/profiles/arch/arm64/package.use.force
@@ -1,10 +1,6 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2020-10-02)
-# luajit not available on this arch.
-dev-libs/efl lua
-
 # Georgy Yakovlev  (2020-06-18)
 # Force host target
 dev-libs/keystone llvm_targets_AArch64

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 0f213e36695..811be3e4f34 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -47,10 +47,6 @@ net-mail/dovecot vpopmail
 # (See 9.3.8 in the Guile manual)
 dev-scheme/guile -jit
 
-# Joonas Niilola  (2020-10-02)
-# luajit not available on this arch.
-dev-libs/efl luajit
-
 # Sam James  (2020-09-05)
 # nvidia-texture-tools not useful here
 media-libs/devil nvtt
@@ -213,11 +209,6 @@ media-video/mpv -sdl
 media-video/transcode -sdl
 >=x11-libs/wxGTK-3 -sdl
 
-# Roy Bamford  (2019-02-24)
-# kde-apps/cantor lua means luajit which needs luajit-2.1.0_beta3 for arm64
-# It builds OK but is not yet in ::gentoo. bug #678404
-kde-apps/cantor lua
-
 # Virgil Dupras  (2018-09-06)
 # sci-electronics/ngspice not yet keyworded, bug #665416
 # sci-libs/opencascade not yet keyworded

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index d284eb52a96..238d22b897c 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -43,13 +43,6 @@ cpu_flags_arm_neon
 appindicator
 ayatana
 
-# Mart Raudsepp  (2019-01-07)
-# Does not work on arm64 until dev-lang/luajit-2.1
-# https://github.com/LuaJIT/LuaJIT/issues/26
-lua_single_target_luajit
-lua_targets_luajit
-luajit
-
 # Michał Górny  (2018-07-09)
 # No OpenCL provider is available on arm64.
 opencl

diff --git a/profiles/arch/arm64/use.stable.mask 
b/profiles/arch/arm64/use.stable.mask
index 7e068d40591..4afbfad4164 100644
--- a/profiles/arch/arm64/use.stable.mask
+++ b/profiles/arch/arm64/use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Sam James  (2020-12-23)
+# dev-lang/luajit is not yet stable
+lua_single_target_luajit
+lua_targets_luajit
+luajit
+
 # Sam James  (2020-10-08)
 # Not enough packages stable w/ PyPy3 support
 python_targets_pypy3



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/

2020-12-23 Thread Sam James
commit: 6376eac381e65e447cfe05c9ef286dd78a9dcd4e
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 20:00:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 20:00:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6376eac3

app-benchmarks/sysbench: Keyword 1.0.20 arm64, #742701

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

 app-benchmarks/sysbench/sysbench-1.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0.20.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.20.ebuild
index 3d882dede76..f65c0c81b8b 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.20.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.20.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/akopytov/sysbench/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+aio attachsql drizzle +largefile mysql postgres test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2020-12-23 Thread Sam James
commit: 3906f2b710e8bb27e839df841ab54eb2cd681af6
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 20:00:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 20:00:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3906f2b7

dev-libs/concurrencykit: Keyword 0.7.0-r1 arm64, #742701

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

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

diff --git a/dev-libs/concurrencykit/concurrencykit-0.7.0-r1.ebuild 
b/dev-libs/concurrencykit/concurrencykit-0.7.0-r1.ebuild
index e3b8d418245..d4d35fa8988 100644
--- a/dev-libs/concurrencykit/concurrencykit-0.7.0-r1.ebuild
+++ b/dev-libs/concurrencykit/concurrencykit-0.7.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 # The 'libck.so' has a name collision.
 # See #616762 for more information.



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2020-12-23 Thread Matt Turner
commit: 994f82722e2549e336593c82bbc8b7a5e39c27c7
Author: David Michael  gmail  com>
AuthorDate: Wed Dec 23 14:27:34 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec 23 19:22:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994f8272

x11-libs/gtk+: update NLS dependencies for EAPI 7

GTK+ can link against libintl, so that needs to be in RDEPEND and
DEPEND.  It calls gettext programs, so that needs to be in BDEPEND.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18781
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/gtk+/gtk+-2.24.32-r1.ebuild |  3 ++-
 x11-libs/gtk+/gtk+-3.24.24-r1.ebuild | 19 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild 
b/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild
index 41109721223..ae8c9dd88fb 100644
--- a/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild
@@ -27,6 +27,7 @@ COMMON_DEPEND="
>=dev-libs/atk-2.10.0[introspection?,${MULTILIB_USEDEP}]
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
>=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
+   virtual/libintl[${MULTILIB_USEDEP}]
>=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}]
>=x11-libs/pango-1.36.3[introspection?,${MULTILIB_USEDEP}]
@@ -49,7 +50,6 @@ COMMON_DEPEND="
)
 "
 DEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.18.3[${MULTILIB_USEDEP}]
!aqua? ( x11-base/xorg-proto )
test? (
media-fonts/font-cursor-misc
@@ -83,6 +83,7 @@ BDEPEND="
dev-libs/libxslt
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.20
+   >=sys-devel/gettext-0.18.3
virtual/pkgconfig
examples? ( x11-libs/gdk-pixbuf )
 "

diff --git a/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild 
b/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild
index 161a79cacb8..a88f574e364 100644
--- a/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild
@@ -30,16 +30,17 @@ COMMON_DEPEND="
>=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
>=dev-libs/glib-2.57.2:2[${MULTILIB_USEDEP}]
media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/harfbuzz-0.9:=
>=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}]
+   virtual/libintl[${MULTILIB_USEDEP}]
>=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
>=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}]
-   >=media-libs/harfbuzz-0.9:=
x11-misc/shared-mime-info
 
cloudprint? (
-   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
>=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}]
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
)
colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] )
@@ -55,21 +56,20 @@ COMMON_DEPEND="
>=app-accessibility/at-spi2-atk-2.15.1[${MULTILIB_USEDEP}]
media-libs/mesa[X(+),${MULTILIB_USEDEP}]
x11-libs/libX11[${MULTILIB_USEDEP}]
-   >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
-   x11-libs/libXext[${MULTILIB_USEDEP}]
-   >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
-   x11-libs/libXcursor[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes[${MULTILIB_USEDEP}]
x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
)
 "
 DEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.19.7[${MULTILIB_USEDEP}]
test? (
-   media-fonts/font-misc-misc
media-fonts/font-cursor-misc
+   media-fonts/font-misc-misc
)
X? ( x11-base/xorg-proto )
 "
@@ -94,6 +94,7 @@ BDEPEND="
>=dev-util/gdbus-codegen-2.48
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.20
+   >=sys-devel/gettext-0.19.7
virtual/pkgconfig
gtk-doc? (
app-text/docbook-xml-dtd:4.3



[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/, sys-apps/man-db/files/

2020-12-23 Thread Mike Gilbert
commit: de6efe6b3e28eea299401244e7b506a6f9c22d51
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec 23 19:13:51 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec 23 19:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6efe6b

sys-apps/man-db: allow clock_gettime64 syscall

Closes: https://bugs.gentoo.org/744712
Signed-off-by: Mike Gilbert  gentoo.org>

 .../files/man-db-2.9.3-clock_gettime64.patch   | 44 ++
 .../{man-db-.ebuild => man-db-2.9.3-r1.ebuild} |  5 ++-
 sys-apps/man-db/man-db-.ebuild |  4 +-
 3 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/sys-apps/man-db/files/man-db-2.9.3-clock_gettime64.patch 
b/sys-apps/man-db/files/man-db-2.9.3-clock_gettime64.patch
new file mode 100644
index 000..0da1b2c5b2b
--- /dev/null
+++ b/sys-apps/man-db/files/man-db-2.9.3-clock_gettime64.patch
@@ -0,0 +1,44 @@
+From 7315a9475d8fa37af49e9e7ed11e1534f23ef70b Mon Sep 17 00:00:00 2001
+From: "S. Gilles" 
+Date: Wed, 12 Aug 2020 16:40:07 -0400
+Subject: Allow clock_gettime64; return ENOSYS so libcs can engage fallbacks
+
+libcs such as musl expect ENOSYS to be returned (not EPERM) in their
+fallback code, so change the seccomp filter to be more agreeable to
+them.
+
+At the same time, clock_gettime is permitted in the filter, so permit
+clock_gettime64 as well -- it will be needed by 2038 in any case.
+
+* lib/sandbox.c (make_seccomp_filter): Set default action to
+SCMP_ACT_ERRNO (ENOSYS).  Allow clock_gettime64.
+* NEWS: Document this.
+---
+ NEWS  | 9 +
+ lib/sandbox.c | 3 ++-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+diff --git a/lib/sandbox.c b/lib/sandbox.c
+index 21ec28aa..d934a0f9 100644
+--- a/lib/sandbox.c
 b/lib/sandbox.c
+@@ -232,7 +232,7 @@ static scmp_filter_ctx make_seccomp_filter (int permissive)
+   ;
+ 
+   debug ("initialising seccomp filter (permissive: %d)\n", permissive);
+-  ctx = seccomp_init (SCMP_ACT_ERRNO (EPERM));
++  ctx = seccomp_init (SCMP_ACT_ERRNO (ENOSYS));
+   if (!ctx)
+   error (FATAL, errno, "can't initialise seccomp filter");
+ 
+@@ -271,6 +271,7 @@ static scmp_filter_ctx make_seccomp_filter (int permissive)
+   /* systemd: SystemCallFilter=@default */
+   SC_ALLOW ("clock_getres");
+   SC_ALLOW ("clock_gettime");
++  SC_ALLOW ("clock_gettime64");
+   SC_ALLOW ("clock_nanosleep");
+   SC_ALLOW ("execve");
+   SC_ALLOW ("exit");
+-- 
+cgit v1.2.1
+

diff --git a/sys-apps/man-db/man-db-.ebuild 
b/sys-apps/man-db/man-db-2.9.3-r1.ebuild
similarity index 97%
copy from sys-apps/man-db/man-db-.ebuild
copy to sys-apps/man-db/man-db-2.9.3-r1.ebuild
index 25d02ea5f57..35e2bb5d6ce 100644
--- a/sys-apps/man-db/man-db-.ebuild
+++ b/sys-apps/man-db/man-db-2.9.3-r1.ebuild
@@ -46,7 +46,10 @@ RDEPEND="
 "
 PDEPEND="manpager? ( app-text/manpager )"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.9.3-sandbox-env-tests.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.9.3-sandbox-env-tests.patch
+   "${FILESDIR}"/man-db-2.9.3-clock_gettime64.patch
+)
 
 pkg_setup() {
if (use gdbm && use berkdb) || (use !gdbm && use !berkdb) ; then #496150

diff --git a/sys-apps/man-db/man-db-.ebuild 
b/sys-apps/man-db/man-db-.ebuild
index 25d02ea5f57..cf3711365b0 100644
--- a/sys-apps/man-db/man-db-.ebuild
+++ b/sys-apps/man-db/man-db-.ebuild
@@ -46,7 +46,9 @@ RDEPEND="
 "
 PDEPEND="manpager? ( app-text/manpager )"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.9.3-sandbox-env-tests.patch )
+PATCHES=(
+   "${FILESDIR}"/man-db-2.9.3-sandbox-env-tests.patch
+)
 
 pkg_setup() {
if (use gdbm && use berkdb) || (use !gdbm && use !berkdb) ; then #496150



[gentoo-commits] repo/proj/dotnet:master commit in: dev-util/monodevelop/, media-gfx/pinta/

2020-12-23 Thread Gergely Nagy
commit: b659e418980409179b2c752cd572645ffea50eec
Author: Gergely Nagy  ngg  hu>
AuthorDate: Wed Dec 23 18:58:55 2020 +
Commit: Gergely Nagy  ngg  hu>
CommitDate: Wed Dec 23 18:58:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=b659e418

replace fdo-mime.eclass with xdg-utils.eclass

Signed-off-by: Gergely Nagy  ngg.hu>

 dev-util/monodevelop/monodevelop-5.10.3.51.ebuild  | 10 +-
 dev-util/monodevelop/monodevelop-6.0.0.4761.ebuild | 10 +-
 dev-util/monodevelop/monodevelop-.ebuild   | 10 +-
 media-gfx/pinta/pinta-1.6.ebuild   | 10 +-
 4 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-util/monodevelop/monodevelop-5.10.3.51.ebuild 
b/dev-util/monodevelop/monodevelop-5.10.3.51.ebuild
index 64a83c1..adec1cf 100644
--- a/dev-util/monodevelop/monodevelop-5.10.3.51.ebuild
+++ b/dev-util/monodevelop/monodevelop-5.10.3.51.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit fdo-mime gnome2-utils dotnet versionator eutils git-r3
+inherit xdg-utils gnome2-utils dotnet versionator eutils git-r3
 
 DESCRIPTION="Integrated Development Environment for .NET"
 HOMEPAGE="https://www.monodevelop.com/;
@@ -137,12 +137,12 @@ pkg_preinst() {
 
 pkg_postinst() {
gnome2_icon_cache_update
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
gnome2_icon_cache_update
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
 }

diff --git a/dev-util/monodevelop/monodevelop-6.0.0.4761.ebuild 
b/dev-util/monodevelop/monodevelop-6.0.0.4761.ebuild
index 32ddfcd..58b6a12 100644
--- a/dev-util/monodevelop/monodevelop-6.0.0.4761.ebuild
+++ b/dev-util/monodevelop/monodevelop-6.0.0.4761.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit fdo-mime gnome2-utils dotnet versionator eutils
+inherit xdg-utils gnome2-utils dotnet versionator eutils
 
 ROSLYN_COMMIT="16e117c2400d0ab930e7d89512f9894a169a0e6e"
 
@@ -111,12 +111,12 @@ pkg_preinst() {
 
 pkg_postinst() {
gnome2_icon_cache_update
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
gnome2_icon_cache_update
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
 }

diff --git a/dev-util/monodevelop/monodevelop-.ebuild 
b/dev-util/monodevelop/monodevelop-.ebuild
index 8ff6a22..2f9ed05 100644
--- a/dev-util/monodevelop/monodevelop-.ebuild
+++ b/dev-util/monodevelop/monodevelop-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit fdo-mime gnome2-utils dotnet versionator eutils git-r3
+inherit xdg-utils gnome2-utils dotnet versionator eutils git-r3
 
 DESCRIPTION="Integrated Development Environment for .NET"
 HOMEPAGE="https://www.monodevelop.com/;
@@ -102,12 +102,12 @@ pkg_preinst() {
 
 pkg_postinst() {
gnome2_icon_cache_update
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
gnome2_icon_cache_update
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
 }

diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
index fb0ddce..af683bf 100644
--- a/media-gfx/pinta/pinta-1.6.ebuild
+++ b/media-gfx/pinta/pinta-1.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit autotools fdo-mime gnome2-utils mono-env
+inherit autotools xdg-utils gnome2-utils mono-env
 
 DESCRIPTION="Simple Painting for Gtk"
 HOMEPAGE="https://pinta-project.com;
@@ -56,13 +56,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2020-12-23 Thread Ben Kohler
commit: 4e714f707ddca9788029fec1fa7750e05826d39f
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec 23 18:17:49 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 23 18:49:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e714f70

app-admin/mcelog: stabilize new revision w/ upstream systemd unit

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

 app-admin/mcelog/mcelog-173-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcelog/mcelog-173-r1.ebuild 
b/app-admin/mcelog/mcelog-173-r1.ebuild
index 53cb223fe5d..4c539367444 100644
--- a/app-admin/mcelog/mcelog-173-r1.ebuild
+++ b/app-admin/mcelog/mcelog-173-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-mcelog )"



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

2020-12-23 Thread Ben Kohler
commit: a972d20d9483da263d1eace77d0c0a15e9bfb5b8
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec 23 18:16:55 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 23 18:49:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a972d20d

net-misc/cmst: 2020.11.01 stable

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

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

diff --git a/net-misc/cmst/cmst-2020.11.01.ebuild 
b/net-misc/cmst/cmst-2020.11.01.ebuild
index 02c5f056724..6464f6f80bf 100644
--- a/net-misc/cmst/cmst-2020.11.01.ebuild
+++ b/net-misc/cmst/cmst-2020.11.01.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/andrew-bibb/cmst/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-qt/qtcore:5



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

2020-12-23 Thread Rick Farina
commit: 17013cfeee33148153d85e86c8b843c494a4ac94
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Dec 23 18:35:33 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Dec 23 18:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17013cfe

net-wireless/srslte: disable broken tests

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

 net-wireless/srslte/srslte-20.10.1.ebuild | 6 ++
 net-wireless/srslte/srslte-.ebuild| 2 ++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/srslte/srslte-20.10.1.ebuild 
b/net-wireless/srslte/srslte-20.10.1.ebuild
index f9b1a722fb6..4030279938a 100644
--- a/net-wireless/srslte/srslte-20.10.1.ebuild
+++ b/net-wireless/srslte/srslte-20.10.1.ebuild
@@ -17,6 +17,8 @@ else
MY_PV=${PV//./_}

SRC_URI="https://github.com/srsLTE/srsLTE/archive/release_${MY_PV}.tar.gz -> 
${P}.tar.gz"
 fi
+#https://github.com/srsLTE/srsLTE/issues/537
+RESTRICT="test"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -52,7 +54,3 @@ src_configure() {
)
cmake_src_configure
 }
-
-src_test() {
-   cmake_src_test -j1
-}

diff --git a/net-wireless/srslte/srslte-.ebuild 
b/net-wireless/srslte/srslte-.ebuild
index 15a5ca816b7..4030279938a 100644
--- a/net-wireless/srslte/srslte-.ebuild
+++ b/net-wireless/srslte/srslte-.ebuild
@@ -17,6 +17,8 @@ else
MY_PV=${PV//./_}

SRC_URI="https://github.com/srsLTE/srsLTE/archive/release_${MY_PV}.tar.gz -> 
${P}.tar.gz"
 fi
+#https://github.com/srsLTE/srsLTE/issues/537
+RESTRICT="test"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2020-12-23 Thread Rick Farina
commit: b528ae466690109b4f273932008a190c03cd318a
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Dec 23 18:32:38 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Dec 23 18:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b528ae46

net-wireless/srslte: bump

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

 net-wireless/srslte/Manifest   |  3 +-
 net-wireless/srslte/srslte-20.04.2.ebuild  | 56 --
 ...rslte-19.09-r2.ebuild => srslte-20.10.1.ebuild} |  4 ++
 3 files changed, 5 insertions(+), 58 deletions(-)

diff --git a/net-wireless/srslte/Manifest b/net-wireless/srslte/Manifest
index 28a4e681bbb..7eaea39dc7c 100644
--- a/net-wireless/srslte/Manifest
+++ b/net-wireless/srslte/Manifest
@@ -1,2 +1 @@
-DIST srslte-19.09.tar.gz 2372283 BLAKE2B 
8d3b3cdfe777824c30e570f61ffddd1a9b1fd8136b6f67c2d54cbcfe089a1f55cc56d5b02ddb983c8a3e96af4228509b17a3c816b2d5196bc87bae29e14a625f
 SHA512 
3516bb4aa027437420509eeca98e30f8f5c2bc7f8f1a606309587b70b51f2e6712c605155ec76a38868bf4c1f9007641c8c5b986c1cda76486bf3c4788eed888
-DIST srslte-20.04.2.tar.gz 7852105 BLAKE2B 
f9c7a5d83ee5e1cde0ad74775e504a8fe332e829343f64019b8f4d8f52cb001c29e5c0b611776db88a2c8338fa00ecdaccfc45e06fc8669554a326efd20f0a8d
 SHA512 
2db146ab30e19fe2027252d5f4fd8c52385923e24d721f4deee01a99b8fbb9b03758997bc336fb0773e0633f0cdf1fa769e3f251e7b02b18a8f0e2d6d25e42d7
+DIST srslte-20.10.1.tar.gz 8098321 BLAKE2B 
713cbe45c49baa416b96dc432982656fef92082f026392c890f447d09588a48aafab32f94a4d7ed982814d2d838224303895a0bd0276a90f5815f6d0707d9732
 SHA512 
a6e38ccdb02a7e129f51fbad258722f5cd1f568541627c3e9e70f9e92491279cb55c18ab0463bce94b0f5fc62f0868027a83beffc483bb3689f0838fbea91186

diff --git a/net-wireless/srslte/srslte-20.04.2.ebuild 
b/net-wireless/srslte/srslte-20.04.2.ebuild
deleted file mode 100644
index 1015f72c313..000
--- a/net-wireless/srslte/srslte-20.04.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Open source SDR LTE software suite from Software Radio Systems"
-HOMEPAGE="http://www.softwareradiosystems.com;
-
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/srsLTE/srsLTE.git;
-else
-   inherit vcs-snapshot
-   KEYWORDS="~amd64 ~x86"
-   MY_PV=${PV//./_}
-   
SRC_URI="https://github.com/srsLTE/srsLTE/archive/release_${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   #https://github.com/srsLTE/srsLTE/issues/537
-   RESTRICT=test
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bladerf simcard soapysdr uhd zeromq"
-
-DEPEND="
-   dev-libs/boost
-   dev-libs/libconfig
-   net-misc/lksctp-tools
-   net-libs/mbedtls:=
-   sci-libs/fftw:3.0=
-   bladerf? ( net-wireless/bladerf:= )
-   simcard? ( sys-apps/pcsc-lite )
-   soapysdr? ( net-wireless/soapysdr:= )
-   uhd? ( net-wireless/uhd:= )
-   zeromq? ( net-libs/zeromq )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_prepare() {
-   sed -i '/ -Werror"/d' CMakeLists.txt || die
-   cmake_src_prepare
-}
-
-src_configure() {
-   mycmakeargs=(
-   -DENABLE_UHD="$(usex uhd)"
-   -DENABLE_BLADERF="$(usex bladerf)"
-   -DENABLE_SOAPYSDR="$(usex soapysdr)"
-   -DENABLE_ZEROMQ="$(usex zeromq)"
-   -DENABLE_HARDSIM="$(usex simcard)"
-   )
-   cmake_src_configure
-}

diff --git a/net-wireless/srslte/srslte-19.09-r2.ebuild 
b/net-wireless/srslte/srslte-20.10.1.ebuild
similarity index 97%
rename from net-wireless/srslte/srslte-19.09-r2.ebuild
rename to net-wireless/srslte/srslte-20.10.1.ebuild
index 15a5ca816b7..f9b1a722fb6 100644
--- a/net-wireless/srslte/srslte-19.09-r2.ebuild
+++ b/net-wireless/srslte/srslte-20.10.1.ebuild
@@ -52,3 +52,7 @@ src_configure() {
)
cmake_src_configure
 }
+
+src_test() {
+   cmake_src_test -j1
+}



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

2020-12-23 Thread Michael Orlitzky
commit: 5dccbd2596fc427187b27cbe1a323e5f40372476
Author: Ralph Seichter  seichter  de>
AuthorDate: Tue Dec 22 16:09:52 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Dec 23 18:07:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dccbd25

mail-filter/opendkim: Step down as maintainer

Removed myself and the Proxy Maintainers team.

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

 mail-filter/opendkim/metadata.xml | 13 -
 1 file changed, 13 deletions(-)

diff --git a/mail-filter/opendkim/metadata.xml 
b/mail-filter/opendkim/metadata.xml
index 224c3bd7ac4..47cb0241dd4 100644
--- a/mail-filter/opendkim/metadata.xml
+++ b/mail-filter/opendkim/metadata.xml
@@ -1,27 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  
-gen...@seichter.de
-Ralph Seichter
-  
-
   
 klond...@gentoo.org
 Francisco Blas Izquierdo Riera
   
-
   
 m...@gentoo.org
 Michael Orlitzky
   
-
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-
   
 A program implementing the Milter API that signs and verifies
 using the DKIM standard. This is a fork of Sendmail's DKIM-milter



[gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/

2020-12-23 Thread Pacho Ramos
commit: 4abb4096cbd587b55267bbd15003811c9d3e154f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 23 17:04:56 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 23 17:05:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abb4096

x11-misc/prime-run: Stabilize

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

 x11-misc/prime-run/prime-run-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/prime-run/prime-run-1.0.ebuild 
b/x11-misc/prime-run/prime-run-1.0.ebuild
index ea4e509c801..9b2ea5bde5c 100644
--- a/x11-misc/prime-run/prime-run-1.0.ebuild
+++ b/x11-misc/prime-run/prime-run-1.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/
 # 
https://github.com/archlinux/svntogit-packages/blob/packages/nvidia-prime/trunk/PKGBUILD
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND=""
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/prime-run/

2020-12-23 Thread Pacho Ramos
commit: 7450812b6099c16879c79b5e02d5dc49537f48a1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 23 17:04:45 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 23 17:05:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7450812b

x11-misc/prime-run: Simple script to run on discrete card

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

 x11-misc/prime-run/Manifest |  1 +
 x11-misc/prime-run/metadata.xml |  7 +++
 x11-misc/prime-run/prime-run-1.0.ebuild | 23 +++
 3 files changed, 31 insertions(+)

diff --git a/x11-misc/prime-run/Manifest b/x11-misc/prime-run/Manifest
new file mode 100644
index 000..1256812b414
--- /dev/null
+++ b/x11-misc/prime-run/Manifest
@@ -0,0 +1 @@
+DIST prime-run-1.0 112 BLAKE2B 
d4b69c9eef04201554f18a7fbcf741fd8712792f06d5a94e31bb5424479df6bbcdf4399c8f9d0f911b12999794ef6f88ab54e38145c41d4cc53e5f5922cac203
 SHA512 
d9158ddee6ec105796d86ac42b32c6c925cfa866d5e25c64d5a29be47fe393ace0efb4ef8a3e7cff699abc599d28ee46866dcbfdfd1920122e426ee262c562e6

diff --git a/x11-misc/prime-run/metadata.xml b/x11-misc/prime-run/metadata.xml
new file mode 100644
index 000..020b40648ee
--- /dev/null
+++ b/x11-misc/prime-run/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pa...@gentoo.org
+   
+

diff --git a/x11-misc/prime-run/prime-run-1.0.ebuild 
b/x11-misc/prime-run/prime-run-1.0.ebuild
new file mode 100644
index 000..ea4e509c801
--- /dev/null
+++ b/x11-misc/prime-run/prime-run-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wrapper to run app with NVIDIA"
+HOMEPAGE="https://github.com/archlinux/svntogit-packages/tree/packages/nvidia-prime/trunk
 https://archlinux.org/packages/extra/any/nvidia-prime/;
+SRC_URI="https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/nvidia-prime/trunk/prime-run
 -> ${P}"
+
+# 
https://github.com/archlinux/svntogit-packages/blob/packages/nvidia-prime/trunk/PKGBUILD
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+   newbin "${DISTDIR}"/${P} ${PN}
+}



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

2020-12-23 Thread Ben Kohler
commit: dbdcbe24933444fe91798eb088f910594b5e58d5
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec 23 15:34:28 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 23 15:35:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdcbe24

app-admin/xkcdpass: bump to 1.17.6

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

 app-admin/xkcdpass/Manifest   |  1 +
 app-admin/xkcdpass/xkcdpass-1.17.6.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/xkcdpass/Manifest b/app-admin/xkcdpass/Manifest
index 1b627ac5e32..3127c252b7d 100644
--- a/app-admin/xkcdpass/Manifest
+++ b/app-admin/xkcdpass/Manifest
@@ -1 +1,2 @@
 DIST xkcdpass-1.17.3.tar.gz 2072127 BLAKE2B 
20339e7a0fd43f86eb83d89774613fa0009a13ca190be7d36edb8244b7d2e0b48041b3f8c7156c04e4d2dbae0c4475f5f1e577701e651146acab1284aa6c032d
 SHA512 
5359b0b4e3076c2b385773862ff03e3700888d1ae967a26c5b19add3c9d2cde179ed5ad3309c5b53ab6cdbd40c8fedae1f6b9b0483dba83858671f9d816efc6c
+DIST xkcdpass-1.17.6.tar.gz 8216233 BLAKE2B 
dc6f8b1bf76eba5271bf6027baf6bfbe5a18081ac85970ba35be3d0cf4e08d98d60b8bc819c05512aab94d621cf93fe9dca74a0108cdd4d94ad6ae830c28d3c2
 SHA512 
db47d6f0d5711e1aa4520fa3afb78b085b2e5a7599fa7eecbc3f806f5c7edceae9c54c250923147c87a837b54b5efd0d8f34f9c08e3104341f1243de0edf87f9

diff --git a/app-admin/xkcdpass/xkcdpass-1.17.6.ebuild 
b/app-admin/xkcdpass/xkcdpass-1.17.6.ebuild
new file mode 100644
index 000..172601c9403
--- /dev/null
+++ b/app-admin/xkcdpass/xkcdpass-1.17.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Password generator inspired by XKCD 936"
+HOMEPAGE="https://github.com/redacted/XKCD-password-generator;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD CC-BY-3.0
+   l10n_de? ( GPL-3 )
+   l10n_it? ( CC-BY-SA-3.0 )
+   l10n_no? ( CC-BY-4.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="l10n_de l10n_en l10n_es l10n_fi l10n_fr l10n_it l10n_no l10n_pt"
+
+src_prepare() {
+   default
+
+   use l10n_de || rm ${PN}/static/ger-anlx
+   use l10n_en || rm ${PN}/static/{eff-short,eff-special,legacy}
+   use l10n_es || rm ${PN}/static/spa-mich
+   use l10n_fi || rm ${PN}/static/fin-kotus
+   use l10n_fr || rm ${PN}/static/fr-*
+   use l10n_it || rm ${PN}/static/ita-wiki
+   use l10n_no || rm ${PN}/static/nor-nb
+   use l10n_pt || rm ${PN}/static/pt-*
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman ${PN}.1
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/, www-apps/cgit/

2020-12-23 Thread Marek Szuba
commit: 079d4f2b6783d80eb862d593b7aa1cd22431e74e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Dec 23 15:14:17 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 15:14:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079d4f2b

www-apps/cgit: migrate to lua-single.eclass

Compatibility as per the upstream README. Implementation name is passed
directly to the build scripts so trivial to migrate.

Both the latest release and the live ebuild.

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

 profiles/package.mask  |  1 +
 .../{cgit-.ebuild => cgit-1.2.3-r100.ebuild}   | 29 +++---
 www-apps/cgit/cgit-.ebuild | 18 ++
 3 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e6fa10d4290..63f022693ce 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -534,6 +534,7 @@ kde-apps/kdebase-meta:5
 >=sys-apps/roccat-tools-5.9.0-r100
 >=sys-cluster/slurm-20.11.0.1-r100
 >=www-apache/mod_security-2.9.3-r100
+>=www-apps/cgit-1.2.3-r100
 >=www-client/elinks-0.13.5-r100
 >=www-client/luakit-2.2.1-r100
 >=www-servers/lighttpd-1.4.55-r100

diff --git a/www-apps/cgit/cgit-.ebuild 
b/www-apps/cgit/cgit-1.2.3-r100.ebuild
similarity index 79%
copy from www-apps/cgit/cgit-.ebuild
copy to www-apps/cgit/cgit-1.2.3-r100.ebuild
index 4b617428b6e..08c24550c1b 100644
--- a/www-apps/cgit/cgit-.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r100.ebuild
@@ -3,21 +3,25 @@
 
 EAPI=7
 
+LUA_COMPAT=( lua5-{1..2} luajit )
 WEBAPP_MANUAL_SLOT="yes"
 
-inherit git-r3 toolchain-funcs webapp
+inherit lua-single toolchain-funcs webapp
 
 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
 
+GIT_V="2.25.1"
+
 DESCRIPTION="a fast web-interface for git repositories"
 HOMEPAGE="https://git.zx2c4.com/cgit/about;
-SRC_URI=""
-EGIT_REPO_URI="https://git.zx2c4.com/cgit;
+SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
+   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE="doc +highlight libressl +lua +luajit test"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc +highlight libressl +lua test"
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -27,10 +31,7 @@ RDEPEND="
highlight? ( || ( dev-python/pygments app-text/highlight ) )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   lua? (
-   luajit? ( dev-lang/luajit )
-   !luajit? ( dev-lang/lua:0 )
-   )
+   lua? ( ${LUA_DEPS} )
sys-libs/zlib
virtual/httpd-cgi
 "
@@ -42,9 +43,13 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
webapp_pkg_setup
+   use lua && lua-single_pkg_setup
 }
 
 src_prepare() {
+   rmdir git || die
+   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+
echo "prefix = ${EPREFIX}/usr" >> cgit.conf
echo "libdir = ${EPREFIX}/usr/$(get_libdir)" >> cgit.conf
echo "CGIT_SCRIPT_PATH = ${MY_CGIBINDIR}" >> cgit.conf
@@ -52,11 +57,7 @@ src_prepare() {
echo "CACHE_ROOT = ${CGIT_CACHEDIR}" >> cgit.conf
echo "DESTDIR = ${D}" >> cgit.conf
if use lua; then
-   if use luajit; then
-   echo "LUA_PKGCONFIG = luajit" >> cgit.conf
-   else
-   echo "LUA_PKGCONFIG = lua" >> cgit.conf
-   fi
+   echo "LUA_PKGCONFIG = ${ELUA}" >> cgit.conf
else
echo "NO_LUA = 1" >> cgit.conf
fi

diff --git a/www-apps/cgit/cgit-.ebuild b/www-apps/cgit/cgit-.ebuild
index 4b617428b6e..8975d5eebd6 100644
--- a/www-apps/cgit/cgit-.ebuild
+++ b/www-apps/cgit/cgit-.ebuild
@@ -3,9 +3,10 @@
 
 EAPI=7
 
+LUA_COMPAT=( lua5-{1..2} luajit )
 WEBAPP_MANUAL_SLOT="yes"
 
-inherit git-r3 toolchain-funcs webapp
+inherit git-r3 lua-single toolchain-funcs webapp
 
 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
 
@@ -17,7 +18,8 @@ EGIT_REPO_URI="https://git.zx2c4.com/cgit;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc +highlight libressl +lua +luajit test"
+IUSE="doc +highlight libressl +lua test"
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -27,10 +29,7 @@ RDEPEND="
highlight? ( || ( dev-python/pygments app-text/highlight ) )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   lua? (
-   luajit? ( dev-lang/luajit )
-   !luajit? ( dev-lang/lua:0 )
-   )
+   lua? ( ${LUA_DEPS} )
sys-libs/zlib
virtual/httpd-cgi
 "
@@ -42,6 +41,7 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
webapp_pkg_setup
+   use lua && lua-single_pkg_setup
 }
 
 src_prepare() {
@@ -52,11 +52,7 @@ src_prepare() {
echo "CACHE_ROOT = ${CGIT_CACHEDIR}" >> 

[gentoo-commits] proj/catalyst:catalyst-3.0-stable commit in: catalyst/arch/

2020-12-23 Thread Andreas K. Hüttel
commit: a11c83396d0d4a83644de3e8e6f3f9bd02d5563c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Dec 23 14:58:36 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec 23 15:01:28 2020 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a11c8339

Fix builder entries for riscv32

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

 catalyst/arch/riscv.py | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/catalyst/arch/riscv.py b/catalyst/arch/riscv.py
index 18695b51..1fb2c69b 100644
--- a/catalyst/arch/riscv.py
+++ b/catalyst/arch/riscv.py
@@ -29,14 +29,16 @@ class arch_rv64_lp64(generic_riscv):
generic_riscv.__init__(self,myspec)
 
 class arch_rv32_ilp32d(generic_riscv):
-   "builder class for rv64_lp64"
+   "builder class for rv32_ilp32d"
def __init__(self,myspec):
generic_riscv.__init__(self,myspec)
+   self.settings["CHOST"]="riscv32-unknown-linux-gnu"
 
 class arch_rv32_ilp32(generic_riscv):
-   "builder class for rv64_lp64"
+   "builder class for rv32_ilp32"
def __init__(self,myspec):
generic_riscv.__init__(self,myspec)
+   self.settings["CHOST"]="riscv32-unknown-linux-gnu"
 
 
 def register():



[gentoo-commits] repo/gentoo:master commit in: games-strategy/megaglest/

2020-12-23 Thread Marek Szuba
commit: 9779b52e313a262749f46dbb6522623218c26a38
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Dec 23 12:21:51 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 14:52:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9779b52e

games-strategy/megaglest-3.11.1-r1: stick with older megaglest-data

Must use the one still installing data files into /usr/games.

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

 games-strategy/megaglest/megaglest-3.11.1-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild 
b/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
index ca99c5450f1..86e78fb0535 100644
--- a/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
+++ b/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
@@ -17,8 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug +editor fribidi cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static +streflop +tools +unicode wxuniversal +model-viewer 
videos"
 
+# Newer versions of megaglest-data install directly into /usr
 RDEPEND="
~games-strategy/${PN}-data-${PV}
+   =dev-lang/lua-5.1:0
dev-libs/libxml2
media-libs/fontconfig



[gentoo-commits] repo/gentoo:master commit in: games-strategy/megaglest/files/, profiles/, games-strategy/megaglest/

2020-12-23 Thread Marek Szuba
commit: 00faca18e3b5d8a30bc3550195038f8a6b681b10
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Dec 23 14:49:17 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 14:52:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00faca18

games-strategy/megaglest: migrate to EAPI-7 and lua-single.eclass

Lua migration: simple enough, needed the usual version-override patch.
Upstream build scripts only use Lua up to and including 5.2, have
confirmed that building against 5.3 fails.

EAPI migration: don't talk to me about the old version of this ebuild.
EVER.

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

 .../files/megaglest-3.11.1-cmake-lua.patch |  25 
 .../megaglest/megaglest-3.11.1-r100.ebuild | 166 +
 profiles/package.mask  |   1 +
 3 files changed, 192 insertions(+)

diff --git a/games-strategy/megaglest/files/megaglest-3.11.1-cmake-lua.patch 
b/games-strategy/megaglest/files/megaglest-3.11.1-cmake-lua.patch
new file mode 100644
index 000..c8d30e3d096
--- /dev/null
+++ b/games-strategy/megaglest/files/megaglest-3.11.1-cmake-lua.patch
@@ -0,0 +1,25 @@
+Use the standard FindLua.cmake instead of the modified bundled FindLUA.cmake,
+and force the use of an exact Lua version.
+
+--- a/source/glest_game/CMakeLists.txt
 b/source/glest_game/CMakeLists.txt
+@@ -64,7 +64,7 @@
+   ENDIF()
+   ENDIF()
+ 
+-  FIND_PACKAGE(LUA REQUIRED)
++  FIND_PACKAGE(Lua ${FORCE_LUA_VERSION} EXACT REQUIRED)
+   INCLUDE_DIRECTORIES(${LUA_INCLUDE_DIR})
+   IF(UNIX)
+   SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES})
+--- a/source/shared_lib/CMakeLists.txt
 b/source/shared_lib/CMakeLists.txt
+@@ -132,7 +132,7 @@
+   SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${OPENAL_LIBRARY})
+   ENDIF()
+ 
+-FIND_PACKAGE(LUA REQUIRED)
++FIND_PACKAGE(Lua ${FORCE_LUA_VERSION} EXACT REQUIRED)
+ INCLUDE_DIRECTORIES(${LUA_INCLUDE_DIR})
+ IF(UNIX)
+   SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES} 
${CMAKE_DL_LIBS})

diff --git a/games-strategy/megaglest/megaglest-3.11.1-r100.ebuild 
b/games-strategy/megaglest/megaglest-3.11.1-r100.ebuild
new file mode 100644
index 000..796b7822f5e
--- /dev/null
+++ b/games-strategy/megaglest/megaglest-3.11.1-r100.ebuild
@@ -0,0 +1,166 @@
+# Copyright 2010-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# google-breakpad
+# TODO: fribidi, libvorbis static
+
+EAPI=7
+
+# src_install() currently requires this
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+LUA_COMPAT=( lua5-{1..2} )
+
+# Only needed by certain features
+VIRTUALX_REQUIRED="manual"
+
+inherit cmake desktop flag-o-matic lua-single virtualx wxwidgets xdg-utils
+
+DESCRIPTION="Cross-platform 3D realtime strategy game"
+HOMEPAGE="https://megaglest.org/ https://github.com/MegaGlest/megaglest-source;
+SRC_URI="https://github.com/MegaGlest/megaglest-source/releases/download/${PV}/megaglest-source-${PV}.tar.xz;
+
+LICENSE="GPL-3 BitstreamVera"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +editor fribidi cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static +streflop +tools +unicode wxuniversal +model-viewer 
videos"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+# Older versions of megaglest-data install into /usr/games
+RDEPEND="${LUA_DEPS}
+   ~games-strategy/${PN}-data-${PV}
+   >=games-strategy/${PN}-data-3.11.1-r1
+   dev-libs/libxml2
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/libsdl[X,sound,joystick,opengl,video]
+   media-libs/libvorbis
+   media-libs/openal
+   net-libs/gnutls
+   sys-libs/zlib
+   virtual/opengl
+   virtual/glu
+   x11-libs/libX11
+   x11-libs/libXext
+   editor? ( x11-libs/wxGTK:3.0[X,opengl] )
+   fribidi? ( dev-libs/fribidi )
+   model-viewer? ( x11-libs/wxGTK:3.0[X] )
+   !static? (
+   dev-libs/xerces-c[icu]
+   media-libs/ftgl
+   media-libs/glew
+   media-libs/libpng:0
+   net-libs/libircclient
+   >=net-libs/miniupnpc-1.8
+   net-misc/curl
+   virtual/jpeg:0
+   )
+   videos? ( media-video/vlc )"
+DEPEND="${RDEPEND}
+   static? (
+   dev-libs/icu[static-libs]
+   dev-libs/xerces-c[icu,static-libs]
+   media-libs/ftgl[static-libs]
+   media-libs/glew[static-libs]
+   media-libs/libpng:0[static-libs]
+   net-libs/libircclient[static-libs]
+   net-libs/miniupnpc[static-libs]
+   net-misc/curl[static-libs]
+   virtual/jpeg:0[static-libs]
+   )"
+BDEPEND="sys-apps/help2man
+   virtual/pkgconfig
+   editor? ( ${VIRTUALX_DEPEND} )
+   model-viewer? ( ${VIRTUALX_DEPEND} )"
+
+PATCHES=(
+   

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

2020-12-23 Thread Marek Szuba
commit: 963327d7be7c7d0047fed6b3dd119c382e94b2f7
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Dec 23 12:33:53 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Dec 23 14:52:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963327d7

mail-filter/opendkim-2.10.3-r25: temporarily limit LUA_COMPAT to lua5.1

Lua detection as it stands now will always prefer lua5.1, if installed,
over whatever version is pointed at by the eclass-provided pkgconfig
wrapper. Until the relevant patch has been merged into the tree, thus
making sure that if the user requests building against lua5-2 OpenDKIM
really *is* built against that version, stick with 5.1 only.

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

 mail-filter/opendkim/opendkim-2.10.3-r25.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild
index d6a9c321c57..eb05adb29aa 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild
@@ -3,7 +3,10 @@
 
 EAPI=7
 
-LUA_COMPAT=( lua5-1 lua5-2 )
+# Supports lua5-2 as well but in order for that to work the lua-pkgconfig
+# patch has to be updated not to prefer "lua5.1" over "lua" while looking
+# for Lua pkgconfig modules.
+LUA_COMPAT=( lua5-1 )
 
 inherit autotools db-use eutils systemd tmpfiles lua-single
 



  1   2   3   >