[gentoo-commits] proj/linux-patches: New tag: 4.19-130

2020-07-01 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 13:01:24 2020 +

New tag: 4.19-130




[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/flatpak/

2020-07-01 Thread David Heidelberg
commit: f0ded51f571c17f15ebfa52301fd9f36ded97bf4
Author: David Heidelberg  ixit  cz>
AuthorDate: Wed Jul  1 13:14:50 2020 +
Commit: David Heidelberg  ixit  cz>
CommitDate: Wed Jul  1 13:14:50 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0ded51f

sys-apps/flatpak: bump to 1.8.0

- generally all modifications from ::fosero overlay included
- compile & run tested

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Heidelberg  ixit.cz>

 sys-apps/flatpak/Manifest  |  2 +-
 .../{flatpak-1.6.3.ebuild => flatpak-1.8.0.ebuild} | 53 +-
 2 files changed, 32 insertions(+), 23 deletions(-)

diff --git a/sys-apps/flatpak/Manifest b/sys-apps/flatpak/Manifest
index dd04d79..ab18c1d 100644
--- a/sys-apps/flatpak/Manifest
+++ b/sys-apps/flatpak/Manifest
@@ -1 +1 @@
-DIST flatpak-1.6.3.tar.xz 1340936 BLAKE2B 
ed697161a6ea10de7910438ef19d3a27d6bc4fc6b4ab8d14a955fb0ba6299950d13b25bf356b9b3341395441d378c0d0f3000dc0dd983a922090372d8e67a30d
 SHA512 
8527914dd728d6bc4d28fcc7740514a370aad7c49c65e6126cdc237886dc3a5cb173a7fa69d8374a7502e08b1429b69bf24ee700a7d723fc090f9661534ca7b4
+DIST flatpak-1.8.0.tar.xz 1401336 BLAKE2B 
d606e56abf3e2db98b4a38e3dd5bf64bcf4a9aa818fcd32fa27c9fad94d7df222853910efea8fa66549c581d00f890b619f2379553777339a1132a03c1415681
 SHA512 
2955eadddcea2baecb36b45a638a33735a934641dd99793d22d7193d58ffd02910ae1239d9450f9b4c5bf648e6aa0f29efcc17a2bc7bd26936a9ea7b53af3f72

diff --git a/sys-apps/flatpak/flatpak-1.6.3.ebuild 
b/sys-apps/flatpak/flatpak-1.8.0.ebuild
similarity index 74%
rename from sys-apps/flatpak/flatpak-1.6.3.ebuild
rename to sys-apps/flatpak/flatpak-1.8.0.ebuild
index 3ba1b50..0d6f0a5 100644
--- a/sys-apps/flatpak/flatpak-1.6.3.ebuild
+++ b/sys-apps/flatpak/flatpak-1.8.0.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools linux-info
+inherit autotools linux-info python-any-r1
 
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
 DESCRIPTION="Application distribution framework"
@@ -12,54 +13,61 @@ HOMEPAGE="https://flatpak.org/;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="doc gtk introspection kde policykit seccomp"
+IUSE="doc gtk introspection kde policykit seccomp systemd"
 
-# restrict until fixed. Bug: 721906
-RESTRICT="test"
-
-# FIXME: systemd is automagic dep.
+# FIXME: Automagic dep on app-arch/zstd
 RDEPEND="
acct-group/flatpak
acct-user/flatpak
+   >=app-arch/libarchive-2.8
+   >=app-crypt/gpgme-1.1.8
+   >=dev-libs/appstream-glib-0.5.10
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/libxml2-2.4
+   dev-libs/json-glib
>=dev-util/ostree-2019.5[gpg(+)]
|| ( dev-util/ostree[curl]
 dev-util/ostree[soup] )
-   >=net-libs/libsoup-2.4
>=gnome-base/dconf-0.26
-   >=dev-libs/appstream-glib-0.5.10
-   x11-libs/gdk-pixbuf:2
-   >=dev-libs/glib-2.56:2
-   >=dev-libs/libxml2-2.4
+   >=net-libs/libsoup-2.4
sys-apps/dbus
-   dev-libs/json-glib
-   x11-apps/xauth
-   >=app-arch/libarchive-2.8
-   >=app-crypt/gpgme-1.1.8
>=sys-fs/fuse-2.9.9:0
+   x11-apps/xauth
+   x11-libs/gdk-pixbuf:2
policykit? ( >=sys-auth/polkit-0.98 )
seccomp? ( sys-libs/libseccomp )
+   systemd? ( sys-apps/systemd )
 "
-DEPEND="${RDEPEND}
+
+# NOTE: pyparsing for variant-schema-compiler submodule (build time)
+DEPEND="${RDEPEND}"
+BDEPEND=">=sys-devel/automake-1.13.4
>=sys-devel/gettext-0.18.2
+   virtual/pkgconfig
dev-util/gdbus-codegen
+   sys-devel/bison
introspection? ( >=dev-libs/gobject-introspection-1.40 )
doc? ( >=dev-util/gtk-doc-1.20
   dev-libs/libxslt )
+   $(python_gen_any_dep '
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   ')
 "
-BDEPEND="
-   >=sys-devel/automake-1.13.4
-   sys-devel/bison
-   virtual/pkgconfig
-"
+# FIXME: is there a nicer way to do this?
 PDEPEND="
gtk? ( >=sys-apps/xdg-desktop-portal-0.10
   sys-apps/xdg-desktop-portal-gtk )
kde? ( kde-plasma/xdg-desktop-portal-kde )
 "
 
+python_check_deps() {
+   has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
local CONFIG_CHECK="~USER_NS"
linux-info_pkg_setup
+   python-any-r1_pkg_setup
 }
 
 src_configure() {
@@ -77,7 +85,8 @@ src_configure() {
$(use_enable doc gtk-doc) \
$(use_enable introspection) \
$(use_enable policykit system-helper) \
-   $(use_enable seccomp)
+   $(use_enable seccomp) \
+   $(use_with systemd)
)
 
econf "${myeconfargs[@]}"



[gentoo-commits] proj/linux-patches: New tag: 5.7-8

2020-07-01 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 13:14:01 2020 +

New tag: 5.7-8




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

2020-07-01 Thread Andreas Sturmlechner
commit: 6101c95ee5879e1d10a5e502c88f3a752df06751
Author: Victor Kustov  yandex  ru>
AuthorDate: Mon May 11 13:34:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 10:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6101c95e

games-action/teeworlds: bump to 0.7.5

Bump version
Remove dev-util/bam (switch to cmake)

Closes: https://bugs.gentoo.org/668928
Signed-off-by: Victor Kustov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/13781
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-action/teeworlds/Manifest   |  4 ++
 games-action/teeworlds/teeworlds-0.7.5.ebuild | 80 +++
 2 files changed, 84 insertions(+)

diff --git a/games-action/teeworlds/Manifest b/games-action/teeworlds/Manifest
index 78521c5092a..6b9d796adb2 100644
--- a/games-action/teeworlds/Manifest
+++ b/games-action/teeworlds/Manifest
@@ -1 +1,5 @@
 DIST teeworlds-0.6.4-src.tar.gz 8771622 BLAKE2B 
14493fcad458b0e1c749e40bdd6a5a858704bf971d53d11782d52fbe9b5fe2a09235dcac25340e51a3330001d46ee512f2971e8db06eb9f51eec5e6b3cd2a328
 SHA512 
7546ee358a2126339f6c727bb7b5f49009a8fad0b5e77a796202cba4d8fc5dfcaf79b7e65151d85fead2a70ad61ef3e1888b8c07fe0206f87575d5dd8c9f91ce
+DIST teeworlds-0.7.5-maps.tar.gz 151689 BLAKE2B 
f8ffbb6a024755bb972955a8c7d277709e17021c0554be0e2803e8c1b4848f5dca6d91b9f7f4e0731766745878c1143d27be3fa8aede01ff9cc69ac557ca70a8
 SHA512 
74084e169c1870cd541f5bb719c209210227055d304b3ce22fbad3d32d24b3356fbdec8d948edf3aa582270a8b0db7dec41e4924401f8398f7d5feba5ded49b3
+DIST teeworlds-0.7.5-translation.tar.gz 169121 BLAKE2B 
1c649392385abf8e00d8c9e64ca7eaaa5af5848878566081cda83c7d78c417652137e7285d16038f302a6fdf94eb3993c506886d4cc1359694d534c7be5ea925
 SHA512 
41c69cd9e9290857b44be18f89ab9f3a7ccd6804757332966b973aec3a9e6fd5a40d323696a044a724228b2bb67b097311fa8c24fdec226eecb7a27c2da559dc
+DIST teeworlds-0.7.5.tar.gz 8654985 BLAKE2B 
ebeb9aa1119950e4d78d8c0d6c7be5711894c3212755a6db3b8b8c1f1803dba1e0d2e1a0e294e1a1fffe84a28beab8fac0e55fa0e94c68ed97e8764ac3b742d3
 SHA512 
673410a5fb5e488229ddc4ea4a1ac9cd8143a6e9499bde9f5535d7f0be5b6c85163065da9580c3de0d240f1cad63e0bc12c10caf1d893c324edb301bc150653b
+DIST teeworlds.png 21502 BLAKE2B 
8064e0c2149f20f182b2ca2f7454f0e8395e199a432b8f21a9963cc771b1504ebe8cbe427ecd738d35313b1a378eaf8e305d509cd5360a07e9ab3c5224b78b77
 SHA512 
a272a1d9f13504c43ba873d93899df93c435f58cec20ae68bc9493a983e54cdd4c8f0f2e0630558c5e915aec891d2267bc3459ecc78c25738602452a2123fadf

diff --git a/games-action/teeworlds/teeworlds-0.7.5.ebuild 
b/games-action/teeworlds/teeworlds-0.7.5.ebuild
new file mode 100644
index 000..f2e0b2da85e
--- /dev/null
+++ b/games-action/teeworlds/teeworlds-0.7.5.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit cmake-utils desktop python-any-r1 xdg-utils
+
+COMMIT_LANG="4ba6f824e9c34565e61340d25bc8c3cc004d40fb"
+COMMIT_MAPS="1d3401a37a3334e311faf18a22aeff0e0ac9ee65"
+
+DESCRIPTION="Online multi-player platform 2D shooter"
+HOMEPAGE="https://www.teeworlds.com/;
+SRC_URI="
+   https://github.com/ktrace/gentoo-blobs/raw/master/teeworlds.png
+   https://github.com/teeworlds/teeworlds/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/teeworlds/teeworlds-maps/archive/${COMMIT_MAPS}.tar.gz -> 
${P}-maps.tar.gz
+   
https://github.com/teeworlds/teeworlds-translation/archive/${COMMIT_LANG}.tar.gz
 -> ${P}-translation.tar.gz
+   "
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug dedicated"
+
+RDEPEND="
+   !dedicated? (
+   app-arch/bzip2
+   media-libs/freetype
+   media-libs/libsdl[X,sound,opengl,video]
+   media-libs/pnglite
+   media-sound/wavpack
+   virtual/glu
+   virtual/opengl
+   x11-libs/libX11
+   )
+   dev-libs/openssl:0=
+   sys-libs/zlib"
+
+DEPEND="${RDEPEND} ${PYTHON_DEPS}"
+
+src_prepare() {
+   rm -r "${S}/datasrc/languages" || die
+   rm -r "${S}/datasrc/maps" || die
+   mv "${WORKDIR}/${PN}-translation-${COMMIT_LANG}" 
"${S}/datasrc/languages" || die
+   mv "${WORKDIR}/${PN}-maps-${COMMIT_MAPS}" "${S}/datasrc/maps" || die
+   cp "${DISTDIR}/${PN}.png" "${S}/" || die
+   python_fix_shebang scripts/
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCLIENT=$(usex dedicated OFF ON)
+   -DDEV=$(usex debug ON OFF)
+   -DPYTHON_EXECUTABLE="${PYTHON}"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   doicon -s 256 "${PN}.png"
+   domenu other/teeworlds.desktop
+   newinitd "${FILESDIR}"/${PN}-init.d ${PN}
+   insinto "/etc/${PN}"
+   doins "${FILESDIR}"/teeworlds_srv.cfg
+}
+
+pkg_postinst() {
+   

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

2020-07-01 Thread Andreas Sturmlechner
commit: 756334db7d87f8a52c2d48302b88c39b613d51f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 10:19:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 10:27:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756334db

games-action/teeworlds: Up to speed with 2020: cmake.eclass, py38+39

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

 games-action/teeworlds/teeworlds-0.7.5.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/games-action/teeworlds/teeworlds-0.7.5.ebuild 
b/games-action/teeworlds/teeworlds-0.7.5.ebuild
index f2e0b2da85e..7e5532fed00 100644
--- a/games-action/teeworlds/teeworlds-0.7.5.ebuild
+++ b/games-action/teeworlds/teeworlds-0.7.5.ebuild
@@ -3,12 +3,11 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit cmake-utils desktop python-any-r1 xdg-utils
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 COMMIT_LANG="4ba6f824e9c34565e61340d25bc8c3cc004d40fb"
 COMMIT_MAPS="1d3401a37a3334e311faf18a22aeff0e0ac9ee65"
+inherit cmake desktop python-any-r1 xdg-utils
 
 DESCRIPTION="Online multi-player platform 2D shooter"
 HOMEPAGE="https://www.teeworlds.com/;
@@ -17,7 +16,7 @@ SRC_URI="
https://github.com/teeworlds/teeworlds/archive/${PV}.tar.gz -> 
${P}.tar.gz

https://github.com/teeworlds/teeworlds-maps/archive/${COMMIT_MAPS}.tar.gz -> 
${P}-maps.tar.gz

https://github.com/teeworlds/teeworlds-translation/archive/${COMMIT_LANG}.tar.gz
 -> ${P}-translation.tar.gz
-   "
+"
 
 LICENSE="ZLIB"
 SLOT="0"
@@ -26,7 +25,7 @@ IUSE="debug dedicated"
 
 RDEPEND="
!dedicated? (
-   app-arch/bzip2
+   app-arch/bzip2:=
media-libs/freetype
media-libs/libsdl[X,sound,opengl,video]
media-libs/pnglite
@@ -41,13 +40,13 @@ RDEPEND="
 DEPEND="${RDEPEND} ${PYTHON_DEPS}"
 
 src_prepare() {
+   cmake_src_prepare
rm -r "${S}/datasrc/languages" || die
rm -r "${S}/datasrc/maps" || die
mv "${WORKDIR}/${PN}-translation-${COMMIT_LANG}" 
"${S}/datasrc/languages" || die
mv "${WORKDIR}/${PN}-maps-${COMMIT_MAPS}" "${S}/datasrc/maps" || die
cp "${DISTDIR}/${PN}.png" "${S}/" || die
python_fix_shebang scripts/
-   cmake-utils_src_prepare
 }
 
 src_configure() {
@@ -57,11 +56,11 @@ src_configure() {
-DPYTHON_EXECUTABLE="${PYTHON}"
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
doicon -s 256 "${PN}.png"
domenu other/teeworlds.desktop
newinitd "${FILESDIR}"/${PN}-init.d ${PN}



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

2020-07-01 Thread Hanno Böck
commit: 3d4c3be2b9a584156548bc3abe8610f3915a43a0
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Jul  1 11:52:24 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Jul  1 11:52:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4c3be2

dev-erlang/sqlite3: Version bump

Closes: https://bugs.gentoo.org/723382
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 dev-erlang/sqlite3/Manifest |  1 +
 dev-erlang/sqlite3/sqlite3-1.1.7.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-erlang/sqlite3/Manifest b/dev-erlang/sqlite3/Manifest
index 841732fc9e5..5c144676d45 100644
--- a/dev-erlang/sqlite3/Manifest
+++ b/dev-erlang/sqlite3/Manifest
@@ -1,2 +1,3 @@
 DIST sqlite3-1.1.5.tar.gz 1833901 BLAKE2B 
19b02655962e4f70b01826e1346c93119a2a9bc8474083b0cb7719cdf8096d7fe7e33c3e8f17bb1d1bf11e32f4f9707fc2bb15ba6bfa848d2318a9e6c517d85b
 SHA512 
894f39ba0760d15c4adf396d277cc30414c28acbc62135395af6939f769cab9237e836d5c3dcb5250c41917bec3db577902c01dbad1d2600480b3647c3c61c30
 DIST sqlite3-1.1.6.tar.gz 1834834 BLAKE2B 
43b8bb8c10888aebd8842ffe410c1aa2506606dd99c551778b08b2c70788c4bce201758a0bb950e949d25a1d49351c17e2d225c2ad165588378d166959b7485a
 SHA512 
f3781c186f4f677340bf752884559e9afe745726b6e8dfeb8b701ab34a5e58af0e7dba8bd852443f44fac874a1af66970ea29b044ff2f0cfbbeafbb4996cdc8d
+DIST sqlite3-1.1.7.tar.gz 1834822 BLAKE2B 
9a3f30a3a5f4e7ebe38aa1a808057767dd6d43ab93b352b44fc3aef4c2ed8c19b5f4ee258a4ff7a2c052fb4f480f1fb3629624a171b07eb5e661acbc97b165b2
 SHA512 
8e4bd7dff93f7629d648934c4ce29c318d62313aa10de35144e4f6a3d8c87d8a423ccbe1c810476f8e8048358be4cb8ef242daa6138957e0b0d9c65fadbf144c

diff --git a/dev-erlang/sqlite3/sqlite3-1.1.7.ebuild 
b/dev-erlang/sqlite3/sqlite3-1.1.7.ebuild
new file mode 100644
index 000..fad82199d9b
--- /dev/null
+++ b/dev-erlang/sqlite3/sqlite3-1.1.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+MY_PN="erlang-sqlite3"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="SQLite gen_server port for Erlang"
+HOMEPAGE="https://github.com/processone/erlang-sqlite3;
+SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+   dev-db/sqlite:3"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS README.md )
+
+S="${WORKDIR}/${MY_P}"



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

2020-07-01 Thread Hanno Böck
commit: fcecd656174ce4fc08e1f14206fda13ff70969b5
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Jul  1 11:57:09 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Jul  1 11:57:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcecd656

dev-erlang/jiffy: Version bump

Closes: https://bugs.gentoo.org/724312
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 dev-erlang/jiffy/Manifest   |  1 +
 dev-erlang/jiffy/jiffy-1.0.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-erlang/jiffy/Manifest b/dev-erlang/jiffy/Manifest
index 0680f9b5536..267ff078489 100644
--- a/dev-erlang/jiffy/Manifest
+++ b/dev-erlang/jiffy/Manifest
@@ -2,3 +2,4 @@ DIST jiffy-0.14.11.tar.gz 1878494 BLAKE2B 
e0240c0dcd81e1e505c41197772ecf659c76b7
 DIST jiffy-0.14.9.tar.gz 1878413 BLAKE2B 
6df392a6849b012d6a635191fec90f116b729d2602342b85ff4e0585f5db7c1319bf2d622d74f1807476af879a117b8e7d7b45c1d834f81309d96f184cbe36dd
 SHA512 
2c8e7b2ea95c69cb0c6a7d02e341591e6807d0d81577050bf6f884dc7af7335e909f01cf7017ea27fae922d9a50ca4709fe0603b5de282b58d71afe4e06f7813
 DIST jiffy-1.0.1.tar.gz 1820182 BLAKE2B 
f2a3482cd1a8c3b713237e6564493cc480caafb730a058c3be0b1bc71f30d24733b94deb0b895071f3ac5b63c6dff03a52440406362aacba271c5decd9eddcb8
 SHA512 
cbfa148833ceaab42a970a4894f781f02bb214fbb2d042ccd22c8e04b53e47b53be51abdcb30ed7b143f0b72deb6d20878ca23d518090707c43f2b36431f7087
 DIST jiffy-1.0.4.tar.gz 1819151 BLAKE2B 
76486e228ca5e11b9f7828d0cfb34975d1a1f318187dc22b9497e4de0af906e3b88c86f43f82eb4e8963d33846a94e51d0762d2fa3eba78c9997942cdf3c7f7e
 SHA512 
a1a09e625e99dd4c5e7812a03b390eec1ea90b444fe71ebfafd50ef07b36dc53d18cd01a970a6a102d89c2ddd68b2390ca4ab8eb9a296e4e7b87220422c7e127
+DIST jiffy-1.0.5.tar.gz 1896318 BLAKE2B 
2ec82545b80d7cfae70a71a5bcb70be1f8c905bc2ab2ec5132d793cdb8050a7bf463eae99771afe9d80fc7911fc0e635c29d2bc236275ac1f564f99685b3fd1d
 SHA512 
607dded2ccb5f27d6608e19a03fece847fc7bf5c7a1d92a7fafa95efcea157612c73807fd6d624445fa68f895ea4456bd851656b952d5e48b58b6fedf606a830

diff --git a/dev-erlang/jiffy/jiffy-1.0.5.ebuild 
b/dev-erlang/jiffy/jiffy-1.0.5.ebuild
new file mode 100644
index 000..4de5857dab6
--- /dev/null
+++ b/dev-erlang/jiffy/jiffy-1.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="JSON NIFs for Erlang"
+HOMEPAGE="https://github.com/davisp/jiffy;
+SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )



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

2020-07-01 Thread Sebastian Pipping
commit: 964822f3b31bb55d83de617ffc115aa483d6f7ba
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Jul  1 12:19:11 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Jul  1 12:20:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964822f3

app-text/nuspell: 3.1.2

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 app-text/nuspell/Manifest |  1 +
 app-text/nuspell/nuspell-3.1.2.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/app-text/nuspell/Manifest b/app-text/nuspell/Manifest
index f9863ecdbfa..b1104277761 100644
--- a/app-text/nuspell/Manifest
+++ b/app-text/nuspell/Manifest
@@ -1,3 +1,4 @@
 DIST nuspell-3.0.0.tar.gz 403043 BLAKE2B 
b437012e4fb327f13d9ff0944dadf7e865c670daf153be00dd48e9d2fc01c87d410ebd5aeaa094f6446d3035346738010cdba961cfaada3751bedce264beaa6a
 SHA512 
d9cd7dd276e2bca43dec3abaf11c5206695949b9fda8c9b86f2772cc7e8fa95bf17c685a2ef9ca87fe3c4f0b55f2fcb435bc21c187355f5e3fa35dcafab2c8c2
 DIST nuspell-3.1.0.tar.gz 407196 BLAKE2B 
688f6f59ba2f7bceaafe9a7cc707c008be93341e855ca60f07d6de67a626539693048af6f5ca40246ccc51e2573b76ba2bd4439aa9c0acb66a212bebd9219617
 SHA512 
a9bedfd6e2d77fd34d249cf7aa1fcb6bde5bced26f02f8a2dd860416a61488c9b7016a0df6015052fcccb272b342e6205db601107f46efa44c9d78ce261a826c
 DIST nuspell-3.1.1.tar.gz 379636 BLAKE2B 
952cbe6f15221c0050f108b9f95718cc1d1ca9a94a7b15e0b6f2a53a92a2c95cf54f317b110bfc4b297943b9128bae8968a735ce68e7c752ff159359f4562f4b
 SHA512 
239855051d9f49ba16913283090c4214a8f6a6cc290d359ab54014ff76fc297c131b67c6748bd1d4cdcec43c00dccc7f0c1bf8b07e06c9c648bff52ff193e096
+DIST nuspell-3.1.2.tar.gz 379029 BLAKE2B 
80f773ffdcbfbeee0dd13cd325bb4fec5efa5b54ece92ac1589c418aab46c925419e9e1bc7e257a8320e24399f49bb867600679e34a5e40070b01a660578c92c
 SHA512 
ed5206cb9ffa7e4ec6843988a75627d4ae7d5170444b6e7bd3496c1bf61c25412c4e68864800f2ad238d014b4e50d25282f367de2900f8a230f3ecc9ae5772be

diff --git a/app-text/nuspell/nuspell-3.1.2.ebuild 
b/app-text/nuspell/nuspell-3.1.2.ebuild
new file mode 100644
index 000..d5c3f19e7d5
--- /dev/null
+++ b/app-text/nuspell/nuspell-3.1.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Spell checker library and CLI for complex natural languages"
+HOMEPAGE="https://nuspell.github.io/ https://github.com/nuspell/nuspell;
+SRC_URI="https://github.com/nuspell/nuspell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0/3"  # due to libnuspell.so.3
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-libs/icu"
+DEPEND="${RDEPEND}
+   doc? ( app-text/ronn )
+   test? ( >=dev-cpp/catch-2.3.0:0 )
+   >=dev-libs/boost-1.62[icu]"
+
+DOCS=( CHANGELOG.md )
+
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+   rm -R external/Catch2/ || die
+   if ! use test ; then
+   rm -R external/hunspell/ || die
+   fi
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   einfo
+   einfo 'Nuspell needs language packs and/or dictionaries to be of use'
+   einfo 'e.g. package app-dicts/myspell-en or one of its siblings.'
+   einfo
+   einfo 'Besides MySpell dictionaries, for other options please'
+   einfo 'see https://nuspell.github.io/#languages-and-users .'
+   einfo
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/kdenetwork-meta/

2020-07-01 Thread Andreas Sturmlechner
commit: 21dd62e0c81d51d75f8ea5facb6fdccac5ed18b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 09:25:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 09:58:42 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=21dd62e0

kde-apps/kdenetwork-meta: Add kde-misc/kio-gdrive

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

 kde-apps/kdenetwork-meta/kdenetwork-meta-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-.ebuild 
b/kde-apps/kdenetwork-meta/kdenetwork-meta-.ebuild
index c36d2f9800..10569f8afb 100644
--- a/kde-apps/kdenetwork-meta/kdenetwork-meta-.ebuild
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-.ebuild
@@ -19,6 +19,7 @@ RDEPEND="
>=kde-apps/krfb-${PV}:${SLOT}
>=kde-apps/zeroconf-ioslave-${PV}:${SLOT}
>=kde-misc/kdeconnect-${PV}:${SLOT}
+   >=kde-misc/kio-gdrive-${PV}:${SLOT}
dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} )
webengine? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} )
 "



[gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive/

2020-07-01 Thread Andreas Sturmlechner
commit: b050468805934be6faf7dbc22255a61861ed4379
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 09:23:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 09:58:41 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0504688

kde-misc/kio-gdrive: Moved to Release Service, update HOMEPAGE

See also: https://mail.kde.org/pipermail/release-team/2020-July/011940.html

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

 kde-misc/kio-gdrive/kio-gdrive-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-misc/kio-gdrive/kio-gdrive-.ebuild 
b/kde-misc/kio-gdrive/kio-gdrive-.ebuild
index 51457d2adf..4c4b00876d 100644
--- a/kde-misc/kio-gdrive/kio-gdrive-.ebuild
+++ b/kde-misc/kio-gdrive/kio-gdrive-.ebuild
@@ -5,12 +5,15 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="optional"
+KDE_ORG_CATEGORY="network"
+KDE_RELEASE_SERVICE="true"
+PVCUT=$(ver_cut 1-3)
 KFMIN=5.60.0
 QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="KIO Slave for Google Drive service"
-HOMEPAGE="https://phabricator.kde.org/project/profile/72/;
+HOMEPAGE="https://kde.org/applications/internet/org.kde.kio_gdrive;
 
 if [[ ${KDE_BUILD_TYPE} != live ]] ; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
@@ -29,7 +32,7 @@ RDEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
-   kaccounts? ( >=kde-apps/kaccounts-integration-20.03.80:5 )
+   kaccounts? ( >=kde-apps/kaccounts-integration-${PVCUT}:5 )
!kaccounts? ( dev-libs/qtkeychain:=[qt5(+)] )
 "
 DEPEND="${RDEPEND}



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

2020-07-01 Thread Kent Fredric
commit: 543233cebfdc398fb4c88f9005026bc3bf20b037
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 11:08:11 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 11:10:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543233ce

dev-perl/Crypt-IDEA: -r bump for CFLAGS love

- Ensure CFLAGS are handed through make to cc

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

 dev-perl/Crypt-IDEA/Crypt-IDEA-1.100.0-r2.ebuild | 29 
 1 file changed, 29 insertions(+)

diff --git a/dev-perl/Crypt-IDEA/Crypt-IDEA-1.100.0-r2.ebuild 
b/dev-perl/Crypt-IDEA/Crypt-IDEA-1.100.0-r2.ebuild
new file mode 100644
index 000..b093191e619
--- /dev/null
+++ b/dev-perl/Crypt-IDEA/Crypt-IDEA-1.100.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DPARIS
+DIST_VERSION=1.10
+inherit perl-module
+
+DESCRIPTION="An implementation of the IDEA symmetric-key block cipher"
+
+LICENSE="Crypt-IDEA"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=""
+BDEPEND="virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



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

2020-07-01 Thread Kent Fredric
commit: 7a8a3468a8ce6207f46c0a7f03a76984c93e89fa
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 11:43:08 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 11:43:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8a3468

dev-perl/Crypt-OpenSSL-DSA: -r bump for EAPI7 + fixes

- EAPI7
- Ensure CFLAGS passed through to compiler

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

 .../Crypt-OpenSSL-DSA-0.190.0-r2.ebuild| 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r2.ebuild 
b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r2.ebuild
new file mode 100644
index 000..f9674d7a6f4
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=KMX
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="Digital Signature Algorithm using OpenSSL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libressl"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( >=dev-libs/libressl-2.7.2 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+DIST_TEST=do
+# otherwise random fails occur
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



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

2020-07-01 Thread Hanno Böck
commit: 0171579a601b8ea64087fc15a76eadf947b77200
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Jul  1 12:11:03 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Jul  1 12:11:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0171579a

dev-erlang/cache_tab: Version bump

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 dev-erlang/cache_tab/Manifest|  1 +
 dev-erlang/cache_tab/cache_tab-1.0.23.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/cache_tab/Manifest b/dev-erlang/cache_tab/Manifest
index 6c9ccf6dde7..e09569e49a2 100644
--- a/dev-erlang/cache_tab/Manifest
+++ b/dev-erlang/cache_tab/Manifest
@@ -1,3 +1,4 @@
 DIST cache_tab-1.0.20.tar.gz 22903 BLAKE2B 
a083812091fccf085170db96a542e30caf924c09e6d55a35882e956b8660e2bdad9b9f428953cbb21e12c2dacb965713e9f2dd1f2772924cfdb190a436b55455
 SHA512 
5f2945c68b77dbce77c1e96c26e5d0d91e9d43df0228b4b49cd00335e272c81cc134ce465027cb14e9da6d92708c628dd841e676df0e7104f968506b3209266a
 DIST cache_tab-1.0.22.tar.gz 23158 BLAKE2B 
38b6e357cdbe54abd1534a1b05610d60cb1f923db7eefca119ee2d7fb5fba25dcbf6d9506c8804fd5de55215520fc296af011999a86b125b88d53b756339480d
 SHA512 
10ddbc5319ed4b826c3527e22f47e261edd910a984d7fb386a039621f3aac7121398095e7dd0c4acde0cfc922e6b7a469bb4981742598853169b6e447ee7f659
+DIST cache_tab-1.0.23.tar.gz 23362 BLAKE2B 
6cd92120340600a3bf2444c716162e47c673dc4f2284324aba138552bbc840d2d9b26a506a66736a4d215129818ba51e3a4e5a12b9df4952a691995adc9815c0
 SHA512 
86875c9384421c9040754ece7726891204f5afdcfe6da3e9e9a4fb2af0a670ab48ecc83f5fb379d8980c4a76e36c63b356fe0f5283e6cb131c75271d5c01
 DIST cache_tab-1.0.7.tar.gz 12827 BLAKE2B 
57d669e67a980550fb4d671b22e69ff2ebd0482aef9d6163ff831390135c7ee1e83e87ed50fdb8e331402398a7cae2b081ac2861125c92cff6e9570c564b2c40
 SHA512 
9727a0103f47d63e5a07d630ebf45b86d1f1ca7ab5006f127a749fb633a8a6b73b00ed5ddde6f420073a96542d0e073a420020947775bdadef5257675137787b

diff --git a/dev-erlang/cache_tab/cache_tab-1.0.23.ebuild 
b/dev-erlang/cache_tab/cache_tab-1.0.23.ebuild
new file mode 100644
index 000..aea3e1a675d
--- /dev/null
+++ b/dev-erlang/cache_tab/cache_tab-1.0.23.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="In-memory cache Erlang and Elixir library"
+HOMEPAGE="https://github.com/processone/cache_tab;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+   >=dev-erlang/p1_utils-1.0.19"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] proj/linux-patches:4.14 commit in: /

2020-07-01 Thread Mike Pagano
commit: 69c11b1237a5b9382dfef7abd26fd04e45711b58
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 12:13:31 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 12:13:31 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=69c11b12

Linux patch 4.14.187

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

 _README   |4 +
 1186_linux-4.14.187.patch | 2099 +
 2 files changed, 2103 insertions(+)

diff --git a/_README b/_README
index a5ce682..165efa8 100644
--- a/_README
+++ b/_README
@@ -787,6 +787,10 @@ Patch:  1185_linux-4.14.186.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.14.186
 
+Patch:  1186_linux-4.14.187.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.14.187
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1186_linux-4.14.187.patch b/1186_linux-4.14.187.patch
new file mode 100644
index 000..67ed497
--- /dev/null
+++ b/1186_linux-4.14.187.patch
@@ -0,0 +1,2099 @@
+diff --git a/Makefile b/Makefile
+index 5152fefccab5..42b7d816d102 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 186
++SUBLEVEL = 187
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
+index 1792192001a2..e975f9cabe84 100644
+--- a/arch/arm/boot/dts/bcm-nsp.dtsi
 b/arch/arm/boot/dts/bcm-nsp.dtsi
+@@ -249,10 +249,10 @@
+   status = "disabled";
+   };
+ 
+-  mailbox: mailbox@25000 {
++  mailbox: mailbox@25c00 {
+   compatible = "brcm,iproc-fa2-mbox";
+-  reg = <0x25000 0x445>;
+-  interrupts = ;
++  reg = <0x25c00 0x400>;
++  interrupts = ;
+   #mbox-cells = <1>;
+   brcm,rx-status-len = <32>;
+   brcm,use-bcm-hdr;
+diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c
+index 868781fd460c..14c630c899c5 100644
+--- a/arch/arm/mach-imx/pm-imx5.c
 b/arch/arm/mach-imx/pm-imx5.c
+@@ -301,14 +301,14 @@ static int __init imx_suspend_alloc_ocram(
+   if (!ocram_pool) {
+   pr_warn("%s: ocram pool unavailable!\n", __func__);
+   ret = -ENODEV;
+-  goto put_node;
++  goto put_device;
+   }
+ 
+   ocram_base = gen_pool_alloc(ocram_pool, size);
+   if (!ocram_base) {
+   pr_warn("%s: unable to alloc ocram!\n", __func__);
+   ret = -ENOMEM;
+-  goto put_node;
++  goto put_device;
+   }
+ 
+   phys = gen_pool_virt_to_phys(ocram_pool, ocram_base);
+@@ -318,6 +318,8 @@ static int __init imx_suspend_alloc_ocram(
+   if (virt_out)
+   *virt_out = virt;
+ 
++put_device:
++  put_device(>dev);
+ put_node:
+   of_node_put(node);
+ 
+diff --git a/arch/arm64/kernel/perf_regs.c b/arch/arm64/kernel/perf_regs.c
+index 1d091d048d04..0819db91ca94 100644
+--- a/arch/arm64/kernel/perf_regs.c
 b/arch/arm64/kernel/perf_regs.c
+@@ -15,15 +15,34 @@ u64 perf_reg_value(struct pt_regs *regs, int idx)
+   return 0;
+ 
+   /*
+-   * Compat (i.e. 32 bit) mode:
+-   * - PC has been set in the pt_regs struct in kernel_entry,
+-   * - Handle SP and LR here.
++   * Our handling of compat tasks (PERF_SAMPLE_REGS_ABI_32) is weird, but
++   * we're stuck with it for ABI compatability reasons.
++   *
++   * For a 32-bit consumer inspecting a 32-bit task, then it will look at
++   * the first 16 registers (see arch/arm/include/uapi/asm/perf_regs.h).
++   * These correspond directly to a prefix of the registers saved in our
++   * 'struct pt_regs', with the exception of the PC, so we copy that down
++   * (x15 corresponds to SP_hyp in the architecture).
++   *
++   * So far, so good.
++   *
++   * The oddity arises when a 64-bit consumer looks at a 32-bit task and
++   * asks for registers beyond PERF_REG_ARM_MAX. In this case, we return
++   * SP_usr, LR_usr and PC in the positions where the AArch64 SP, LR and
++   * PC registers would normally live. The initial idea was to allow a
++   * 64-bit unwinder to unwind a 32-bit task and, although it's not clear
++   * how well that works in practice, somebody might be relying on it.
++   *
++   * At the time we make a sample, we don't know whether the consumer is
++   * 32-bit or 64-bit, so we have to cater for both possibilities.
+*/
+   if (compat_user_mode(regs)) {
+   if ((u32)idx == PERF_REG_ARM64_SP)
+   return regs->compat_sp;
+   if ((u32)idx == PERF_REG_ARM64_LR)
+  

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

2020-07-01 Thread Hanno Böck
commit: 17f558bd0f5e05cb0b4fdef6b6a96a40fb5b8d1f
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Jul  1 12:12:54 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Jul  1 12:12:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f558bd

dev-erlang/lager: Disable tests

Broken upstream with latest erlang 23.

Closes: https://bugs.gentoo.org/720680
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 dev-erlang/lager/lager-3.8.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/lager/lager-3.8.0.ebuild 
b/dev-erlang/lager/lager-3.8.0.ebuild
index 325c7b7710c..47d0d88a34f 100644
--- a/dev-erlang/lager/lager-3.8.0.ebuild
+++ b/dev-erlang/lager/lager-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,6 +20,9 @@ RDEPEND="${DEPEND}"
 
 DOCS=( README.md TODO )
 
+# tests broken upstream with erlang 23.x
+RESTRICT="test"
+
 src_prepare() {
rebar_src_prepare
sed -i '/goldrush/d' rebar.config.script



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

2020-07-01 Thread Andreas Sturmlechner
commit: aa8a5b09104e289872ddd973335240f2bbf0b62c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 11:22:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 11:23:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8a5b09

profiles: Mask games-board/teg for removal

Bug: https://bugs.gentoo.org/726816
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3fb77170960..69ce878e8a1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-07-01)
+# Depends on dead gnome-base/libgnomeui, bug #726816, dead upstream. Big Debian
+# patch exists, but we won't become new upstream. Masked for removal in 30 
days.
+games-board/teg
+
 # Aaron Bauman  (2020-06-29)
 # More Py2 only stuff. Plz see -dev ML for discussions
 # Remove bindings, port to Py3, etc



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

2020-07-01 Thread Michał Górny
commit: 1e4f2682207f553ae863ac2a70f9cf52bac71e4b
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:19:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4f2682

dev-python/pytest-localserver: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild 
b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
index fd5d804e3e2..2f652f05515 100644
--- a/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
+++ b/dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND=">=dev-python/werkzeug-0.10[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-07-01 Thread Michał Górny
commit: 36a08d89160e9f87963966adccbc6515a7a1e9ff
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 29 15:20:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a08d89

app-admin/apg: arm keyworded (bug #728494)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 app-admin/apg/apg-2.3.0b-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/apg/apg-2.3.0b-r7.ebuild 
b/app-admin/apg/apg-2.3.0b-r7.ebuild
index a525c799fd5..77a760e1baf 100644
--- a/app-admin/apg/apg-2.3.0b-r7.ebuild
+++ b/app-admin/apg/apg-2.3.0b-r7.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=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.adel.nursat.kz/apg/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="cracklib"
 
 DEPEND="cracklib? ( sys-libs/cracklib )"



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

2020-07-01 Thread Michał Górny
commit: d8fe9df74cf7be2d76eeceed2013dbf61e12f488
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:23:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fe9df7

dev-python/readme_renderer: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/readme_renderer/readme_renderer-25.0.ebuild 
b/dev-python/readme_renderer/readme_renderer-25.0.ebuild
index 742f1a80b00..eb4d283197b 100644
--- a/dev-python/readme_renderer/readme_renderer-25.0.ebuild
+++ b/dev-python/readme_renderer/readme_renderer-25.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~sparc x86"
 
 RDEPEND="
>=dev-python/bleach-2.1.0[${PYTHON_USEDEP}]



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

2020-07-01 Thread Michał Górny
commit: 98b0f6151e83ce5480a398834ea531ef23778297
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 29 14:11:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b0f615

dev-python/argcomplete: arm stable (bug #728754)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild 
b/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild
index eefc33c7835..036d621fad9 100644
--- a/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild
+++ b/dev-python/argcomplete/argcomplete-1.11.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-01 Thread Michał Górny
commit: 02b6f737f56ba00fc90b3c6870ba569e12724e2d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 29 14:09:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b6f737

dev-python/pytest: arm stable (bug #728754)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pytest/pytest-4.6.11.ebuild 
b/dev-python/pytest/pytest-4.6.11.ebuild
index 32e713dd573..bc5454e1ede 100644
--- a/dev-python/pytest/pytest-4.6.11.ebuild
+++ b/dev-python/pytest/pytest-4.6.11.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-01 Thread Michał Górny
commit: 824a0764a8fe7410d2647e673d2f6eb2745f1f23
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:19:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824a0764

dev-python/towncrier: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/towncrier/towncrier-19.2.0.ebuild 
b/dev-python/towncrier/towncrier-19.2.0.ebuild
index 7c6b2b5c34e..5a541b16fd5 100644
--- a/dev-python/towncrier/towncrier-19.2.0.ebuild
+++ b/dev-python/towncrier/towncrier-19.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/hawkowl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-01 Thread Michał Górny
commit: 7da54a53c4aade730f48c4807275998db8730341
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:20:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da54a53

dev-python/passlib: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/passlib/passlib-1.7.2.ebuild 
b/dev-python/passlib/passlib-1.7.2.ebuild
index 0794ac4dad0..95c6d007268 100644
--- a/dev-python/passlib/passlib-1.7.2.ebuild
+++ b/dev-python/passlib/passlib-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://foss.heptapod.net/python-libs/passlib/wikis/home;
 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 SLOT="0"
 IUSE="+bcrypt doc +scrypt +totp"
 



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

2020-07-01 Thread Michał Górny
commit: 3d8cb4941db7756631f90f3daa4c0a84f971d079
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:49:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8cb494

dev-libs/stfl: arm keyworded (bug #677018)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/stfl/stfl-0.24-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/stfl/stfl-0.24-r2.ebuild 
b/dev-libs/stfl/stfl-0.24-r2.ebuild
index 2ac5a52674a..b60bf167027 100644
--- a/dev-libs/stfl/stfl-0.24-r2.ebuild
+++ b/dev-libs/stfl/stfl-0.24-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="examples perl python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2020-07-01 Thread Michał Górny
commit: d88e45b3ac51a968d0d983eb4efd9389ca6e9c5c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:18:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88e45b3

dev-python/virtualenv: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/virtualenv/virtualenv-16.7.10.ebuild 
b/dev-python/virtualenv/virtualenv-16.7.10.ebuild
index b26dbd53d0d..bf9661e38d1 100644
--- a/dev-python/virtualenv/virtualenv-16.7.10.ebuild
+++ b/dev-python/virtualenv/virtualenv-16.7.10.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/

2020-07-01 Thread Michał Górny
commit: c1cc09261756353bc31b71cdc914ced295898784
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:49:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cc0926

net-news/newsboat: arm keyworded (bug #677018)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 net-news/newsboat/newsboat-2.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/newsboat/newsboat-2.19-r1.ebuild 
b/net-news/newsboat/newsboat-2.19-r1.ebuild
index b2899009efd..913c4213780 100644
--- a/net-news/newsboat/newsboat-2.19-r1.ebuild
+++ b/net-news/newsboat/newsboat-2.19-r1.ebuild
@@ -120,7 +120,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 BSD-2 CC0-1.0 ISC MIT Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE="libressl"
 
 RDEPEND="



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

2020-07-01 Thread Michał Górny
commit: 79f1fc58300cf83a50d92bb8f8539e98e80cae2a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 29 14:11:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f1fc58

app-crypt/tpm2-tss: arm keyworded (bug #695758)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.4.1.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-2.4.1.ebuild
index b67db0a5489..7133a5cfcb7 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-2.4.1.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="doc +fapi gcrypt +openssl static-libs test"
 
 RESTRICT="!test? ( test )"



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

2020-07-01 Thread Michał Górny
commit: 105de84c65e6d074b75552740ea786f170d8367e
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 29 14:34:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105de84c

dev-python/tqdm: arm stable (bug #730104)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/tqdm/tqdm-4.45.0.ebuild 
b/dev-python/tqdm/tqdm-4.45.0.ebuild
index 6ec5bce83c3..e0fd100ba36 100644
--- a/dev-python/tqdm/tqdm-4.45.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.45.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~sparc ~x86"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



[gentoo-commits] repo/gentoo:master commit in: media-tv/xmltv/

2020-07-01 Thread Michał Górny
commit: 245a0e5ab22566a6893fe29da641f589218bb7d7
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 29 04:26:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245a0e5a

media-tv/xmltv: arm keyworded (bug #729786)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 media-tv/xmltv/xmltv-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/xmltv/xmltv-0.6.1.ebuild 
b/media-tv/xmltv/xmltv-0.6.1.ebuild
index c89237ffcaa..76f97a89bd1 100644
--- a/media-tv/xmltv/xmltv-0.6.1.ebuild
+++ b/media-tv/xmltv/xmltv-0.6.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/XMLTV/xmltv/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x86-linux"
 
 IUSE="ar ch-search dk dtvla eu-dotmedia eu-epgdata eu-xmltvse fi fi-sv fr
 huro il is it na-dd na-dtv na-tvmedia pt-meo pt-vodafone se-swedb se-tvzon tr



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

2020-07-01 Thread Michał Górny
commit: 4c9f940265b6d57c66dd6edfb5412de240a9169b
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:24:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9f9402

dev-python/betamax: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/betamax/betamax-0.8.1.ebuild 
b/dev-python/betamax/betamax-0.8.1.ebuild
index f134539c79b..e9b5bf518d7 100644
--- a/dev-python/betamax/betamax-0.8.1.ebuild
+++ b/dev-python/betamax/betamax-0.8.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"



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

2020-07-01 Thread Michał Górny
commit: e8e793afbdadf109ae4dad0084c21fbb47b45669
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 29 16:34:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e793af

net-misc/geoipupdate: arm keyworded (bug #717370)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild 
b/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild
index 337691eda77..f782d9fa17a 100644
--- a/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild
+++ b/net-misc/geoipupdate/geoipupdate-4.3.0.ebuild
@@ -53,7 +53,7 @@ SRC_URI="
 
 LICENSE="ISC BSD BSD-2 MIT Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 DOCS=( README.md CHANGELOG.md doc/GeoIP.conf.md doc/geoipupdate.md )
 



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

2020-07-01 Thread Michał Górny
commit: 9090e2093a0e5a15495cfb3c1256fc95912f0188
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:24:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9090e209

dev-python/scrypt: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/scrypt/scrypt-0.8.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild 
b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild
index 8c1f7764603..9dc427d23a3 100644
--- a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/wiki/Home/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc64 ~sparc x86"
 SLOT="0"
 IUSE="libressl"
 



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

2020-07-01 Thread Michał Górny
commit: 2c7e1ae070552856368ae088df62c24ada071c0a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:18:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7e1ae0

dev-python/pypiserver: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pypiserver/pypiserver-1.3.2.ebuild 
b/dev-python/pypiserver/pypiserver-1.3.2.ebuild
index 629571cc42a..58fe52472db 100644
--- a/dev-python/pypiserver/pypiserver-1.3.2.ebuild
+++ b/dev-python/pypiserver/pypiserver-1.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="ZLIB MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2020-07-01 Thread Michał Górny
commit: de19bffab8b119d6414da246e75ab635a9601030
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:21:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de19bffa

dev-python/webtest: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 2f10b3f2dfa..2a82d27844c 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-01 Thread Michał Górny
commit: cc060308e486e34da61606fe3bf122aa7bffc817
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:21:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc060308

dev-python/twine: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/twine/twine-1.15.0.ebuild 
b/dev-python/twine/twine-1.15.0.ebuild
index aae10c3dab6..48fb322e6a9 100644
--- a/dev-python/twine/twine-1.15.0.ebuild
+++ b/dev-python/twine/twine-1.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/pypa/twine/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-01 Thread Michał Górny
commit: 09a21ebd218ab42a0989bc28fdb41de48a373226
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:22:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a21ebd

dev-python/requests-toolbelt: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild 
b/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild
index c6e899c5d0f..0c24676e281 100644
--- a/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild
+++ b/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: dev-python/click-default-group/

2020-07-01 Thread Michał Górny
commit: 3834ad512b3f8c00a86d491822ce94d09f352620
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:22:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3834ad51

dev-python/click-default-group: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/click-default-group/click-default-group-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/click-default-group/click-default-group-1.2.2.ebuild 
b/dev-python/click-default-group/click-default-group-1.2.2.ebuild
index 53e65996a52..bb2111cb949 100644
--- a/dev-python/click-default-group/click-default-group-1.2.2.ebuild
+++ b/dev-python/click-default-group/click-default-group-1.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/click-contrib/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-07-01 Thread Kent Fredric
commit: 228dab937eed5f5d6ce11e8bd92d22e0a8504044
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 12:56:04 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 12:56:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228dab93

dev-perl/Crypt-OpenSSL-ECDSA: -r bump for EAPI7 + Fixes

- EAPI7
- Ensure CFLAGS pass through to compiler in make

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

 .../Crypt-OpenSSL-ECDSA-0.80.0-r3.ebuild   | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-ECDSA/Crypt-OpenSSL-ECDSA-0.80.0-r3.ebuild 
b/dev-perl/Crypt-OpenSSL-ECDSA/Crypt-OpenSSL-ECDSA-0.80.0-r3.ebuild
new file mode 100644
index 000..60f22db0b51
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-ECDSA/Crypt-OpenSSL-ECDSA-0.80.0-r3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIKEM
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="OpenSSL ECDSA (Elliptic Curve Digital Signature Algorithm) Perl 
extension"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+RDEPEND="
+   >=dev-perl/Crypt-OpenSSL-EC-0.50.0
+   !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
+"
+PATCHES=(
+   "${FILESDIR}/${P}-0002-Port-to-OpenSSL-1.1.0.patch"
+)
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



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

2020-07-01 Thread Jeroen Roovers
commit: fe23ed985de261c583a6209da0e9f8f887bb4be2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul  1 10:59:37 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  1 11:00:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe23ed98

x11-wm/dwm: Old

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

 x11-wm/dwm/Manifest  |  1 -
 x11-wm/dwm/dwm-6.1-r1.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/x11-wm/dwm/Manifest b/x11-wm/dwm/Manifest
index 43f0792e48a..2725cb60055 100644
--- a/x11-wm/dwm/Manifest
+++ b/x11-wm/dwm/Manifest
@@ -1,2 +1 @@
-DIST dwm-6.1.tar.gz 25887 BLAKE2B 
36c3aa36b8371b993ac845faaebd738f8295d3bed34a1a97075d8449cb3a2febec746b21858071579e27021502c7e184fcb0750997eacce471b968bac0e555bf
 SHA512 
875644bbc246088f2c87e50debbadd4bc179444b396b1b327149087e8bc5303325ebc9103a7e3c864266ee1ac683ea3cd8f0a08285c8e46fc4389d5b83a555f1
 DIST dwm-6.2.tar.gz 25273 BLAKE2B 
2bb9e5b900a1d73f3eb94cb8454580ec98930dbacbabec1f2bbd394eb96696873434b6ddea4ac95eb9d171de2c09c5d4ca0b30649836f7e25f4769f44d25a6eb
 SHA512 
01abcab954e5b7c20d011e6fd9c28025271fea2e85610c928812f7c6a09f99d7f9e93d11ffc2d6a7aca894b3fa7e507c6c2fe5f26ff5ddcfc650a9bbaaa41e06

diff --git a/x11-wm/dwm/dwm-6.1-r1.ebuild b/x11-wm/dwm/dwm-6.1-r1.ebuild
deleted file mode 100644
index c47fada5686..000
--- a/x11-wm/dwm/dwm-6.1-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="a dynamic window manager for X11"
-HOMEPAGE="https://dwm.suckless.org/;
-SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="xinerama"
-
-RDEPEND="
-   media-libs/fontconfig
-   x11-libs/libX11
-   x11-libs/libXft
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-   ${RDEPEND}
-   xinerama? ( x11-base/xorg-proto )
-"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 
-pedantic -Wall/" \
-   -e "/^LDFLAGS/{s|=|+=|g;s|-s ||g}" \
-   -e "s/#XINERAMALIBS =/XINERAMALIBS ?=/" \
-   -e "s/#XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \
-   -e "s@/usr/X11R6/include@${EPREFIX}/usr/include/X11@" \
-   -e "s@/usr/X11R6/lib@${EPREFIX}/usr/lib@" \
-   -e "s@-I/usr/include@@" -e "s@-L/usr/lib@@" \
-   -e "s@/freetype2@ -I${EPREFIX}/usr/include/freetype2@" \
-   config.mk || die
-   sed -i \
-   -e '/@echo CC/d' \
-   -e 's|@${CC}|$(CC)|g' \
-   Makefile || die
-
-   restore_config config.h
-}
-
-src_compile() {
-   if use xinerama; then
-   emake CC=$(tc-getCC) dwm
-   else
-   emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" dwm
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/dwm-session2 dwm
-
-   insinto /usr/share/xsessions
-   doins "${FILESDIR}"/dwm.desktop
-
-   dodoc README
-
-   save_config config.h
-}



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

2020-07-01 Thread Kent Fredric
commit: e0a51c2b7c41dd6602fc98c0a063722de9e71ee5
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 11:28:07 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 11:28:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a51c2b

dev-perl/Crypt-OpenSSL-Bignum: -r1 bump for EAPI7 + fixes

- EAPI7
- Ensure CFLAGS are passed to compile

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

 .../Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild  | 30 ++
 1 file changed, 30 insertions(+)

diff --git 
a/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild 
b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild
new file mode 100644
index 000..3609566d7c9
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.90.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=KMX
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="OpenSSL's multiprecision integer arithmetic"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="libressl"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/pkgconfig
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}



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

2020-07-01 Thread Kent Fredric
commit: b1190532af2d4462584e7bcf239bdea2cad7e7f8
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 12:41:49 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 12:43:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1190532

dev-perl/Crypt-OpenSSL-EC: Bump to version 1.320.0

- EAPI7
- Ensure CFLAGS passed to compiler via make

Upstream:
- Rework Makefile.PL to work more like dev-perl/Crypt-OpenSSL-Bignum,
  which improves the linking situation on various platforms.

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

 .../Crypt-OpenSSL-EC-1.320.0.ebuild| 33 ++
 dev-perl/Crypt-OpenSSL-EC/Manifest |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild 
b/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild
new file mode 100644
index 000..8e382c37015
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.320.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIKEM
+DIST_VERSION=1.32
+inherit perl-module
+
+DESCRIPTION="Perl extension for OpenSSL EC (Elliptic Curves) library"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test libressl"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Crypt-OpenSSL-Bignum-0.40.0
+   !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
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-OpenSSL-EC/Manifest 
b/dev-perl/Crypt-OpenSSL-EC/Manifest
index 340bee4ed5d..7b5e9db0fe1 100644
--- a/dev-perl/Crypt-OpenSSL-EC/Manifest
+++ b/dev-perl/Crypt-OpenSSL-EC/Manifest
@@ -1 +1,2 @@
 DIST Crypt-OpenSSL-EC-1.31.tar.gz 69152 BLAKE2B 
197b4701459ac4e065439861f6603154affab88c65945eb299daa060df27f6e6773cd49f7d41876c8f364a70bc45eecc3b469532f15477d17bd9e8cfb968c196
 SHA512 
ee631616ac4838c7e0487f732035af2a3b7c3e591ccdbdac63f49931cdd901acfcf479cbed9cf838f332bfb34fa5b2ef3617dfc9c1e6ba8bcc2909b7d2ea577f
+DIST Crypt-OpenSSL-EC-1.32.tar.gz 69455 BLAKE2B 
ef306b59153faf394a08d80c8fafa2d6fc53e305884fdfc1d5b05274a4ac70192ac141ba26adeaf6a72186006bb88a9ea87abfa4d3fd14d9052f85dc00e451ac
 SHA512 
cf1dc70295ff061bf10ca7c1dfaa699fba5502906564359cc702e4ae65bf83ce4255aeda841d44f6467dd20d3ed377587e8ffad04a6ae8c39c86385ec9a3e218



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

2020-07-01 Thread Marek Szuba
commit: c12a87c9e6e54cbcd659c278313b49e43350d3b8
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  1 10:49:22 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  1 12:28:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12a87c9

dev-python/pyicu-2.5: support python3_9

Builds and tests fine.

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

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

diff --git a/dev-python/pyicu/pyicu-2.5.ebuild 
b/dev-python/pyicu/pyicu-2.5.ebuild
index b22a4670463..9c7ec035714 100644
--- a/dev-python/pyicu/pyicu-2.5.ebuild
+++ b/dev-python/pyicu/pyicu-2.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/linux-patches: New tag: 4.14-197

2020-07-01 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 12:52:00 2020 +

New tag: 4.14-197




[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/, ...

2020-07-01 Thread Andreas Sturmlechner
commit: eb045d8e6d3c52ca38e25f98c964301d4be0ef84
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 09:26:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 09:58:42 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb045d8e

Documentation: Add kde-misc/kio-gdrive to KDE Release Service

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../package.accept_keywords/.kde-release-service-live/kdenetwork-live| 1 +
 Documentation/package.accept_keywords/kde-release-service-live.keywords  | 1 +
 Documentation/package.mask/kde-release-service-live  | 1 +
 Documentation/package.unmask/kde-release-service-live| 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
index f0510c068c..839ff23d0b 100644
--- 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
+++ 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
@@ -24,3 +24,4 @@
 ~kde-apps/signon-kwallet-extension- **
 ~kde-apps/zeroconf-ioslave- **
 ~kde-misc/kdeconnect- **
+~kde-misc/kio-gdrive- **

diff --git 
a/Documentation/package.accept_keywords/kde-release-service-live.keywords 
b/Documentation/package.accept_keywords/kde-release-service-live.keywords
index 07aed16be9..ddafedeae2 100644
--- a/Documentation/package.accept_keywords/kde-release-service-live.keywords
+++ b/Documentation/package.accept_keywords/kde-release-service-live.keywords
@@ -147,6 +147,7 @@
 ~kde-apps/signon-kwallet-extension- **
 ~kde-apps/zeroconf-ioslave- **
 ~kde-misc/kdeconnect- **
+~kde-misc/kio-gdrive- **
 ~kde-apps/akonadi- **
 ~kde-apps/akonadi-calendar- **
 ~kde-apps/akonadi-contacts- **

diff --git a/Documentation/package.mask/kde-release-service-live 
b/Documentation/package.mask/kde-release-service-live
index 87f5953855..00d0e72d36 100644
--- a/Documentation/package.mask/kde-release-service-live
+++ b/Documentation/package.mask/kde-release-service-live
@@ -137,6 +137,7 @@
 ~kde-apps/signon-kwallet-extension-
 ~kde-apps/zeroconf-ioslave-
 ~kde-misc/kdeconnect-
+~kde-misc/kio-gdrive-
 ~kde-apps/akonadi-
 ~kde-apps/akonadi-calendar-
 ~kde-apps/akonadi-contacts-

diff --git a/Documentation/package.unmask/kde-release-service-live 
b/Documentation/package.unmask/kde-release-service-live
index 87f5953855..00d0e72d36 100644
--- a/Documentation/package.unmask/kde-release-service-live
+++ b/Documentation/package.unmask/kde-release-service-live
@@ -137,6 +137,7 @@
 ~kde-apps/signon-kwallet-extension-
 ~kde-apps/zeroconf-ioslave-
 ~kde-misc/kdeconnect-
+~kde-misc/kio-gdrive-
 ~kde-apps/akonadi-
 ~kde-apps/akonadi-calendar-
 ~kde-apps/akonadi-contacts-



[gentoo-commits] proj/kde:master commit in: sets/

2020-07-01 Thread Andreas Sturmlechner
commit: 678ad684c169b8f9d385d7423be403efcb3fcfdf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 09:26:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 09:58:42 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=678ad684

sets: Add kde-misc/kio-gdrive to kdenetwork-live

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kdenetwork-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdenetwork-live b/sets/kdenetwork-live
index 8c95911081..b6ef976efd 100644
--- a/sets/kdenetwork-live
+++ b/sets/kdenetwork-live
@@ -24,3 +24,4 @@
 ~kde-apps/signon-kwallet-extension-
 ~kde-apps/zeroconf-ioslave-
 ~kde-misc/kdeconnect-
+~kde-misc/kio-gdrive-



[gentoo-commits] proj/linux-patches:4.4 commit in: /

2020-07-01 Thread Mike Pagano
commit: e9fefd89d63c0a1c31b269f37fb4729553a50411
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 12:08:59 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 12:08:59 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e9fefd89

Linux patch 4.4.229

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

 _README  |4 +
 1228_linux-4.4.229.patch | 3466 ++
 2 files changed, 3470 insertions(+)

diff --git a/_README b/_README
index b85027e..a090ee5 100644
--- a/_README
+++ b/_README
@@ -955,6 +955,10 @@ Patch:  1227_linux-4.4.228.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.228
 
+Patch:  1228_linux-4.4.229.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.229
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1228_linux-4.4.229.patch b/1228_linux-4.4.229.patch
new file mode 100644
index 000..968e305
--- /dev/null
+++ b/1228_linux-4.4.229.patch
@@ -0,0 +1,3466 @@
+diff --git a/Makefile b/Makefile
+index 009a36b276f7..99b211904ac5 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 228
++SUBLEVEL = 229
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c
+index 532d4b08276d..fd996187fc5f 100644
+--- a/arch/arm/mach-imx/pm-imx5.c
 b/arch/arm/mach-imx/pm-imx5.c
+@@ -301,14 +301,14 @@ static int __init imx_suspend_alloc_ocram(
+   if (!ocram_pool) {
+   pr_warn("%s: ocram pool unavailable!\n", __func__);
+   ret = -ENODEV;
+-  goto put_node;
++  goto put_device;
+   }
+ 
+   ocram_base = gen_pool_alloc(ocram_pool, size);
+   if (!ocram_base) {
+   pr_warn("%s: unable to alloc ocram!\n", __func__);
+   ret = -ENOMEM;
+-  goto put_node;
++  goto put_device;
+   }
+ 
+   phys = gen_pool_virt_to_phys(ocram_pool, ocram_base);
+@@ -318,6 +318,8 @@ static int __init imx_suspend_alloc_ocram(
+   if (virt_out)
+   *virt_out = virt;
+ 
++put_device:
++  put_device(>dev);
+ put_node:
+   of_node_put(node);
+ 
+diff --git a/arch/arm64/kernel/perf_regs.c b/arch/arm64/kernel/perf_regs.c
+index 3f62b35fb6f1..815c395a1076 100644
+--- a/arch/arm64/kernel/perf_regs.c
 b/arch/arm64/kernel/perf_regs.c
+@@ -13,15 +13,34 @@ u64 perf_reg_value(struct pt_regs *regs, int idx)
+   return 0;
+ 
+   /*
+-   * Compat (i.e. 32 bit) mode:
+-   * - PC has been set in the pt_regs struct in kernel_entry,
+-   * - Handle SP and LR here.
++   * Our handling of compat tasks (PERF_SAMPLE_REGS_ABI_32) is weird, but
++   * we're stuck with it for ABI compatability reasons.
++   *
++   * For a 32-bit consumer inspecting a 32-bit task, then it will look at
++   * the first 16 registers (see arch/arm/include/uapi/asm/perf_regs.h).
++   * These correspond directly to a prefix of the registers saved in our
++   * 'struct pt_regs', with the exception of the PC, so we copy that down
++   * (x15 corresponds to SP_hyp in the architecture).
++   *
++   * So far, so good.
++   *
++   * The oddity arises when a 64-bit consumer looks at a 32-bit task and
++   * asks for registers beyond PERF_REG_ARM_MAX. In this case, we return
++   * SP_usr, LR_usr and PC in the positions where the AArch64 SP, LR and
++   * PC registers would normally live. The initial idea was to allow a
++   * 64-bit unwinder to unwind a 32-bit task and, although it's not clear
++   * how well that works in practice, somebody might be relying on it.
++   *
++   * At the time we make a sample, we don't know whether the consumer is
++   * 32-bit or 64-bit, so we have to cater for both possibilities.
+*/
+   if (compat_user_mode(regs)) {
+   if ((u32)idx == PERF_REG_ARM64_SP)
+   return regs->compat_sp;
+   if ((u32)idx == PERF_REG_ARM64_LR)
+   return regs->compat_lr;
++  if (idx == 15)
++  return regs->pc;
+   }
+ 
+   if ((u32)idx == PERF_REG_ARM64_SP)
+diff --git a/arch/openrisc/kernel/entry.S b/arch/openrisc/kernel/entry.S
+index c17e8451d997..3fbe420f49c4 100644
+--- a/arch/openrisc/kernel/entry.S
 b/arch/openrisc/kernel/entry.S
+@@ -1092,13 +1092,13 @@ ENTRY(__sys_clone)
+   l.movhi r29,hi(sys_clone)
+   l.ori   r29,r29,lo(sys_clone)
+   l.j _fork_save_extra_regs_and_call
+-   l.addi r7,r1,0
++   l.nop
+ 
+ ENTRY(__sys_fork)
+   l.movhi r29,hi(sys_fork)
+   l.ori   r29,r29,lo(sys_fork)
+   l.j _fork_save_extra_regs_and_call
+-   l.addi r3,r1,0
++   l.nop
+ 
+ ENTRY(sys_rt_sigreturn)
+   l.j 

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

2020-07-01 Thread Hanno Böck
commit: 792a1b81e0868a0fc2f23b68ad89e9a7dbe4667d
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Jul  1 12:08:48 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Jul  1 12:08:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792a1b81

dev-erlang/proper: Disable tests

Broken upstream with latest erlang.

Closes: https://bugs.gentoo.org/720472
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 dev-erlang/proper/proper-1.3.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/proper/proper-1.3.ebuild 
b/dev-erlang/proper/proper-1.3.ebuild
index 6e489aec399..3886a00191c 100644
--- a/dev-erlang/proper/proper-1.3.ebuild
+++ b/dev-erlang/proper/proper-1.3.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
@@ -19,6 +19,9 @@ RDEPEND="${DEPEND}"
 
 DOCS=( README.md THANKS )
 
+# tests broken with current erlang 23.x
+RESTRICT="test"
+
 src_configure() {
./configure
 }



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

2020-07-01 Thread Marek Szuba
commit: c77d34eea058e073a2db9a828ddac4e301dea9f8
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  1 12:15:49 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  1 12:28:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77d34ee

dev-libs/libjcat: support python3_9, make vala bindings optional

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

 .../files/libjcat-0.1.3-optional_vala.patch| 28 +
 dev-libs/libjcat/libjcat-0.1.3-r1.ebuild   | 66 ++
 2 files changed, 94 insertions(+)

diff --git a/dev-libs/libjcat/files/libjcat-0.1.3-optional_vala.patch 
b/dev-libs/libjcat/files/libjcat-0.1.3-optional_vala.patch
new file mode 100644
index 000..3c31e63eff5
--- /dev/null
+++ b/dev-libs/libjcat/files/libjcat-0.1.3-optional_vala.patch
@@ -0,0 +1,28 @@
+Make installation of dev-lang/vala bindings optional. Unfortunately
+the option name "vala" is reserved so we must use a different one.
+
+--- a/libjcat/meson.build
 b/libjcat/meson.build
+@@ -122,6 +122,7 @@
+ install : true
+   )
+ 
++  if get_option('vala-bindings')
+   gnome.generate_vapi('jcat',
+ sources : jcat_gir[0],
+ packages : [
+@@ -130,6 +131,7 @@
+ ],
+ install : true,
+   )
++  endif
+ 
+   python = import('python')
+   python_interpreter = python.find_installation('python3',
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -4,3 +4,4 @@
+ option('gpg', type : 'boolean', value : true, description : 'enable the GPG 
verification support')
+ option('pkcs7', type : 'boolean', value : true, description : 'enable the 
PKCS7 verification support')
+ option('man', type : 'boolean', value : true, description : 'enable man 
pages')
++option('vala-bindings', type : 'boolean', value : true, description : 'enable 
vala bindings')

diff --git a/dev-libs/libjcat/libjcat-0.1.3-r1.ebuild 
b/dev-libs/libjcat/libjcat-0.1.3-r1.ebuild
new file mode 100644
index 000..ccbbdf6c239
--- /dev/null
+++ b/dev-libs/libjcat/libjcat-0.1.3-r1.ebuild
@@ -0,0 +1,66 @@
+# 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="xml"
+
+inherit meson python-any-r1 vala xdg-utils
+
+DESCRIPTION="Library and tool for reading and writing Jcat files "
+HOMEPAGE="https://github.com/hughsie/libjcat;
+SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gpg gtk-doc +introspection +man pkcs7 test vala"
+
+RDEPEND="dev-libs/glib:2
+   dev-libs/json-glib:=
+   gpg? (
+   app-crypt/gpgme
+   dev-libs/libgpg-error
+   )
+   introspection? ( dev-libs/gobject-introspection:= )
+   pkcs7? ( net-libs/gnutls )
+   vala? ( dev-lang/vala:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   $(python_gen_any_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ')
+   gtk-doc? ( dev-util/gtk-doc )
+   man? ( sys-apps/help2man )
+   test? ( net-libs/gnutls[tools] )"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.1.1-disable_installed_tests.patch
+   "${FILESDIR}"/${PN}-0.1.3-optional_vala.patch
+)
+
+python_check_deps() {
+   has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   xdg_environment_reset
+   use vala && vala_src_prepare
+   default
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtkdoc)
+   $(meson_use gpg)
+   $(meson_use introspection)
+   $(meson_use man)
+   $(meson_use pkcs7)
+   $(meson_use test tests)
+   $(meson_use vala vala-bindings)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/protontricks/

2020-07-01 Thread Marek Szuba
commit: 1f3891c6e25f71d575d804dc8d1e53b6571fa1b4
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul  1 10:37:57 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul  1 12:27:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3891c6

app-emulation/protontricks-1.4.1-r1: support python3_9

Builds and tests fine.

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

 app-emulation/protontricks/protontricks-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild 
b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild
index d17ef1b4599..e8c4edf44be 100644
--- a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild
+++ b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



[gentoo-commits] proj/linux-patches: New tag: 5.4-50

2020-07-01 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 13:05:55 2020 +

New tag: 5.4-50




[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2020-07-01 Thread Jeroen Roovers
commit: 5d22b8b850a567c9a5e97b541fd90e9f7e77a494
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul  1 11:59:59 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  1 12:02:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d22b8b8

x11-drivers/nvidia-drivers: Make CONFIG_DRM check non-fatal

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

 x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild| 4 ++--
 x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r1.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-390.138.ebuild| 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-430.64-r5.ebuild  | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-435.21-r5.ebuild  | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-440.100-r1.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-450.51-r1.ebuild  | 4 ++--
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
index 94c58283034..7ab4dac5757 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.108.ebuild
@@ -72,9 +72,9 @@ S=${WORKDIR}/
 NV_KV_MAX_PLUS="5.5"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
-   DRM_KMS_HELPER
~!LOCKDEP
+   ~DRM
+   ~DRM_KMS_HELPER
~SYSVIPC
 "
 

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r1.ebuild
index 3f2495a4af1..211c4615cef 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r1.ebuild
@@ -82,8 +82,8 @@ S=${WORKDIR}/
 NV_KV_MAX_PLUS="5.5"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
~!LOCKDEP
+   ~DRM
~DRM_KMS_HELPER
~SYSVIPC
 "

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild
index d042a6ee3dd..9956c57d17b 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.132-r2.ebuild
@@ -86,8 +86,8 @@ S=${WORKDIR}/
 NV_KV_MAX_PLUS="5.5"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
~!LOCKDEP
+   ~DRM
~DRM_KMS_HELPER
~SYSVIPC
 "

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.138.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.138.ebuild
index 3bf3c71b97c..b100ce18918 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.138.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.138.ebuild
@@ -86,9 +86,9 @@ S=${WORKDIR}/
 NV_KV_MAX_PLUS="5.8"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
~!I2C_NVIDIA_GPU
~!LOCKDEP
+   ~DRM
~DRM_KMS_HELPER
~SYSVIPC
 "

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-430.64-r5.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-430.64-r5.ebuild
index d2aeed7b169..9da083cdec9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-430.64-r5.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-430.64-r5.ebuild
@@ -77,9 +77,9 @@ S=${WORKDIR}/
 NV_KV_MAX_PLUS="5.5"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
~!I2C_NVIDIA_GPU
~!LOCKDEP
+   ~DRM
~DRM_KMS_HELPER
~SYSVIPC
 "

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-435.21-r5.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-435.21-r5.ebuild
index a0a7e2f2d5f..6a7a8243317 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-435.21-r5.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-435.21-r5.ebuild
@@ -81,9 +81,9 @@ S=${WORKDIR}/
 NV_KV_MAX_PLUS="5.4"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
~!I2C_NVIDIA_GPU
~!LOCKDEP
+   ~DRM
~DRM_KMS_HELPER
~SYSVIPC
 "

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-440.100-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-440.100-r1.ebuild
index 5772b74a7c2..22a311dd0d1 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-440.100-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-440.100-r1.ebuild
@@ -84,9 +84,9 @@ PATCHES=(
 NV_KV_MAX_PLUS="5.8"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
~!I2C_NVIDIA_GPU
~!LOCKDEP
+   ~DRM
~DRM_KMS_HELPER
~SYSVIPC
 "

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-450.51-r1.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-450.51-r1.ebuild
index f6e28fa006f..d4a8209c521 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-450.51-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-450.51-r1.ebuild
@@ -85,10 +85,10 @@ PATCHES=(
 NV_KV_MAX_PLUS="5.8"
 CONFIG_CHECK="
!DEBUG_MUTEXES
-   DRM
- 

[gentoo-commits] proj/linux-patches:4.19 commit in: /

2020-07-01 Thread Mike Pagano
commit: 106ad7a70dd251d2984bf8cc3ce3600b3bd224a4
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul  1 12:14:31 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 12:14:31 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=106ad7a7

Linux patch 4.19.131

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

 _README   |4 +
 1130_linux-4.19.131.patch | 3602 +
 2 files changed, 3606 insertions(+)

diff --git a/_README b/_README
index d1af7f9..6975213 100644
--- a/_README
+++ b/_README
@@ -559,6 +559,10 @@ Patch:  1129_linux-4.19.130.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.130
 
+Patch:  1130_linux-4.19.131.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.131
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1130_linux-4.19.131.patch b/1130_linux-4.19.131.patch
new file mode 100644
index 000..7356bd1
--- /dev/null
+++ b/1130_linux-4.19.131.patch
@@ -0,0 +1,3602 @@
+diff --git a/Makefile b/Makefile
+index 6443cbd51f70..605a6a2e03dc 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 130
++SUBLEVEL = 131
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
+index 2b219addeb44..273a31604579 100644
+--- a/arch/arm/boot/dts/bcm-nsp.dtsi
 b/arch/arm/boot/dts/bcm-nsp.dtsi
+@@ -249,10 +249,10 @@
+   status = "disabled";
+   };
+ 
+-  mailbox: mailbox@25000 {
++  mailbox: mailbox@25c00 {
+   compatible = "brcm,iproc-fa2-mbox";
+-  reg = <0x25000 0x445>;
+-  interrupts = ;
++  reg = <0x25c00 0x400>;
++  interrupts = ;
+   #mbox-cells = <1>;
+   brcm,rx-status-len = <32>;
+   brcm,use-bcm-hdr;
+diff --git a/arch/arm/boot/dts/omap4-duovero-parlor.dts 
b/arch/arm/boot/dts/omap4-duovero-parlor.dts
+index cfcac0d73851..93d6fb6db578 100644
+--- a/arch/arm/boot/dts/omap4-duovero-parlor.dts
 b/arch/arm/boot/dts/omap4-duovero-parlor.dts
+@@ -142,7 +142,7 @@
+   ethernet@gpmc {
+   reg = <5 0 0xff>;
+   interrupt-parent = <>;
+-  interrupts = <12 IRQ_TYPE_EDGE_FALLING>;/* gpio_44 */
++  interrupts = <12 IRQ_TYPE_LEVEL_LOW>;   /* gpio_44 */
+ 
+   phy-mode = "mii";
+ 
+diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c
+index 868781fd460c..14c630c899c5 100644
+--- a/arch/arm/mach-imx/pm-imx5.c
 b/arch/arm/mach-imx/pm-imx5.c
+@@ -301,14 +301,14 @@ static int __init imx_suspend_alloc_ocram(
+   if (!ocram_pool) {
+   pr_warn("%s: ocram pool unavailable!\n", __func__);
+   ret = -ENODEV;
+-  goto put_node;
++  goto put_device;
+   }
+ 
+   ocram_base = gen_pool_alloc(ocram_pool, size);
+   if (!ocram_base) {
+   pr_warn("%s: unable to alloc ocram!\n", __func__);
+   ret = -ENOMEM;
+-  goto put_node;
++  goto put_device;
+   }
+ 
+   phys = gen_pool_virt_to_phys(ocram_pool, ocram_base);
+@@ -318,6 +318,8 @@ static int __init imx_suspend_alloc_ocram(
+   if (virt_out)
+   *virt_out = virt;
+ 
++put_device:
++  put_device(>dev);
+ put_node:
+   of_node_put(node);
+ 
+diff --git a/arch/arm64/kernel/fpsimd.c b/arch/arm64/kernel/fpsimd.c
+index 14fdbaa6ee3a..19c87b52c001 100644
+--- a/arch/arm64/kernel/fpsimd.c
 b/arch/arm64/kernel/fpsimd.c
+@@ -304,7 +304,7 @@ static unsigned int find_supported_vector_length(unsigned 
int vl)
+   return sve_vl_from_vq(bit_to_vq(bit));
+ }
+ 
+-#ifdef CONFIG_SYSCTL
++#if defined(CONFIG_ARM64_SVE) && defined(CONFIG_SYSCTL)
+ 
+ static int sve_proc_do_default_vl(struct ctl_table *table, int write,
+ void __user *buffer, size_t *lenp,
+@@ -350,9 +350,9 @@ static int __init sve_sysctl_init(void)
+   return 0;
+ }
+ 
+-#else /* ! CONFIG_SYSCTL */
++#else /* ! (CONFIG_ARM64_SVE && CONFIG_SYSCTL) */
+ static int __init sve_sysctl_init(void) { return 0; }
+-#endif /* ! CONFIG_SYSCTL */
++#endif /* ! (CONFIG_ARM64_SVE && CONFIG_SYSCTL) */
+ 
+ #define ZREG(sve_state, vq, n) ((char *)(sve_state) + \
+   (SVE_SIG_ZREG_OFFSET(vq, n) - SVE_SIG_REGS_OFFSET))
+diff --git a/arch/arm64/kernel/perf_regs.c b/arch/arm64/kernel/perf_regs.c
+index 0bbac612146e..666b225aeb3a 100644
+--- a/arch/arm64/kernel/perf_regs.c
 b/arch/arm64/kernel/perf_regs.c
+@@ -15,15 +15,34 @@ u64 perf_reg_value(struct pt_regs *regs, int idx)
+   return 0;
+ 
+   /*
+-   * Compat (i.e. 

[gentoo-commits] proj/linux-patches: New tag: 4.4-230

2020-07-01 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 12:46:05 2020 +

New tag: 4.4-230




[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma5-wallpapers-dynamic/

2020-07-01 Thread Reagan Bohan
commit: ec9404bb35bf1ab6a24136208d5aca4f82a91049
Author: Reagan Bohan  gmail  com>
AuthorDate: Wed Jul  1 11:34:29 2020 +
Commit: Reagan Bohan  gmail  com>
CommitDate: Wed Jul  1 11:34:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec9404bb

kde-misc/plasma5-wallpapers-dynamic: new package

plasma5-wallpapers-dynamic is wallpaper plugin for KDE Plasma 5,
allowing you to import and use dynamic wallpapers,
setting the wallpaper based on the time of day.

Command line tools are provided to import heic wallpapers
and package custom wallpapers.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Reagan Bohan  gmail.com>

 kde-misc/plasma5-wallpapers-dynamic/Manifest   |  1 +
 kde-misc/plasma5-wallpapers-dynamic/metadata.xml   | 22 
 .../plasma5-wallpapers-dynamic-3.1.0.ebuild| 39 ++
 .../plasma5-wallpapers-dynamic-.ebuild | 39 ++
 4 files changed, 101 insertions(+)

diff --git a/kde-misc/plasma5-wallpapers-dynamic/Manifest 
b/kde-misc/plasma5-wallpapers-dynamic/Manifest
new file mode 100644
index 000..3d2fe69
--- /dev/null
+++ b/kde-misc/plasma5-wallpapers-dynamic/Manifest
@@ -0,0 +1 @@
+DIST 3.1.0.tar.gz 340502 BLAKE2B 
79c6e8a23fcc335b8c4950ea04a36f540a21cf5165bdd9558cdd46d68bf64ff47adf382492b012f60dc17d8111bacc8033068db7eb371251e9331a7f89025a5d
 SHA512 
068a632a088e3d5d33fda3ce3fe17b5b16bf48cc0f9101c606454648817b583ebea4223a6226f32cfb353779570e342caaa5266215228631df0a4e643acc3cc5

diff --git a/kde-misc/plasma5-wallpapers-dynamic/metadata.xml 
b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml
new file mode 100644
index 000..3f8deac
--- /dev/null
+++ b/kde-misc/plasma5-wallpapers-dynamic/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   plasma5-wallpapers-dynamic is wallpaper plugin for KDE Plasma 
5, allowing you to import and use dynamic wallpapers, setting the wallpaper 
based on the time of day.
+   
+   Command line tools are provided to import heic wallpapers and 
package custom wallpapers.
+   
+   
+   Reagan Bohan
+   xbjfk.git...@gmail.com
+   
+   
+   
+   Vlad Zahorodnii
+   vladz...@gmail.com
+   
+   
https://github.com/zzag/plasma5-wallpapers-dynamic/wiki
+   
https://github.com/zzag/plasma5-wallpapers-dynamic/issues
+   zzag/plasma5-wallpapers-dynamic
+   
+

diff --git 
a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild 
b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild
new file mode 100644
index 000..6ae9efc
--- /dev/null
+++ 
b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-3.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.66.0
+QTMIN=5.12.0
+inherit ecm
+
+DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the 
time of day."
+HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-3 LGPL-3 MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtcore-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtpositioning-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=media-libs/libheif-1.3.0
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"

diff --git 
a/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild 
b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild
new file mode 100644
index 000..6ae9efc
--- /dev/null
+++ b/kde-misc/plasma5-wallpapers-dynamic/plasma5-wallpapers-dynamic-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.66.0
+QTMIN=5.12.0
+inherit ecm
+
+DESCRIPTION="A KDE Plasma wallpaper plugin to set your wallpaper based on the 
time of day."
+HOMEPAGE="https://github.com/zzag/plasma5-wallpapers-dynamic;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/zzag/plasma5-wallpapers-dynamic.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/zzag/plasma5-wallpapers-dynamic/archive/${PV}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+fi
+

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

2020-07-01 Thread Hanno Böck
commit: 236fc5de64d10498f60defed4c64d68340c67fa4
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Jul  1 11:45:52 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Jul  1 11:45:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236fc5de

dev-erlang/epam: Version bump

Closes: https://bugs.gentoo.org/724624
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

 dev-erlang/epam/Manifest  |  1 +
 dev-erlang/epam/epam-1.0.8.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-erlang/epam/Manifest b/dev-erlang/epam/Manifest
index 71d1af7a27a..6c8ff9be278 100644
--- a/dev-erlang/epam/Manifest
+++ b/dev-erlang/epam/Manifest
@@ -1,3 +1,4 @@
 DIST epam-1.0.2.tar.gz 43720 BLAKE2B 
39a1056d068bdceb7ff640a498b0766aa59649228b03e03f9385bfc106f45aa210315162d4386907a1e9cbc8f177289adebf72f527a4eaf270cd62413f1daa13
 SHA512 
a3fdb379d8c25e56e51dcf1e683d289e9f3d19a537b1a55ca4c09185eb5731fe073a5bf0dd1449f09f8ee5b7d868b0e63f04473c1f3d1b97722dcd9832e4e030
 DIST epam-1.0.6.tar.gz 47494 BLAKE2B 
8120e4f10222468ee2adf2f0ec9cffcaaea8c1fc92faf9889de0f970562631cb54cd9ba34d01994dcf657108c4232158d5617e4b9c884bc84e5eb383028b8e3f
 SHA512 
2c316a46ac734be2c74a86e767b413fa8ff1b296622b85de4828fdd60c84e5b3962f8b76004fcb39ab43a345ec967e3f3db4ac6d0e7335dc982dbcf1edf02c4b
 DIST epam-1.0.7.tar.gz 47506 BLAKE2B 
8ac8026623a653c4d0f897fb08044003c2426ca1309b1e57cbdb6f6ece4662fd15143293e1dae1f806cbc3d6cf028712701e2587750de15f44304ed7e28c17bd
 SHA512 
ddfcb6a0ef955e6ef0fba2c98e25fbc8532c829b80c4150d0545bb9b5114773184af0adba49921cf6e2363a0224dedccd7bf81b5da292dda74f8966a8e73e1b2
+DIST epam-1.0.8.tar.gz 47334 BLAKE2B 
be914b0a5e4657e3ddb3e9bcb607448b14451e112c0b929159a962ca8bdc778e6d7d358fb4053b500e71fddc2fbd16ce6d5b543a5f592c9037d71b4ec09aacc7
 SHA512 
b09624b7d1650ae741bcfcdddceacf5bfd29bb3e00a4044498d6eaec328f8762423f71025fb89a8242c76934c56b8d60f1910fc390766382468f3d844723bef2

diff --git a/dev-erlang/epam/epam-1.0.8.ebuild 
b/dev-erlang/epam/epam-1.0.8.ebuild
new file mode 100644
index 000..bc3c599bafe
--- /dev/null
+++ b/dev-erlang/epam/epam-1.0.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar user
+
+DESCRIPTION="epam for ejabberd to help with PAM authentication support"
+HOMEPAGE="https://github.com/processone/epam;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+   sys-libs/pam"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+pkg_setup() {
+   enewgroup "${PN}"
+}
+
+src_install() {
+   rebar_src_install
+
+   local epam_path="$(get_erl_libs)/${P}/priv/bin/epam"
+   fowners root:"${PN}" "${epam_path}"
+   fperms 4750 "${epam_path}"
+}



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

2020-07-01 Thread Kent Fredric
commit: d8e81594ef661364abea9fe5362e7a74d830f7f4
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul  1 10:43:56 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul  1 10:47:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e81594

dev-perl/Crypt-Eksblowfish: -r bump for EAPI7 and fixes

- EAPI7
- Parallel Tests
  - Ensure CFLAGS turn up in build process

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

 .../Crypt-Eksblowfish-0.9.0-r3.ebuild  | 36 ++
 1 file changed, 36 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
new file mode 100644
index 000..d66aea6f6c2
--- /dev/null
+++ b/dev-perl/Crypt-Eksblowfish/Crypt-Eksblowfish-0.9.0-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ZEFRAM
+DIST_VERSION=0.009
+inherit perl-module
+
+DESCRIPTION="the Eksblowfish block cipher"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/Class-Mix-0.1.0
+   virtual/perl-Exporter
+   >=virtual/perl-MIME-Base64-2.210.0
+   virtual/perl-XSLoader
+   virtual/perl-parent
+"
+DEPEND="
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   >=virtual/perl-ExtUtils-CBuilder-0.15
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_compile() {
+   ./Build --config optimize="${CFLAGS}" build || die
+}



[gentoo-commits] proj/linux-patches: New tag: 4.9-233

2020-07-01 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul  1 12:48:16 2020 +

New tag: 4.9-233




[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: 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}]
+   !!

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

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

dev-python/tox: Bump to 3.16.1

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

 dev-python/tox/Manifest  |  1 +
 dev-python/tox/tox-3.16.1.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 47c780f4afb..ed15ea1f47a 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -6,4 +6,5 @@ DIST tox-3.15.0.tar.gz 291890 BLAKE2B 
9c42c587332eafcfd02d2d8a42588af6253baf9f62
 DIST tox-3.15.1.tar.gz 292044 BLAKE2B 
eb3062fb1a2494a6b23e1c6f2c6af56be5879664ae26918e60839d2f8cff98dc6b684a27469eac81c363a3cd3e90abdafe0ab4dc601840023e5263a42301f384
 SHA512 
334e2129d5418d4733a25419b81cc57e794a11954c21774231e32c93e977f1a7fb71c739adabccb5cdde9428ab69772e8623a0c0a1172855957f7cbcd4a917b1
 DIST tox-3.15.2.tar.gz 293523 BLAKE2B 
a1a1c84a987d2b2e5194321405775ee3828b8e2c8dcd38c7e780a9d508b789a42f1880cffcecd68c50dfdc37008a4e9a117660fa2c732864c82af6c2eaf5a99e
 SHA512 
9448554452c79039289d2d2c05c974f451647329701372c3e4b154a0161fa768245c0068cd5e3f1221b4b51a07be806f7c66ab9d4ef83a3e8e5964e18b9cde85
 DIST tox-3.16.0.tar.gz 294040 BLAKE2B 
2f5ca2c1b0b839b4fe6834cba69d772b9605e6bb00b24d75867de768042cd091a8fd7f5a349867a5de578b96eaad9f59f2ad019203fc6b2c39c9efc6933d2d96
 SHA512 
f92accae643b01867749f10d01ba0e18ebb36071af55a21cd38ac8f14fa3db1b1e708b22f8601e4d1b172e59fb62588c1252d064be3fb6007002eeaaef716373
+DIST tox-3.16.1.tar.gz 294080 BLAKE2B 
692ef3f498f78f239ecbb3f9ac5745462430a96bb67df7a732e5c5756d1b579c4ee8582d528d5eafddc7b19905057c01514cccaa42d7c1a442ac24cd531a656f
 SHA512 
83fefc4b82fb33adbf2ece9a6fd6ffaf27771ac6076af5d2939dcbf68f1dd88b8edd0a105b0ec86dc7ee37b127d27ed46748af61423811c7435d0093d2e8e1eb
 DIST tox-3.2.1.tar.gz 268827 BLAKE2B 
764835d04fb0c17f32eb8e2041b83f90d6a729b781a5b5b95e9ecb1162f1c29ed595d4a6369524b390a31853b8003485b27a3a12d63e84f49e92675f1a9bee13
 SHA512 
79f5a1c8f6e818fbb8444754e3767d880fc1fdfe63b46c518d37440fe2b2f3ce572865aff83d9492c24486fded49893cc31bd9b11254bac4db507260304bc76f

diff --git a/dev-python/tox/tox-3.16.1.ebuild b/dev-python/tox/tox-3.16.1.ebuild
new file mode 100644
index 000..0365e6a7900
--- /dev/null
+++ b/dev-python/tox/tox-3.16.1.ebuild
@@ -0,0 +1,71 @@
+# 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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox 
https://pypi.org/project/tox/;
+SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# doc disabled because of missing deps in tree
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/filelock[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
+   ' python3_{5,6,7} pypy3)
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/py[${PYTHON_USEDEP}]
+   >=dev-python/six-1.14[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
+# TODO: figure out how to make tests work without the package being
+# installed first.
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
+   dev-python/pathlib2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   =dev-python/tox-${PV}-${PR}[${PYTHON_USEDEP}]
+   )"
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # broken without internet
+   sed -i -e 's:test_provision_non_canonical_dep:_&:' \
+   tests/unit/session/test_provision.py || die
+   sed -i -e 's:test_provision_interrupt_child:_&:' \
+   tests/integration/test_provision_int.py || die
+   # broken with our mock version (?)
+   sed -i -e 's:test_create_KeyboardInterrupt:_&:' \
+   tests/unit/test_venv.py || die
+   # broken with Gentoo Python layout
+   sed -i -e 's:test_tox_get_python_executable:_&:' \
+   -e 's:test_find_alias_on_path:_&:' \
+   tests/unit/interpreters/test_interpreters.py || die
+
+   export 

[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: 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: 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: 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: dev-python/django/

2020-07-01 Thread Michał Górny
commit: 4402f6ad681a96339ecf9710b6fc9c972276ff8e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  1 12:49:50 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=4402f6ad

dev-python/django: Bump to 3.0.8

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

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

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index e9ab688bde5..498d61ad4f8 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -4,3 +4,4 @@ DIST Django-2.2.13.tar.gz 8879757 BLAKE2B 
4a7986805c6a3674d47aa82b97f31ae63968dd
 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
+DIST Django-3.0.8.tar.gz 9080731 BLAKE2B 
b3276527c9c5eba18b380204c498ebd5724e5211640ead9e05284eb013f907ce6799125b29e2030bc37ecd5a1022e6eb3f193eca5e2c6520adef630d6d2114a9
 SHA512 
92d169fb37883355f1898fc13b54b6732ec14d71f77e4b91db30dd9bfb5df8b34c1c9566af6ddc37e00a9e3eadd38b6a51ff604a4da4285167f66b55215be301

diff --git a/dev-python/django/django-3.0.8.ebuild 
b/dev-python/django/django-3.0.8.ebuild
new file mode 100644
index 000..fbc688b75cb
--- /dev/null
+++ b/dev-python/django/django-3.0.8.ebuild
@@ -0,0 +1,79 @@
+# 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..9} )
+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"
+IUSE="doc sqlite test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/asgiref[${PYTHON_USEDEP}]
+   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}-3.0.6-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 support" dev-python/mysqlclient
+   optfeature "PostgreSQL backend support" dev-python/psycopg:2
+   echo ""
+   elog "Other features can be enhanced by"
+   optfeature "GEO Django" "sci-libs/gdal[geos]"
+   optfeature "Memcached support" dev-python/pylibmc 
dev-python/python-memcached
+   optfeature "ImageField Support" dev-python/pillow
+   optfeature "Password encryption" dev-python/bcrypt
+   optfeature "High-level abstractions for Django forms" 
dev-python/django-formtools
+}



[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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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: 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
+}



  1   2   >