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

2020-02-07 Thread Joonas Niilola
commit: d0d0554de75c849241952cc4beed40c4649a8e2b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:22:51 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d0554d

media-plugins/imlib2_loaders: remove old 1.5.1

Signed-off-by: Joonas Niilola  gentoo.org>

 .../imlib2_loaders/imlib2_loaders-1.5.1.ebuild | 39 --
 1 file changed, 39 deletions(-)

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.5.1.ebuild 
b/media-plugins/imlib2_loaders/imlib2_loaders-1.5.1.ebuild
deleted file mode 100644
index a17b4de0239..000
--- a/media-plugins/imlib2_loaders/imlib2_loaders-1.5.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Additional image loaders for Imlib2"
-HOMEPAGE="https://www.enlightenment.org/;
-SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz;
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="eet xcf"
-
-RDEPEND="
-   >=media-libs/imlib2-${PV}
-   eet? ( dev-libs/efl[eet] )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   --disable-static
-   $(use_enable eet)
-   $(use_enable xcf)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   V=1 emake install DESTDIR="${D}"
-   einstalldocs
-
-   find "${D}" -name '*.la' -delete || die
-}



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

2020-02-07 Thread Joonas Niilola
commit: e25db679dbe05792ed2d8d110ffd2b8914eed91a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:19:39 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25db679

dev-libs/efl: add ~ppc64 (#696222)

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-libs/efl/efl-1.23.3.ebuild b/dev-libs/efl/efl-1.23.3.ebuild
index 982a3b498ff..3a1dc1e3db5 100644
--- a/dev-libs/efl/efl-1.23.3.ebuild
+++ b/dev-libs/efl/efl-1.23.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="+X bmp connman dds debug doc drm +eet elogind examples fbcon fontconfig
fribidi gif gles2 gnutls glib +gstreamer harfbuzz hyphen ibus ico 
libressl
lua +luajit jpeg2k json nls mono opengl +pdf physics pmaps postscript 
psd



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

2020-02-07 Thread Joonas Niilola
commit: d21af373b9e53f5fc87c722e2d6ef18b4c4d0db5
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:57:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21af373

profiles/arch/sparc: clean useless efl masks

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/sparc/package.use.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index fc9f9befb6e..f3da3bfc1a2 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2020-02-02)
-# luajit is not keyworded on this arch.
-dev-libs/efl luajit
-
 # Andreas Sturmlechner  (2020-01-26)
 # media-libs/libheif is not keyworded
 media-gfx/gimp heif
@@ -214,10 +210,6 @@ gnome-base/gvfs nfs
 # dev-lua/lgi lacks sparc keyword, bug #551540
 dev-libs/libpeas lua
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet & media-libs/libsdl2 tested #499974
-dev-libs/efl physics sdl
-
 # Alexis Ballier  (2015-02-11)
 # Missing ffmpeg deps, bug #510340
 media-video/ffmpeg x265



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

2020-02-07 Thread Joonas Niilola
commit: d1a79a415e444a562576ff92dac0712d4b6775e7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:56:02 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a79a41

profiles/arch/arm: remove useless efl force

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/arm/package.use.force | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/profiles/arch/arm/package.use.force 
b/profiles/arch/arm/package.use.force
index f8f2470ba9d..7efbbdad1e8 100644
--- a/profiles/arch/arm/package.use.force
+++ b/profiles/arch/arm/package.use.force
@@ -1,11 +1,6 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2019-07-31)
-# Force 'unwind' on for arm with dev-libs/efl
-# 618232
-dev-libs/efl unwind
-
 # Georgy Yakovlev  (2019-02-16)
 # Force the host target
 dev-lang/rust llvm_targets_ARM



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

2020-02-07 Thread Joonas Niilola
commit: da84a30a479b7c07822e1300a6ac67aef2f3e5d1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:50:19 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da84a30a

profiles/arch/ia64: clean useless masks

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/ia64/package.use.mask | 12 
 1 file changed, 12 deletions(-)

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index d01da7d3a87..5ec0e8c31b0 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2020-02-02)
-# luajit is not keyworded on this arch.
-dev-libs/efl luajit
-
 # Andreas Sturmlechner  (2020-01-26)
 # media-libs/libheif is not keyworded
 media-gfx/gimp heif
@@ -53,10 +49,6 @@ media-sound/lame debug
 # USE=server does not compile and needs upstream fix: bug #662040
 >=sys-devel/gdb-8.1 server
 
-# Joonas Niilola  (2018-06-17)
-# Optional dependency not available for this arch
-dev-libs/efl vlc
-
 # Thomas Deutschmann  (2018-06-06)
 # Needs sys-apps/fakechroot which isn't keyworded
 app-arch/rpm test
@@ -236,10 +228,6 @@ net-misc/spice-gtk smartcard webdav
 # dev-lang/luajit lacks ia64 keyword, bug #551540
 dev-libs/libpeas lua
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet & media-libs/libsdl2 tested #499974
-dev-libs/efl physics sdl
-
 # Alexis Ballier  (2015-02-11)
 # Missing ffmpeg deps, bug #510340
 media-video/ffmpeg gme ssh



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

2020-02-07 Thread Joonas Niilola
commit: 187db72c0fb22b29e4bc5ea2536081049d2124bc
Author: Tact Yoshida  gmail  com>
AuthorDate: Sat Feb  1 16:44:41 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187db72c

media-gfx/opentoonz: version bump to 1.4.0

Signed-off-by: Tact Yoshida  gmail.com>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14523
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/opentoonz/Manifest   |  1 +
 media-gfx/opentoonz/opentoonz-1.4.0.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/media-gfx/opentoonz/Manifest b/media-gfx/opentoonz/Manifest
index b73d0599390..fdd5434d27f 100644
--- a/media-gfx/opentoonz/Manifest
+++ b/media-gfx/opentoonz/Manifest
@@ -1,3 +1,4 @@
 DIST opentoonz-1.1.2.tar.gz 36777909 BLAKE2B 
d822218c5ea1843a50da8d799bd9edf6998bd424ec2b65600371a0ae9f69aaea0d1c45aa53c3a0287c67459b8101a82bc0c339510859f4fbac3a116c9671df08
 SHA512 
800a741cb40e7dede79ef92705fc8fe3a23524c8a4397c30f80a81a7513c98606fb1bb5574188969ba08cfe8995d679f9fc5ecb696a6ac14c48aa2646a2c871e
 DIST opentoonz-1.2.1.tar.gz 39843446 BLAKE2B 
f9035bab5c6fa1d86459b401ca94acbffe8e38a2f5ec2bc97f303c7e829b9f6695480e7ab7a7560909f6ce45109ca1704d5020ff774964b5ed72b1b01588e93b
 SHA512 
3eaf5983b5ec7424338e25975228b9bf6e9da61b2699c52377528966ecf07971868426bda0a64c780c2876cc1f0e4adb63c46767e8099fbfe32a8d1586c13f44
 DIST opentoonz-1.3.0.tar.gz 39920932 BLAKE2B 
292e01c078a4cf461fff0814a60e4ab6aea9a74a63f23e854815632432e07e65d5c01dce9d3aab36595f94ca06dd83b078e52858532d8dadb2e7518514c08b08
 SHA512 
5df272c943f2c222a457545c99388266579d88c702d6c7e71dfe0c924a0189e30323cf9e369c96755c507ee5347620da0140215b2647555f0b3bdae41c615c71
+DIST opentoonz-1.4.0.tar.gz 53531141 BLAKE2B 
adb7a85fb0581d92119b5f6b75dc320428ea0763955f8c883072cba78045acdeea75a5cea82065a29d2c59f53b4843d8ff92690c9a47c01605b4702fd36d6c13
 SHA512 
777f5d59ec8076e1e53a81347e15bef198bea77449073f1e9d5fdd371a61e20fd6dc8b26c6656c783959782bd71008fbb63c05742aaa50c92bd317aded7d0649

diff --git a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild 
b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
new file mode 100644
index 000..16a8634aa4c
--- /dev/null
+++ b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="An open-source full-featured 2D animation creation software"
+HOMEPAGE="https://github.com/opentoonz/opentoonz;
+SRC_URI="https://github.com/opentoonz/opentoonz/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD libtiff"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+RDEPEND="
+   app-arch/lz4:=
+   >=dev-libs/boost-1.55.0:=
+   dev-libs/lzo:2
+   >=dev-qt/qtcore-5.9:5
+   >=dev-qt/qtgui-5.9:5
+   >=dev-qt/qtmultimedia-5.9:5[widgets]
+   >=dev-qt/qtnetwork-5.9:5
+   >=dev-qt/qtopengl-5.9:5
+   >=dev-qt/qtprintsupport-5.9:5
+   >=dev-qt/qtscript-5.9:5
+   >=dev-qt/qtsvg-5.9:5
+   >=dev-qt/qtwidgets-5.9:5
+   >=dev-qt/qtxml-5.9:5
+   media-libs/freeglut
+   media-libs/freetype:2
+   media-libs/glew:=
+   media-libs/libjpeg-turbo
+   >=media-libs/libmypaint-1.3.0:=
+   media-libs/libpng:=
+   >=sci-libs/superlu-4.1:=
+   sys-libs/zlib
+   virtual/cblas
+   virtual/libusb:1
+   virtual/opengl
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+CMAKE_USE_DIR="${S}"/toonz/sources
+CMAKE_MAKEFILE_GENERATOR=emake
+
+src_configure() {
+   local mycmakeargs=(
+   
-DTIFF_LIBRARY="${S}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a"
+   -DSUPERLU_INCLUDE_DIR="${EPREFIX}/usr/include/superlu"
+   -DLZO_INCLUDE_DIR="${EPREFIX}/usr/include/lzo"
+   -DCMAKE_SKIP_RPATH=ON
+   )
+
+   # The upstream uses their own modified libtiff
+   # See: 
https://github.com/opentoonz/opentoonz/blob/master/doc/how_to_build_linux.md#building-libtiff
+   cd thirdparty/tiff-4.0.3 || die
+   econf \
+   --with-pic \
+   --disable-jbig \
+   --enable-static \
+   --disable-shared
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cd "${S}"/thirdparty/tiff-4.0.3 || die
+   emake
+
+   cmake-utils_src_compile
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-02-07 Thread Joonas Niilola
commit: b48d9d43d57d0459dbcd8407d60612257145d2cc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:48:21 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48d9d43

profiles/arch/powerpc: remove stale mask

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/powerpc/package.use.force | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.force 
b/profiles/arch/powerpc/package.use.force
index 508ff65b5c7..fad88c19802 100644
--- a/profiles/arch/powerpc/package.use.force
+++ b/profiles/arch/powerpc/package.use.force
@@ -1,15 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Luke Dashjr  (2019-09-21)
 # iasl is stable on ppc
 sys-firmware/seabios -binary
 
-# Joonas Niilola  (2019-01-12)
-# Force 'unwind' on for ppc and ppc64 with dev-libs/efl
-# #668486, #657750
-dev-libs/efl unwind
-
 # Sergei Trofimovich  (2018-12-25)
 # Enable powerpc target by default.
 dev-lang/rust llvm_targets_PowerPC



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

2020-02-07 Thread Joonas Niilola
commit: 92238cdf743d9b5ae62a0a59dbaf289f855d187d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:23:58 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92238cdf

dev-libs/efl: drop old 1.22.6

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/Manifest  |   1 -
 dev-libs/efl/efl-1.22.6.ebuild | 282 -
 dev-libs/efl/metadata.xml  |   3 -
 3 files changed, 286 deletions(-)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index 26afb2288b2..ce9f61ed5b1 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1,2 +1 @@
-DIST efl-1.22.6.tar.xz 70641848 BLAKE2B 
a6644f25934d3c9776b06edd7a9ffc321da42ee039b703c1af317d14e757b489c6d42add281febde5e81b48e38fbfa31f5b201ade4d27cd50cc70d16b9028fdd
 SHA512 
adf2b9275c295b61928134ce1af53d8830b46815d8ba09d221c7659b8a2aed6e4593b35919a98f0e33ec9b7930c5b09de8e6680536cccb21c551908b25158f56
 DIST efl-1.23.3.tar.xz 77485032 BLAKE2B 
e5f65080aec1d11a43f1e1786b8ac4e7be70ddd9614b53db822177c28ee73f9590f63d032df5ddf00db6224730b45b045d9f91da2287a4dec7589e902cbcde28
 SHA512 
47ad067c43d39b534834195f89a745c4a47d867f33aaa68c28c6dccd147379e9bc2416bd68878cc16585f8cb60e926a7df62102658b205756c01985f37f0d297

diff --git a/dev-libs/efl/efl-1.22.6.ebuild b/dev-libs/efl/efl-1.22.6.ebuild
deleted file mode 100644
index 94610459053..000
--- a/dev-libs/efl/efl-1.22.6.ebuild
+++ /dev/null
@@ -1,282 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pax-utils xdg-utils
-
-DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
-HOMEPAGE="https://www.enlightenment.org;
-SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="+bmp dds connman debug drm +eet elogind examples fbcon +fontconfig 
fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k 
libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd 
pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff 
tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent 
zeroconf"
-
-REQUIRED_USE="
-   ?? ( elogind systemd )
-   ?? ( gles2 opengl )
-   fbcon? ( !tslib )
-   gles2? (
-   || ( wayland X )
-   !sdl
-   )
-   ibus? ( glib )
-   opengl? ( X )
-   pulseaudio? ( sound )
-   sdl? ( opengl )
-   vnc? ( fbcon X )
-   wayland? ( gles2 !opengl )
-   xim? ( X )
-   xpresent? ( X )
-"
-
-RDEPEND="
-   net-misc/curl
-   media-libs/libpng:0=
-   sys-apps/dbus
-   sys-apps/util-linux
-   virtual/jpeg:0=
-   connman? ( net-misc/connman )
-   drm? (
-   dev-libs/libinput
-   media-libs/mesa[gbm]
-   x11-libs/libdrm
-   x11-libs/libxkbcommon
-   )
-   elogind? ( sys-auth/elogind )
-   fontconfig? ( media-libs/fontconfig )
-   fribidi? ( dev-libs/fribidi )
-   gif? ( media-libs/giflib:= )
-   gles2? ( media-libs/mesa[egl,gles2] )
-   glib? ( dev-libs/glib:2 )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   harfbuzz? ( media-libs/harfbuzz )
-   hyphen? ( dev-libs/hyphen )
-   ibus? ( app-i18n/ibus )
-   jpeg2k? ( media-libs/openjpeg:= )
-   libuv? ( dev-libs/libuv )
-   luajit? ( dev-lang/luajit:= )
-   !luajit? ( dev-lang/lua:* )
-   pdf? ( app-text/poppler:=[cxx] )
-   physics? ( sci-physics/bullet:= )
-   postscript? ( app-text/libspectre )
-   pulseaudio? ( media-sound/pulseaudio )
-   raw? ( media-libs/libraw:= )
-   scim? ( app-i18n/scim )
-   sdl? (
-   media-libs/libsdl2
-   virtual/opengl
-   )
-   sound? ( media-libs/libsndfile )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   )
-   svg? (
-   gnome-base/librsvg
-   x11-libs/cairo
-   )
-   system-lz4? ( app-arch/lz4 )
-   systemd? ( sys-apps/systemd:= )
-   tiff? ( media-libs/tiff:0= )
-   tslib? ( x11-libs/tslib:= )
-   unwind? ( sys-libs/libunwind )
-   valgrind? ( dev-util/valgrind )
-   vlc? ( media-video/vlc )
-   vnc? ( net-libs/libvncserver )
-   wayland? (
-   dev-libs/wayland
-   media-libs/mesa[gles2,wayland]
-   x11-libs/libxkbcommon
-   )
-   webp? ( media-libs/libwebp:= 

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

2020-02-07 Thread Joonas Niilola
commit: 618e28cf3545add452526766b31f3a6040a98c1b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:53:45 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618e28cf

profiles/arch/arm64: clean useless efl mask

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/arm64/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 60600bd9ecb..74f67787057 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -381,10 +381,6 @@ www-client/chromium tcmalloc
 # Needs deps tested.
 net-misc/curl  metalink
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet tested #499974
-dev-libs/efl physics
-
 # Roy Bamford  (2017-01-26)
 # gcj-6.3 won't bootstrap icedtea 7
 >=sys-devel/gcc-6 gcj



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

2020-02-07 Thread Joonas Niilola
commit: 09ac2c69c41334308f35d9fa740eca60caa4988c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:44:05 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ac2c69

x11-wm/enlightenment: remove dead arches

Signed-off-by: Joonas Niilola  gentoo.org>

 x11-wm/enlightenment/enlightenment-0.23.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild 
b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
index 74caaded4b5..4b8be24627a 100644
--- a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0.17/${PV%%_*}"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks 
wayland wifi xwayland"
 
 REQUIRED_USE="xwayland? ( wayland )"



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

2020-02-07 Thread Joonas Niilola
commit: 476e6b9c35f79e7df8b8eed02f58d92f4fcd52db
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:26:04 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476e6b9c

media-libs/imlib2: remove old 1.5.1

Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/imlib2/Manifest   |  1 -
 media-libs/imlib2/imlib2-1.5.1-r1.ebuild | 76 
 2 files changed, 77 deletions(-)

diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest
index 5910d9d60c0..3fed7f9dc4f 100644
--- a/media-libs/imlib2/Manifest
+++ b/media-libs/imlib2/Manifest
@@ -1,2 +1 @@
-DIST imlib2-1.5.1.tar.gz 1020701 BLAKE2B 
33213a49293fba9e86cfec312d3cd8018c2284d60040b63899778d2fa65bffe173926eb14bc893c1a80e1472084a711423f77f6288779486512074e75d92acfd
 SHA512 
9872aa3c4d45b1e9cbb0b1d0a7d5b47256e35f01a4fe19d84d276096c2da053c55bd28554441f92464d19edf1222b427571ba7b06d716031021ff1f9b4bc9656
 DIST imlib2-1.6.1.tar.gz 1038614 BLAKE2B 
89751ea5548e86b810d621cbcd5b3d37c7ddbedc9e634095f61d91779c1e96d50f87842136687e2b9cefa249b17fc98df61d07b368c7c4f466687ed38f2ed70f
 SHA512 
0c6d874973c46c7e96e49fc391d463ec8c7c5ce9de682600cb4e28ca81ff0366a02055cbec2a2b743204051243d20b2316ab602b98df9d03dcf319297f7e6a13

diff --git a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild 
b/media-libs/imlib2/imlib2-1.5.1-r1.ebuild
deleted file mode 100644
index a30f232f48d..000
--- a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal toolchain-funcs
-
-DESCRIPTION="Version 2 of an advanced replacement library for libraries like 
libXpm"
-HOMEPAGE="https://www.enlightenment.org/;
-SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 doc gif jpeg mp3 nls png +shm 
static-libs tiff +X zlib"
-
-REQUIRED_USE="shm? ( X )"
-
-RDEPEND="
-   media-libs/freetype:2[${MULTILIB_USEDEP}]
-   bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
-   gif? ( media-libs/giflib[${MULTILIB_USEDEP}] )
-   jpeg? ( ~virtual/jpeg-0:0=[${MULTILIB_USEDEP}] )
-   mp3? ( media-libs/libid3tag[${MULTILIB_USEDEP}] )
-   nls? ( sys-devel/gettext )
-   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
-   tiff? ( >=media-libs/tiff-4.0.4:0[${MULTILIB_USEDEP}] )
-   X? (
-   x11-libs/libX11[${MULTILIB_USEDEP}]
-   x11-libs/libXext[${MULTILIB_USEDEP}]
-   )
-   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-   X? ( x11-base/xorg-proto )
-"
-
-multilib_src_configure() {
-   local myconf_imlib2=(
-   $(use_with bzip2)
-   $(use_with gif)
-   $(use_with jpeg)
-   $(use_with mp3 id3)
-   $(use_with png)
-   $(use_with shm x-shm-fd)
-   $(use_enable static-libs static)
-   $(use_with tiff)
-   $(use_with X x)
-   $(use_with zlib)
-   )
-
-   # imlib2 has different configure options for x86/amd64 assembly
-   if [[ $(tc-arch) == amd64 ]]; then
-   myconf_imlib2+=( $(use_enable cpu_flags_x86_sse2 amd64) 
--disable-mmx )
-   else
-   myconf_imlib2+=( --disable-amd64 $(use_enable cpu_flags_x86_mmx 
mmx) )
-   fi
-
-   ECONF_SOURCE="${S}" \
-   econf "${myconf_imlib2[@]}"
-}
-
-multilib_src_install() {
-   V=1 emake install DESTDIR="${D}"
-   find "${D}" -name '*.la' -delete || die
-}
-
-multilib_src_install_all() {
-   if use doc; then
-   local HTML_DOCS=( "${S}"/doc/. )
-   rm "${S}"/doc/Makefile.{am,in} || die
-   fi
-   einstalldocs
-}



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

2020-02-07 Thread Joonas Niilola
commit: bfcd0b7b0cbb2fbdaba253fec375c005397d48d1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:32:52 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfcd0b7b

profiles/arch/hppa: force dev-libs/efl[lua]

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/hppa/package.use.force | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/hppa/package.use.force 
b/profiles/arch/hppa/package.use.force
new file mode 100644
index 000..32eca03d743
--- /dev/null
+++ b/profiles/arch/hppa/package.use.force
@@ -0,0 +1,6 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Joonas Niilola  (2020-02-08)
+# Force 'lua' to be used with efl, since luajit is not keyworded.
+dev-libs/efl lua



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

2020-02-07 Thread Joonas Niilola
commit: 51d86caedc4010ce7e2d406bd0d73ec8d91bf423
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:56:41 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d86cae

profiles/arch/m68k: clean old efl mask

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/m68k/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index a4eba93324f..00d77087705 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -17,10 +17,6 @@ net-libs/gnutls test-full
 # Needs libepoxy keywording, bug #510940
 x11-base/xorg-server wayland
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet tested #499974
-dev-libs/efl physics
-
 # Mikle Kolyada  (2013-07-11)
 # Tests for dev-perl/Error require >=dev-perl/Test-Pod-Coverage-1.40.0 (bug 
#351636)
 dev-perl/Error test



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

2020-02-07 Thread Joonas Niilola
commit: d3f2ea1289796133ad07f28d13603bc38ee40cd5
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:17:31 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f2ea12

media-gfx/opentoonz: switch 1.4.0 to cmake.eclass

Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/opentoonz/opentoonz-1.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild 
b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
index 16a8634aa4c..cccd2e4ca02 100644
--- a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
+++ b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="An open-source full-featured 2D animation creation software"
 HOMEPAGE="https://github.com/opentoonz/opentoonz;
@@ -67,14 +67,14 @@ src_configure() {
--enable-static \
--disable-shared
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_compile() {
cd "${S}"/thirdparty/tiff-4.0.3 || die
emake
 
-   cmake-utils_src_compile
+   cmake_src_compile
 }
 
 pkg_postinst() {



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

2020-02-07 Thread Joonas Niilola
commit: e4ab13e5929c2510098cedcf6d979ecee32985c0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:23:38 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ab13e5

media-plugins/imlib2_loaders: remove dead arches

Signed-off-by: Joonas Niilola  gentoo.org>

 media-plugins/imlib2_loaders/Manifest| 1 -
 media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-plugins/imlib2_loaders/Manifest 
b/media-plugins/imlib2_loaders/Manifest
index a83d849661f..c8a5a98c062 100644
--- a/media-plugins/imlib2_loaders/Manifest
+++ b/media-plugins/imlib2_loaders/Manifest
@@ -1,2 +1 @@
-DIST imlib2_loaders-1.5.1.tar.gz 378169 BLAKE2B 
a65dabb8fb537489fe77fdc7c197ce4fa91dc13a86d1a5bf5aae4fbc9ac65a4194b57de8d49bb0dc2d906b20b7c79aa458d0ba668aa947a847414f377fd3b540
 SHA512 
a94996091a7f9f1271c19d24e6edebeb34977a4e67b8300897de0e5afd06bb9b209e404dd86ab3f397c6dec64f4985a515986b6b048d2c13416265eb2058a8a6
 DIST imlib2_loaders-1.6.0.tar.gz 375642 BLAKE2B 
cf1e8ad887d7b56ab828018e85d5fc635509eadd283ebc051671d8b9129adfded12449a5e8d7d52f4a8bd8e877a0585d62562e169be6176d93ded3dec0569e5d
 SHA512 
948e85260ad9379f71d35ed8f98355f25878acef3bffc9add0419b6c3d3f7eec0dd504701d0bd2ad75a1aacba02e08965a5f0327f7a2832369af34b5d23d9179

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild 
b/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild
index 0b2ef19787d..e8ee8565a1d 100644
--- a/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild
+++ b/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz;
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="eet xcf"
 
 RDEPEND=">=media-libs/imlib2-${PV}



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

2020-02-07 Thread Joonas Niilola
commit: 07d769ba50101f0014c4f183f8834faed1f6281f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:54:18 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d769ba

profiles/arch/s390: clean useless efl mask

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/s390/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 9d0e0614f8b..7f1edaf49c0 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -47,10 +47,6 @@ dev-libs/libpcre2 jit
 # Not tested
 net-mail/dovecot lz4
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet tested #499974
-dev-libs/efl physics
-
 # Sergey Popov  (2015-02-18)
 # Not tested
 app-portage/layman g-sorcery



[gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/files/, x11-wm/enlightenment/

2020-02-07 Thread Joonas Niilola
commit: e8f1af2f8ab98e239bae864ef8c407bc423a8416
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:43:33 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:57:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f1af2f

x11-wm/enlightenment: remove old

Signed-off-by: Joonas Niilola  gentoo.org>

 x11-wm/enlightenment/Manifest  |   1 -
 .../enlightenment/enlightenment-0.22.4-r1.ebuild   | 102 -
 .../enlightenment-0.22.4-efl-1.22-wayland.patch|  65 -
 3 files changed, 168 deletions(-)

diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
index 096c125b9c4..1b3e26fd213 100644
--- a/x11-wm/enlightenment/Manifest
+++ b/x11-wm/enlightenment/Manifest
@@ -1,2 +1 @@
-DIST enlightenment-0.22.4.tar.xz 25656972 BLAKE2B 
5e24e226e5f9295d27658656aefaf39cc80ad3634ba1937ef1a3c8e1adeba8cf3cbab2c43cb9e80ac298107a7a64e248ff252084b19c26a9749eb9e6c3fa
 SHA512 
9f4366bfed4d65e7baaeffd4f5b8ba6febf6f9888e6156dd3e100c9fca42c377f76f156f3dd1f6ab97745ffcb69e1e8d320937e41333797580624a9b74d298ba
 DIST enlightenment-0.23.1.tar.xz 26426096 BLAKE2B 
d781dc951ad8eddd90f633b29a6b1180be63e6052a56e60644b4f738f4c0d42617aeb4f7326cf3284d0b331dd87d605fa0625ea6435f4e36b8f5b3ccce82ca53
 SHA512 
b5b8a34f6abe47d9b23dbcaf09d2f61f74b3f8d5a97b30a9666916b4bd307a45cb2ad874288419ab40ef06fa57c3b7dc15377dd9acaeb6eb71cd8c0c24fc42cb

diff --git a/x11-wm/enlightenment/enlightenment-0.22.4-r1.ebuild 
b/x11-wm/enlightenment/enlightenment-0.22.4-r1.ebuild
deleted file mode 100644
index f94da2d87cb..000
--- a/x11-wm/enlightenment/enlightenment-0.22.4-r1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg-utils
-
-DESCRIPTION="Enlightenment window manager"
-HOMEPAGE="https://www.enlightenment.org;
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0.17/${PV%%_*}"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
-IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks 
wayland wifi xwayland"
-
-REQUIRED_USE="xwayland? ( wayland )"
-
-RDEPEND="
-   >=dev-libs/efl-1.20.5[eet,X]
-   virtual/udev
-   x11-libs/libXext
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-   x11-misc/xkeyboard-config
-   acpi? ( sys-power/acpid )
-   bluetooth? ( net-wireless/bluez )
-   connman? ( dev-libs/efl[connman] )
-   geolocation? ( app-misc/geoclue:2.0 )
-   packagekit? ( app-admin/packagekit-base )
-   pam? ( sys-libs/pam )
-   systemd? ( sys-apps/systemd )
-   udisks? ( sys-fs/udisks:2 )
-   wayland? (
-   >=dev-libs/efl-1.22.0[drm,wayland]
-   dev-libs/wayland
-   x11-libs/libxkbcommon
-   x11-libs/pixman
-   )
-   xwayland? (
-   dev-libs/efl[X,wayland]
-   x11-base/xorg-server[wayland]
-   )
-"
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-efl-1.22-wayland.patch" )
-
-src_configure() {
-   local emesonargs=(
-   -D device-udev=true
-   -D install-sysactions=false
-
-   $(meson_use udisks mount-udisks)
-   $(meson_use bluetooth bluez4)
-   $(meson_use connman)
-   $(meson_use geolocation)
-   $(meson_use nls)
-   $(meson_use packagekit)
-   $(meson_use pam)
-   $(meson_use systemd)
-   $(meson_use wayland)
-   $(meson_use wifi wireless)
-   $(meson_use xwayland)
-   )
-
-   if ! use wayland; then
-   emesonargs+=(
-   -D wl-buffer=false
-   -D wl-desktop-shell=false
-   -D wl-drm=false
-   -D wl-text-input=false
-   -D wl-weekeyboard=false
-   -D wl-wl=false
-   -D wl-x11=false
-   )
-   fi
-
-   meson_src_configure
-}
-
-src_install() {
-   insinto /etc/enlightenment
-   newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
-
-   use doc && local HTML_DOCS=( doc/. )
-   meson_src_install
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}

diff --git 
a/x11-wm/enlightenment/files/enlightenment-0.22.4-efl-1.22-wayland.patch 
b/x11-wm/enlightenment/files/enlightenment-0.22.4-efl-1.22-wayland.patch
deleted file mode 100644
index 3321390cf62..000
--- a/x11-wm/enlightenment/files/enlightenment-0.22.4-efl-1.22-wayland.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 

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

2020-02-07 Thread Joonas Niilola
commit: b7a87970622456d80f89cf12092be98eb8cf0899
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:51:15 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a87970

profiles/arch/sh: remove useless efl masks

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/sh/package.use.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index ed4c5d4ab6c..70473e98498 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2020-02-02)
-# luajit is not keyworded on this arch.
-dev-libs/efl luajit
-
 # Sergei Trofimovich  (2019-12-02)
 # dev-util/systemtap is not keyworded on sh
 sys-libs/glibc systemtap
@@ -37,10 +33,6 @@ x11-base/xorg-server wayland
 # Not tested
 net-mail/dovecot lz4
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet tested #499974
-dev-libs/efl physics
-
 # Brian Evans  (2014-06-03)
 # unkeworded dependencies (bug #429708)
 >=dev-db/mysql-5.5 jemalloc



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

2020-02-07 Thread Joonas Niilola
commit: e7af6e5db5ae3d65cd4b486b397d3c09fa619713
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:55:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7af6e5d

profiles/arch/mips: clean useless efl mask

Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/mips/package.use.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 0aab84d0c77..ee28e15c7f6 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2020-02-02)
-# luajit is not keyworded on this arch.
-dev-libs/efl luajit
-
 # Michał Górny  (2018-01-23)
 # USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
 # USE=grammar requires dev-libs/link-grammar.
@@ -86,10 +82,6 @@ dev-python/numpydoc test
 # GNOME Shell does not work on mips
 net-misc/wicd gnome-shell
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet tested #499974
-dev-libs/efl physics
-
 # Matthias Maier  (2014-12-24)
 # sys-devel/clang is not keyworded
 app-doc/doxygen clang



[gentoo-commits] repo/gentoo:master commit in: media-radio/xastir/, media-radio/xastir/files/

2020-02-07 Thread Thomas Beierlein
commit: 0a1dcb42dc36ca5c96cb87a16a56fc10cbd84d0b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Feb  8 07:53:46 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Feb  8 07:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1dcb42

media-radio/xastir: Fix build with -fno-common

Closes: https://bugs.gentoo.org/706952
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Thomas Beierlein  gentoo.org>

 .../xastir/files/xastir-2.1.4-fno-common.diff  | 63 ++
 media-radio/xastir/xastir-2.1.4.ebuild |  5 +-
 2 files changed, 67 insertions(+), 1 deletion(-)

diff --git a/media-radio/xastir/files/xastir-2.1.4-fno-common.diff 
b/media-radio/xastir/files/xastir-2.1.4-fno-common.diff
new file mode 100644
index 000..f2580b5977e
--- /dev/null
+++ b/media-radio/xastir/files/xastir-2.1.4-fno-common.diff
@@ -0,0 +1,63 @@
+# Fixes build with -fno-common (bug #706952)
+
+diff --git a/src/objects.h b/src/objects.h
+index b1bf8b5..ef5b9b1 100644
+--- a/src/objects.h
 b/src/objects.h
+@@ -95,7 +95,7 @@ if (debug_level & 4) { fprintf(stderr, "Changing euid to %d 
and egid to %d\n", (
+ //
+ // number_of_predefined_objects holds the actual number of predefined
+ // objects available to display on the Create/Move popup menu.
+-int number_of_predefined_objects;
++extern int number_of_predefined_objects;
+ // File name of ~/.xastir/config file containing definitions for
+ // a predefined object menu.
+ extern char predefined_object_definition_filename[256];
+diff --git a/src/x_spider.c b/src/x_spider.c
+index a1fabc4..e5a0bc3 100644
+--- a/src/x_spider.c
 b/src/x_spider.c
+@@ -185,6 +185,7 @@ extern void split_string( char *data, char *cptr[], int 
max, char search_char );
+ // From database.h
+ extern char my_callsign[];
+ 
++extern char *pname;
+ 
+ typedef struct _pipe_object
+ {
+diff --git a/src/x_spider.h b/src/x_spider.h
+index d8af8e9..a168b1f 100644
+--- a/src/x_spider.h
 b/src/x_spider.h
+@@ -31,7 +31,7 @@
+ #define SERV_UDP_PORT   2023
+ 
+ 
+-char *pname;
++extern char *pname;
+ extern int pipe_xastir_to_tcp_server;
+ extern int pipe_tcp_server_to_xastir;
+ extern int pipe_xastir_to_udp_server;
+diff --git a/src/xa_config.c b/src/xa_config.c
+index 9a6f1f3..2ded26c 100644
+--- a/src/xa_config.c
 b/src/xa_config.c
+@@ -65,7 +65,7 @@
+ 
+ #define MAX_VALUE 300
+ 
+-//extern char xa_config_dir[];
++char xa_config_dir[1000];   /* cmdline option user config dir */
+ 
+ 
+ 
+diff --git a/src/xa_config.h b/src/xa_config.h
+index 9947145..530fc06 100644
+--- a/src/xa_config.h
 b/src/xa_config.h
+@@ -31,4 +31,4 @@ char *get_data_base_dir(char *dir);
+ void save_data(void);
+ void load_data_or_default(void);
+ 
+-char xa_config_dir[1000];   /* cmdline option user config dir */
++extern char xa_config_dir[1000];   /* cmdline option user config dir */

diff --git a/media-radio/xastir/xastir-2.1.4.ebuild 
b/media-radio/xastir/xastir-2.1.4.ebuild
index c3f29e3674c..d779bc0c568 100644
--- a/media-radio/xastir/xastir-2.1.4.ebuild
+++ b/media-radio/xastir/xastir-2.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,6 +43,9 @@ src_prepare() {
# do not filter duplicate flags (see bug 411095)
eapply -p0 "${FILESDIR}"/${PN}-2.0.0-dont-filter-flags.diff
 
+   # build with -fno-common (bug #706952)
+   eapply "${FILESDIR}"/${P}-fno-common.diff
+
eautoreconf
 }
 



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

2020-02-07 Thread Hans de Graaff
commit: 8730078764a4c8c0d71e48de2f1500c6d4a45c93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  8 07:51:44 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  8 07:51:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87300787

dev-ruby/webmock: add 3.8.1

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

 dev-ruby/webmock/Manifest |  1 +
 dev-ruby/webmock/webmock-3.8.1.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 9a556b9c42c..a302071ef51 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -2,3 +2,4 @@ DIST webmock-2.3.2.gem 112128 BLAKE2B 
ef0a722374057d7c5392924f68de8520f08cb0aa03
 DIST webmock-3.6.2.gem 117760 BLAKE2B 
132b700323cbc4e753406ccfcc69375107c1d8546fd71bacf13db614d1818926321e2cd27dfc08670f908e0ac5946b06892138c2701fb1f27cfcf9fb6dd56c3d
 SHA512 
1d6141be90840d01e3d7b8e925e0a981ac715fbca1219dd35edd7cf3bcea1c1da3442aaa131e3586f0827a7b06207314119c1f47e6ae64f11f154c70ba6fc5c2
 DIST webmock-3.7.6.gem 122368 BLAKE2B 
9bc40971f1eec96d88217544acc67b7abfe6c0815a0696119e12fc5629b4f51e1164ecc982525d2c02fa50c7b1b09548c4831c1d597f06acde04a83227ba0dc9
 SHA512 
85455495476b22d94b23e34a92db3f0f8cf1aa5bb52ea6a8eb71f5f0bcbdad1edc13dff778c62806ec27850320e9f4e17f12525bbac552e5e105ee1ecd771efd
 DIST webmock-3.8.0.gem 122368 BLAKE2B 
17533e0ba297e2caed6de736f7e0b740d33ac8d08d743ef0ac543e443c990fe2a22b14519c599c2d5e36a0bab67d9d72e3aac99ec2ca2dc3f25643b90a75943a
 SHA512 
3c0bb83abafaf1c25f8129fe1017acc323385de0ecf00229f4ebdc1ce60bf83c8d8a05372cfb6e80c2382324854dd985b06ecf3e2003ca4697a65c57c5788d1e
+DIST webmock-3.8.1.gem 122368 BLAKE2B 
ba956c72f20e2c21cea90b107ef445e42a6995fdb31f9af65c3b561e9e1fbb9fbd299db009a1d83ddfdb473ce030d40aadf6633e23afbd072ee3b4debf7e0be2
 SHA512 
b1137fabb000469ee88fdd5521756f368463ee49988d5d89b51fa8352362ff249a4849159504834933e5e1248ed9b6791d254528b3cdea461fc9e8e5d92a334c

diff --git a/dev-ruby/webmock/webmock-3.8.1.ebuild 
b/dev-ruby/webmock/webmock-3.8.1.ebuild
new file mode 100644
index 000..04f3e54f793
--- /dev/null
+++ b/dev-ruby/webmock/webmock-3.8.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock;
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
>=dev-ruby/hashdiff-0.4.0:0"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   >=dev-ruby/test-unit-3.0.0
+   dev-ruby/rack
+   >=dev-ruby/httpclient-2.8.0
+   || ( dev-ruby/http:4 dev-ruby/http:3 ) )"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old. patron's latest version is not compatible.
+   sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb 
|| die
+   rm 
spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/*
 || die
+
+   # Avoid httpclient specs that require network access, most likely
+   # because mocking does not fully work.
+   sed -i -e '/httpclient streams response/,/^  end/ s:^:#:' \
+   -e '/are detected when manually specifying Authorization 
header/,/^end/ s:^:#:' \
+   spec/acceptance/httpclient/httpclient_spec.rb
+
+   # Avoid specs that require network access
+   sed -i -e '/when request is not stubbed/,/^  end/ s:^:#:' 
spec/acceptance/shared/callbacks.rb
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2020-02-07 Thread Hans de Graaff
commit: 8289c45281389c3cb8ec0c73c7ffba14dc3394ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  8 07:01:27 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  8 07:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8289c452

dev-ruby/ruby-gettext: add 3.3.3

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

 dev-ruby/ruby-gettext/Manifest  |  1 +
 dev-ruby/ruby-gettext/ruby-gettext-3.3.3.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest
index f7a876f3c79..cdcd8f771a5 100644
--- a/dev-ruby/ruby-gettext/Manifest
+++ b/dev-ruby/ruby-gettext/Manifest
@@ -1,2 +1,3 @@
 DIST gettext-3.2.9.gem 285696 BLAKE2B 
a7bc40b2102f5b937d5f0e407dbaa23ead1da59eb9284c10a249c59548d0e2ad5fcd56b8855439893d2d31b57e0109bb6a9d5cc2d24075f5e360dc16b9291137
 SHA512 
21496c38cfc16a2b280f30bb94ff4560007eaa7f02c2341cb26aca2969a663c0863cdb650b4eadfd262d8585111dfb572e2ebc66a7a879045de50bf9da80a501
 DIST gettext-3.3.2.gem 289280 BLAKE2B 
f18af8ca573c7a503983c741cb719896208f062b83382533fe818c0ca2e6b3eb5c4491150dd43ba5701ec0fa9a52c1b7686b938d05da6e4a35c5823fe447b4f9
 SHA512 
92ec140795fe4477754349375413061f20933daddf71f024b989b85fa05a773aa63583c11d982f7c65ab6e842ed03d2083834883ddd45a76f84655ae814969c2
+DIST gettext-3.3.3.gem 290304 BLAKE2B 
17a9020660c0f9793d86428cf5738485e9b76d88d23a41aef053ef2c7034d6b98f1c880a61a37c6b04dfce37dc82672bbd6659312da5279e6e0c85212206559a
 SHA512 
f14cd5166d16c592cec6e9b3ad5b2e5e27889cee0380b70abc3a6a69bcd8bcd1f742c88021e58ba843655d22e731decaeb1151e359fb49f613e71721e675cbf8

diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.3.3.ebuild 
b/dev-ruby/ruby-gettext/ruby-gettext-3.3.3.ebuild
new file mode 100644
index 000..6dbe1dc2f60
--- /dev/null
+++ b/dev-ruby/ruby-gettext/ruby-gettext-3.3.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_NAME="${PN/ruby-/}"
+RUBY_FAKEGEM_VERSION="${PV%_*}"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locale po"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Native Language Support Library and Tools modeled after GNU 
gettext package"
+HOMEPAGE="https://ruby-gettext.github.io/;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+SLOT="0"
+LICENSE="|| ( Ruby LGPL-3+ )"
+
+ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   dev-ruby/racc"
+ruby_add_bdepend "test? (
+   dev-ruby/test-unit:2
+   dev-ruby/test-unit-rr )"
+
+RDEPEND+=" sys-devel/gettext"
+DEPEND+=" sys-devel/gettext"
+
+all_ruby_prepare() {
+   # Fix broken racc invocation
+   sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die
+
+   # Avoid bundler dependency
+   sed -i -e '/bundler/,/helper.install/ s:^:#:' \
+   -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die
+
+   # Avoid dependency on developer-specific tools.
+   sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
+
+   # Avoid tests failing due to a missing test file.
+   #sed -i -e '/test_invalid_charset/,/end/ s:^:#:' test/test_mo.rb || die
+
+   # Avoid SAFE mode test that fails on ruby 2.6
+   sed -i -e '/test_safe_mode/aomit' test/test_gettext.rb || die
+}
+
+each_ruby_test() {
+   # Upstream tries to daisy-chain rake calls but they fail badly
+   # with our setup, so run it manually.
+   ${RUBY} test/run-test.rb || die "tests failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r samples
+}



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

2020-02-07 Thread Hans de Graaff
commit: fb9b813a4e814eedc2ad4b10dd9fbd2d1bc139ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  8 07:06:16 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  8 07:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9b813a

net-analyzer/munin: add 2.0.56

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

 net-analyzer/munin/Manifest|   2 +
 net-analyzer/munin/munin-2.0.56.ebuild | 417 +
 2 files changed, 419 insertions(+)

diff --git a/net-analyzer/munin/Manifest b/net-analyzer/munin/Manifest
index b827740100f..7c918466c46 100644
--- a/net-analyzer/munin/Manifest
+++ b/net-analyzer/munin/Manifest
@@ -4,3 +4,5 @@ DIST munin-2.0.52-gentoo-1.tar.xz 3980 BLAKE2B 
5aae9c29befa761f797d362c90d810051
 DIST munin-2.0.52.tar.gz 2266820 BLAKE2B 
41233cd28ce4d682dfd47895061426404540c6b1c65798609a2d509d39ad5359b22087027662e7c03848e5676815843c34d078b782e3d0ab3a6a29b6a22e058b
 SHA512 
7439ea10006a94227b71328d06411378f6855f23f17815a433b3a1c40ea23da5a25a366d48f911b9cfdc43c4b98f3bb9777b67db2b894441eb8941e84ede379c
 DIST munin-2.0.54-gentoo-1.tar.xz 3980 BLAKE2B 
5aae9c29befa761f797d362c90d810051a7f3a5dc8250776ab6ae1659197d795dfb87274db66ff0a3deb4e10e14ced5b3765551a3f29357c436968a848f450ea
 SHA512 
b21d6590bb9e1da127066a06818f1f3157362762f80526e2231b926956959e62af575f38235f72326376dc21bba63f9767efa379f1f2558ca9b20ddf5395e851
 DIST munin-2.0.54.tar.gz 2270295 BLAKE2B 
d0f573a46eedf9e9a7de61428de6c2261f6c9fddd3aa5696966c2ffdaa82a432dca72d60cd2e4b75601f312ad07918090a9dd45a10e3c9c81371b97200e28b12
 SHA512 
b9a8c7403b34d393115d833ee41e3b5c325e072729b66f6b8b7fd3546ab4660e59e59c6f192eabb706e2bc9c73aea9c50c880c2c36826c5f2962bca46098e732
+DIST munin-2.0.56-gentoo-1.tar.xz 3980 BLAKE2B 
5aae9c29befa761f797d362c90d810051a7f3a5dc8250776ab6ae1659197d795dfb87274db66ff0a3deb4e10e14ced5b3765551a3f29357c436968a848f450ea
 SHA512 
b21d6590bb9e1da127066a06818f1f3157362762f80526e2231b926956959e62af575f38235f72326376dc21bba63f9767efa379f1f2558ca9b20ddf5395e851
+DIST munin-2.0.56.tar.gz 2271203 BLAKE2B 
f3df227b905ab794e2253637d367819eff2625f9e0f2355d23916b033b3b23d14bb64a78bf6a334f0c7a1859e60c227d1f754a2689bf291cc5f43a46986d35fe
 SHA512 
111b9b8d88474f480eac1e304a92a52c2295d72a1c6709bb2942ff6ee0ba26a56d25dc5d0cf08ddb98a23d6d9693ad0cddb2185e10df83d553655d017d102b1d

diff --git a/net-analyzer/munin/munin-2.0.56.ebuild 
b/net-analyzer/munin/munin-2.0.56.ebuild
new file mode 100644
index 000..80f46fab896
--- /dev/null
+++ b/net-analyzer/munin/munin-2.0.56.ebuild
@@ -0,0 +1,417 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PATCHSET=1
+
+inherit java-pkg-opt-2 systemd
+
+MY_P=${P/_/-}
+
+DESCRIPTION="Munin Server Monitoring Tool"
+HOMEPAGE="http://munin-monitoring.org/;
+SRC_URI="
+   https://github.com/munin-monitoring/munin/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~graaff/munin/${P}-gentoo-${PATCHSET}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="asterisk irc java ldap memcached minimal mysql postgres selinux ssl test 
cgi ipv6 syslog ipmi http dhcpd doc apache2"
+REQUIRED_USE="cgi? ( !minimal ) apache2? ( cgi )"
+RESTRICT="!test? ( test )"
+
+# Upstream's listing of required modules is NOT correct!
+# Some of the postgres plugins use DBD::Pg, while others call psql directly.
+# Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
+# We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
+DEPEND_COM="
+   acct-user/munin
+   acct-user/munin-async
+   acct-group/munin
+   dev-lang/perl:=[berkdb]
+   dev-perl/DBI
+   dev-perl/Date-Manip
+   dev-perl/File-Copy-Recursive
+   dev-perl/List-MoreUtils
+   dev-perl/Log-Log4perl
+   dev-perl/Net-CIDR
+   dev-perl/Net-DNS
+   dev-perl/Net-Netmask
+   dev-perl/Net-SNMP
+   dev-perl/Net-Server[ipv6(-)?]
+   virtual/perl-Digest-MD5
+   virtual/perl-Getopt-Long
+   virtual/perl-MIME-Base64
+   virtual/perl-Storable
+   virtual/perl-Text-Balanced
+   virtual/perl-Time-HiRes
+   apache2? ( 
www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite]
 )
+   asterisk? ( dev-perl/Net-Telnet )
+   cgi? (
+   dev-perl/FCGI
+   dev-perl/CGI-Fast
+   )
+   dhcpd? (
+   >=net-misc/dhcp-3[server]
+   dev-perl/Net-IP
+   dev-perl/HTTP-Date
+   )
+   doc? ( dev-python/sphinx )
+   http? ( dev-perl/libwww-perl )
+   irc? ( dev-perl/Net-IRC )
+   ldap? ( dev-perl/perl-ldap )
+   kernel_linux? ( sys-process/procps )
+   memcached? ( dev-perl/Cache-Memcached )
+   mysql? (
+   virtual/mysql
+   dev-perl/Cache-Cache
+

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

2020-02-07 Thread Hans de Graaff
commit: 3062009401c353aec2cf8c074631851ca9633f0b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  8 07:19:32 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  8 07:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30620094

dev-ruby/ruby_parser: add 3.14.2

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

 dev-ruby/ruby_parser/Manifest  |  1 +
 dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest
index d4138508120..70ba58d23c9 100644
--- a/dev-ruby/ruby_parser/Manifest
+++ b/dev-ruby/ruby_parser/Manifest
@@ -1,3 +1,4 @@
 DIST ruby_parser-3.13.1.gem 445952 BLAKE2B 
7df7bbfe3f7f700747d32bd5c66d94fdd7c57974e622969958dda39f4dc8656a4211378ba51c4b8e8eefafebf82e550ab73a775530eab06ff6419a3dee7f8f7b
 SHA512 
90c8b68245168c7df4ec8d0e6c62d9723d759945823768645614fe085f375c6811a15c35334c485cb59f32f6adb1aa0a06e7df043b09a48ef4e6102d93562b1b
 DIST ruby_parser-3.14.0.gem 467456 BLAKE2B 
0eca83b919a87306e35e0a6481b6518d5b7ca04e437f6953de278bc757e8fd53e15dd26d7049a715314fd88c01cbd4fc5123fdc98e3cfa7d063e291f92a39a93
 SHA512 
077cc4610a768430982735e174ddff762ac677a6d437e0e82ee6615c467997434ec6f556d6144593e548c0e7bb8f7e208485e64085858757c4ba2dc9e606e9b2
 DIST ruby_parser-3.14.1.gem 467968 BLAKE2B 
bcd72ebdf855111358f12c08518d200b1fdcd6bf860614dc190fc59f8a242d843271ec426797b7a2afb3082ec6775777d83d324d66391e21d1df8a27971e1b10
 SHA512 
0bbbe8a85e1602fd26d2ea8d19d4e57933251ba94341cda79631f7f0e35ea8f3c5b0c2e6e8bc182340838737d508cc8142167917dbd35e0bdb005889f152d72c
+DIST ruby_parser-3.14.2.gem 466432 BLAKE2B 
2694888b5b705733468eaf074f7f059814e2a230d1ec7390ef6b093c717534bfc6648a00240fd07d0f108ee1dcdc9f81b121a0ff0446d4ebf75fa5bf87006fa0
 SHA512 
65b8977fff322d4ecdbb8da1276d76318f08a13a25d8cf8429ba5ca7097c2b58c03431d60b05eec6cb62be316cf9b1efc753b86e8b67e076fd413d2324bc6655

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild
new file mode 100644
index 000..76b25e68565
--- /dev/null
+++ b/dev-ruby/ruby_parser/ruby_parser-3.14.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby parser written in pure ruby"
+HOMEPAGE="https://github.com/seattlerb/ruby_parser;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sexp_processor-4.9.0:4"
+
+ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 
>=dev-ruby/sexp_processor-4.13.0:4 )"
+
+DEPEND+=" test? ( dev-util/unifdef )"
+
+all_ruby_prepare() {
+   # Remove reference to perforce method that is not in a released
+   # version of hoe-seattlerb.
+   #sed -i -e '/perforce/d' Rakefile || die
+   sed -i -e '/license/d' Rakefile || die
+   sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2020-02-07 Thread Hans de Graaff
commit: 58872bcdc968d92de8eba82e0c03c8e7bd6bbfd9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  8 07:14:11 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  8 07:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58872bcd

dev-ruby/sexp_processor: add 4.14.0

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

 dev-ruby/sexp_processor/Manifest   |  1 +
 .../sexp_processor/sexp_processor-4.14.0.ebuild| 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/sexp_processor/Manifest b/dev-ruby/sexp_processor/Manifest
index 3c0d62a3ebc..08b697d4c04 100644
--- a/dev-ruby/sexp_processor/Manifest
+++ b/dev-ruby/sexp_processor/Manifest
@@ -1,3 +1,4 @@
 DIST sexp_processor-4.12.0.gem 54784 BLAKE2B 
bdbb349a85fbd1c7750db3dcd22d9b792eb17605d5157c969d083a8fca404b1af3db1e2bfdcf76a6b7f392043996d246686dfa73117b9efacec529896d5a8e35
 SHA512 
d1e1ae7cf13b0b8c2e6786aad1bdeda25697d88abec86fc9415bb76d4e9e98097d2fecf16ceddbc80d1d447064bfa73beec5eaa5270ef38ce224c4bdbcdede3a
 DIST sexp_processor-4.12.1.gem 54784 BLAKE2B 
95b238abb3050448cd076cfbda61d60c1d2bd90cfc94c3eafb51187b48a26249eb84b26e2a9469414e61f1c26f7764703fdf33842cb77730219048f999d48b92
 SHA512 
00f27cfea808ce16eba209207f804a432057d434c181d62f44656798d051c783f0232fa9ff9068ba83c254dfc0bb50d59a83196bf2a5f247f438b6467d9ba701
 DIST sexp_processor-4.13.0.gem 55808 BLAKE2B 
d807f632e93bbffaf92c31214a5d76fb5f069563af07f3f3c9d8095114d4ffc41a759144f93e1081d4192e6b7d572feab2be10a5fd639bafc0d3b166a4d5b5e1
 SHA512 
0b83613c10dd268837bddd552910c799e002eea6b409aa9788a5a65957454d2ef601cc023f84d98dbacc34e3c58923d6c43115510bae7ec9d2d72286f141828a
+DIST sexp_processor-4.14.0.gem 55808 BLAKE2B 
60e19163bfca60b019b462f251eddc1f3644207f8eb4ac6240cb5eec9365621c56bd0a6741d1371a502c745b41e6a5efa29323a43ce919d823c0f11fd1a4d6f5
 SHA512 
90a6ed905d79079b51849521e25d8e6aa87c8d9aced75883b4080568a30aa3c349df35bb74556a1755f77ed73d3260ce88534d1967db93b39b34cf28132e0093

diff --git a/dev-ruby/sexp_processor/sexp_processor-4.14.0.ebuild 
b/dev-ruby/sexp_processor/sexp_processor-4.14.0.ebuild
new file mode 100644
index 000..6b5718af068
--- /dev/null
+++ b/dev-ruby/sexp_processor/sexp_processor-4.14.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Processor for s-expressions created as part of the ParseTree 
project"
+HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/minitest-5.5
+   )"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/xastir/, media-radio/xastir/files/

2020-02-07 Thread Thomas Beierlein
commit: 0e7062f23983725a502804b4b83a618620fd88a4
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Feb  8 07:28:01 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Feb  8 07:29:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7062f2

media-radio/xastir: Drop old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/xastir/Manifest|   1 -
 media-radio/xastir/files/xastir-2.0.4-fortify.diff | 144 -
 .../files/xastir-2.0.8-fix-graphicsmagick.diff |  32 -
 .../files/xastir-2.0.8-no-builtin-shapelib.diff|  58 -
 media-radio/xastir/files/xastir-2.0.8-scripts.diff |  91 -
 media-radio/xastir/metadata.xml|   1 -
 media-radio/xastir/xastir-2.0.8-r1.ebuild  |  86 
 7 files changed, 413 deletions(-)

diff --git a/media-radio/xastir/Manifest b/media-radio/xastir/Manifest
index 6fd1281880e..48be224f00b 100644
--- a/media-radio/xastir/Manifest
+++ b/media-radio/xastir/Manifest
@@ -1,2 +1 @@
-DIST xastir-2.0.8.tar.gz 2697256 BLAKE2B 
12a12219885d7923e3262494ac39b7b7f200118953b1e47ae25917f3f1732a1cff931de06462de7d5f1216c9b61561f8090fc49e18b40380eaa58b3559c5f123
 SHA512 
fd98a880392e9fcb049c6049ebc6a6a5e600571b7b59fd7061a72404abd68530ae6f152c9eabdc39be0458b33b363ce7fa3fdd5330003298bca8eaac62a6982f
 DIST xastir-2.1.4.tar.gz 2694124 BLAKE2B 
90fd8ef340fc5bad43c9501c6530dcd4bd60eaab9c04638c68f80add46f0df24c45db334549915edaee95cbdcc9b7580d6343d81d84cb819f4ef5a76c9f79242
 SHA512 
e96f9de52499615cfe88708656d111d417e0d0e08f798b2d97f6a270db3e639c4fb5219767f8fd399fe75f51f02391ace87ae7175ae9a44cb5a4056ab7b573b1

diff --git a/media-radio/xastir/files/xastir-2.0.4-fortify.diff 
b/media-radio/xastir/files/xastir-2.0.4-fortify.diff
deleted file mode 100644
index e2c34b00747..000
--- a/media-radio/xastir/files/xastir-2.0.4-fortify.diff
+++ /dev/null
@@ -1,144 +0,0 @@
 src/rac_data.c.orig2012-09-23 18:19:22.0 +0200
-+++ src/rac_data.c 2012-11-29 21:00:53.0 +0100
-@@ -212,7 +212,8 @@
- char char_offset[16];
- char index[32];
- int found = 0;
--rac_record racdata;
-+char buffer[sizeof(rac_record)];
-+rac_record *racdata = (rac_record *)buffer;
- /*charfiller[8];*/
- char amacall_path[MAX_VALUE];
- 
-@@ -220,7 +221,7 @@
- 
- 
- xastir_snprintf(index, sizeof(index)," ");
--xastir_snprintf(racdata.callsign, sizeof(racdata.callsign)," ");
-+xastir_snprintf(racdata->callsign, sizeof(racdata->callsign)," ");
- 
- /*    
 */
- /*Search thru the index, get the RBA*/
-@@ -257,19 +258,19 @@
- if (callsign[5] == '-')
- (void)chomp(callsign,5);
- 
--while (!feof(fdb) && strncmp((char *), callsign, 6) < 0)
-+while (!feof(fdb) && strncmp(buffer, callsign, 6) < 0)
- 
- //WE7U
- // Problem here:  We're sticking 8 bytes too many into racdata!
--rc = fgets((char *), sizeof(racdata), fdb);
-+rc = fgets(buffer, sizeof(buffer), fdb);
- 
- } else
- fprintf(stderr,"Search:Could not open RAC data base: %s\n", 
get_data_base_dir("fcc/AMACALL.LST") );
- 
- /*  || (callsign[5] == '-' && strncmp((char *),callsign,5) < 0)) 
*/
--(void)chomp(racdata.callsign, 6);
-+(void)chomp(racdata->callsign, 6);
- 
--if (!strncmp((char *)racdata.callsign, callsign, 6)) {
-+if (!strncmp(racdata->callsign, callsign, 6)) {
- found = 1;
- 
- // Some of these cause problems on 64-bit processors, so commented
-@@ -293,82 +294,82 @@
- xastir_snprintf(data->callsign,
- sizeof(data->callsign),
- "%s",
--racdata.callsign);
-+racdata->callsign);
- 
- xastir_snprintf(data->first_name,
- sizeof(data->first_name),
- "%s",
--racdata.first_name);
-+racdata->first_name);
-  
- xastir_snprintf(data->last_name,
- sizeof(data->last_name),
- "%s",
--racdata.last_name);
-+racdata->last_name);
-  
- xastir_snprintf(data->address,
- sizeof(data->address),
- "%s",
--racdata.address);
-+racdata->address);
-  
- xastir_snprintf(data->city,
- sizeof(data->city),
- "%s",
--racdata.city);
-+racdata->city);
-  
- xastir_snprintf(data->province,
- sizeof(data->province),
- "%s",
--racdata.province);
-+racdata->province);
-  
- xastir_snprintf(data->postal_code,
- sizeof(data->postal_code),
- "%s",
--racdata.postal_code);
-+racdata->postal_code);
-  
- xastir_snprintf(data->qual_a,
- 

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

2020-02-07 Thread Sven Wegener
commit: 2541ce540cd344632f96f712f24e4edb4ba69def
Author: Sven Wegener  gentoo  org>
AuthorDate: Sat Feb  8 06:57:10 2020 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Sat Feb  8 06:57:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2541ce54

sys-cluster/swift: Fix sed for init script

/etc/init.d/swift-proxy: line 9: nneed: command not found

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sven Wegener  gentoo.org>

 sys-cluster/swift/swift-2.24.0.ebuild  | 2 +-
 sys-cluster/swift/swift-2019.2..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/swift/swift-2.24.0.ebuild 
b/sys-cluster/swift/swift-2.24.0.ebuild
index f9125af321f..66211332bf2 100644
--- a/sys-cluster/swift/swift-2.24.0.ebuild
+++ b/sys-cluster/swift/swift-2.24.0.ebuild
@@ -85,7 +85,7 @@ python_install_all() {
newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
newins "etc/proxy-server.conf-sample" "proxy-server.conf"
if use memcached; then
-   sed -i '/depend/a\nneed memcached' 
"${D}/etc/init.d/swift-proxy"
+   sed -i '/depend/a\need memcached' 
"${D}/etc/init.d/swift-proxy"
fi
fi
if use account; then

diff --git a/sys-cluster/swift/swift-2019.2..ebuild 
b/sys-cluster/swift/swift-2019.2..ebuild
index f9125af321f..66211332bf2 100644
--- a/sys-cluster/swift/swift-2019.2..ebuild
+++ b/sys-cluster/swift/swift-2019.2..ebuild
@@ -85,7 +85,7 @@ python_install_all() {
newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
newins "etc/proxy-server.conf-sample" "proxy-server.conf"
if use memcached; then
-   sed -i '/depend/a\nneed memcached' 
"${D}/etc/init.d/swift-proxy"
+   sed -i '/depend/a\need memcached' 
"${D}/etc/init.d/swift-proxy"
fi
fi
if use account; then



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

2020-02-07 Thread Zac Medico
commit: d7f328dcb1dbf27213e58352906bd02ef3ca
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Feb  8 03:28:54 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Feb  8 03:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f328dc

app-emulation/buildah: Bump to version 1.14.0

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/buildah/Manifest  |  1 +
 app-emulation/buildah/buildah-1.14.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
index b28f477fd51..e9b62a1614a 100644
--- a/app-emulation/buildah/Manifest
+++ b/app-emulation/buildah/Manifest
@@ -2,4 +2,5 @@ DIST buildah-1.11.5.tar.gz 10594213 BLAKE2B 
421d4ea78ad84fbae42086b8d49fec26db8e
 DIST buildah-1.11.6.tar.gz 10600477 BLAKE2B 
b70849ca0121e32cd66da3da282a443688c15a783a1be7d5d3650bf1122c865e9674d0790fb599f6da4c04072a19360aa224ccc76d516e8a8e71061c903dd0e1
 SHA512 
419d51d0b430dbc38862bad218cf0bb9a698472dd3932e69fa6bcfb2023b9cd10cf03916f2333892cdcc051ce799664619c62941965a59420d81ba4706e9d7be
 DIST buildah-1.12.0.tar.gz 10717080 BLAKE2B 
67107684d625ef23166d666dba50244861e6903f46315d8bae4d313d3585da154b7ee5f87ae8ab69ca717fdf68b914dee0cbcf2e1e95c34ebfccee4739db1d62
 SHA512 
ed7d77dfe88f613ef4f756455d889d707707ad16f8f6a9b514a8fbaabb56fef58db54ceb2344954a9311bcc6f1f000b21ac461f9b612b8534ae6a4594ad7a16d
 DIST buildah-1.13.1.tar.gz 10928426 BLAKE2B 
7f790e2e6499543f6ddae5582f03e4e8a2429783512bf53ffa48d010b1338c4e232117e8b175057205c75ee839981564358239d08d48dbdef8cae80bbacc6554
 SHA512 
89c02f3c485408f16d6334bb4621accbb7de5f8d3d4458eb4c925468da1f6c14a18132e8f643e965d3054f05a90ada3c4911e539541f9ca045ca606c9ce1bed9
+DIST buildah-1.14.0.tar.gz 10895764 BLAKE2B 
afc99c12737651997785ce96793afbff24e514a89e445ec5e176940940335b5966cf6e05e3d418d2aad2308d604e05879874eb5d5c07182dc0484e43411628e7
 SHA512 
c2fe27ccff81cc22dcb398f6d57f618015a1f534510888966483002d552c5f233b8899f639dac15d0f299c6c618e6f1d9889e65c745ce4709e7abd9498258a86
 DIST containers-storage-1.14.0-vfs-user-xattrs.patch 14835 BLAKE2B 
99c35933dcb25385ee83b80cf282c11c738d0e4d91216cc08a50522f6caa9bca5938299412908f16df404f99e80616a10b4c02c0ebc38240a987830ddaf15008
 SHA512 
62c7ed49728bd12b5706f59b0d4af3b18d90e8cfc2b06e681f84fe3f5d3e0cd5c0317147109c4e3ec4fec26f82c269af3c9813e47339ce102e4e97400b74627d

diff --git a/app-emulation/buildah/buildah-1.14.0.ebuild 
b/app-emulation/buildah/buildah-1.14.0.ebuild
new file mode 100644
index 000..eb7c61b39ef
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.14.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 go-module
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/containers/buildah;
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+IUSE="selinux"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="5965d9a"
+SRC_URI="https://github.com/containers/buildah/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+RDEPEND="app-crypt/gpgme:=
+   app-emulation/skopeo
+   dev-libs/libgpg-error:=
+   dev-libs/libassuan:=
+   sys-fs/lvm2:=
+   sys-libs/libseccomp:=
+   selinux? ( sys-libs/libselinux:= )"
+DEPEND="${RDEPEND}"
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -e 's|^\(GIT_COMMIT ?= \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
+
+   [[ -f selinux_tag.sh ]] || die
+   use selinux || { echo -e "#!/bin/sh\ntrue" > \
+   selinux_tag.sh || die; }
+}
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME
+   emake all
+}
+
+src_install() {
+   dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
+   doman docs/*.1
+   dodoc -r docs/tutorials
+   dobin ${PN} imgtype
+   dobashcomp contrib/completions/bash/buildah
+}
+
+src_test() {
+   emake test-unit
+}



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

2020-02-07 Thread Craig Andrews
commit: 33e8af3a5d925cce374a17ef990747c02635f6a1
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 03:19:36 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 03:20:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e8af3a

net-p2p/cpuminer-opt: 3.12.1 version bump

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

 net-p2p/cpuminer-opt/Manifest   |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.12.1.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 1c29d33a4c1..0ab37c674ec 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.11.9.tar.gz 1871215 BLAKE2B 
3cd19225d4e2b4ab26721069d83f6d568c48ca12fa94ced3502442042999f8db0e8c69e46617738238d9ab969ef39e3ef555731c4618a7b7b6c88d438c58
 SHA512 
d1a8f18769970a05df8da454f1755fda593dc0dfb2484855fb447dca25484254cefdbd31e19917b13195519c0e5cbf91fbe644f2d27300ad2db6c1ae52d5125b
 DIST cpuminer-opt-3.12.0.1.tar.gz 1808697 BLAKE2B 
467a24044bf96c87b58953c8ecd22fbe85a6cc4ce865bf24067265a7a34f0bbc9251829bb918db81397f248f1e546b41ff56b94904bfd435097745937364cec3
 SHA512 
03f5aafeed6a6f3af71b3abcb4353386572b90f3d79783c87f54847cd766b61544484767fe9499e0cb09fbc6eaa28129cf8b7587401a2669bc3153b9ea46
 DIST cpuminer-opt-3.12.0.tar.gz 1808901 BLAKE2B 
25002c7f8285fead4fcc8ea6276bad030498382a93148c55d7e9627929c6cf711c0599a0bf7b88911be841504efe0a9f79f152dad25f06b8cf43b61f0037f3fd
 SHA512 
05b3420b6b935dc67aa35c14db6a7aad4f279fa3814c2a91ee1ecfe7584a5a0b49f18d0b42208f4a7c74159700271f0269d1cdabd808bf19dd6a2b9e530b2725
+DIST cpuminer-opt-3.12.1.tar.gz 1809074 BLAKE2B 
2c19cba4dc070286d7fe39b53b61177b64c3d873bbcefa359c62f4cdaa8b685fa40f2ef61a1fce9fba57902ba3399cd3b45816e932362f2633ce3ca174ad2b41
 SHA512 
98c84e8057a9c31cfa65daba32f43c7a7d9225878dcce07c740fac563225494c901f15bdf0450e50d857918dbc01861ddfd39ead9d44f8038fe866bfa3ef69e1

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.12.1.ebuild
new file mode 100644
index 000..a5d436b3b8b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.12.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



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

2020-02-07 Thread Craig Andrews
commit: 59914420285cd93311627176bdca8bda4c042f1a
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 03:20:01 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 03:20:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59914420

net-p2p/cpuminer-opt: Cleanup old versions

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

 net-p2p/cpuminer-opt/Manifest |  3 --
 net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild   | 50 ---
 net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild | 50 ---
 net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.ebuild   | 50 ---
 4 files changed, 153 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 0ab37c674ec..788ca110057 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,4 +1 @@
-DIST cpuminer-opt-3.11.9.tar.gz 1871215 BLAKE2B 
3cd19225d4e2b4ab26721069d83f6d568c48ca12fa94ced3502442042999f8db0e8c69e46617738238d9ab969ef39e3ef555731c4618a7b7b6c88d438c58
 SHA512 
d1a8f18769970a05df8da454f1755fda593dc0dfb2484855fb447dca25484254cefdbd31e19917b13195519c0e5cbf91fbe644f2d27300ad2db6c1ae52d5125b
-DIST cpuminer-opt-3.12.0.1.tar.gz 1808697 BLAKE2B 
467a24044bf96c87b58953c8ecd22fbe85a6cc4ce865bf24067265a7a34f0bbc9251829bb918db81397f248f1e546b41ff56b94904bfd435097745937364cec3
 SHA512 
03f5aafeed6a6f3af71b3abcb4353386572b90f3d79783c87f54847cd766b61544484767fe9499e0cb09fbc6eaa28129cf8b7587401a2669bc3153b9ea46
-DIST cpuminer-opt-3.12.0.tar.gz 1808901 BLAKE2B 
25002c7f8285fead4fcc8ea6276bad030498382a93148c55d7e9627929c6cf711c0599a0bf7b88911be841504efe0a9f79f152dad25f06b8cf43b61f0037f3fd
 SHA512 
05b3420b6b935dc67aa35c14db6a7aad4f279fa3814c2a91ee1ecfe7584a5a0b49f18d0b42208f4a7c74159700271f0269d1cdabd808bf19dd6a2b9e530b2725
 DIST cpuminer-opt-3.12.1.tar.gz 1809074 BLAKE2B 
2c19cba4dc070286d7fe39b53b61177b64c3d873bbcefa359c62f4cdaa8b685fa40f2ef61a1fce9fba57902ba3399cd3b45816e932362f2633ce3ca174ad2b41
 SHA512 
98c84e8057a9c31cfa65daba32f43c7a7d9225878dcce07c740fac563225494c901f15bdf0450e50d857918dbc01861ddfd39ead9d44f8038fe866bfa3ef69e1

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild
deleted file mode 100644
index a5d436b3b8b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   >=net-misc/curl-7.15[ssl]
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   econf --with-crypto --with-curl
-}
-
-src_install() {
-   default
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto "/etc/${PN}"
-   doins cpuminer-conf.json
-}
-
-src_test() {
-   ./cpuminer --cputest || die
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild
deleted file mode 100644
index a5d436b3b8b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   >=net-misc/curl-7.15[ssl]
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   econf --with-crypto --with-curl
-}
-
-src_install() {
-   default
-   systemd_dounit 

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

2020-02-07 Thread Zac Medico
commit: 83c3ceba0318835199a24426d8d80c3db2095f1d
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Feb  8 03:15:19 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Feb  8 03:17:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c3ceba

app-emulation/libpod: Bump to version 1.8.0

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/libpod/Manifest|   1 +
 app-emulation/libpod/libpod-1.8.0.ebuild | 136 +++
 2 files changed, 137 insertions(+)

diff --git a/app-emulation/libpod/Manifest b/app-emulation/libpod/Manifest
index b0d47445155..504fd208dbf 100644
--- a/app-emulation/libpod/Manifest
+++ b/app-emulation/libpod/Manifest
@@ -1,3 +1,4 @@
 DIST containers-storage-1.14.0-vfs-user-xattrs.patch 14835 BLAKE2B 
99c35933dcb25385ee83b80cf282c11c738d0e4d91216cc08a50522f6caa9bca5938299412908f16df404f99e80616a10b4c02c0ebc38240a987830ddaf15008
 SHA512 
62c7ed49728bd12b5706f59b0d4af3b18d90e8cfc2b06e681f84fe3f5d3e0cd5c0317147109c4e3ec4fec26f82c269af3c9813e47339ce102e4e97400b74627d
 DIST libpod-1.6.4.tar.gz 8340370 BLAKE2B 
f68f0e846a442aa0717d4918f24260560ee77c8abdecd5af3dec06ee95ab899d623b8797962ac416bf498f22643d45de5c6d86049eead9d5c93073957c3fd9bf
 SHA512 
69322551ab196cd3859e03988178c59a47df6f00ef0768a56e40d785f6b2130df03ff0ea76d101e21e748ea9260ede144d31f3ec21922ffd70eb2969a77d4194
 DIST libpod-1.7.0.tar.gz 8679022 BLAKE2B 
8a8037b75deae9f94461ab697b2a7cf095254c68d8436655c37a40375e3dd1a2b621672643e430acc8a656fcd516fa5a542e7104d6cfdbee3d213aca6228d410
 SHA512 
986ec7123127d3ffb26cecc39a2ae3d8a6dd3d147327449fc4e9d17f6e6606bde278f13920d0aef59410262801251e7b4cfe099cb5caafe9773533e8476848fe
+DIST libpod-1.8.0.tar.gz 8992983 BLAKE2B 
a3b12dbfbdb0fe01ef8791de2c938cbf21c01ac0b36314d2a170c593d22eea08d912f8547861b239bb982db6acc9d2426adb97ffda4603739321cff0fb9ff1d8
 SHA512 
8e46633742e7dda1b9f6b641051009485331a3a95fcc8ff4c59c46a66f86ce1b79c832c5775d825aa54b885edaf533be2f864257137277a5265509026d0a8b87

diff --git a/app-emulation/libpod/libpod-1.8.0.ebuild 
b/app-emulation/libpod/libpod-1.8.0.ebuild
new file mode 100644
index 000..502e3dde382
--- /dev/null
+++ b/app-emulation/libpod/libpod-1.8.0.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT="2ced9094d4728dd09f60a177faa32339a8d0f721"
+
+inherit bash-completion-r1 flag-o-matic go-module
+
+DESCRIPTION="Library and podman tool for running OCI-based containers in Pods"
+HOMEPAGE="https://github.com/containers/libpod/;
+SRC_URI="https://github.com/containers/libpod/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64"
+IUSE="apparmor btrfs +rootless selinux"
+RESTRICT="test"
+
+COMMON_DEPEND="
+   app-crypt/gpgme:=
+   >=app-emulation/conmon-2.0.0
+   || ( >=app-emulation/runc-1.0.0_rc6 app-emulation/crun )
+   dev-libs/libassuan:=
+   dev-libs/libgpg-error:=
+   sys-fs/lvm2
+   sys-libs/libseccomp:=
+
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( sys-fs/btrfs-progs )
+   rootless? ( app-emulation/slirp4netns )
+   selinux? ( sys-libs/libselinux:= )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-go/go-md2man"
+RDEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+   default
+
+   # Disable installation of python modules here, since those are
+   # installed by separate ebuilds.
+   sed -e '/^GIT_.*/d' \
+   -e 's:GO111MODULE=off:GO111MODULE=on:' \
+   -e 's/$(GO) build/$(GO) build -v -work -x/' \
+   -e 's/^\(install:.*\) install\.python$/\1/' \
+   -i Makefile || die
+
+   sed -e 's|OUTPUT="${CIRRUS_TAG:.*|OUTPUT='v${PV}'|' \
+   -i hack/get_release_info.sh || die
+}
+
+src_compile() {
+   # Filter unsupported linker flags
+   filter-flags '-Wl,*'
+
+   [[ -f hack/apparmor_tag.sh ]] || die
+   if use apparmor; then
+   echo -e "#!/bin/sh\necho apparmor" > hack/apparmor_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/apparmor_tag.sh || die
+   fi
+
+   [[ -f hack/btrfs_installed_tag.sh ]] || die
+   if use btrfs; then
+   echo -e "#!/bin/sh\ntrue" > hack/btrfs_installed_tag.sh || die
+   else
+   echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+   hack/btrfs_installed_tag.sh || die
+   fi
+
+   [[ -f hack/selinux_tag.sh ]] || die
+   if use selinux; then
+   echo -e "#!/bin/sh\necho selinux" > hack/selinux_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/selinux_tag.sh || die
+   fi
+
+   export -n GOCACHE GOPATH XDG_CACHE_HOME
+   GOBIN="${S}/bin" \
+   emake all \
+   GIT_BRANCH=master \
+   

[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2020-02-07 Thread Matt Turner
commit: 295963b6f835a74ab61b533e87fc428b94f15636
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Feb  8 03:07:21 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Feb  8 03:08:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295963b6

sys-process/procps: Only enable elogind in native ABI

The code it enables in libprocps is small, and elogind doesn't currently
have multilib support, so no large loss.

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

 sys-process/procps/procps-3.3.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procps/procps-3.3.16-r1.ebuild 
b/sys-process/procps/procps-3.3.16-r1.ebuild
index 105cce9b4e4..b99fef6e400 100644
--- a/sys-process/procps/procps-3.3.16-r1.ebuild
+++ b/sys-process/procps/procps-3.3.16-r1.ebuild
@@ -50,7 +50,7 @@ multilib_src_configure() {
append-lfs-flags #471102
local myeconfargs=(
--docdir='$(datarootdir)'/doc/${PF}
-   $(use_with elogind)
+   $(multilib_native_use_with elogind) # No elogind multilib 
support
$(multilib_native_use_enable kill)
$(multilib_native_use_enable modern-top)
$(multilib_native_use_with ncurses)



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

2020-02-07 Thread Zac Medico
commit: 40fccf40705b84ce2414461f89829db7b7a61646
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Feb  8 03:03:04 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Feb  8 03:04:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fccf40

app-emulation/slirp4netns: Bump to version 0.4.3

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/slirp4netns/Manifest |  1 +
 app-emulation/slirp4netns/slirp4netns-0.4.3.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/app-emulation/slirp4netns/Manifest 
b/app-emulation/slirp4netns/Manifest
index eb23f2c54d1..667dd8b91a8 100644
--- a/app-emulation/slirp4netns/Manifest
+++ b/app-emulation/slirp4netns/Manifest
@@ -1,3 +1,4 @@
 DIST slirp4netns-0.3.3.tar.gz 162154 BLAKE2B 
b4a477ca94ee17e14ae0d255eb1f22713388d32cee1faff308e902a8134bc52e08cfa92537c19fbfc9869d936637c1196fee462d9699c1b5f97a0d0138dc4792
 SHA512 
9cccbfd30348d895c8c3f6a80ebe7991131c5a5f4907733ec65df5ce70b63427e5f666bf7c4dcb08e8dd50f1769aff0f6642c23c29eb6b9921a2d10f62d46f63
 DIST slirp4netns-0.4.1.tar.gz 168785 BLAKE2B 
90e251012111fb77d5e48baa8a1acb95f9778e72add244b2df10d92c9cc6ef284bfbeef699bd8e58724b50254a4eb6fa485a58c7c8e6cca8469cf722e1f2
 SHA512 
bb2a0946f4e360eb08efb46e097d21ab1bf05d199d1e3d381e065617eb9ba15434bccb5d1e76ac27664f23c8da79349383095b4d28d2a1a8ddc0fb9675aebf34
 DIST slirp4netns-0.4.2.tar.gz 169120 BLAKE2B 
bbb809da871c885e910be771f3a6e90f7d18880d82ddeb0e569a1db33e38c80cbb1a7279341c0efcd514d88fa2874920ae89365f9fa97a38e3fb09f0eb8e5642
 SHA512 
87dd032afe6862fc8f7f5c3770a1d939832c29c2f55fa3579a4eac717979442e1b081aa886cc94c5638ec1339ccebe73ed1844af37a479fed2d5826bc761fc05
+DIST slirp4netns-0.4.3.tar.gz 169895 BLAKE2B 
a8919ced6d9d68823c79396bc8914d32d157c2da566735a495d68c995c5cfafafba7eb1f761cbe9f82c3291afeae4ac55d00de4c094d5f48e2268d540dfca9e6
 SHA512 
a3415529486f11cf12c799cabc889dca30fbf64d08818359a285ac67c15fc7926d61105291cd8f2652174747e641e159b5b805a8954fd82f7eb9e35058b23265

diff --git a/app-emulation/slirp4netns/slirp4netns-0.4.3.ebuild 
b/app-emulation/slirp4netns/slirp4netns-0.4.3.ebuild
new file mode 100644
index 000..632654ce2a1
--- /dev/null
+++ b/app-emulation/slirp4netns/slirp4netns-0.4.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="User-mode networking for unprivileged network namespaces"
+HOMEPAGE="https://github.com/rootless-containers/slirp4netns;
+SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   dev-libs/glib:2=
+   dev-libs/libpcre:=
+   sys-libs/libseccomp:=
+   sys-libs/libcap:="
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+RESTRICT="test"
+
+src_prepare() {
+   eautoreconf
+   default
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "You need to have the tun kernel module loaded in order to 
have"
+   elog "slirp4netns working"
+   fi
+}



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

2020-02-07 Thread Matthew Thode
commit: 055388698ad7639c6b7f06b426fabd0c6163d685
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb  8 02:50:11 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Feb  8 02:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05538869

sys-cluster/nova: 20.1.0 bump

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

 sys-cluster/nova/Manifest   |   2 +
 sys-cluster/nova/nova-20.1.0.ebuild | 219 
 2 files changed, 221 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 1514cf25095..b8ad0f2157c 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,3 +1,5 @@
 DIST nova-20.0.1.tar.gz 11587774 BLAKE2B 
62f7b6d4ab83533e4462f16978a2f95ceca3d6594029f87dbb170f3abc19917a4449ec95b007adae16c2e290649a560404d12e738a83bc8ad4bbbc1a4554d074
 SHA512 
3c83a1061696bb6e830e1e518ceea5e5b6405673373df674926b8c01955ea71714bf484906db3dc556209fb895c052003b54477d6a2791df0905244abbf9abe0
+DIST nova-20.1.0.tar.gz 11600925 BLAKE2B 
ad601ad07cd34df8fee75713f6040048129d6f45c00745903b334a281b555e78d1e8479d5d130e0ff7c1191e2ae18fc38405b2dfa4ec2800747bbb84602d9987
 SHA512 
b10e8d96846c9e8605cd4ae2dbcd1c4955979e91aa97b29a4411d00c5d5772264d46a9d62cce369d7db6da0641b86a3bf10dd37128e863b4565a5de19d30bdde
 DIST nova.conf.sample-20.0.1 220110 BLAKE2B 
af98687c895ee091cc2e8d668eb50b52cc94618081f8a50b544faebed29b2b3a5dfa38309da70dcc6d0083792605b810081b50c15a6c960947e0c782f25717ab
 SHA512 
cc6cce95943b06d60dfc1f85b87d527662eeb57388dca4a6037078b517302b86fd7f752c6e9e43c59c10be83ac5955f21c08284bbc946ffe2171f5bfa6edff38
+DIST nova.conf.sample-20.1.0 220110 BLAKE2B 
af98687c895ee091cc2e8d668eb50b52cc94618081f8a50b544faebed29b2b3a5dfa38309da70dcc6d0083792605b810081b50c15a6c960947e0c782f25717ab
 SHA512 
cc6cce95943b06d60dfc1f85b87d527662eeb57388dca4a6037078b517302b86fd7f752c6e9e43c59c10be83ac5955f21c08284bbc946ffe2171f5bfa6edff38
 DIST nova.conf.sample-2019.2. 220110 BLAKE2B 
af98687c895ee091cc2e8d668eb50b52cc94618081f8a50b544faebed29b2b3a5dfa38309da70dcc6d0083792605b810081b50c15a6c960947e0c782f25717ab
 SHA512 
cc6cce95943b06d60dfc1f85b87d527662eeb57388dca4a6037078b517302b86fd7f752c6e9e43c59c10be83ac5955f21c08284bbc946ffe2171f5bfa6edff38

diff --git a/sys-cluster/nova/nova-20.1.0.ebuild 
b/sys-cluster/nova/nova-20.1.0.ebuild
new file mode 100644
index 000..fb95e0d2d71
--- /dev/null
+++ b/sys-cluster/nova/nova-20.1.0.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1 eutils linux-info multilib
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/train/nova.conf.sample
 -> nova.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/nova.git;
+   EGIT_BRANCH="stable/train"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/train/nova.conf.sample
 -> nova.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+compute compute-only iscsi +memcached +mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
+REQUIRED_USE="
+   !compute-only? ( || ( mysql postgres sqlite ) )
+   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
+
+CDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   compute-only? (
+   >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
+   )
+   sqlite? (
+   >=dev-python/sqlalchemy-1.2.19[sqlite,${PYTHON_USEDEP}]
+   )
+   mysql? (
+   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
+   )
+   postgres? (
+   >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
+   )
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.8.2[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-vorbis/

2020-02-07 Thread Craig Andrews
commit: 1c57e269d837ab0283cb34eed90a4e09a161a245
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 01:54:50 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c57e269

media-plugins/kodi-audioencoder-vorbis: Cleanup old versions

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

 media-plugins/kodi-audioencoder-vorbis/Manifest|  3 --
 .../kodi-audioencoder-vorbis-2.0.1.ebuild  | 37 ---
 .../kodi-audioencoder-vorbis-2.0.2.ebuild  | 43 --
 .../kodi-audioencoder-vorbis-2.0.3.ebuild  | 43 --
 4 files changed, 126 deletions(-)

diff --git a/media-plugins/kodi-audioencoder-vorbis/Manifest 
b/media-plugins/kodi-audioencoder-vorbis/Manifest
index 280283b2466..c4a8de3e8a4 100644
--- a/media-plugins/kodi-audioencoder-vorbis/Manifest
+++ b/media-plugins/kodi-audioencoder-vorbis/Manifest
@@ -1,4 +1 @@
-DIST kodi-audioencoder-vorbis-2.0.1.tar.gz 15878 BLAKE2B 
66bed287d8af393d914678a3e8da13e73d969fe8dabdaa3ed3c579851f40456d12f32f7edf416eb2a9b8734a2868ed8c0d4eb0a22b70fbb74167f3de1cdca2e5
 SHA512 
ed560a014d135dc9bc57f0185afd3fc4636158309eb4029b0fa1392ef2109c7795902eb37ce051d99199e5834d530c67b63362fdfb9db500a27e10c39d49e1d9
-DIST kodi-audioencoder-vorbis-2.0.2.tar.gz 15881 BLAKE2B 
78181ec315abbbc7a3594f11c5730d8e9913f4529ba449c230e18d8d0bdffcb26e756dd6af6ea390a575a5c47e7f34483cd93dbfc0f13e50e1b0fab0eb7b843d
 SHA512 
9f6262cbd39735b6492e9d5a4f2fb0e0277d32428fab2aca463d104e7f49e68ce922c4ee633a830eb855aa42a7cff6392a98637bcc09e5dc19ee57807af02dd2
-DIST kodi-audioencoder-vorbis-2.0.3.tar.gz 15181 BLAKE2B 
1ac7fc05d91680cd7de460d6af31ce9c4cd57574636a97e45040286f06dd08e9b2c7a87a967b971e43034dcd6bd9098fc328eaa87e41d3c1fe6ad2b4de48f76a
 SHA512 
9c68cb84ce2cc207b81b98306615425f85054f9e8ad731512a9844521145e1cdda936ede4a6302e0d0a76094aeacb4d60732b375ae1c85705d5528804d42eecc
 DIST kodi-audioencoder-vorbis-2.0.4.tar.gz 16343 BLAKE2B 
788d1a64dff47594841e129e734b8bb1f2589b18557ea78477607a265efcc34c723f8e632698bd78b46cc392489a9ef278c21da805f0545b3ebc37811cbb691e
 SHA512 
df618e078d1b0aa3f9b6cbca87288908058f4de13e52056d66239e9606c67a31a84734d8d650520920b8a9e0dfbd1c031aa81e2d1ece1316c11fbd59a6a8d8a2

diff --git 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.1.ebuild 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.1.ebuild
deleted file mode 100644
index 639f30b3562..000
--- 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Vorbis encoder addon for Kodi"
-HOMEPAGE="https://github.com/xbmc/audioencoder.vorbis;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.vorbis.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/audioencoder.vorbis-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-18*
-   media-libs/libogg
-   media-libs/libvorbis
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.2.ebuild 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.2.ebuild
deleted file mode 100644
index 23e049537e7..000
--- 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Vorbis encoder addon for Kodi"
-HOMEPAGE="https://github.com/xbmc/audioencoder.vorbis;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.vorbis.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Leia"
-   
SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/v${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/audioencoder.vorbis-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-18*
-   media-libs/libogg
-   media-libs/libvorbis
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "
-
-src_prepare(){
-   [ -d depends ] && rm -rf depends || die
-   cmake-utils_src_prepare
-}

diff --git 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.3.ebuild 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.3.ebuild
deleted file mode 100644
index 

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

2020-02-07 Thread Craig Andrews
commit: b243354df6357572f38c473c3f9372cc35409c08
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 01:56:12 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b243354d

net-p2p/cpuminer-opt: 3.12.0.1 version bump

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

 net-p2p/cpuminer-opt/Manifest |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 0d6f4fc3ff3..1c29d33a4c1 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1,3 @@
 DIST cpuminer-opt-3.11.9.tar.gz 1871215 BLAKE2B 
3cd19225d4e2b4ab26721069d83f6d568c48ca12fa94ced3502442042999f8db0e8c69e46617738238d9ab969ef39e3ef555731c4618a7b7b6c88d438c58
 SHA512 
d1a8f18769970a05df8da454f1755fda593dc0dfb2484855fb447dca25484254cefdbd31e19917b13195519c0e5cbf91fbe644f2d27300ad2db6c1ae52d5125b
+DIST cpuminer-opt-3.12.0.1.tar.gz 1808697 BLAKE2B 
467a24044bf96c87b58953c8ecd22fbe85a6cc4ce865bf24067265a7a34f0bbc9251829bb918db81397f248f1e546b41ff56b94904bfd435097745937364cec3
 SHA512 
03f5aafeed6a6f3af71b3abcb4353386572b90f3d79783c87f54847cd766b61544484767fe9499e0cb09fbc6eaa28129cf8b7587401a2669bc3153b9ea46
 DIST cpuminer-opt-3.12.0.tar.gz 1808901 BLAKE2B 
25002c7f8285fead4fcc8ea6276bad030498382a93148c55d7e9627929c6cf711c0599a0bf7b88911be841504efe0a9f79f152dad25f06b8cf43b61f0037f3fd
 SHA512 
05b3420b6b935dc67aa35c14db6a7aad4f279fa3814c2a91ee1ecfe7584a5a0b49f18d0b42208f4a7c74159700271f0269d1cdabd808bf19dd6a2b9e530b2725

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild
new file mode 100644
index 000..a5d436b3b8b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-vorbis/

2020-02-07 Thread Craig Andrews
commit: 5535891b320366251b2a366e8f93c953fc0a3910
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 01:54:25 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5535891b

media-plugins/kodi-audioencoder-vorbis: 2.0.4 version bump

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

 media-plugins/kodi-audioencoder-vorbis/Manifest|  1 +
 .../kodi-audioencoder-vorbis-2.0.4.ebuild  | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-vorbis/Manifest 
b/media-plugins/kodi-audioencoder-vorbis/Manifest
index 2c44f1adc80..280283b2466 100644
--- a/media-plugins/kodi-audioencoder-vorbis/Manifest
+++ b/media-plugins/kodi-audioencoder-vorbis/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-audioencoder-vorbis-2.0.1.tar.gz 15878 BLAKE2B 
66bed287d8af393d914678a3e8da13e73d969fe8dabdaa3ed3c579851f40456d12f32f7edf416eb2a9b8734a2868ed8c0d4eb0a22b70fbb74167f3de1cdca2e5
 SHA512 
ed560a014d135dc9bc57f0185afd3fc4636158309eb4029b0fa1392ef2109c7795902eb37ce051d99199e5834d530c67b63362fdfb9db500a27e10c39d49e1d9
 DIST kodi-audioencoder-vorbis-2.0.2.tar.gz 15881 BLAKE2B 
78181ec315abbbc7a3594f11c5730d8e9913f4529ba449c230e18d8d0bdffcb26e756dd6af6ea390a575a5c47e7f34483cd93dbfc0f13e50e1b0fab0eb7b843d
 SHA512 
9f6262cbd39735b6492e9d5a4f2fb0e0277d32428fab2aca463d104e7f49e68ce922c4ee633a830eb855aa42a7cff6392a98637bcc09e5dc19ee57807af02dd2
 DIST kodi-audioencoder-vorbis-2.0.3.tar.gz 15181 BLAKE2B 
1ac7fc05d91680cd7de460d6af31ce9c4cd57574636a97e45040286f06dd08e9b2c7a87a967b971e43034dcd6bd9098fc328eaa87e41d3c1fe6ad2b4de48f76a
 SHA512 
9c68cb84ce2cc207b81b98306615425f85054f9e8ad731512a9844521145e1cdda936ede4a6302e0d0a76094aeacb4d60732b375ae1c85705d5528804d42eecc
+DIST kodi-audioencoder-vorbis-2.0.4.tar.gz 16343 BLAKE2B 
788d1a64dff47594841e129e734b8bb1f2589b18557ea78477607a265efcc34c723f8e632698bd78b46cc392489a9ef278c21da805f0545b3ebc37811cbb691e
 SHA512 
df618e078d1b0aa3f9b6cbca87288908058f4de13e52056d66239e9606c67a31a84734d8d650520920b8a9e0dfbd1c031aa81e2d1ece1316c11fbd59a6a8d8a2

diff --git 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.4.ebuild 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.4.ebuild
new file mode 100644
index 000..2e01ace229d
--- /dev/null
+++ 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Vorbis encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.vorbis;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.vorbis.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.vorbis-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   >=media-libs/libogg-1.3.4
+   >=media-libs/libvorbis-1.3.6
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare(){
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-flac/

2020-02-07 Thread Craig Andrews
commit: c8f20d99577885ee1826c99c9f6639b6672b
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 02:00:00 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f20d99

media-plugins/kodi-audioencoder-flac: 2.0.6 version bump

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

 media-plugins/kodi-audioencoder-flac/Manifest  |  1 +
 .../kodi-audioencoder-flac-2.0.6.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-flac/Manifest 
b/media-plugins/kodi-audioencoder-flac/Manifest
index f1ec52e192e..7950b69fac8 100644
--- a/media-plugins/kodi-audioencoder-flac/Manifest
+++ b/media-plugins/kodi-audioencoder-flac/Manifest
@@ -3,3 +3,4 @@ DIST kodi-audioencoder-flac-2.0.2.tar.gz 21036 BLAKE2B 
52296b0a85b3f6778cf5de67d
 DIST kodi-audioencoder-flac-2.0.3.tar.gz 20974 BLAKE2B 
3a328e7168bd3ae16faa0a7fc9917586dfc846903ec1cd4f8115986530da96fc9ffc7e614f5eba810f22bc833b9cf891d5e61d46c3f4db910b1c10f25fe6d661
 SHA512 
036c4368b09e540f67ad7654ec567d22fd52dcc8690bc22717de33180e6f8c03b0f6a1ecb8bd7a63dd99e65fa4318ef0f256b503fcb295ec0fb03ff38aee0322
 DIST kodi-audioencoder-flac-2.0.4.tar.gz 21010 BLAKE2B 
f7b59432b2054c6cde1c46728af77194a922d845b166efd90f20c033da234dcbf7e79f6b1e26e6c0ea59d92ede9b99849d59497bd09120bcca22b1c40139e41b
 SHA512 
d58913acc84b892049919c15fd5d82e46f4451eaf6f7993e36e66e1e390f14c86bf0633dfdf60f6751ea23b43b7e0b7a8d2fc7a1c28a87212c614fc16cf33056
 DIST kodi-audioencoder-flac-2.0.5.tar.gz 21077 BLAKE2B 
52df110e0c60abe3c309abafcd46c3407690132af95b251188fd701112ed17ca15b9dddaca882183b2f64357717ddc934cae4f072c70d10d049002ccad24f90f
 SHA512 
4c6940be8c84f509a399ed22a38281259327371c7819cde4266ffd3712484664561a9bd3a5ecc8b51c0e45305f90114164f3aa2bc624c0d0d588b212bf28c750
+DIST kodi-audioencoder-flac-2.0.6.tar.gz 21666 BLAKE2B 
13c63fd4987dd4e911e3af44642dea33a7d652b5f465654e7038247000aa324ff2b2422f22d7ed88a7f956c3d15dcf960cb9e5bde4b70b3dac3604ada49a099c
 SHA512 
7de2b0f5b36b62bc1f066e5c99fba2aa61baac5f204a75556172aa95332999806a34babef08ac5e516e62a123b83d3befaee6654d3089ebd1a305335a40d88b5

diff --git 
a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.6.ebuild 
b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.6.ebuild
new file mode 100644
index 000..cda8b9b6805
--- /dev/null
+++ b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Flac encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.flac;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.flac.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/xbmc/audioencoder.flac/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.flac-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   >=media-libs/libogg-1.3.4
+   media-libs/flac
+   "
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare(){
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-wav/

2020-02-07 Thread Craig Andrews
commit: f3f35c6990e4cb626b234f72f302b4af9fa0be56
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 01:55:32 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f35c69

media-plugins/kodi-audioencoder-wav: 2.0.3 version bump

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

 media-plugins/kodi-audioencoder-wav/Manifest   |  1 +
 .../kodi-audioencoder-wav-2.0.3.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-wav/Manifest 
b/media-plugins/kodi-audioencoder-wav/Manifest
index 351ea91e557..36df46eb843 100644
--- a/media-plugins/kodi-audioencoder-wav/Manifest
+++ b/media-plugins/kodi-audioencoder-wav/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-audioencoder-wav-2.0.1.tar.gz 9850 BLAKE2B 
08275b37e033eea178054c2f8e6eab1b1af3073d7c88f8406de54bcc8a57791f55126b8d595d543520e214fc41dec7e2c8d45e64263071a98b01e7ea72ef8d01
 SHA512 
27746034397fe87bcfb81a429350e234be5fe793ef37f1c4f58ab87c91ef11fec8c808874183e59b325228289d519f9485c9587911f3ffca36ca53641f8d
 DIST kodi-audioencoder-wav-2.0.2.tar.gz 9856 BLAKE2B 
105e475e996e74a70712bdcef27cbc261beeb695fe3b0dddcc0d24d7e58a1fb0543cd7e954522e27e91a8bdd2c532190865847aab917d2775742f35c5c1527e4
 SHA512 
8e4de58bf6b7cc79c4bb24ed9f0906632f34a20c0a17010b4a5e32934d03414840b6a9d0db5b88975b5da2dd675cd743acb64288e2a3e338090f52df9fb228c9
+DIST kodi-audioencoder-wav-2.0.3.tar.gz 10447 BLAKE2B 
8ddb4ce4777f35d75e428a4565dba5a949f85a262dec300a23f7b1425eeea416d7cd601fb5b3910df263edc420ea50111393d8d00d3d5834190040f9d5f4edd3
 SHA512 
f6b83808b9e75426cd8b3252c4b3ed57811d9f1433d851d3cd6b3168f376bdfa2311aa3797642450b955ff8d231e40c7c49ad03a5f2b1b3e0679ec3a8617

diff --git 
a/media-plugins/kodi-audioencoder-wav/kodi-audioencoder-wav-2.0.3.ebuild 
b/media-plugins/kodi-audioencoder-wav/kodi-audioencoder-wav-2.0.3.ebuild
new file mode 100644
index 000..f25d2c02aa4
--- /dev/null
+++ b/media-plugins/kodi-audioencoder-wav/kodi-audioencoder-wav-2.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="WAV encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.wav;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.wav.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/xbmc/audioencoder.wav/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.wav-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



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

2020-02-07 Thread Craig Andrews
commit: cc4a01ca7f8aa2532bde0841c248a932d7abf55c
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 01:58:07 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4a01ca

media-libs/libprojectm: 3.1.2 version bump

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

 media-libs/libprojectm/Manifest |  1 +
 media-libs/libprojectm/libprojectm-3.1.2.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/media-libs/libprojectm/Manifest b/media-libs/libprojectm/Manifest
index 195d8afed66..fdb976cb1d6 100644
--- a/media-libs/libprojectm/Manifest
+++ b/media-libs/libprojectm/Manifest
@@ -1,2 +1,3 @@
 DIST libprojectm-3.1.1_rc8.tar.gz 54503673 BLAKE2B 
f7d781c6a0e54414d0a9ba5ab601556384e6af9b6a23a3123d3f3e0b1613549727b75901681beba1cd3fdd4193415d9e0bb927c4f7b69c41f4e4e85adb5f8597
 SHA512 
dcf2e7a0a826438bee538f052287b2057a303f5c29e77804874c9d5ea9f3cc0395a51f7734eec027a4f4e687c7b9f818bf908084c8b9da0953cd95d7fa12c864
+DIST libprojectm-3.1.2.tar.gz 54503159 BLAKE2B 
5b520a6c1553e80de3fc8b0aedff12c50226252ae7a6d651dff910104244e2f0747fc43791b0524f46f8fa305688749fc4f508b76d04506aa17292f2c8789d1c
 SHA512 
c7c8e61b6262324a7d4094f92796732f7c7bf9fdd82df3dc327efe82fd1d3d8277763059ba72e3fea70875952dd763998cd3b69ed64f594fbff8ae489110dfa2
 DIST projectM-complete-2.1.0-Source.tar.gz 31130351 BLAKE2B 
ec3540326751aba45b9620adfe1e7aed21347c97278de6d23b53ed7fb03878c2d02982fba17b4cda4f713d2cf624fd24adeb15b28fed9d2ab165567f9ff49eaa
 SHA512 
53f4531208d2594f1c28a7f7842fb5ee3349ca9e48f9f0d999a90b6a62d315c9c0ae9cba1cdfacb8a149eba3e5ddc4517ac406ee2c53718191be8e26ee2cca5f

diff --git a/media-libs/libprojectm/libprojectm-3.1.2.ebuild 
b/media-libs/libprojectm/libprojectm-3.1.2.ebuild
new file mode 100644
index 000..ec8f42efd45
--- /dev/null
+++ b/media-libs/libprojectm/libprojectm-3.1.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
+HOMEPAGE="https://github.com/projectM-visualizer/projectm;
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git;
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   
SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+   S=${WORKDIR}/projectm-${MY_PV}/
+fi
+
+LICENSE="LGPL-2"
+SLOT="0/2"
+IUSE="gles2 qt5 sdl"
+
+RDEPEND="gles2? ( media-libs/mesa[gles2] )
+   media-libs/glm
+   media-libs/mesa[X(+)]
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtopengl:5
+   media-sound/pulseaudio
+   )
+   sdl? ( >=media-libs/libsdl2-2.0.5 )
+   sys-libs/zlib"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable gles2 gles)
+   $(use_enable qt5 qt)
+   $(use_enable sdl)
+   --enable-emscripten=no
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-flac/

2020-02-07 Thread Craig Andrews
commit: 1c51cce01a528d84fb353f0608effe365abce278
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 02:00:28 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c51cce0

media-plugins/kodi-audioencoder-flac: Cleanup old versions

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

 media-plugins/kodi-audioencoder-flac/Manifest  |  5 ---
 .../kodi-audioencoder-flac-2.0.1.ebuild| 36 ---
 .../kodi-audioencoder-flac-2.0.2.ebuild| 42 --
 .../kodi-audioencoder-flac-2.0.3.ebuild| 42 --
 .../kodi-audioencoder-flac-2.0.4.ebuild| 42 --
 .../kodi-audioencoder-flac-2.0.5.ebuild| 42 --
 6 files changed, 209 deletions(-)

diff --git a/media-plugins/kodi-audioencoder-flac/Manifest 
b/media-plugins/kodi-audioencoder-flac/Manifest
index 7950b69fac8..7fe16ac3c06 100644
--- a/media-plugins/kodi-audioencoder-flac/Manifest
+++ b/media-plugins/kodi-audioencoder-flac/Manifest
@@ -1,6 +1 @@
-DIST kodi-audioencoder-flac-2.0.1.tar.gz 20523 BLAKE2B 
6ef8f51df7d0c0113389508e3d295b9adf7757684e42ab01ed19f4837881b2f9adfcfd6950f01fb0de54a772a7ea907afd3c4595b0df4b8fd2be647149a5a510
 SHA512 
4fcbfd4efe52b6983622367eefbbf09a9392c460160d6b4659df0e8b86a565a23f140a22728a2e40b033ad8cdbab68b786e90120dca034dd690217f8ba2b5c01
-DIST kodi-audioencoder-flac-2.0.2.tar.gz 21036 BLAKE2B 
52296b0a85b3f6778cf5de67d5b5b95339195f23dcc1d35b4b3e738d7c2ca2932f1584a467a6654837f6baf898f118976c2d67087ada4561971f725978740587
 SHA512 
5e5ac3e66b193727e5d2d85c5416275adda642502526bf2525864135119f831b0332a50fca9dbb0042cb0a8165fa93de12d49f1e9cd467eb3280f31e3ee99486
-DIST kodi-audioencoder-flac-2.0.3.tar.gz 20974 BLAKE2B 
3a328e7168bd3ae16faa0a7fc9917586dfc846903ec1cd4f8115986530da96fc9ffc7e614f5eba810f22bc833b9cf891d5e61d46c3f4db910b1c10f25fe6d661
 SHA512 
036c4368b09e540f67ad7654ec567d22fd52dcc8690bc22717de33180e6f8c03b0f6a1ecb8bd7a63dd99e65fa4318ef0f256b503fcb295ec0fb03ff38aee0322
-DIST kodi-audioencoder-flac-2.0.4.tar.gz 21010 BLAKE2B 
f7b59432b2054c6cde1c46728af77194a922d845b166efd90f20c033da234dcbf7e79f6b1e26e6c0ea59d92ede9b99849d59497bd09120bcca22b1c40139e41b
 SHA512 
d58913acc84b892049919c15fd5d82e46f4451eaf6f7993e36e66e1e390f14c86bf0633dfdf60f6751ea23b43b7e0b7a8d2fc7a1c28a87212c614fc16cf33056
-DIST kodi-audioencoder-flac-2.0.5.tar.gz 21077 BLAKE2B 
52df110e0c60abe3c309abafcd46c3407690132af95b251188fd701112ed17ca15b9dddaca882183b2f64357717ddc934cae4f072c70d10d049002ccad24f90f
 SHA512 
4c6940be8c84f509a399ed22a38281259327371c7819cde4266ffd3712484664561a9bd3a5ecc8b51c0e45305f90114164f3aa2bc624c0d0d588b212bf28c750
 DIST kodi-audioencoder-flac-2.0.6.tar.gz 21666 BLAKE2B 
13c63fd4987dd4e911e3af44642dea33a7d652b5f465654e7038247000aa324ff2b2422f22d7ed88a7f956c3d15dcf960cb9e5bde4b70b3dac3604ada49a099c
 SHA512 
7de2b0f5b36b62bc1f066e5c99fba2aa61baac5f204a75556172aa95332999806a34babef08ac5e516e62a123b83d3befaee6654d3089ebd1a305335a40d88b5

diff --git 
a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.1.ebuild 
b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.1.ebuild
deleted file mode 100644
index 68b701ab3ff..000
--- a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Flac encoder addon for Kodi"
-HOMEPAGE="https://github.com/xbmc/audioencoder.flac;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.flac.git;
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/xbmc/audioencoder.flac/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/audioencoder.flac-${PV}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-18*
-   media-libs/libogg
-   media-libs/flac
-   "
-RDEPEND="
-   ${DEPEND}
-   "

diff --git 
a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.2.ebuild 
b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.2.ebuild
deleted file mode 100644
index 15673bd09c9..000
--- a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-2.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Flac encoder addon for Kodi"
-HOMEPAGE="https://github.com/xbmc/audioencoder.flac;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.flac.git;
-   inherit git-r3
-   ;;
-*)
-   

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/

2020-02-07 Thread Craig Andrews
commit: 2709573762f25f18d999ab75c3cf821708d08196
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 01:56:57 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27095737

www-apache/mod_h2: 1.15.6 version bump

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

 www-apache/mod_h2/Manifest |  1 +
 www-apache/mod_h2/mod_h2-1.15.6.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index ea772dbbf53..9be7bdc 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1 +1,2 @@
 DIST mod_http2-1.15.5.tar.gz 1041643 BLAKE2B 
59591d919451a96595c8e75155f84e63876e95b13940af5473fe4cf0a29ac91f57d3df22911397de213482c5a81d093ce81ce3835136ace50de0d4f70f2a936a
 SHA512 
6255a46a22e5df6f8fed9ce65079979a3c613cccf1a95559ff0832ab2efe5fb98d51abfe83c006b9a3c7452bb4e78e3e67e94d7c14618fa312c7236a34e6b280
+DIST mod_http2-1.15.6.tar.gz 1028795 BLAKE2B 
4f323b00a133de13f547fd5b0402ce48d681289675cfd85dbef25b8432598772ddbb1fa78abd7905c2c4337a41340078efe903fc7cb4203cabdad10f71ef387a
 SHA512 
2d27de99108d444e3095cf84d5ccf1b281bd09e2d2d4c4ba4ecc7b6519119d4d42e9379285bd68ce7f56349a9f27062b516df8b7612df7551a46e8a4b4b634ef

diff --git a/www-apache/mod_h2/mod_h2-1.15.6.ebuild 
b/www-apache/mod_h2/mod_h2-1.15.6.ebuild
new file mode 100644
index 000..b5be17b7ca7
--- /dev/null
+++ b/www-apache/mod_h2/mod_h2-1.15.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit apache-module autotools
+
+MY_P="${PN/h2/http2}-${PV}"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/icing/mod_h2.git;
+   inherit git-r3
+else
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="HTTP/2 module for Apache"
+HOMEPAGE="https://github.com/icing/mod_h2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ssl"
+
+RDEPEND=">=net-libs/nghttp2-1.0
+   >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
+DEPEND="${RDEPEND}"
+
+need_apache2_4
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   default
+
+   APACHE2_MOD_DEFINE="HTTP2"
+   insinto "${APACHE_MODULES_CONFDIR}"
+   newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-lame/

2020-02-07 Thread Craig Andrews
commit: 3fb7f0cd7a7fbf5ec329acaf29cbfc68c89e9c05
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Feb  8 01:53:44 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Feb  8 02:00:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb7f0cd

media-plugins/kodi-audioencoder-lame: 2.0.4 version bump

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

 media-plugins/kodi-audioencoder-lame/Manifest  |  1 +
 .../kodi-audioencoder-lame-2.0.4.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/media-plugins/kodi-audioencoder-lame/Manifest 
b/media-plugins/kodi-audioencoder-lame/Manifest
index c58bb0894d8..8f55163d6e7 100644
--- a/media-plugins/kodi-audioencoder-lame/Manifest
+++ b/media-plugins/kodi-audioencoder-lame/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-audioencoder-lame-2.0.1.tar.gz 23505 BLAKE2B 
706cefee19bfdc19caa7c65101d61a3032f70033b4c8adf40c90009aed81c8b69c30e0a8982cf633267c26ea568b19adbefaf6c035617573fa09ae486a6d8e80
 SHA512 
eb780f31e96a0c745cb2598212aab39a065cc85b186b579ba2ace4732640588dabf9a6ef2e6ee57ddd793a2790cab0b8c2a1068714b80ecbfa4ae4a6eaf2f4b1
 DIST kodi-audioencoder-lame-2.0.2.tar.gz 20286 BLAKE2B 
56ebf807a40d2d77469c454db0011a4c7bc90cb3cbd41839719e376a56b9d07733a583f551fc74eff6de42b25d6c84027e678f7d5f34bdee9fa576b0ac33
 SHA512 
e4a73dadba4fafc8e60c1730404f9390a191bec58823202c3193f7f0571e914151c74b6d18e7d48551ae2f493b9ef11a84ddb27976a5f766e1ba512f1a0e141b
+DIST kodi-audioencoder-lame-2.0.4.tar.gz 20819 BLAKE2B 
38340fb3069cbb8539ead53e91dbcabd21e169fc5ab76d3b7142b126f192bf8a295e9d7ead2c4e68d822dc1596f0b7e83a962ef8709783979279e4a9aebb562c
 SHA512 
8b57d20c2d02ec7148a83ab7af78eaf92b600a40faa666c4f26b5acb59838ade54f026dc3869b23fc79511fc5901acca5322d2f04336fc8d4f545f5d7c04cb2c

diff --git 
a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.4.ebuild 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.4.ebuild
new file mode 100644
index 000..fec255d3dc3
--- /dev/null
+++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Lame MP3 encoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audioencoder.lame;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/audioencoder.lame.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/xbmc/audioencoder.lame/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/audioencoder.lame-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   >=media-sound/lame-3.100
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare(){
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



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

2020-02-07 Thread Miroslav Šulc
commit: d621d4f3b5d7b5ec98b03696d2b04a9734f2c35b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Feb  8 01:36:33 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Feb  8 01:36:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d621d4f3

media-libs/portmidi: fixed fresh install for 217-r3

Closes: https://bugs.gentoo.org/706272
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/portmidi/files/portmidi-217-r3-python.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/portmidi/files/portmidi-217-r3-python.patch 
b/media-libs/portmidi/files/portmidi-217-r3-python.patch
index cfc6b24e948..d4024710fa3 100644
--- a/media-libs/portmidi/files/portmidi-217-r3-python.patch
+++ b/media-libs/portmidi/files/portmidi-217-r3-python.patch
@@ -43,7 +43,8 @@ index 14ab1c7..5b1e7c0 100644
  EXTENSION = dict(
  ext_modules=[ 
  Extension("pyportmidi._pyportmidi", [os.path.join("pyportmidi", 
"_pyportmidi.pyx")],
-   library_dirs=["./linux"],
+-  library_dirs=["./linux"],
++  library_dirs=["../../portmidi*build"],
 +  include_dirs=["../pm_common", "../porttime"],
libraries = ["portmidi", "asound", "pthread"]
)



[gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/

2020-02-07 Thread Patrick McLean
commit: 3621871144164d0d3b6b67a826ebbf4a921b36d5
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Feb  8 00:37:15 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Feb  8 00:50:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36218711

virtual/libcrypt: Drop unnecessary DEPEND.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Patrick McLean  gentoo.org>

 virtual/libcrypt/libcrypt-1.ebuild | 5 ++---
 virtual/libcrypt/libcrypt-2.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/virtual/libcrypt/libcrypt-1.ebuild 
b/virtual/libcrypt/libcrypt-1.ebuild
index 6b56c51af81..4fea75ed17c 100644
--- a/virtual/libcrypt/libcrypt-1.ebuild
+++ b/virtual/libcrypt/libcrypt-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SLOT="0/1"
 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~x86-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+static-libs"
 
-DEPEND="
+RDEPEND="
elibc_glibc? (
|| (
>=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
@@ -20,4 +20,3 @@ DEPEND="
elibc_uclibc? ( sys-libs/uclibc-ng )
elibc_Cygwin? ( sys-libs/cygwin-crypt )
 "
-RDEPEND="${DEPEND}"

diff --git a/virtual/libcrypt/libcrypt-2.ebuild 
b/virtual/libcrypt/libcrypt-2.ebuild
index f8664914e54..ead6e9bf8ce 100644
--- a/virtual/libcrypt/libcrypt-2.ebuild
+++ b/virtual/libcrypt/libcrypt-2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,10 +9,9 @@ SLOT="0/2"
 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~x86-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+static-libs"
 
-DEPEND="
+RDEPEND="
elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?] )
elibc_musl? ( sys-libs/musl )
elibc_uclibc? ( sys-libs/uclibc-ng )
elibc_Cygwin? ( sys-libs/cygwin-crypt )
 "
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/

2020-02-07 Thread Patrick McLean
commit: 480b3fce64ab2dddacb7a2f82e99959989b611da
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Feb  8 00:32:22 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Feb  8 00:50:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480b3fce

virtual/libcrypt: Prefer newer versions of sys-libs/glibc in || dependency.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Patrick McLean  gentoo.org>

 virtual/libcrypt/libcrypt-1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/virtual/libcrypt/libcrypt-1.ebuild 
b/virtual/libcrypt/libcrypt-1.ebuild
index a0ae9bbb0a2..6b56c51af81 100644
--- a/virtual/libcrypt/libcrypt-1.ebuild
+++ b/virtual/libcrypt/libcrypt-1.ebuild
@@ -10,7 +10,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc 
ppc64 ~riscv s390 sh s
 IUSE="+static-libs"
 
 DEPEND="
-   elibc_glibc? ( || ( =sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?] ) )
+   elibc_glibc? (
+   || (
+   >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
+   

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

2020-02-07 Thread Patrick McLean
commit: 37e41391d7c52a73bef95a72e37992744bf2cbc4
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Feb  8 00:17:34 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Feb  8 00:50:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e41391

sys-libs/libxcrypt: Fix installation with USE="split-usr system".

Do not install 3 unnecessary copies of full library (regular file) for each 
non-native ABI:
  /usr/$(get_libdir)/libcrypt.so
  /usr/$(get_libdir)/libowcrypt.so
  /usr/$(get_libdir)/libxcrypt.so

Do not install unnecessary symlinks for each ABI:
  /usr/$(get_libdir)/libcrypt.so.2
  /usr/$(get_libdir)/libowcrypt.so.2
  /usr/$(get_libdir)/libxcrypt.so.2

Do not use gen_usr_ldscript().

No changes for other combinations of USE flags.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Patrick McLean  gentoo.org>

 ...4.4.12-r2.ebuild => libxcrypt-4.4.12-r3.ebuild} | 23 ++
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.12-r3.ebuild
similarity index 84%
rename from sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild
rename to sys-libs/libxcrypt/libxcrypt-4.4.12-r3.ebuild
index eb95be5ae56..166f638a579 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.12-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2004-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
-inherit autotools multibuild python-any-r1 usr-ldscript multilib-minimal
+inherit autotools multibuild python-any-r1 multilib-minimal
 
 DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others 
"
 SRC_URI="https://github.com/besser82/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -105,7 +105,7 @@ src_install() {
(
shopt -s failglob || die "failglob failed"
 
-   # make sure out man pages don't collide with glibc or man-pages
+   # Make sure our man pages do not collide with glibc or 
man-pages.
for manpage in "${ED}"/usr/share/man/man3/crypt{,_r}.?*; do
mv -n "${manpage}" "$(dirname 
"${manpage}")/xcrypt_$(basename "${manpage}")" \
|| die "mv failed"
@@ -143,20 +143,17 @@ multilib_src_install() {
fi
 
if use system; then
-   # now try to find libraries and 
make sure to generate
-   # ldscripts for them
+   # Move versionless .so symlinks 
from /$(get_libdir) to /usr/$(get_libdir)
+   # to allow linker to correctly 
find shared libraries.
shopt -s failglob || die 
"failglob failed"
 
for lib_file in 
"${ED}"$(get_xclibdir)/*$(get_libname); do
-   libname="$(basename 
"${lib_file}")"
-
-   cp -L "${lib_file}" \
-   
"${ED}/usr/$(get_xclibdir)/${libname}" \
-   || die "copying 
${libname} failed"
-
-   gen_usr_ldscript 
${libname}
-   dosym ${libname} 
/usr/$(get_xclibdir)/${libname}.2
+   
lib_file_basename="$(basename "${lib_file}")"
+   
lib_file_target="$(basename "$(readlink -f "${lib_file}")")"
+   dosym 
"../../$(get_libdir)/${lib_file_target}" 
"/usr/$(get_xclibdir)/${lib_file_basename}"
done
+
+   rm 
"${ED}"$(get_xclibdir)/*$(get_libname) || die "removing symlinks in incorrect 
location failed"
fi
)
fi



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

2020-02-07 Thread Miroslav Šulc
commit: 1f78f8c6bda0fe0e7fd36c3686424ea5cde581f4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Feb  8 00:39:24 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Feb  8 00:42:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f78f8c6

media-sound/csound: bump to 6.14.0 and  sync

updated config args

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/csound/Manifest | 3 +++
 media-sound/csound/{csound-.ebuild => csound-6.14.0.ebuild} | 8 
 media-sound/csound/csound-.ebuild   | 8 
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/media-sound/csound/Manifest b/media-sound/csound/Manifest
index 9a793153871..26f73b96048 100644
--- a/media-sound/csound/Manifest
+++ b/media-sound/csound/Manifest
@@ -1,3 +1,6 @@
 DIST Csound6.13.0_manual_html.zip 16436055 BLAKE2B 
4ac6d24442cbb09f97f73167df84143df84045a077d3863564bab803e8c9e00c0ca506cff4a37d7aced54817cf95b2c0c6bed1b5ea744e2d11baef08c71f23ab
 SHA512 
87de3efc9aba736751d5bd93bb7bb9d47a3fc4c2e9df4552c9c1f3030f84e1aa29fa421f5360a22993cf0f6f7baae1d70bfb54201e5110f44f5a8c81d955deb5
 DIST Csound6.13.0_manual_pdf.zip 8846303 BLAKE2B 
f60becbe2df925d3d2db755d0ddf806507c6f8355d5ceb97a5e0ce971a0ee0ba19c44bbd018e41437036d9553db7fe8c44fea875bf36ef752ce5c26467ff3a82
 SHA512 
30a55ec2c3ab0e243ac48a081954bea1f8fa653d25c908383c49a879972b94ba2ce7c3b3b0701be18ace28dc7fd199597d889fa1f9e5aca478792b835909c8fa
+DIST Csound6.14.0_manual_html.zip 17081006 BLAKE2B 
9565c21623a60e06aae82bfbde186e496b5f3ae0eb619289a7db08235c7dcd520bee2283552fdf2ddb4eb85c7b0f184397d2fa0ee14d3bdeff9dccb44a7d7ff1
 SHA512 
638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b
+DIST Csound6.14.0_manual_pdf.zip 8881242 BLAKE2B 
a91a3689dd3efa5c32c924178b646b73787132a07575f05a65ee1acafc69108ce6c33512e0b703012f75f201a86a0b84e08976f158b01ef5201807d1aaa31c35
 SHA512 
55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d
 DIST csound-6.13.0-distributable.tar.xz 20831668 BLAKE2B 
efefbb0d2a6532f087a940677dacce41b31be30bd10256300826f92516dddfadf6679f767e23655a0e35d09626ed11b03a13e22b88f378422f6d5a0f7856a566
 SHA512 
b8bedc893fed678b40d2d9ffa376b4d7557612e63c389145e6292cec4c1e847f6b86184d13b11392980eedfd215f0e08cdc234b2803e389f7387a009d83a3b40
+DIST csound-6.14.0-distributable.tar.xz 21114184 BLAKE2B 
ebcdff074d77fd6244875a3ccb6c0dc6364b6f3ae0ca0de75cc8ad893c91a30f17237bf7f1b06296f7141d2c9092594dea75b7539f033574bec7c8f36aaf9251
 SHA512 
21e857a363962c95f0b7702ce8a07713e56b267dae51f2c50d34ae8885f89e2ad0e241e84927d649912cddffeaecc6bfef15ef8958ffb621d825f4547c3632f8

diff --git a/media-sound/csound/csound-.ebuild 
b/media-sound/csound/csound-6.14.0.ebuild
similarity index 98%
copy from media-sound/csound/csound-.ebuild
copy to media-sound/csound/csound-6.14.0.ebuild
index f29357886e4..f9db4411fa0 100644
--- a/media-sound/csound/csound-.ebuild
+++ b/media-sound/csound/csound-6.14.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
 
 # As upstream (and we aswell) are not allowed to redistribute scansyn,
@@ -136,6 +136,7 @@ src_configure() {
-DBUILD_FRAMEBUFFER_OPCODES=ON
-DBUILD_HDF5_OPCODES=$(usex hdf5)
-DBUILD_IMAGE_OPCODES=$(usex image)
+   -DBUILD_INSTALLER=OFF
-DBUILD_JACK_OPCODES=$(usex jack)
-DBUILD_JAVA_INTERFACE=OFF
-DBUILD_LINEAR_ALGEBRA_OPCODES=$(usex linear)
@@ -155,8 +156,7 @@ src_configure() {
-DBUILD_SELECT_OPCODE=ON
-DBUILD_SERIAL_OPCODES=ON
-DBUILD_STACK_OPCODES=ON
-   -DBUILD_STATIC_LIBRARY=$(usex static-libs)
-   -DBUILD_STATIC_LIBRARY=$(usex test)
+   -DBUILD_STATIC_LIBRARY=$(usex static-libs "ON" $(usex test))
-DBUILD_STK_OPCODES=$(usex stk)
-DBUILD_TESTS=$(usex test)
-DBUILD_UTILITIES=$(usex utils)
@@ -181,8 +181,8 @@ src_configure() {
-DUSE_GETTEXT=$(usex nls)
-DUSE_GIT_COMMIT=ON
_DUSE_IPMIDI=ON
-   -DUSE_LRINT=ON
-DUSE_JACK=$(usex jack)
+   -DUSE_LRINT=ON
-DUSE_PORTAUDIO=$(usex portaudio)
-DUSE_PORTMIDI=$(usex portmidi)
-DUSE_PULSEAUDIO=$(usex pulseaudio)

diff --git a/media-sound/csound/csound-.ebuild 
b/media-sound/csound/csound-.ebuild
index f29357886e4..f9db4411fa0 100644
--- a/media-sound/csound/csound-.ebuild
+++ b/media-sound/csound/csound-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 

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

2020-02-07 Thread Miroslav Šulc
commit: 8bc236bfeed8729666086050ec3f87df7082
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Feb  8 00:41:04 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Feb  8 00:42:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc236bf

media-libs/stk: bumped to 4.6.1

updated to eapi7

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/stk/Manifest |  1 +
 media-libs/stk/stk-4.6.1.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/media-libs/stk/Manifest b/media-libs/stk/Manifest
index f6ce8b7166f..eca239820cc 100644
--- a/media-libs/stk/Manifest
+++ b/media-libs/stk/Manifest
@@ -1 +1,2 @@
 DIST stk-4.5.1.tar.gz 2413113 BLAKE2B 
5eedf936f26acd3e2f377a198b252ee36bcdbb642f0649c0db6c453beb670a1fc725c94af78ff3e075f50068ae6927b628de0174dba598191ed9f9d2f074c17c
 SHA512 
c4c05edfb49b269d5d2518c06abad8e636c4f67a8598f5a03d406bbef04b8b3315d2592d35c8742ce9163b52215ac87b6349c0012e271a43707d109175b6d336
+DIST stk-4.6.1.tar.gz 2593348 BLAKE2B 
2cb269b8fb5732d55a394d5b8842c380b6a3e82e7338e972c6d22baf5ba1edee3f03ed699b9950d4a92a7ae3102bbb54f844ffd728c6478ebfb36328a1b89f2a
 SHA512 
2a22078cdb630f7c014a5ab38070fd6a6d1e9aa719401e3190a040cb06b61003cd3095fe1a8890eff59e4fc42594fe893b4c0a8327175e1701c75de7537e1830

diff --git a/media-libs/stk/stk-4.6.1.ebuild b/media-libs/stk/stk-4.6.1.ebuild
new file mode 100644
index 000..12eb50caa5f
--- /dev/null
+++ b/media-libs/stk/stk-4.6.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Synthesis ToolKit in C++"
+HOMEPAGE="https://ccrma.stanford.edu/software/stk/;
+SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug doc jack oss static-libs"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="alsa? ( media-libs/alsa-lib )
+   jack? ( virtual/jack )"
+DEPEND="${RDEPEND}
+   dev-lang/perl"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.5.1"
+)
+
+HTML_DOCS=(
+   doc/html/.
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   #breaks with --disable-foo...uses as --enable-foo
+   local myconf
+   if use debug; then
+   myconf="${myconf} --enable-debug"
+   fi
+   if use oss; then
+   myconf="${myconf} --with-oss"
+   fi
+   if use alsa; then
+   myconf="${myconf} --with-alsa"
+   fi
+   if use jack; then
+   myconf="${myconf} --with-jack"
+   fi
+
+   econf ${myconf} \
+   --enable-shared \
+   $(use_enable static-libs static) \
+   RAWWAVE_PATH=/usr/share/stk/rawwaves/
+}
+
+src_install() {
+   dodoc README.md
+
+   # install the lib
+   dolib.so src/libstk*
+   use static-libs && dolib.a src/libstk*
+
+   # install headers
+   insinto /usr/include/stk
+   doins include/*.h
+
+   # install rawwaves
+   insinto /usr/share/stk/rawwaves
+   doins rawwaves/*.raw
+
+   # install docs
+   if use doc; then
+   einstalldocs
+   fi
+}



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

2020-02-07 Thread Miroslav Šulc
commit: 4f8f815cc1a4a42bb4a1fd84832da332ff360df8
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Feb  8 00:42:32 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Feb  8 00:42:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8f815c

media-libs/stk: removed obsolete 4.5.1-r1

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/stk/Manifest|  1 -
 media-libs/stk/stk-4.5.1-r1.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/media-libs/stk/Manifest b/media-libs/stk/Manifest
index eca239820cc..a651b7254ec 100644
--- a/media-libs/stk/Manifest
+++ b/media-libs/stk/Manifest
@@ -1,2 +1 @@
-DIST stk-4.5.1.tar.gz 2413113 BLAKE2B 
5eedf936f26acd3e2f377a198b252ee36bcdbb642f0649c0db6c453beb670a1fc725c94af78ff3e075f50068ae6927b628de0174dba598191ed9f9d2f074c17c
 SHA512 
c4c05edfb49b269d5d2518c06abad8e636c4f67a8598f5a03d406bbef04b8b3315d2592d35c8742ce9163b52215ac87b6349c0012e271a43707d109175b6d336
 DIST stk-4.6.1.tar.gz 2593348 BLAKE2B 
2cb269b8fb5732d55a394d5b8842c380b6a3e82e7338e972c6d22baf5ba1edee3f03ed699b9950d4a92a7ae3102bbb54f844ffd728c6478ebfb36328a1b89f2a
 SHA512 
2a22078cdb630f7c014a5ab38070fd6a6d1e9aa719401e3190a040cb06b61003cd3095fe1a8890eff59e4fc42594fe893b4c0a8327175e1701c75de7537e1830

diff --git a/media-libs/stk/stk-4.5.1-r1.ebuild 
b/media-libs/stk/stk-4.5.1-r1.ebuild
deleted file mode 100644
index d1f5900803f..000
--- a/media-libs/stk/stk-4.5.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Synthesis ToolKit in C++"
-HOMEPAGE="https://ccrma.stanford.edu/software/stk/;
-SRC_URI="https://ccrma.stanford.edu/software/stk/release/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug doc jack oss static-libs"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
-   jack? ( virtual/jack )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-lang/perl"
-
-PATCHES=(
-   "${FILESDIR}/${P}"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   #breaks with --disable-foo...uses as --enable-foo
-   local myconf
-   if use debug; then
-   myconf="${myconf} --enable-debug"
-   fi
-   if use oss; then
-   myconf="${myconf} --with-oss"
-   fi
-   if use alsa; then
-   myconf="${myconf} --with-alsa"
-   fi
-   if use jack; then
-   myconf="${myconf} --with-jack"
-   fi
-
-   econf ${myconf} \
-   --enable-shared \
-   $(use_enable static-libs static) \
-   RAWWAVE_PATH=/usr/share/stk/rawwaves/
-}
-
-src_install() {
-   dodoc README.md
-
-   # install the lib
-   dolib src/libstk*
-
-   # install headers
-   insinto /usr/include/stk
-   doins include/*.h
-
-   # install rawwaves
-   insinto /usr/share/stk/rawwaves
-   doins rawwaves/*.raw
-
-   # install docs
-   if use doc; then
-   dohtml -r doc/html/*
-   fi
-}



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

2020-02-07 Thread Miroslav Šulc
commit: bd81fcd5b63fd0fc170a50751b78c8439bb73815
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Feb  8 00:10:12 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Feb  8 00:42:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd81fcd5

media-sound/musescore: renamed use flag in 3.3.4

renamed use flag vorbis to sf3 to make obvious the purpose
of it and make it default to be able to load bundled sf3 file

Bug: https://bugs.gentoo.org/708666
Closes: https://bugs.gentoo.org/704916
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/musescore/musescore-3.3.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/musescore/musescore-3.3.4.ebuild 
b/media-sound/musescore/musescore-3.3.4.ebuild
index e0e03cdcb56..917b4d62c93 100644
--- a/media-sound/musescore/musescore-3.3.4.ebuild
+++ b/media-sound/musescore/musescore-3.3.4.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine"
+IUSE="alsa debug jack mp3 portaudio portmidi pulseaudio +sf3 webengine"
 REQUIRED_USE="portmidi? ( portaudio )"
 
 BDEPEND="
@@ -47,7 +47,7 @@ DEPEND="
portaudio? ( media-libs/portaudio )
portmidi? ( media-libs/portmidi )
pulseaudio? ( media-sound/pulseaudio )
-   vorbis? ( media-libs/libvorbis )
+   sf3? ( media-libs/libvorbis )
webengine? ( dev-qt/qtwebengine:5[widgets] )
 "
 RDEPEND="${DEPEND}"
@@ -79,7 +79,7 @@ src_configure() {
-DBUILD_PORTAUDIO="$(usex portaudio)"
-DBUILD_PORTMIDI="$(usex portmidi)"
-DBUILD_PULSEAUDIO="$(usex pulseaudio)"
-   -DSOUNDFONT3="$(usex vorbis)"
+   -DSOUNDFONT3="$(usex sf3)"
-DBUILD_WEBENGINE="$(usex webengine)"
)
cmake_src_configure



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

2020-02-07 Thread Patrick McLean
commit: bdd4c10402c0553e77ffca41cffc4a5af42d20e9
Author: Patrick McLean  sony  com>
AuthorDate: Fri Feb  7 18:18:27 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Feb  8 00:29:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd4c104

sys-libs/libxcrypt-4.4.12-r2: Revbump, fix python deps (bug #708594)

Closes: https://bugs.gentoo.org/708594
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>

 .../{libxcrypt-4.4.12-r1.ebuild => libxcrypt-4.4.12-r2.ebuild}   | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.12-r1.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild
similarity index 96%
rename from sys-libs/libxcrypt/libxcrypt-4.4.12-r1.ebuild
rename to sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild
index 0983a476eda..eb95be5ae56 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.12-r1.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.12-r2.ebuild
@@ -20,10 +20,7 @@ DEPEND="system? (
)"
 RDEPEND="${DEPEND}"
 BDEPEND="sys-apps/findutils
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]')
-   )"
+   test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )"
 
 RESTRICT="!test? ( test )"
 
@@ -34,6 +31,10 @@ PATCHES=(
"${FILESDIR}/libxcrypt-4.4.12-multibuild.patch"
 )
 
+python_check_deps() {
+   has_version -b "dev-python/passlib[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
MULTIBUILD_VARIANTS=(
$(usex compat 'xcrypt_compat' '')



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-plugin_pack/

2020-02-07 Thread Mart Raudsepp
commit: 687fd78cf9f211cb248e47fd3020566ba7917cef
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:29:46 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687fd78c

x11-plugins/purple-plugin_pack: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild 
b/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild
index 98d37fe3622..9eff72189ec 100644
--- a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild
+++ b/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://bitbucket.org/rekkanoryo/${MY_PN}/downloads/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 ~hppa ppc x86"
 IUSE="debug gtk ncurses spell talkfilters"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/

2020-02-07 Thread Mart Raudsepp
commit: f2f83e50eb598c06e233bcc610a56c5eabc09c68
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:39:19 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f83e50

net-nntp/pan: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-nntp/pan/pan-0.145.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nntp/pan/pan-0.145.ebuild b/net-nntp/pan/pan-0.145.ebuild
index 4315923aa8d..8b93699544e 100644
--- a/net-nntp/pan/pan-0.145.ebuild
+++ b/net-nntp/pan/pan-0.145.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
@@ -10,7 +10,7 @@ 
SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="dbus gnome-keyring libnotify spell ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/

2020-02-07 Thread Mart Raudsepp
commit: 62832bd6df944516f7f3047243d37d0e0d36037f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:30:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62832bd6

x11-plugins/guifications: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-plugins/guifications/guifications-2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild 
b/x11-plugins/guifications/guifications-2.16.ebuild
index f50721872ac..1f47640b99b 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.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
@@ -14,7 +14,7 @@ 
SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86"
+KEYWORDS="amd64 ~hppa ppc sparc x86"
 IUSE="debug nls"
 
 RDEPEND="net-im/pidgin[gtk]



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

2020-02-07 Thread Mart Raudsepp
commit: c418458b83ee608743e5feedb3ce16e3f7bb10a5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:31:40 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c418458b

net-im/pidgin: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-im/pidgin/pidgin-2.13.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.13.0-r4.ebuild 
b/net-im/pidgin/pidgin-2.13.0-r4.ebuild
index ce37abd415e..5388c14ccf2 100644
--- a/net-im/pidgin/pidgin-2.13.0-r4.ebuild
+++ b/net-im/pidgin/pidgin-2.13.0-r4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-macos"
 IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
 meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
 tk +xscreensaver zephyr zeroconf" # mono



[gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-spell/

2020-02-07 Thread Mart Raudsepp
commit: 43ad03b474a4c1faf773cf264354bb5d0568928d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:26:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ad03b4

dev-perl/gtk2-spell: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-perl/gtk2-spell/gtk2-spell-1.40.0-r1.ebuild | 4 ++--
 dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r1.ebuild 
b/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r1.ebuild
index 404dd8f31d7..a76f60ef881 100644
--- a/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r1.ebuild
+++ b/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild 
b/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild
index 6c89f664b3b..a5d5ed012b3 100644
--- a/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild
+++ b/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/

2020-02-07 Thread Mart Raudsepp
commit: ec85f49db7cc28cff93d0300b91f00d2a50e8c25
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:30:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec85f49d

x11-plugins/pidgin-encryption: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild 
b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
index fbcca2a1b4f..d6abbea91a0 100644
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
+++ b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pidgin-encrypt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
 IUSE="nls"
 
 RDEPEND="net-im/pidgin[gtk]



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

2020-02-07 Thread Mart Raudsepp
commit: 867939b89abc4eb8a6aa267d524b35f41bf89ea6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:23:47 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867939b8

dev-python/gtkspell-python: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild 
b/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild
index 1ca4939cde7..232c41696c5 100644
--- a/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild
+++ b/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ DESCRIPTION="GtkSpell bindings for Python"
 # an ebuild, currently. Punt till we actually have to face the issue.
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="doc examples"
 
 RDEPEND="app-text/gtkspell:2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-extprefs/

2020-02-07 Thread Mart Raudsepp
commit: 63fa8fd6704b46a81da089d4ddb6f9975b4a03a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:29:27 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fa8fd6

x11-plugins/pidgin-extprefs: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild 
b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
index cc4b162c7c6..5b4c48f33e1 100644
--- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
+++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.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 @@ SRC_URI="mirror://sourceforge/gaim-extprefs/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86"
+KEYWORDS="amd64 ~hppa ppc sparc x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin[gtk]"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-hotkeys/

2020-02-07 Thread Mart Raudsepp
commit: 33a6d405b796f29893fc2a1890da4beb609ea26b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:28:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a6d405

x11-plugins/pidgin-hotkeys: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild 
b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
index f9dae97f4de..ec4f95533fb 100644
--- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
+++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.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 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 ~hppa ppc x86"
 IUSE=""
 
 RDEPEND="net-im/pidgin[gtk]



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

2020-02-07 Thread Miroslav Šulc
commit: 3b5eba82dcb411018882763bd49fdb85a97291a0
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Feb  7 22:09:18 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Feb  7 22:09:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5eba82

media-sound/musescore: bump to 3.4.2

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/musescore/Manifest   |   1 +
 media-sound/musescore/musescore-3.4.2.ebuild | 102 +++
 2 files changed, 103 insertions(+)

diff --git a/media-sound/musescore/Manifest b/media-sound/musescore/Manifest
index eeefb7ac66b..766a6fd7e1a 100644
--- a/media-sound/musescore/Manifest
+++ b/media-sound/musescore/Manifest
@@ -3,3 +3,4 @@ DIST MuseScore_General-0.1.8.tar.bz2 35107290 BLAKE2B 
65a0f78077a89fbf590fc47e83
 DIST musescore-3.3.4.tar.gz 62827836 BLAKE2B 
55e4c14539ac6227f0cc2dfb50adae920e63f9cf054a90a4c39f92c608a3ccb17c395070f77380997b367b48db72d96104117e02f486dcad26c0ea08aedce329
 SHA512 
c224e391daadf8d33cbf9d42e6a055290d7821abe7141e4927a77f1c7df6a57cbcbe5277248deb39d368547f17423ee9a4b5bc6cde8f27bc5646e83c6c4ff082
 DIST musescore-3.3.tar.gz 64453809 BLAKE2B 
278ca68e3a2432750356902360ac6882abaf763d3e512aa588e2b0eb7c58f8ffdab111ec3edaa9bf058a41ab5bce26f05a9a618def0c094376a6a4dbea7340ef
 SHA512 
b7d228d957d674868474ae6a94afbeaa530d2d2e7688b9be91b77237066071920034a3b5e2241399543b4fe8d73d97ba605584cb0c0f67d2026ca212a13dbaea
 DIST musescore-3.4.1.tar.gz 62951880 BLAKE2B 
fd15545a6bd5632650654a86063a8152b3ade7148ec4c4986ed501397f74e4a9f7db6574f1cd0ee1d512b0cb4e5b90e890ef028f3acf7a9a55989bda05bfe178
 SHA512 
4d76d6990595a77db55801d7ec3c4790718e8633e173daa34a2b2e8477384cbbce84257a797b2e9652ba8d8a8705a41d9e33a2882225415964061e57a1a82861
+DIST musescore-3.4.2.tar.gz 62960426 BLAKE2B 
be25c73ee51b56a5115fbb3585c13bd3a04543554af57c79202f5fe49a23d559df6d231dc716eb675a40b3f0420be002d088b832b9a1eaa1a62e64fd3653a76f
 SHA512 
d53024a04793dd418bce910e47b1d6f785b6e5ffbd97117a910f144ee37d20c20ce555a45fcf30532019aa8d7e429fc2dfedfef33a6078ab73889fe7995fe9f4

diff --git a/media-sound/musescore/musescore-3.4.2.ebuild 
b/media-sound/musescore/musescore-3.4.2.ebuild
new file mode 100644
index 000..fb4ff90af18
--- /dev/null
+++ b/media-sound/musescore/musescore-3.4.2.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+CHECKREQS_DISK_BUILD=3500M
+inherit cmake xdg check-reqs
+
+DESCRIPTION="WYSIWYG Music Score Typesetter"
+HOMEPAGE="https://musescore.org/;
+# MuseScore_General-0.1.3.tar.bz2 packaged from 
https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/
+# It has to be repackaged because the files are not versioned, current version 
can be found in VERSION file there.
+SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.1.8.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug jack mp3 osc omr portaudio portmidi pulseaudio +sf3 sfz 
webengine"
+REQUIRED_USE="portmidi? ( portaudio )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-qt/designer:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtquickcontrols2:5
+   >=dev-qt/qtsingleapplication-2.6.1_p20171024
+   dev-qt/qtsvg:5
+   dev-qt/qtxml:5
+   dev-qt/qtxmlpatterns:5
+   >=media-libs/freetype-2.5.2
+   media-libs/libsndfile
+   sys-libs/zlib:=
+   alsa? ( >=media-libs/alsa-lib-1.0.0 )
+   jack? ( virtual/jack )
+   mp3? ( media-sound/lame )
+   omr? ( app-text/poppler )
+   portaudio? ( media-libs/portaudio )
+   portmidi? ( media-libs/portmidi )
+   pulseaudio? ( media-sound/pulseaudio )
+   sf3? ( media-libs/libvorbis )
+   webengine? ( dev-qt/qtwebengine:5[widgets] )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.0.1-man-pages.patch"
+)
+
+S="${WORKDIR}/MuseScore-${PV}"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Move soundfonts to the correct directory
+   mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move 
soundfont files"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DAEOLUS=OFF # does not compile
+   -DBUILD_ALSA="$(usex alsa)"
+   -DBUILD_CRASH_REPORTER=OFF
+   -DBUILD_JACK="$(usex jack)"
+   -DBUILD_LAME="$(usex mp3)"
+   -DBUILD_PCH=ON
+   -DBUILD_PORTAUDIO="$(usex portaudio)"
+   -DBUILD_PORTMIDI="$(usex portmidi)"
+   -DBUILD_PULSEAUDIO="$(usex pulseaudio)"
+   -DBUILD_SHARED_LIBS=ON

[gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/, www-apps/nikola/files/

2020-02-07 Thread Sebastian Pipping
commit: de0ffe064886ece1687ebd61d410023203fa9916
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Feb  7 22:04:18 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Feb  7 22:06:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0ffe06

www-apps/nikola: 8.0.4

Closes: https://bugs.gentoo.org/674368
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 www-apps/nikola/Manifest  |  1 +
 www-apps/nikola/files/nikola-8.0.4-setup-py.patch | 47 
 www-apps/nikola/nikola-8.0.4.ebuild   | 66 +++
 3 files changed, 114 insertions(+)

diff --git a/www-apps/nikola/Manifest b/www-apps/nikola/Manifest
index 79fe3fe29de..1da720e5956 100644
--- a/www-apps/nikola/Manifest
+++ b/www-apps/nikola/Manifest
@@ -1 +1,2 @@
 DIST Nikola-7.8.15.tar.gz 4131518 BLAKE2B 
ea3dca9340852a68b668de82e5deeaa0ecf7bb8597f311721b27409fe0cf820919c79f6e631b030bd3ea4571dd8480c862c607d0b9e6015a8b03023de5a9b93e
 SHA512 
b441ae014539b948d007183ceb574243b89a498be265da7245095f67510d4d7c109c4935e0f9765b4144e82f788a1b66a0eacfba1477a89ce6c2645cb77102d7
+DIST Nikola-8.0.4.tar.gz 4137494 BLAKE2B 
04db8b83f34ca9b3cee785c5eed9d0421d27acf750c4f17dc3bec0df6fd4f462af52a65c0c97a0922da3bf3fa855d58d546479b19bfb152e8190d2f74524
 SHA512 
eb6774d11be4eab81fbe41115d80e5d0d38694b734431d5d6355fcd3e3d8ae5ff4a02114c5dd0dbbc9e1ea5a625e9ac2b6b91e82f6e017b4376e4ca8d56cfec7

diff --git a/www-apps/nikola/files/nikola-8.0.4-setup-py.patch 
b/www-apps/nikola/files/nikola-8.0.4-setup-py.patch
new file mode 100644
index 000..8089b4ee8b2
--- /dev/null
+++ b/www-apps/nikola/files/nikola-8.0.4-setup-py.patch
@@ -0,0 +1,47 @@
+From 89bfbfb5bb0ffc823664557ff59f90db03f7b10f Mon Sep 17 00:00:00 2001
+From: Chris Warrick 
+Date: Fri, 7 Feb 2020 13:06:06 +0100
+Subject: [PATCH] =?UTF-8?q?Fix=20#3348=20=E2=80=94=20don=E2=80=99t=20ship?=
+ =?UTF-8?q?=20tests=20to=20site-packages?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ CHANGES.txt | 12 
+ setup.py|  2 +-
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+diff --git a/CHANGES.txt b/CHANGES.txt
+index e76f24bee..815b37849 100644
+--- a/CHANGES.txt
 b/CHANGES.txt
+@@ -1,3 +1,15 @@
++New in master
++
++
++Features
++
++
++Bugfixes
++
++
++* Avoid installing ``tests`` package to site-packages, remove it from
++  your environment if it was inadvertently added (Issue #3348)
++
+ New in v8.0.4
+ =
+ 
+diff --git a/setup.py b/setup.py
+index f6ca027b7..e4f2c7fc7 100755
+--- a/setup.py
 b/setup.py
+@@ -105,7 +105,7 @@ def run(self):
+   author='Roberto Alsina and others',
+   author_email='rals...@netmanagers.com.ar',
+   url='https://getnikola.com/',
+-  packages=find_packages(exclude=('tests',)),
++  packages=find_packages(exclude=('tests', 'tests.*')),
+   license='MIT',
+   keywords='website, blog, static',
+   classifiers=['Development Status :: 5 - Production/Stable',

diff --git a/www-apps/nikola/nikola-8.0.4.ebuild 
b/www-apps/nikola/nikola-8.0.4.ebuild
new file mode 100644
index 000..abec5ee581f
--- /dev/null
+++ b/www-apps/nikola/nikola-8.0.4.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 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+MY_PN="Nikola"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A static website and blog generator"
+HOMEPAGE="https://getnikola.com/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="assets charts ghpages hyphenation ipython jinja watchdog webmedia 
websocket"
+RESTRICT="test" # needs coveralls
+
+DEPEND=">=dev-python/docutils-0.13[${PYTHON_USEDEP}]" # needs rst2man to build 
manpage
+RDEPEND="${DEPEND}
+   >=dev-python/Babel-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/blinker-1.3[${PYTHON_USEDEP}]
+   >=dev-python/doit-0.30.1[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
+   >=dev-python/mako-1.0[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/natsort-3.5.2[${PYTHON_USEDEP}]
+   >=dev-python/piexif-1.0.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+   >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
+   >=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
+   charts? ( 

[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/files/

2020-02-07 Thread Anthony G. Basile
commit: f227722412f34dc65619bbfaa71a14991bf13797
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Feb  5 08:16:06 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Feb  7 22:05:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2277224

net-vpn/tor: remove unused files

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-vpn/tor/files/tor.initd-r8 | 37 -
 net-vpn/tor/files/torrc-r1 |  7 ---
 2 files changed, 44 deletions(-)

diff --git a/net-vpn/tor/files/tor.initd-r8 b/net-vpn/tor/files/tor.initd-r8
deleted file mode 100644
index de9b66eb555..000
--- a/net-vpn/tor/files/tor.initd-r8
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command=/usr/bin/tor
-pidfile=/var/run/tor/tor.pid
-command_args="--hush --runasdaemon 1 --pidfile \"${pidfile}\""
-retry=${GRACEFUL_TIMEOUT:-60}
-stopsig=INT
-command_progress=yes
-
-extra_commands="checkconfig"
-extra_started_commands="reload"
-description="Anonymizing overlay network for TCP"
-description_checkconfig="Check for valid config file"
-description_reload="Reload the configuration"
-
-checkconfig() {
-   ${command} --verify-config --hush > /dev/null 2>&1
-   if [ $? -ne 0 ] ; then
-   eerror "Tor configuration (/etc/tor/torrc) is not valid."
-   eerror "Example is in /etc/tor/torrc.sample"
-   return 1
-   fi
-}
-
-start_pre() {
-   checkconfig || return 1
-   checkpath -d -m 0755 -o tor:tor /var/run/tor
-}
-
-reload() {
-   checkconfig || return 1
-   ebegin "Reloading Tor configuration"
-   start-stop-daemon -s HUP --pidfile ${pidfile}
-   eend $?
-}

diff --git a/net-vpn/tor/files/torrc-r1 b/net-vpn/tor/files/torrc-r1
deleted file mode 100644
index 322a794aa1d..000
--- a/net-vpn/tor/files/torrc-r1
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Minimal torrc so tor will work out of the box
-#
-User tor
-PIDFile /var/run/tor/tor.pid
-Log notice syslog
-DataDirectory /var/lib/tor/data



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2020-02-07 Thread Matt Turner
commit: cf454d08fecd41079efb8780c60b70536a588fcf
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Feb  7 20:47:37 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb  7 21:47:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf454d08

sys-process/procps: Add multilib support

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

 sys-process/procps/procps-3.3.16-r1.ebuild | 87 ++
 1 file changed, 87 insertions(+)

diff --git a/sys-process/procps/procps-3.3.16-r1.ebuild 
b/sys-process/procps/procps-3.3.16-r1.ebuild
new file mode 100644
index 000..105cce9b4e4
--- /dev/null
+++ b/sys-process/procps/procps-3.3.16-r1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic multilib-minimal usr-ldscript
+
+DESCRIPTION="standard informational utilities and process-handling tools"
+HOMEPAGE="http://procps-ng.sourceforge.net/ 
https://gitlab.com/procps-ng/procps;
+SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0/8" # libprocps.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test 
unicode"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elogind? ( sys-auth/elogind )
+   ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] )
+   selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] )
+   systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] )
+"
+DEPEND="${COMMON_DEPEND}
+   elogind? ( virtual/pkgconfig )
+   ncurses? ( virtual/pkgconfig )
+   systemd? ( virtual/pkgconfig )
+   test? ( dev-util/dejagnu )"
+RDEPEND="
+   ${COMMON_DEPEND}
+   kill? (
+   !sys-apps/coreutils[kill]
+   !sys-apps/util-linux[kill]
+   )
+   !http://www.freelists.org/post/procps/PATCH-enable-transparent-large-file-support
+   append-lfs-flags #471102
+   local myeconfargs=(
+   --docdir='$(datarootdir)'/doc/${PF}
+   $(use_with elogind)
+   $(multilib_native_use_enable kill)
+   $(multilib_native_use_enable modern-top)
+   $(multilib_native_use_with ncurses)
+   $(use_enable nls)
+   $(use_enable selinux libselinux)
+   $(use_enable static-libs static)
+   $(use_with systemd)
+   $(use_enable unicode watch8bit)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_test() {
+   emake check 

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

2020-02-07 Thread Matt Turner
commit: 50a8d17875e524c22f2c7d8be63e6f5c3d81b73b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Feb  7 18:13:29 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb  7 21:47:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a8d178

dev-util/apitrace: Version bump to 9.0.0

A lot of changes in this version bump:
- Python3 support
- Python2 support dropped
- IUSE=cli dropped. Enabled always
- IUSE=system-snappy dropped. Enabled always
- IUSE=egl dropped. Enabled always
- Install CLI binaries for all ABIs
- media-libs/waffle support enabled

Closes: https://bugs.gentoo.org/684830
Closes: https://bugs.gentoo.org/684964
Closes: https://bugs.gentoo.org/693116
Closes: https://bugs.gentoo.org/705320
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/apitrace/Manifest |   1 +
 dev-util/apitrace/apitrace-9.0.ebuild  |  85 +++
 .../files/apitrace-9.0-brotli-unbundle.patch   | 158 +
 .../files/apitrace-9.0-disable-multiarch.patch |  53 +++
 4 files changed, 297 insertions(+)

diff --git a/dev-util/apitrace/Manifest b/dev-util/apitrace/Manifest
index 001d549c4d9..defda19b6e8 100644
--- a/dev-util/apitrace/Manifest
+++ b/dev-util/apitrace/Manifest
@@ -1 +1,2 @@
 DIST apitrace-8.0.tar.gz 3601109 BLAKE2B 
f3e8f7ff93ef4866370e791fa7768ca0445bd8f62a7d26f203bade7fec7aab475115ea2820b351fbc974697160b49a0c0628fb01ca9afa248b3e31ab7b75d4fc
 SHA512 
1bd8ed4468fde17fbdc43bdd50508e6c7662ddf79b6d34aa222ee69cd033aeedcdc3a8c2fc4e88ba85bf13f7e7c516a83dc158b11f0e4dd67d2ec65ad10cef2c
+DIST apitrace-9.0.tar.gz 3623693 BLAKE2B 
885cfd22d1cc82e36f7f0d65b816784986a8a693d04b483c059d3cffb0328c2cbbfd043793b964cea84d7b09a0dc8dda5f464099e91df26fd5eecef4bbeb28cc
 SHA512 
4234bc2d14378b1bd9554752d83f8ce0703b4e08c3edc85769dc988a2b3a44b8e55d2f5856954658155a11d69802849bae6350ed5031a5916c7ac7bc7287918c

diff --git a/dev-util/apitrace/apitrace-9.0.ebuild 
b/dev-util/apitrace/apitrace-9.0.ebuild
new file mode 100644
index 000..8c100383021
--- /dev/null
+++ b/dev-util/apitrace/apitrace-9.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit cmake-multilib python-single-r1
+
+DESCRIPTION="Tool for tracing, analyzing, and debugging graphics APIs"
+HOMEPAGE="https://github.com/apitrace/apitrace;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="qt5"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   app-arch/brotli:=[${MULTILIB_USEDEP}]
+   >=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}]
+   media-libs/libpng:0=
+   media-libs/mesa[egl,gles1,gles2,X(+),${MULTILIB_USEDEP}]
+   >=media-libs/waffle-1.6.0-r1[egl,${MULTILIB_USEDEP}]
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+   sys-process/procps:=[${MULTILIB_USEDEP}]
+   x11-libs/libX11
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[-gles2]
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5[-gles2]
+   )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   # TODO: upstream
+   "${FILESDIR}"/${P}-disable-multiarch.patch
+   "${FILESDIR}"/${P}-brotli-unbundle.patch
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   # The apitrace code grubs around in the internal zlib structures.
+   # We have to extract this header and clean it up to keep that working.
+   # Do not be surprised if a zlib upgrade breaks things ...
+   rm -rf 
thirdparty/{brotli,snappy,getopt,less,libpng,zlib,dxerr,directxtex,devcon} || 
die
+}
+
+src_configure() {
+   my_configure() {
+   local mycmakeargs=(
+   -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF}
+   -DENABLE_EGL=ON
+   -DENABLE_CLI=ON
+   -DENABLE_GUI=$(multilib_native_usex qt5)
+   -DENABLE_STATIC_SNAPPY=OFF
+   -DENABLE_WAFFLE=ON
+   )
+   cmake_src_configure
+   }
+
+   multilib_foreach_abi my_configure
+}
+
+src_install() {
+   MULTILIB_CHOST_TOOLS=(
+   /usr/bin/apitrace$(get_exeext)
+   /usr/bin/eglretrace$(get_exeext)
+   /usr/bin/glretrace$(get_exeext)
+   )
+
+   cmake-multilib_src_install
+
+   make_libgl_symlinks() {
+   dosym glxtrace.so /usr/$(get_libdir)/${PN}/wrappers/libGL.so
+   dosym glxtrace.so /usr/$(get_libdir)/${PN}/wrappers/libGL.so.1
+   dosym glxtrace.so /usr/$(get_libdir)/${PN}/wrappers/libGL.so.1.2
+   }
+   multilib_foreach_abi make_libgl_symlinks
+}

diff --git a/dev-util/apitrace/files/apitrace-9.0-brotli-unbundle.patch 

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

2020-02-07 Thread Matt Turner
commit: ae6440b4f79e42bb3d1c438ae2988bdb5721a1ba
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Feb  7 21:26:58 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb  7 21:47:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6440b4

media-libs/waffle: Install wflinfo per ABI

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

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

diff --git a/media-libs/waffle/waffle-.ebuild 
b/media-libs/waffle/waffle-.ebuild
index 56a48b84378..f088ab0aa6d 100644
--- a/media-libs/waffle/waffle-.ebuild
+++ b/media-libs/waffle/waffle-.ebuild
@@ -36,6 +36,10 @@ DEPEND="${RDEPEND}
)
 "
 
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/wflinfo$(get_exeext)
+)
+
 src_unpack() {
default
[[ $PV = * ]] && git-r3_src_unpack



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

2020-02-07 Thread Matt Turner
commit: 909c1837f2cdc2bf1d93728b33c7c1285dff96bb
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Feb  7 21:16:43 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb  7 21:47:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909c1837

media-libs/waffle: Generate WaffleConfig.cmake file

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

 ...ate-cmake-config-and-version-files-if-mes.patch | 87 ++
 media-libs/waffle/waffle-1.6.0-r1.ebuild   | 77 +++
 2 files changed, 164 insertions(+)

diff --git 
a/media-libs/waffle/files/waffle-1.6.0-meson-Generate-cmake-config-and-version-files-if-mes.patch
 
b/media-libs/waffle/files/waffle-1.6.0-meson-Generate-cmake-config-and-version-files-if-mes.patch
new file mode 100644
index 000..ef31275de08
--- /dev/null
+++ 
b/media-libs/waffle/files/waffle-1.6.0-meson-Generate-cmake-config-and-version-files-if-mes.patch
@@ -0,0 +1,87 @@
+From b71cfa674db5828a2be04a42ce9996d6677629ee Mon Sep 17 00:00:00 2001
+From: Dylan Baker 
+Date: Fri, 7 Jun 2019 15:36:09 -0700
+Subject: [PATCH] meson: Generate cmake config and version files if meson is
+ new enough
+
+Meson 0.50.0 added a module similar to the pkg-config module for
+generating cmake config files. Since the CMake build system provides
+these the meson build system should as well.
+
+v2: - Bump version to 0.50 instead of incorrect 0.49
+v3: - remove TODO comment that this fixes
+- Add a definition of set_and_check for meson-generated Config
+  files.
+
+Reviewed-by: Eric Engestrom 
+---
+ cmake/Modules/WaffleConfig.cmake.in | 10 ++
+ meson.build |  2 --
+ src/waffle/meson.build  | 20 
+ 3 files changed, 30 insertions(+), 2 deletions(-)
+
+diff --git a/cmake/Modules/WaffleConfig.cmake.in 
b/cmake/Modules/WaffleConfig.cmake.in
+index b60b470..4e19755 100644
+--- a/cmake/Modules/WaffleConfig.cmake.in
 b/cmake/Modules/WaffleConfig.cmake.in
+@@ -7,6 +7,16 @@
+ 
+ @PACKAGE_INIT@
+ 
++# This should only be used for meson
++if (NOT DEFINED set_and_check)
++macro(set_and_check _var _file)
++set(${_var} "${_file}")
++if(NOT EXISTS "${_file}")
++message(FATAL_ERROR "File or directory ${_file} referenced by 
variable ${_var} does not exist !")
++endif()
++endmacro()
++endif()
++
+ set_and_check(Waffle_INCLUDE_DIRS 
"@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@/@waffle_libname@")
+ set_and_check(Waffle_LIBRARY_DIRS "@PACKAGE_CMAKE_INSTALL_LIBDIR@")
+ set(Waffle_LIBRARIES "@waffle_libname@")
+diff --git a/meson.build b/meson.build
+index 29fda22..22b7f59 100644
+--- a/meson.build
 b/meson.build
+@@ -231,5 +231,3 @@ endif
+ if get_option('build-examples')
+   subdir('examples')
+ endif
+-
+-# TODO:  CMake config file
+diff --git a/src/waffle/meson.build b/src/waffle/meson.build
+index 322df40..cd68ddf 100644
+--- a/src/waffle/meson.build
 b/src/waffle/meson.build
+@@ -211,6 +211,26 @@ pkg.generate(
+   description : 'A library for selecting an OpenGL API and windows system at 
runtime.',
+ )
+ 
++if meson.version().version_compare('>= 0.50')
++  cmake = import('cmake')
++  cmake.write_basic_package_version_file(
++name : 'Waffle',
++version : meson.project_version(),
++compatibility : 'SameMajorVersion',
++  )
++
++  cmake_conf = configuration_data()
++  cmake_conf.set('waffle_libname', waffle_name)
++  cmake_conf.set('PACKAGE_CMAKE_INSTALL_INCLUDEDIR', 
join_paths('${PACKAGE_PREFIX_DIR}', get_option('includedir')))
++  cmake_conf.set('PACKAGE_CMAKE_INSTALL_LIBDIR', 
join_paths('${PACKAGE_PREFIX_DIR}', get_option('libdir')))
++
++  cmake.configure_package_config_file(
++name : 'Waffle',
++input : '../../cmake/Modules/WaffleConfig.cmake.in',
++configuration : cmake_conf,
++  )
++endif
++
+ if get_option('build-tests')
+   if get_option('default_library') == 'shared'
+ # The unit tests need to poke at internals of the library, but with a
+-- 
+2.24.1
+

diff --git a/media-libs/waffle/waffle-1.6.0-r1.ebuild 
b/media-libs/waffle/waffle-1.6.0-r1.ebuild
new file mode 100644
index 000..2f9c6de8b55
--- /dev/null
+++ b/media-libs/waffle/waffle-1.6.0-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/${PN};
+   GIT_ECLASS="git-r3"
+else
+   SRC_URI="http://www.waffle-gl.org/files/release/${P}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+fi
+inherit meson multilib-minimal ${GIT_ECLASS}
+
+DESCRIPTION="Library that allows selection of GL API and of window system at 
runtime"
+HOMEPAGE="http://www.waffle-gl.org/ https://gitlab.freedesktop.org/mesa/waffle;
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="doc egl gbm test wayland X"
+RESTRICT="test" # gl_basic tests don't work when run from portage
+
+RDEPEND="
+ 

[gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/

2020-02-07 Thread Sebastian Pipping
commit: 93ab64a4f3c94a316effa410922a5fbd82ce8b15
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Feb  7 21:29:20 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Feb  7 21:29:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ab64a4

www-apps/nikola: EAPI 7 + doman fix

Closes: https://bugs.gentoo.org/619974
Closes: https://github.com/gentoo/gentoo/pull/14535
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 www-apps/nikola/nikola-7.8.15-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/www-apps/nikola/nikola-7.8.15-r1.ebuild 
b/www-apps/nikola/nikola-7.8.15-r1.ebuild
index c989d8059c4..f7d52378778 100644
--- a/www-apps/nikola/nikola-7.8.15-r1.ebuild
+++ b/www-apps/nikola/nikola-7.8.15-r1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 PYTHON_COMPAT=( python3_6 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -32,7 +33,6 @@ RDEPEND="${DEPEND}
>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
>=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-20.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
>=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
>=dev-python/yapsy-1.11.223[${PYTHON_USEDEP}]
@@ -58,6 +58,5 @@ src_install() {
rm -rv "${D}/usr/share/doc/${PN}" || die
 
dodoc AUTHORS.txt CHANGES.txt README.rst docs/*.txt
-   gunzip "docs/man/${PN}.1.gz" || die
-   doman "docs/man/${PN}.1"
+   gunzip "${D}/usr/share/man/man1/${PN}.1.gz" || die
 }



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

2020-02-07 Thread Lars Wendler
commit: 71205f39d882f1f1aefc29d2bcb4fe62341c4a81
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb  7 21:07:53 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb  7 21:07:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71205f39

app-editors/nano: Bump to version 4.8

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

 app-editors/nano/Manifest|  1 +
 app-editors/nano/nano-4.8.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
index 84f410c627e..d5da21e6a0e 100644
--- a/app-editors/nano/Manifest
+++ b/app-editors/nano/Manifest
@@ -1,3 +1,4 @@
 DIST nano-4.2.tar.gz 2928595 BLAKE2B 
42bb0ccbf4961706c6c645eb2310a646a7decd3617117a079ffe9e3718c8054ab823a5aff3e543c06c4c398f83579a679267a9ad6f113ba451b76d67e14b07cc
 SHA512 
a5dd9ce96cd09d12c65108ea6a18b2cf1c2b055929e58d3e84beb0725607b4b5a3f8ae3fda0ab658c853cc4cac70c089fee716e1bb5a700f2506a7a3e1bea1bd
 DIST nano-4.6.tar.gz 2970798 BLAKE2B 
d6dfc702d374d1cbcd61080c8e0082b7931dc8c593c97eb705d878d25487a78dc1ebcb8004f742f5ecc3af1b5a31abcf6577e87aba96fb95d16029ff55e7af58
 SHA512 
76fb43495ca1f88ee8864eee5d023b6cd86bc35fba00151b4c6af53ae06e6b3828379e7d52a16c7df0956e9e04602a86ff8e8a7c1997320507ca041195bf004b
 DIST nano-4.7.tar.gz 2977920 BLAKE2B 
8373ebf3f4e98ba204ed00678ba1e8791c9ffc11226baa98b7dac9ff9389cc465dc6574833ce222570301232a97f87e1b8d505dcce617f6c8bd915f4a662df4d
 SHA512 
2cbe2341bba46f57a692d6deb20003d992da0230fdec3a2dc485d3b03d2ec2a70e66d05299bbc719fca658c8a8060dd64d4b52e68aadfd73980b82445761615f
+DIST nano-4.8.tar.gz 2995765 BLAKE2B 
80acb19758c4bedfa1fa52ef9ede7125bdd3844df6932912899ba2f5c4471859ac6d044b2c67d43afcfc416d0b6bf0b5d023e79645c5d6207c5ed4a0857305a4
 SHA512 
3e6f8f2a7ce55df0eb2d96459a22f0a40808b4ffc67eb5a35937437f5c1cb193046b02d123597981066b872ffacf345bf0f4c72f546323324ebb66aa751d11f9

diff --git a/app-editors/nano/nano-4.8.ebuild b/app-editors/nano/nano-4.8.ebuild
new file mode 100644
index 000..399fdff323e
--- /dev/null
+++ b/app-editors/nano/nano-4.8.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://git.sv.gnu.org/nano.git"
+   inherit git-r3 autotools
+else
+   MY_P="${PN}-${PV/_}"
+   SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+fi
+
+DESCRIPTION="GNU GPL'd Pico clone with more functionality"
+HOMEPAGE="https://www.nano-editor.org/ 
https://wiki.gentoo.org/wiki/Nano/Basics_Guide;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug justify +magic minimal ncurses nls slang +spell +split-usr static 
unicode"
+
+LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
+   sys-libs/ncurses:0=[static-libs(+)]
+   magic? ( sys-apps/file[static-libs(+)] )
+   nls? ( virtual/libintl )
+   !ncurses? ( slang? ( sys-libs/slang[static-libs(+)] ) )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+src_prepare() {
+   default
+   if [[ ${PV} == "" ]] ; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   use static && append-ldflags -static
+   local myconf=(
+   --bindir="${EPREFIX}"/bin
+   --htmldir=/trash
+   $(use_enable !minimal color)
+   $(use_enable !minimal multibuffer)
+   $(use_enable !minimal nanorc)
+   $(use_enable magic libmagic)
+   $(use_enable spell speller)
+   $(use_enable justify)
+   $(use_enable debug)
+   $(use_enable nls)
+   $(use_enable unicode utf8)
+   $(use_enable minimal tiny)
+   $(usex ncurses --without-slang $(use_with slang))
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   # don't use "${ED}" here or things break (#654534)
+   rm -r "${D}"/trash || die
+
+   dodoc doc/sample.nanorc
+   docinto html
+   dodoc doc/faq.html
+   insinto /etc
+   newins doc/sample.nanorc nanorc
+   if ! use minimal ; then
+   # Enable colorization by default.
+   sed -i \
+   -e '/^# include /s:# *::' \
+   "${ED}"/etc/nanorc || die
+   fi
+
+   use split-usr && dosym ../../bin/nano /usr/bin/nano
+}



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

2020-02-07 Thread Miroslav Šulc
commit: d71c4ff6c8d8776fc7ba56fed2acb4c7846ed8d2
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Feb  7 20:18:34 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Feb  7 20:18:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71c4ff6

net-analyzer/zabbix: bump to 4.4.5

Closes: https://bugs.gentoo.org/705742
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-analyzer/zabbix/Manifest|   1 +
 net-analyzer/zabbix/zabbix-4.4.5.ebuild | 333 
 2 files changed, 334 insertions(+)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index fe13523a798..0ca440546b7 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -4,3 +4,4 @@ DIST zabbix-3.4.15.tar.gz 17489570 BLAKE2B 
8b820e29334fa7814ab54baef75374955340c
 DIST zabbix-4.0.13.tar.gz 17150333 BLAKE2B 
fe4eaf999c0fbe4c87ca2bb621ce229480840f3e86de5e7b02d3668d5705046e62bf04f4f4ad75e814c1fa795642df3c0a9d1bfb07ef25c33003b12e0fe44c7b
 SHA512 
150d28b1be88821be30ef1a9d74ac62e6939f556ef13e6acc6c99b915d36d1655d776aeb2399009285404724dfa41acf249b9047797890a954941831c8b5ecba
 DIST zabbix-4.2.7.tar.gz 18286402 BLAKE2B 
36fbd5938d6d188b29fb2e284a8b2ddec1e3cfda08517094e06fae6ccad9dea8027368f4a1a98cb49957caf0aee580df01a17f4aa19a98e746e2c1164db4b590
 SHA512 
92341e4efe721f043b66bdd382fc69bc408c4e0435a594fadf51989c37d8ecbd72ae0092517929b521527b41331f933310e9c14da42f18902ca54460170dddf9
 DIST zabbix-4.4.0.tar.gz 20689807 BLAKE2B 
7be62a7b124a016a9f3ab5022b349452b1a99c9ef8cff8ba4b8278f7c48a7632d7f3e6677764fd778c44c05fdb86bbe2b066eb6a51f076274fffcbbd94202db4
 SHA512 
021e7454decb885065417f6f6a0ecc8a9d4f184f68da6ab4efea68280b3a0c0641eab05620ce14016b6e57ce32c44075e53b45f03e764e8726c00bfdd6039406
+DIST zabbix-4.4.5.tar.gz 19284769 BLAKE2B 
e0c7b99c48128a2379c46d2125497816d484afc1d0e2b8d6d7da5ca93a494346980af0dc90a7f63f7ea5719b7aec6baa658f060fbdfaaddf5102883c2590da1f
 SHA512 
b7971f3c25270c5e35861a0db8e810d8ffe6c59ffc935fa2df5b1fd5d591d577db60e04673ca0a6f158dd126245a6ee4cd4e84a3637c447c9b6f68f77848f114

diff --git a/net-analyzer/zabbix/zabbix-4.4.5.ebuild 
b/net-analyzer/zabbix/zabbix-4.4.5.ebuild
new file mode 100644
index 000..2ff7b0830d7
--- /dev/null
+++ b/net-analyzer/zabbix/zabbix-4.4.5.ebuild
@@ -0,0 +1,333 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+# needed to make webapp-config dep optional
+WEBAPP_OPTIONAL="yes"
+inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
+
+DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
+HOMEPAGE="https://www.zabbix.com/;
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/${PV}/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+WEBAPP_MANUAL_SLOT="yes"
+KEYWORDS="~amd64 ~x86"
+IUSE="+agent java curl frontend ipv6 ldap libxml2 mysql openipmi oracle 
+postgres proxy server ssh ssl snmp sqlite odbc static"
+REQUIRED_USE="|| ( agent frontend proxy server )
+   proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )
+   server? ( ^^ ( mysql oracle postgres odbc ) )
+   static? ( !oracle !snmp )"
+
+COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
+   ldap? (
+   net-nds/openldap
+   =dev-libs/cyrus-sasl-2*
+   net-libs/gnutls
+   )
+   mysql? ( >=virtual/mysql-5.0.3 )
+   sqlite? ( >=dev-db/sqlite-3.3.5 )
+   postgres? ( >=dev-db/postgresql-8.1:* )
+   oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
+   libxml2? ( dev-libs/libxml2 )
+   curl? ( net-misc/curl )
+   openipmi? ( sys-libs/openipmi )
+   ssh? ( net-libs/libssh2 )
+   java? ( virtual/jdk:* )
+   odbc? ( dev-db/unixODBC )
+   server? ( sys-libs/zlib )
+   proxy?  ( sys-libs/zlib )
+   server? ( dev-libs/libevent )
+   ssl? ( dev-libs/openssl:=[-bindist] )"
+
+RDEPEND="${COMMON_DEPEND}
+   proxy? ( net-analyzer/fping[suid] )
+   server? ( net-analyzer/fping[suid]
+   app-admin/webapp-config
+   dev-libs/libpcre )
+   java?   (
+   >=virtual/jre-1.4
+   dev-java/slf4j-api
+   )
+   frontend? (
+   
>=dev-lang/php-5.4.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode]
+   || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] )
+   mysql? ( dev-lang/php[mysqli] )
+   odbc? ( dev-lang/php[odbc] )
+   oracle? ( dev-lang/php[oci8-instant-client] )
+   postgres? ( dev-lang/php[postgres] )
+   sqlite? ( dev-lang/php[sqlite] )
+   media-libs/gd[png]
+   app-admin/webapp-config )"
+DEPEND="${COMMON_DEPEND}
+   static? (
+   ldap? (
+   

[gentoo-commits] proj/gamerlay:master commit in: games-action/gradleunison/, games-action/gradleunison/files/

2020-02-07 Thread Azamat H. Hackimov
commit: 166e673966c101f74256ab43c7f4298ce5ab5b67
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb  7 19:29:42 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb  7 20:08:17 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=166e6739

games-action/gradleunison: remove package

Sources unavailable, deprecated games eclass
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../files/gradleunison-0.10-fixes.diff | 136 ---
 .../files/gradleunison-0.10-homedir.diff   |  59 ---
 .../files/gradleunison-0.10-import.diff| 193 -
 .../files/gradleunison-0.10-makefile.diff  |  21 ---
 games-action/gradleunison/gradleunison-0.10.ebuild |  66 ---
 games-action/gradleunison/metadata.xml |   8 -
 6 files changed, 483 deletions(-)

diff --git a/games-action/gradleunison/files/gradleunison-0.10-fixes.diff 
b/games-action/gradleunison/files/gradleunison-0.10-fixes.diff
deleted file mode 100644
index 46e..000
--- a/games-action/gradleunison/files/gradleunison-0.10-fixes.diff
+++ /dev/null
@@ -1,136 +0,0 @@
-diff -Naur GU/src/luminous.d GU-gentoo/src/luminous.d
 GU/src/luminous.d  2006-07-08 04:49:12.0 +0200
-+++ GU-gentoo/src/luminous.d   2007-10-10 19:32:36.0 +0200
-@@ -7,7 +7,7 @@
- */
- 
- private   import std.math;
--private   import std.string;
-+private   import std.c.string;
- private   import opengl;
- private   import util_sdl;
- private   import task;
-@@ -68,11 +68,11 @@
- 
- static void makeLuminousTexture()
- {
--  uint *data = td;
-+  uint *data = td.ptr;
-   int i;
- 
-   td[0..length] = 0;
--  //memset(data, 0, luminousTextureWidth * luminousTextureHeight * 4 * 
uint.sizeof);
-+  memset(data, 0, luminousTextureWidth * luminousTextureHeight * 4 * 
uint.sizeof);
-   glGenTextures(1, );
-   glBindTexture(GL_TEXTURE_2D, luminousTexture);
-   glTexImage2D(GL_TEXTURE_2D, 0, 4, luminousTextureWidth, 
luminousTextureHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, data);
-diff -Naur GU/src/main.d GU-gentoo/src/main.d
 GU/src/main.d  2006-09-01 21:02:40.0 +0200
-+++ GU-gentoo/src/main.d   2007-10-10 19:30:12.0 +0200
-@@ -6,14 +6,14 @@
-   2006/07/07 jumpei isshiki
- */
- 
--private import std.c.windows.windows;
-+//private import std.c.windows.windows;
- private import std.stdio;
- private import std.string;
- private import std.random;
- private   import std.math;
- private import SDL;
- private import opengl;
--private import reflection;
-+//private import reflection;
- private import util_sdl;
- private import util_glbf;
- private import util_pad;
-@@ -66,9 +66,11 @@
-   for(int i = 0; i < argc; i++){
-   str_buf[i] = lpCmdLine[i];
-   }
--  split_buf = split(str_buf);
-+  split_buf = split(str_buf);
-+/*
-   if(split_buf[0].length > 1) 
Reflection.init(split_buf[0]);
--  else
Reflection.init("main.exe");
-+  else
Reflection.init("main.exe");
-+*/
-   }
- 
-   try{
-@@ -86,7 +88,7 @@
- }else{
-   int main(char[][] argv)
-   {
--  Reflection.init(argv[argv.length-1]);
-+  //  Reflection.init(argv[argv.length-1]);
-   return boot();
-   }
- }
-diff -Naur GU/src/task.d GU-gentoo/src/task.d
 GU/src/task.d  2006-08-24 17:35:26.0 +0200
-+++ GU-gentoo/src/task.d   2007-10-10 19:33:42.0 +0200
-@@ -182,7 +182,9 @@
-   TskBuf[i].fp_draw = null;
-   TskBuf[i].fp_exit = null;
-   TskBuf[i].bullet_command = null;
--  TskBuf[i].bullet_state = null;
-+  TskBuf[i].bullet_state = null;
-+  TskBuf[i].bullet_accx = 0;
-+  TskBuf[i].bullet_accy = 0;
-   }
-   TskBuf[i].tskid = TSKID_NONE;
-   TskBuf[i].entry = -1;
-diff -Naur GU/src/util_glbf.d GU-gentoo/src/util_glbf.d
 GU/src/util_glbf.d 2006-07-07 17:37:52.0 +0200
-+++ GU-gentoo/src/util_glbf.d  2007-10-10 19:30:12.0 +0200
-@@ -156,7 +156,7 @@
- {
-   glBindTexture(GL_TEXTURE_2D, font.texture); 
// Select Our Font Texture
-   glListBase(font.base-32);   
// Choose The Font Set (0 or 1)
--  glCallLists(str.length, GL_BYTE, str);  
// Write The Text To The Screen
-+  glCallLists(str.length, GL_BYTE, str.ptr);  
// Write The Text To The Screen
- }
- 
- int glbfInit(GLBitmapFont* font, char* filename, GLfloat xsize, GLfloat 
xdots, GLfloat ydots)
-diff -Naur GU/src/util_rand.d 

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

2020-02-07 Thread Sergei Trofimovich
commit: 408dfe28f11ac73660c6ea1425a3b1d0675f1f37
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb  7 20:00:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb  7 20:08:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408dfe28

dev-python/jeepney: keyworded 0.4.1 for sparc, bug #700918

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/jeepney/jeepney-0.4.1.ebuild 
b/dev-python/jeepney/jeepney-0.4.1.ebuild
index 73e95d57065..f17586db804 100644
--- a/dev-python/jeepney/jeepney-0.4.1.ebuild
+++ b/dev-python/jeepney/jeepney-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] proj/gamerlay:master commit in: games-action/reflectball/files/, games-action/reflectball/

2020-02-07 Thread Azamat H. Hackimov
commit: 0d0f44b2d543706c14ece28da489dec25af1a44f
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb  7 19:31:50 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb  7 20:08:22 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=0d0f44b2

games-action/reflectball: remove package

Unavailable sources, deprecated
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../reflectball/files/reflectball-0.11-fixes.diff  | 194 -
 .../files/reflectball-0.11-homedir.diff|  73 
 .../reflectball/files/reflectball-0.11-import.diff | 117 -
 .../files/reflectball-0.11-makefile.diff   |  21 ---
 games-action/reflectball/files/reflectball.png | Bin 1034 -> 0 bytes
 games-action/reflectball/metadata.xml  |   8 -
 games-action/reflectball/reflectball-0.11.ebuild   |  62 ---
 7 files changed, 475 deletions(-)

diff --git a/games-action/reflectball/files/reflectball-0.11-fixes.diff 
b/games-action/reflectball/files/reflectball-0.11-fixes.diff
deleted file mode 100644
index d69b054..000
--- a/games-action/reflectball/files/reflectball-0.11-fixes.diff
+++ /dev/null
@@ -1,194 +0,0 @@
-diff -Naur RefLectBall/src/bulletcommand.d 
RefLectBall-gentoo/src/bulletcommand.d
 RefLectBall/src/bulletcommand.d2006-10-24 19:55:56.0 +0200
-+++ RefLectBall-gentoo/src/bulletcommand.d 2007-10-11 21:35:39.0 
+0200
-@@ -36,7 +36,7 @@
- 
-   buf.length = 256;
-   buf = fname ~ "\0";
--  parser[bank] = BulletMLParserTinyXML_new(buf);
-+  parser[bank] = BulletMLParserTinyXML_new(buf.ptr);
-   if(parser[bank]) BulletMLParserTinyXML_parse(parser[bank]);
-   buf.length = 0;
- }
-@@ -169,7 +169,8 @@
-   if(eid != -1){
-   TskBuf[eid].parent = BulletCommand.now.id;
-   d = (d <= 180.0f ? d : -(360.0f - d));
--  d = d / ROTVAL;
-+  d = d / ROTVAL;
-+  TskBuf[eid].roll = 0;
-   TskBuf[eid].bullet_speed = s;
-   TskBuf[eid].bullet_direction = d;
-   TskBuf[eid].bullet_velx = (sin(d) * (-s * 
VEL_SDM_SS_RATIO));
-diff -Naur RefLectBall/src/luminous.d RefLectBall-gentoo/src/luminous.d
 RefLectBall/src/luminous.d 2006-07-08 04:49:12.0 +0200
-+++ RefLectBall-gentoo/src/luminous.d  2007-10-11 21:35:39.0 +0200
-@@ -7,7 +7,7 @@
- */
- 
- private   import std.math;
--private   import std.string;
-+private   import std.c.string;
- private   import opengl;
- private   import util_sdl;
- private   import task;
-@@ -36,7 +36,7 @@
-   glDisable(GL_CULL_FACE);
-   glDisable(GL_DEPTH_TEST);
-   glDisable(GL_TEXTURE_2D);
--  glDisable(GL_COLOR_MATERIAL);
-+  glDisable(GL_COLOR_MATERIAL);
-   init(0.0f, SCREEN_X, SCREEN_Y);
-   TskBuf[id].fp_draw = 
-   TskBuf[id].step++;
-@@ -68,11 +68,11 @@
- 
- static void makeLuminousTexture()
- {
--  uint *data = td;
-+  uint *data = td.ptr;
-   int i;
- 
-   td[0..length] = 0;
--  //memset(data, 0, luminousTextureWidth * luminousTextureHeight * 4 * 
uint.sizeof);
-+  memset(data, 0, luminousTextureWidth * luminousTextureHeight * 4 * 
uint.sizeof);
-   glGenTextures(1, );
-   glBindTexture(GL_TEXTURE_2D, luminousTexture);
-   glTexImage2D(GL_TEXTURE_2D, 0, 4, luminousTextureWidth, 
luminousTextureHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, data);
-diff -Naur RefLectBall/src/main.d RefLectBall-gentoo/src/main.d
 RefLectBall/src/main.d 2006-10-20 20:10:16.0 +0200
-+++ RefLectBall-gentoo/src/main.d  2007-10-11 21:35:39.0 +0200
-@@ -4,14 +4,14 @@
-   'main.d'
- */
- 
--private import std.c.windows.windows;
-+//private import std.c.windows.windows;
- private import std.stdio;
- private import std.string;
- private import std.random;
- private   import std.math;
- private import SDL;
- private import opengl;
--private import reflection;
-+//private import reflection;
- private import util_sdl;
- private import util_glbf;
- private import util_pad;
-@@ -65,8 +65,8 @@
-   str_buf[i] = lpCmdLine[i];
-   }
-   split_buf = split(str_buf);
--  if(split_buf[0].length > 1) 
Reflection.init(split_buf[0]);
--  else
Reflection.init("main.exe");
-+  //  if(split_buf[0].length > 1) 
Reflection.init(split_buf[0]);
-+  //  else
Reflection.init("main.exe");
-   }
- 
-   try{
-@@ -84,7 +84,7 @@
- }else{
-   int main(char[][] argv)
-   {
--  

[gentoo-commits] proj/gamerlay:master commit in: games-action/deadlysoccerball/, games-action/deadlysoccerball/files/

2020-02-07 Thread Azamat H. Hackimov
commit: 3cbc47be6ff2483e7e4012f84b57b095c020e055
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb  7 19:27:53 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb  7 20:08:17 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=3cbc47be

games-action/deadlysoccerball: update package

Migrate to EAPI 7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../deadlysoccerball/deadlysoccerball-0.1.ebuild   | 39 +-
 ...cerball-0.1.diff => deadlysoccerball-0.1.patch} |  6 ++--
 .../files/digest-deadlysoccerball-0.1  |  3 --
 games-action/deadlysoccerball/metadata.xml |  6 ++--
 4 files changed, 21 insertions(+), 33 deletions(-)

diff --git a/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild 
b/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
index 4ac4a3b..3af6757 100644
--- a/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
+++ b/games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
@@ -1,53 +1,44 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="2"
+EAPI=7
 
-inherit eutils games
-
-MY_PN=deadlysoccerball
+inherit desktop eutils
 
 DESCRIPTION="space soccer ball shooting missiles around"
 
HOMEPAGE="http://www-graphics.stanford.edu/courses/cs248-videogame-competition/cs248-05/;
 
SRC_URI="http://www-graphics.stanford.edu/courses/cs248-videogame-competition/cs248-05/theDeadlySoccerBall.tar.gz;
 
-LICENSE="unknown"
+LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="media-libs/libsdl
media-libs/mesa"
-RDEPEND=""
 
-S=${WORKDIR}/${MY_PN}
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}/${P}.patch" )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}.diff
-   cd src/
+   default
+
sed -i \
-   -e 's:"\(Sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
World.cpp \
-   -e 's:"\(Textures/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
World.cpp \
+   -e 's:"\(Sounds/[^"]*\)":"/usr/share/'${PN}'/\1":g' -i src/World.cpp \
+   -e 's:"\(Textures/[^"]*\)":"/usr/share/'${PN}'/\1":g' -i src/World.cpp \
|| die "sed failed"
sed -s \
-   -e 's/\theDeadlySoccerBall/deadlysoccerball/g' -i Makefile \
+   -e 's/\theDeadlySoccerBall/deadlysoccerball/g' -i src/Makefile \
|| die "sed failed"
 }
 
 src_install() {
-   dogamesbin theDeadlySoccerBall
+   dobin theDeadlySoccerBall
 
-   local datadir="${GAMES_DATADIR}"/${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
+   insinto "/usr/share/${PN}"
doins -r Sounds Textures || die
-   newicon "${FILESDIR}"/${PN}.png ${PN}.png
+   doicon "${FILESDIR}/${PN}.png"
make_desktop_entry theDeadlySoccerBall ${PN}
dodoc README.txt
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
 }

diff --git a/games-action/deadlysoccerball/files/deadlysoccerball-0.1.diff 
b/games-action/deadlysoccerball/files/deadlysoccerball-0.1.patch
similarity index 64%
rename from games-action/deadlysoccerball/files/deadlysoccerball-0.1.diff
rename to games-action/deadlysoccerball/files/deadlysoccerball-0.1.patch
index 3d793c8..145ec28 100644
--- a/games-action/deadlysoccerball/files/deadlysoccerball-0.1.diff
+++ b/games-action/deadlysoccerball/files/deadlysoccerball-0.1.patch
@@ -1,6 +1,6 @@
-diff -Naur src/World.cpp src-gentoo/World.cpp
 src/World.cpp  2005-12-07 20:32:58.0 +0100
-+++ src-gentoo/World.cpp   2007-11-01 11:31:46.0 +0100
+diff -Nuar deadlysoccerball.orig/src/World.cpp deadlysoccerball/src/World.cpp
+--- deadlysoccerball.orig/src/World.cpp2020-02-07 22:16:50.755587682 
+0300
 deadlysoccerball/src/World.cpp 2020-02-07 22:17:50.117590300 +0300
 @@ -712,7 +712,7 @@
  Sphere::loadTexture("Textures/welcome.bmp", >welcomeTextureId);
  Sphere::loadTexture("Textures/white.bmp", >whiteTextureId);

diff --git a/games-action/deadlysoccerball/files/digest-deadlysoccerball-0.1 
b/games-action/deadlysoccerball/files/digest-deadlysoccerball-0.1
deleted file mode 100644
index d9651d4..000
--- a/games-action/deadlysoccerball/files/digest-deadlysoccerball-0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 78b88c0dbe6130209d305bed0e4ac76a theDeadlySoccerBall.tar.gz 1496687
-RMD160 c7d364a6f48d7f8d578dc724cb94347f8102e2aa theDeadlySoccerBall.tar.gz 
1496687
-SHA256 3dc85df981d6faca07f2b37137fff708ea69755016b754ae1be08c6423b692d7 
theDeadlySoccerBall.tar.gz 1496687

diff --git a/games-action/deadlysoccerball/metadata.xml 
b/games-action/deadlysoccerball/metadata.xml
index 5d0ede2..c18eb4b 100644
--- a/games-action/deadlysoccerball/metadata.xml
+++ b/games-action/deadlysoccerball/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   frostwo...@gmx.de

[gentoo-commits] proj/gamerlay:master commit in: games-action/zlock/, games-action/zlock/files/

2020-02-07 Thread Azamat H. Hackimov
commit: f40942c834179eb5c310b1be9029e2b88177ad9c
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb  7 20:04:23 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb  7 20:08:25 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f40942c8

games-action/zlock: remove package

Sources unavailable, deprecated
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/zlock/files/zlock-0.20-fixes.diff| 162 -
 games-action/zlock/files/zlock-0.20-homedir.diff  |  87 -
 games-action/zlock/files/zlock-0.20-imports.diff  | 209 --
 games-action/zlock/files/zlock-0.20-makefile.diff |  29 ---
 games-action/zlock/metadata.xml   |   8 -
 games-action/zlock/zlock-0.20.ebuild  |  59 --
 6 files changed, 554 deletions(-)

diff --git a/games-action/zlock/files/zlock-0.20-fixes.diff 
b/games-action/zlock/files/zlock-0.20-fixes.diff
deleted file mode 100644
index 8db06ff..000
--- a/games-action/zlock/files/zlock-0.20-fixes.diff
+++ /dev/null
@@ -1,162 +0,0 @@
-diff -Naur z-lock/src/bulletcommand.d z-lock-gentoo/src/bulletcommand.d
 z-lock/src/bulletcommand.d 2006-09-08 19:28:18.0 +0200
-+++ z-lock-gentoo/src/bulletcommand.d  2007-10-10 19:40:03.0 +0200
-@@ -36,7 +36,7 @@
- 
-   buf.length = 256;
-   buf = fname ~ "\0";
--  parser[bank] = BulletMLParserTinyXML_new(buf);
-+  parser[bank] = BulletMLParserTinyXML_new(buf.ptr);
-   if(parser[bank]) BulletMLParserTinyXML_parse(parser[bank]);
-   buf.length = 0;
- }
-@@ -170,7 +170,8 @@
-   if(eid != -1){
-   TskBuf[eid].parent = BulletCommand.now.id;
-   d = (d <= 180.0f ? d : -(360.0f - d));
--  d = d / ROTVAL;
-+  d = d / ROTVAL;
-+  TskBuf[eid].roll = 0;
-   TskBuf[eid].bullet_speed = s;
-   TskBuf[eid].bullet_direction = d;
-   TskBuf[eid].bullet_velx = (sin(d) * (-s * 
VEL_SDM_SS_RATIO));
-diff -Naur z-lock/src/luminous.d z-lock-gentoo/src/luminous.d
 z-lock/src/luminous.d  2006-09-07 18:13:08.0 +0200
-+++ z-lock-gentoo/src/luminous.d   2007-10-10 19:40:44.0 +0200
-@@ -7,7 +7,7 @@
- */
- 
- private   import std.math;
--private   import std.string;
-+private   import std.c.string;
- private   import opengl;
- private   import util_sdl;
- private   import task;
-@@ -68,11 +68,11 @@
- 
- static void makeLuminousTexture()
- {
--  uint *data = td;
-+  uint *data = td.ptr;
-   int i;
- 
-   td[0..length] = 0;
--  //memset(data, 0, luminousTextureWidth * luminousTextureHeight * 4 * 
uint.sizeof);
-+  memset(data, 0, luminousTextureWidth * luminousTextureHeight * 4 * 
uint.sizeof);
-   glGenTextures(1, );
-   glBindTexture(GL_TEXTURE_2D, luminousTexture);
-   glTexImage2D(GL_TEXTURE_2D, 0, 4, luminousTextureWidth, 
luminousTextureHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, data);
-diff -Naur z-lock/src/main.d z-lock-gentoo/src/main.d
 z-lock/src/main.d  2005-12-03 14:53:36.0 +0100
-+++ z-lock-gentoo/src/main.d   2007-09-26 20:22:34.0 +0200
-@@ -6,13 +6,12 @@
-   2003/11/28 jumpei isshiki
- */
- 
--private   import  std.c.windows.windows;
-+//private import  std.c.windows.windows;
- private   import  std.stdio;
- private   import  std.string;
- private   import  std.random;
- private   import  SDL;
- private   import  opengl;
--private   import  reflection;
- private   import  util_sdl;
- private   import  util_glbf;
- private   import  util_pad;
-@@ -64,8 +63,8 @@
-   str_buf[i] = lpCmdLine[i];
-   }
-   split_buf = split(str_buf);
--  if(split_buf[0].length > 1) 
Reflection.init(split_buf[0]);
--  else
Reflection.init("main.exe");
-+//if(split_buf[0].length > 1) 
Reflection.init(split_buf[0]);
-+//else
Reflection.init("main.exe");
-   }
- 
-   try{
-@@ -83,7 +82,7 @@
- }else{
-   int main(char[][] argv)
-   {
--  Reflection.init(argv[argv.length-1]);
-+//Reflection.init(argv[argv.length-1]);
-   return boot();
-   }
- }
-@@ -154,7 +153,7 @@
-   setTSK(GROUP_00,);
- 
-   while(game_exec){
--  SDL_PollEvent();
-+  SDL_PollEvent ();
-   getPAD();
-   if((game_exec == 1 && (trgs & PAD_BUTTON9)) || event.type == 
SDL_QUIT){
-   game_exec = 0;
-@@ -238,7 +237,7 @@
- {
-   int prev;
- 
--  ship_level = 0.0f;
-+//ship_level = 0.0f;
- 
-   if(TskBuf[ship_id].tskid != 0 && 

[gentoo-commits] proj/gamerlay:master commit in: games-action/exception_conflict/files/, games-action/exception_conflict/

2020-02-07 Thread Azamat H. Hackimov
commit: 7c8fca4d8b57f29efdb745fdbb4ff4bc0638e34a
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb  7 19:03:53 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb  7 20:06:50 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7c8fca4d

games-action/exception_conflict: remove package

Fails to build, deprecated games eclass
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../exception_conflict-1.09.ebuild |  68 -
 .../files/exception_conflict-1.09-boost.patch  |  20 
 .../exception_conflict-1.09-disable-netplay.patch  |  36 ---
 .../exception_conflict-1.09-gcc-4.3-fixes.patch|  27 -
 .../files/exception_conflict-1.09-libpng14.patch   |  48 -
 .../files/exception_conflict-1.09-linuxfixes.patch | 112 -
 .../files/exception_conflict.png   | Bin 460 -> 0 bytes
 games-action/exception_conflict/metadata.xml   |   8 --
 8 files changed, 319 deletions(-)

diff --git a/games-action/exception_conflict/exception_conflict-1.09.ebuild 
b/games-action/exception_conflict/exception_conflict-1.09.ebuild
deleted file mode 100644
index eb8b217..000
--- a/games-action/exception_conflict/exception_conflict-1.09.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="outstanding shmup using opengl and sdl"
-HOMEPAGE="http://i-saint.skr.jp/exception_conflict/;
-SRC_URI="http://xes.plala.jp/demo4/g4033/${PN}.zip
-   http://i-saint.skr.jp/exception_conflict/update/109.zip;
-
-LICENSE="${PN}"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/ftgl
-   media-libs/freetype
-   media-libs/libpng
-   dev-ruby/rake
-   virtual/opengl
-   dev-libs/boost
-   media-libs/glew
-   media-libs/freeglut
-   media-libs/sdl-mixer"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}/src
-
-src_unpack() {
-   unpack ${A}
-   cp "${WORKDIR}"/src/src.zip "${S}"
-   cd "${S}"
-   unzip src.zip
-}
-
-src_prepare(){
-   cd "${S}"/src
-   epatch "${FILESDIR}"/${P}-*
-   sed -i -e "s:resource/:"${GAMES_DATADIR}"/"${PN}"/resource/:" -i app.cc
-   sed -i -e "s:resource/:"${GAMES_DATADIR}"/"${PN}"/resource/:" -i 
resource.cc
-
-}
-
-src_compile() {
-   cd "${S}"/src
-   rake || die
-}
-
-src_install() {
-   dogamesbin "${S}"/src/${PN} || die "dogamesbin ${PN} failed"
-
-   local datadir="${GAMES_DATADIR}"/"${PN}"
-   dodir ${datadir}
-   insinto "${datadir}"
-   doins -r "${WORKDIR}"/${PN}/resource || die "doins resource failed"
-
-   newicon "${FILESDIR}"/"${PN}.png" "${PN}.png"
-   make_desktop_entry "${PN}" "${PN}"
-   dodoc "${WORKDIR}"/${PN}/copyrights || die
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}

diff --git 
a/games-action/exception_conflict/files/exception_conflict-1.09-boost.patch 
b/games-action/exception_conflict/files/exception_conflict-1.09-boost.patch
deleted file mode 100644
index 403b633..000
--- a/games-action/exception_conflict/files/exception_conflict-1.09-boost.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Naur src/interface.h src/interface.h
 src/interface.h2009-01-20 17:26:16.0 +0100
-+++ src/interface.h2009-12-06 11:02:28.0 +0100
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include 
- #include 
-diff -Naur src/thread_specific.h src/thread_specific.h
 src/thread_specific.h  2009-01-08 03:23:22.0 +0100
-+++ src/thread_specific.h  2009-12-06 11:02:51.0 +0100
-@@ -1,4 +1,5 @@
- #include "stdafx.h"
-+#include 
- 
- namespace exception {
- 

diff --git 
a/games-action/exception_conflict/files/exception_conflict-1.09-disable-netplay.patch
 
b/games-action/exception_conflict/files/exception_conflict-1.09-disable-netplay.patch
deleted file mode 100644
index 4f1bf68..000
--- 
a/games-action/exception_conflict/files/exception_conflict-1.09-disable-netplay.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Naur src/app.cc src-patch/app.cc
 src/app.cc 2009-01-21 05:52:46.0 +0100
-+++ src-patch/app.cc   2009-07-15 12:14:38.0 +0200
-@@ -1967,11 +1967,13 @@
- else if(!g_iclient) {
-   g_iclient.reset(new InputClientLocal());
- }
-+#ifdef EXCEPTION_ENABLE_NETPLAY
- else if(InputClientIP* icip = 
dynamic_cast(g_iclient.get())) {
-   if(!icip->isRunning()) {
- throw Error("disconnected");
-   }
- }
-+#endif // EXCEPTION_ENABLE_NETPLAY
- IGame *game = CreateGame(m_opt);
- CreateGamePanel(game);
- 
-diff -Naur src/network.cc src-patch/network.cc
 src/network.cc 2009-01-21 05:52:46.0 +0100
-+++ src-patch/network.cc   2009-07-15 12:16:36.0 +0200
-@@ -297,6 +297,7 @@

[gentoo-commits] proj/gamerlay:master commit in: games-action/supertirititran/, games-action/supertirititran/files/

2020-02-07 Thread Azamat H. Hackimov
commit: 1c699164b6c99c6f3f2e30e40673fe038f33c007
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Fri Feb  7 20:03:28 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Fri Feb  7 20:08:25 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=1c699164

games-action/supertirititran: update package

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../supertirititran/files/0.9-gentoopath.diff  | 24 --
 .../files/supertirititran-0.9_lm.patch | 12 +
 games-action/supertirititran/metadata.xml  |  6 ++---
 .../supertirititran/supertirititran-0.9.ebuild | 29 --
 4 files changed, 26 insertions(+), 45 deletions(-)

diff --git a/games-action/supertirititran/files/0.9-gentoopath.diff 
b/games-action/supertirititran/files/0.9-gentoopath.diff
deleted file mode 100644
index 336ca99..000
--- a/games-action/supertirititran/files/0.9-gentoopath.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur org/Makefile patch/Makefile
 org/Makefile   2006-09-05 14:53:11.0 +0200
-+++ patch/Makefile 2009-08-20 10:47:22.0 +0200
-@@ -27,7 +27,7 @@
- #   OBJETIVOS
- #---
- 
--NAME_EXE= tirititran
-+NAME_EXE= supertirititran
- PROGRAMA = $(SRCDIR)/tirititran.cpp
- 
- DEP = SDL_rotozoom.o barra.o cargar.o configuracion.o disparojugador.o 
disparosenemigos.o elementos.o explosion.o fuente.o intercom.o joystick.o 
juego.o mapa.o niveles.o opciones.o pantalla.o SDL_Animation.o sonido.o 
tiempo.o unrarlib.o tirititran.o
-diff -Naur org/src/defines.h patch/src/defines.h
 org/src/defines.h  2006-09-17 19:05:07.0 +0200
-+++ patch/src/defines.h2009-08-20 10:47:32.0 +0200
-@@ -30,7 +30,7 @@
- #ifndef DEFINES_H_
- #define DEFINES_H_
- 
--#define DATA_DIR "/usr/share/tirititran/data"
-+#define DATA_DIR "/usr/share/games/supertirititran/data"
- 
- #define NOPCIONES 8
- #define NOPCIONES_OPCIONES 8

diff --git a/games-action/supertirititran/files/supertirititran-0.9_lm.patch 
b/games-action/supertirititran/files/supertirititran-0.9_lm.patch
new file mode 100644
index 000..a4a2c50
--- /dev/null
+++ b/games-action/supertirititran/files/supertirititran-0.9_lm.patch
@@ -0,0 +1,12 @@
+diff -Nuar work.orig/Makefile work/Makefile
+--- work.orig/Makefile 2020-02-07 22:57:48.858696072 +0300
 work/Makefile  2020-02-07 22:57:59.321696533 +0300
+@@ -20,7 +20,7 @@
+ 
+ # Compilador
+ CC = gcc
+-CFLAGS = -Wall  `sdl-config --cflags` `sdl-config --libs` -lSDL_image 
-lSDL_ttf -lSDL_mixer -lexpat
++CFLAGS = -Wall  `sdl-config --cflags` `sdl-config --libs` -lSDL_image 
-lSDL_ttf -lSDL_mixer -lexpat -lm
+ 
+ 
+ #---

diff --git a/games-action/supertirititran/metadata.xml 
b/games-action/supertirititran/metadata.xml
index 5d0ede2..c18eb4b 100644
--- a/games-action/supertirititran/metadata.xml
+++ b/games-action/supertirititran/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
+
+  frostwo...@gmx.de
+  Marcel Unbehaun
 
 

diff --git a/games-action/supertirititran/supertirititran-0.9.ebuild 
b/games-action/supertirititran/supertirititran-0.9.ebuild
index cf7bb0d..c07157c 100644
--- a/games-action/supertirititran/supertirititran-0.9.ebuild
+++ b/games-action/supertirititran/supertirititran-0.9.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="2"
+EAPI=7
 
-inherit eutils games
+inherit desktop eutils
 
 DESCRIPTION="super hero shoot em up"
 HOMEPAGE="http://www.super-tirititran.com;
 SRC_URI="mirror://sourceforge/${PN}/${PN}-09-linux-sources.tar.gz"
-LICENSE="CCPL-Attribution-NonCommercial-NoDerivs-2.0"
+LICENSE="CPL-1.0 GPL-2"
 SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="media-libs/libsdl
@@ -19,22 +18,16 @@ DEPEND="media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-ttf
dev-libs/expat"
-RDEPEND=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}-gentoopath.diff || die "patch failed"
-}
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}/${P}_lm.patch" )
 
 src_install() {
-   dogamesbin supertirititran
+   dobin supertirititran
dodoc README
-   insinto "${GAMES_DATADIR}"/"${PN}"
+   insinto "/usr/share/${PN}"
doins -r data || die
-   newicon "${FILESDIR}"/${PN}.png ${PN}.png
+   doicon "${FILESDIR}/${PN}.png"
make_desktop_entry ${PN} ${PN}
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
 }



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

2020-02-07 Thread Sergei Trofimovich
commit: c0beefccb86b1eff6b85f129504fde30cc596ef1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb  7 16:15:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb  7 19:57:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0beefcc

net-libs/libgadu: stable 1.12.2-r1 for sparc, bug #707976

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/libgadu/libgadu-1.12.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libgadu/libgadu-1.12.2-r1.ebuild 
b/net-libs/libgadu/libgadu-1.12.2-r1.ebuild
index 2219d898828..f48750979fe 100644
--- a/net-libs/libgadu/libgadu-1.12.2-r1.ebuild
+++ b/net-libs/libgadu/libgadu-1.12.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wojtekka/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="doc ssl test threads"
 
 RESTRICT="!test? ( test )"



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

2020-02-07 Thread Sergei Trofimovich
commit: bb6b0283ccefde38c47240e3d514b0a801e89924
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb  7 16:17:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb  7 19:57:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6b0283

sys-fs/cryptsetup: stable 2.2.2 for sparc, bug #708480

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild
index 3d5a67cd3da..9c32714603c 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.t
 LICENSE="GPL-2+"
 SLOT="0/12" # libcryptsetup.so version
 [[ ${PV} != *_rc* ]] && \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86"
 CRYPTO_BACKENDS="gcrypt kernel nettle +openssl"
 # we don't support nss since it doesn't allow cryptsetup to be built statically
 # and it's missing ripemd160 support so it can't provide full backward 
compatibility



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

2020-02-07 Thread Sergei Trofimovich
commit: d8a19cc4d329b57e96458f4909375422d583bc21
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb  7 16:18:04 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb  7 19:57:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a19cc4

dev-python/markdown: stable 3.1.1-r1 for sparc, bug #708556

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/markdown/markdown-3.1.1-r1.ebuild 
b/dev-python/markdown/markdown-3.1.1-r1.ebuild
index 9ee63cf55f6..b00061134de 100644
--- a/dev-python/markdown/markdown-3.1.1-r1.ebuild
+++ b/dev-python/markdown/markdown-3.1.1-r1.ebuild
@@ -20,7 +20,7 @@ IUSE="doc"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="test? (
dev-python/pygments[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/

2020-02-07 Thread Pacho Ramos
commit: 68bc99ce88a667735c8b723fdb48d9e9c399a25c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Feb  7 18:40:38 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Feb  7 18:41:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bc99ce

sci-chemistry/pymol: chemical-mime-data needed for .desktop Mime defs

Closes: https://bugs.gentoo.org/703000
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/pymol/pymol-2.3.0-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild 
b/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild
index 6e8433b403e..36cc913f7b0 100644
--- a/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild
+++ b/sci-chemistry/pymol/pymol-2.3.0-r2.ebuild
@@ -38,7 +38,9 @@ DEPEND="
sys-libs/zlib
!sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}]
web? ( !dev-python/webpy[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   sci-chemistry/chemical-mime-data
+"
 
 S="${WORKDIR}"/${PN}-open-source-${PV}
 



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

2020-02-07 Thread Pacho Ramos
commit: 6d09c0b82bf36f36b2ee9e917b35636ce5bc737c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Feb  7 18:38:04 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Feb  7 18:41:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d09c0b8

sys-apps/fwupd: Update blocker

Bug: https://bugs.gentoo.org/701900
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/sys-apps/fwupd/fwupd-1.3.7.ebuild 
b/sys-apps/fwupd/fwupd-1.3.7.ebuild
index 86067acbc0c..bc50a6ea584 100644
--- a/sys-apps/fwupd/fwupd-1.3.7.ebuild
+++ b/sys-apps/fwupd/fwupd-1.3.7.ebuild
@@ -84,7 +84,7 @@ DEPEND="${PYTHON_DEPS}
 "
 # Block sci-chemistry/chemical-mime-data for bug #701900
 RDEPEND="
-   !sci-chemistry/chemical-mime-data
+   !

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemical-mime-data/files/, sci-chemistry/chemical-mime-data/

2020-02-07 Thread Pacho Ramos
commit: db812912bedf3a9abd4e24a9db087d3212638159
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Feb  7 18:35:45 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Feb  7 18:41:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db812912

sci-chemistry/chemical-mime-data: Drop problematic mime type

Bug: https://bugs.gentoo.org/701900
Closes: https://bugs.gentoo.org/707284
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Pacho Ramos  gentoo.org>

 .../chemical-mime-data-0.1.94-r4.ebuild| 53 ++
 ...me-data-0.1.94-drop-turbomole-vibrational.patch | 20 
 2 files changed, 73 insertions(+)

diff --git 
a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild 
b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild
new file mode 100644
index 000..ad703d67872
--- /dev/null
+++ b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools xdg
+
+DESCRIPTION="A collection of data files to add support for chemical MIME types"
+HOMEPAGE="https://github.com/dleidert/chemical-mime;
+SRC_URI="mirror://sourceforge/${PN/-data/}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   x11-misc/shared-mime-info
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   dev-util/desktop-file-utils
+   dev-libs/libxslt
+   || (
+   gnome-base/librsvg
+   media-gfx/imagemagick[xml,png,svg]
+   )
+   media-gfx/imagemagick[png]
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-turbomole.patch
+   "${FILESDIR}"/${P}-pigz.patch
+   "${FILESDIR}"/${P}-namespace-svg.patch
+   "${FILESDIR}"/${P}-rsvg-convert.patch
+   # https://github.com/dleidert/chemical-mime/issues/1
+   "${FILESDIR}"/${P}-drop-turbomole-vibrational.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-update-database \
+   --without-gnome-mime \
+   --without-pixmaps \
+   --without-kde-mime \
+   --htmldir=/usr/share/doc/${PF}/html
+}

diff --git 
a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch
 
b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch
new file mode 100644
index 000..4c25b1a1834
--- /dev/null
+++ 
b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.94-drop-turbomole-vibrational.patch
@@ -0,0 +1,20 @@
+diff -up 
chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole_vibration 
chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in
+--- 
chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in.turbomole_vibration 
   2020-01-29 17:32:45.0 +0100
 chemical-mime-data-0.1.94/src/chemical-mime-database.xml.in
2020-01-29 17:32:45.0 +0100
+@@ -1401,16 +1401,6 @@
+   http://www.cosmologic.de/data/DOK_HTML/"/>
+   
+ 
+-  
+-  <_comment>Turbomole Vibrational Data File
+-  
+-  
+-  
+-  
+-  
+-  
+-  http://www.cosmologic.de/data/DOK_HTML/"/>
+-  
+
+   
+   <_comment>VAMAS document



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnat-suite-bin/

2020-02-07 Thread Alfredo Tupone
commit: f2f9e2147937d9248f5eb8b7a5d0ca9a127d6b7d
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Fri Feb  7 18:33:57 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Feb  7 18:34:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f9e214

dev-ada/gnat-suite-bin: version bump tp 2019

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/gnat-suite-bin/Manifest   |  1 +
 dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/dev-ada/gnat-suite-bin/Manifest b/dev-ada/gnat-suite-bin/Manifest
index 596defa1e82..7e40913c9dc 100644
--- a/dev-ada/gnat-suite-bin/Manifest
+++ b/dev-ada/gnat-suite-bin/Manifest
@@ -3,3 +3,4 @@ DIST gnat-gpl-2014-x86_64-linux-bin.tar.gz 236253400 BLAKE2B 
c1db70db9442ba24688
 DIST gnat-gpl-2016-x86_64-linux-bin.tar.gz 372813330 BLAKE2B 
a0374ad730ae275aaedcf5663c30f8e0221af32f14391fe87a3ce0630d4498a1e90671c02830d62f78857571a5a521af91f6db409a7b3c367c7b0f059571eefd
 SHA512 
5115ac3be0badc5125ee048a98230f18363d72107da3325ce602c0e618cee2e3646a0decc00a2388f14bc61bfed51dd0622f365f5f7ee8b0cec2187ebcf8e075
 DIST gnat-gpl-2017-x86_64-linux-bin.tar.gz 496338280 BLAKE2B 
b3eee6d311fb9c20bc8fa7217c0731ca1e91ced38700df1d63d91a16c3fa28dfd44c7c8e867c3a857b88e4f0c8b2a7200fb6a8a630b8403538c4784f8914d1a5
 SHA512 
01a8f3be9b7b7e83cc5bd4a45137b1d35c6448bc22a88bcaf5d312cd63e11081b6b2fe9f09ad2a27d8f0b6471fc5c1a99573bf3bcee1589329054074eaeef04f
 DIST gnat-suite-bin-2018.txz 337235688 BLAKE2B 
cf1b8f0253907b8fc97b9c7218b23dcda8f1557be5e12293eab59e09427418a8814c1bafbcb3f89c1e5dd755a161c5dfa8a852631d137f17acb3167bf51dadbb
 SHA512 
9b57709c05a121b0a0adabe3232128e3f27659d1928857fbd6883b73a7487c3d457317e8f236df3d16ced635514af8afbafc584cc74d865e11288820ac9c4f77
+DIST gnat-suite-bin-2019.txz 518461388 BLAKE2B 
31ca194d15cafd66abe1d0896f1444e746c1484149db26545855561512c251b84eea5b4d0932860dfed23cac7f0b3c94a9884c586f509ceb6da8b9becd29e913
 SHA512 
a640e451a1badc2a9c64abb80f1ae1b49b5389e265d14dfe9b22891d23b3d13a9770841a43cc50ceba81c2728777ed9da854654afe6198c79dd4e0fed536907c

diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild 
b/dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild
new file mode 100644
index 000..587a7e9955f
--- /dev/null
+++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2019.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYP=gnat-gpl-${PV}
+DESCRIPTION="GNAT Ada suite"
+HOMEPAGE="http://libre.adacore.com/;
+# Extracted and repacked from gnat-community-2019-20190517-x86_64-linux-bin
+SRC_URI="https://dev.gentoo.org/~tupone/distfiles/${P}.txz;
+
+LICENSE="GPL-2 GPL-3"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   sys-devel/binutils
+   sys-devel/gdb"
+
+PREFIX=/opt/${P}
+
+src_prepare() {
+   default
+   rm Makefile
+   cd share/examples/gnat
+   cat header.xml \
+   full_project/full.xml \
+   options/options.xml \
+   other_languages/cpp_main/cpp_main.xml \
+   other_languages/cpp_pragmas/cpp_pragmas.xml \
+   other_languages/import_from_c/import_from_c.xml \
+   plugins/plugins.xml \
+   stream_io/stream_io.xml \
+   simple_project/simple_project.xml \
+   starter/starter.xml \
+   xml_stream/xml_stream.xml \
+   containers/anagram/anagram.xml \
+   containers/genealogy/genealogy.xml \
+   containers/hash/hash.xml \
+   containers/library/library.xml \
+   containers/shapes/shapes.xml \
+   containers/spellcheck/spellcheck.xml \
+   containers/wordcount/wordcount.xml \
+   containers/wordfreq/wordfreq.xml \
+   oo_interfaces/oo_interfaces.xml \
+   oo_airline/oo_airline.xml \
+   altivec/altivec.xml \
+   footer.xml \
+   > gnat-examples.xml \
+   || die
+   sed -i \
+   -e "s:PREFIX:${PREFIX}:" \
+   gnat-examples.xml || die
+}
+
+src_install() {
+   into ${PREFIX}
+   dobin bin/*
+   insinto ${PREFIX}
+   doins -r etc include lib* share
+   insinto ${PREFIX}/share/gps/plug-ins
+   doins share/examples/gnat/gnat-examples.xml
+   basever=8.3.1
+   machine=x86_64-pc-linux-gnu
+   fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1
+   fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/cc1plus
+   fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/collect2
+   fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/gnat1
+   fperms 755 
${PREFIX}/libexec/gcc/${machine}/${basever}/liblto_plugin.so.0.0.0
+   fperms 755 ${PREFIX}/libexec/gcc/${machine}/${basever}/lto1
+ 

[gentoo-commits] data/api:master commit in: files/

2020-02-07 Thread Michael Orlitzky
commit: 41aac120d1217a207b18f212e45026e536cf9877
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Feb  7 18:27:14 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Feb  7 18:28:03 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=41aac120

uid-gid.txt: requisition UID/GID 153 for the "rbldns" user/group.

Arch uses UID/GID 58 for this, but anything below 100 is reserved by
QA policy. That's okay: FreeBSD uses UID/GID 153, and that makes
0.78362% more sense to me because it has the number "53" in it
and the corresponding daemon listens on port 53. Yes, this is how
many decisions get made.

Signed-off-by: Michael Orlitzky  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index f47ce46..44e9540 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -159,6 +159,7 @@ fetchmail   124 124 acct
 rtkit  133 133 acct
 shellinaboxd   139 139 acct
 owfs   150 150 user.eclass Ebuild allows 
overriding username.
+rbldns 153 153 acct
 stapusr-   156 user.eclass
 stapsys-   157 user.eclass
 stapdev-   158 user.eclass



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

2020-02-07 Thread Zac Medico
commit: 27afc8cfa0ba9f6a80cb59c7a8435052ce926909
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Feb  7 18:20:26 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Feb  7 18:21:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27afc8cf

app-text/calibre: Remove old versions

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest  |   1 -
 app-text/calibre/calibre-4.10.0.ebuild | 269 -
 app-text/calibre/calibre-4.9.1.ebuild  | 266 
 3 files changed, 536 deletions(-)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 79b3eac3874..ecc34eac2e3 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,4 +1,3 @@
 DIST calibre-3.48.0.tar.xz 38777408 BLAKE2B 
9a7fae20487ae93120cfdc06a312a42d54d68935fdd2bc18dc41be5f8d359c79eae24e0409ba8e7f4df85e2f073f80ce6bab56cba0638cead6693600fa93cb41
 SHA512 
6cee28fb560e2e00b8ac2f32756f094146c6fe744cfc343d68f1fb54b3f8b0ca16129a5b35018af54a103790faa2eb03ac186c01003f21c874d2ed5218441220
-DIST calibre-4.10.0.tar.xz 37021688 BLAKE2B 
80a8ee99d07b73bb770df54d57ad43d48407909822b0d1a101e3ece328935910e5197df531b0730faf0131eee2ae853c3606894fb46d438f7d0c00bc0fedd7e4
 SHA512 
71777151130fdafa4c4540017f0b9353811cfed68daf69d6d832151651010bb903d91866c1fde30df9fdea85a10b6350bdfd4838547f81af3ff540d674096c6e
 DIST calibre-4.10.1.tar.xz 37012272 BLAKE2B 
e5d9421ed986da8ec7d814f364702fe04bcbb76b5e08dedfadd7164c81943cdfe6f012042e82a4715e3ccda284efdf44340af0bde9d03cbc7c22cbcf10136a55
 SHA512 
eb6f4fd458da3e3e1121ff72da0dfb2bdc38cec98bdaf538e6761563aa176aae2439e4949424795c239a8fa8ebde507564452495ef71f3f7f19b25435e10a41a
 DIST calibre-4.9.1.tar.xz 37529656 BLAKE2B 
5d703ca0c398b43cc26a54e0628d0fe938c6a5027a4fd0c9cac83944e5143eb08439bf79b2098182be7727eaa042748f17866788b02c7744178dce131f6b1d1e
 SHA512 
bf06aa3cbc8d255934f3f7f3ce20b4798edf107ed9f822943d2b4ae7d95473842928ed79f8ba7571f7e0ebdc267c441916d543d5b7630aae5cb151bcc3184b71

diff --git a/app-text/calibre/calibre-4.10.0.ebuild 
b/app-text/calibre/calibre-4.10.0.ebuild
deleted file mode 100644
index 96f088d7781..000
--- a/app-text/calibre/calibre-4.10.0.ebuild
+++ /dev/null
@@ -1,269 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-PYTHON_REQ_USE="sqlite,ssl"
-
-inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
-
-DESCRIPTION="Ebook management application"
-HOMEPAGE="https://calibre-ebook.com/;
-SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz;
-
-LICENSE="
-   GPL-3+
-   GPL-3
-   GPL-2+
-   GPL-2
-   GPL-1+
-   LGPL-3+
-   LGPL-2.1+
-   LGPL-2.1
-   BSD
-   MIT
-   Old-MIT
-   Apache-2.0
-   public-domain
-   || ( Artistic GPL-1+ )
-   CC-BY-3.0
-   OFL-1.1
-   PSF-2
-"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-IUSE="ios +udisks"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-text/hunspell-1.7:=
-   >=app-text/podofo-0.9.6_pre20171027:=
-   >=app-text/poppler-0.26.5[qt5]
-   >=dev-libs/chmlib-0.40:=
-   dev-libs/glib:2=
-   dev-libs/hyphen:=
-   >=dev-libs/icu-57.1:=
-   dev-libs/libinput:=
-   >=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   >=dev-python/chardet-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
-   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
-   >=dev-libs/dbus-glib-0.106
-   >=sys-apps/dbus-1.10.8
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   >=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
-   >=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
-   >=dev-python/html5-parser-0.4.9[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
-   >=dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
-   >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
-   
>=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
-   >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
-   dev-python/regex[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5=
-   dev-qt/qtdbus:5=
-   dev-qt/qtgui:5=
-   >=dev-qt/qtwebengine-5.12
-   dev-qt/qtwidgets:5=
-   dev-util/desktop-file-utils
-   dev-util/gtk-update-icon-cache
-   media-fonts/liberation-fonts
-   

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

2020-02-07 Thread Ulrich Müller
commit: 2c71372093ac46ad415faccf8912c55f750f7c19
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Feb  7 18:17:34 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Feb  7 18:18:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c713720

app-editors/emacs: Declare DOC_CONTENTS as local variable.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/emacs/emacs-23.4-r18.ebuild| 10 +-
 app-editors/emacs/emacs-24.5-r7.ebuild | 10 +-
 app-editors/emacs/emacs-25.3-r6.ebuild | 10 +-
 app-editors/emacs/emacs-26.2.ebuild| 10 +-
 app-editors/emacs/emacs-26.3-r1.ebuild | 10 +-
 app-editors/emacs/emacs-27.0.50_pre20191223.ebuild |  8 
 app-editors/emacs/emacs-27.0.-r1.ebuild|  8 
 app-editors/emacs/emacs-28.0..ebuild   |  8 
 8 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/app-editors/emacs/emacs-23.4-r18.ebuild 
b/app-editors/emacs/emacs-23.4-r18.ebuild
index 417a43038b3..a1147d8de5e 100644
--- a/app-editors/emacs/emacs-23.4-r18.ebuild
+++ b/app-editors/emacs/emacs-23.4-r18.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
@@ -304,10 +304,10 @@ src_install () {
"${ED}"/Applications/Gentoo/${EMACS_SUFFIX^}.app || die
fi
 
-   DOC_CONTENTS="You can set the version to be started by /usr/bin/emacs
-   through the Emacs eselect module, which also redirects man and 
info
-   pages. Therefore, several Emacs versions can be installed at the
-   same time. \"man emacs.eselect\" for details.
+   local DOC_CONTENTS="You can set the version to be started by
+   /usr/bin/emacs through the Emacs eselect module, which also
+   redirects man and info pages. Therefore, several Emacs versions 
can
+   be installed at the same time. \"man emacs.eselect\" for 
details.
\\n\\nIf you upgrade from a previous major version of Emacs, 
then
it is strongly recommended that you use app-admin/emacs-updater
to rebuild all byte-compiled elisp files of the installed Emacs

diff --git a/app-editors/emacs/emacs-24.5-r7.ebuild 
b/app-editors/emacs/emacs-24.5-r7.ebuild
index dacb99036a6..476cf016627 100644
--- a/app-editors/emacs/emacs-24.5-r7.ebuild
+++ b/app-editors/emacs/emacs-24.5-r7.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
@@ -299,10 +299,10 @@ src_install () {
"${ED}"/Applications/Gentoo/${EMACS_SUFFIX^}.app || die
fi
 
-   DOC_CONTENTS="You can set the version to be started by /usr/bin/emacs
-   through the Emacs eselect module, which also redirects man and 
info
-   pages. Therefore, several Emacs versions can be installed at the
-   same time. \"man emacs.eselect\" for details.
+   local DOC_CONTENTS="You can set the version to be started by
+   /usr/bin/emacs through the Emacs eselect module, which also
+   redirects man and info pages. Therefore, several Emacs versions 
can
+   be installed at the same time. \"man emacs.eselect\" for 
details.
\\n\\nIf you upgrade from Emacs version 24.2 or earlier, then 
it is
strongly recommended that you use app-admin/emacs-updater to 
rebuild
all byte-compiled elisp files of the installed Emacs packages."

diff --git a/app-editors/emacs/emacs-25.3-r6.ebuild 
b/app-editors/emacs/emacs-25.3-r6.ebuild
index cbac44b0930..d04301ce44d 100644
--- a/app-editors/emacs/emacs-25.3-r6.ebuild
+++ b/app-editors/emacs/emacs-25.3-r6.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
@@ -310,10 +310,10 @@ src_install () {
"${ED}"/Applications/Gentoo/${EMACS_SUFFIX^}.app || die
fi
 
-   DOC_CONTENTS="You can set the version to be started by /usr/bin/emacs
-   through the Emacs eselect module, which also redirects man and 
info
-   pages. Therefore, several Emacs versions can be installed at the
-   same time. \"man emacs.eselect\" for details.
+   local DOC_CONTENTS="You can set the version to be started by
+   /usr/bin/emacs through the Emacs eselect module, which also
+   redirects man and info pages. Therefore, several Emacs versions 
can
+   be installed at the same time. \"man emacs.eselect\" for 
details.
\\n\\nIf you 

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

2020-02-07 Thread Matt Turner
commit: 3077981c351f84a3625a2f7615b5efe8b28245c8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Feb  7 18:08:46 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb  7 18:09:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3077981c

media-libs/mesa: Version bump to 20.0.0_rc2

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

 media-libs/mesa/Manifest   | 2 +-
 media-libs/mesa/{mesa-20.0.0_rc1.ebuild => mesa-20.0.0_rc2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 87e92d19032..c563bee2914 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,4 +1,4 @@
 DIST mesa-19.2.8.tar.xz 11462168 BLAKE2B 
c49d6d3d10b4c85534a75e4bea29fc8b7526c784af5068764de623d40cbb59ecb96beb1969fa1a13815b6bd259bb98faaf42e4969792c6a75ce702d4b2e57155
 SHA512 
9bedc2f1a5296da96c1a2a491edaea701e70f683b26eac076e8cbef2230156d5d5ddb2330c3a2530afd4982a9893d76ded8d54bc73a98c846de0c3dfa3634c43
 DIST mesa-19.3.2.tar.xz 11834324 BLAKE2B 
114912816a08424da1d55c65d8ff4fb97d58022f5968d37938055e0b0fcdfeeebdbdca3c28d187fd85aaf6385d3a1bfbfe3f011f410e9a991519d34cb81697b5
 SHA512 
fb6fa7a15cd6f2c254fb6e8fe635e56dc49a5c2c762a96c77815cbad77060b8f81a02e67ac9ec58092ab866e080fb928086a5ac1e61c3efe882e5825cd28
 DIST mesa-19.3.3.tar.xz 11938700 BLAKE2B 
a2fd88e8c2d8b189ddf4fcebe324d2f6c00e0c101a565eeb783f50ecc7b2b85f3fe698822788807ab9aaf0403a4d27b7c469bd73c891f535e220b9a0204059f9
 SHA512 
1f792fbde71132afd4a43d6abe6a3d640f375e83641c6144c82312774434c9588ffba65a3ba38394947bd753656aa85213b6cd9f745cec0040c0559eb41f0dc9
-DIST mesa-20.0.0-rc1.tar.xz 12085464 BLAKE2B 
5d9831eafe9f2e1e3e0c4bc4cb9b76f3b0fca0b6f0c2e6aa4cc72a5f79308eae392f47627f3372400f832bee14dd76914c398c21f2e93d3c42c7ebc5b8c2bda6
 SHA512 
1b1d5408768b7eec313083ec12218dfaef1f6bb0e209ee7e49b8974af0cdbfdf71860516e459c6933647ec8895ed61f54db64a26662e3e6500e27560f7d98746
+DIST mesa-20.0.0-rc2.tar.xz 12100548 BLAKE2B 
6bc2130dd7920d2a6eee845d4f53633e609ec2f8a740e39df23a732db842dbe5e0da6374dd0a8b2dfbd938ef1d0de55281a80c061d568dd609f8ac78da528aee
 SHA512 
27e23925ce7e3a38954088db47d564776c4ac7e028d30ef5c58229b3182b461ece37863a69bc42ea4ff0a4817c46c0b0ca8d70f6fafddb5c3fe60bd9c429563b

diff --git a/media-libs/mesa/mesa-20.0.0_rc1.ebuild 
b/media-libs/mesa/mesa-20.0.0_rc2.ebuild
similarity index 100%
rename from media-libs/mesa/mesa-20.0.0_rc1.ebuild
rename to media-libs/mesa/mesa-20.0.0_rc2.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-ftp/vsftpd/, net-ftp/vsftpd/files/

2020-02-07 Thread Mike Gilbert
commit: 08b7452ea7abf8bfc814520d9b93b39e3b8cdc39
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Feb  7 17:59:06 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb  7 17:59:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b7452e

net-ftp/vsftpd: disable seccomp_sandbox by default

Closes: https://bugs.gentoo.org/443898
Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert  gentoo.org>

 .../files/vsftpd-disable-seccomp-sandbox.patch | 15 
 ...ftpd-3.0.3-r2.ebuild => vsftpd-3.0.3-r3.ebuild} | 45 --
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/net-ftp/vsftpd/files/vsftpd-disable-seccomp-sandbox.patch 
b/net-ftp/vsftpd/files/vsftpd-disable-seccomp-sandbox.patch
new file mode 100644
index 000..10266e36a87
--- /dev/null
+++ b/net-ftp/vsftpd/files/vsftpd-disable-seccomp-sandbox.patch
@@ -0,0 +1,15 @@
+Disable buggy seccomp sandbox code by default
+
+Bug: https://bugs.gentoo.org/443898
+
+--- a/tunables.c
 b/tunables.c
+@@ -226,7 +226,7 @@
+   tunable_isolate_network = 1;
+   tunable_ftp_enable = 1;
+   tunable_http_enable = 0;
+-  tunable_seccomp_sandbox = 1;
++  tunable_seccomp_sandbox = 0;
+   tunable_allow_writeable_chroot = 0;
+ 
+   tunable_accept_timeout = 60;

diff --git a/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild 
b/net-ftp/vsftpd/vsftpd-3.0.3-r3.ebuild
similarity index 80%
rename from net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
rename to net-ftp/vsftpd/vsftpd-3.0.3-r3.ebuild
index 737cd124f08..b5dea09d687 100644
--- a/net-ftp/vsftpd/vsftpd-3.0.3-r2.ebuild
+++ b/net-ftp/vsftpd/vsftpd-3.0.3-r3.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"
@@ -27,17 +27,31 @@ RDEPEND="${DEPEND}
xinetd? ( sys-apps/xinetd )"
 
 src_prepare() {
-   # kerberos patch. bug #335980
-   epatch "${FILESDIR}/${PN}-2.3.2-kerberos.patch"
+   local PATCHES=(
+   # kerberos patch. bug #335980
+   "${FILESDIR}/${PN}-2.3.2-kerberos.patch"
 
-   # Patch the source, config and the manpage to use /etc/vsftpd/
-   epatch "${FILESDIR}/${PN}-2.3.5-gentoo.patch"
+   # Patch the source, config and the manpage to use /etc/vsftpd/
+   "${FILESDIR}/${PN}-2.3.5-gentoo.patch"
 
-   # Fix building without the libcap
-   epatch "${FILESDIR}/${PN}-2.1.0-caps.patch"
+   # Fix building without the libcap
+   "${FILESDIR}/${PN}-2.1.0-caps.patch"
 
-   # Fix building on alpha. Bug #405829
-   epatch "${FILESDIR}/${PN}-3.0.2-alpha.patch"
+   # Fix building on alpha. Bug #405829
+   "${FILESDIR}/${PN}-3.0.2-alpha.patch"
+
+   #Bug #335977
+   "${FILESDIR}"/${PN}-3.0.0-Makefile.patch
+
+   #Bug #450536
+   "${FILESDIR}"/${PN}-3.0.2-remove-legacy-cap.patch
+
+   #Bug #630704
+   "${FILESDIR}"/${PN}-3.0.3-sparc.patch
+
+   # https://bugs.gentoo.org/443898
+   "${FILESDIR}"/vsftpd-disable-seccomp-sandbox.patch
+   )
 
# Configure vsftpd build defaults
use tcpd && echo "#define VSF_BUILD_TCPWRAPPERS" >> builddefs.h
@@ -47,22 +61,13 @@ src_prepare() {
# Ensure that we don't link against libcap unless asked
if ! use caps ; then
sed -i '/^#define VSF_SYSDEP_HAVE_LIBCAP$/ d' sysdeputil.c || 
die
-   epatch "${FILESDIR}"/${PN}-2.2.0-dont-link-caps.patch
+   eapply "${FILESDIR}"/${PN}-2.2.0-dont-link-caps.patch
fi
 
# Let portage control stripping
sed -i '/^LINK[[:space:]]*=[[:space:]]*/ s/-Wl,-s//' Makefile || die
 
-   #Bug #335977
-   epatch "${FILESDIR}"/${PN}-3.0.0-Makefile.patch
-
-   #Bug #450536
-   epatch "${FILESDIR}"/${PN}-3.0.2-remove-legacy-cap.patch
-
-   #Bug #630704
-   epatch "${FILESDIR}"/${PN}-3.0.3-sparc.patch
-
-   eapply_user
+   default
 }
 
 src_compile() {



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

2020-02-07 Thread Zac Medico
commit: 95f2855341ef7a559fefea2128d2eb2c6603d979
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Feb  7 17:40:31 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Feb  7 17:43:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f28553

app-text/calibre: Bump to version 4.10.1

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-4.10.1.ebuild | 269 +
 2 files changed, 270 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 393a4c1a543..79b3eac3874 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,3 +1,4 @@
 DIST calibre-3.48.0.tar.xz 38777408 BLAKE2B 
9a7fae20487ae93120cfdc06a312a42d54d68935fdd2bc18dc41be5f8d359c79eae24e0409ba8e7f4df85e2f073f80ce6bab56cba0638cead6693600fa93cb41
 SHA512 
6cee28fb560e2e00b8ac2f32756f094146c6fe744cfc343d68f1fb54b3f8b0ca16129a5b35018af54a103790faa2eb03ac186c01003f21c874d2ed5218441220
 DIST calibre-4.10.0.tar.xz 37021688 BLAKE2B 
80a8ee99d07b73bb770df54d57ad43d48407909822b0d1a101e3ece328935910e5197df531b0730faf0131eee2ae853c3606894fb46d438f7d0c00bc0fedd7e4
 SHA512 
71777151130fdafa4c4540017f0b9353811cfed68daf69d6d832151651010bb903d91866c1fde30df9fdea85a10b6350bdfd4838547f81af3ff540d674096c6e
+DIST calibre-4.10.1.tar.xz 37012272 BLAKE2B 
e5d9421ed986da8ec7d814f364702fe04bcbb76b5e08dedfadd7164c81943cdfe6f012042e82a4715e3ccda284efdf44340af0bde9d03cbc7c22cbcf10136a55
 SHA512 
eb6f4fd458da3e3e1121ff72da0dfb2bdc38cec98bdaf538e6761563aa176aae2439e4949424795c239a8fa8ebde507564452495ef71f3f7f19b25435e10a41a
 DIST calibre-4.9.1.tar.xz 37529656 BLAKE2B 
5d703ca0c398b43cc26a54e0628d0fe938c6a5027a4fd0c9cac83944e5143eb08439bf79b2098182be7727eaa042748f17866788b02c7744178dce131f6b1d1e
 SHA512 
bf06aa3cbc8d255934f3f7f3ce20b4798edf107ed9f822943d2b4ae7d95473842928ed79f8ba7571f7e0ebdc267c441916d543d5b7630aae5cb151bcc3184b71

diff --git a/app-text/calibre/calibre-4.10.1.ebuild 
b/app-text/calibre/calibre-4.10.1.ebuild
new file mode 100644
index 000..96f088d7781
--- /dev/null
+++ b/app-text/calibre/calibre-4.10.1.ebuild
@@ -0,0 +1,269 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="https://calibre-ebook.com/;
+SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="ios +udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/hunspell-1.7:=
+   >=app-text/podofo-0.9.6_pre20171027:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2=
+   dev-libs/hyphen:=
+   >=dev-libs/icu-57.1:=
+   dev-libs/libinput:=
+   >=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   >=dev-python/chardet-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
+   >=dev-libs/dbus-glib-0.106
+   >=sys-apps/dbus-1.10.8
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   >=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
+   >=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
+   >=dev-python/html5-parser-0.4.9[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
+   >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
+   >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5=
+   dev-qt/qtdbus:5=
+   dev-qt/qtgui:5=
+   >=dev-qt/qtwebengine-5.12
+   dev-qt/qtwidgets:5=
+   dev-util/desktop-file-utils
+   dev-util/gtk-update-icon-cache
+   media-fonts/liberation-fonts
+   media-libs/fontconfig:=
+   >=media-libs/freetype-2:=
+   >=media-libs/libmtp-1.1.11:=

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

2020-02-07 Thread Mike Gilbert
commit: dc9074d9a8f221ac893368ee6a99012477e81824
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Feb  7 17:28:17 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb  7 17:28:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9074d9

user-info.eclass: fix function name in die message

Reported-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/user-info.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/user-info.eclass b/eclass/user-info.eclass
index ea037d54dfd..15e9238ab44 100644
--- a/eclass/user-info.eclass
+++ b/eclass/user-info.eclass
@@ -122,7 +122,7 @@ egetshell() {
 egetcomment() {
local pos
 
-   [[ $# -eq 1 ]] || die "usage: egetshell "
+   [[ $# -eq 1 ]] || die "usage: egetcomment "
 
case ${CHOST} in
*-freebsd*|*-dragonfly*)



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

2020-02-07 Thread Mike Pagano
commit: 63ef46025df33fb206990f4888afa3a7213bb592
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb  7 17:12:06 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb  7 17:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ef4602

package.mask: add bug# to sys-firmware/iwl6050-ucode mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 517025aa021..94a4955db06 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -35,7 +35,7 @@
 # Mike Pagano  (2020-02-07)
 # The standalone ebuild for this driver is made
 # unnecessary as it is included in the package:
-# sys-kernel/linux-firmware
+# sys-kernel/linux-firmware. Bug #708622
 sys-firmware/iwl6050-ucode
 
 # Patrick McLean  (2020-02-07)



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

2020-02-07 Thread Ben Kohler
commit: 213e131da526206899ec5a78cded68b141b4e64d
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Feb  7 17:05:22 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Feb  7 17:05:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213e131d

net-misc/dropbox: bump to 90.4.307

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

 net-misc/dropbox/Manifest|   2 +
 net-misc/dropbox/dropbox-90.4.307.ebuild | 109 +++
 2 files changed, 111 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index a0d23c533fa..c11ac68d703 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,4 +1,6 @@
 DIST dropbox-lnx.x86-89.3.268.tar.gz 92308961 BLAKE2B 
4b1a229eca8e96b49360404fc3a03277343f1dcea9b2065b637d8531b266233215e3f3c21163d20ed104db90b4d37dcd873bc1353036a14f89ac50b78180a518
 SHA512 
25195ef1f44641ca3aee00c4b5cb52006d9610b9d067ea1ade4717dd47729db98e5b0556b5c61ea881ee84e8f8aafec86891d8d3f4c1ecc81974159e3321
 DIST dropbox-lnx.x86-89.4.278.tar.gz 92309633 BLAKE2B 
47f886ab9f81335b8cb0a9133ad0b47e55d53aab6d6d99b89f2b266bd0345e4a788b950dd3fce7b24ff91ffc45c2ba5e8e5154d28a1c3690ed1d200d4d06e9ee
 SHA512 
7f3731f32ef7869c31b18ca7b167ed5695deb8c8130aff3bb77837991ae3472bd49ef4069dd5ccda76a02b518f7eaba0209fbaf94b974e7caed4c0f8b9ee
+DIST dropbox-lnx.x86-90.4.307.tar.gz 92672302 BLAKE2B 
4323a379cbfe4428db63bb36c78b9eb83dc6026242eeb6f6f68687f0868c2d03edcf40ff2c9312e5a432458814c96a4df749640f0a256ecc675f3a5e860a8772
 SHA512 
b3248397d8b83436ccaf671528a2dd333c8bcb3073b3248f1826a63c5b1f542a7bebfd8ee184e3eb5feb74070116c681a3c71816c4a8ae817ed992cc9b07aa00
 DIST dropbox-lnx.x86_64-89.3.268.tar.gz 96723713 BLAKE2B 
5bfb7721303b466f9015709f1a235045263fa0db46ff4f0ad7e772c4dc1261b8c7549d63c0ac4a9d98e35581c630ad5ed851d0c63334267b196bec7dc93c0ddf
 SHA512 
627bf49df5a6da76bf04484912c7be686f4e9adc51be619fd613b56fdd514088c173c39cab5fb5a6757074130efc54edf192c7df43090965ba9066de5d0f1755
 DIST dropbox-lnx.x86_64-89.4.278.tar.gz 96726025 BLAKE2B 
152be18f9b15e9e2a4c188ea6f4649da09b6d50571bacf42068db1abe16a375612e5db9c86369cc4d3e582b660d79df1f35af03504abfed64e728a8515630eed
 SHA512 
5bfc29ff40a3b423eb03ad44e0212ebf015b877bd128432f76ff3103aa43ea6f87575247a5b0b815951c203dfd4b54345e6ab880ab47deb21e29d659e5819755
+DIST dropbox-lnx.x86_64-90.4.307.tar.gz 97077393 BLAKE2B 
2271b740d381ad5748ec0b5986991b1b3e5ef9d9553e101eca787ff0db5eb03dd91934b7024cdb2eb545dff7ecb5dd64bb95d3b0b8b5f709fb27f90081a1a0e4
 SHA512 
464ba52e6fe3376c1bd8cb0806a65918e2fd3ff0e5b8379c6c19f9b302cc64b64cdc80f9b8ee2a072fa6564d8c9de0502a9474c72ef5560d7a0b62faf9c5633a

diff --git a/net-misc/dropbox/dropbox-90.4.307.ebuild 
b/net-misc/dropbox/dropbox-90.4.307.ebuild
new file mode 100644
index 000..21752c39506
--- /dev/null
+++ b/net-misc/dropbox/dropbox-90.4.307.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/;
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="+librsync-bundled selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+DEPEND="librsync-bundled? ( dev-util/patchelf )"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   || (
+   dev-qt/qtgui:5[-gles2,X(-)]
+   dev-qt/qtgui:5[-gles2,xcb(-)]
+   )
+   dev-qt/qtopengl:5[-gles2]
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5[-gles2]
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5[-gles2]
+   media-libs/fontconfig
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXinerama
+   x11-libs/libXxf86vm
+   x11-libs/pango[X]
+   x11-misc/wmctrl
+   x11-themes/hicolor-icon-theme
+   )
+   !librsync-bundled? ( =sys-devel/gcc-4.2.0
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+

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

2020-02-07 Thread Mike Pagano
commit: ccd27f5ebac1b6279ea11a39e6643fd68ffb6d70
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb  7 17:04:12 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb  7 17:04:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd27f5e

package.mask: mask sys-firmware/iwl6050-ucode

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f004bae0737..517025aa021 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Pagano  (2020-02-07)
+# The standalone ebuild for this driver is made
+# unnecessary as it is included in the package:
+# sys-kernel/linux-firmware
+sys-firmware/iwl6050-ucode
+
 # Patrick McLean  (2020-02-07)
 # Mask until sys-libs/libxcrypt[system] is unmasked
 >=virtual/libcrypt-2



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

2020-02-07 Thread Mike Gilbert
commit: e94d3855452a0398e3764d7b4a9034c9808bc050
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Feb  7 17:00:25 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb  7 17:00:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94d3855

sys-apps/coreutils: simplify python_check_deps

pkg_setup already checks the 'test' USE flag, so we don't need to do it
again.

Bug: https://bugs.gentoo.org/708588
Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/coreutils/coreutils-8.30.ebuild| 4 +---
 sys-apps/coreutils/coreutils-8.31-r1.ebuild | 4 +---
 sys-apps/coreutils/coreutils-8.31.ebuild| 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild 
b/sys-apps/coreutils/coreutils-8.30.ebuild
index 6c40cc43000..03b60ae8554 100644
--- a/sys-apps/coreutils/coreutils-8.30.ebuild
+++ b/sys-apps/coreutils/coreutils-8.30.ebuild
@@ -55,9 +55,7 @@ RDEPEND+="
!

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

2020-02-07 Thread Ben Kohler
commit: 80f71f2e8c3300a1d30db4cda1089041b160bccb
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Feb  7 16:55:00 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Feb  7 16:55:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f71f2e

sys-fs/udiskie: bump to 2.1.0

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

 sys-fs/udiskie/Manifest |  1 +
 sys-fs/udiskie/udiskie-2.1.0.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/sys-fs/udiskie/Manifest b/sys-fs/udiskie/Manifest
index 359afec1c15..5fc1df906f3 100644
--- a/sys-fs/udiskie/Manifest
+++ b/sys-fs/udiskie/Manifest
@@ -1,2 +1,3 @@
 DIST udiskie-1.7.7.tar.gz 91858 BLAKE2B 
7d9729f8c66e0d9afdf2b89f5cc2a941ce6726c809af1069146f13466eccdfa54ed45f43535d84592f1b09ccf6454814d7ff62d453781c547ebfb989fcab7767
 SHA512 
ea192cc8a50c742e96d5163bb1378a7cd110599cfe731d676343766a1ce3ee1102ab43322c5f9666d6c6a232e310fd494e0f76ad33aeab1fd8225a3267f3193a
 DIST udiskie-2.0.4.tar.gz 85944 BLAKE2B 
f7281ea04e6a5d76d490fa7f126e6214d4a9cf77d055e8d19d30395ae710e4298026cf50c58629634b6d81c095baff731b315fe175ec2fc94eff2ea518d18a0b
 SHA512 
67dc6d27edaf956cd2b7d5de2625b15029723573a3f7bcabd56d397fb1493010c50194cd178f0c4071a0bebaed4672a19f39d902946c7bfb0891000fdf3f43cc
+DIST udiskie-2.1.0.tar.gz 86339 BLAKE2B 
e92c61ac61aaab81bb91874ed1ed0c8bab60524fe79c9432053968418767b6ebc5c15c33abc74f37471fcc5a799152a50d88528a4b7bbd91e015d448fb36d0cb
 SHA512 
704bdf8226dd2eeb6b13c5a4facca76d9f5fa7119cef7b5af08d0d399f9e65318ed5a921638cd9b7db3acbadcff1029f2e7698a942350f31b8f94f5032c25663

diff --git a/sys-fs/udiskie/udiskie-2.1.0.ebuild 
b/sys-fs/udiskie/udiskie-2.1.0.ebuild
new file mode 100644
index 000..342a8f0494a
--- /dev/null
+++ b/sys-fs/udiskie/udiskie-2.1.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1 gnome2-utils
+
+DESCRIPTION="An automatic disk mounting service using udisks"
+HOMEPAGE="https://pypi.org/project/udiskie/ https://github.com/coldfix/udiskie;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   sys-fs/udisks:2
+   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' 'python3_6')"
+DEPEND="app-text/asciidoc
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   sed -i -e 's:gtk-update-icon-cache:true:' setup.py || die
+   default
+
+   distutils-r1_src_prepare
+}
+
+src_compile() {
+   distutils-r1_src_compile
+   emake -C doc
+}
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/${PN}.8
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2020-02-07 Thread Mike Gilbert
commit: 7b8bdcde438406d25255b1565b035a51f27aea00
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Feb  7 16:54:31 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb  7 16:54:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8bdcde

sys-apps/coreutils: define python_check_deps

Closes: https://bugs.gentoo.org/708588
Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/coreutils/coreutils-8.30.ebuild| 6 ++
 sys-apps/coreutils/coreutils-8.31-r1.ebuild | 6 ++
 sys-apps/coreutils/coreutils-8.31.ebuild| 6 ++
 3 files changed, 18 insertions(+)

diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild 
b/sys-apps/coreutils/coreutils-8.30.ebuild
index 91ea2d3a06d..6c40cc43000 100644
--- a/sys-apps/coreutils/coreutils-8.30.ebuild
+++ b/sys-apps/coreutils/coreutils-8.30.ebuild
@@ -54,6 +54,12 @@ RDEPEND+="
!

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

2020-02-07 Thread Mike Gilbert
commit: c4ff4abd24696928598f8851c9053a4765d0726b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Feb  7 16:48:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Feb  7 16:48:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ff4abd

sys-apps/systemd: define python_check_deps

Closes: https://bugs.gentoo.org/708590
Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/systemd-243-r2.ebuild | 4 
 sys-apps/systemd/systemd-244.ebuild| 4 
 sys-apps/systemd/systemd-245_rc1-r1.ebuild | 4 
 sys-apps/systemd/systemd-.ebuild   | 4 
 4 files changed, 16 insertions(+)

diff --git a/sys-apps/systemd/systemd-243-r2.ebuild 
b/sys-apps/systemd/systemd-243-r2.ebuild
index c1ea4fb27ab..738ac85b5c0 100644
--- a/sys-apps/systemd/systemd-243-r2.ebuild
+++ b/sys-apps/systemd/systemd-243-r2.ebuild
@@ -128,6 +128,10 @@ BDEPEND="
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
 "
 
+python_check_deps() {
+   has_version -b "dev-python/lxml[${PYTHON_USEDEP}]"
+}
+
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then
if use test && has pid-sandbox ${FEATURES}; then

diff --git a/sys-apps/systemd/systemd-244.ebuild 
b/sys-apps/systemd/systemd-244.ebuild
index 847a85b3519..17788d8dde3 100644
--- a/sys-apps/systemd/systemd-244.ebuild
+++ b/sys-apps/systemd/systemd-244.ebuild
@@ -128,6 +128,10 @@ BDEPEND="
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
 "
 
+python_check_deps() {
+   has_version -b "dev-python/lxml[${PYTHON_USEDEP}]"
+}
+
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then
if use test && has pid-sandbox ${FEATURES}; then

diff --git a/sys-apps/systemd/systemd-245_rc1-r1.ebuild 
b/sys-apps/systemd/systemd-245_rc1-r1.ebuild
index e889210fcbd..7cc15ae19c7 100644
--- a/sys-apps/systemd/systemd-245_rc1-r1.ebuild
+++ b/sys-apps/systemd/systemd-245_rc1-r1.ebuild
@@ -128,6 +128,10 @@ BDEPEND="
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
 "
 
+python_check_deps() {
+   has_version -b "dev-python/lxml[${PYTHON_USEDEP}]"
+}
+
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then
if use test && has pid-sandbox ${FEATURES}; then

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index daed59e210c..bd1895a72e5 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -128,6 +128,10 @@ BDEPEND="
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
 "
 
+python_check_deps() {
+   has_version -b "dev-python/lxml[${PYTHON_USEDEP}]"
+}
+
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then
if use test && has pid-sandbox ${FEATURES}; then



[gentoo-commits] repo/user/gerislay:master commit in: sets/

2020-02-07 Thread gerion
commit: c33cb551414e5008190b04f45ae31a91c907c754
Author: Gerion Entrup  flump  de>
AuthorDate: Fri Feb  7 12:24:30 2020 +
Commit: gerion  flump  de>
CommitDate: Fri Feb  7 12:24:30 2020 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=c33cb551

sets: neovim-python-client -> pynvim

Signed-off-by: Gerion Entrup  flump.de>

 sets/personal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sets/personal b/sets/personal
index 0def00f..fa17780 100644
--- a/sets/personal
+++ b/sets/personal
@@ -1,5 +1,5 @@
 app-editors/neovim
-dev-python/neovim-python-client
+dev-python/pynvim
 app-shells/zsh
 dev-python/feedparser
 dev-python/pylint



  1   2   >