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

2020-07-01 Thread Georgy Yakovlev
commit: cbc4fa1728bf3098af59fb5f83208e3888362357
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul  2 05:06:01 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul  2 05:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc4fa17

net-irc/weechat: update live ebuild

migrate to cmake.eclass
update deps
make gnutls non-optional, remove ssl flag completely
https://github.com/weechat/weechat/commit/e130ee7358564cfd5572ca0cf1ac6871425548ed

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

 net-irc/weechat/weechat-.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index 0871e154ad2..a63694304e8 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
-inherit cmake-utils python-single-r1 xdg-utils
+inherit cmake python-single-r1 xdg-utils
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
@@ -26,14 +26,15 @@ PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger 
+relay +scripts +spe
 # dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
 SCRIPT_LANGS="guile lua +perl php +python ruby tcl"
 LANGS=" cs de es fr it ja pl ru"
-IUSE="doc man nls +ssl test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} 
${NETWORKS}"
+IUSE="doc man nls test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
dev-libs/libgcrypt:0=
-   net-misc/curl[ssl]
+   net-libs/gnutls:=
sys-libs/ncurses:0=
-   sys-libs/zlib
+   sys-libs/zlib:=
+   net-misc/curl[ssl]
charset? ( virtual/libiconv )
guile? ( >=dev-scheme/guile-2.0 )
lua? ( dev-lang/lua:0 )
@@ -42,7 +43,6 @@ RDEPEND="
php? ( >=dev-lang/php-7.0:*[embed] )
python? ( ${PYTHON_DEPS} )
ruby? ( || ( dev-lang/ruby:2.6 dev-lang/ruby:2.5 dev-lang/ruby:2.4 ) )
-   ssl? ( net-libs/gnutls )
spell? ( app-text/aspell )
tcl? ( >=dev-lang/tcl-8.4.15:0= )
 "
@@ -67,7 +67,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
# install only required translations
local i
@@ -115,7 +115,6 @@ src_configure() {
-DENABLE_EXEC=$(usex exec)
-DENABLE_FIFO=$(usex fifo)
-DENABLE_FSET=$(usex fset)
-   -DENABLE_GNUTLS=$(usex ssl)
-DENABLE_GUILE=$(usex guile)
-DENABLE_IRC=$(usex irc)
-DENABLE_LOGGER=$(usex logger)
@@ -140,7 +139,7 @@ src_configure() {
python_is_python3 || mycmakeargs+=( -DENABLE_PYTHON2=ON )
fi
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 pkg_postinst() {



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

2020-07-01 Thread Georgy Yakovlev
commit: bf656c59343b9fa67d6643bbfb50cef978168392
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Jul  1 11:14:16 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul  2 04:59:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf656c59

net-irc/weechat: fix #730338

Remove dev-lang/lua:0[deprecated] USE-dependency as it now not required.
Bug: https://bugs.gentoo.org/730338
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16525
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index 37b7a1e4518..0871e154ad2 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
sys-libs/zlib
charset? ( virtual/libiconv )
guile? ( >=dev-scheme/guile-2.0 )
-   lua? ( dev-lang/lua:0[deprecated] )
+   lua? ( dev-lang/lua:0 )
nls? ( virtual/libintl )
perl? ( dev-lang/perl:= )
php? ( >=dev-lang/php-7.0:*[embed] )



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

2020-07-01 Thread Georgy Yakovlev
commit: a60dc06c345c4be55df77fd497fcf055c3aa7254
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul  2 04:57:34 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul  2 04:58:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60dc06c

net-irc/weechat: drop old

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

 net-irc/weechat/Manifest |   1 -
 net-irc/weechat/weechat-2.7.1.ebuild | 156 ---
 2 files changed, 157 deletions(-)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index 1a5a4542edd..f9085ca1133 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,2 +1 @@
-DIST weechat-2.7.1.tar.xz 2226768 BLAKE2B 
0ce14646c8d383c3338a52bacbb9cac036c2611cc8aae2c790af73df5aab25e49f8bc2addcf4527884774925a9b222c15a7a696d93ad57197052a746a0da95f6
 SHA512 
eb0cc4c7e0f2cf18d522b49429fe2d77b1cee3225686d0bc09f80a69b17362af0923df4cd5f4859207d84acb762d4042cd5b57799705d0b7e4759eade6c660e0
 DIST weechat-2.8.tar.xz 2248868 BLAKE2B 
756ce1719ecaa351a2780641758bb7587b45b8e6b16e5a82833009ddb27f71783a461cf89662e04118c75e2d372103eda5a11c98feb62d624b330b223bf22ede
 SHA512 
3bebb42118fca6b601f1de8f4d52378619a10e5c490f5b46f86d27a9680f00a56d48a1ade729e78d965cae589e6c80647c22414393000c7d3cfcc94a1e41c4df

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

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

2020-07-01 Thread Hans de Graaff
commit: 9e6de5a733bd63aeb10b33a38500068743f821f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  2 04:50:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  2 04:50:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6de5a7

dev-ruby/zeitwerk: add 2.3.1

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

 dev-ruby/zeitwerk/Manifest  |  1 +
 dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 083939bf363..ba56e989491 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -3,3 +3,4 @@ DIST zeitwerk-2.1.10.tar.gz 92514 BLAKE2B 
509cdaeecb8d7d369282a5fc9e8632a19eb203
 DIST zeitwerk-2.2.1.tar.gz 94726 BLAKE2B 
6fb5fe08cc6a3845598ee70bcce5a6546b7fea8de547dc821c337ef3bd02983061edffb0d2ce1e1ab446b38ff282dc042a26532cff7604a9cdb9922d333deee4
 SHA512 
984740b981448edc539db06b268e16256ef4302f0d8d56b31c69a8f0324ded8eb1d77c3720b9e2e49723e4e0b4b5e4db538ecf5f24690930d336d7b0f0d246bc
 DIST zeitwerk-2.2.2.tar.gz 94978 BLAKE2B 
0920f7c1848eff586d0dfd2a15821fa38ccfe7d1d2945196a3cad534cb7ca740a30721b434ccf602e431bfdd16e87d6714fa0ac0edf60e6dcfa6398aae22dbaa
 SHA512 
19b58ed4d9a04c9d3cb0f587ae8b824cca1a8bf44b2a484d7ea1c3a0a8b378b66174172a3e4adec75853602bfef0c6fd3be5205eacdcad96ef87dce26d7ba5a7
 DIST zeitwerk-2.3.0.tar.gz 95973 BLAKE2B 
c484d40587d7ce52e257eb90bf543a573b6512bdd833809316c9407cd275dfc9aad703982477e1c601510d5e0703449bf2794505156fc51283ad1989c8724758
 SHA512 
e891b2fda9375f1e459dce2adc2f1b2128bd20a2f7e617ae27967b3bd0927689f5134aa42b098fdd077c089bf2debcf0a88b7b3fd89a97ac44dc9c9fbc72f14e
+DIST zeitwerk-2.3.1.tar.gz 97616 BLAKE2B 
d5b387f9a02c5f0250b709d144bc833a0f20164ab3065483cba177078fc04ada7fda99bbe5efa7c6481ae6c21006b6d9a73a31e18f40b19f9183efcf7f0f76cf
 SHA512 
b0f782afde6f3a60e6dc3440316689ba39542e3c9d57129a433a0ea967869ca32d79ab1c522d84091b29a698e80ced31f94c9d12592f310945c4267d1e72b5f0

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild
new file mode 100644
index 000..827d557e222
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk;
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2020-07-01 Thread Aisha Tammy
commit: 234e30342c281b607babbe7b6b1e9ca009099610
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Jul  2 00:32:51 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu Jul  2 00:32:51 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=234e3034

www-apps/uwebsockets: version bump to 18.9.0

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest  |  1 +
 www-apps/uwebsockets/uwebsockets-18.9.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index b19a744..28e76bf 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
 DIST uwebsockets-18.8.0.tar.gz 265075 BLAKE2B 
cad647271aa56c5a66ae149db1cb1f254f3ad27f52ce549dff406f91a0415780bf5375c47facf09bf953d7d75f690243a1f1dfbb94891822d2637ead7559c81c
 SHA512 
9e1741134ca628fc4ed3b634eec57c825af90f1cdccaaee48aa5ba86ee5aef08274fcc1621703d155a9f4a388fddee57c60d333dba985dfcf8b4e6f1870692d9
+DIST uwebsockets-18.9.0.tar.gz 265223 BLAKE2B 
c7112040e699eeba4aaa753637a4039597979962c6e4815c2f10af993dd0724e5c18c99d3438e3efec5a18878be33cfd7eb641489a4d3546c92c3ad8e7551647
 SHA512 
c34f7ace7ab5c077ce5f6cc3fbc38323ad34ccf639a77c4b82ee0905ac2910b584140333d9a7afeb53596619baa15ba890ba25c34c3dbcb49e646f9ecff1f362

diff --git a/www-apps/uwebsockets/uwebsockets-18.9.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.9.0.ebuild
new file mode 100644
index 000..2738b66
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-18.9.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.4.1"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-src_Loop.h.patch"
+)
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2020-07-01 Thread Aisha Tammy
commit: 58d9975c8d5535d53d875785d0ac337d46fd981e
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Jul  2 00:33:20 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu Jul  2 00:33:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58d9975c

www-apps/uwebsockets: drop old version

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest  |  1 -
 www-apps/uwebsockets/uwebsockets-18.8.0.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 28e76bf..026f065 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,2 +1 @@
-DIST uwebsockets-18.8.0.tar.gz 265075 BLAKE2B 
cad647271aa56c5a66ae149db1cb1f254f3ad27f52ce549dff406f91a0415780bf5375c47facf09bf953d7d75f690243a1f1dfbb94891822d2637ead7559c81c
 SHA512 
9e1741134ca628fc4ed3b634eec57c825af90f1cdccaaee48aa5ba86ee5aef08274fcc1621703d155a9f4a388fddee57c60d333dba985dfcf8b4e6f1870692d9
 DIST uwebsockets-18.9.0.tar.gz 265223 BLAKE2B 
c7112040e699eeba4aaa753637a4039597979962c6e4815c2f10af993dd0724e5c18c99d3438e3efec5a18878be33cfd7eb641489a4d3546c92c3ad8e7551647
 SHA512 
c34f7ace7ab5c077ce5f6cc3fbc38323ad34ccf639a77c4b82ee0905ac2910b584140333d9a7afeb53596619baa15ba890ba25c34c3dbcb49e646f9ecff1f362

diff --git a/www-apps/uwebsockets/uwebsockets-18.8.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.8.0.ebuild
deleted file mode 100644
index 2738b66..000
--- a/www-apps/uwebsockets/uwebsockets-18.8.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
-HOMEPAGE="https://github.com/uNetworking/uWebSockets;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
-else
-   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/uWebSockets-${PV}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RDEPEND=">=net-libs/usockets-0.4.1"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-src_Loop.h.patch"
-)
-
-src_prepare() {
-   default
-   mv src uWebSockets
-}
-
-src_compile() {
-   return 0
-}
-
-src_install() {
-   doheader -r uWebSockets
-}



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

2020-07-01 Thread Matt Turner
commit: 38d489ff121ce9d9e4113ed45eab3a4842b5aac8
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  2 00:56:27 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  2 00:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d489ff

profiles/sparc: Mask USE=vulkan

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

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

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index b6c50e3dcc5..86f917e6f91 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -sparc
 
+# Matt Turner  (2020-07-01)
+# Unlikely.
+vulkan
+
 # James Le Cuirot  (2020-05-10)
 # media-libs/allegro is not keyworded.
 allegro



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

2020-07-01 Thread Matt Turner
commit: ad28cd7c9fabb33aab3cc5433b043e05b0038b1f
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  2 00:56:40 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  2 00:56:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad28cd7c

profiles/ia64: Mask USE=vulkan

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

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

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index b1bf6d7bc98..43d8c77ebef 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -ia64
 
+# Matt Turner  (2020-07-01)
+# Unlikely.
+vulkan
+
 # James Le Cuirot  (2020-05-10)
 # media-libs/allegro is not keyworded.
 allegro



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

2020-07-01 Thread Matt Turner
commit: d9808d81915052e6e0583f7edcc4416714e99aac
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  2 00:55:02 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  2 00:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9808d81

profiles/hppa: Mask USE=vulkan

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

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

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 5b7962c71db..e6217f6a5a9 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Matt Turner  (2020-07-01)
+# Unlikely.
+vulkan
+
 # Rolf Eike Beer  (2020-04-21)
 # ruby2.4 will go away soon, avoid keywording older packages
 ruby_targets_ruby24



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2020-07-01 Thread Jory Pratt
commit: b951a3ff25c5e81198d4184908798afa5a5b501d
Author: Jory Pratt  gentoo  org>
AuthorDate: Thu Jul  2 00:42:42 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jul  2 00:42:42 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b951a3ff

sys-apps/iucode_tool: fix patch application

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

 sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
index 5f0ebd5..dd332df 100644
--- a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
@@ -20,6 +20,8 @@ RDEPEND=${DEPEND}
 S="${WORKDIR}/${PN/_/-}-${PV}"
 
 src_prepare() {
+   default
+
eapply "${FILESDIR}/${PN}-2.2-limits.patch"
use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
 



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2020-07-01 Thread Jory Pratt
commit: 3781cf0c3047e12aeaa119b2159486c4c79a6f2c
Author: Jory Pratt  gentoo  org>
AuthorDate: Thu Jul  2 00:40:25 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jul  2 00:40:25 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3781cf0c

sys-apps/iucode_tool: bump to eapi=7

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

 .../{iucode_tool-2.3.1.ebuild => iucode_tool-2.3.1-r1.ebuild}   | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
similarity index 92%
rename from sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
rename to sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
index 431aeb4..5f0ebd5 100644
--- a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode 
update collections"
 HOMEPAGE="https://gitlab.com/iucode-tool/;
@@ -23,7 +23,5 @@ src_prepare() {
eapply "${FILESDIR}/${PN}-2.2-limits.patch"
use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
 
-   eapply_user
-
eautoreconf
 }



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

2020-07-01 Thread Matt Turner
commit: 19dbbb46f9a8f08c48aa646387c5644d8d195f00
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  2 00:35:28 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  2 00:35:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dbbb46

profiles/alpha: Mask USE=vulkan

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

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

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 86cce9fb8ad..e664307bd25 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -alpha
 
+# Matt Turner  (2020-07-01)
+# Unlikely.
+vulkan
+
 # James Le Cuirot  (2020-05-10)
 # media-libs/allegro is not keyworded.
 allegro



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/, sci-visualization/paraview/files/

2020-07-01 Thread Andreas Sturmlechner
commit: 27516179bd0c405eaea4c5d3c6df21414f183c5f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 23:37:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul  2 00:03:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27516179

sci-visualization/paraview: Fix build with Qt 5.15

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

 .../files/paraview-5.8.0-w-vtk-8.2.0-qt-5.15.patch | 37 ++
 .../paraview/paraview-5.8.0-r3.ebuild  |  1 +
 2 files changed, 38 insertions(+)

diff --git 
a/sci-visualization/paraview/files/paraview-5.8.0-w-vtk-8.2.0-qt-5.15.patch 
b/sci-visualization/paraview/files/paraview-5.8.0-w-vtk-8.2.0-qt-5.15.patch
new file mode 100644
index 000..1f76b84ac2d
--- /dev/null
+++ b/sci-visualization/paraview/files/paraview-5.8.0-w-vtk-8.2.0-qt-5.15.patch
@@ -0,0 +1,37 @@
+From 797f28697d5ba50c1fa2bc5596af626a3c277826 Mon Sep 17 00:00:00 2001
+From: "Andrew J. P. Maclean" 
+Date: Wed, 27 May 2020 15:27:15 +1000
+Subject: [PATCH] Qt 5.15 needs the include file QPainterPath
+
+---
+ Rendering/Qt/vtkQtLabelRenderStrategy.cxx | 1 +
+ Rendering/Qt/vtkQtStringToImage.cxx   | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx 
b/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx
+index afda585cca..eca65c64cd 100644
+--- a/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx
 b/VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx
+@@ -41,6 +41,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/VTK/Rendering/Qt/vtkQtStringToImage.cxx 
b/VTK/Rendering/Qt/vtkQtStringToImage.cxx
+index 659c71570e..fbb9b78f05 100644
+--- a/VTK/Rendering/Qt/vtkQtStringToImage.cxx
 b/VTK/Rendering/Qt/vtkQtStringToImage.cxx
+@@ -30,6 +30,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.26.2
+

diff --git a/sci-visualization/paraview/paraview-5.8.0-r3.ebuild 
b/sci-visualization/paraview/paraview-5.8.0-r3.ebuild
index fad68f534bd..ed78dca4764 100644
--- a/sci-visualization/paraview/paraview-5.8.0-r3.ebuild
+++ b/sci-visualization/paraview/paraview-5.8.0-r3.ebuild
@@ -105,6 +105,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.0.1-xdmf-cstring.patch
"${FILESDIR}"/${PN}-5.3.0-fix_buildsystem.patch
"${FILESDIR}"/${PN}-5.5.0-allow_custom_build_type.patch
+   "${FILESDIR}"/${P}-w-vtk-8.2.0-qt-5.15.patch
 )
 
 CMAKE_MAKEFILE_GENERATOR="emake" #579474



[gentoo-commits] repo/gentoo:master commit in: games-board/pioneers/

2020-07-01 Thread Andreas Sturmlechner
commit: d07e31c8b9c5abfab2f0cde063116b553e1859cd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul  2 00:02:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul  2 00:03:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07e31c8

games-board/pioneers: Drop 15.3-r1

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

 games-board/pioneers/Manifest|  1 -
 games-board/pioneers/pioneers-15.3-r1.ebuild | 47 
 2 files changed, 48 deletions(-)

diff --git a/games-board/pioneers/Manifest b/games-board/pioneers/Manifest
index 5f1e718393f..082da1f9eb6 100644
--- a/games-board/pioneers/Manifest
+++ b/games-board/pioneers/Manifest
@@ -1,2 +1 @@
-DIST pioneers-15.3.tar.gz 4154470 BLAKE2B 
536b2100ac0dd75d8c118741bffdd433bebcbdef2df54a75a5e9004f5fb2f7859bc75c27935251fc94b3428e730a7be522b88a7ab13224cb545180eb84ad86f9
 SHA512 
57aa8bc48019c87a683a4728d28d56f6bd755a0566922dddb4de825904820d1204f893e73fd13465fcec63cecb4a5735a90338f6ff915b7f17113dc0f1e834c1
 DIST pioneers-15.5.tar.gz 4975627 BLAKE2B 
8cae5df3e122743819196f0442ba18cedcfd4fee51d9e76ef4137f120e3429456f58ca9d6e537b8e0206c937d882b4a22d76ae333a7d5d7dc69d65f7bbd94b18
 SHA512 
a3261197348d7e994da81ad4948755520bf29678614a9ea2b2cacc81622093c6460b0cee671a04c125684d88a9ee1deb9206ccb73ab1440be1a1505e24b2ed2a

diff --git a/games-board/pioneers/pioneers-15.3-r1.ebuild 
b/games-board/pioneers/pioneers-15.3-r1.ebuild
deleted file mode 100644
index da4fa55fbc9..000
--- a/games-board/pioneers/pioneers-15.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A clone of the popular board game The Settlers of Catan"
-HOMEPAGE="http://pio.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pio/${P}.tar.gz"
-
-LICENSE="GPL-2 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated help nls"
-
-# dev-util/gob only for autoreconf
-RDEPEND=">=dev-libs/glib-2.26:2
-   !dedicated? (
-   >=x11-libs/gtk+-3.4:3
-   >=x11-libs/libnotify-0.7.4
-   help? (
-   app-text/rarian
-   >=gnome-base/libgnome-2.10
-   )
-   )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   dev-util/gob:2
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable nls) \
-   $(use_enable help) \
-   --includedir=/usr/include \
-   $(use_with !dedicated gtk)
-}
-
-src_install() {
-   DOCS='AUTHORS ChangeLog README TODO NEWS' \
-   gnome2_src_install 
scrollkeeper_localstate_dir="${ED%/}"/var/lib/scrollkeeper/
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/pioneers/files/, games-board/pioneers/

2020-07-01 Thread Andreas Sturmlechner
commit: 55672a7ee7ce86981de4cfaaac2899083162a112
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul  2 00:00:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul  2 00:03:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55672a7e

games-board/pioneers: 15.5 version bump, fix build w/ -fno-common

Bug: https://bugs.gentoo.org/728984
Closes: https://bugs.gentoo.org/708834
Closes: https://bugs.gentoo.org/636342
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-board/pioneers/Manifest  |  1 +
 .../pioneers/files/pioneers-15.5-fno-common.patch  | 12 ++
 games-board/pioneers/pioneers-15.5.ebuild  | 46 ++
 3 files changed, 59 insertions(+)

diff --git a/games-board/pioneers/Manifest b/games-board/pioneers/Manifest
index a1195e54057..5f1e718393f 100644
--- a/games-board/pioneers/Manifest
+++ b/games-board/pioneers/Manifest
@@ -1 +1,2 @@
 DIST pioneers-15.3.tar.gz 4154470 BLAKE2B 
536b2100ac0dd75d8c118741bffdd433bebcbdef2df54a75a5e9004f5fb2f7859bc75c27935251fc94b3428e730a7be522b88a7ab13224cb545180eb84ad86f9
 SHA512 
57aa8bc48019c87a683a4728d28d56f6bd755a0566922dddb4de825904820d1204f893e73fd13465fcec63cecb4a5735a90338f6ff915b7f17113dc0f1e834c1
+DIST pioneers-15.5.tar.gz 4975627 BLAKE2B 
8cae5df3e122743819196f0442ba18cedcfd4fee51d9e76ef4137f120e3429456f58ca9d6e537b8e0206c937d882b4a22d76ae333a7d5d7dc69d65f7bbd94b18
 SHA512 
a3261197348d7e994da81ad4948755520bf29678614a9ea2b2cacc81622093c6460b0cee671a04c125684d88a9ee1deb9206ccb73ab1440be1a1505e24b2ed2a

diff --git a/games-board/pioneers/files/pioneers-15.5-fno-common.patch 
b/games-board/pioneers/files/pioneers-15.5-fno-common.patch
new file mode 100644
index 000..5d8522b772e
--- /dev/null
+++ b/games-board/pioneers/files/pioneers-15.5-fno-common.patch
@@ -0,0 +1,12 @@
+diff -up a/common/game.h.me b/common/game.h
+--- a/common/game.h.me 2020-02-06 12:05:24.472403768 +0100
 b/common/game.h2020-02-06 12:05:45.662644226 +0100
+@@ -137,7 +137,7 @@ typedef enum {
+ typedef void (*WriteLineFunc) (gpointer user_data, const gchar *);
+ 
+ /** Default style for a player. */
+-const gchar *default_player_style;
++extern const gchar *default_player_style;
+ 
+ GameParams *params_new(void);
+ GameParams *params_copy(const GameParams * params);

diff --git a/games-board/pioneers/pioneers-15.5.ebuild 
b/games-board/pioneers/pioneers-15.5.ebuild
new file mode 100644
index 000..afd322eae4c
--- /dev/null
+++ b/games-board/pioneers/pioneers-15.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Clone of the popular board game The Settlers of Catan"
+HOMEPAGE="http://pio.sourceforge.net/;
+SRC_URI="mirror://sourceforge/pio/${P}.tar.gz"
+
+LICENSE="GPL-2 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dedicated help nls"
+
+# dev-util/gob only for autoreconf
+RDEPEND="
+   >=dev-libs/glib-2.28:2
+   !dedicated? (
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libnotify-0.7.4
+   help? ( app-text/yelp-tools )
+   )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/gob:2
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS ChangeLog README TODO NEWS )
+
+PATCHES=( "${FILESDIR}/${P}-fno-common.patch" )
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable nls) \
+   $(use_enable help) \
+   --includedir=/usr/include \
+   $(use_with !dedicated gtk)
+}
+
+src_install() {
+   gnome2_src_install 
scrollkeeper_localstate_dir="${ED%/}"/var/lib/scrollkeeper/
+}



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

2020-07-01 Thread Aaron Bauman
commit: 64794ff56c4f0b40ed28d773805a1d0918199b12
Author: Hank Leininger  korelogic  com>
AuthorDate: Mon Jun  8 09:32:35 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 23:55:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64794ff5

net-firewall/fwknop: Drop python2-only module, cleanup .a

The fko python module is python2-only. Most(?) uses of fwknop do not
need the optional python module at all. Removed it and if that causes
problems, will deal with it.

Also added a USE=static-libs flag, and clean up .a if it is not set.

Signed-off-by: Hank Leininger  korelogic.com>
Closes: https://bugs.gentoo.org/724896
Closes: https://bugs.gentoo.org/708414
Closes: https://github.com/gentoo/gentoo/pull/16115
Signed-off-by: Aaron Bauman  gentoo.org>

 net-firewall/fwknop/fwknop-2.6.10-r2.ebuild | 126 
 1 file changed, 126 insertions(+)

diff --git a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild 
b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild
new file mode 100644
index 000..64a0407290b
--- /dev/null
+++ b/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils linux-info readme.gentoo-r1 systemd
+
+DESCRIPTION="Single Packet Authorization and Port Knocking application"
+HOMEPAGE="https://www.cipherdyne.org/fwknop/;
+SRC_URI="https://www.cipherdyne.org/fwknop/download/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+client extras firewalld gdbm gpg +iptables nfqueue +server static-libs 
udp-server"
+
+DEPEND="
+   client? ( net-misc/wget[ssl] )
+   firewalld? ( net-firewall/firewalld )
+   gdbm? ( sys-libs/gdbm )
+   gpg? (
+   app-crypt/gpgme
+   dev-libs/libassuan
+   dev-libs/libgpg-error
+   )
+   iptables? ( net-firewall/iptables )
+   nfqueue? ( net-libs/libnetfilter_queue )
+   server? ( !nfqueue? ( !udp-server? ( net-libs/libpcap ) ) )
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="
+   nfqueue? ( server )
+   server? ( ^^ ( firewalld iptables ) )
+   udp-server? ( server )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-2.6.10_fno-common_fix.patch" )
+
+DOCS=( AUTHORS ChangeLog README )
+
+DISABLE_AUTOFORMATTING=1
+DOC_CONTENTS="
+Example configuration files were installed to '${EPREFIX}/etc/fwknopd/'.
+Please edit them to suit your needs and then remove the .example suffix.
+
+fwknopd supports several backends: firewalld, iptables, ipfw, pf, ipf.
+You can set the desired backend via FIREWALL_EXE option in fwknopd.conf
+instead of the default one chosen at compile time.
+"
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default_src_prepare
+
+   # Install example configs with .example suffix.
+   if use server; then
+   sed -i -e 's|conf;|conf.example;|g' Makefile.am || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localstatedir="${EPREFIX}/run"
+   $(use_enable client)
+   $(use_enable !gdbm file-cache)
+   $(use_enable nfqueue nfq-capture)
+   $(use_enable server)
+   $(use_enable udp-server)
+   $(use_with gpg gpgme)
+   )
+   use firewalld && 
myeconfargs+=(--with-firewalld="${EPREFIX}/usr/sbin/firewalld")
+   use iptables && 
myeconfargs+=(--with-iptables="${EPREFIX}/sbin/iptables")
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default_src_install
+
+   if use extras; then
+   dodoc extras/apparmor/usr.sbin.fwknopd
+   dodoc extras/console-qr/console-qr.sh
+   dodoc extras/fwknop-launcher/*
+   fi
+
+   if use server; then
+   newinitd "${FILESDIR}/fwknopd.init" fwknopd
+   newconfd "${FILESDIR}/fwknopd.confd" fwknopd
+   systemd_dounit "${FILESDIR}/fwknopd.service"
+   systemd_newtmpfilesd "${FILESDIR}/fwknopd.tmpfiles.conf" 
fwknopd.conf
+   readme.gentoo_create_doc
+   fi
+
+   find "${ED}" -type f -name "*.la" -delete || die
+
+   if ! use static-libs ; then
+   find "${ED}" -type f -name libfko.a -delete || die
+   fi
+}
+
+pkg_postinst() {
+   if use server; then
+   readme.gentoo_print_elog
+
+   if ! linux_config_exists || ! linux_chkconfig_present 
NETFILTER_XT_MATCH_COMMENT; then
+   echo
+   ewarn "fwknopd daemon relies on the 'comment' match in 
order to expire"
+   ewarn "created firewall rules, which is an important 
security feature."
+   ewarn "Please enable NETFILTER_XT_MATCH_COMMENT support 
in your kernel."
+   echo
+   fi
+   if use nfqueue && \
+ 

[gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/files/, mail-client/alpine/

2020-07-01 Thread Aaron Bauman
commit: fa7d3b2811cf710b2c29cce480fa2132e186f8f8
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Jun 29 22:01:16 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 23:38:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7d3b28

mail-client/alpine: remove old versions

Bug: https://bugs.gentoo.org/728822

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/16500
Signed-off-by: Aaron Bauman  gentoo.org>

 mail-client/alpine/Manifest|  2 -
 mail-client/alpine/alpine-2.22-r1.ebuild   | 94 --
 mail-client/alpine/alpine-2.22.ebuild  | 90 -
 mail-client/alpine/files/alpine-2.22-cc.patch  | 24 --
 .../alpine/files/alpine-2.22-fno-common.patch  | 19 -
 5 files changed, 229 deletions(-)

diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest
index f8bdceb6c75..673ec9627e6 100644
--- a/mail-client/alpine/Manifest
+++ b/mail-client/alpine/Manifest
@@ -1,4 +1,2 @@
-DIST alpine-2.22-chappa.patch.gz 173232 BLAKE2B 
ac2cfc22119c9e60fdc053212447fb5df8cc59781c049329560d21e19e67d700fe45a07649352747583b500a605499eeb61dfd83ba150c3bd58f4033486e2581
 SHA512 
9db36ebb4fb2efaee975ed33d44cf95780c56075cbc0ad39056268248db38109e1bb04e279b40cdd085b3dfec89d0f9c69aa4ddf5a64b5708437909661288e23
-DIST alpine-2.22.tar.xz 6336604 BLAKE2B 
65cab2000b6c606c002efcca6e731d2c87329b4685dec81d202e95598b4302175137ea84f079af1f766a6ef99d0b2cb51132e12539bea7f4d24954bb48af7bea
 SHA512 
7737dce02ac94170948df7fccb61380c6cb101190e37f5b3ba281d573f54df1db24569d177b460f49bfff381a922be2e4b0f3a0f1a213d88a64d361aedc3c4f1
 DIST alpine-2.23-chappa.patch.gz 172604 BLAKE2B 
f814a269fe316dd42e73f98b09a67b26f8d0c5db9bc83ebcc6145f7f3373f14a5fa9f7991f60a4186c0f078428fa0a38bc81b0459998045ea433438f730f05a8
 SHA512 
5195db336651da161b3d94afeab8f46fd6bd3d1953db72b8f453355b46eafe8afe26eccb2466024f077fc3e40ff52e1a14a126ce3cc33fdcfcaeded67f9422d0
 DIST alpine-2.23.tar.xz 6330784 BLAKE2B 
e7be73dc0ccf04cfbd8712e70f8b114063983b971c1d967765b41ab0bf86369815d954e85fc4d9622539b1e3a6324ffda635a2808b9439a123302e7f9c9f421d
 SHA512 
abc3675b18d6bd20a547b8e2c3f1f4c668aee2f2d20f426f28b4b3d4cfd66762777007441da3b0fda74e625c71bc2ef05434089508c2af804e62cf216df5554b

diff --git a/mail-client/alpine/alpine-2.22-r1.ebuild 
b/mail-client/alpine/alpine-2.22-r1.ebuild
deleted file mode 100644
index 9a57c1139c8..000
--- a/mail-client/alpine/alpine-2.22-r1.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
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="An easy to use text-based based mail and news client"
-HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/;
-CHAPPA_PATCH_NAME="${P}-chappa.patch"
-SRC_URI="http://alpine.x10host.com/alpine/release/src/${P}.tar.xz
-   chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz -> 
${CHAPPA_PATCH_NAME}.gz ) "
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+chappa doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime 
spell ssl threads"
-
-DEPEND=">=sys-libs/ncurses-5.1:0=
-   kerberos? ( app-crypt/mit-krb5 )
-   ldap? ( net-nds/openldap )
-   spell? ( app-text/aspell )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-RDEPEND="${DEPEND}
-   app-misc/mime-types
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-cc.patch"
-   "${FILESDIR}/${P}-fno-common.patch"
-)
-
-src_prepare() {
-   default
-   use chappa && eapply "${WORKDIR}/${CHAPPA_PATCH_NAME}"
-   eautoreconf
-   tc-export CC RANLIB AR
-   export CC_FOR_BUILD=$(tc-getBUILD_CC)
-}
-
-src_configure() {
-   myconf=(
-   --without-tcl
-   --with-system-pinerc="${EPREFIX}"/etc/pine.conf
-   --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed
-   $(use_with ldap)
-   $(use_with ssl)
-   $(use_with passfile passfile .pinepwd)
-   $(use_with kerberos krb5)
-   $(use_with threads pthread)
-   $(use_with spell interactive-spellcheck /usr/bin/aspell)
-   $(use_enable nls)
-   $(use_with ipv6)
-   $(use_with smime)
-   )
-
-   if use ssl; then
-   myconf+=(
-   --with-ssl-include-dir="${EPREFIX}"/usr/include/openssl
-   --with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir)
-   --with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs
-   )
-   fi
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   emake -j1 AR=$(tc-getAR)
-}
-
-src_install() {
-   if use onlyalpine ; then
-   dobin alpine/alpine
-   doman 

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

2020-07-01 Thread Aaron Bauman
commit: 5ff60a3f2bec4b41964af7d86fe53147933dfa73
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 30 18:28:09 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 23:37:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff60a3f

app-text/c2ps: use HTTPS, fix LICENSE

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

 app-text/c2ps/c2ps-4.0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild
index 84c0be2694a..b0b847069c7 100644
--- a/app-text/c2ps/c2ps-4.0.ebuild
+++ b/app-text/c2ps/c2ps-4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,10 +6,10 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Generates a beautified ps document from a source file (c/c++)"
-HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps;
-SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz;
+HOMEPAGE="https://www.cs.technion.ac.il/users/c2ps;
+SRC_URI="https://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-misc/cbrpager/, profiles/

2020-07-01 Thread Andreas Sturmlechner
commit: 6e9b0f5475f0b41ed050eba2b7d8469eab877e34
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 23:24:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 23:24:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9b0f54

app-misc/cbrpager: Remove last-rited package

Closes: https://bugs.gentoo.org/726826
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-misc/cbrpager/Manifest   |  1 -
 app-misc/cbrpager/cbrpager-0.9.22.ebuild | 28 
 app-misc/cbrpager/metadata.xml   |  8 
 profiles/package.mask|  5 -
 4 files changed, 42 deletions(-)

diff --git a/app-misc/cbrpager/Manifest b/app-misc/cbrpager/Manifest
deleted file mode 100644
index 0dde3515af3..000
--- a/app-misc/cbrpager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cbrpager-0.9.22.tar.gz 146216 BLAKE2B 
3396328ea7e017e0cf13722cc8545ce75ccf2cbc0446d1fcebefa02527dc32e3403ed29e456507495ebc3bcd94ce6a42b9b9f574b581952d94bee1efbc2a1ef9
 SHA512 
dc4bcf14528e6708a3ff0fc3b7e3163dfb9d6063f1cf40545b4f804915afedd9db4cd461834de7ee92fcd4b2f302b7f2ed0d9ae022e220dd8e6c95ccabea34d5

diff --git a/app-misc/cbrpager/cbrpager-0.9.22.ebuild 
b/app-misc/cbrpager/cbrpager-0.9.22.ebuild
deleted file mode 100644
index 71d60c79920..000
--- a/app-misc/cbrpager/cbrpager-0.9.22.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop
-
-DESCRIPTION="a simple comic book pager"
-HOMEPAGE="http://cbrpager.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="|| ( app-arch/unrar app-arch/rar )
-   >=gnome-base/libgnomeui-2"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   dodoc CONTRIBUTORS
-
-   make_desktop_entry ${PN} "CBR Pager" ${PN} 
"Graphics;Viewer;Amusement;GTK"
-}

diff --git a/app-misc/cbrpager/metadata.xml b/app-misc/cbrpager/metadata.xml
deleted file mode 100644
index ab75470f3ea..000
--- a/app-misc/cbrpager/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   cbrpager
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 33449a0337e..8a197313c6a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -412,11 +412,6 @@ app-misc/webcomics-collector
 net-misc/pytvshows
 net-news/rawdog
 
-# Andreas Sturmlechner  (2020-06-02)
-# libgnomeui revdeps with no sign of upstream porting away or doing anything.
-# No maintainer. Bug #726826. Masked for removal in 30 days.
-app-misc/cbrpager
-
 # Jonas Stein  (2020-06-01)
 # Last rite package due to missing/unclear license.
 # Removal after 2020-08-01



[gentoo-commits] repo/gentoo:master commit in: app-misc/ignuit/, profiles/

2020-07-01 Thread Andreas Sturmlechner
commit: 5f50f6b6a52c623af667963210c184302b249c1f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 23:23:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 23:24:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f50f6b6

app-misc/ignuit: Remove last-rited package

Closes: https://bugs.gentoo.org/726822
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-misc/ignuit/Manifest |  1 -
 app-misc/ignuit/ignuit-2.24.3.ebuild | 52 
 app-misc/ignuit/metadata.xml |  5 
 profiles/package.mask|  3 +--
 4 files changed, 1 insertion(+), 60 deletions(-)

diff --git a/app-misc/ignuit/Manifest b/app-misc/ignuit/Manifest
deleted file mode 100644
index da36070ff21..000
--- a/app-misc/ignuit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ignuit-2.24.3.testing.tar.gz 573592 BLAKE2B 
ae3fb9d5b0616a7305e00aeb54a55199ded1f518725342af39d6b79079589fecaa6bc3b3de541cc963f32972e79348a6fc824410cce975a9ea3ef9592f663852
 SHA512 
c52997745e905abfcdf8bfa8dfb04065fe05a34a9abdd0348bcb3c480d4bcb56ca279c9074d4659a237593a4697cb18ec7092fd79ee682a2b1a26749e8987d4d

diff --git a/app-misc/ignuit/ignuit-2.24.3.ebuild 
b/app-misc/ignuit/ignuit-2.24.3.ebuild
deleted file mode 100644
index 764322cae99..000
--- a/app-misc/ignuit/ignuit-2.24.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Memorization aid based on the Leitner flashcard system"
-HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#ignuit;
-#SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz;
-# Upstream has put this out as an "emergency release" onto Google Drive; 
mirror it..
-SRC_URI="https://dev.gentoo.org/~leio/distfiles/${P}.testing.tar.gz;
-S="${WORKDIR}/${P}.testing"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="examples latex"
-
-RDEPEND="
-   >=app-text/gnome-doc-utils-0.3.2
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-   >=dev-libs/libxslt-1.1.28
-   >=gnome-base/libgnomeui-2.24.5
-   >=gnome-base/gconf-3.2.6:2
-   gnome-base/libglade:2.0
-   >=media-libs/gstreamer-1.8.2:1.0
-   x11-libs/gtk+:2
-   x11-libs/pango
-   latex? (
-   app-text/dvipng
-   virtual/latex-base
-   )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.50.0
-   sys-devel/gettext
-   app-text/gnome-doc-utils
-"
-
-src_prepare() {
-   eautoreconf # Needed to fix bogus intltool rules
-   gnome2_src_prepare
-}
-
-src_install() {
-   gnome2_src_install
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   fi
-}

diff --git a/app-misc/ignuit/metadata.xml b/app-misc/ignuit/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/app-misc/ignuit/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 55908ad495b..33449a0337e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -414,9 +414,8 @@ net-news/rawdog
 
 # Andreas Sturmlechner  (2020-06-02)
 # libgnomeui revdeps with no sign of upstream porting away or doing anything.
-# No maintainer. Bugs #726826, #726822. Masked for removal in 30 days.
+# No maintainer. Bug #726826. Masked for removal in 30 days.
 app-misc/cbrpager
-app-misc/ignuit
 
 # Jonas Stein  (2020-06-01)
 # Last rite package due to missing/unclear license.



[gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/

2020-07-01 Thread Andreas Sturmlechner
commit: 0c278a80ab9a54aaa8683c208239be527dd36a5b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 22:45:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 22:45:27 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c278a80

media-gfx/kphotoalbum: Drop IUSE=kipi

Upstream commit 3f6b3849a55487493cdcc7ac673f8c690569023d

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

 media-gfx/kphotoalbum/kphotoalbum-.ebuild | 5 +
 media-gfx/kphotoalbum/metadata.xml| 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-gfx/kphotoalbum/kphotoalbum-.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-.ebuild
index edb0c7752c..7101e93934 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-2+ FDL-1.2"
 SLOT="5"
-IUSE="+kipi map +raw share"
+IUSE="map +raw share"
 
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -43,21 +43,18 @@ DEPEND="
media-gfx/exiv2:=
media-libs/phonon[qt5(+)]
virtual/jpeg:0
-   kipi? ( kde-apps/libkipi:5= )
map? ( kde-apps/marble:5 )
raw? ( kde-apps/libkdcraw:5 )
share? ( >=kde-frameworks/kxmlgui-${KFMIN}:5 )
 "
 RDEPEND="${DEPEND}
media-video/ffmpeg
-   kipi? ( kde-apps/kipi-plugins:5 )
 "
 
 DOCS=( ChangeLog README.md )
 
 src_configure() {
local mycmakeargs=(
-   $(cmake_use_find_package kipi KF5Kipi)
$(cmake_use_find_package map Marble)
$(cmake_use_find_package raw KF5KDcraw)
$(cmake_use_find_package share KF5Purpose)

diff --git a/media-gfx/kphotoalbum/metadata.xml 
b/media-gfx/kphotoalbum/metadata.xml
index ecd49551d4..0beca710e3 100644
--- a/media-gfx/kphotoalbum/metadata.xml
+++ b/media-gfx/kphotoalbum/metadata.xml
@@ -6,7 +6,6 @@
Gentoo KDE Project


-   Support for the KDE Image Plugin 
Interface
Enable map display support using 
kde-apps/libkgeomap
Enable support for a share menu using 
kde-frameworks/purpose




[gentoo-commits] proj/kde:master commit in: kde-plasma/kdeplasma-addons/

2020-07-01 Thread Andreas Sturmlechner
commit: 11ee752ac43ef9c4aa67ba5f2930ef62101de5f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 22:58:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 22:58:31 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=11ee752a

kde-plasma/kdeplasma-addons: Update DEPENDs

Upstream commit d5f9e6af9f9cda210b15d5c10b370006c86bd7ad

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

 kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild 
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
index f4e47c197c..c6c507da80 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
@@ -27,6 +27,7 @@ DEPEND="
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/kholidays-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5



[gentoo-commits] proj/kde:master commit in: kde-plasma/kdeplasma-addons/

2020-07-01 Thread Andreas Sturmlechner
commit: 2b12630ad038fe06abd092925f6844aac071143a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 23:02:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 23:02:20 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b12630a

kde-plasma/kdeplasma-addons: Set ECM_HANDBOOK="forceoptional"

Upstream commit 08bb4ec7370cb2f1bf0c8610a82d3bd48d1bc7bb

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

 kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild 
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
index c6c507da80..3593e826a1 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+ECM_HANDBOOK="forceoptional"
 KFMIN=
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.14.2



[gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/

2020-07-01 Thread Andreas Sturmlechner
commit: 77211fd8fdb5287e8a98e3a08af34f08358288e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 22:49:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 22:49:43 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=77211fd8

media-gfx/kphotoalbum: Drop unused DEPEND

KPA_ENABLE_REMOTECONTROL is not exposed yet.

Upstream commit ac605622ada48b5a3f2c42dac6a2172f69bbd695

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

 media-gfx/kphotoalbum/kphotoalbum-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-gfx/kphotoalbum/kphotoalbum-.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-.ebuild
index 7101e93934..dfafce49dc 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-.ebuild
@@ -23,7 +23,6 @@ IUSE="map +raw share"
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtsql-${QTMIN}:5[sqlite]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pylatex/

2020-07-01 Thread David Denoncin
commit: c2bf20b395028a82fb55ebb18031fa9697e577ac
Author: David Denoncin  gmail  com>
AuthorDate: Wed Jul  1 22:01:21 2020 +
Commit: David Denoncin  gmail  com>
CommitDate: Wed Jul  1 22:01:21 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2bf20b3

dev-python/pylatex: vbump 1.3.3

Introduce some style change. Also decompress examples.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin  gmail.com>

 dev-python/pylatex/Manifest |  1 +
 dev-python/pylatex/pylatex-1.3.3.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index 1b97c37..193e905 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1 +1,2 @@
 DIST pylatex-1.3.2.tar.gz 300576 BLAKE2B 
c096c3e182bdc13fc07c1c2b4bf6ce2e52c04fdd91da0c628d88b5fc1655c4236f468fb261b43882a41f38a389ebcc5c5f6248798df6a04e78b0cb9d4c12d2c4
 SHA512 
c2b7477e3f93f122865f8b68a4312d60b3548601040e51f6a80653bb5b2de8e516bb1f2d6b8ac48a5e0aba8d883c42c58757f6b1cffec5173e8edb071bf25351
+DIST pylatex-1.3.3.tar.gz 300639 BLAKE2B 
ac8fad8fa7e6e821cda168f3ae8ffb5acec21d688761b153ef2f9383b6a2f2ac7daea65f04389eb1ba3152fc50176d73cb814a78d2b5250ead2c6647eb96635a
 SHA512 
12f51805996d84840f68844b79384ce4d2c29dde4db06f73b8887fe012abeaa4b9c5cf5e449132e626132b50ba26f014a899d548e3c0def25289671fd92e41a6

diff --git a/dev-python/pylatex/pylatex-1.3.3.ebuild 
b/dev-python/pylatex/pylatex-1.3.3.ebuild
new file mode 100644
index 000..79de19f
--- /dev/null
+++ b/dev-python/pylatex/pylatex-1.3.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="PyLaTeX"
+MY_P="${MY_PN}-${PV}"
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1 eutils
+
+DESCRIPTION="A Python library for creating LaTeX files and snippets"
+HOMEPAGE="https://github.com/JelteF/PyLaTeX;
+SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/ordered-set[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
+distutils_enable_tests nose
+
+BDEPEND+="
+   test? (
+   ${RDEPEND}
+   dev-python/quantities[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   app-text/texlive
+   dev-texlive/texlive-latexextra
+)"
+
+S="${WORKDIR}/${MY_P}"
+
+python_install_all() {
+   if use examples ; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/"${PF}"/examples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   elog "Optional dependencies:"
+   optfeature "compiling generated files" app-text/texlive 
dev-texlive/texlive-latexextra
+   optfeature "matplotlib support" dev-python/matplotlib
+   optfeature "numpy support" dev-python/numpy
+   optfeature "quantities support" dev-python/quantities
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2020-07-01 Thread Sven Wegener
commit: 67de87a7318cfb8fd5b838bbd7ab7c9a237f269f
Author: Sven Wegener  gentoo  org>
AuthorDate: Wed Jul  1 21:52:25 2020 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Wed Jul  1 21:52:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67de87a7

net-dns/pdns-recursor: Version bump, security bug #730362

Bug: https://bugs.gentoo.org/730362
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/Manifest   |  1 +
 net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 81 
 2 files changed, 82 insertions(+)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index 52c8e3e1c43..79e1ae83ecd 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1 +1,2 @@
 DIST pdns-recursor-4.3.1.tar.bz2 1334817 BLAKE2B 
1972259e42b1cefd9069a36d2bb235652ce234d525a2e3f19c96a93bf26f34063e6d04240146bba0560573c1d2ad042a579d6ab557fc7ac0aadee09fa15ee397
 SHA512 
49ae4957ef202f94ec87e6449dfa9c147689b5576ca1002e0155319099d698300c113e221571f6d41cb1cdc1649619621c2ccf8105620c25452ac30bd83e46b8
+DIST pdns-recursor-4.3.2.tar.bz2 1354549 BLAKE2B 
253f9a6ec3b7bfb4d3a97953c9f65458b479bdaa20fcc28d980a1cf4c1f15f80ad35251687bb5410f14268be79de4bbcec8bc36663a0a8eb51894fa6e4242547
 SHA512 
d1ca566dc8785fda3764838a0ea598acc4106b6261ebdbbe43fc6a6e4a82c375f7ef3f6d23fbd9b216067eb9cf56fcae6d460bfc7957ba4c201d466ad15d75d7

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
new file mode 100644
index 000..0806261b1f4
--- /dev/null
+++ b/net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic
+
+DESCRIPTION="The PowerDNS Recursor"
+HOMEPAGE="https://www.powerdns.com/;
+SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug dnstap libressl luajit protobuf snmp sodium systemd"
+REQUIRED_USE="dnstap? ( protobuf )"
+
+DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
+   luajit? ( dev-lang/luajit:= )
+   protobuf? (
+   dev-libs/protobuf
+   >=dev-libs/boost-1.42:=
+   )
+   dnstap? ( dev-libs/fstrm )
+   systemd? ( sys-apps/systemd:0= )
+   snmp? ( net-analyzer/net-snmp )
+   sodium? ( dev-libs/libsodium:= )
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
+   >=dev-libs/boost-1.35:="
+RDEPEND="${DEPEND}
+   !

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

2020-07-01 Thread Sergei Trofimovich
commit: 3547a19e1730c69e7e83aab01a63147e1d5f0dc9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  1 21:43:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  1 21:43:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3547a19e

dev-lang/erlang: drop unused dev-lang/tk dependency

Reported-by: xgqt  protonmail.com
Closes: https://bugs.gentoo.org/730048
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/erlang/erlang-21.1.1.ebuild | 3 +--
 dev-lang/erlang/erlang-22.3.2.ebuild | 1 -
 dev-lang/erlang/erlang-22.3.4.ebuild | 1 -
 dev-lang/erlang/erlang-23.0.1.ebuild | 1 -
 4 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-lang/erlang/erlang-21.1.1.ebuild 
b/dev-lang/erlang/erlang-21.1.1.ebuild
index 8eae33756bb..b88fb159aca 100644
--- a/dev-lang/erlang/erlang-21.1.1.ebuild
+++ b/dev-lang/erlang/erlang-21.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,7 +37,6 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
systemd? ( sys-apps/systemd )
-   tk? ( dev-lang/tk:0 )
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
 "
 DEPEND="${RDEPEND}

diff --git a/dev-lang/erlang/erlang-22.3.2.ebuild 
b/dev-lang/erlang/erlang-22.3.2.ebuild
index 10e018b031d..eefe9fc3c90 100644
--- a/dev-lang/erlang/erlang-22.3.2.ebuild
+++ b/dev-lang/erlang/erlang-22.3.2.ebuild
@@ -39,7 +39,6 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
systemd? ( sys-apps/systemd )
-   tk? ( dev-lang/tk:0 )
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
 "
 DEPEND="${RDEPEND}

diff --git a/dev-lang/erlang/erlang-22.3.4.ebuild 
b/dev-lang/erlang/erlang-22.3.4.ebuild
index 5a0f4f57d15..a35562ba467 100644
--- a/dev-lang/erlang/erlang-22.3.4.ebuild
+++ b/dev-lang/erlang/erlang-22.3.4.ebuild
@@ -39,7 +39,6 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
systemd? ( sys-apps/systemd )
-   tk? ( dev-lang/tk:0 )
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
 "
 DEPEND="${RDEPEND}

diff --git a/dev-lang/erlang/erlang-23.0.1.ebuild 
b/dev-lang/erlang/erlang-23.0.1.ebuild
index 10e018b031d..eefe9fc3c90 100644
--- a/dev-lang/erlang/erlang-23.0.1.ebuild
+++ b/dev-lang/erlang/erlang-23.0.1.ebuild
@@ -39,7 +39,6 @@ RDEPEND="
libressl? ( dev-libs/libressl:0= )
)
systemd? ( sys-apps/systemd )
-   tk? ( dev-lang/tk:0 )
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
 "
 DEPEND="${RDEPEND}



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

2020-07-01 Thread Sergei Trofimovich
commit: 81db8780b3933a9e282ada2effe9efb7963926d1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  1 21:33:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  1 21:33:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81db8780

net-libs/rpcsvc-proto: bump up to 1.4.2

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

 net-libs/rpcsvc-proto/Manifest  |  1 +
 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
index 8680cd917c8..f85b701b110 100644
--- a/net-libs/rpcsvc-proto/Manifest
+++ b/net-libs/rpcsvc-proto/Manifest
@@ -1 +1,2 @@
 DIST rpcsvc-proto-1.4.1.tar.gz 61724 BLAKE2B 
4fd04b36d30561edf3bbc9f565b07a8f1450ca28d7489b63d241f0b7eb2b98640d2dc2d798b1469460f682c0774fc99a995239d7e0fe2f244852b2561b37a0fb
 SHA512 
a75546255bc5c553ec12dc0844783907b70499eb65ea6fb9de7c0a0f669e4ef0caa717c0cbe9ba8651dc7acfb0c9c4e0fc644ebf12e0a704819fa47e6c65b8b7
+DIST rpcsvc-proto-1.4.2.tar.gz 61788 BLAKE2B 
e941fa86088d690e3e80a501beb5169a51ff77b60d618f54db9d9fd5fb96c2b2a4277ab8d847dcdb29dadd2f6947d155b15cd8b6af1f1420e023da8637d555c0
 SHA512 
6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
new file mode 100644
index 000..d7df5d09a44
--- /dev/null
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="rpcsvc protocol definitions from glibc"
+HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto;
+SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-2.1+ BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE=""
+
+# sys-devel/gettext is only for libintl detection macros.
+DEPEND="sys-devel/gettext"
+RDEPEND="
+   !

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

2020-07-01 Thread Georgy Yakovlev
commit: 097ae2bc2410e259bc95344bfb8bacfb0c20720d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul  1 21:18:33 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul  1 21:22:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097ae2bc

dev-util/bear: new package, compile_commands.json generator

used to feed clangd/lsp and other tools.

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

 dev-util/bear/Manifest  |  1 +
 dev-util/bear/bear-2.4.3.ebuild | 61 +
 dev-util/bear/metadata.xml  | 19 +
 3 files changed, 81 insertions(+)

diff --git a/dev-util/bear/Manifest b/dev-util/bear/Manifest
new file mode 100644
index 000..bbfa7c76de5
--- /dev/null
+++ b/dev-util/bear/Manifest
@@ -0,0 +1 @@
+DIST bear-2.4.3.tar.gz 49933 BLAKE2B 
2a91c30d81f9d0e58a25458579f6b0c867c07d2e532bd2ed29305645e152bd564156f708c4a07a683577412b3fdab1f106685ecf1ad88eaad2f33f0bc43a5baa
 SHA512 
a4690cfc9938d8752ca5c8322ca4c5039746ade059e4459e7f3f91b2bf3d36ea691a5d855cab7a4e7ad8ff76478c48c4394593e069a1cf8396ead41017421753

diff --git a/dev-util/bear/bear-2.4.3.ebuild b/dev-util/bear/bear-2.4.3.ebuild
new file mode 100644
index 000..83600bfdb38
--- /dev/null
+++ b/dev-util/bear/bear-2.4.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit cmake python-single-r1
+
+DESCRIPTION="Build EAR generates a compilation database for clang tooling"
+HOMEPAGE="https://github.com/rizsotto/Bear;
+SRC_URI="https://github.com/rizsotto/Bear/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="test? (
+   app-shells/bash
+   $(python_gen_cond_dep '
+   dev-python/lit[${PYTHON_USEDEP}]
+   ')
+)"
+
+RDEPEND="${PYTHON_DEPS}"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/${P^}"
+
+src_compile() {
+   cmake_src_compile
+   # need to fix it now, before tests are run
+   python_fix_shebang "${BUILD_DIR}"/bear/bear
+   python_fix_shebang test/functional/tools/cdb_diff.py
+}
+
+src_test() {
+   if has sandbox ${FEATURES}; then
+   ewarn "\'FEATURES=sandbox\' detected"
+   ewarn "Bear overrides LD_PRELOAD and conflicts with gentoo 
sandbox"
+   ewarn "Skipping tests"
+   elif
+   has usersandbox ${FEATURES}; then
+   ewarn "\'FEATURES=usersandbox\' detected"
+   ewarn "Skipping tests"
+   elif
+   has_version -b 'sys-devel/gcc-config[-native-symlinks]'; then
+   ewarn "\'sys-devel/gcc-config[-native-symlinks]\' detected, 
tests call /usr/bin/cc directly (hardcoded)"
+   ewarn "and will fail without generic cc symlink"
+   ewarn "Skipping tests"
+   else
+   einfo "removing unwanted/unsupported/xfail tests"
+   rm -v 
test/functional/cases/{end-to-end/scons.ft,intercept/cuda/successful_build.fts,run_pep8.ft}
 || die
+   einfo "test may use optional tools if found: qmake gfortran"
+   cmake_build check
+   fi
+}

diff --git a/dev-util/bear/metadata.xml b/dev-util/bear/metadata.xml
new file mode 100644
index 000..f8c8a305d1e
--- /dev/null
+++ b/dev-util/bear/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   Bear is a tool that generates a compilation database for clang 
tooling.
+   The concept behind Bear is: to execute the original build 
command and intercept the exec calls issued by the build tool.
+   To achieve that, Bear uses the LD_PRELOAD or 
DYLD_INSERT_LIBRARIES mechanisms provided by the dynamic linker.
+   Bear has two components: the library and the binary.
+   The library redefines the exec methods to be used by all child 
processes.
+   The executable enables the use of the library for child 
processes and writes the output file.
+   
+   
+   rizsotto/Bear
+   
+



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

2020-07-01 Thread Jeroen Roovers
commit: 8b4f7a0189a7403613443bb7b514ba9334c2b616
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul  1 21:19:20 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  1 21:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4f7a01

net-analyzer/wireshark: Version 3.2.5

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Bug: https://bugs.gentoo.org/730414
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/wireshark/Manifest   |   1 +
 net-analyzer/wireshark/wireshark-3.2.5.ebuild | 261 ++
 2 files changed, 262 insertions(+)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 31d6a5d49be..081b4d45514 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1 +1,2 @@
 DIST wireshark-3.2.4.tar.xz 31580440 BLAKE2B 
c40c19fde09726192119efe358892157d17e28ab87afa9a5b91203e11d3079b718d8e200522294886613d63d19283198de1256561eaf83436742db3898019e89
 SHA512 
67d20a248c0f4e63a58fd3a4191ede75542e9cfd09b0baa5c0016f72a435527d8f95d34f2d35ef1957c1a9c66844d530162379bfcf9e51b64d0d220b381cb097
+DIST wireshark-3.2.5.tar.xz 31626148 BLAKE2B 
46341b0c703913abaf49c55d2d40be36e4f2d74ab0326d0b893288fb15e27246249234243f68b184b5854cdd4a6c8690c350d5fad231db1dda1620fe76b94c93
 SHA512 
3dc785a6e857f66a9ae3c172bf6a09c2199fe914646ade7b81f0ee18bd3addae57facad898f57675ea4d7177a4315d6a6cdac46e2da063727a83f9bee6994277

diff --git a/net-analyzer/wireshark/wireshark-3.2.5.ebuild 
b/net-analyzer/wireshark/wireshark-3.2.5.ebuild
new file mode 100644
index 000..9ecfd3d5c9b
--- /dev/null
+++ b/net-analyzer/wireshark/wireshark-3.2.5.ebuild
@@ -0,0 +1,261 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+inherit fcaps flag-o-matic multilib python-any-r1 qmake-utils user 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 kerberos libxml2 lua lz4 maxminddb +mergecap
+   +minizip +netlink +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="
+   >=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 )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( dev-libs/libxml2 )
+   lua? ( >=dev-lang/lua-5.1:* )
+   lz4? ( app-arch/lz4 )
+   maxminddb? ( dev-libs/libmaxminddb )
+   minizip? ( sys-libs/zlib[minizip] )
+   netlink? ( dev-libs/libnl:3 )
+   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="
+   plugin-ifdemo? ( plugins )
+"
+RESTRICT="test"
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.4-androiddump.patch
+   "${FILESDIR}"/${PN}-2.6.0-redhat.patch
+   "${FILESDIR}"/${PN}-2.9.0-tfshark-libm.patch
+   "${FILESDIR}"/${PN}--androiddump-wsutil.patch
+   "${FILESDIR}"/${PN}--qtsvg.patch
+   "${FILESDIR}"/${PN}--ui-needs-wiretap.patch
+)
+
+pkg_setup() {
+   enewgroup wireshark
+}
+
+src_configure() {
+   local mycmakeargs
+
+   # 

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

2020-07-01 Thread Lars Wendler
commit: 3aef468ad4ae609c772b401622af7e39a04cffd1
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  1 21:07:24 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  1 21:09:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aef468a

dev-util/cmake: Bump to version 3.18.0_rc3. Removed old

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

 dev-util/cmake/Manifest | 2 +-
 dev-util/cmake/{cmake-3.18.0_rc2.ebuild => cmake-3.18.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 64d8de76b80..464d52ee0c4 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -2,4 +2,4 @@ DIST cmake-3.13.5.tar.gz 8618821 BLAKE2B 
765678bc92821207c53bfb4ac995a791b938f20
 DIST cmake-3.16.5.tar.gz 9111262 BLAKE2B 
5f996113a4979563d7b9f298b4b1a32d6f91eebaa79af42e1cbf247884e443de47e30030fd0f16c7755c4086e2bff0c0741911753ea7c889b68c393c0b98c876
 SHA512 
204ce83501c8068ff660c30a68641a354764135e1600a9a95b39476d072876e400961377e19bbe03a7b18412b36dcf21a693946a2a81cff5985e637e9f193671
 DIST cmake-3.17.2.tar.gz 9469251 BLAKE2B 
85818c6346ee600a0185687809b666a3186831d590680bba8a41d6d52cd3852ce84fdac240100a7b91f06897a779e1e44b67d9a8da4e806347c9a4a46dab354d
 SHA512 
4998ec3ac7367cec237187b1568a1935b402c39959c1869c9ae94e013060f6d2e03089eba34187f91063de169df78425dee2aa01acb925347aeb97f99bcad6a2
 DIST cmake-3.17.3.tar.gz 9470753 BLAKE2B 
a4c863e0cf7105eb47e1bba7641ab3431506f0a4f5c84a4de203cb996e629d1ee236d91ba5e1439f0123ab3c8b3871ef4e3b1c21940aa97c125cc7ab2a3f9873
 SHA512 
13479bd48ef8a8c95277a62b4f42e63152a5979292a98b5456022ca42ad3963cad75e917cc8b92a8485dbf5a2b59cde3fdc90fd9abdb806bc97c8570d03c1c69
-DIST cmake-3.18.0-rc2.tar.gz 8948443 BLAKE2B 
cf225cb9470fb99741fee83f0acb2d9a673130df5c29af546f9742e433e39811f942d5a5e3748110cf6f8af58d65f4dba05ff2106144be933f9d22781d796687
 SHA512 
30f6a223151bbfd9d18c39d5236a7d420e4a526fa88f7254dfffe3dd456b2e6efe66ab206b4c9a9ac758ab4d1cb89a2484c52d90f9d7658a8093f6ee2dc90632
+DIST cmake-3.18.0-rc3.tar.gz 8968777 BLAKE2B 
9fdbe4870e70400bc73f53a4ba37e832b3f32cee1342bdab5e3078ce0969564c3d8d9fde9945fae8cd5da35f77abb2be0c6003b2f321d5458cff65935792a972
 SHA512 
f4bda297c90d6449d6ef3adcf91debc61a9dbef65934dfd1447f86d30747b4b466bb813abe58ee3d6a3aa9e8e49d5e7cd118820e92bec3b2e52f06142faa017e

diff --git a/dev-util/cmake/cmake-3.18.0_rc2.ebuild 
b/dev-util/cmake/cmake-3.18.0_rc3.ebuild
similarity index 100%
rename from dev-util/cmake/cmake-3.18.0_rc2.ebuild
rename to dev-util/cmake/cmake-3.18.0_rc3.ebuild



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

2020-07-01 Thread Lars Wendler
commit: d2f2519e37aa23d8c6b234d8b12df75bf35362d5
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  1 21:04:36 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  1 21:09:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f2519e

net-misc/rsync: Bump to version 3.2.2_pre3. Removed old

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

 net-misc/rsync/Manifest | 2 +-
 net-misc/rsync/{rsync-3.2.2_pre2.ebuild => rsync-3.2.2_pre3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest
index 1ec6bca9afe..1c8d7c1257f 100644
--- a/net-misc/rsync/Manifest
+++ b/net-misc/rsync/Manifest
@@ -1,3 +1,3 @@
 DIST rsync-3.2.0.tar.gz 1048009 BLAKE2B 
641be077a88958a09b083fd9658ae7f40ce3565bee1959f0c7ef82c61356a070e7ca1e0ceeb96b7a1b31a5ee031a84733ade3965aaa93f9e18795df16a6c1460
 SHA512 
01a109e1e061bb7f4734b694e1f15a83efdd8fcb1995e5eeea75a8d245eead4412c09b37b0fcdfe522e368673768e4fa5ed8891ccf3ae42f60293e4e68d506c2
 DIST rsync-3.2.1.tar.gz 1051665 BLAKE2B 
de1ee047b9a378cd16fceb188d0a2e14e78751c8295263e183888b464ced9263be600bbb04b7793d48e7aa1fd2ab0709d717234f346cc6a5a028c3daddcb019e
 SHA512 
80d639ab56a993de8016115fe15794bb9aa7012e4a8300402954760566a821c230af9dcdb19143d70663497a830289212ce329fb0c4fd5c4b6f392d850e5fd8c
-DIST rsync-3.2.2pre2.tar.gz 1056347 BLAKE2B 
648a5cd120cf6468e4009d766a92e91da51d142ff814abdd7db362c7170d36cd0bd7a1ff6672eed79ec2d37b2ec18a40bb18b0fee6f8610cff57f3bb5d029e60
 SHA512 
7427d6929b0b7eff8632db20049cb74fbb31c295e059b86dc92e3fce5c1d260ec1e9c2ec9615d985d55f0d6b22c89410fd61148b26a3eda56b6518efb8ad6518
+DIST rsync-3.2.2pre3.tar.gz 1043941 BLAKE2B 
7f3730d39509af9eba921f2cc23716176ba7287d61f949ad2bfa26ed3252dc43738943937295da6005f1a81bb83281118e517d16c8575de764e37369db31f337
 SHA512 
375c3936f5876a01a35f509df82eb9cfde01fcdc1b401735b6a6298b10fedfc82eb87a51995b2122923d49f941364547b47b03c6bad88995d50c0ee922a0f0ea

diff --git a/net-misc/rsync/rsync-3.2.2_pre2.ebuild 
b/net-misc/rsync/rsync-3.2.2_pre3.ebuild
similarity index 100%
rename from net-misc/rsync/rsync-3.2.2_pre2.ebuild
rename to net-misc/rsync/rsync-3.2.2_pre3.ebuild



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

2020-07-01 Thread Aaron Bauman
commit: 5a79d154a90a4f23b5fc89272aeb3dad47454f9e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 29 20:36:11 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:59:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a79d154

dev-python/gevent: use HTTPS

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

 dev-python/gevent/gevent-1.4.0.ebuild  | 2 +-
 dev-python/gevent/gevent-20.5.1.ebuild | 2 +-
 dev-python/gevent/gevent-20.5.2.ebuild | 2 +-
 dev-python/gevent/gevent-20.6.0.ebuild | 2 +-
 dev-python/gevent/gevent-20.6.1.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/gevent/gevent-1.4.0.ebuild 
b/dev-python/gevent/gevent-1.4.0.ebuild
index 51c761bd8a9..3f87f8d3fe5 100644
--- a/dev-python/gevent/gevent-1.4.0.ebuild
+++ b/dev-python/gevent/gevent-1.4.0.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)"
 inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Coroutine-based network library"
-HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/;
+HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/gevent/gevent-20.5.1.ebuild 
b/dev-python/gevent/gevent-20.5.1.ebuild
index faeb72ae729..9c22b6bec13 100644
--- a/dev-python/gevent/gevent-20.5.1.ebuild
+++ b/dev-python/gevent/gevent-20.5.1.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)"
 inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Coroutine-based network library"
-HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/;
+HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/gevent/gevent-20.5.2.ebuild 
b/dev-python/gevent/gevent-20.5.2.ebuild
index 0ada47ba772..1448d3df4c1 100644
--- a/dev-python/gevent/gevent-20.5.2.ebuild
+++ b/dev-python/gevent/gevent-20.5.2.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)"
 inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Coroutine-based network library"
-HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/;
+HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/gevent/gevent-20.6.0.ebuild 
b/dev-python/gevent/gevent-20.6.0.ebuild
index 0ada47ba772..1448d3df4c1 100644
--- a/dev-python/gevent/gevent-20.6.0.ebuild
+++ b/dev-python/gevent/gevent-20.6.0.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)"
 inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Coroutine-based network library"
-HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/;
+HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/gevent/gevent-20.6.1.ebuild 
b/dev-python/gevent/gevent-20.6.1.ebuild
index 0ada47ba772..1448d3df4c1 100644
--- a/dev-python/gevent/gevent-20.6.1.ebuild
+++ b/dev-python/gevent/gevent-20.6.1.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)"
 inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Coroutine-based network library"
-HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/;
+HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2020-07-01 Thread Aaron Bauman
commit: 651e296465c50af7aeb032dd42841119a7a07e1b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 30 18:19:13 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:58:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651e2964

dev-lang/whitespace: remove unused patch

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

 dev-lang/whitespace/files/whitespace-cabal.patch | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-lang/whitespace/files/whitespace-cabal.patch 
b/dev-lang/whitespace/files/whitespace-cabal.patch
deleted file mode 100644
index f686d8c4851..000
--- a/dev-lang/whitespace/files/whitespace-cabal.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -u -N WSpace/Setup.lhs WSpace.patched/Setup.lhs
 WSpace/Setup.lhs   1970-01-01 01:00:00.0 +0100
-+++ WSpace.patched/Setup.lhs   2013-08-09 01:14:00.415264165 +0200
-@@ -0,0 +1,3 @@
-+#!/usr/bin/env runhaskell
-+> import Distribution.Simple
-+> main = defaultMain
-diff -u -N WSpace/WSpace.cabal WSpace.patched/WSpace.cabal
 WSpace/WSpace.cabal1970-01-01 01:00:00.0 +0100
-+++ WSpace.patched/WSpace.cabal2013-08-09 01:44:19.129339177 +0200
-@@ -0,0 +1,10 @@
-+name:WSpace
-+version: 0.3
-+synopsis:Whitespace implementation in Haskell.
-+category:Language
-+Build-Type:  Simple
-+cabal-version:   >= 1.2
-+
-+Executable wspace
-+  Main-Is:   main.hs
-+  Build-Depends: haskell98
-Common subdirectories: WSpace/docs and WSpace.patched/docs
-Common subdirectories: WSpace/emacs and WSpace.patched/emacs
-Common subdirectories: WSpace/examples and WSpace.patched/examples



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

2020-07-01 Thread Aaron Bauman
commit: ac27dd3b4f1cb822a5ebb26b68b630f97294416b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 29 19:30:07 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:59:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac27dd3b

dev-libs/gf2x: use HTTPS

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

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

diff --git a/dev-libs/gf2x/gf2x-1.3.0.ebuild b/dev-libs/gf2x/gf2x-1.3.0.ebuild
index a634e10fbab..3c44e414e86 100644
--- a/dev-libs/gf2x/gf2x-1.3.0.ebuild
+++ b/dev-libs/gf2x/gf2x-1.3.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]"
-HOMEPAGE="https://gitlab.inria.fr/thome/gf2x/ 
http://gforge.inria.fr/projects/gf2x/;
+HOMEPAGE="https://gitlab.inria.fr/thome/gf2x/ 
https://gforge.inria.fr/projects/gf2x/;
 # The Gitlab release is missing the autotools files.
 SRC_URI="https://gforge.inria.fr/frs/download.php/38243/${P}.tar.gz;
 



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

2020-07-01 Thread Aaron Bauman
commit: 297af454fdf41b1f5e7e9391c910f1b3b5a3d929
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jul  1 17:18:00 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:57:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297af454

sys-cluster/keepalived: remove unused patch

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

 .../files/keepalived-2.0.10-snmp-crash-fix.patch   | 122 -
 1 file changed, 122 deletions(-)

diff --git 
a/sys-cluster/keepalived/files/keepalived-2.0.10-snmp-crash-fix.patch 
b/sys-cluster/keepalived/files/keepalived-2.0.10-snmp-crash-fix.patch
deleted file mode 100644
index c1a5ab36180..000
--- a/sys-cluster/keepalived/files/keepalived-2.0.10-snmp-crash-fix.patch
+++ /dev/null
@@ -1,122 +0,0 @@
-diff --git a/keepalived/check/check_snmp.c b/keepalived/check/check_snmp.c
-index 67ae0e4f9..95c6e6f83 100644
 a/keepalived/check/check_snmp.c
-+++ b/keepalived/check/check_snmp.c
-@@ -1451,6 +1451,9 @@ static struct variable8 check_vars[] = {
- void
- check_snmp_agent_init(const char *snmp_socket)
- {
-+  if (snmp_running)
-+  return;
-+
-   /* We handle the global oid if we are running SNMP */
-   snmp_agent_init(snmp_socket, true);
-   snmp_register_mib(check_oid, OID_LENGTH(check_oid), "Healthchecker",
-@@ -1462,6 +1465,9 @@ check_snmp_agent_init(const char *snmp_socket)
- void
- check_snmp_agent_close()
- {
-+  if (!snmp_running)
-+  return;
-+
-   snmp_unregister_mib(check_oid, OID_LENGTH(check_oid));
-   snmp_agent_close(true);
- }
-diff --git a/keepalived/core/snmp.c b/keepalived/core/snmp.c
-index a9472feae..eb5bed20a 100644
 a/keepalived/core/snmp.c
-+++ b/keepalived/core/snmp.c
-@@ -325,6 +325,9 @@ snmp_unregister_mib(oid *myoid, size_t len)
- void
- snmp_agent_init(const char *snmp_socket, bool base_mib)
- {
-+  if (snmp_running)
-+  return;
-+
-   log_message(LOG_INFO, "Starting SNMP subagent");
-   netsnmp_enable_subagent();
-   snmp_disable_log();
-@@ -378,6 +381,9 @@ snmp_agent_init(const char *snmp_socket, bool base_mib)
- void
- snmp_agent_close(bool base_mib)
- {
-+  if (!snmp_running)
-+  return;
-+
-   if (base_mib)
-   snmp_unregister_mib(global_oid, OID_LENGTH(global_oid));
-   snmp_shutdown(global_name);
-diff --git a/keepalived/vrrp/vrrp_snmp.c b/keepalived/vrrp/vrrp_snmp.c
-index ca9d46768..db696159c 100644
 a/keepalived/vrrp/vrrp_snmp.c
-+++ b/keepalived/vrrp/vrrp_snmp.c
-@@ -4552,6 +4552,9 @@ vrrp_handles_global_oid(void)
- void
- vrrp_snmp_agent_init(const char *snmp_socket)
- {
-+  if (snmp_running)
-+  return;
-+
-   /* We let the check process handle the global OID if it is running and 
with snmp */
-   snmp_agent_init(snmp_socket, vrrp_handles_global_oid());
- 
-@@ -4581,6 +4584,9 @@ vrrp_snmp_agent_init(const char *snmp_socket)
- void
- vrrp_snmp_agent_close(void)
- {
-+  if (!snmp_running)
-+  return;
-+
- #ifdef _WITH_SNMP_VRRP_
-   if (global_data->enable_snmp_vrrp)
-   snmp_unregister_mib(vrrp_oid, OID_LENGTH(vrrp_oid));
-diff --git a/lib/scheduler.c b/lib/scheduler.c
-index 0a1c334c3..9090a7f88 100644
 a/lib/scheduler.c
-+++ b/lib/scheduler.c
-@@ -1630,7 +1630,7 @@ thread_fetch_next_queue(thread_master_t *m)
-   if (!ev->read) {
-   log_message(LOG_INFO, "scheduler: No 
read thread bound on fd:%d (fl:0x%.4X)"
- , ev->fd, ep_ev->events);
--  assert(0);
-+  continue;
-   }
-   thread_move_ready(m, >read, ev->read, 
THREAD_READY_FD);
-   ev->read = NULL;
-@@ -1641,7 +1641,7 @@ thread_fetch_next_queue(thread_master_t *m)
-   if (!ev->write) {
-   log_message(LOG_INFO, "scheduler: No 
write thread bound on fd:%d (fl:0x%.4X)"
- , ev->fd, ep_ev->events);
--  assert(0);
-+  continue;
-   }
-   thread_move_ready(m, >write, ev->write, 
THREAD_READY_FD);
-   ev->write = NULL;
-@@ -1710,7 +1710,12 @@ process_threads(thread_master_t *m)
-   thread = thread_trim_head(thread_list);
-   if (!shutting_down ||
-   (thread->type == THREAD_READY_FD &&
--   (thread->u.fd == m->timer_fd || thread->u.fd == 
m->signal_fd)) ||
-+   (thread->u.fd == 

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

2020-07-01 Thread Aaron Bauman
commit: 6ef254e13da72232595dc272de934511d9b11a27
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jul  1 17:14:48 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:57:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef254e1

sys-cluster/corosync: remove unused patch

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

 sys-cluster/corosync/files/corosync-docs.patch | 37 --
 1 file changed, 37 deletions(-)

diff --git a/sys-cluster/corosync/files/corosync-docs.patch 
b/sys-cluster/corosync/files/corosync-docs.patch
deleted file mode 100644
index 198db980ae4..000
--- a/sys-cluster/corosync/files/corosync-docs.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Make docs optional
-
 configure.ac
-+++ configure.ac
-@@ -432,7 +432,7 @@
- fi
- 
- # final build of *FLAGS
--CFLAGS="$ENV_CFLAGS $OPT_CFLAGS $GDB_FLAGS $OS_CFLAGS \
-+CFLAGS="$ENV_CFLAGS $OS_CFLAGS \
-   $COVERAGE_CFLAGS $EXTRA_WARNINGS $WERROR_CFLAGS $NSS_CFLAGS"
- CPPFLAGS="$ENV_CPPFLAGS $ANSI_CPPFLAGS $OS_CPPFLAGS"
- LDFLAGS="$ENV_LDFLAGS $COVERAGE_LDFLAGS $OS_LDFLAGS"
-@@ -458,7 +458,10 @@
- AC_SUBST([DARWIN_OPTS])
- AC_SUBST([SOLARIS_OPTS])
- 
--AM_CONDITIONAL(BUILD_HTML_DOCS, test -n "${GROFF}")
-+AC_ARG_ENABLE([doc],
-+  AS_HELP_STRING([--enable-doc],[Build html documentation])
-+)
-+AM_CONDITIONAL(BUILD_HTML_DOCS, [test -n "${GROFF}" && test "x$enable_doc" = 
"xyes"] )
- 
- AC_SUBST([LINT_FLAGS])
- 
 Makefile.am
-+++ Makefile.am
-@@ -41,9 +41,6 @@
- config.guess config.sub missing install-sh \
- autoheader automake autoconf
- 
--dist_doc_DATA = LICENSE INSTALL README.devmap \
--README.recovery SECURITY TODO AUTHORS
--
- corosysconfdir= ${COROSYSCONFDIR}
-
- corosysconf_DATA= conf/corosync.conf.example



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

2020-07-01 Thread Aaron Bauman
commit: 9c8e1b4295a7335497dfb0428435b7aa2e3d3000
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 30 18:32:55 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:58:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8e1b42

net-misc/icecast: use HTTPS

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

 net-misc/icecast/icecast-2.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/icecast/icecast-2.4.4.ebuild 
b/net-misc/icecast/icecast-2.4.4.ebuild
index 9b56924bcfd..1a0bb862d6a 100644
--- a/net-misc/icecast/icecast-2.4.4.ebuild
+++ b/net-misc/icecast/icecast-2.4.4.ebuild
@@ -5,8 +5,8 @@ EAPI=7
 inherit autotools systemd user
 
 DESCRIPTION="Opensource alternative to shoutcast that supports mp3, ogg and 
aac streaming"
-HOMEPAGE="http://www.icecast.org/;
-SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz;
+HOMEPAGE="https://www.icecast.org/;
+SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2020-07-01 Thread Aaron Bauman
commit: 8b0c537b6df21cae6a6505decb712ac8b1cd3e86
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jul  1 17:17:00 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:58:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0c537b

sys-cluster/glusterfs: remove unused patches

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

 .../glusterfs-3.12.2-poisoned-sysmacros.patch  |  11 --
 .../files/glusterfs-4.1.0-silent_rules.patch   |  15 --
 .../files/glusterfs-6.7-fix-rebalance-crash.patch  | 185 -
 3 files changed, 211 deletions(-)

diff --git 
a/sys-cluster/glusterfs/files/glusterfs-3.12.2-poisoned-sysmacros.patch 
b/sys-cluster/glusterfs/files/glusterfs-3.12.2-poisoned-sysmacros.patch
deleted file mode 100644
index 34153516374..000
--- a/sys-cluster/glusterfs/files/glusterfs-3.12.2-poisoned-sysmacros.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h
-index 1d0ac27e8..b1a7c0a93 100644
 a/libglusterfs/src/compat.h
-+++ b/libglusterfs/src/compat.h
-@@ -510,6 +510,7 @@ int gf_mkostemp (char *tmpl, int suffixlen, int flags);
- /* Use run API, see run.h */
- #include  /* system(), mkostemp() */
- #include  /* popen() */
-+#include 
- #pragma GCC poison system mkostemp popen
- #endif

diff --git a/sys-cluster/glusterfs/files/glusterfs-4.1.0-silent_rules.patch 
b/sys-cluster/glusterfs/files/glusterfs-4.1.0-silent_rules.patch
deleted file mode 100644
index 236898ab8c1..000
--- a/sys-cluster/glusterfs/files/glusterfs-4.1.0-silent_rules.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur a/configure.ac b/configure.ac
 a/configure.ac 2018-03-08 22:50:23.221758897 +
-+++ b/configure.ac 2018-03-08 22:53:12.776129757 +
-@@ -19,11 +19,6 @@
- #but libglusterfs fails to build with contrib (Then are not set up that way?)
- #AM_INIT_AUTOMAKE([subdir-objects])
- 
--m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
--
--if make --help 2>&1 | grep -q no-print-directory; then
--   AM_MAKEFLAGS="$AM_MAKEFLAGS --no-print-directory";
--fi
- 
- AC_CONFIG_HEADERS([config.h site.h])
- 

diff --git 
a/sys-cluster/glusterfs/files/glusterfs-6.7-fix-rebalance-crash.patch 
b/sys-cluster/glusterfs/files/glusterfs-6.7-fix-rebalance-crash.patch
deleted file mode 100644
index e5a31623a32..000
--- a/sys-cluster/glusterfs/files/glusterfs-6.7-fix-rebalance-crash.patch
+++ /dev/null
@@ -1,185 +0,0 @@
-From ff1eae7f882b8f12380e0c35a9a73b672583cd4c Mon Sep 17 00:00:00 2001
-From: N Balachandran 
-Date: Tue, 01 Oct 2019 17:37:15 +0530
-Subject: [PATCH] cluster/dht: Correct fd processing loop
-
-The fd processing loops in the
-dht_migration_complete_check_task and the
-dht_rebalance_inprogress_task functions were unsafe
-and could cause an open to be sent on an already freed
-fd. This has been fixed.
-
-> Change-Id: I0a3c7d2fba314089e03dfd704f9dceb134749540
-> Fixes: bz#1757399
-> Signed-off-by: N Balachandran 
-> (cherry picked from commit 9b15867070b0cc241ab165886292ecffc3bc0aed)
-
-Change-Id: I0a3c7d2fba314089e03dfd704f9dceb134749540
-Fixes: bz#1786983
-Signed-off-by: Mohit Agrawal 

-
-diff --git a/xlators/cluster/dht/src/dht-helper.c 
b/xlators/cluster/dht/src/dht-helper.c
-index acad493..4f7370d 100644
 a/xlators/cluster/dht/src/dht-helper.c
-+++ b/xlators/cluster/dht/src/dht-helper.c
-@@ -1290,6 +1290,7 @@
- fd_t *tmp = NULL;
- uint64_t tmp_miginfo = 0;
- dht_migrate_info_t *miginfo = NULL;
-+gf_boolean_t skip_open = _gf_false;
- int open_failed = 0;
- 
- this = THIS;
-@@ -1428,24 +1429,34 @@
-  * the loop will cause the destruction of the fd. So we need to
-  * iterate the list safely because iter_fd cannot be trusted.
-  */
--list_for_each_entry_safe(iter_fd, tmp, >fd_list, inode_list)
--{
--if (fd_is_anonymous(iter_fd))
--continue;
--
--if (dht_fd_open_on_dst(this, iter_fd, dst_node))
--continue;
--
-+iter_fd = list_entry((>fd_list)->next, typeof(*iter_fd), 
inode_list);
-+while (_fd->inode_list != (>fd_list)) {
-+if (fd_is_anonymous(iter_fd) ||
-+(dht_fd_open_on_dst(this, iter_fd, dst_node))) {
-+if (!tmp) {
-+iter_fd = list_entry(iter_fd->inode_list.next, 
typeof(*iter_fd),
-+ inode_list);
-+continue;
-+}
-+skip_open = _gf_true;
-+}
- /* We need to release the inode->lock before calling
-  * syncop_open() to avoid possible deadlocks. However this
-  * can cause the iter_fd to be released by other threads.
-  * To avoid this, we take a reference before releasing the
-  * lock.
-  */
--__fd_ref(iter_fd);
-+

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

2020-07-01 Thread Aaron Bauman
commit: 2e3d645cafffa9033db05d4ac931cd0a05c96ca9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 30 18:21:07 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:58:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3d645c

dev-util/bustle: remove unused patch(es)

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

 ...le-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch |  61 
 dev-util/bustle/files/bustle-0.4.7-gtk-0.13.patch  | 172 -
 2 files changed, 233 deletions(-)

diff --git 
a/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch 
b/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch
deleted file mode 100644
index 74ab26ff8fc..000
--- a/dev-util/bustle/files/bustle-0.4.2-restrict-gtk2hs-deps-to-gtkplus2.patch
+++ /dev/null
@@ -1,61 +0,0 @@
 bustle-0.4.2-orig/bustle.cabal 2012-11-15 02:19:34.0 +1100
-+++ bustle-0.4.2/bustle.cabal  2013-04-03 15:07:35.381569187 +1100
-@@ -82,15 +82,15 @@
- 
-   Build-Depends: base >= 4 && < 5
-, bytestring
--   , cairo
-+   , cairo < 0.13
-, containers
-, dbus >= 0.10
-, directory
-, filepath
--   , glib
--   , gtk >= 0.12.3
-+   , glib < 0.13
-+   , gtk >= 0.12.3 && < 0.13
-, mtl
--   , pango
-+   , pango < 0.13
-, parsec
-, pcap
-, process
-@@ -111,15 +111,15 @@
-   pkgconfig-depends: glib-2.0
-   Build-Depends: base >= 4 && < 5
-, bytestring
--   , cairo
-+   , cairo < 0.13
-, containers
-, dbus
-, directory
-, filepath
--   , gtk > 0.12
--   , glib
-+   , gtk > 0.12 && < 0.13
-+   , glib < 0.13
-, mtl
--   , pango
-+   , pango < 0.13
-, parsec
-, pcap
-, text
-@@ -163,15 +163,15 @@
- main-is: Test/Renderer.hs
- other-modules: Bustle.Renderer
- Build-Depends: base
-- , cairo
-+ , cairo < 0.13
-  , containers
-  , dbus >= 0.10
-  , directory
-  , filepath
-- , gtk
-+ , gtk < 0.13
-  , mtl
-  , text
-- , pango
-+ , pango < 0.13
-  , test-framework
-  , test-framework-hunit
-  , HUnit

diff --git a/dev-util/bustle/files/bustle-0.4.7-gtk-0.13.patch 
b/dev-util/bustle/files/bustle-0.4.7-gtk-0.13.patch
deleted file mode 100644
index f2691521c4b..000
--- a/dev-util/bustle/files/bustle-0.4.7-gtk-0.13.patch
+++ /dev/null
@@ -1,172 +0,0 @@
-diff --git a/Bustle/Diagram.hs b/Bustle/Diagram.hs
-index d558beb..ef96d60 100644
 a/Bustle/Diagram.hs
-+++ b/Bustle/Diagram.hs
-@@ -450,7 +450,7 @@ mkLayout :: (MonadIO m)
- mkLayout s e a = liftIO $ do
- ctx <- cairoCreateContext Nothing
- layout <- layoutEmpty ctx
--layoutSetMarkup layout (Markup.unMarkup s)
-+layoutSetMarkup layout (Markup.unMarkup s) :: IO String
- layoutSetFontDescription layout (Just font)
- layoutSetEllipsize layout e
- layoutSetAlignment layout a
-diff --git a/Bustle/UI.hs b/Bustle/UI.hs
-index a78797e..9843b29 100644
 a/Bustle/UI.hs
-+++ b/Bustle/UI.hs
-@@ -30,6 +30,7 @@ import Data.IORef
- import qualified Data.Set as Set
- import Data.List (intercalate)
- import Data.Time
-+import qualified Data.Text as T
- import Data.Monoid (mempty)
- import Text.Printf
- 
-@@ -281,6 +282,7 @@ promptToSave wi = io $ do
- case mdetails of
- Just (RecordedLog tempFilePath) -> do
- let tempFileName = takeFileName tempFilePath
-+title :: String
- title = printf (__ "Save log '%s' before closing?") 
tempFileName
- prompt <- messageDialogNew (Just (wiWindow wi))
-[DialogModal]
-@@ -459,7 +461,7 @@ wiSetLogDetails :: WindowInfo
- -> IO ()
- wiSetLogDetails wi logDetails = do
- writeIORef (wiLogDetails wi) (Just logDetails)
--windowSetTitle (wiWindow wi) (printf (__ "%s - Bustle") (logWindowTitle 
logDetails))
-+windowSetTitle (wiWindow wi) (printf (__ "%s - Bustle") (logWindowTitle 
logDetails) :: String)
- 
- setPage :: MonadIO io
- => WindowInfo
-@@ -525,7 +527,7 @@ loadPixbuf :: FilePath -> IO (Maybe Pixbuf)
- loadPixbuf filename = do
-   iconName <- getDataFileName $ "data/" ++ filename
-   C.catch (fmap Just 

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/

2020-07-01 Thread Aaron Bauman
commit: ac8bc49acd6a34f6b137e2d0da41c0d66874d5a9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 29 19:35:29 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:59:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8bc49a

sci-visualization/gr: use HTTPS

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

 sci-visualization/gr/gr-0.50.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gr/gr-0.50.0-r1.ebuild 
b/sci-visualization/gr/gr-0.50.0-r1.ebuild
index 82f6df9f2ae..ddb28dbc246 100644
--- a/sci-visualization/gr/gr-0.50.0-r1.ebuild
+++ b/sci-visualization/gr/gr-0.50.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit cmake
 
 DESCRIPTION="Universal framework for cross-platform visualization applications"
-HOMEPAGE="http://gr-framework.org/;
+HOMEPAGE="https://gr-framework.org/;
 SRC_URI="https://github.com/sciapp/gr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"



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

2020-07-01 Thread Aaron Bauman
commit: 9ed5bfc1e1ccc7e908cbaedb08a667df4957a631
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 29 19:32:31 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:59:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed5bfc1

app-misc/byobu: update HOMEPAGE, use HTTPS

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

 app-misc/byobu/byobu-5.130-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/byobu/byobu-5.130-r1.ebuild 
b/app-misc/byobu/byobu-5.130-r1.ebuild
index 9b21e5cd658..3d2ddef4731 100644
--- a/app-misc/byobu/byobu-5.130-r1.ebuild
+++ b/app-misc/byobu/byobu-5.130-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit python-single-r1
 
 DESCRIPTION="A set of profiles for the GNU Screen console window manager 
(app-misc/screen)"
-HOMEPAGE="http://byobu.co;
+HOMEPAGE="https://byobu.org;
 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz;
 
 LICENSE="GPL-3"



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

2020-07-01 Thread Aaron Bauman
commit: db7d87414927be91349942aa2e5ff04d62227d83
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 30 18:18:33 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:58:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7d8741

app-text/djvu: remove unused patch(es)

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

 app-text/djvu/files/fix-CVE-2019-18804.patch | 39 
 1 file changed, 39 deletions(-)

diff --git a/app-text/djvu/files/fix-CVE-2019-18804.patch 
b/app-text/djvu/files/fix-CVE-2019-18804.patch
deleted file mode 100644
index b5d790ba1b1..000
--- a/app-text/djvu/files/fix-CVE-2019-18804.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From c8bec6549c10ffaa2f2fbad8bbc629efdf0dd125 Mon Sep 17 00:00:00 2001
-From: Leon Bottou 
-Date: Thu, 17 Oct 2019 22:20:31 -0400
-Subject: [PATCH] Fixed bug 309
-

- libdjvu/IW44EncodeCodec.cpp | 2 +-
- tools/ddjvu.cpp | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libdjvu/IW44EncodeCodec.cpp b/libdjvu/IW44EncodeCodec.cpp
-index 00752a0..f81eaeb 100644
 a/libdjvu/IW44EncodeCodec.cpp
-+++ b/libdjvu/IW44EncodeCodec.cpp
-@@ -405,7 +405,7 @@ filter_fv(short *p, int w, int h, int rowsize, int scale)
-   int y = 0;
-   int s = scale*rowsize;
-   int s3 = s+s+s;
--  h = ((h-1)/scale)+1;
-+  h = (h>0) ? ((h-1)/scale)+1 : 0;
-   y += 1;
-   p += s;
-   while (y-3 < h)
-diff --git a/tools/ddjvu.cpp b/tools/ddjvu.cpp
-index 6d0df3b..7109952 100644
 a/tools/ddjvu.cpp
-+++ b/tools/ddjvu.cpp
-@@ -279,7 +279,7 @@ render(ddjvu_page_t *page, int pageno)
-   prect.h = (ih * 100) / dpi;
- }
-   /* Process aspect ratio */
--  if (flag_aspect <= 0)
-+  if (flag_aspect <= 0 && iw>0 && ih>0)
- {
-   double dw = (double)iw / prect.w;
-   double dh = (double)ih / prect.h;
--- 
-2.23.0
-



[gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/

2020-07-01 Thread Aaron Bauman
commit: 57156c042623769fc6da179260c2cad99f6a61df
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jul  1 17:42:54 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:57:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57156c04

dev-games/cardpics: remove old

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

 dev-games/cardpics/cardpics-0.4.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-games/cardpics/cardpics-0.4.ebuild 
b/dev-games/cardpics/cardpics-0.4.ebuild
deleted file mode 100644
index e6044663c1d..000
--- a/dev-games/cardpics/cardpics-0.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="set of free cards sets"
-HOMEPAGE="http://www.nongnu.org/cardpics/;
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa x86"
-IUSE=""
-
-src_install() {
-   default
-   prepgamesdirs
-}



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

2020-07-01 Thread Aaron Bauman
commit: 01627a68f4cb7b2d473434b14fae6d5844999e6e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 29 19:34:05 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:59:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01627a68

x11-misc/sunflower: use HTTPS

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

 x11-misc/sunflower/sunflower-0.2_alpha59.ebuild | 4 ++--
 x11-misc/sunflower/sunflower-0.3.61.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild 
b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
index 848b84a56f6..d1fea9c5a0c 100644
--- a/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
+++ b/x11-misc/sunflower/sunflower-0.2_alpha59.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit gnome2-utils python-r1 xdg-utils
 MY_PN="Sunflower"
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
 HOMEPAGE="https://github.com/MeanEYE/Sunflower
-   http://sunflower-fm.org/;
+   https://sunflower-fm.org/;
 SRC_URI="http://sunflower-fm.org/pub/sunflower-${PV/_alpha/-}.tgz;
 
 LICENSE="GPL-3"

diff --git a/x11-misc/sunflower/sunflower-0.3.61.ebuild 
b/x11-misc/sunflower/sunflower-0.3.61.ebuild
index a556eff77ba..e632d371fb2 100644
--- a/x11-misc/sunflower/sunflower-0.3.61.ebuild
+++ b/x11-misc/sunflower/sunflower-0.3.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ MY_PV=$(ver_rs 2 '-')
 
 DESCRIPTION="Small and highly customizable twin-panel file manager with 
plugin-support"
 HOMEPAGE="https://github.com/MeanEYE/Sunflower
-   http://sunflower-fm.org/;
+   https://sunflower-fm.org/;
 SRC_URI="https://github.com/MeanEYE/${MY_PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/

2020-07-01 Thread Aaron Bauman
commit: 544ad54aa7e82c6b912f95fcf2c697869325c759
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jul  1 17:42:28 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:57:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544ad54a

dev-games/cardpics: use HTTPS, fix LICENSE

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

 dev-games/cardpics/cardpics-0.4-r1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-games/cardpics/cardpics-0.4-r1.ebuild 
b/dev-games/cardpics/cardpics-0.4-r1.ebuild
index 9042e9a0142..4ba122862bc 100644
--- a/dev-games/cardpics/cardpics-0.4-r1.ebuild
+++ b/dev-games/cardpics/cardpics-0.4-r1.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="set of free cards sets"
-HOMEPAGE="http://www.nongnu.org/cardpics/;
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2;
+HOMEPAGE="https://www.nongnu.org/cardpics/;
+SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 hppa x86"
-IUSE=""



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

2020-07-01 Thread Aaron Bauman
commit: 4da6b8fa49134c4c05b3e7d89c6075e52b9ba773
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 30 18:20:13 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:58:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da6b8fa

dev-util/bnfc: remove unused patch

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

 dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch 
b/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch
deleted file mode 100644
index e9834830e25..000
--- a/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff --git a/src/LexBNF.x b/src/LexBNF.x
-index 927e15d..aea3386 100644
 a/src/LexBNF.x
-+++ b/src/LexBNF.x
-@@ -11,2 +11,3 @@ import qualified Data.Bits
- import Data.Word (Word8)
-+import Data.Char (ord)
- }



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

2020-07-01 Thread Aaron Bauman
commit: 81aac4f7a57ae1e5262a272403b47af1c611986e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jul  1 17:18:57 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:57:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aac4f7

sys-cluster/slurm: remove unused patch

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

 sys-cluster/slurm/files/disable-sview.patch | 76 -
 1 file changed, 76 deletions(-)

diff --git a/sys-cluster/slurm/files/disable-sview.patch 
b/sys-cluster/slurm/files/disable-sview.patch
deleted file mode 100644
index f409765a847..000
--- a/sys-cluster/slurm/files/disable-sview.patch
+++ /dev/null
@@ -1,76 +0,0 @@
 a/configure.ac 2019-08-13 20:40:08.0 +0200
-+++ b/configure.ac 2019-08-22 12:02:02.127865098 +0200
-@@ -229,42 +229,6 @@
- PKG_CHECK_MODULES([CHECK], [check >= 0.9.8], [ac_have_check="yes"], 
[ac_have_check="no"])
- AM_CONDITIONAL(HAVE_CHECK, test "x$ac_have_check" = "xyes")
- 
--#
--#  Tests for GTK+
--#
--
--# use the correct libs if running on 64bit
--if test -d "/usr/lib64/pkgconfig"; then
--PKG_CONFIG_PATH="/usr/lib64/pkgconfig/:$PKG_CONFIG_PATH"
--fi
--
--if test -d "/opt/gnome/lib64/pkgconfig"; then
--PKG_CONFIG_PATH="/opt/gnome/lib64/pkgconfig/:$PKG_CONFIG_PATH"
--fi
--
--AM_PATH_GLIB_2_0([2.7.1], [ac_glib_test="yes"], [ac_glib_test="no"], 
[gthread])
--
--if test ${glib_config_minor_version=0} -ge 32 ; then
--   AC_DEFINE([GLIB_NEW_THREADS], 1, [Define to 1 if using glib-2.32.0 or 
higher])
--fi
--
--AM_PATH_GTK_2_0([2.7.1], [ac_gtk_test="yes"], [ac_gtk_test="no"], [gthread])
--if test ${gtk_config_minor_version=0} -ge 10 ; then
--   AC_DEFINE([GTK2_USE_RADIO_SET], 1, [Define to 1 if using gtk+-2.10.0 
or higher])
--fi
--
--if test ${gtk_config_minor_version=0} -ge 12 ; then
--   AC_DEFINE([GTK2_USE_TOOLTIP], 1, [Define to 1 if using gtk+-2.12.0 or 
higher])
--fi
--
--if test ${gtk_config_minor_version=0} -ge 14 ; then
--   AC_DEFINE([GTK2_USE_GET_FOCUS], 1, [Define to 1 if using gtk+-2.14.0 
or higher])
--fi
--
--if test "x$ac_glib_test" != "xyes" -o "x$ac_gtk_test" != "xyes"; then
--  AC_MSG_WARN([cannot build sview without gtk library]);
--fi
--
- AM_CONDITIONAL(BUILD_SVIEW, [test "x$ac_glib_test" = "xyes"] && [test 
"x$ac_gtk_test" = "xyes"])
- 
- X_AC_CRAY
-@@ -447,7 +411,6 @@
-src/sshare/Makefile
-src/sstat/Makefile
-src/strigger/Makefile
--   src/sview/Makefile
-src/plugins/Makefile
-src/plugins/accounting_storage/Makefile
-src/plugins/accounting_storage/common/Makefile
-diff -Naur slurm-19.05.2.orig/src/Makefile.am slurm-19.05.2/src/Makefile.am
 slurm-19.05.2.orig/src/Makefile.am 2019-08-13 20:40:08.0 +0200
-+++ slurm-19.05.2/src/Makefile.am  2019-08-22 12:02:02.127865098 +0200
-@@ -25,5 +25,4 @@
-   srun\
-   sshare  \
-   sstat   \
--  strigger\
--  sview
-+  strigger
-diff -Naur slurm-19.05.2.orig/src/Makefile.in slurm-19.05.2/src/Makefile.in
 slurm-19.05.2.orig/src/Makefile.in 2019-08-13 20:40:08.0 +0200
-+++ slurm-19.05.2/src/Makefile.in  2019-08-22 12:02:02.127865098 +0200
-@@ -495,8 +495,7 @@
-   srun\
-   sshare  \
-   sstat   \
--  strigger\
--  sview
-+  strigger
- 
- all: all-recursive
- 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/libnss-nis/files/

2020-07-01 Thread Aaron Bauman
commit: 2dd0a008b006d89af11d13887d0d51e88213c0ad
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 30 18:21:45 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul  1 19:58:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd0a008

sys-auth/libnss-nis: remove unused patch(es)

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

 .../files/libnss-nis-1.4-glibc-2.30.patch  | 157 -
 1 file changed, 157 deletions(-)

diff --git a/sys-auth/libnss-nis/files/libnss-nis-1.4-glibc-2.30.patch 
b/sys-auth/libnss-nis/files/libnss-nis-1.4-glibc-2.30.patch
deleted file mode 100644
index ac8d497ecb4..000
--- a/sys-auth/libnss-nis/files/libnss-nis-1.4-glibc-2.30.patch
+++ /dev/null
@@ -1,157 +0,0 @@
-From e9f0f4286d5a923eca1a9c84ff125268d144822e Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Thu, 25 Jul 2019 12:10:56 -0700
-Subject: [PATCH] nis-hosts: Remove use of RES_USE_INET6
-
-Upstream glibc dropped it starting glibc 2.30
-see
-https://sourceware.org/git/?p=glibc.git;a=commit;h=3f8b44be0a658266adff5ece1e4bc3ce097a5dbe
-
-Fixes issue #6
-
-Signed-off-by: Khem Raj 

- src/nis-hosts.c | 55 -
- 1 file changed, 13 insertions(+), 42 deletions(-)
-
-diff --git a/src/nis-hosts.c b/src/nis-hosts.c
-index 307b46e..bd3c4ad 100644
 a/src/nis-hosts.c
-+++ b/src/nis-hosts.c
-@@ -35,15 +35,12 @@
- #include "libc-lock.h"
- #include "nss-nis.h"
- 
--/* Get implementation for some internal functions. */
--#include "mapv4v6addr.h"
--
- #define ENTNAME hostent
- #define DATABASE"hosts"
- #define NEED_H_ERRNO
- 
--#define EXTRA_ARGS  , af, flags
--#define EXTRA_ARGS_DECL , int af, int flags
-+#define EXTRA_ARGS  , af
-+#define EXTRA_ARGS_DECL , int af
- 
- #define ENTDATA hostent_data
- struct hostent_data
-@@ -67,19 +64,8 @@ LINE_PARSER
-/* Parse address.  */
-if (af != AF_INET6 && inet_pton (AF_INET, addr, entdata->host_addr) > 0)
-  {
--   assert ((flags & AI_V4MAPPED) == 0 || af != AF_UNSPEC);
--   if (flags & AI_V4MAPPED)
--   {
-- map_v4v6_address ((char *) entdata->host_addr,
--   (char *) entdata->host_addr);
-- result->h_addrtype = AF_INET6;
-- result->h_length = IN6ADDRSZ;
--   }
--   else
--   {
-- result->h_addrtype = AF_INET;
-- result->h_length = INADDRSZ;
--   }
-+   result->h_addrtype = AF_INET;
-+   result->h_length = INADDRSZ;
-  }
-else if (af != AF_INET
-   && inet_pton (AF_INET6, addr, entdata->host_addr) > 0)
-@@ -134,7 +120,7 @@ strong_alias (_nss_nis_sethostent, _nss_nis_endhostent)
- static enum nss_status
- internal_nis_gethostent_r (struct hostent *host, char *buffer,
-  size_t buflen, int *errnop, int *h_errnop,
-- int af, int flags)
-+ int af)
- {
-   char *domain;
-   if (yp_get_default_domain ())
-@@ -203,7 +189,7 @@ internal_nis_gethostent_r (struct hostent *host, char 
*buffer,
-   ++p;
-   free (result);
- 
--  parse_res = parse_line (p, host, data, buflen, errnop, af, flags);
-+  parse_res = parse_line (p, host, data, buflen, errnop, af);
-   if (parse_res == -1)
-   {
- free (outkey);
-@@ -232,8 +218,7 @@ _nss_nis_gethostent_r (struct hostent *host, char *buffer, 
size_t buflen,
-   __libc_lock_lock (lock);
- 
-   status = internal_nis_gethostent_r (host, buffer, buflen, errnop, h_errnop,
--  ((_res.options & RES_USE_INET6) ? AF_INET6 : AF_INET),
--  ((_res.options & RES_USE_INET6) ? AI_V4MAPPED : 0 ));
-+  AF_INET);
- 
-   __libc_lock_unlock (lock);
- 
-@@ -244,7 +229,7 @@ _nss_nis_gethostent_r (struct hostent *host, char *buffer, 
size_t buflen,
- static enum nss_status
- internal_gethostbyname2_r (const char *name, int af, struct hostent *host,
-  char *buffer, size_t buflen, int *errnop,
-- int *h_errnop, int flags)
-+ int *h_errnop)
- {
-   uintptr_t pad = -(uintptr_t) buffer % __alignof__ (struct parser_data);
-   buffer += pad;
-@@ -318,7 +303,7 @@ internal_gethostbyname2_r (const char *name, int af, 
struct hostent *host,
- ++p;
-   free (result);
- 
--  int parse_res = parse_line (p, host, data, buflen, errnop, af, flags);
-+  int parse_res = parse_line (p, host, data, buflen, errnop, af);
- 
-   if (parse_res < 1 || host->h_addrtype != af)
- {
-@@ -351,8 +336,7 @@ _nss_nis_gethostbyname2_r (const char *name, int af, 
struct hostent *host,
- }
- 
-   return internal_gethostbyname2_r (name, af, host, buffer, buflen, errnop,
--  h_errnop,
--  

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

2020-07-01 Thread Piotr Karbowski
commit: 0279498e10fabd402b4d3944e4847ace595de0b5
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jul  1 19:44:31 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jul  1 19:45:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0279498e

net-dns/maradns: 3.5.0005 version bump

Signed-off-by: Piotr Karbowski  gentoo.org>

 net-dns/maradns/Manifest|  1 +
 net-dns/maradns/maradns-3.5.0005.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/net-dns/maradns/Manifest b/net-dns/maradns/Manifest
index b99875ce971..26b66e10cf2 100644
--- a/net-dns/maradns/Manifest
+++ b/net-dns/maradns/Manifest
@@ -1,3 +1,4 @@
 DIST maradns-2.0.09.tar.bz2 1139409 BLAKE2B 
8c3709241b85f9069eb4e18098f7753b19bcc87d32bbb36aef42cb8ec123dc73b8e29e79b5efe1083035b2378a484e2c00038700647d5e75f469589b37b351e2
 SHA512 
42bfcafaf4e465d8d566b4d9ea8383b5d0f553486b86dd807b35a07358987227e5dc8187de0e8192fba5b53098d61f91091cec112ef7cc80c5d5e73d8acff3bf
 DIST maradns-2.0.14.tar.bz2 1156272 BLAKE2B 
7e96d0769dd1df70316cc1bd79fb7e902c723f78db035fe721aaab0d6902958a40c2743374824ae024759164ad9cbda9a3c6ecaec7cc6bf3c5fa7b384101c16f
 SHA512 
57527bba2f9801904f59cc7d9e56cbd7124635841ad8c91cbd3d1b8d58e7fe38d509e19f6ea53e2790777e054b68bb8df02bfa820ba7c9dbe65262e1993a2aa4
 DIST maradns-2.0.16.tar.bz2 1127504 BLAKE2B 
142166370efed2d52c0a1e659bf0056f8d13cc5eca3c1d30c0278b81047aa58ce6c6f3f8496e982841b9dcd541ffd2c24467b8062aa5a7ffb1f31ef6cf841a15
 SHA512 
9959a7b6724aff5561fa9303b3d7c967e298fd63d95ef7e34d80514dde8871c19887c184a6466779f2833c295233dd1d54a7c06928ac58dcbb374281deb13f17
+DIST maradns-3.5.0005.tar.xz 5351412 BLAKE2B 
c6b1c4fb93cb507045b3c09574d7ce30b0af92301e157216b4a5bbd2ed74ceb829ef4d11cd08048c7a685a09cdd4178cf3fc4e7b2465820d26d3a5c1b96f4a5e
 SHA512 
2e7008ff6217929008292dde60d96eb2ec0499a170e1b5bda5fcfb27300d2ce6cecd8b3e2a2d4b09ff32b803f9f435230378e6b2e41e7b63c42653d8c931151d

diff --git a/net-dns/maradns/maradns-3.5.0005.ebuild 
b/net-dns/maradns/maradns-3.5.0005.ebuild
new file mode 100644
index 000..049cb0ac80e
--- /dev/null
+++ b/net-dns/maradns/maradns-3.5.0005.ebuild
@@ -0,0 +1,88 @@
+# 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 systemd toolchain-funcs python-any-r1
+
+DESCRIPTION="A security-aware DNS server"
+HOMEPAGE="http://www.maradns.org/;
+SRC_URI="https://maradns.samiam.org/download/${PV%.*}/${PV}/${P}.tar.xz;
+
+# The GPL-2 covers the init script, bug 426018.
+LICENSE="BSD-2 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
+IUSE="examples ipv6"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   acct-user/maradns
+   acct-group/maradns
+   acct-user/duende
+   dev-lang/perl"
+
+src_prepare() {
+   default
+
+   # replace "make" by "$(MAKE)" to avoid GNU Make warning
+   sed -i 's/\ make\ /\ \$\(MAKE\)\ /g' build/Makefile.linux \
+   || die "can't patch build/Makefile.linux"
+
+   python_fix_shebang tools/bind2csv2.py
+}
+
+src_configure() {
+   tc-export CC
+   ./configure $(use ipv6 && echo "--ipv6") || die "Failed to configure 
${PN}"
+}
+
+src_install() {
+   # Install the MaraDNS and Deadwood binaries
+   dosbin server/maradns
+   dosbin tcp/zoneserver
+   dosbin deadwood-${PV}/src/Deadwood
+   dobin tcp/{getzone,fetchzone}
+   dobin tools/{askmara,askmara-tcp,duende,bind2csv2.py,csv1tocsv2.pl}
+
+   # MaraDNS docs, manpages, misc
+   dodoc doc/en/{QuickStart,README,*.txt,*.html}
+   dodoc -r doc/en/{text,webpage,tutorial}
+   dodoc maradns.gpg.key
+   docinto deadwood
+   dodoc deadwood-${PV}/doc/{*.txt,*.html,CHANGELOG,Deadwood-HOWTO}
+   dodoc -r deadwood-${PV}/doc/internals
+
+   # Install examples (optional)
+   if use examples ; then
+   docinto examples
+   dodoc doc/en/examples/example_*
+   fi
+
+   # Install manpages
+   doman doc/en/man/*.[1-9]
+   doman deadwood-${PV}/doc/{Deadwood,Duende}.1
+
+   # Example configurations.
+   insinto /etc/maradns
+   newins doc/en/examples/example_full_mararc mararc_full.dist
+   newins doc/en/examples/example_csv2 example_csv2.dist
+   newins deadwood-${PV}/doc/dwood3rc-all dwood3rc_all.dist
+   keepdir /etc/maradns/logger
+
+   # Init scripts.
+   newinitd "${FILESDIR}"/maradns2 maradns
+   newinitd "${FILESDIR}"/zoneserver2 zoneserver
+   newinitd "${FILESDIR}"/deadwood deadwood
+
+   # systemd unit
+   # please keep paths in sync!
+   sed -e "s^@bindir@^${EPREFIX}/usr/sbin^" \
+   -e "s^@sysconfdir@^${EPREFIX}/etc/maradns^" \
+   "${FILESDIR}"/maradns.service.in > "${T}"/maradns.service \
+   || die "failed to create the maradns.service file (sed)"
+
+   systemd_dounit "${T}"/maradns.service
+}



[gentoo-commits] repo/gentoo:master commit in: acct-group/maradns/

2020-07-01 Thread Piotr Karbowski
commit: e2e8d237d26fc22ed5a5796d22cfb3dda77a7d79
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jul  1 19:23:28 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jul  1 19:45:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e8d237

acct-group/maradns: added.

Signed-off-by: Piotr Karbowski  gentoo.org>

 acct-group/maradns/maradns-0.ebuild | 8 
 acct-group/maradns/metadata.xml | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/maradns/maradns-0.ebuild 
b/acct-group/maradns/maradns-0.ebuild
new file mode 100644
index 000..95932e13cd1
--- /dev/null
+++ b/acct-group/maradns/maradns-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=99

diff --git a/acct-group/maradns/metadata.xml b/acct-group/maradns/metadata.xml
new file mode 100644
index 000..8072ef2372e
--- /dev/null
+++ b/acct-group/maradns/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-user/maradns/

2020-07-01 Thread Piotr Karbowski
commit: a738fd212e9d133ba1cc4e4882a8c7edd7d5884f
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jul  1 19:35:00 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jul  1 19:45:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a738fd21

acct-user/maradns: added

Signed-off-by: Piotr Karbowski  gentoo.org>

 acct-user/maradns/maradns-0.ebuild | 11 +++
 acct-user/maradns/metadata.xml |  8 
 2 files changed, 19 insertions(+)

diff --git a/acct-user/maradns/maradns-0.ebuild 
b/acct-user/maradns/maradns-0.ebuild
new file mode 100644
index 000..c2a756d077b
--- /dev/null
+++ b/acct-user/maradns/maradns-0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=99
+ACCT_USER_GROUPS=( "${PN}" )
+
+acct-user_add_deps

diff --git a/acct-user/maradns/metadata.xml b/acct-user/maradns/metadata.xml
new file mode 100644
index 000..8072ef2372e
--- /dev/null
+++ b/acct-user/maradns/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
+



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

2020-07-01 Thread Piotr Karbowski
commit: 595976e629cab24d71be158f8eb69e7a41660d9f
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jul  1 19:45:56 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jul  1 19:45:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595976e6

profiles/package.mask: unmask maradns.

New python3 friendly version in tree, once stabilized the old py2 only
will be dropped.

Signed-off-by: Piotr Karbowski  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 69ce878e8a1..55908ad495b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -111,7 +111,6 @@ dev-util/unrpyc
 games-engines/gemrb
 media-sound/lilycomp
 media-video/tovid
-net-dns/maradns
 net-irc/irker
 net-mail/archivemail
 net-mail/getmail



[gentoo-commits] repo/gentoo:master commit in: acct-user/duende/

2020-07-01 Thread Piotr Karbowski
commit: 3c73e6dcce080ed508a7bc9fa04ada0048c7f24b
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jul  1 19:37:37 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jul  1 19:45:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c73e6dc

acct-user/duende: added

Signed-off-by: Piotr Karbowski  gentoo.org>

 acct-user/duende/duende-0.ebuild | 14 ++
 acct-user/duende/metadata.xml|  8 
 2 files changed, 22 insertions(+)

diff --git a/acct-user/duende/duende-0.ebuild b/acct-user/duende/duende-0.ebuild
new file mode 100644
index 000..b7ad1e5a6db
--- /dev/null
+++ b/acct-user/duende/duende-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=66
+ACCT_USER_GROUPS=( "maradns" )
+
+acct-user_add_deps
+
+DEPEND+=" acct-group/maradns "
+RDEPEND+=" acct-group/maradns "

diff --git a/acct-user/duende/metadata.xml b/acct-user/duende/metadata.xml
new file mode 100644
index 000..8072ef2372e
--- /dev/null
+++ b/acct-user/duende/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
+



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

2020-07-01 Thread Piotr Karbowski
commit: cec53b4ce666996d46df6d4f6dbd727d61f2c195
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jul  1 19:46:59 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jul  1 19:46:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec53b4c

net-dns/maradns: drop old versions.

Signed-off-by: Piotr Karbowski  gentoo.org>

 net-dns/maradns/Manifest |   2 -
 net-dns/maradns/maradns-2.0.09-r2.ebuild | 101 
 net-dns/maradns/maradns-2.0.14.ebuild| 111 ---
 3 files changed, 214 deletions(-)

diff --git a/net-dns/maradns/Manifest b/net-dns/maradns/Manifest
index 26b66e10cf2..09d666c3793 100644
--- a/net-dns/maradns/Manifest
+++ b/net-dns/maradns/Manifest
@@ -1,4 +1,2 @@
-DIST maradns-2.0.09.tar.bz2 1139409 BLAKE2B 
8c3709241b85f9069eb4e18098f7753b19bcc87d32bbb36aef42cb8ec123dc73b8e29e79b5efe1083035b2378a484e2c00038700647d5e75f469589b37b351e2
 SHA512 
42bfcafaf4e465d8d566b4d9ea8383b5d0f553486b86dd807b35a07358987227e5dc8187de0e8192fba5b53098d61f91091cec112ef7cc80c5d5e73d8acff3bf
-DIST maradns-2.0.14.tar.bz2 1156272 BLAKE2B 
7e96d0769dd1df70316cc1bd79fb7e902c723f78db035fe721aaab0d6902958a40c2743374824ae024759164ad9cbda9a3c6ecaec7cc6bf3c5fa7b384101c16f
 SHA512 
57527bba2f9801904f59cc7d9e56cbd7124635841ad8c91cbd3d1b8d58e7fe38d509e19f6ea53e2790777e054b68bb8df02bfa820ba7c9dbe65262e1993a2aa4
 DIST maradns-2.0.16.tar.bz2 1127504 BLAKE2B 
142166370efed2d52c0a1e659bf0056f8d13cc5eca3c1d30c0278b81047aa58ce6c6f3f8496e982841b9dcd541ffd2c24467b8062aa5a7ffb1f31ef6cf841a15
 SHA512 
9959a7b6724aff5561fa9303b3d7c967e298fd63d95ef7e34d80514dde8871c19887c184a6466779f2833c295233dd1d54a7c06928ac58dcbb374281deb13f17
 DIST maradns-3.5.0005.tar.xz 5351412 BLAKE2B 
c6b1c4fb93cb507045b3c09574d7ce30b0af92301e157216b4a5bbd2ed74ceb829ef4d11cd08048c7a685a09cdd4178cf3fc4e7b2465820d26d3a5c1b96f4a5e
 SHA512 
2e7008ff6217929008292dde60d96eb2ec0499a170e1b5bda5fcfb27300d2ce6cecd8b3e2a2d4b09ff32b803f9f435230378e6b2e41e7b63c42653d8c931151d

diff --git a/net-dns/maradns/maradns-2.0.09-r2.ebuild 
b/net-dns/maradns/maradns-2.0.09-r2.ebuild
deleted file mode 100644
index 2124be1f395..000
--- a/net-dns/maradns/maradns-2.0.09-r2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd toolchain-funcs user
-
-DEADWOOD_VER="3.2.05"
-
-DESCRIPTION="A security-aware DNS server"
-HOMEPAGE="http://www.maradns.org/;
-SRC_URI="http://www.maradns.org/download/${PV%.*}/${PV}/${P}.tar.bz2;
-
-# The GPL-2 covers the init script, bug 426018.
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86"
-IUSE="authonly examples ipv6"
-
-DEPEND=""
-RDEPEND=""
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.0.06-askmara-tcp.patch"
-   "${FILESDIR}/${PN}-2.0.06-duende-man.patch"
-   "${FILESDIR}/${P}-build.patch"
-)
-
-pkg_setup() {
-   ebegin "Creating group and users"
-   enewgroup maradns 99
-   enewuser duende 66 -1 -1 maradns
-   enewuser maradns 99 -1 -1 maradns
-   eend ${?}
-}
-
-src_configure() {
-   # Use duende-ng.c.
-   cp  "${S}/tools/duende-ng.c" "${S}/tools/duende.c" \
-   || die "failed to rename duende-ng.c"
-
-   tc-export CC
-   ./configure $(use ipv6 && echo "--ipv6") || die "Failed to configure 
${PN}"
-}
-
-src_install() {
-   # Install the MaraDNS binaries.
-   dosbin server/maradns
-   dosbin tcp/zoneserver
-   dobin tcp/getzone tcp/fetchzone
-   dobin tools/askmara tools/askmara-tcp tools/duende
-   dobin tools/bind2csv2.py tools/csv1tocsv2.pl
-
-   # MaraDNS docs, manpages, misc.
-   dodoc doc/en/{QuickStart,README,*.txt}
-   dodoc doc/en/text/*.txt
-   doman doc/en/man/*.[1-9]
-   dodoc maradns.gpg.key
-   dodoc doc/en/*.html
-   dodoc -r doc/en/webpage
-   dodoc -r doc/en/tutorial
-   if use examples ; then
-   docinto examples
-   dodoc doc/en/examples/example_*
-   fi
-
-   # Deadwood binary, docs, manpages, etc.
-   if ! use authonly; then
-   dosbin deadwood-${DEADWOOD_VER}/src/Deadwood
-   doman deadwood-${DEADWOOD_VER}/doc/{Deadwood,Duende}.1
-   docinto deadwood
-   dodoc deadwood-${DEADWOOD_VER}/doc/{Deadwood,Duende,FAQ}.txt
-   dodoc deadwood-${DEADWOOD_VER}/doc/{Deadwood,FAQ}.html
-   docinto deadwood/internals
-   dodoc deadwood-${DEADWOOD_VER}/doc/internals/*
-   insinto /etc/maradns
-   newins deadwood-${DEADWOOD_VER}/doc/dwood3rc-all 
dwood3rc_all.dist
-   fi
-
-   # Example configurations.
-   insinto /etc/maradns
-   newins doc/en/examples/example_full_mararc mararc_full.dist
-   newins doc/en/examples/example_csv2 example_csv2.dist
-   keepdir /etc/maradns/logger
-
-   # Init scripts.
-   

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

2020-07-01 Thread Thomas Deutschmann
commit: b0c68e732475082fb72abd3284076a50fcf1be35
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul  1 19:28:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  1 19:29:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c68e73

dev-lang/spidermonkey: bump to v68.10.0

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

 dev-lang/spidermonkey/Manifest|   1 +
 dev-lang/spidermonkey/spidermonkey-68.10.0.ebuild | 225 ++
 2 files changed, 226 insertions(+)

diff --git a/dev-lang/spidermonkey/Manifest b/dev-lang/spidermonkey/Manifest
index ba567eedc1d..c8999116b67 100644
--- a/dev-lang/spidermonkey/Manifest
+++ b/dev-lang/spidermonkey/Manifest
@@ -1,5 +1,6 @@
 DIST firefox-68.0-patches-12.tar.xz 17476 BLAKE2B 
bd788e24820f902f4ca908b0cf7a49a4c57e058915af1eb87233d19d91271092676c1ee4c67e88df2411ecccea47c4e735efdf95945954f2d9aac5cc2f9051f2
 SHA512 
8033a3c445eaddd28188b338534da16a4130b679a5f6673b3094524e47435890e6d454d7b67f81bbe21f80ef1b65fa7e6c27d71191ba70dd8ea87fc68463f9a7
 DIST firefox-68.0-patches-14.tar.xz 17488 BLAKE2B 
697aecf97b04b45ea17ed1c1eaded95ca5064760cd0468968326f1683c10d91b76458c0f3e1ae7772b0d43c33632c03a69e5b09579284de19ecaaf7603dc2412
 SHA512 
9a601b80f747eb52ce772ec931d4f5ff0180ca1531c92d46ca116fb8218c829b9be496392e785d79106c76abef149e666cdc65204bdf1ebb7904b65264cfa6b6
+DIST firefox-68.10.0esr.source.tar.xz 314526224 BLAKE2B 
698367314caa4d8e9fd64e5ec6fd26316a26470f94d095dd212932cb968ecabd492563d661df46be693c8deb16cdb45c6ba756d506a8211f184e4637c7d9e986
 SHA512 
c5c1833560364851e7cf8ea51659bc4fb60239b960125cdb20fe31f742d757ffdaef8f314f800dc91214ee8e358033dc2af971c08bbba474ef6158b101881653
 DIST firefox-68.7.0esr.source.tar.xz 312235932 BLAKE2B 
17030bc74341ecae74d7dadcb0fc0212e61e3f01463671e57f73c90e534db1088d597d43bc362cd083ca26b056bce45684eda121b2cd91c7793c44a7c40efb7a
 SHA512 
a3ddcf8ffe5f568b30b1fc9ddcaa5cebe600bf11ce353c09507d5466f999022d45a0dee9a08f53f37b10202a2e2ce4c180743cd6a2ca38dfea1c3e4487b18593
 DIST firefox-68.8.0esr.source.tar.xz 312602308 BLAKE2B 
19be922cdadc705a267f35450e742cf9cf2f793a3e74dd9a397f898ff879cf9d7e59ccc148a9fa47f3c637c30887c205f01069e689f0586fb9ef82f4e6b160ce
 SHA512 
139a63dc85ae76a50da6be9a31425f97144e6c7e4a65b0f3009a84eb5c8c9566f6bb331e26590f8aecd5045c4d730ab4e848cf7220f3444a31147b5533c742b3
 DIST firefox-68.9.0esr.source.tar.xz 317469120 BLAKE2B 
f04f8ca1abe802edb6d37c0de5f8024d513331fd80c9b701c93de74cbafc0650b1c0f58e54a2dbe6bee0457698dc386093aab7749c9b0738bf146bfbae6bf4e2
 SHA512 
98431800d80f7c680aef9eede29df8217810912a319a7f7f8c2e637c43ecd4f4e29223a417afb2a6315e825f979453ff6e6b5a575649aba5cc63ce5956375bb8

diff --git a/dev-lang/spidermonkey/spidermonkey-68.10.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-68.10.0.ebuild
new file mode 100644
index 000..81641728764
--- /dev/null
+++ b/dev-lang/spidermonkey/spidermonkey-68.10.0.ebuild
@@ -0,0 +1,225 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+WANT_AUTOCONF="2.1"
+
+inherit autotools check-reqs python-any-r1
+
+MY_PN="mozjs"
+MY_PV="${PV/_pre*}" # Handle Gentoo pre-releases
+
+MY_MAJOR=$(ver_cut 1)
+
+MOZ_ESR="1"
+
+# Convert the ebuild version to the upstream mozilla version
+MOZ_PV="${MY_PV/_alpha/a}" # Handle alpha for SRC_URI
+MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI
+MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI
+
+if [[ ${MOZ_ESR} == 1 ]] ; then
+   # ESR releases have slightly different version numbers
+   MOZ_PV="${MOZ_PV}esr"
+fi
+
+# Patch version
+FIREFOX_PATCHSET="firefox-68.0-patches-14"
+SPIDERMONKEY_PATCHSET="${PN}-68.6.0-patches-03"
+
+MOZ_HTTP_URI="https://archive.mozilla.org/pub/firefox/releases;
+MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
+
+if [[ "${PV}" == *_rc* ]]; then
+   
MOZ_HTTP_URI="https://archive.mozilla.org/pub/firefox/candidates/${MOZ_PV}-candidates/build${PV##*_rc};
+   MOZ_SRC_URI="${MOZ_HTTP_URI}/source/firefox-${MOZ_PV}.source.tar.xz"
+fi
+
+PATCH_URIS=(
+   
https://dev.gentoo.org/~{anarchy,whissi,polynomial-c,axs}/mozilla/patchsets/${FIREFOX_PATCHSET}.tar.xz
+   
https://dev.gentoo.org/~{whissi,polynomial-c,axs}/mozilla/patchsets/${SPIDERMONKEY_PATCHSET}.tar.xz
+)
+
+SRC_URI="${MOZ_SRC_URI}
+   ${PATCH_URIS[@]}"
+
+DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++"
+HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+SLOT="68"
+LICENSE="MPL-2.0"
+IUSE="debug +jit test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="dev-lang/python:2.7
+   test? ( ${PYTHON_DEPS} )"
+
+DEPEND=">=dev-libs/icu-63.1:=
+   >=dev-libs/nspr-4.21
+   sys-libs/readline:0=
+   

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

2020-07-01 Thread Rick Farina
commit: 116a55a8c8997289deba097e1d3954e3dbb8898a
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Jul  1 19:16:47 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Jul  1 19:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116a55a8

dev-libs/libnfc: bumpity bump

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

 dev-libs/libnfc/Manifest|  1 +
 dev-libs/libnfc/libnfc-1.8.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-libs/libnfc/Manifest b/dev-libs/libnfc/Manifest
index f145b7da324..79395283928 100644
--- a/dev-libs/libnfc/Manifest
+++ b/dev-libs/libnfc/Manifest
@@ -1,2 +1,3 @@
 DIST libnfc-1.7.1.tar.bz2 484309 BLAKE2B 
7a86394e8902421410d54de2b2710cee7ea34a6f950f6d76ec59d24d6e46798cd10a9725f405c729df44da84b810b5853a5eef0ec5f2a10ccbcf7585d33f34ef
 SHA512 
6a03d197c450c0ab8f2d16ae8c1f80e206fa909ece84a32dbb962acd0f7ef693a419608cdaa4c2207a1d2593599e44479520d7413eace7fca19d3230442e506c
 DIST libnfc-1.7.2.tar.bz2 534821 BLAKE2B 
015634a696aeda77abdb53ab658504d0183b8d8d5899f368b122660d6527cf4d3ec988147082620d87d007ea33320acfde6cc013c9257b9c62fa4fb99528eeeb
 SHA512 
c93ab10667998b6c6bf948082253715762ae91699d3e035f1149cebf6d3881cbc2ab570976c70cd12f886f76a18a82ac048fad0664512d1cd553c0fd1fdf7674
+DIST libnfc-1.8.0.tar.bz2 553511 BLAKE2B 
060ef4f24b3387393faf43f37a3a245177cb9697d42df1a8e8e5155af8b6e7b818b4bd710ff73929bde39274eda0235d111627cfd3931bd3fe9addde10af0fad
 SHA512 
aa8762ecb5b94167d20346f2c81491bb5b634bcedbf2aae3e2efdb301bca89ceb7c2e15148d0934fdc1cce6d77ee0225e28e84893232999fdc09d8a90ae2a7c5

diff --git a/dev-libs/libnfc/libnfc-1.8.0.ebuild 
b/dev-libs/libnfc/libnfc-1.8.0.ebuild
new file mode 100644
index 000..cb49692161f
--- /dev/null
+++ b/dev-libs/libnfc/libnfc-1.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Near Field Communications (NFC) library"
+HOMEPAGE="http://www.libnfc.org/;
+SRC_URI="https://github.com/nfc-tools/${PN}/releases/download/${P}/${P}.tar.bz2;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc pcsc-lite readline static-libs usb"
+
+RDEPEND="pcsc-lite? ( sys-apps/pcsc-lite )
+   readline? ( sys-libs/readline:0 )
+   usb? ( virtual/libusb:0 )"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local drivers="arygon,pn532_uart,pn532_spi,pn532_i2c,acr122s"
+   use pcsc-lite && drivers+=",acr122_pcsc"
+   use usb && drivers+=",pn53x_usb,acr122_usb"
+   econf \
+   --with-drivers="${drivers}" \
+   $(use_enable doc) \
+   $(use_with readline) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && doxygen
+}
+
+src_install() {
+   default
+   use static-libs || find "${ED}" -name 'lib*.la' -delete
+   use doc && dohtml "${S}"/doc/html/*
+}



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

2020-07-01 Thread Michał Górny
commit: 5ba66b9480d4be8b3a5ea4448b8ac9ad89dfdf35
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  1 18:31:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 19:25:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba66b94

dev-python/networkx: Add missing test-dep on scipy

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

 dev-python/networkx/networkx-2.4-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/networkx/networkx-2.4-r1.ebuild 
b/dev-python/networkx/networkx-2.4-r1.ebuild
index 988703d3877..ef197baa346 100644
--- a/dev-python/networkx/networkx-2.4-r1.ebuild
+++ b/dev-python/networkx/networkx-2.4-r1.ebuild
@@ -32,6 +32,8 @@ RDEPEND="
scipy? ( >=sci-libs/scipy-1.1.0[${PYTHON_USEDEP}] )
xml? ( >=dev-python/lxml-4.2.3[${PYTHON_USEDEP}] )
yaml? ( >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}] )"
+BDEPEND="
+   test? ( >=sci-libs/scipy-1.1.0[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
 



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

2020-07-01 Thread Rick Farina
commit: b4fe2f4e3ca9635ebb97889fde7f1322d9383083
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Jul  1 19:21:53 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Jul  1 19:24:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fe2f4e

net-wireless/mfoc: rebuild on libnfc change

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

 net-wireless/mfoc/{mfoc-0.10.7.ebuild => mfoc-0.10.7-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/mfoc/mfoc-0.10.7.ebuild 
b/net-wireless/mfoc/mfoc-0.10.7-r1.ebuild
similarity index 84%
rename from net-wireless/mfoc/mfoc-0.10.7.ebuild
rename to net-wireless/mfoc/mfoc-0.10.7-r1.ebuild
index 8f4aca92e0a..6fe306c11ff 100644
--- a/net-wireless/mfoc/mfoc-0.10.7.ebuild
+++ b/net-wireless/mfoc/mfoc-0.10.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ LICENSE="GPL-2 GPL-2+ BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=">=dev-libs/libnfc-1.7.0"
+DEPEND=">=dev-libs/libnfc-1.7.0:="
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${P}"



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

2020-07-01 Thread Rick Farina
commit: 7d131b47b207ce6aef5f09791b6f8ce28c1542a1
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Jul  1 19:24:43 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Jul  1 19:24:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d131b47

net-wireless/mfoc: mine now

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

 net-wireless/mfoc/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-wireless/mfoc/metadata.xml b/net-wireless/mfoc/metadata.xml
index d105b4a973d..6d781d15d77 100644
--- a/net-wireless/mfoc/metadata.xml
+++ b/net-wireless/mfoc/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   Rick Farina
+   zeroch...@gentoo.org
+   

nfc-tools/mfoc




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

2020-07-01 Thread Andreas Sturmlechner
commit: 9056211f5f9ea47334f8ca4aeaab38b9ce173163
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 19:00:56 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 19:00:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9056211f

media-gfx/exiv2: 0.27.3 version bump

Bug: https://bugs.gentoo.org/701902
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/exiv2/Manifest | 2 +-
 media-gfx/exiv2/{exiv2-0.27.3_rc2.ebuild => exiv2-0.27.3.ebuild} | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/media-gfx/exiv2/Manifest b/media-gfx/exiv2/Manifest
index 8547f008a0f..4946e9e6a68 100644
--- a/media-gfx/exiv2/Manifest
+++ b/media-gfx/exiv2/Manifest
@@ -1,2 +1,2 @@
 DIST exiv2-0.27.2-Source.tar.gz 27591236 BLAKE2B 
bd10d71356e4c8a465b71f8ceac07fbf2fd6cfb287cb22774568ad35eb38200be504e297224920af50a15ab4e9da98384ff4da7c33713f5346b33738380698b0
 SHA512 
39eb7d920dce18b275ac66f4766c7c73f7c72ee10e3e1e43d84c611b24f48ce20a70eac6d53948914e93242a25b8b52cc4bc760ee611ddcd77481306c1f9e721
-DIST exiv2-0.27.3.20-Source.tar.gz 26462789 BLAKE2B 
1fab5636f2ff69a6e61b78e29f8f536ef699bc7eb6e32edfd2f643805205df99502a3e1a9654dd8cd60e4f948d1442aa2bf4c4e71a345adaf310746bce5054c5
 SHA512 
4efd358adf615b924ef5446b68b7b7e260dd243179c8aa290006ea84d2fa08ab7069aa1af80b594858600660e184c80613c9254e66320d47087e00c9eccc8448
+DIST exiv2-0.27.3-Source.tar.gz 26447901 BLAKE2B 
ac13e6d8fce83923278cfeb628f143310a3c62b42936c8ed8b302a2c3df4c36f5666fa749adfb1d745e42da8f519762532e6fc281993aa55bcd7ce56e08c6e3e
 SHA512 
3f5758ee862b811eeb89cc75fc2bbd8bf10329efa2ce1e68555cdc7729faa6cfd1603e0cc859fbdbe6d8fd5e53bd9b9e6d869d8a20ed17497bf87ce78c005de9

diff --git a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild 
b/media-gfx/exiv2/exiv2-0.27.3.ebuild
similarity index 88%
rename from media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
rename to media-gfx/exiv2/exiv2-0.27.3.ebuild
index 276e4ea019b..273b13df3d3 100644
--- a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.3.ebuild
@@ -7,12 +7,13 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/Exiv2/exiv2.git;
inherit git-r3
 else
-   
SRC_URI="https://pre-release.exiv2.org/builds/${P/_rc2/.20}-Source.tar.gz;
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+   SRC_URI="https://exiv2.org/builds/${P}-Source.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+   S="${WORKDIR}/${P}-Source"
 fi
 
 CMAKE_ECLASS=cmake
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit cmake-multilib python-any-r1
 
 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"
@@ -46,8 +47,6 @@ RDEPEND="${DEPEND}"
 
 DOCS=( README.md doc/ChangeLog doc/cmd.txt )
 
-S="${WORKDIR}/${P/_rc2/.20}-Source"
-
 pkg_setup() {
use doc && python-any-r1_pkg_setup
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/files/, media-libs/mlt/

2020-07-01 Thread Andreas Sturmlechner
commit: 8e82bd7a497db607c05f1367417b844dc6a55412
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 18:42:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 18:44:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e82bd7a

media-libs/mlt: Fix build with musl libc

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

 media-libs/mlt/files/mlt-6.20.0-musl-locale.patch | 34 +++
 media-libs/mlt/mlt-6.20.0-r2.ebuild   |  1 +
 2 files changed, 35 insertions(+)

diff --git a/media-libs/mlt/files/mlt-6.20.0-musl-locale.patch 
b/media-libs/mlt/files/mlt-6.20.0-musl-locale.patch
new file mode 100644
index 000..ed206108d2e
--- /dev/null
+++ b/media-libs/mlt/files/mlt-6.20.0-musl-locale.patch
@@ -0,0 +1,34 @@
+From d02611584d4b2f693469c72272fe369413139394 Mon Sep 17 00:00:00 2001
+From: Carlo Landmeter 
+Date: Sun, 6 Nov 2016 00:45:44 +0100
+Subject: testing/mlt: new aport
+
+---
+ testing/mlt/musl-locale.patch | 13 +
+ 1 file changed, 13 insertions(+)
+ create mode 100644 testing/mlt/musl-locale.patch
+
+(limited to 'testing/mlt/musl-locale.patch')
+
+diff --git a/testing/mlt/musl-locale.patch b/testing/mlt/musl-locale.patch
+new file mode 100644
+index 00..030bb781d1
+--- /dev/null
 b/testing/mlt/musl-locale.patch
+@@ -0,0 +1,13 @@
++--- ./src/framework/mlt_property.h.orig
+ ./src/framework/mlt_property.h
++@@ -30,8 +30,8 @@
++ #include 
++ #endif
++ 
++-#if defined(__GLIBC__) || defined(__APPLE__) || (__FreeBSD_version >= 900506)
++-#include 
+++#if defined(__linux__) || defined(__APPLE__) || (__FreeBSD_version >= 900506)
+++#include 
++ #else
++ typedef char* locale_t;
++ #endif
+-- 
+cgit v1.2.1
+

diff --git a/media-libs/mlt/mlt-6.20.0-r2.ebuild 
b/media-libs/mlt/mlt-6.20.0-r2.ebuild
index 7c449e85101..2d15f57bfc5 100644
--- a/media-libs/mlt/mlt-6.20.0-r2.ebuild
+++ b/media-libs/mlt/mlt-6.20.0-r2.ebuild
@@ -91,6 +91,7 @@ PATCHES=(
"${FILESDIR}"/${P}-crash-w-unsupported-preview-scale.patch
"${FILESDIR}"/${P}-crash-in-composite.patch
"${FILESDIR}"/${P}-opencv-double-del-crash.patch
+   "${FILESDIR}"/${P}-musl-locale.patch # from Alpine, pending upstream
 )
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/

2020-07-01 Thread Patrice Clement
commit: df4371e253064e8687bd0fefec9d159e9c954ed4
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jun 29 14:57:06 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul  1 18:37:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4371e2

app-officeext/languagetool: remove old versions.

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-officeext/languagetool/Manifest|  2 --
 app-officeext/languagetool/languagetool-3.4.ebuild | 25 --
 app-officeext/languagetool/languagetool-3.5.ebuild | 25 --
 3 files changed, 52 deletions(-)

diff --git a/app-officeext/languagetool/Manifest 
b/app-officeext/languagetool/Manifest
index 780452695d9..f208875f021 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1,3 +1 @@
-DIST LanguageTool-3.4.oxt 58043690 BLAKE2B 
d381d0e426619182e8e5d7469dfb18e41c7a993f1850afd1a2720199618eaaadd093f3b7efafc23601a42221e991e71820d963326618f24be4889cf55b04f5f1
 SHA512 
29eda8c4a26eb4da4dce68db6f962c8a8828bb0eb76aef3e31a58607aea9a15705aaccc4a1bc5366760bdb00c9133ef225291941e5873cbcc384627464eb9a8f
-DIST LanguageTool-3.5.oxt 58210562 BLAKE2B 
77a455a9a7950aed69c5b6ffd1bfca43b0821f6b84cfa96d5aea05b9a57995c4542e4d651e150d964173bdc1e3364b96ececeda07919db68ad04293673f02c9f
 SHA512 
1a36c04117c473ccb812f3b216763d816ddc796869488bfcf2f36d8ab325ef1620edf148ebb8b1b1b2d62a043b5b45f738e27ff440f6f99067601828a49f0e0e
 DIST LanguageTool-5.0.oxt 141552168 BLAKE2B 
040cb817150dd1cf137feadf28ca00ce6316a529709c1255438d0fa2faac3b5a516d9a48e3e3ba6bf2fedc3650050970eae6179578c5fcf005c6484c30cf408e
 SHA512 
8493100684598aaa7c422360e0f00b5cff0c1be22aca4bee6c7e0e12d509916bc3c7f8df052b86702f6177c227d1a5dbe6b2592fa1cbdb79f4666dc22c16

diff --git a/app-officeext/languagetool/languagetool-3.4.ebuild 
b/app-officeext/languagetool/languagetool-3.4.ebuild
deleted file mode 100644
index e000f375294..000
--- a/app-officeext/languagetool/languagetool-3.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="LanguageTool-${PV}"
-
-OFFICE_REQ_USE="java"
-
-OFFICE_EXTENSIONS=(
-   "${MY_P}.oxt"
-)
-
-inherit office-ext-r1
-
-DESCRIPTION="Style and Grammar Checker for libreoffice"
-HOMEPAGE="https://www.languagetool.org/;
-SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8"

diff --git a/app-officeext/languagetool/languagetool-3.5.ebuild 
b/app-officeext/languagetool/languagetool-3.5.ebuild
deleted file mode 100644
index 14d714d60ce..000
--- a/app-officeext/languagetool/languagetool-3.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="LanguageTool-${PV}"
-
-OFFICE_REQ_USE="java"
-
-OFFICE_EXTENSIONS=(
-   "${MY_P}.oxt"
-)
-
-inherit office-ext-r1
-
-DESCRIPTION="Style and Grammar Checker for libreoffice"
-HOMEPAGE="https://www.languagetool.org/;
-SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8"



[gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/

2020-07-01 Thread Patrice Clement
commit: c535a9a038b485e8c0384736bb66be2e5f205851
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jun 29 14:56:40 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul  1 18:37:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c535a9a0

app-officeext/languagetool: version update to 5.0.

Updated license to LGPL-2.1+, migrated to EAPI7.
Closes: https://bugs.gentoo.org/605518
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16485
Signed-off-by: Patrice Clement  gentoo.org>

 app-officeext/languagetool/Manifest|  1 +
 app-officeext/languagetool/languagetool-5.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/app-officeext/languagetool/Manifest 
b/app-officeext/languagetool/Manifest
index 34356537e77..780452695d9 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1,2 +1,3 @@
 DIST LanguageTool-3.4.oxt 58043690 BLAKE2B 
d381d0e426619182e8e5d7469dfb18e41c7a993f1850afd1a2720199618eaaadd093f3b7efafc23601a42221e991e71820d963326618f24be4889cf55b04f5f1
 SHA512 
29eda8c4a26eb4da4dce68db6f962c8a8828bb0eb76aef3e31a58607aea9a15705aaccc4a1bc5366760bdb00c9133ef225291941e5873cbcc384627464eb9a8f
 DIST LanguageTool-3.5.oxt 58210562 BLAKE2B 
77a455a9a7950aed69c5b6ffd1bfca43b0821f6b84cfa96d5aea05b9a57995c4542e4d651e150d964173bdc1e3364b96ececeda07919db68ad04293673f02c9f
 SHA512 
1a36c04117c473ccb812f3b216763d816ddc796869488bfcf2f36d8ab325ef1620edf148ebb8b1b1b2d62a043b5b45f738e27ff440f6f99067601828a49f0e0e
+DIST LanguageTool-5.0.oxt 141552168 BLAKE2B 
040cb817150dd1cf137feadf28ca00ce6316a529709c1255438d0fa2faac3b5a516d9a48e3e3ba6bf2fedc3650050970eae6179578c5fcf005c6484c30cf408e
 SHA512 
8493100684598aaa7c422360e0f00b5cff0c1be22aca4bee6c7e0e12d509916bc3c7f8df052b86702f6177c227d1a5dbe6b2592fa1cbdb79f4666dc22c16

diff --git a/app-officeext/languagetool/languagetool-5.0.ebuild 
b/app-officeext/languagetool/languagetool-5.0.ebuild
new file mode 100644
index 000..962894ba86e
--- /dev/null
+++ b/app-officeext/languagetool/languagetool-5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="LanguageTool-${PV}"
+
+OFFICE_REQ_USE="java"
+OFFICE_EXTENSIONS=(
+   "${MY_P}.oxt"
+)
+
+inherit office-ext-r1
+
+DESCRIPTION="Style and Grammar Checker for libreoffice"
+HOMEPAGE="https://www.languagetool.org/;
+SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"



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

2020-07-01 Thread Thomas Deutschmann
commit: ca1565a6c2cefd1184f2cd830f4d7172fadfd84c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  1 18:00:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  1 18:13:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1565a6

dev-lang/spidermonkey: don't call ar directly

Closes: https://bugs.gentoo.org/718616
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild 
b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
index 0ac7ab4cc44..663dcc95bf9 100644
--- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
@@ -72,6 +72,8 @@ src_prepare() {
 src_configure() {
cd "${BUILDDIR}" || die
 
+   tc-export AR RANLIB
+
ECONF_SOURCE="${S}/js/src" \
econf \
--disable-jemalloc \
@@ -80,6 +82,7 @@ src_configure() {
--with-system-zlib \
--disable-optimize \
--with-intl-api \
+   --with-toolchain-prefix="${CHOST}-" \
$(use_with system-icu) \
$(use_enable debug) \
$(use_enable jit ion) \



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

2020-07-01 Thread Andreas Sturmlechner
commit: 2ce84feaf821f57cbfb0043c42508f059655f90c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 18:04:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 18:04:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce84fea

app-office/impressive: Drop reference to media-video/mplayer2

That was dropped in 2015.

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

 app-office/impressive/impressive-0.13.0_beta2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/impressive/impressive-0.13.0_beta2.ebuild 
b/app-office/impressive/impressive-0.13.0_beta2.ebuild
index f21221397d3..fefa0445370 100644
--- a/app-office/impressive/impressive-0.13.0_beta2.ebuild
+++ b/app-office/impressive/impressive-0.13.0_beta2.ebuild
@@ -43,6 +43,5 @@ pkg_postinst() {
optfeature "starting web or e-mail hyperlinks from PDF documents" 
x11-misc/xdg-utils
optfeature "sound and video playback" media-video/ffmpeg
optfeature "sound and video playback" media-video/mplayer
-   optfeature "sound and video playback" media-video/mplayer2
optfeature "extraction of PDF page titles" app-text/pdftk
 }



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

2020-07-01 Thread Andreas Sturmlechner
commit: 2c8cca48882e9877f223d2a5f19addec39c8a440
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 18:01:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 18:04:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8cca48

app-office/impressive: 0.13.0_beta2 version bump

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

 app-office/impressive/Manifest |  1 +
 .../impressive/impressive-0.13.0_beta2.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 7f0ca356455..2b7a7e395d9 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1 +1,2 @@
 DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B 
c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304
 SHA512 
5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7eadbd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8
+DIST Impressive-0.13.0-beta2.tar.gz 311905 BLAKE2B 
fb912ada1f44b2af9bd1eed4c7e1d4bfae5ba42449a9b1a154500a9d892c1070c9da127c8c3cbd35ce033a768a00db359deb1a045996cfeb7253f92d289aed82
 SHA512 
45c094d30e898a1843869cdcd490315c8280bbe2f5cc58f7695be2f0876075718517a502af16e040981b3f3a8fd955000d9ff76e20850b4bedf52c0d2bbd098e

diff --git a/app-office/impressive/impressive-0.13.0_beta2.ebuild 
b/app-office/impressive/impressive-0.13.0_beta2.ebuild
new file mode 100644
index 000..f21221397d3
--- /dev/null
+++ b/app-office/impressive/impressive-0.13.0_beta2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit eutils python-r1
+
+DESCRIPTION="Stylish way of giving presentations with Python"
+HOMEPAGE="http://impressive.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${PN^}/${PV/_/-}/${PN^}-${PV/_/-}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-text/mupdf
+   dev-python/pygame[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   x11-apps/xrandr
+   || (
+   media-fonts/dejavu
+   media-fonts/corefonts
+   )
+"
+
+DOCS=( changelog.txt demo.pdf )
+HTML_DOCS=( impressive.html )
+
+S="${WORKDIR}/${PN^}-${PV/_/-}"
+
+src_install() {
+   default
+   python_foreach_impl python_doscript ${PN}.py
+   doman impressive.1
+}
+
+pkg_postinst() {
+   elog "The experience with ${PN^} can be enhanced by folowing packages:"
+   optfeature "starting web or e-mail hyperlinks from PDF documents" 
x11-misc/xdg-utils
+   optfeature "sound and video playback" media-video/ffmpeg
+   optfeature "sound and video playback" media-video/mplayer
+   optfeature "sound and video playback" media-video/mplayer2
+   optfeature "extraction of PDF page titles" app-text/pdftk
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-RSA/

2020-07-01 Thread Kent Fredric
commit: 8d41955622b8a53542702f5be2de27692b98eee1
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 18:01:25 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 18:01:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d419556

dev-perl/Crypt-OpenSSL-RSA: Bump to version 0.310.0

- EAPI7
- Cleanup DESCRIPTION
- Always prune bad tests
- Parallel testing
- Ensure CFLAGS pass through to compiler via make

Upstream:
- Fix compat with OpenSSL 1.1.0
- Prefer hash mode NID_sha256 over NID_sha1 for sign
- Use Crypt::OpenSSL::Guess to find openssl stuff
- Use new interface for RSA_generate_key when possible
- Add fixes to work with LibreSSL better
- Remove default of SHA256 for RSA keys

Keywording:
- Due to new dependency dev-perl/Crypt-OpenSSL-Guess, the following
  keywords were dropped:
alpha amd64-linux arm{,64} hppa ia64 m68k{,-mint} mips
ppc{,-aix,-macos,64} s390 sparc{,-solaris,64-solaris}
x64-{macos,solaris} x86-{linux,macos,solaris}

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Crypt-OpenSSL-RSA-0.310.0.ebuild   | 48 ++
 dev-perl/Crypt-OpenSSL-RSA/Manifest|  1 +
 2 files changed, 49 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild 
b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
new file mode 100644
index 000..87892490f35
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=0.31
+inherit perl-module
+
+DESCRIPTION="RSA encoding and decoding using the OpenSSL libraries"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Crypt-OpenSSL-Bignum
+   dev-perl/Crypt-OpenSSL-Random
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+"
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Crypt-OpenSSL-Guess-0.110.0
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test
+   )
+"
+PERL_RM_FILES=(
+   t/z_kwalitee.t
+   t/z_perl_minimum_version.t
+   t/z_meta.t
+   t/z_pod-coverage.t
+   t/z_pod.t
+)
+mydoc="rfc*.txt"
+
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-OpenSSL-RSA/Manifest 
b/dev-perl/Crypt-OpenSSL-RSA/Manifest
index 98a8cec936c..8e5e142b707 100644
--- a/dev-perl/Crypt-OpenSSL-RSA/Manifest
+++ b/dev-perl/Crypt-OpenSSL-RSA/Manifest
@@ -1 +1,2 @@
 DIST Crypt-OpenSSL-RSA-0.28.tar.gz 20035 BLAKE2B 
9b98a22e68f2c16a38c0aee6ee9a509cd6c6b1d20b1c6533856b7682aa074c24a2e12e87ebdaf3deb7011cbe257737335646b52be74537533d836cbf6fb6ce6d
 SHA512 
4a20c3f814e80ea15304b2a189001172e72237d703a0f9281e7e46d593c521508abfac3a259701994ec867f160821bec37e4e8234d04b792168db19b065ce324
+DIST Crypt-OpenSSL-RSA-0.31.tar.gz 25856 BLAKE2B 
172d48cd6cc0f3df2c1c1684897d8ee376663cb366a1e28c13e4af603b2b985d542f83284112be5e4717a3a13a512926b4413b5a8f08f7ed613cd9929683cce9
 SHA512 
e00d25fc1d39253ea2d7d6ee478403d2b38bd9125602baf5815672fb9e81674ff58bbb47539e425526db1988ebc1a40837372cf42ffd466cb532efa2e450ccab



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Guess/

2020-07-01 Thread Kent Fredric
commit: 51cdf67599c1806771de321f40041a1121990da8
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 17:36:41 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 18:01:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cdf675

dev-perl/Crypt-OpenSSL-Guess: Add w/ v=0.110.0

Required by newer dev-perl/Crypt-OpenSSL-RSA

libressl support probably doesn't work at all, because upstream
basically uses a hard-coded list of guess paths, so unless libressl
hijacks one of the search paths, a sad trombone will play

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Crypt-OpenSSL-Guess-0.110.0.ebuild | 31 ++
 dev-perl/Crypt-OpenSSL-Guess/Manifest  |  1 +
 dev-perl/Crypt-OpenSSL-Guess/metadata.xml  | 12 +
 3 files changed, 44 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild 
b/dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild
new file mode 100644
index 000..1a4da0faf42
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-Guess/Crypt-OpenSSL-Guess-0.110.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=AKIYM
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Guess OpenSSL include path"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Exporter-5.570.0
+   virtual/perl-File-Spec
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+"
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   >=virtual/perl-Test-Simple-0.980.0
+   )
+"

diff --git a/dev-perl/Crypt-OpenSSL-Guess/Manifest 
b/dev-perl/Crypt-OpenSSL-Guess/Manifest
new file mode 100644
index 000..e182ca76f5d
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-Guess/Manifest
@@ -0,0 +1 @@
+DIST Crypt-OpenSSL-Guess-0.11.tar.gz 11346 BLAKE2B 
f22d09e23e91c36c722dc9800391b67a1f912f8af6a13ec95c9074e65559585c77e72596a6dae17db28e11f8449813777423a60d9af0147819dfcb91ba489152
 SHA512 
cdae7f20a15d24842cf117bfba4f3bc0ec7d1066251e0480cbadd8f0aa28c9c9573905726fc1333ea9fbbb3769a67dbf28043de8487dcce27dab5d14a0848b09

diff --git a/dev-perl/Crypt-OpenSSL-Guess/metadata.xml 
b/dev-perl/Crypt-OpenSSL-Guess/metadata.xml
new file mode 100644
index 000..80fda94
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-Guess/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Crypt-OpenSSL-Guess
+Crypt::OpenSSL::Guess
+  
+



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

2020-07-01 Thread Jeroen Roovers
commit: 64e8a78f03c04ac19fae6b7c88973440dbb76fad
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul  1 17:59:19 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  1 17:59:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e8a78f

Revert "net-analyzer/rrdtool: Add live ebuild"

This reverts commit 14c90211f37e2db668d91012866e9ae29d727a3e.

Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/rrdtool/rrdtool-.ebuild | 183 ---
 1 file changed, 183 deletions(-)

diff --git a/net-analyzer/rrdtool/rrdtool-.ebuild 
b/net-analyzer/rrdtool/rrdtool-.ebuild
deleted file mode 100644
index 966ba5823bc..000
--- a/net-analyzer/rrdtool/rrdtool-.ebuild
+++ /dev/null
@@ -1,183 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DISTUTILS_OPTIONAL=true
-DISTUTILS_SINGLE_IMPL=true
-GENTOO_DEPEND_ON_PERL=no
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit autotools flag-o-matic git-r3 perl-module distutils-r1 multilib
-
-MY_P=${P/_/-}
-
-DESCRIPTION="A system to store and display time-series data"
-HOMEPAGE="https://oss.oetiker.ch/rrdtool/;
-EGIT_REPO_URI="https://github.com/oetiker/rrdtool-1.x;
-
-LICENSE="GPL-2"
-SLOT="0/8.0.0"
-KEYWORDS=""
-IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd"
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-CDEPEND="
-   >=dev-libs/glib-2.28.7:2[static-libs(+)?]
-   >=dev-libs/libxml2-2.7.8:2[static-libs(+)?]
-   dbi? ( dev-db/libdbi[static-libs(+)?] )
-   graph? (
-   >=media-libs/libpng-1.5.10:0=[static-libs(+)?]
-   >=x11-libs/cairo-1.10.2[svg,static-libs(+)?]
-   >=x11-libs/pango-1.28
-   )
-   lua? ( dev-lang/lua:* )
-   perl? ( dev-lang/perl:= )
-   python? ( ${PYTHON_DEPS} )
-   rados? ( sys-cluster/ceph )
-   tcl? ( dev-lang/tcl:0= )
-   tcpd? ( sys-apps/tcp-wrappers )
-"
-
-DEPEND="
-   ${CDEPEND}
-   virtual/pkgconfig
-"
-BDEPEND="
-   sys-apps/groff
-   virtual/awk
-"
-RDEPEND="
-   ${CDEPEND}
-"
-PDEPEND="
-   ruby? ( ~dev-ruby/rrdtool-bindings-${PV} )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.9-disable-rrd_graph-perl.patch
-   "${FILESDIR}"/${PN}-1.7.0-disable-rrd_graph-cgi.patch
-   "${FILESDIR}"/${PN}-1.7.1-configure.ac.patch
-)
-S=${WORKDIR}/${MY_P}
-
-python_compile() {
-   cd bindings/python || die
-   distutils-r1_python_compile
-}
-
-python_install() {
-   cd bindings/python || die
-   distutils-r1_python_install
-}
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # bug 456810
-   # no time to sleep
-   sed -i \
-   -e 's|$LUA_CFLAGS|IGNORE_THIS_BAD_TEST|g' \
-   -e 's|^sleep 1$||g' \
-   -e '/^dnl.*png/s|^dnl||g' \
-   configure.ac || die
-
-   # Python bindings are built/installed manually
-   sed -i \
-   -e '/^all-local:/s| @COMP_PYTHON@||' \
-   bindings/Makefile.am || die
-
-   if ! use graph; then
-   sed -i \
-   -e '2s:rpn1::; 2s:rpn2::; 6s:create-with-source-4::;' \
-   -e '7s:xport1::; 7s:dcounter1::; 7s:vformatter1::' \
-   tests/Makefile.am || die
-   fi
-
-   eautoreconf
-}
-
-src_configure() {
-   export rd_cv_gcc_flag__Werror=no
-   export rd_cv_ms_async=ok
-
-   filter-flags -ffast-math
-
-   export RRDDOCDIR=${EPREFIX}/usr/share/doc/${PF}
-
-   # to solve bug #260380
-   [[ ${CHOST} == *-solaris* ]] && append-flags -D__EXTENSIONS__
-
-   # Stub configure.ac
-   local myconf=()
-   if ! use tcpd; then
-   myconf+=( "--disable-libwrap" )
-   fi
-   if ! use dbi; then
-   myconf+=( "--disable-libdbi" )
-   fi
-   if ! use rados; then
-   myconf+=( "--disable-librados" )
-   fi
-
-   econf \
-   $(use_enable graph rrd_graph) \
-   $(use_enable lua lua-site-install) \
-   $(use_enable lua) \
-   $(use_enable perl perl-site-install) \
-   $(use_enable perl) \
-   $(use_enable python) \
-   $(use_enable rrdcgi) \
-   $(use_enable static-libs static) \
-   $(use_enable tcl) \
-   $(use_with tcl tcllib "${EPREFIX}"/usr/$(get_libdir)) \
-   --with-perl-options=INSTALLDIRS=vendor \
-   --disable-ruby-site-install \
-   --disable-ruby \
-   ${myconf[@]}
-}
-
-src_compile() {
-   default
-
-   use python && distutils-r1_src_compile
-}
-
-src_test() {
-   export LC_ALL=C
-   default
-}
-
-src_install() {
-   default
-
-   if ! use doc ; then
-   rm -rf 

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

2020-07-01 Thread Mike Gilbert
commit: 414043830364b91670d981c9cd2fdf80624fb894
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul  1 17:38:41 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul  1 17:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41404383

net-wireless/rtl-sdr: remove duplicate KEYWORDS

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

 net-wireless/rtl-sdr/rtl-sdr-0.5.3_p20170919.ebuild | 3 +--
 net-wireless/rtl-sdr/rtl-sdr-0.5.4.ebuild   | 3 +--
 net-wireless/rtl-sdr/rtl-sdr-0.6.0-r1.ebuild| 1 -
 net-wireless/rtl-sdr/rtl-sdr-.ebuild| 1 -
 4 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-wireless/rtl-sdr/rtl-sdr-0.5.3_p20170919.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-0.5.3_p20170919.ebuild
index cb32ad203bb..6bc9e9c3670 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-0.5.3_p20170919.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-0.5.3_p20170919.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,6 @@ if [[ ${PV} == * ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://git.osmocom.org/${PN};
-   KEYWORDS=""
 else
#git clone https://git.osmocom.org/rtl-sdr
#cd rtl-sdr

diff --git a/net-wireless/rtl-sdr/rtl-sdr-0.5.4.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-0.5.4.ebuild
index 01063ffe168..f62298abe77 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-0.5.4.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-0.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,6 @@ if [[ ${PV} == * ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://git.osmocom.org/${PN};
-   KEYWORDS=""
 else
#git clone https://git.osmocom.org/rtl-sdr
#cd rtl-sdr

diff --git a/net-wireless/rtl-sdr/rtl-sdr-0.6.0-r1.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-0.6.0-r1.ebuild
index a428815f883..cb3fa88be9d 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-0.6.0-r1.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-0.6.0-r1.ebuild
@@ -12,7 +12,6 @@ if [[ ${PV} == * ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://git.osmocom.org/${PN};
-   KEYWORDS="amd64 x86"
 else
SRC_URI="https://github.com/steve-m/librtlsdr/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="amd64 ~arm ~arm64 x86"

diff --git a/net-wireless/rtl-sdr/rtl-sdr-.ebuild 
b/net-wireless/rtl-sdr/rtl-sdr-.ebuild
index 2f3140b29d2..6f788b128c8 100644
--- a/net-wireless/rtl-sdr/rtl-sdr-.ebuild
+++ b/net-wireless/rtl-sdr/rtl-sdr-.ebuild
@@ -12,7 +12,6 @@ if [[ ${PV} == * ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://git.osmocom.org/${PN};
-   KEYWORDS=""
 else
#git clone https://git.osmocom.org/rtl-sdr
#cd rtl-sdr



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2020-07-01 Thread Thomas Deutschmann
commit: 62a1c3080795a68efbe01127cd9479a2d16ae921
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul  1 17:17:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  1 17:36:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a1c308

www-client/firefox: synchronize with thunderbird ebuild

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

 www-client/firefox/firefox-68.10.0.ebuild | 21 +++--
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/www-client/firefox/firefox-68.10.0.ebuild 
b/www-client/firefox/firefox-68.10.0.ebuild
index d73893c7c90..64189efee3c 100644
--- a/www-client/firefox/firefox-68.10.0.ebuild
+++ b/www-client/firefox/firefox-68.10.0.ebuild
@@ -10,11 +10,12 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
 
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
-MOZ_LANGS=(ach af an ar ast az be bg bn br bs ca cak cs cy da de dsb el en 
en-CA
-en-GB en-US eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn 
gu-IN
-he hi-IN hr hsb hu hy-AM ia id is it ja ka kab kk km kn ko lij lt lv mk mr ms 
my
-nb-NO nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
-th tr uk ur uz vi xh zh-CN zh-TW )
+MOZ_LANGS=( ach af an ar ast az be bg bn br bs ca cak cs cy da de dsb
+el en en-CA en-GB en-US eo es-AR es-CL es-ES es-MX et eu fa ff fi fr
+fy-NL ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM ia id is it ja ka
+kab kk km kn ko lij lt lv mk mr ms my nb-NO nl nn-NO oc pa-IN pl pt-BR
+pt-PT rm ro ru si sk sl son sq sr sv-SE ta te th tr uk ur uz vi xh
+zh-CN zh-TW )
 
 # Convert the ebuild version to the upstream mozilla version, used by 
mozlinguas
 MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
@@ -30,7 +31,7 @@ fi
 PATCH="${PN}-68.0-patches-14"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
-MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
+MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/${PN}-${MOZ_PV}.source.tar.xz"
 
 if [[ "${PV}" == *_rc* ]]; then

MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc};
@@ -179,8 +180,6 @@ DEPEND="${CDEPEND}
 
 S="${WORKDIR}/firefox-${PV%_*}"
 
-QA_PRESTRIPPED="usr/lib*/${PN}/firefox"
-
 BUILD_OBJ_DIR="${S}/ff"
 
 # allow GMP_PLUGIN_LIST to be set in an eclass or
@@ -262,12 +261,6 @@ pkg_setup() {
addpredict /proc/self/oom_score_adj
 
llvm_pkg_setup
-
-   if has ccache ${FEATURES} ; then
-   if use clang && use pgo ; then
-   die "Using FEATURES=ccache with USE=clang and USE=pgo 
is currently known to be broken (bug #718632)."
-   fi
-   fi
 }
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/

2020-07-01 Thread Thomas Deutschmann
commit: faa20d5c957e0c0aa37595cb29df0bc3cb281991
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul  1 15:37:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  1 17:36:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa20d5c

mail-client/thunderbird-bin: bump to v68.10.0

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

 mail-client/thunderbird-bin/Manifest   |  55 +++
 .../thunderbird-bin/thunderbird-bin-68.10.0.ebuild | 182 +
 2 files changed, 237 insertions(+)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 68110b41bd9..17572961fe2 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -56,6 +56,59 @@ DIST thunderbird-52.9.1-uk.xpi 652854 BLAKE2B 
bc5557a1df83f9b8ca0671fb7c76fe3a11
 DIST thunderbird-52.9.1-vi.xpi 637163 BLAKE2B 
95c18bab7d30dea4a8b2241290175c77a2b47e3b02346b734e728adadfa4656e4197ceb3328de4c5a12a076dcc7b4b412b0a32e3cdef41d65e471b2601f2
 SHA512 
dec44726008af723e44146abb89754f9fd0684e3cce0f0db07c05d8a100a8a862e5f7ad028c0f7d3594965ec35251e7c357ac212fb78570463bd8c18174658c9
 DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 
441b5332a08daca64282a8d4233c7d9dc2008c80c1ebeaf4d125d5c804755509b9b67dda3423cc9b9a9af3d29b386bb621b231e426bdd89879e2e620f2106dea
 SHA512 
db0c8a338df861a43563c70fd73768a5db730ce39e7a8400de44ccada3edac1f7e3736edee5cff439df76ff17f2b4838701e95fa739f5aa04463539516a86f0b
 DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 
8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4
 SHA512 
24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e
+DIST thunderbird-68.10.0-ar.xpi 617169 BLAKE2B 
b1332b1a70a7cf85b608d1cd177c3c3b65bf5246684aebf1f348649043a44c7c5e7794fab8a01cb6ed3e6a7f4eb281c31b6c3c626a358e93a7584936c630e525
 SHA512 
b8abcf0aaa8488942d195c7507b1f7763381e312b001349fe5dd3ce083a58c7f75b3e03b3beefc5dff5e07fab2b975b2084516a3d3d011c60ddbaa274716b962
+DIST thunderbird-68.10.0-ast.xpi 551300 BLAKE2B 
55815b205b5b667f09f534ac058ca3737ef4545c38d95b95c9277d5d3e1ff182bdd4659b0c04b5352316298fcb37ccdb19fb57cb1ed194095db15928afd360aa
 SHA512 
925b82a654161a4d5c216079f9fd6a7d5b93a4652e878a1e19882f99cad94dbddf44855f8a0e10d27a289733cadc6d61f42e549d3a63508fd4a3b065f08b5a1d
+DIST thunderbird-68.10.0-be.xpi 646281 BLAKE2B 
1fb7f596fb2b2f2c11910d3f6aadecb3b28c9e4fe5ca8a811a89725c8454cfd1a02dbb04b977700468d5c513416610b194ee19328545bc14fc641bd0ddb473dd
 SHA512 
19b8ebb2dfcf984435d24dd0687b16342bb3a723be3a69f94e0e31429a908dceafd89f197093d53370a7e36b83759c8ca89350c3c87f300f11017f384760
+DIST thunderbird-68.10.0-bg.xpi 646228 BLAKE2B 
b0cab8335eec58f21a13b6ae6970b07ac1070205eb5ee75e9491f59b8d42a5c486f56ef3b3105faae90835095660cf8963b43341de46e3fe8e269c1065ca0472
 SHA512 
c4a84579bb92ecd8f78bc8d831e7bfebd337ee847ffcb2d81ea9de33bc46cb9a7dd5695c0eb82b39bcb98e709ddf6eb0ed06322478cd3a2e0d18861f96a7
+DIST thunderbird-68.10.0-br.xpi 574852 BLAKE2B 
aedcbc138090f132a375f92fc9fb18b4cc943b84bf4fd7b28ff95bd1c1c4ccb90200a0b5bac96a25ed725755aeda444f5f56e6a49e9fed67ccfd074f330b48da
 SHA512 
f6f46e881d141c667d6cb357a16750f572e31cfcc99a5b150e2f7362166c45d20557c2b43e25dd49fc1ba6de4ede3988bb332fada86e81b22bbbcedd14a20698
+DIST thunderbird-68.10.0-ca.xpi 578440 BLAKE2B 
ba04528b022615f16bd54ba80d6af056747336f7a56b2ffb9562732bb8ff0a64bd4e880608f0e13d65b617ce6e3c9353bc0f3e09011d3851bd2b19e6d29e
 SHA512 
7c8be4a150cff5e4c14f0c1ab4a4ef0efc5a19a1e7bd12b273109a22188d7c76ce104775bea227fbb54f71383d59228e9f2a9ad873611b2e8f19b4616ebc9091
+DIST thunderbird-68.10.0-cs.xpi 603043 BLAKE2B 
3711a76dbd12cf670633f16997ac4bbcb17e3c821c2ecd0ec7b0718932996f81dabac01783cc25be66272a55b7ef4c245ce98516554c5f2a959eadec74cb5261
 SHA512 
689ffc46ab11a57c8316ae8bfaf467324a148d9c6eee835a934d3e237da7bbc91a48ea191815ed925c8740ac6ed2ad481eb6bacc29f6a1bfb2e60a289afaa146
+DIST thunderbird-68.10.0-cy.xpi 589903 BLAKE2B 
afb83cb52d6d4c512a06a47d44669942dca1a58b516732324e7792169848de16c3e272ad466af7c05b9d6e3a967637ff444d919064c9a1caaf2a0bf3aeae
 SHA512 
ded712c24f988499914b138c2066e9e7e58cda0a19f9d6cbbf6b8ff859024fe63a1ec14fe44a8ca7de9eb6d220f48c724250c90d3fbc50cd83cd834083646a4a
+DIST thunderbird-68.10.0-da.xpi 588349 BLAKE2B 
c7b9e91cb8af39384dfc8b85d13b1edf38a8701bbe201cb441fe08ad12fdb51ec2a02e2216c901d42dd0ad3eef898dda6530e019042788d619346b127877cbc2
 SHA512 
f93c1852d1a6aa18328cd44da78fe899ec7ac268c588d2e90e16594751b11b92bd00b08cc2eee0d91fa7824b21df9215f1d478dedd6db14d81aeb688467dfbd7
+DIST thunderbird-68.10.0-de.xpi 597804 BLAKE2B 
3d62acf68ae22ca623138c8c142f03c7b07fb23f84c47d03ff78f6d7ade2bfb210e1a503eb58b2f590257cbab6d37a4fba26762d0864e93325d724ae0619c683
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2020-07-01 Thread Thomas Deutschmann
commit: 3894d10fe31b937e734e2680c9f565b8a040ee90
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul  1 15:36:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul  1 17:36:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3894d10f

mail-client/thunderbird: bump to v68.10.0

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

 mail-client/thunderbird/Manifest   |  61 ++
 mail-client/thunderbird/thunderbird-68.10.0.ebuild | 800 +
 2 files changed, 861 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index b5d88194580..0547634b52c 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -61,6 +61,67 @@ DIST thunderbird-52.9.1-vi.xpi 637163 BLAKE2B 
95c18bab7d30dea4a8b2241290175c77a2
 DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 
441b5332a08daca64282a8d4233c7d9dc2008c80c1ebeaf4d125d5c804755509b9b67dda3423cc9b9a9af3d29b386bb621b231e426bdd89879e2e620f2106dea
 SHA512 
db0c8a338df861a43563c70fd73768a5db730ce39e7a8400de44ccada3edac1f7e3736edee5cff439df76ff17f2b4838701e95fa739f5aa04463539516a86f0b
 DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 
8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4
 SHA512 
24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e
 DIST thunderbird-52.9.1.source.tar.xz 230475264 BLAKE2B 
ec2763d21bf88779867f4478dfc544b5afbe1062ce51f09c1ecc423c3289f0cd91ae79bc87d726ae77d885290843631f36800fff18d802cd4a998966e7793b74
 SHA512 
0de80a5036b1e8a5a8549c546b4693cb285ee4d10f546f4b4aceed9e1d6c64b9dbafce7bacaaf057112130036f7b41fb2e0fa3343412140e6ac926dd94c27d23
+DIST thunderbird-68.10.0-ar.xpi 617169 BLAKE2B 
b1332b1a70a7cf85b608d1cd177c3c3b65bf5246684aebf1f348649043a44c7c5e7794fab8a01cb6ed3e6a7f4eb281c31b6c3c626a358e93a7584936c630e525
 SHA512 
b8abcf0aaa8488942d195c7507b1f7763381e312b001349fe5dd3ce083a58c7f75b3e03b3beefc5dff5e07fab2b975b2084516a3d3d011c60ddbaa274716b962
+DIST thunderbird-68.10.0-ast.xpi 551300 BLAKE2B 
55815b205b5b667f09f534ac058ca3737ef4545c38d95b95c9277d5d3e1ff182bdd4659b0c04b5352316298fcb37ccdb19fb57cb1ed194095db15928afd360aa
 SHA512 
925b82a654161a4d5c216079f9fd6a7d5b93a4652e878a1e19882f99cad94dbddf44855f8a0e10d27a289733cadc6d61f42e549d3a63508fd4a3b065f08b5a1d
+DIST thunderbird-68.10.0-be.xpi 646281 BLAKE2B 
1fb7f596fb2b2f2c11910d3f6aadecb3b28c9e4fe5ca8a811a89725c8454cfd1a02dbb04b977700468d5c513416610b194ee19328545bc14fc641bd0ddb473dd
 SHA512 
19b8ebb2dfcf984435d24dd0687b16342bb3a723be3a69f94e0e31429a908dceafd89f197093d53370a7e36b83759c8ca89350c3c87f300f11017f384760
+DIST thunderbird-68.10.0-bg.xpi 646228 BLAKE2B 
b0cab8335eec58f21a13b6ae6970b07ac1070205eb5ee75e9491f59b8d42a5c486f56ef3b3105faae90835095660cf8963b43341de46e3fe8e269c1065ca0472
 SHA512 
c4a84579bb92ecd8f78bc8d831e7bfebd337ee847ffcb2d81ea9de33bc46cb9a7dd5695c0eb82b39bcb98e709ddf6eb0ed06322478cd3a2e0d18861f96a7
+DIST thunderbird-68.10.0-br.xpi 574852 BLAKE2B 
aedcbc138090f132a375f92fc9fb18b4cc943b84bf4fd7b28ff95bd1c1c4ccb90200a0b5bac96a25ed725755aeda444f5f56e6a49e9fed67ccfd074f330b48da
 SHA512 
f6f46e881d141c667d6cb357a16750f572e31cfcc99a5b150e2f7362166c45d20557c2b43e25dd49fc1ba6de4ede3988bb332fada86e81b22bbbcedd14a20698
+DIST thunderbird-68.10.0-ca.xpi 578440 BLAKE2B 
ba04528b022615f16bd54ba80d6af056747336f7a56b2ffb9562732bb8ff0a64bd4e880608f0e13d65b617ce6e3c9353bc0f3e09011d3851bd2b19e6d29e
 SHA512 
7c8be4a150cff5e4c14f0c1ab4a4ef0efc5a19a1e7bd12b273109a22188d7c76ce104775bea227fbb54f71383d59228e9f2a9ad873611b2e8f19b4616ebc9091
+DIST thunderbird-68.10.0-cak.xpi 602711 BLAKE2B 
14688fb76b173b068fd8a96106d396c49fc94577d138e4781c5d5bce076f796a509ba0aa63d9b07ced63afd8c898b514bb95af9c0f647f81b157febf7fcf199f
 SHA512 
bb5a35677b9d2945c803d7ea3681b720eb7d371c8d33d8988ebbd403d69cf27b43f5f051ac827441c6ce7a980f90740bd75780f915af8eecad7b7e5274693fba
+DIST thunderbird-68.10.0-cs.xpi 603043 BLAKE2B 
3711a76dbd12cf670633f16997ac4bbcb17e3c821c2ecd0ec7b0718932996f81dabac01783cc25be66272a55b7ef4c245ce98516554c5f2a959eadec74cb5261
 SHA512 
689ffc46ab11a57c8316ae8bfaf467324a148d9c6eee835a934d3e237da7bbc91a48ea191815ed925c8740ac6ed2ad481eb6bacc29f6a1bfb2e60a289afaa146
+DIST thunderbird-68.10.0-cy.xpi 589903 BLAKE2B 
afb83cb52d6d4c512a06a47d44669942dca1a58b516732324e7792169848de16c3e272ad466af7c05b9d6e3a967637ff444d919064c9a1caaf2a0bf3aeae
 SHA512 
ded712c24f988499914b138c2066e9e7e58cda0a19f9d6cbbf6b8ff859024fe63a1ec14fe44a8ca7de9eb6d220f48c724250c90d3fbc50cd83cd834083646a4a
+DIST thunderbird-68.10.0-da.xpi 588349 BLAKE2B 
c7b9e91cb8af39384dfc8b85d13b1edf38a8701bbe201cb441fe08ad12fdb51ec2a02e2216c901d42dd0ad3eef898dda6530e019042788d619346b127877cbc2
 SHA512 

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

2020-07-01 Thread Mike Gilbert
commit: eb1b4e717c58bf5d34e6bccdb2fa9503d82790fb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul  1 17:33:53 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul  1 17:34:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1b4e71

sys-libs/libsepol: add workaround for GCC 10

Bug: https://bugs.gentoo.org/706730
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-libs/libsepol/libsepol-3.0.ebuild  | 4 
 sys-libs/libsepol/libsepol-.ebuild | 4 
 2 files changed, 8 insertions(+)

diff --git a/sys-libs/libsepol/libsepol-3.0.ebuild 
b/sys-libs/libsepol/libsepol-3.0.ebuild
index 950ca9db172..91881924e6a 100644
--- a/sys-libs/libsepol/libsepol-3.0.ebuild
+++ b/sys-libs/libsepol/libsepol-3.0.ebuild
@@ -38,6 +38,10 @@ src_prepare() {
 
 multilib_src_compile() {
tc-export CC AR RANLIB
+
+   # https://bugs.gentoo.org/706730
+   local -x CFLAGS="${CFLAGS} -fcommon"
+
emake \
LIBDIR="\$(PREFIX)/$(get_libdir)" \
SHLIBDIR="/$(get_libdir)"

diff --git a/sys-libs/libsepol/libsepol-.ebuild 
b/sys-libs/libsepol/libsepol-.ebuild
index cd78384ffb9..bffc7757949 100644
--- a/sys-libs/libsepol/libsepol-.ebuild
+++ b/sys-libs/libsepol/libsepol-.ebuild
@@ -38,6 +38,10 @@ src_prepare() {
 
 multilib_src_compile() {
tc-export CC AR RANLIB
+
+   # https://bugs.gentoo.org/706730
+   local -x CFLAGS="${CFLAGS} -fcommon"
+
emake \
LIBDIR="\$(PREFIX)/$(get_libdir)" \
SHLIBDIR="/$(get_libdir)"



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

2020-07-01 Thread Georgy Yakovlev
commit: fa3e13d63efc890ed5ef8cfa7911bef35ca7ecb8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul  1 16:48:58 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul  1 17:01:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3e13d6

net-im/telegram-desktop: bump to 2.1.16

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

 net-im/telegram-desktop/Manifest  | 2 +-
 ...{telegram-desktop-2.1.14.ebuild => telegram-desktop-2.1.16.ebuild} | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-im/telegram-desktop/Manifest b/net-im/telegram-desktop/Manifest
index 7305e795f3e..cdf78406ea2 100644
--- a/net-im/telegram-desktop/Manifest
+++ b/net-im/telegram-desktop/Manifest
@@ -2,4 +2,4 @@ DIST tdesktop-2.1.0-full.tar.gz 26133964 BLAKE2B 
c5eb476ea3ed02c2618e5b770bdce36
 DIST tdesktop-2.1.11-full.tar.gz 36548657 BLAKE2B 
969ee0b680cb225c86bbab25e792b9fa21182227d73f062700ac56f08de83b249cca41d661c711e1a7dbcbeeeda70ddb13535403bee6f001ea10c4864b995c67
 SHA512 
9f2fba2814a5ab64f946913e32fce66dbc842d9607cbaee00994689ef6a661a04c2a8de5e075fc532e7d8926b51432c06c2b1510b019d729eef40da373d91d42
 DIST tdesktop-2.1.12-full.tar.gz 36549678 BLAKE2B 
0a973f8f560ccd30a35f172d4a63af9b4d16601af47f2ed71f37f6c3845e328501a79062f2917f37842248646b60ff3d88f8444d75df8bbae967969907cd3a83
 SHA512 
961f7e4900f782d58d5d1b1045590a7029777c3daa8d26f47a61663de9ab0c3c3cdfa7507c0710af2fb231e480ffe67de0bcbd61b72acb751ae8133b73d86cff
 DIST tdesktop-2.1.13-full.tar.gz 36549505 BLAKE2B 
48514be8add4ad4491c8e81a868f140228787ee489de7cd90faf31dbee959b0fb87cf2c844bf98c5b62fd6de8e32f504a6d19b071c56e6a4c0cd489d7b283818
 SHA512 
f28ae7c8c9a9eb8094fc52784742b470235234a3df7487902152858bc7c297b2dcfe5c8b939cdb9653a356b3835609e7289f53cdf7d5fb3f009823d3dbeb1bd8
-DIST tdesktop-2.1.14-full.tar.gz 36578245 BLAKE2B 
0ec3e5e4d696544975a95a6ab70f240b2ab172ab5135ad037d1537d57b0aef2ce9f479cdfae89a6499ef31e391ac65e3d40476918beadac11d4541f4a52e7ead
 SHA512 
4c48e235ac790ecd2d5e7344de9641d0e843e7d2e46a3883f8016587034bc7f5aebd4e1b26c701a225dfb3777b610d69a2ccc685aaa5ee08a163fdd49fee1e9e
+DIST tdesktop-2.1.16-full.tar.gz 36580804 BLAKE2B 
9bc912800294ebf004d34a0ed00d4edc91aa051cc0a13ab5f27bc46d03a9d94f8b47d0cca3b2043d2b1aed01d258075d8d554695c366b0704562c16bea10
 SHA512 
7bcd608030e0b48cf3350cecdffbcdafa7ff254b7b8c931a24b3c02813a60d5bbd523012febbd0d4aa80e0b991c3b09163419b7b5eaa76f2016cc56daed35045

diff --git a/net-im/telegram-desktop/telegram-desktop-2.1.14.ebuild 
b/net-im/telegram-desktop/telegram-desktop-2.1.16.ebuild
similarity index 97%
rename from net-im/telegram-desktop/telegram-desktop-2.1.14.ebuild
rename to net-im/telegram-desktop/telegram-desktop-2.1.16.ebuild
index c8c7b4eb668..6ddaac56772 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.1.14.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.1.16.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
dev-qt/qtwidgets:5[png,X(-)?]
media-fonts/open-sans
media-libs/fontconfig:=
-   ~media-libs/libtgvoip-2.4.4_p20200627[alsa?,pulseaudio?]
+   ~media-libs/libtgvoip-2.4.4_p20200701[alsa?,pulseaudio?]
media-libs/openal[alsa?,pulseaudio?]
media-libs/opus:=
media-video/ffmpeg:=[alsa?,opus,pulseaudio?]
@@ -76,8 +76,6 @@ REQUIRED_USE="
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=( "${FILESDIR}/${PV}-no-gtk.patch" )
-
 pkg_pretend() {
if has ccache ${FEATURES}; then
ewarn



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/files/

2020-07-01 Thread Georgy Yakovlev
commit: 9ccaf3ec7936baea27692990a809da1187aa1031
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul  1 16:51:03 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul  1 17:02:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccaf3ec

net-im/telegram-desktop: drop unused patch

merged upstream

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

 net-im/telegram-desktop/files/2.1.14-no-gtk.patch | 21 -
 1 file changed, 21 deletions(-)

diff --git a/net-im/telegram-desktop/files/2.1.14-no-gtk.patch 
b/net-im/telegram-desktop/files/2.1.14-no-gtk.patch
deleted file mode 100644
index 365b7f2967e..000
--- a/net-im/telegram-desktop/files/2.1.14-no-gtk.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp 
b/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-index eb23796..3424bab 100644
 a/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-+++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-@@ -521,6 +521,7 @@ QString GetIconName() {
- }
- 
- bool GtkClipboardSupported() {
-+#ifndef TDESKTOP_DISABLE_GTK_INTEGRATION
-   return (Libs::gtk_clipboard_get != nullptr)
-   && (Libs::gtk_clipboard_wait_for_contents != nullptr)
-   && (Libs::gtk_clipboard_wait_for_image != nullptr)
-@@ -532,6 +533,8 @@ bool GtkClipboardSupported() {
-   && (Libs::gdk_pixbuf_get_rowstride != nullptr)
-   && (Libs::gdk_pixbuf_get_has_alpha != nullptr)
-   && (Libs::gdk_atom_intern != nullptr);
-+#endif // !TDESKTOP_DISABLE_GTK_INTEGRATION
-+  return false;
- }
- 
- QImage GetImageFromClipboard() {



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

2020-07-01 Thread Georgy Yakovlev
commit: 7b51d0c7fa7b11eab0da6bd8e99cd9939f30e28a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul  1 16:52:37 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul  1 17:02:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b51d0c7

media-libs/libtgvoip: drop p20200627-r1

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

 media-libs/libtgvoip/Manifest  |  1 -
 .../libtgvoip/libtgvoip-2.4.4_p20200627-r1.ebuild  | 54 --
 2 files changed, 55 deletions(-)

diff --git a/media-libs/libtgvoip/Manifest b/media-libs/libtgvoip/Manifest
index 6b798fe8f50..586cc1cf33f 100644
--- a/media-libs/libtgvoip/Manifest
+++ b/media-libs/libtgvoip/Manifest
@@ -1,4 +1,3 @@
 DIST libtgvoip-2.4.4_p20200430.tar.gz 1481816 BLAKE2B 
82bf6b880f28c9b63f547e473547298e25ea3b7e35b3a832a7375b0ae3a745ea3b5d55f5e635ec678e388a608532a14de85f50828da1dbc9ed77dc23be64b9e0
 SHA512 
f3130c50dfa7d3f710809bb72fb71d1b246bc91e9f8f413e704499011c8ff01f87a7226315f7cfd6edf2d2b8b6c875508185f516792ff5db74556aface33cdb4
 DIST libtgvoip-2.4.4_p20200525.tar.gz 1482357 BLAKE2B 
9324165a2818f3d6907fb80403c8df83e196e7566161d781f5608c2bc4fc0f34a4b69883202ac1a9d20d783d363534c11436cedcd24fa93c092eaca97369734e
 SHA512 
5c9fbbccde8fb7dbe8076cda53a3ec80f633493c9b3016627307463dca3426623703cd28ea7ad360bd9ff7c062edecd04787b9f8a32c439cc6622d8680d624c0
-DIST libtgvoip-2.4.4_p20200627.tar.gz 1090601 BLAKE2B 
243ee9c85224f903579581c217c7cec818311bd77af0fedb937c1bdb64bf92441c5c0d72515e1fee31b4a89faf59d0a3e3447cdb458303116cfde887e333faa2
 SHA512 
73a861ea2dba9afcae061e5d8ac0e03d1c65dc7b5e65bcacb3a95d74e816fe96604f24e042e7cf0d67723281c39f85f4337eb2fde275d68e50b0104f29f42271
 DIST libtgvoip-2.4.4_p20200701.tar.gz 1090571 BLAKE2B 
e1e3bf129e124aa907e15afaefb1ea2ae44fcb7ab6670e7727ac388ef498c21978f668760022ec002fafecdf51b85d872364025f2282acc88532ef3b994c4e14
 SHA512 
44f650509d0c6d15adcb5bb5a4af66432c808fece5169844f37d4eb3fb25f729a1caa1c2cf68a6764d134e187b156a86e93b383984f2d4dd86a69cb3e9b2b888

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200627-r1.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200627-r1.ebuild
deleted file mode 100644
index 811ae876ee3..000
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200627-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-EGIT_COMMIT="d40d077ddab10a81fe619477cea8380cfa7efcea"
-
-DESCRIPTION="VoIP library for Telegram clients"
-HOMEPAGE="https://github.com/telegramdesktop/libtgvoip;
-SRC_URI="https://github.com/telegramdesktop/libtgvoip/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-IUSE="+alsa +dsp libressl pulseaudio"
-
-DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   media-libs/opus:=
-   alsa? ( media-libs/alsa-lib )
-   pulseaudio? ( media-sound/pulseaudio )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-src_prepare() {
-   default
-   sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die
-   sed -i '/Requires.private/ s/ alsa libpulse//' tgvoip.pc.in || die
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   --disable-static
-   $(use_enable dsp)
-   $(use_with alsa)
-   $(use_with pulseaudio pulse)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2020-07-01 Thread Georgy Yakovlev
commit: a50c198f0fb25ba5cbc2a4c83826f654d80a97f7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul  1 16:45:45 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul  1 17:01:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50c198f

media-libs/libtgvoip: bump to new snapshot

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

 media-libs/libtgvoip/Manifest  |  1 +
 .../libtgvoip/libtgvoip-2.4.4_p20200701.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/media-libs/libtgvoip/Manifest b/media-libs/libtgvoip/Manifest
index 570522f059a..6b798fe8f50 100644
--- a/media-libs/libtgvoip/Manifest
+++ b/media-libs/libtgvoip/Manifest
@@ -1,3 +1,4 @@
 DIST libtgvoip-2.4.4_p20200430.tar.gz 1481816 BLAKE2B 
82bf6b880f28c9b63f547e473547298e25ea3b7e35b3a832a7375b0ae3a745ea3b5d55f5e635ec678e388a608532a14de85f50828da1dbc9ed77dc23be64b9e0
 SHA512 
f3130c50dfa7d3f710809bb72fb71d1b246bc91e9f8f413e704499011c8ff01f87a7226315f7cfd6edf2d2b8b6c875508185f516792ff5db74556aface33cdb4
 DIST libtgvoip-2.4.4_p20200525.tar.gz 1482357 BLAKE2B 
9324165a2818f3d6907fb80403c8df83e196e7566161d781f5608c2bc4fc0f34a4b69883202ac1a9d20d783d363534c11436cedcd24fa93c092eaca97369734e
 SHA512 
5c9fbbccde8fb7dbe8076cda53a3ec80f633493c9b3016627307463dca3426623703cd28ea7ad360bd9ff7c062edecd04787b9f8a32c439cc6622d8680d624c0
 DIST libtgvoip-2.4.4_p20200627.tar.gz 1090601 BLAKE2B 
243ee9c85224f903579581c217c7cec818311bd77af0fedb937c1bdb64bf92441c5c0d72515e1fee31b4a89faf59d0a3e3447cdb458303116cfde887e333faa2
 SHA512 
73a861ea2dba9afcae061e5d8ac0e03d1c65dc7b5e65bcacb3a95d74e816fe96604f24e042e7cf0d67723281c39f85f4337eb2fde275d68e50b0104f29f42271
+DIST libtgvoip-2.4.4_p20200701.tar.gz 1090571 BLAKE2B 
e1e3bf129e124aa907e15afaefb1ea2ae44fcb7ab6670e7727ac388ef498c21978f668760022ec002fafecdf51b85d872364025f2282acc88532ef3b994c4e14
 SHA512 
44f650509d0c6d15adcb5bb5a4af66432c808fece5169844f37d4eb3fb25f729a1caa1c2cf68a6764d134e187b156a86e93b383984f2d4dd86a69cb3e9b2b888

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200701.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200701.ebuild
new file mode 100644
index 000..65f68701687
--- /dev/null
+++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200701.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+EGIT_COMMIT="ad55e7403ab7f268304ae9045eddef479a574ae5"
+
+DESCRIPTION="VoIP library for Telegram clients"
+HOMEPAGE="https://github.com/telegramdesktop/libtgvoip;
+SRC_URI="https://github.com/telegramdesktop/libtgvoip/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="+alsa +dsp libressl pulseaudio"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   media-libs/opus:=
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+REQUIRED_USE="|| ( alsa pulseaudio )"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+src_prepare() {
+   default
+   sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   $(use_enable dsp)
+   $(use_with alsa)
+   $(use_with pulseaudio pulse)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2020-07-01 Thread Jeroen Roovers
commit: dcdcf047aa40fe23f63cb59acc67c538bb4850a7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul  1 16:54:27 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  1 16:54:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdcf047

net-analyzer/rrdtool: Drop USE=deprecated requirement on dev-lang/lua

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Closes: https://bugs.gentoo.org/730368
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild | 186 +++
 1 file changed, 186 insertions(+)

diff --git a/net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild 
b/net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild
new file mode 100644
index 000..18ef0863e7e
--- /dev/null
+++ b/net-analyzer/rrdtool/rrdtool-1.7.2-r1.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DISTUTILS_OPTIONAL=true
+DISTUTILS_SINGLE_IMPL=true
+GENTOO_DEPEND_ON_PERL=no
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit autotools perl-module distutils-r1 flag-o-matic multilib
+
+MY_P=${P/_/-}
+
+DESCRIPTION="A system to store and display time-series data"
+HOMEPAGE="https://oss.oetiker.ch/rrdtool/;
+SRC_URI="https://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/8.0.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CDEPEND="
+   >=dev-libs/glib-2.28.7:2[static-libs(+)?]
+   >=dev-libs/libxml2-2.7.8:2[static-libs(+)?]
+   dbi? ( dev-db/libdbi[static-libs(+)?] )
+   graph? (
+   >=media-libs/libpng-1.5.10:0=[static-libs(+)?]
+   >=x11-libs/cairo-1.10.2[svg,static-libs(+)?]
+   >=x11-libs/pango-1.28
+   )
+   lua? ( dev-lang/lua:* )
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   rados? ( sys-cluster/ceph )
+   tcl? ( dev-lang/tcl:0= )
+   tcpd? ( sys-apps/tcp-wrappers )
+"
+
+DEPEND="
+   ${CDEPEND}
+   sys-apps/groff
+   virtual/pkgconfig
+   virtual/awk
+"
+RDEPEND="
+   ${CDEPEND}
+"
+PDEPEND="
+   ruby? ( ~dev-ruby/rrdtool-bindings-${PV} )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.9-disable-rrd_graph-perl.patch
+   "${FILESDIR}"/${PN}-1.7.0-disable-rrd_graph-cgi.patch
+   "${FILESDIR}"/${PN}-1.7.1-configure.ac.patch
+)
+S=${WORKDIR}/${MY_P}
+
+python_compile() {
+   cd bindings/python || die
+   distutils-r1_python_compile
+}
+
+python_install() {
+   cd bindings/python || die
+   distutils-r1_python_install
+}
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # At the next version bump, please see if you actually still need this
+   # before adding versions
+   if ! [ -f doc/rrdrados.pod ]; then
+   cp "${FILESDIR}"/${PN}-1.5.5-rrdrados.pod doc/rrdrados.pod
+   else
+   die "File already exists: doc/rrdrados.pod. Remove this code!"
+   fi
+
+   # bug 456810
+   # no time to sleep
+   sed -i \
+   -e 's|$LUA_CFLAGS|IGNORE_THIS_BAD_TEST|g' \
+   -e 's|^sleep 1$||g' \
+   -e '/^dnl.*png/s|^dnl||g' \
+   configure.ac || die
+
+   # Python bindings are built/installed manually
+   sed -i \
+   -e '/^all-local:/s| @COMP_PYTHON@||' \
+   bindings/Makefile.am || die
+
+   if ! use graph; then
+   sed -i \
+   -e '2s:rpn1::; 2s:rpn2::; 6s:create-with-source-4::;' \
+   -e '7s:xport1::; 7s:dcounter1::; 7s:vformatter1::' \
+   tests/Makefile.am || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   export rd_cv_gcc_flag__Werror=no
+   export rd_cv_ms_async=ok
+
+   filter-flags -ffast-math
+
+   export RRDDOCDIR=${EPREFIX}/usr/share/doc/${PF}
+
+   # to solve bug #260380
+   [[ ${CHOST} == *-solaris* ]] && append-flags -D__EXTENSIONS__
+
+   # Stub configure.ac
+   local myconf=()
+   if ! use tcpd; then
+   myconf+=( "--disable-libwrap" )
+   fi
+   if ! use dbi; then
+   myconf+=( "--disable-libdbi" )
+   fi
+   if ! use rados; then
+   myconf+=( "--disable-librados" )
+   fi
+
+   econf \
+   $(use_enable graph rrd_graph) \
+   $(use_enable lua lua-site-install) \
+   $(use_enable lua) \
+   $(use_enable perl perl-site-install) \
+   $(use_enable perl) \
+   $(use_enable python) \
+   $(use_enable rrdcgi) \
+   $(use_enable static-libs static) \
+   $(use_enable tcl) \
+   

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

2020-07-01 Thread Jeroen Roovers
commit: 14c90211f37e2db668d91012866e9ae29d727a3e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul  1 16:44:31 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  1 16:54:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c90211

net-analyzer/rrdtool: Add live ebuild

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

 net-analyzer/rrdtool/rrdtool-.ebuild | 183 +++
 1 file changed, 183 insertions(+)

diff --git a/net-analyzer/rrdtool/rrdtool-.ebuild 
b/net-analyzer/rrdtool/rrdtool-.ebuild
new file mode 100644
index 000..966ba5823bc
--- /dev/null
+++ b/net-analyzer/rrdtool/rrdtool-.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_OPTIONAL=true
+DISTUTILS_SINGLE_IMPL=true
+GENTOO_DEPEND_ON_PERL=no
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit autotools flag-o-matic git-r3 perl-module distutils-r1 multilib
+
+MY_P=${P/_/-}
+
+DESCRIPTION="A system to store and display time-series data"
+HOMEPAGE="https://oss.oetiker.ch/rrdtool/;
+EGIT_REPO_URI="https://github.com/oetiker/rrdtool-1.x;
+
+LICENSE="GPL-2"
+SLOT="0/8.0.0"
+KEYWORDS=""
+IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd"
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+CDEPEND="
+   >=dev-libs/glib-2.28.7:2[static-libs(+)?]
+   >=dev-libs/libxml2-2.7.8:2[static-libs(+)?]
+   dbi? ( dev-db/libdbi[static-libs(+)?] )
+   graph? (
+   >=media-libs/libpng-1.5.10:0=[static-libs(+)?]
+   >=x11-libs/cairo-1.10.2[svg,static-libs(+)?]
+   >=x11-libs/pango-1.28
+   )
+   lua? ( dev-lang/lua:* )
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   rados? ( sys-cluster/ceph )
+   tcl? ( dev-lang/tcl:0= )
+   tcpd? ( sys-apps/tcp-wrappers )
+"
+
+DEPEND="
+   ${CDEPEND}
+   virtual/pkgconfig
+"
+BDEPEND="
+   sys-apps/groff
+   virtual/awk
+"
+RDEPEND="
+   ${CDEPEND}
+"
+PDEPEND="
+   ruby? ( ~dev-ruby/rrdtool-bindings-${PV} )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.9-disable-rrd_graph-perl.patch
+   "${FILESDIR}"/${PN}-1.7.0-disable-rrd_graph-cgi.patch
+   "${FILESDIR}"/${PN}-1.7.1-configure.ac.patch
+)
+S=${WORKDIR}/${MY_P}
+
+python_compile() {
+   cd bindings/python || die
+   distutils-r1_python_compile
+}
+
+python_install() {
+   cd bindings/python || die
+   distutils-r1_python_install
+}
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # bug 456810
+   # no time to sleep
+   sed -i \
+   -e 's|$LUA_CFLAGS|IGNORE_THIS_BAD_TEST|g' \
+   -e 's|^sleep 1$||g' \
+   -e '/^dnl.*png/s|^dnl||g' \
+   configure.ac || die
+
+   # Python bindings are built/installed manually
+   sed -i \
+   -e '/^all-local:/s| @COMP_PYTHON@||' \
+   bindings/Makefile.am || die
+
+   if ! use graph; then
+   sed -i \
+   -e '2s:rpn1::; 2s:rpn2::; 6s:create-with-source-4::;' \
+   -e '7s:xport1::; 7s:dcounter1::; 7s:vformatter1::' \
+   tests/Makefile.am || die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   export rd_cv_gcc_flag__Werror=no
+   export rd_cv_ms_async=ok
+
+   filter-flags -ffast-math
+
+   export RRDDOCDIR=${EPREFIX}/usr/share/doc/${PF}
+
+   # to solve bug #260380
+   [[ ${CHOST} == *-solaris* ]] && append-flags -D__EXTENSIONS__
+
+   # Stub configure.ac
+   local myconf=()
+   if ! use tcpd; then
+   myconf+=( "--disable-libwrap" )
+   fi
+   if ! use dbi; then
+   myconf+=( "--disable-libdbi" )
+   fi
+   if ! use rados; then
+   myconf+=( "--disable-librados" )
+   fi
+
+   econf \
+   $(use_enable graph rrd_graph) \
+   $(use_enable lua lua-site-install) \
+   $(use_enable lua) \
+   $(use_enable perl perl-site-install) \
+   $(use_enable perl) \
+   $(use_enable python) \
+   $(use_enable rrdcgi) \
+   $(use_enable static-libs static) \
+   $(use_enable tcl) \
+   $(use_with tcl tcllib "${EPREFIX}"/usr/$(get_libdir)) \
+   --with-perl-options=INSTALLDIRS=vendor \
+   --disable-ruby-site-install \
+   --disable-ruby \
+   ${myconf[@]}
+}
+
+src_compile() {
+   default
+
+   use python && distutils-r1_src_compile
+}
+
+src_test() {
+   export LC_ALL=C
+   default
+}
+
+src_install() {
+   default
+
+   if ! use doc ; then
+   rm -rf "${ED}"usr/share/doc/${PF}/{html,txt}
+   fi
+
+   

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

2020-07-01 Thread Kent Fredric
commit: a0d233bae81d75aedfb873be9914bbc6d049adee
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 16:42:33 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 16:43:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d233ba

dev-perl/Crypt-Eksblowfish: Avoid breaking w/ LD=ld bug #730390

This is probably the most sensible way I can handle this presently,
as the concept of CCLD is not well established in the gentoo toolchain,
and all the perl build tools expect their LD to be a CCLD, and become
broken when its an _ACTUAL_ LD.

A workaround for experts is left in its stead, as long as you set CCLD,
then it will get passed to perl using the LD environment variable.

Its a strange reality, but that's how it is.

Closes: https://bugs.gentoo.org/730390
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild | 12 
 1 file changed, 12 insertions(+)

diff --git a/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild 
b/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild
index d66aea6f6c2..a586ce5a396 100644
--- a/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild
+++ b/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild
@@ -31,6 +31,18 @@ BDEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
 "
+src_configure() {
+   # Overriding this breaks build,
+   # as people always set this to a real LD
+   # but a CCLD is expected
+   # If you know what you're doing, export CCLD
+   # Bug: https://bugs.gentoo.org/730390
+   unset LD
+   if [[ -n "${CCLD}" ]]; then
+   export LD="${CCLD}"
+   fi
+   perl-module_src_configure
+}
 src_compile() {
./Build --config optimize="${CFLAGS}" build || die
 }



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

2020-07-01 Thread Andreas K. Hüttel
commit: e19848af9647d72bf08460e670c59fd6f0855ded
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Wed Jul  1 16:38:01 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jul  1 16:38:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19848af

dev-lang/julia: Fix typo

Thanks to Xianwen Chen (陈贤文)

CC: gentoo-dev  lists.gentoo.org
In-Reply-To: <5f31cb3fb57b721de77ed68a2c8bb39e  chen.ac>
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Andreas K. Huettel  gentoo.org>

 dev-lang/julia/julia-1.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/julia/julia-1.4.0-r2.ebuild 
b/dev-lang/julia/julia-1.4.0-r2.ebuild
index c55c6fab3a6..0755009420f 100644
--- a/dev-lang/julia/julia-1.4.0-r2.ebuild
+++ b/dev-lang/julia/julia-1.4.0-r2.ebuild
@@ -79,7 +79,7 @@ PATCHES=(
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 pkg_setup() {
-   use system-llvm && llvm_pkg_setp
+   use system-llvm && llvm_pkg_setup
 }
 
 src_unpack() {



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

2020-07-01 Thread Matthew Thode
commit: 944f663c6c32d4bac4f5cc1fdf17f9fdafbc
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul  1 16:26:41 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Jul  1 16:26:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944f663c

dev-python/keystoneauth: 4.0.1 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystoneauth/Manifest  |  1 +
 dev-python/keystoneauth/keystoneauth-4.0.1.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index e45194a1892..0709a188ab0 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,2 +1,3 @@
 DIST keystoneauth1-3.17.2.tar.gz 253877 BLAKE2B 
9a8f10a5a535ee6ee02859f6a7da38777af250303d0be0feed266c677fea3f6bd465e3e14309c38f67dc5886c846a6aa9a9a7438f5e511f7a80782e29ce88b52
 SHA512 
6ead83db401d9bb31df87da5c9eff576f621d0b0964c9423de6cdd45777b9a2e3cef27fc20d91fc01b82c64b9b0ffcb83f270b4df7b740319809207ed0b2cb2a
 DIST keystoneauth1-4.0.0.tar.gz 256925 BLAKE2B 
3ba149f9333a42c8fc2f876cf3ee4533633ed881a90f2fd944ee1c245d94dab548ea1c363f2085bc995dd588d8d355d779d9357885ecd0ee9c73115216010388
 SHA512 
c24d10b2ae6318c22bd62596dda952a36ec8ede8a6436aa111657a984b2b3be72e55895c009317b2ad652979701d4dca6f2c3e1764ada20d1c7b676f072f5614
+DIST keystoneauth1-4.0.1.tar.gz 257456 BLAKE2B 
0903e782fcd291ba4c15ddbbec684c8f5c898062fdad0b34e8da892fb501a412108affd1d3ed7b9dc4e259b67bbe90dd361ab623da07f7ab97c32c1da6f5a1ad
 SHA512 
b20e02dd521bb45406586f7ebdcbfe48ff22f4820950bbfa280a5fc969bc9cdacaff69678958412cd5880b732642cdd2079c228c9679e372ad76bef625e85c35

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
new file mode 100644
index 000..21ce2d584e8
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



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

2020-07-01 Thread Andreas Sturmlechner
commit: 19cf35ae4e42736d6e82e2768e83840ba5da144d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 15:55:29 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 15:56:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cf35ae

media-gfx/uniconvertor: Drop 2.0_pre379-r1

Long obsolete...

Bug: https://bugs.gentoo.org/581816
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 64 --
 1 file changed, 64 deletions(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
deleted file mode 100644
index 70eb7af38ee..000
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and 
more."
-HOMEPAGE="https://sk1project.net/modules.php?name=Products=uniconvertor;
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz;
-
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-
-RDEPEND="
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   media-gfx/imagemagick:=
-   media-libs/lcms:2
-   dev-python/pillow[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   app-text/ghostscript-gpl"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-import.patch
-   "${FILESDIR}"/${P}-libimg.patch
-   "${FILESDIR}"/${P}-test.patch
-   )
-
-python_prepare_all() {
-   local wand
-   wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" 
-e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
-
-   distutils-r1_python_prepare_all
-
-   sed \
-   -e "/libraries/s:'MagickWand':${wand}:g" \
-   -i setup.py || die
-
-   ln -sf \
-   "${EPREFIX}"/usr/share/imagemagick/sRGB.icm \
-   src/unittests/cms_tests/cms_data/sRGB.icm || die
-}
-
-python_test() {
-   einfo ${PYTHONPATH}
-   #distutils_install_for_testing
-   cd src/unittests || die
-   ${EPYTHON} all_tests.py || die
-}
-
-pkg_postinst() {
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-}



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

2020-07-01 Thread Kent Fredric
commit: aaa51ad7cf9eeac704ab529a492cdc4a477e9612
Author: Ferenc Erki  gmail  com>
AuthorDate: Tue Jun 30 16:06:44 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 14:22:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa51ad7

app-admin/rex: install tab completion scripts

Closes: https://github.com/gentoo/gentoo/pull/16507
Signed-off-by: Ferenc Erki  gmail.com>
Signed-off-by: Kent Fredric  gentoo.org>

 app-admin/rex/rex-.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-admin/rex/rex-.ebuild b/app-admin/rex/rex-.ebuild
index 5cc3866dba7..02f767b58c6 100644
--- a/app-admin/rex/rex-.ebuild
+++ b/app-admin/rex/rex-.ebuild
@@ -18,7 +18,7 @@ else
DIST_NAME=Rex
KEYWORDS="~amd64 ~x86"
 fi
-inherit perl-module ${VCS_ECLASS}
+inherit bash-completion-r1 perl-module ${VCS_ECLASS}
 
 DESCRIPTION="(R)?ex, the friendly automation framework"
 
@@ -183,3 +183,12 @@ src_prepare() {
cd "${S}" || die "Can't enter build dir"
perl-module_src_prepare
 }
+
+src_install() {
+   newbashcomp "share/${PN}-tab-completion.bash" "${PN}"
+
+   insinto /usr/share/zsh/site-functions
+   newins "share/${PN}-tab-completion.zsh" "_${PN}"
+
+   perl-module_src_install
+}



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

2020-07-01 Thread Andreas Sturmlechner
commit: 8f1a4318b0d8ebeacbe65561559cfd54121de57a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 14:20:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 14:20:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1a4318

app-office/impressive: Drop 0.12.0

No open bugs for 0.13.0_beta1.

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

 app-office/impressive/Manifest |  1 -
 app-office/impressive/impressive-0.12.0.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/app-office/impressive/Manifest b/app-office/impressive/Manifest
index 2f0958fcd92..7f0ca356455 100644
--- a/app-office/impressive/Manifest
+++ b/app-office/impressive/Manifest
@@ -1,2 +1 @@
-DIST Impressive-0.12.0.tar.gz 209514 BLAKE2B 
aef0c793c85c680c65399cfcef56488c558ec49a8246d55bacc05a2e1fa0de51d548ddcf67788d36a4de91d62495a623269976345f99d63d25f3ae8bc9efdbd8
 SHA512 
3425d9d53c8c3ff6d5de0a3466bbf5c94f257390b4929ba12547ba930099de67db4f4d77d4ef4e3e10f8f723478569a74042553f64cf95e236931c7aabb70f0a
 DIST Impressive-0.13.0-beta1a.tar.gz 213098 BLAKE2B 
c76ce023f9c44865db68d1d2049aba022581d5e62cf027cc4df63ae541a8471867e75749a2f72c8e1f9e2e7ca2640611e090080ac563cff54f521ea47a351304
 SHA512 
5484f9764848129150d03233a9b270d2c31ec5f5083100662dd3cca85d3c7eadbd23b7d531ad45667410e1a1ea5d97ca1a2f4e8a2449dc730273144e56e8

diff --git a/app-office/impressive/impressive-0.12.0.ebuild 
b/app-office/impressive/impressive-0.12.0.ebuild
deleted file mode 100644
index 6f865b6ac5e..000
--- a/app-office/impressive/impressive-0.12.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-r1
-
-MY_PN="Impressive"
-
-DESCRIPTION="Stylish way of giving presentations with Python"
-HOMEPAGE="http://impressive.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${PV%b}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygame[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   x11-apps/xrandr
-   app-text/mupdf
-   || ( media-fonts/dejavu media-fonts/corefonts )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=(
-   changelog.txt
-   demo.pdf
-)
-HTML_DOCS=(
-   impressive.html
-)
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
-   default
-   python_foreach_impl python_doscript ${PN}.py
-   doman impressive.1
-}
-
-pkg_postinst() {
-   elog "The experience with ${PN} can be enhanced by folowing packages:"
-   optfeature "starting web or e-mail hyperlinks from PDF documents" 
x11-misc/xdg-utils
-   optfeature "sound and video playback" media-video/ffmpeg
-   optfeature "sound and video playback" media-video/mplayer
-   optfeature "sound and video playback" media-video/mplayer2
-   optfeature "extraction of PDF page titles" app-text/pdftk
-}



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

2020-07-01 Thread Andreas Sturmlechner
commit: d6eec871cd9da061cd912294d47ba1de231b514c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 13:43:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 14:16:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6eec871

app-office/scribus: 1.5.5_p20200626 snapshot bump w/ python3 support

Bug: https://bugs.gentoo.org/719938
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/scribus/Manifest   |  1 +
 ...scribus-.ebuild => scribus-1.5.5_p20200626.ebuild} | 15 ---
 app-office/scribus/scribus-.ebuild|  4 ++--
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/app-office/scribus/Manifest b/app-office/scribus/Manifest
index e8d12ffa74f..823daf4f2db 100644
--- a/app-office/scribus/Manifest
+++ b/app-office/scribus/Manifest
@@ -1 +1,2 @@
 DIST scribus-1.5.5.tar.xz 73861836 BLAKE2B 
1a10878eaba67116d72c20d8ecd8952764c709ad14d575e4eb921b4f8a7c4525b73e6722f610b1cce57c08540f619d6ebd3d32e04b653b310e475026c185561b
 SHA512 
2d62424ad609296df33ced550940fceb4e15133a595a740cc4f4b4ffbc92aa31737336ac7716c2eed20d2866e37f5a9b780a44d86128daa6bbad3ccb58168b50
+DIST scribus-1.5.5_p20200626.tar.gz 87557791 BLAKE2B 
183b035901f5a19ffbf5890acc6037eb5483a0b5837b244b39838ca03d13bd4afc76c3c41345123aec402c602177c5fff7183deba10f8e33e980659c4ef7881e
 SHA512 
ff6cf0d86c874b7f03c8be9675f92c6cc7797e3a344326824e4f01f0b02ec02d6fdf5b52924e51b3436d9a6d78eda47a5e9987507721d18985768cc5a3c77245

diff --git a/app-office/scribus/scribus-.ebuild 
b/app-office/scribus/scribus-1.5.5_p20200626.ebuild
similarity index 92%
copy from app-office/scribus/scribus-.ebuild
copy to app-office/scribus/scribus-1.5.5_p20200626.ebuild
index d532762422e..a017d67eb01 100644
--- a/app-office/scribus/scribus-.ebuild
+++ b/app-office/scribus/scribus-1.5.5_p20200626.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="tk?"
-inherit cmake desktop flag-o-matic python-single-r1 subversion xdg
+COMMIT=aa84120d97003a03d883db33ea9a6ad28550e59a
+inherit cmake desktop flag-o-matic python-single-r1 xdg
 
 DESCRIPTION="Desktop publishing (DTP) and layout program"
 HOMEPAGE="https://www.scribus.net/;
-SRC_URI=""
-ESVN_REPO_URI="svn://scribus.net/trunk/Scribus"
-ESVN_PROJECT=Scribus-1.5
+SRC_URI="https://github.com/${PN}project/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts 
+templates tk"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -58,8 +57,8 @@ DEPEND="${PYTHON_DEPS}
virtual/jpeg:0=
>=x11-libs/cairo-1.10.0[X,svg]
boost? ( >=dev-libs/boost-1.67:= )
-   hunspell? ( app-text/hunspell:= )
graphicsmagick? ( media-gfx/graphicsmagick:= )
+   hunspell? ( app-text/hunspell:= )
osg? ( dev-games/openscenegraph:= )
pdf? ( app-text/podofo:0= )
scripts? (
@@ -82,6 +81,8 @@ PATCHES=(
 
 CMAKE_BUILD_TYPE="Release"
 
+S="${WORKDIR}"/${PN}-${COMMIT}
+
 src_prepare() {
cmake_src_prepare
 

diff --git a/app-office/scribus/scribus-.ebuild 
b/app-office/scribus/scribus-.ebuild
index d532762422e..944a609bb5c 100644
--- a/app-office/scribus/scribus-.ebuild
+++ b/app-office/scribus/scribus-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="tk?"
 inherit cmake desktop flag-o-matic python-single-r1 subversion xdg
 
@@ -58,8 +58,8 @@ DEPEND="${PYTHON_DEPS}
virtual/jpeg:0=
>=x11-libs/cairo-1.10.0[X,svg]
boost? ( >=dev-libs/boost-1.67:= )
-   hunspell? ( app-text/hunspell:= )
graphicsmagick? ( media-gfx/graphicsmagick:= )
+   hunspell? ( app-text/hunspell:= )
osg? ( dev-games/openscenegraph:= )
pdf? ( app-text/podofo:0= )
scripts? (



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

2020-07-01 Thread Mike Pagano
commit: 03ea8d1a99170fe9a7bac355997c23b74c66
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 14:14:02 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 14:14:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ea8d1a

sys-kernel/gentoo-sources: Linux 5.7.7 and cpu opt patch update

Kernel patch enables gcc = v10.1+ optimizations for additional CPUs

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.7.7.ebuild | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d8871f4dc03..7a13b9aea48 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -64,6 +64,9 @@ DIST genpatches-5.7-6.extras.tar.xz 1764 BLAKE2B 
db13c787489b7b21d9848cbd0079683
 DIST genpatches-5.7-7.base.tar.xz 322208 BLAKE2B 
832e79c3aa2a044993ba2b0f75e844e5da0adf0b290e4c1e1883a382b94ee5ac882cb2b0db585bbb2ba133b5dbb908b6c02a29ea4384a2166146448d2e8eef15
 SHA512 
4321746f6a17d84ace29db9214528752eb7230265cb296b957797656a9bb65dc47529b0d2d3c8faada1f0866fe3e4fed79bd57d7154cf817183aa6db0e0c
 DIST genpatches-5.7-7.experimental.tar.xz 13700 BLAKE2B 
3af6ae0514af32f5c881d67206085da436f4445f436c5caac0b7e3548553aa1da9843d1975a87d5256cd6a9b7ea44030ca1757621aee7f44ee328eaf138b9a90
 SHA512 
ce4b739c2713c3c244466b20f7225c89eb7dcae00454368828c90f460c953a0abaf25f14dd2ba6a6107bca8ba0c1cec4b9ad545ecf931517b2d67908fbe103c4
 DIST genpatches-5.7-7.extras.tar.xz 1764 BLAKE2B 
01efd460c869218bda48f2b7b270d67e4da47b6ada6af38301495bfb960c64049898a8705146d40f6baf9d4782cea3e3be6aeb55a265ef5ce2b7616a8c7be657
 SHA512 
4fb0a24a6cbbb05cbb0c81daba926c6b71b01821f8cf60fb81fb57b5130783c99ff726e93b7a7a265ecfe1194a353189e790a5d17b8d86cd38441a1af2c3c74e
+DIST genpatches-5.7-8.base.tar.xz 388040 BLAKE2B 
c6c9a9d335793f3b6d87597d41c260e2d91d01341dd8e8452629f1a9338c6d11d51e1be6af4def80e647ba7b198ac96d74df93a98cce0ad11428b5db12e90fcb
 SHA512 
43928fe27bcbbbafcc050bcffb8101223922703b0c883ba8f69b171c019ced765fb4c932a6a3fd1a56e118995bb790ac21001308fba5ed0e714829d1604005cc
+DIST genpatches-5.7-8.experimental.tar.xz 14144 BLAKE2B 
7beb49158167e2484246ada291102f94a7819c9d124e09fd91fa692827225e45a62d2cd754664e36ca85de574729711fd127ec83fb27f62a8f9805f82ad843d9
 SHA512 
34776312b4b871ddb6a4720d36be215a46f480cc1aee6495fd82b417ddeda1376975c90f3ec6b7397132ac0e9b82d6ec69ec94a0c2a7875704deddd9dce0bf14
+DIST genpatches-5.7-8.extras.tar.xz 1764 BLAKE2B 
5502d8c06613ef52c202912b7459daa2c62bd4e937c367b82a0d6e0b50c50d29c8ea32828add17f4c90ac5bd6c994ee3e6229357ac186269a22389a481da9e52
 SHA512 
3c4087fed105ae8055e7db9f481518ad7f02d668a958a0c19a08e3ecf0ab3e517032e36ebdc2b2a4f747019036b89692cdbfcd379687eac8791f8d5a214c2fb3
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.7.7.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.7.7.ebuild
new file mode 100644
index 000..3d7aef033a8
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.7.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="8"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-07-01 Thread Mike Pagano
commit: 073aba9960b8d94b918a17a3c65b76f7c9000ec5
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 14:09:58 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 14:09:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073aba99

sys-kernel/gentoo-sources: Linux 5.4.50 and cpu opt patch update

Kernel patch enables gcc = v10.1+ optimizations for additional CPUs

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.4.50.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8b0e88e604c..d8871f4dc03 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,6 +49,9 @@ DIST genpatches-5.4-48.extras.tar.xz 1768 BLAKE2B 
3f281c1c36c2a52e4fe2419592377b
 DIST genpatches-5.4-49.base.tar.xz 1695772 BLAKE2B 
ad81358e16e2c61bcfa1649e535edbfc4aa331915e9ba7dc5844e0ac7cc9ebfafff49ba7e1cb71d4e4dd6536c8094118da0d0dd82d6be2023b031dbcdde1d25a
 SHA512 
eb03a777c37b71456931856174eac2ac1570ae700345186dd71d978870aee08e8a76432cf777257bd21666fbc17f58fc5fb0b4d99333cc4c730931d0fbd4a496
 DIST genpatches-5.4-49.experimental.tar.xz 6140 BLAKE2B 
e46eb41342a59c0fcbd042317ccdd499ecf384e4485139ad66d581585922be1a3d90b947c8cea28bed0b653bc9ba78987218a2a1c1ab4ac633b211f7a035bf97
 SHA512 
6cbf24c226670a70b75200e9732af9b99567a57c7dd7918f2aeba057cdd84259af27686999e9cb83c0c604e4cf0ebd340294d575fe704691215857d28f469b84
 DIST genpatches-5.4-49.extras.tar.xz 1764 BLAKE2B 
285ebf3fec9ec3b5507f80dce0d6e24f635597e1bbae921135bab4ad6b743108fb8fa2a390380e030dd9d9d0d7e240dabefe043a1659cbaf6c8851d5b64d0006
 SHA512 
43e66a2537b42f53fdee24350903d28ec6904b2dbc10a4a1b075ac8542e6acf9adaa66defdbd10cd3f9b177a369fa1a2c6e4d6c45067b83cc0b381eea97c654c
+DIST genpatches-5.4-50.base.tar.xz 1732832 BLAKE2B 
46f33ab709c16a59e8bcde3a561e8d9ac4f6e0664dc61662ec82ea3e7805a1e37feaf13c5cefae1375d6c43e26cb07a14c9e030adead1cd9d9da8cedb2c2dcab
 SHA512 
78569c984c19912afce6c10ed2b3cb9c02a0733c058c76c432f10463d7860dd73c8de034893ec2f9e5bee11b85612e5e356d33138259803b497e7da2d7e29cbb
+DIST genpatches-5.4-50.experimental.tar.xz 6700 BLAKE2B 
906a8ff417b762b02e1db852d3dad9c7478a37a8e48b2ac29e59557243a59f08d5092d2ecfd26523befa2de3d2f97c84a1dd9b90bb31ee65c0fd37aca646c60b
 SHA512 
7ed06ac1897fb416cef6c4a98d5638de67537e885f19900ff5fb5a5b42dc5f8036456571a61e085b29cc5781fb6ceae8d7f62297fb6a0f1b80ca81e7519ab52a
+DIST genpatches-5.4-50.extras.tar.xz 1764 BLAKE2B 
c7c6e8c2ff97fc143802142f85f6b3447ba8cf30e9be5b307781ae216854e03000127899e66546883d34f3f8659ce636ceae677e85ab932a6a8184d5da4f8214
 SHA512 
e9fbd2bd8224e1e13f41ebd2af9f35f3896b9cba71c656848998ac53e4a824dd1e071a4e533e8e03fdb5a49ca70b533dcab6eab503f00394729e2216acba811c
 DIST genpatches-5.6-23.base.tar.xz 540292 BLAKE2B 
f22ce1772f5ab80c9a20e6447a3874c7c664dfe8c1934202706e6d2e84fc378068dc98719796d45809392e7e32d6c0a2233693617f3c3ce84f42dfab00dcdbe7
 SHA512 
f5db5e258efc2fd0d29e1a772f03838d232b11b9fc22e9cc78ecab70cfcae819a9bc7c24234fbaf94c2b30b559f4fb88e493643e4a6e58169e62eb665564ee9c
 DIST genpatches-5.6-23.experimental.tar.xz 13688 BLAKE2B 
b67102c744d95ed0bbc54bc4958b68ff55d1c447594f4c153c3417fac5e2521a78f157df27a7b479ccca6cbe3b7706a2a8b2053bf1376886be89e18c6cae9b1f
 SHA512 
a2f2546748371a311b51063595b219dddabf72956c946ee7db76d1b8a32fc015143ce29c6fd8cfee6a834d334308a1c960267ecd42ae304926b186a5de86fe1b
 DIST genpatches-5.6-23.extras.tar.xz 1764 BLAKE2B 
e9dc2a6c1a326782aa1b58f37ad416b39348d30bc24ef2c7af9bac1d734e8c8f058a33a43150eb9cdf7dcc7323a509066082e79eecc582977ad320c5e34fb4a9
 SHA512 
1c9455a8d52304bf930c1618b98bad7e1c3af47d4984fa8e65ca5723d8120b3ce8ac9106b9e3ecb5824a3220be2706febe1abcdae7c5022a02d7ed5fe07cdf2a

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.50.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.50.ebuild
new file mode 100644
index 000..1cc81e3342f
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.50.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="50"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-07-01 Thread Mike Pagano
commit: c9c31830b424557e7d427367b856474378b9f74b
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 14:06:16 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 14:06:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c31830

sys-kernel/gentoo-sources: Linux 4.19.131 and cpu opt patch update

Kernel patch enables gcc = v10.1+ optimizations for additional CPUs.

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.19.131.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 113dd55056b..8b0e88e604c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -19,6 +19,9 @@ DIST genpatches-4.19-128.extras.tar.xz 17524 BLAKE2B 
885ad7ab0be8ad9c2f2094e8dda
 DIST genpatches-4.19-129.base.tar.xz 3626932 BLAKE2B 
68533c898d54165997b765f2efed5cc4d9d1b6193513a27b5d1f57b6b7c1107f8be1728dcee5d991c306e51ad0bb8b880b546f618eefca4eb08cd699c37e5737
 SHA512 
debe6881f49e27dcd9829f047734eae0e66f28ae2d87c035d69a7f57cc6622bba1e88631a479293a3cb48ef9b1570c647d04b4df305ed30d805cf578c2c2fe68
 DIST genpatches-4.19-129.experimental.tar.xz 6432 BLAKE2B 
a17babcb86ddab998a4ee06b3e5f1a33a5589c18fc1ee08a5f3121741eed955822d6356e8394454168d4f1b74e7dc369e33f5e14eaee279613e43bb9e454a45b
 SHA512 
b7fb52b33d0208c6276f5d639f10ff5a6e62e2ae53c6585c9816627ce6ba7f9e53db1bce24b60842788cf0c77390bdeb8f3d3e97fe902ddf0a7a7eb6fee51733
 DIST genpatches-4.19-129.extras.tar.xz 17516 BLAKE2B 
7f0959a7a6410904e97ef4e3032a490ccf716381c57c3c7f02466e8dbdea5f9d01a9245d43c07bf516d11b06193bd4643bb949393990ce9aff570be3532fb5de
 SHA512 
d809b2433f552b895d71acf647f5d0b096685373ff283ee5b101e205fd239f327b0c74e8f41a2fd7a20ad70643d8750ba92483fa1341a0d1aa7a16056bbdd35d
+DIST genpatches-4.19-130.base.tar.xz 3652572 BLAKE2B 
5f9a8f6b81b074148bbbc1b19cfa06ddf027236d2e7566b407cd0b362f13a4240a2bdf2ac601a96075ebaf6bb628acf0135b3d429ef7e3e5c056047932c20b77
 SHA512 
0693efa445514c5156203ac2344eec7c8e4504d1664a4d4164ff328855ae828440bc337e1a8aac2cc2313eefa4af5512489f0d80941e4519da1fbc366d9eb5ff
+DIST genpatches-4.19-130.experimental.tar.xz 6984 BLAKE2B 
c37cf89fe71d0284ed1bef5fb7a8da435d038bf6723b17bacc8fed0b6121d18ae3828d34d265485bd8429abb7a67ad7a92057aed39bb5916c6e77e95b19e6636
 SHA512 
5280a4255380d90693db3b61db437074b5f24a7786b1aaa3c9b7aaa284d25c14bae4de478d93d56f6949bc302df00f3b34cc6a07e7fd05da1494b2afef1d7292
+DIST genpatches-4.19-130.extras.tar.xz 17520 BLAKE2B 
ca93048b328f0691ee8cb38d979f568b12f233321e4ca253b8957b7e54cf2cbeac251a1c69b87a527fa2f6922a85cba2b1ddf23ac5003a888a5472a89b802236
 SHA512 
943b761c38e9f47d5bb11d5f77ecf025f4fd0bfea796d4a803314b92841dbf619f4875a6d61134ae7194428f004ac0f9ae4f48e4f5f94810316e8c131ed6268d
 DIST genpatches-4.4-222.base.tar.xz 3571800 BLAKE2B 
4402f71d528f74ba4da4fab9e0209ca9f169f78ff3619f04b6c448bbd7a21613118d1f79a470f63785180e7080289fb9ab2a59673b9ef3b67838e5fe769e297b
 SHA512 
d03f6b31adbf185918cb71a9a276cc09c500f2d6234c6d86e9d4341e487204b4b50ee3a0af48002bb529a0445ee50f7ce187ffabb9b76a69e789a7a930caf23a
 DIST genpatches-4.4-222.experimental.tar.xz 83348 BLAKE2B 
fbb8c234d060b3c54b0ecb3763ca0b36700556817d4bec51ceace60a68b82c7d93c673ab3372e9e0aecfc9e0cf688340c6122070b509096971f98e1bee86d71b
 SHA512 
d8c39c415bcb5f40e1d3877f85e9ac649936af66108d9106f5c6732b2f75b37b6a18893889fc4ed6f8409ad47b0d5a2ba1e45a16bf31a0fa3b0e771789841d83
 DIST genpatches-4.4-222.extras.tar.xz 16496 BLAKE2B 
cc06659a35fed7d1bac1d7c8076f1199b5985b99202c64b6f09a8557361151b51be540189b1ffeb8acfe222cfb4908e401f74b5757e6ba65a2c16dd035fb831b
 SHA512 
294bf913915ca2669475be17dcc91f2b65c5c48bf59964650a869f1d2773e2940a09b8caf51fa92db7933d3eafa3569df64699ff10bcf1b16bed1c722fef7581

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.131.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.131.ebuild
new file mode 100644
index 000..5ae7efc5256
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.131.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="130"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-07-01 Thread Mike Pagano
commit: 5360698f13841d796ccf8ef8a894a975e6e0c1c0
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 14:02:51 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 14:02:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5360698f

sys-kernel/gentoo-sources: Linux 4.14.187 and update to cpu opt patch

Update gcc optimization patch for gcc v9.1+

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.187.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 9d12c366c25..113dd55056b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -7,6 +7,9 @@ DIST genpatches-4.14-195.extras.tar.xz 17536 BLAKE2B 
9b9d57324fc8770f8e9af0d62de
 DIST genpatches-4.14-196.base.tar.xz 4359108 BLAKE2B 
8f56424855c5d7f0e08a9c3ebe784aba798abd0755751e00341f2f2106f9aea33640b9c59213126de7f187b69efdb8b101675258a49c51eb4d89c0655d4e6bce
 SHA512 
26c214aa12343f607d75116d2048ede0c9b134a15ad93cbba5997b5bee71a6553e2c420fbf4d7da20dac16f9ed41ce77ae9ec7fbdc06674b32d11a3adfb9fcdb
 DIST genpatches-4.14-196.experimental.tar.xz 5932 BLAKE2B 
590ebc711495e321ea9c5826fcabc47d30f88ed7bbea889b0d873eb04b1ac9467be15dd64e4ef32a002250a83de85c8267686b5b8c6f3f2019540191bbb84fef
 SHA512 
135516ab26127df7ae8de27a148ad378ca145f3064d578a7c1d6c5d6a6c0c35941e70e30cfcb741e1ecce20e52a051e74de775b4a8861ea0b7e12212a417b4d4
 DIST genpatches-4.14-196.extras.tar.xz 17528 BLAKE2B 
e8cbcf4d54a3c44504498bff52bdb65b5bd697dfb211b78924a3e09bf5bc505e8053d268881d1f0d5068e1cdd427a9a1445616251d8dd78871d30303f49430da
 SHA512 
61e14704837422bac9f0af527d0071e31b5c75dd034dc4ef11a5f297b217c7cf2ca07cf74532c83f75c0a65c88a0ced978c15e3921d4c06c3e2a9235535df067
+DIST genpatches-4.14-197.base.tar.xz 4373776 BLAKE2B 
e7bd604f374755488b3178ead90ce2b26a0f104bdcdb742eae0151562ccad5a2aafa00354af01e0af08afdd9a1d44ef5be874af96c87f01591ad3ef95b455217
 SHA512 
5364801285a9ea2735e5ac94f4cea874bb3bda290008d39175e0f42614341654e32e786f9003130d81d9382664b9870356dc1132ca7416e521b9f8935e0c5046
+DIST genpatches-4.14-197.experimental.tar.xz 6092 BLAKE2B 
458d9c4247c9b838db825a56ab04908a1fd4c9bf2935273f66705f6d226754807370664e189d0b0a9051f0e1c57798606c99108e255057331a37c40e242c4336
 SHA512 
c8e19867cd449c10fa10fbb108d53343a940a063ebcbe03fb5a3a51b18d8dee9ad4106bf486412a9b84e0166217bbf5d13e74175a362f17c20c1817414ec2241
+DIST genpatches-4.14-197.extras.tar.xz 17536 BLAKE2B 
f99eec39ec2893df203aca5c3917106bb30427f66839c80c3e64928f45beccb7d3757a5ad9db6581c76e7077317031417aa31e2d89b5c8eb0e358cb989522bac
 SHA512 
dee2528e05fca7bff8ab82534b98c92561c3a6e82dc3f364b26cfad02c72e610622f1db4c162f6956f7904d5416a03d112fe65b7a7309c472a1416fd8ec6ed67
 DIST genpatches-4.19-119.base.tar.xz 3427592 BLAKE2B 
162b414b2480bf6f2c380680b2a27fb14aa9a715e07d0af2a45433e8b20dc48c3c317c308d082d328c7312cd707adb528dcc88a0515942e4c794adf63ae916e9
 SHA512 
ca403e6cc5037ca4c8b25c53b0f5a60f6a006f0d7486ff32cb7e7e634a3ef34883ee96ec5049825a0c07111fcc7561e172f95c4cdbf5fb7d21c1e986081a9593
 DIST genpatches-4.19-119.experimental.tar.xz 6424 BLAKE2B 
52329f89b354a12cffa0eb0fa35f237b9ae1b2bf81e0ecce3a90331bbbee7e1c4b41161286952c84ba64ca54235aa134dffd09ecf164eda3fdb7f0e000a35f32
 SHA512 
3db0a42d06fbee6e0a6f1afa50c48e42cd4c43365f91a800a4f99a9444db2b5030a5c367ea09409efa8d7f14494c6b8eefec47d2e8a8e14f52da040d26bce845
 DIST genpatches-4.19-119.extras.tar.xz 17508 BLAKE2B 
fd7ac78c365d496e3a3ef6584c2690205fe6ade564ef1c6104d9995943f32e3669d8f1bc7403792f2570db01c7afbe205e343a863a391489725cd7a82c1d1295
 SHA512 
153134a2f1a684a185efa3effc5e254857b79e5a07a06cbc5ae43f7d852d51fb4e920c6fd020d8eeb88a7b863d09679a90df28ce5d0c39bd77f055109824a3f4

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.187.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.187.ebuild
new file mode 100644
index 000..bc4975693ad
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.187.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="197"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-07-01 Thread Mike Pagano
commit: 4164dccddebe5860834cea4d8a238cd53c233d67
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 13:59:09 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 13:59:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4164dccd

sys-kernel/gentoo-sources: Linux patch 4.9.229

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.229.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e8bc2cf154e..9d12c366c25 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -31,6 +31,9 @@ DIST genpatches-4.9-225.extras.tar.xz 17384 BLAKE2B 
6346d0933a74224a34f78ab9df10
 DIST genpatches-4.9-232.base.tar.xz 4094296 BLAKE2B 
1dd145cfd49044cacc18e713e158019608c484d20a98a63978956d4121abe5b14931e52b1cff66acfdd8318d9ec0a0961925976f435e9562e2116f2002db59ef
 SHA512 
63c410893bde42a53f653bc91c67c31d8ce3db049dc5c633cad46b1163598687a59a69d011f2b22d2b94c3f2fe07a68dbe2b221ffc071d150f9228c7f28ac77e
 DIST genpatches-4.9-232.experimental.tar.xz 106372 BLAKE2B 
94ea4508513c3b1904d1ab038cadf8ad3499a2f37ca500dcb58c38fd35aee3598e3d50754ca2de4703196d297f365a7b91c9896e8e0f18abfd8f43f1e8f8f0e6
 SHA512 
e317ccf6153d8e755263d855cab06488df0b6fa496bbb946febb5e854ff24155654b845cf316d09c51db77af3d60d5ca9026449fd9979e760778c78a2faa9500
 DIST genpatches-4.9-232.extras.tar.xz 17396 BLAKE2B 
a589764847b8fe53278357c7695ddeeaadbfbc0115f292a523975ad6f9f4ccdb58f4433667fc2a8656a8bdd728f2a7c33a5d57da1a344c18390206647eafbcfc
 SHA512 
ffe3c83411b7bb6623edbfc63bb9f6a5e8b38a0a76fdc59ab0f29863dcaf2fe76ea7a08d115862ad921ab3ba05ed000bca4a676f569768d10ac2beb02508f011
+DIST genpatches-4.9-233.base.tar.xz 4141876 BLAKE2B 
1bf7082d06ac773ec41fadaffb622d326b761c1cc30c7a8f2df4d172eb0b20fc27e97a29121f7e5e7514247d5b023c1cb55965e7863172317f3759b516f9597e
 SHA512 
37f5abb486ab1742ce54df3229b2e40343bfe7e63755baf58150e1ed741561ae6ffaae0d99877a175309b2a3a2743020b91cf6909cb1095662a1268b4730aac3
+DIST genpatches-4.9-233.experimental.tar.xz 106376 BLAKE2B 
32bc7779a19b63a15e070c52acbc1cafbc68489468209caf1d22503712abb6b9fd6345671749f0402c0034944b832d4888c91bdcea4e3b1cb97094efd61628ff
 SHA512 
eb9261aaa4f07514aebee0084460cd0aff1ff6a5723d4223e917d0ea301cf1a7e8801d19b4fb129da3fd86a3d68278a6a2c6d5d052ca5c67c478c7f6c9a49f74
+DIST genpatches-4.9-233.extras.tar.xz 17408 BLAKE2B 
a51b67980a36e1c766866b1715dcdb16cb16383013049bd434a18651d3a1b01ec9ea4b1ec7bf67d5b48c3d18f55b0042084aa936df1e2f369a64f62293abb402
 SHA512 
c7ec6ac116cc292d26a04b0064d49b76ed251f49dc3a2c75432e4019f451170bbf6e80076770380c64c25b3f48d453a858e21d65b48f2c25457c9a990104a743
 DIST genpatches-5.4-38.base.tar.xz 1364272 BLAKE2B 
708fff34d0e5db8971687815f936bb6fcac0049fdb8351a500c67ebb5c472c8a0ce7a8e580b20c841aa305441c849cc595735292fdcefe8b9877530f110bebcf
 SHA512 
6accf4fc70cbf2463df6b50001bba07b3d32985451de341398a8e9f8b1281ac3ab22661b5216afdddb5072262ac238073b83231c9fd2b90b27b8cc3b9f1d8850
 DIST genpatches-5.4-38.experimental.tar.xz 6140 BLAKE2B 
b61bf414cf1dc573ab72ba84530c4fc6a565e0e2fe39c84b822a76dae4b708a55521d5ea0f680c92bc62a205c2939e0fa367a7c80ac2218da44dd361dfb0af20
 SHA512 
d3b35b54359ecb5177cb475913e847374aeaa155f28f120f2994ea09c7124c162a29dfc092489e2e044e52402df0abaf1e9179fe4fe2a363ca319289bc499c2a
 DIST genpatches-5.4-38.extras.tar.xz 1756 BLAKE2B 
2e4d217bf53de074717b18748263318cc637ee85c1217caea175e7f47ffa74217b1e06a5bd19a0ba88307423d16c0a2c6c7975c8d3fee83a8d1fd65a0cbe4544
 SHA512 
db347a70bb1fd88ff37573ffe7bb1b03f61f7cca9b25ef302ce26e7e849bc87aa1f5b5c732fb3fae3a5efb339794be6a11eae386cf444fe50143bf46be3544d3

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.229.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.229.ebuild
new file mode 100644
index 000..1c735574975
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.229.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="233"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-07-01 Thread Craig Andrews
commit: a2896777300cd3a3b7b68c248bd4a5756fb6ca55
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul  1 13:57:18 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul  1 13:58:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2896777

net-p2p/deluge: Fix "cannot remove deluge-console"

Closes: https://bugs.gentoo.org/730196
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 .../{deluge-.ebuild => deluge-2.0.3-r7.ebuild}| 19 ++-
 net-p2p/deluge/deluge-.ebuild | 19 ++-
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-2.0.3-r7.ebuild
similarity index 89%
copy from net-p2p/deluge/deluge-.ebuild
copy to net-p2p/deluge/deluge-2.0.3-r7.ebuild
index 121cab58004..2caebb8c9d1 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3-r7.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.deluge-torrent.org/${PN};
 else
SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"
@@ -61,6 +61,7 @@ RDEPEND="
 PATCHES=(
"${FILESDIR}/${PN}-2.0.3-setup.py.patch"
"${FILESDIR}/${PN}-2.0.3-UI-status.patch"
+   "${FILESDIR}/${PN}-2.0.3-gettext.patch"
 )
 
 python_prepare_all() {
@@ -91,15 +92,15 @@ python_install_all() {
distutils-r1_python_install_all
if ! use console ; then
rm -r "${D}/$(python_get_sitedir)/deluge/ui/console/" || die
-   rm "${D}/usr/bin/deluge-console" || die
-   rm "${D}/usr/share/man/man1/deluge-console.1" ||die
+   rm "${ED}/usr/bin/deluge-console" || die
+   rm "${ED}/usr/share/man/man1/deluge-console.1" ||die
fi
if ! use gtk ; then
rm -r "${D}/$(python_get_sitedir)/deluge/ui/gtk3/" || die
-   rm -r "${D}/usr/share/icons/" || die
-   rm "${D}/usr/bin/deluge-gtk" || die
-   rm "${D}/usr/share/man/man1/deluge-gtk.1" || die
-   rm "${D}/usr/share/applications/deluge.desktop" || die
+   rm -r "${ED}/usr/share/icons/" || die
+   rm "${ED}/usr/bin/deluge-gtk" || die
+   rm "${ED}/usr/share/man/man1/deluge-gtk.1" || die
+   rm "${ED}/usr/share/applications/deluge.desktop" || die
fi
if use webinterface; then
newinitd "${FILESDIR}/deluge-web.init-2" deluge-web
@@ -108,8 +109,8 @@ python_install_all() {
systemd_install_serviced "${FILESDIR}/deluge-web.service.conf"
else
rm -r "${D}/$(python_get_sitedir)/deluge/ui/web/" || die
-   rm "${D}/usr/bin/deluge-web" || die
-   rm "${D}/usr/share/man/man1/deluge-web.1" || die
+   rm "${ED}/usr/bin/deluge-web" || die
+   rm "${ED}/usr/share/man/man1/deluge-web.1" || die
fi
newinitd "${FILESDIR}"/deluged.init-2 deluged
newconfd "${FILESDIR}"/deluged.conf-2 deluged

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-.ebuild
index 121cab58004..2caebb8c9d1 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.deluge-torrent.org/${PN};
 else
SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"
@@ -61,6 +61,7 @@ RDEPEND="
 PATCHES=(
"${FILESDIR}/${PN}-2.0.3-setup.py.patch"
"${FILESDIR}/${PN}-2.0.3-UI-status.patch"
+   "${FILESDIR}/${PN}-2.0.3-gettext.patch"
 )
 
 python_prepare_all() {
@@ -91,15 +92,15 @@ python_install_all() {
distutils-r1_python_install_all
if ! use console ; then
rm -r "${D}/$(python_get_sitedir)/deluge/ui/console/" || die
-   rm "${D}/usr/bin/deluge-console" || die
-   rm "${D}/usr/share/man/man1/deluge-console.1" ||die
+   rm "${ED}/usr/bin/deluge-console" || die
+   rm "${ED}/usr/share/man/man1/deluge-console.1" ||die
fi
if ! use gtk ; then
rm -r "${D}/$(python_get_sitedir)/deluge/ui/gtk3/" || die
-   rm -r "${D}/usr/share/icons/" || die
-   rm "${D}/usr/bin/deluge-gtk" || die
-   rm "${D}/usr/share/man/man1/deluge-gtk.1" || die
-   rm "${D}/usr/share/applications/deluge.desktop" || die
+   rm -r "${ED}/usr/share/icons/" || die
+   rm "${ED}/usr/bin/deluge-gtk" || die
+   rm "${ED}/usr/share/man/man1/deluge-gtk.1" || die
+   rm "${ED}/usr/share/applications/deluge.desktop" || die
fi
if 

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

2020-07-01 Thread Craig Andrews
commit: 81aaa3fd1b267b7ed04d81459f53b0dab2c3be0a
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul  1 13:31:04 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul  1 13:58:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aaa3fd

net-analyzer/netdata: 1.23.1 version bump

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

 net-analyzer/netdata/Manifest  |   1 +
 net-analyzer/netdata/netdata-1.23.1.ebuild | 141 +
 2 files changed, 142 insertions(+)

diff --git a/net-analyzer/netdata/Manifest b/net-analyzer/netdata/Manifest
index d20baa88d7f..4a0540e9156 100644
--- a/net-analyzer/netdata/Manifest
+++ b/net-analyzer/netdata/Manifest
@@ -2,3 +2,4 @@ DIST netdata-1.21.1.tar.gz 3748090 BLAKE2B 
5cc8dd47b768838eecc7c8af35a82548dc5bb
 DIST netdata-1.22.0.tar.gz 3786121 BLAKE2B 
ad34bcdb94cf44f8de154bf53b2e4ecbecee43c6cef2e5337c0fa6bd08b0feb41c25ee96e51fc6c54d72909559e5ac822b44153daa71255487bb0713ce6eca1d
 SHA512 
3bf239c3e950195ef7b8b43f1c17f2cc94f9257a4f21665629f7b518cc6fcef3b0837743254efd03323408b39e2afa9533487147fa30c8f015705c391aa543f3
 DIST netdata-1.22.1.tar.gz 3787203 BLAKE2B 
cb09ade9540d81fac9b30738650206bce263b74445ce76bf3e9c57a7935bd5fed04806b3b3ba6631ad7ed119b93b1f36eb10261a239127e238e4cf09ca2f4e7a
 SHA512 
47a0b6c4c1b3d8ab18cf25725223c72683ed74084f0efd09cddbe293950839315f8fcadb16c2e5fa9a179745f20b08ce8652d4b972465eacc6a1792b4cfc296e
 DIST netdata-1.23.0.tar.gz 3819410 BLAKE2B 
33b41bacfdba03e0e8cc15ba6c200f98f4c3304136d57798c32410f04d568a2aaf12aebca87136b420d50d0f508d7ce849793b0c11b78a43c30ffed48a991c2c
 SHA512 
edf333b40889547f454101694cadc7766da11acba96db1351d956634e5e240535f5bd9d029fbe3fce79d80e184bd60cc9649055264baea6279d1e63d2db2335f
+DIST netdata-1.23.1.tar.gz 3819097 BLAKE2B 
d04b41232248c4216227b759a66c6a4db48d466b44b73b00211b40e3c1512f91df84fd927dbd58bbdec178b3ef126b44e1ce61c213df98a31aebcac6a6831dd5
 SHA512 
2b4873aaac9a569c29c5de718da816fe2f6f2ee2de44ef82e8771d5fb02bca21257647c357cf0fb9117a86f075a1deefb9fea380c1ea66147eb34713e0722ad2

diff --git a/net-analyzer/netdata/netdata-1.23.1.ebuild 
b/net-analyzer/netdata/netdata-1.23.1.ebuild
new file mode 100644
index 000..3b6458e2fb4
--- /dev/null
+++ b/net-analyzer/netdata/netdata-1.23.1.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit autotools fcaps linux-info python-single-r1 systemd
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/netdata/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/netdata/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Linux real time system monitoring, done right!"
+HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/;
+
+LICENSE="GPL-3+ MIT BSD"
+SLOT="0"
+IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis 
mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
+REQUIRED_USE="
+   mysql? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   tor? ( python )"
+
+# most unconditional dependencies are for plugins.d/charts.d.plugin:
+RDEPEND="
+   acct-group/netdata
+   acct-user/netdata
+   app-misc/jq
+   >=app-shells/bash-4:0
+   || (
+   net-analyzer/openbsd-netcat
+   net-analyzer/netcat
+   )
+   net-misc/curl
+   net-misc/wget
+   sys-apps/util-linux
+   virtual/awk
+   caps? ( sys-libs/libcap )
+   cups? ( net-print/cups )
+   dbengine? (
+   app-arch/lz4
+   dev-libs/judy
+   dev-libs/openssl:=
+   )
+   dev-libs/libuv
+   compression? ( sys-libs/zlib )
+   ipmi? ( sys-libs/freeipmi )
+   jsonc? ( dev-libs/json-c:= )
+   kinesis? ( dev-libs/aws-sdk-cpp[kinesis] )
+   mongodb? ( dev-libs/mongo-c-driver )
+   nfacct? (
+   net-firewall/nfacct
+   net-libs/libmnl
+   )
+   nodejs? ( net-libs/nodejs )
+   prometheus? (
+   dev-libs/protobuf:=
+   app-arch/snappy
+   )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 
'dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]')
+   mysql? (
+   || (
+   $(python_gen_cond_dep 
'dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]')
+   $(python_gen_cond_dep 
'dev-python/mysql-python[${PYTHON_MULTI_USEDEP}]')
+   )
+   )
+   postgres? ( $(python_gen_cond_dep 
'dev-python/psycopg:2[${PYTHON_MULTI_USEDEP}]') )
+   tor? ( $(python_gen_cond_dep 
'net-libs/stem[${PYTHON_MULTI_USEDEP}]') )
+   )
+   xen? (
+   app-emulation/xen-tools
+

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

2020-07-01 Thread Mike Pagano
commit: fcbc13126741ab1090063db6373429388bb5634a
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 13:56:42 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 13:56:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbc1312

sys-kernel/gentoo-sources: Linux patch 4.4.229

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.229.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8c527bb6e92..e8bc2cf154e 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-4.4-222.extras.tar.xz 16496 BLAKE2B 
cc06659a35fed7d1bac1d7c8076f
 DIST genpatches-4.4-229.base.tar.xz 3720552 BLAKE2B 
48629037475319cac031849a45a6cb36d45036ac47366739dbd737f345c2906db4249057a920a9c3ca637c5d0fd731e93b53e331ad2cde09b8088692f48177ca
 SHA512 
e0f1e2327398f5a73b2aa7c3b8abd42722610ab35340076ba58543e3852116ceb92afa7b3ba4f3b112164c57e5000c1584be3c9390f4048242eb0bcf91699008
 DIST genpatches-4.4-229.experimental.tar.xz 83264 BLAKE2B 
3cae1db18daa8072cbe45cd50942b50ab4b8c3fbcea5ad87e2b9420886d4b8f2840b06520c271944835216a4543c4d15b1547323ccc0c24a12f6983c28b8289e
 SHA512 
96207a3069a4424b540c952a6f553caab8abb55b37d5135f344d772106d4905784982dfed7b281112ba113fcbca3366173f6a76c6e8a255df5031c608c6911f2
 DIST genpatches-4.4-229.extras.tar.xz 16492 BLAKE2B 
9c0d4734997f9af0391427aad0e2f4e2c634b2bd6439ead35ff3246effec666a1b27b6a1fab059e7a0520b169a793bc87ea499e3f1a7375a21888a1ef9d5b9b7
 SHA512 
f369a2ea1ca60a1c89863127dc60e0d6cf7d6edf1cdae1b6298e0764fb572c47a79ce9c9056821dd485ec944dc8791380f2ec71ead49c9eebdf50e1b76761204
+DIST genpatches-4.4-230.base.tar.xz 3744276 BLAKE2B 
5ed4dabf708a87ec35a0d3c58514f6084f4176d40e45a3feef461c8264d3ef0ac6c0e2a2f58522c5c92c8fa8cebc2e5e4b1a5df9a8223f03d28edd090712746f
 SHA512 
5b2a3f840a9d2888b499a61162c918393768fb8c8aa78cd35b20fa20454598e80630d6e9137bdce7f2357329d5f0f56af6d0ca1fed6df5d83ac97ceb4a384886
+DIST genpatches-4.4-230.experimental.tar.xz 83284 BLAKE2B 
82de4c8ca40559e3a625a93f476d15be465f5fe40ad67cfa6d2712fec395474e84d59d8ff9dbc11d02379eadd910ff87382d0b5be3bf1dfedcda825d4045c5e4
 SHA512 
84664b54bcac25f16edcf595f86ae033f3fa994055c07519fa24e9a43ad53da9e3fa43f04c26ab162d02b857113657874fcac54099a7f6d1571b11f0487d6dd5
+DIST genpatches-4.4-230.extras.tar.xz 16504 BLAKE2B 
d17ab976955d1c6be92982e46997220717722a265562713036649cb14850486a45cfc1a44c6c04cb890f02b4ccff6fce044551e4bbf9155371bd6824658dd363
 SHA512 
c1e39bb8d38368f17e35ee6e4aebc4a7cd64dc8dda4267b4d58e3b2781463bfa023cc6a067b52e638b813fabaf693f7ecd9ae356e43d55b8f656a6ae878dc5f0
 DIST genpatches-4.9-225.base.tar.xz 4002512 BLAKE2B 
2c8e3586ad499caf38e45ab80bc60c302486ccf23508e289bb9c48e9fa8bc7156c73831e4afa1d7034370c8c5c5600f7fb7a7cb8a75e326cc12396ad1b33cc10
 SHA512 
8c5f99afaf2aaf0016be4ab1ca76678162bd993dac1f7ff8339106abff24b024605bd816e44098daaada333ebcac04aaa960b2ab6f35f5ba464cb63e1245ca6c
 DIST genpatches-4.9-225.experimental.tar.xz 106384 BLAKE2B 
9c2f06e7adb3cb818ae8215cd9b9499fea83ba10522d183e4acff04ca27455156e0c2f5718852d6058e12c05ede00760313b9b6d047b47f80b7e9c6335638d46
 SHA512 
02c755491e2941a6399f3ebf4dce74c2ecbe81da88dc0d361aa151131b14724ebcfddc16e18bf9fc4d882b02f478472be7be5028ad6dfb931fdbab80094fc8a2
 DIST genpatches-4.9-225.extras.tar.xz 17384 BLAKE2B 
6346d0933a74224a34f78ab9df10a918d3d927fdcd8fd4cca8b5d2692442339a23b8f14942b8927b892ed1d1fd24fd7bd84f58de2739bac46e1e58848c834ca8
 SHA512 
bb83b8779580202897823cedc9bf60698f156f57be1f22ad18968ad8e27517ca963d7d444c04e497c73828870279372b49801b51ca28335ee990026af0b56d63

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.229.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.229.ebuild
new file mode 100644
index 000..d259c7da652
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.229.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="230"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-07-01 Thread Michał Górny
commit: 1c59fe76054c3e91eda74144b6fb21fd49a63bd4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  1 12:45:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 13:47:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c59fe76

dev-python/jupyter_client: Bump to 6.1.5

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-6.1.5.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index 52b8c5553cd..70605e6733f 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_client-5.2.3.tar.gz 271787 BLAKE2B 
36761e53050874c141c38f545f8f6fb53c144c30f686b3706594d124a65e410c205379b7ecbeed12f1520f0f568c7db3c802223f6fdb8f76407074beacc21918
 SHA512 
89b980ecc281bc1512e1fc4ba35862cc6e541f825ee07a1382d300c8088f24611225ab415d6a7c1e4209c47a74c113ec95f863e8fb0b33c6db9eb9c3521fc0ae
 DIST jupyter_client-5.3.4.tar.gz 275850 BLAKE2B 
a0884fb6cd2858b3ecf8353c6dc180370a53b4d59f77fdeb33c972c72857650e2e8b64ac5f6c9d223a99f30bb9ad9e06673cfe14b2d79abc0e4363104ffd15c3
 SHA512 
54b5206c08f5119feb50deb2d815d79a178799ad5c1231a0d03fc950ebbf6cb2f7c3a757024f788d416f808c57aa8476fcfa110f63182314bf2d5cdeb9a006cf
 DIST jupyter_client-6.1.3.tar.gz 290112 BLAKE2B 
205d4fc4bee263b05a36c562db11fe9a0d39defa5d633e85412a7e6382ddc49f9875c5112c1d23108b8e8ae7e57060afebeef949d7bf685b9541dfd06ae43fcd
 SHA512 
39756e1bd7a051092c70c5f75ff1a8b8dd308eb054b3e572d5682e832dc83e6935c3f845230908f1c3debe95977c7b7ae63c373aad4ea6c1e87674b083d5e72c
+DIST jupyter_client-6.1.5.tar.gz 290829 BLAKE2B 
7029703ebf7dccafd9c90835d9ed3305f591597947dabaef3fd670c7fd595bc8a8fa5258ad07b0bbe170c134f8f50593e980c2360de2521216fc061996268032
 SHA512 
b289b07f1300a7aa541b15ece33340fde7dd9765a200214668ad3a124ec7fd98c742f61417c9d31d6daff9ecc1aaaca6ec516f359cc26007731c0f8d859a73a9

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
new file mode 100644
index 000..2bf01c589f1
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-6.1.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter protocol implementation and client libraries"
+HOMEPAGE="https://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2020-07-01 Thread Michał Górny
commit: 914bb4053c5b36a5a61e2a7a7859315f61f22e25
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  1 12:47:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 13:47:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914bb405

dev-python/django: Bump to 2.2.14

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

 dev-python/django/Manifest |  1 +
 dev-python/django/django-2.2.14.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index c26faae328a..e9ab688bde5 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,5 +1,6 @@
 DIST Django-2.2.11.tar.gz 9010479 BLAKE2B 
9df126f62368c43a64fcdbf9d3831c78dd37e41eb88670517eeec84043083cc437d95301d86798b5945313b515d63bd12cba8484e74b6da2311af2e86ce87adc
 SHA512 
b33ece4606e5a23626caee121018522166a0e1f32bd41ea4eb3d4c1f624943990a07e04c5a4f5d52958e733790178474e9314d346ce1e4d5d6e49ac2a700c857
 DIST Django-2.2.12.tar.gz 8877061 BLAKE2B 
7d92e7f871606aaacc82528f3d7c26d134a7b1216ae983a8da93cde20eac65729eaea1de8d3a7a598df8f9f228c3d20a5da9cb53a149d1064c58824626fd8aaf
 SHA512 
3c01b606e34dd0abe5a03bc55bf7d9328a0da370c22bac4d15c3468512b26ad57fd07d942a2a34129ce18bcc5e86c67e163d0f4d5b7ea47e3e899ba7617ab28c
 DIST Django-2.2.13.tar.gz 8879757 BLAKE2B 
4a7986805c6a3674d47aa82b97f31ae63968dd7c0f12db672207cd1d97076acb681fe44e730147122911684b36d7f1e9d5ea18c054d4c40c68b460300fd9294b
 SHA512 
6daf3486d2f19eb159193df77a7525e5173ba5889ad5c587a6ec6bbf02c4ea94fa90b9a30a5310932fc9353a22c413208ab724c05740f844eccfe610da3ca68a
+DIST Django-2.2.14.tar.gz 9022051 BLAKE2B 
397f1de35f645da9964581d494d933ce2327915315049997aaed238f27214e4fead8c50e779052eafb3d237e065ef47f2d3f151552f712b6348ed23b75d25e52
 SHA512 
48ad065df161300920abe0c28c3f79cebe536de00fe60c8a7633caee149e0632aa564a848172bad0f254f2a98194cb625a5c169e51a89f3cab95c1213cfe485d
 DIST Django-3.0.6.tar.gz 9070990 BLAKE2B 
9f918f64baecc5fe18ec08293da0f81a5e6ba9dc034b7e43f11ac9e67fa8d16c155878342babad9fca8ed30caf5ec3335756e2e0312c463b46a23b4db92fd4a0
 SHA512 
4c92c51386919c389037d6c6d1de3cb6ec443bd1f216f20797fb20fb24ea8d021701a03805ba693deadfa82b1aee38ae0d7fc03cae94cd744b1d1fa47ddc46ad
 DIST Django-3.0.7.tar.gz 8947502 BLAKE2B 
c26752f41f04f23ea1db9863d0919c17ed27b75133e22cc342e453e40077f05f6458f8edd290bfdcf828a181e38d89a1b4faeaa9cb44176ff0f7d67910d6b9df
 SHA512 
566a78c3686baaea2ea8f2db2c1762a78ec5e5ae44f0be43f49c83899c2a0a9d1b2297a05ce8f4bc6bc580c494dde66bb2be47a8269cce3e1b007fedd857e5d3

diff --git a/dev-python/django/django-2.2.14.ebuild 
b/dev-python/django/django-2.2.14.ebuild
new file mode 100644
index 000..f2f8b34c144
--- /dev/null
+++ b/dev-python/django/django-2.2.14.ebuild
@@ -0,0 +1,78 @@
+# 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..8} )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+
+inherit bash-completion-r1 distutils-r1 eutils
+
+MY_PN="Django"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/;
+SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 
1-2)/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="doc sqlite test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.2[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[webp,${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   dev-python/tblib[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
+)
+
+distutils_enable_sphinx docs --no-autodoc
+
+python_test() {
+   # Tests have non-standard assumptions about PYTHONPATH,
+   # and don't work with ${BUILD_DIR}/lib.
+   PYTHONPATH=. "${EPYTHON}" tests/runtests.py --settings=test_sqlite -v2 
||
+   die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp extras/django_bash_completion ${PN}-admin
+   bashcomp_alias ${PN}-admin django-admin.py
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   elog "Additional Backend support can be enabled via"
+   optfeature "MySQL backend 

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

2020-07-01 Thread Michał Górny
commit: 004c45b9e4488adaa0822725ab85802a94017126
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  1 12:44:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 13:47:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004c45b9

dev-python/pyclipper: Bump to 1.2.0

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

 dev-python/pyclipper/Manifest   |  1 +
 dev-python/pyclipper/pyclipper-1.2.0.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pyclipper/Manifest b/dev-python/pyclipper/Manifest
index c92dc0f4c84..4c5b8472462 100644
--- a/dev-python/pyclipper/Manifest
+++ b/dev-python/pyclipper/Manifest
@@ -1,2 +1,3 @@
 DIST pyclipper-1.1.0.tar.gz 53916 BLAKE2B 
53b7b6609d602cdcbd8c8f4ceaed999c97e155747f7daeb630333f18fd2719040d118c8fa3d0e60a1ccd92c20aecb355ec9d4f9c22f66dc07b14a919f981f667
 SHA512 
53371bc2e0439f72ac4ebf96f833c4451d2b1924d7f9cddcbac79a0a6d6bd95ac1fb3fb08e3ea3fcf3ffe22cd718d31c7c528016605b275a3e80642e58546d74
 DIST pyclipper-1.1.0_p3.tar.gz 53353 BLAKE2B 
1e510ab97ef98b83c763d4bc1154eb32f94bb035823ddcffef09fe32861c2384ccd6ffd29e5a31c0cabf71c801dd90d0176a68e93c6c2e2c9bff03c2be3fff33
 SHA512 
0b3c3f18593bafedaedf8a91411ba5d3d1c2ac55c949bca21e3a527ca0930eae5ea033a0f57337573a1106e2871a50dcb0176b959b98ad8ac58636c6d45f94a9
+DIST pyclipper-1.2.0.tar.gz 53504 BLAKE2B 
611a86b4173838dc0c77ad765f1ab9d08e73b147936ec60fae63308d5bb0019b40479222b80565f3d3ba5337c1a436fa63306105bb3a698592160eb8b66f3014
 SHA512 
2b8966a695fd7916786ab7549f8c867aad1d4879f3d20b87d7a4b6e1fff8a36871a440795548e91256ff89e574c04be4390ffbd05bab6b0bb51441c7f8acf674

diff --git a/dev-python/pyclipper/pyclipper-1.2.0.ebuild 
b/dev-python/pyclipper/pyclipper-1.2.0.ebuild
new file mode 100644
index 000..3efd8d8de2f
--- /dev/null
+++ b/dev-python/pyclipper/pyclipper-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# 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="Cython wrapper for the C++ translation of the Angus Johnson's 
Clipper library"
+HOMEPAGE="https://github.com/fonttools/pyclipper;
+SRC_URI="https://github.com/fonttools/pyclipper/archive/${PV/_p/.post}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${P/_p/.post}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+   export SETUPTOOLS_SCM_PRETEND_VERSION="${PV/_p/.post}"
+}



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

2020-07-01 Thread Michał Górny
commit: 69728190390769db3f564920cf8489bc46926faa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  1 12:46:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 13:47:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69728190

dev-python/hypothesis: Bump to 5.19.0

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

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

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 4c2402d5959..a7c7973b6f5 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -11,3 +11,4 @@ DIST hypothesis-python-5.16.3.tar.gz 9011952 BLAKE2B 
d74a68c4ee1e5aacf4be1da5a46
 DIST hypothesis-python-5.18.0.tar.gz 9013356 BLAKE2B 
3863414e54e40ac5f2a45edbb57fbee058e82f04cbde9eadb99ed6b03a2a2684777b46eabdbe136aea74b835e343485d80cfe98c263afa537c7437e7566f796f
 SHA512 
b1a1f37f1f58a6401a31f32ef0e7de452b8a8bd71fe5aeb72eeac197a23b78c3ff17b61f7940e2a2a755f7f008f0ea3df5b0f2ad5e4c0d2d316bf13dbd7cbdaf
 DIST hypothesis-python-5.18.1.tar.gz 9013452 BLAKE2B 
a513c19a19b3ff49c78d97839dea7d857d9a00f7d42e5e0376cd6fec9ff9a86f9b6b9471da474ec7724e41254105c0ac65fc7d772f01bfc40f6deda200f11629
 SHA512 
19455699ed50d30767edc5627f797992f2542aeb3ca9e38603a68ffe1108f0287baa183e4dca101f21eaea6c7c7501e135b5baf9e09117a2cae92ec1e437e8b5
 DIST hypothesis-python-5.18.3.tar.gz 9017453 BLAKE2B 
85356e723fca66853e388a4a3e791dd4b1cfb80b7a4b62363a4f0d0aeffc44c051eeabd516eebd5737a96050edef978a87788c1141f87aa2e310eda9bf64a0a7
 SHA512 
baeb4644a90fd8694d88819a46ba1ea6c60ad13e00f07cb923a3d0f43cd4b4d61bd07bf25e45e6d1203f9db44fbe8ec7eca7e029c804659025df89a80520e550
+DIST hypothesis-python-5.19.0.tar.gz 9022213 BLAKE2B 
d8996cfd18d24722cd4faaf8335ce2b1c67757e3ffe973a33bd8ad087fcde513442d9fdf01f486ee07b33504e4088aa9e4c104782c3b03aa4f0d77a99ba6f672
 SHA512 
c26b0c9c5c7e1941c7f491e8e8165fda86a6e985204b9098c214080e508167f77f7dffe65192a4418f4958c3c6df44a20d75131895517c40c1113995ace3b604

diff --git a/dev-python/hypothesis/hypothesis-5.19.0.ebuild 
b/dev-python/hypothesis/hypothesis-5.19.0.ebuild
new file mode 100644
index 000..494668bd6a8
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-5.19.0.ebuild
@@ -0,0 +1,56 @@
+# 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} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}]
+   !!

  1   2   >