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

2019-03-18 Thread Michał Górny
commit: 3217b442ef1006366e7b10acb276f257666bfd2c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 19 06:08:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 19 06:08:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3217b442

app-doc/eclass-manpages: Drop old

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

 app-doc/eclass-manpages/Manifest   |  1 -
 .../eclass-manpages-20180812.ebuild| 33 --
 2 files changed, 34 deletions(-)

diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest
index 7ae526d3227..cd83e9fefe4 100644
--- a/app-doc/eclass-manpages/Manifest
+++ b/app-doc/eclass-manpages/Manifest
@@ -1,2 +1 @@
-DIST eclass-manpages-20180812.tar.xz 419912 BLAKE2B 
35659ac43e43e71c600fb4955267c9d57ed36f29e0607150a8e8c061b158b6135a4b91f4e4c05fa178a03aa3068726ac13cd54e4cd135fbe152c8bebf81659bb
 SHA512 
6d01070c6113e5d5f4102d466abaa03ae824350285ca71a5a4f84d859f6c473e8e92d3f5387b76c4bb5dc8bcedcc6b36a63e074d70725c87233dea4fa6a6d0c6
 DIST eclass-manpages-20190314.tar.xz 419576 BLAKE2B 
baad0d5f9c67b7e4b9646e69e90583a8238590a02bb6bcc200b08f17f56b2ae50a56080526d3398623949ffc91857d944a1035d6b44fba07b17024c2c224b802
 SHA512 
22f4b32654f459afa8e5057f02c92628cc529f236e48a69f9b346e7bdcf60d12a4cdd71debf96e8d4b3e69b0e497feb9143b385a11d835b43d13c32fa1751d51

diff --git a/app-doc/eclass-manpages/eclass-manpages-20180812.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-20180812.ebuild
deleted file mode 100644
index db10d2aba06..000
--- a/app-doc/eclass-manpages/eclass-manpages-20180812.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://www.gentoo.org/";
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-# Keep the keywords stabled. No need to change to ~arch.
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-
-DEPEND="app-arch/xz-utils"
-
-# How to create a snapshot and upload it to your dev-space:
-#
-# mkdir eclass-manpages-$(date +%Y%m%d)
-# cp "$(portageq get_repo_path / gentoo)"/eclass/*.eclass 
eclass-manpages-$(date +%Y%m%d)/
-# tar -cf eclass-manpages-$(date +%Y%m%d).tar eclass-manpages-$(date +%Y%m%d)
-# xz -e eclass-manpages-$(date +%Y%m%d).tar
-# scp eclass-manpages-$(date +%Y%m%d).tar.xz dev.gentoo.org:public_html/dist/
-#
-# Then copy the ebuild and update your name in SRC_URI ;-).
-
-src_compile() {
-   env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die
-}
-
-src_install() {
-   doman *.5
-}



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

2019-03-18 Thread Aaron Bauman
commit: c7d7bf33b39f3c5ed6f3540b0bb4d394ff70bff8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Mar 19 03:10:00 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 19 03:10:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d7bf33

dev-tex/culmus-latex: ppc/ppc64 wrt bug #679460

Thanks to ernsteiswuerfel

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild 
b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
index cd4a645c032..57b0af65980 100644
--- a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
+++ b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="examples"
 
 RDEPEND="virtual/latex-base"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/

2019-03-18 Thread Thomas Deutschmann
commit: 3fda87c0b7e14931808d95a978e15051d8bf8ee1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:59:27 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fda87c0

gnome-extra/synapse: x86 stable (bug #679636)

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

 gnome-extra/synapse/synapse-0.2.99.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/synapse/synapse-0.2.99.4.ebuild 
b/gnome-extra/synapse/synapse-0.2.99.4.ebuild
index 3ba9a168019..21d2186c0fc 100644
--- a/gnome-extra/synapse/synapse-0.2.99.4.ebuild
+++ b/gnome-extra/synapse/synapse-0.2.99.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="indicator nls plugins"
 
 RDEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: 851feac5a1c32cefcfaa9fd31f9a940a92884b9d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:45:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851feac5

media-sound/amsynth: x86 stable (bug #679940)

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

 media-sound/amsynth/amsynth-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild 
b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild
index 480ab242e29..0d1d9572333 100644
--- a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild
+++ b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="alsa dssi jack lash oss sndfile"
 
 RDEPEND="dev-cpp/gtkmm:2.4



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

2019-03-18 Thread Thomas Deutschmann
commit: 7adf38d094db925f39a273cdb6266e47d62442eb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 02:00:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adf38d0

app-office/texstudio: x86 stable (bug #677418)

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

 app-office/texstudio/texstudio-2.12.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texstudio/texstudio-2.12.14.ebuild 
b/app-office/texstudio/texstudio-2.12.14.ebuild
index b0b38644ef6..78c0f825383 100644
--- a/app-office/texstudio/texstudio-2.12.14.ebuild
+++ b/app-office/texstudio/texstudio-2.12.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/texstudio-org/texstudio/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="video"
 
 COMMON_DEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: edd235159db084b5fdc6a6f2394fe24c054a9a8e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:56:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd23515

app-shells/posh: x86 stable (bug #679904)

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

 app-shells/posh/posh-0.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/posh/posh-0.13.2.ebuild 
b/app-shells/posh/posh-0.13.2.ebuild
index f42467a5f61..b5f53776db4 100644
--- a/app-shells/posh/posh-0.13.2.ebuild
+++ b/app-shells/posh/posh-0.13.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
 
 LICENSE="GPL-2+ BSD public-domain"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils"



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

2019-03-18 Thread Thomas Deutschmann
commit: e4165fef77c2aa96badd78afd672cd7f0e482ba2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:46:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4165fef

net-analyzer/cacti: x86 stable (bug #660920)

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

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

diff --git a/net-analyzer/cacti/cacti-1.1.38-r1.ebuild 
b/net-analyzer/cacti/cacti-1.1.38-r1.ebuild
index dea5abfee76..920accbea9e 100644
--- a/net-analyzer/cacti/cacti-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti/cacti-1.1.38-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.cacti.net/";
 SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="snmp doc"
 
 need_httpd



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

2019-03-18 Thread Thomas Deutschmann
commit: 3cd46bb4f846e2c4b42feebec90edca0c82895a8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:48:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd46bb4

net-dns/ddclient: x86 stable (bug #678676)

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

 net-dns/ddclient/ddclient-3.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/ddclient/ddclient-3.9.0-r2.ebuild 
b/net-dns/ddclient/ddclient-3.9.0-r2.ebuild
index 88507c36786..6388e4520ea 100644
--- a/net-dns/ddclient/ddclient-3.9.0-r2.ebuild
+++ b/net-dns/ddclient/ddclient-3.9.0-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Perl client used to update dynamic DNS entries"
 HOMEPAGE="https://sourceforge.net/projects/ddclient/";
 SRC_URI="mirror://sourceforge/ddclient/${P}.tar.gz"
 
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="examples iproute2"



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

2019-03-18 Thread Thomas Deutschmann
commit: b773b17714da93a8ac2704f9be82550c7ad1e802
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:56:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b773b177

media-sound/qsynth: x86 stable (bug #679982)

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

 media-sound/qsynth/qsynth-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qsynth/qsynth-0.5.3.ebuild 
b/media-sound/qsynth/qsynth-0.5.3.ebuild
index aaa1ef5c336..798d5cf90b4 100644
--- a/media-sound/qsynth/qsynth-0.5.3.ebuild
+++ b/media-sound/qsynth/qsynth-0.5.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="alsa debug jack pulseaudio"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="
dev-qt/qtcore:5



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

2019-03-18 Thread Thomas Deutschmann
commit: c9f9a707d1580d24466cd27fec50994a6dd08550
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 02:00:51 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f9a707

sys-fs/udftools: x86 stable (bug #677426)

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

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

diff --git a/sys-fs/udftools/udftools-2.1.ebuild 
b/sys-fs/udftools/udftools-2.1.ebuild
index 3116b37830b..03879fd371c 100644
--- a/sys-fs/udftools/udftools-2.1.ebuild
+++ b/sys-fs/udftools/udftools-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-libs/readline:0="



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

2019-03-18 Thread Thomas Deutschmann
commit: a0ef37f6b671846895fe17158f6426402efcec66
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:53:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ef37f6

dev-libs/leveldb: x86 stable (bug #676254)

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

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

diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild 
b/dev-libs/leveldb/leveldb-1.20.ebuild
index 271323275c1..4061d64896e 100644
--- a/dev-libs/leveldb/leveldb-1.20.ebuild
+++ b/dev-libs/leveldb/leveldb-1.20.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 # https://github.com/google/leveldb/issues/536
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE="+snappy static-libs kernel_FreeBSD +tcmalloc test"
 
 DEPEND="tcmalloc? ( dev-util/google-perftools )



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

2019-03-18 Thread Thomas Deutschmann
commit: 15056fa2474bb9abf38f76fabd89caf238c034a9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:50:14 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15056fa2

dev-libs/efl: x86 stable (bug #680428)

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

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

diff --git a/dev-libs/efl/efl-1.21.1-r3.ebuild 
b/dev-libs/efl/efl-1.21.1-r3.ebuild
index 6414b0e98f3..4a976814b02 100644
--- a/dev-libs/efl/efl-1.21.1-r3.ebuild
+++ b/dev-libs/efl/efl-1.21.1-r3.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 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="+bmp dds connman debug drm +eet 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="



[gentoo-commits] repo/gentoo:master commit in: app-arch/advancecomp/

2019-03-18 Thread Thomas Deutschmann
commit: abbb388633279fbb164f9759a1f3aa9e63775913
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:44:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbb3886

app-arch/advancecomp: x86 stable (bug #679390)

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

 app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild 
b/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild
index 4c2bba15fdc..d43e08965e0 100644
--- a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild
+++ b/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/amadvance/advancecomp/archive/${EGIT_COMMIT}.tar.gz
 
 LICENSE="GPL-2+ Apache-2.0 LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="app-arch/bzip2:=



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

2019-03-18 Thread Thomas Deutschmann
commit: 3b31ada3fbb9b358a3d6c3222608a5283d999a64
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:47:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b31ada3

net-analyzer/cacti-spine: x86 stable (bug #660920)

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

 net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
index d429bb4c6ac..efea65e1b7e 100644
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
dev-libs/openssl:*



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

2019-03-18 Thread Thomas Deutschmann
commit: f8aae134e77e18bb699a988edea96a512fb19794
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:55:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8aae134

net-misc/minidlna: x86 stable (bug #679908)

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

 net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild 
b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
index 786c2fb8f6d..0f41e274672 100644
--- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
+++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/minidlna/${PV}/${P}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="libav netgear readynas zeroconf"
 
 RDEPEND="dev-db/sqlite:3



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

2019-03-18 Thread Thomas Deutschmann
commit: 50cd6f28cc8d3899079b41fa0cf1ba53ba13ebdf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:58:18 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cd6f28

media-sound/seq24: x86 stable (bug #587326)

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

 media-sound/seq24/seq24-0.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/seq24/seq24-0.9.3-r1.ebuild 
b/media-sound/seq24/seq24-0.9.3-r1.ebuild
index 6c36ca6ebe8..1917270dffd 100644
--- a/media-sound/seq24/seq24-0.9.3-r1.ebuild
+++ b/media-sound/seq24/seq24-0.9.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="jack lash"
 
 BDEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: ffc51eba5def036fef5494b3638b0759b9b286f7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:51:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc51eba

app-text/enchant: x86 stable (bug #662484)

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

 app-text/enchant/enchant-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/enchant/enchant-1.6.1-r1.ebuild 
b/app-text/enchant/enchant-1.6.1-r1.ebuild
index 1c0daa31f13..068866bd3d8 100644
--- a/app-text/enchant/enchant-1.6.1-r1.ebuild
+++ b/app-text/enchant/enchant-1.6.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 
 IUSE="aspell +hunspell static-libs test"
 REQUIRED_USE="|| ( hunspell aspell )"



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

2019-03-18 Thread Thomas Deutschmann
commit: 3221781ac64554e0bcd1e1dc6fc8f33a0b774114
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:47:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3221781a

sys-apps/cpuid: x86 stable (bug #677410)

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

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

diff --git a/sys-apps/cpuid/cpuid-20180419.ebuild 
b/sys-apps/cpuid/cpuid-20180419.ebuild
index 5ac54bb3c36..0d0367d2cec 100644
--- a/sys-apps/cpuid/cpuid-20180419.ebuild
+++ b/sys-apps/cpuid/cpuid-20180419.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: 4e7aa3ca91b33315652d7e548be5723a7e9ae0b0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:51:10 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7aa3ca

x11-wm/enlightenment: x86 stable (bug #680428)

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

 x11-wm/enlightenment/enlightenment-0.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/enlightenment/enlightenment-0.22.4.ebuild 
b/x11-wm/enlightenment/enlightenment-0.22.4.ebuild
index 7bc8b074030..61ce2239169 100644
--- a/x11-wm/enlightenment/enlightenment-0.22.4.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.22.4.ebuild
@@ -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 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks 
wayland wifi"
 
 RDEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: 0f3245dd10a77cecb8b29e319f3768b16f002194
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:56:03 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3245dd

net-misc/nemesis: x86 stable (bug #677844)

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

 net-misc/nemesis/nemesis-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/nemesis/nemesis-1.4-r1.ebuild 
b/net-misc/nemesis/nemesis-1.4-r1.ebuild
index 1ca1d76bcbb..2728a521e68 100644
--- a/net-misc/nemesis/nemesis-1.4-r1.ebuild
+++ b/net-misc/nemesis/nemesis-1.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 sparc ~x86"
+KEYWORDS="~alpha amd64 sparc x86"
 
 RDEPEND="
net-libs/libpcap



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

2019-03-18 Thread Thomas Deutschmann
commit: d8302caf044ada27043ddea4eb4016c0a239a9c0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:52:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8302caf

kde-frameworks/kcodecs: x86 stable (bug #679884)

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

 kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild 
b/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
index f123c50efef..23d07ad0745 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for manipulating strings using various encodings"
 LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="nls"
 
 BDEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: 94252ea746c386d7103b7bdc0ce64f43115b1582
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:58:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94252ea7

media-sound/specimen: x86 stable (bug #679952)

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

 media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild 
b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
index 1eb49b9cec5..1de2a64a651 100644
--- a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
+++ b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://zhevny.com/${PN}/files/${PN}-${MY_PV}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
 IUSE="lash"
 
 BDEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: b8e725c42e47ac88a674a8f31cc9a6439c988c18
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 02:01:24 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e725c4

media-gfx/xpaint: x86 stable (bug #676566)

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

 media-gfx/xpaint/xpaint-2.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xpaint/xpaint-2.10.2.ebuild 
b/media-gfx/xpaint/xpaint-2.10.2.ebuild
index 49abed98c71..a49d1d20aec 100644
--- a/media-gfx/xpaint/xpaint-2.10.2.ebuild
+++ b/media-gfx/xpaint/xpaint-2.10.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="jpeg2k pgf tiff"
 
 RDEPEND="



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

2019-03-18 Thread Thomas Deutschmann
commit: 7ab74eaad33844cad047090204cd541ad2654382
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:55:40 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab74eaa

app-misc/mosquitto: x86 stable (bug #677638)

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

 app-misc/mosquitto/mosquitto-1.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mosquitto/mosquitto-1.5.6.ebuild 
b/app-misc/mosquitto/mosquitto-1.5.6.ebuild
index de91f7acda1..2a915dd90e4 100644
--- a/app-misc/mosquitto/mosquitto-1.5.6.ebuild
+++ b/app-misc/mosquitto/mosquitto-1.5.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz";
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
 
 REQUIRED_USE="test? ( bridge )"



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

2019-03-18 Thread Thomas Deutschmann
commit: 43fdb39e136bbed4aa7c5a98105c70d683fc06b9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:57:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fdb39e

dev-haskell/quickcheck: x86 stable (bug #667778)

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

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

diff --git a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild 
b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild
index d18f120d6bc..a1fe598d4e7 100644
--- a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="2/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux"
 IUSE="+template_haskell"
 
 RESTRICT=test # to avoid test circular depends



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

2019-03-18 Thread Thomas Deutschmann
commit: 292c3ac25f1de2e9d7d5ec069dac5d2d447199d2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:54:23 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292c3ac2

media-libs/libmypaint: x86 stable (bug #676564)

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

 media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild 
b/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild
index 7e65a891d49..48b121713f5 100644
--- a/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild
+++ b/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_
 
 LICENSE="ISC"
 SLOT="0/0"  # first soname component for subslot
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+gegl introspection nls openmp"
 
 CDEPEND="



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

2019-03-18 Thread Virgil Dupras
commit: 01ffa94ce0d63d5402a61b3c22b9fc651d467161
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Mar 19 01:51:09 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Mar 19 01:51:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ffa94c

dev-python/pytest: remove old

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/pytest/Manifest|  1 -
 dev-python/pytest/pytest-4.2.1.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 2bd61448033..a70b809cb79 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -1,5 +1,4 @@
 DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 
38849ae69bf4380bc1a99aa105cac04be078da4460373dfc16fa555238b2830fa2f5ae6c19de8aa2af9ac18d87c5d2705d62f7b2e67e4a62d843f6a28bbd76fd
 SHA512 
30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94b565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f
 DIST pytest-3.2.2.tar.gz 786396 BLAKE2B 
e669da930890e902b0323ec3a6685080ddd889e74655f7b4cb08ec421651f987597021a31471aab5a32d637b99620ce7792cbdf8f85561db3bb10ff06a446ba1
 SHA512 
6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db
 DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 
96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6
 SHA512 
787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b
-DIST pytest-4.2.1.tar.gz 913065 BLAKE2B 
cde085627872d601df1c6d91d9620fbb97789b6e176fe104bc991faa800268e5e61651e211a8840743b21f8cd9b57dcee8685143e2f4d56d197afae35a577aed
 SHA512 
e41bf7c685cacd62261df6d356911297a65ba85e13a50f8aed23d382d257c4c1cd3213971a3970fec210b8e97b72bd0034c0c1f87be7f306286d541c5ea57097
 DIST pytest-4.3.1.tar.gz 917608 BLAKE2B 
62fea17e481984489d640872aac4f18b7278688b499302f407fd618b6357e3cb18e995f6f0974ba16da51bae5e3337732d2e1a0a6cc65936f8936d3bc7981809
 SHA512 
5c76100b9efc9176803807a54ff25bfaba065fe3e8fea28b9b2f3ade289056d174e0cc4e1f399eba4ee8642e8990f43f5dc68b59cf55b7d81a43cd7cb363f542

diff --git a/dev-python/pytest/pytest-4.2.1.ebuild 
b/dev-python/pytest/pytest-4.2.1.ebuild
deleted file mode 100644
index ab4d8190973..000
--- a/dev-python/pytest/pytest-4.2.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple powerful testing with Python"
-HOMEPAGE="http://pytest.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-# When bumping, please check setup.py for the proper py version
-PY_VER="1.5.0"
-
-# pathlib2 has been added to stdlib before py3.6, but pytest needs __fspath__
-# support, which only came in py3.6.
-RDEPEND="
-   >=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
-   >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
-   >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 
python3_{4,5} )
-   >=dev-python/pluggy-0.7[${PYTHON_USEDEP}]
-   >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-40[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   virtual/python-funcsigs[${PYTHON_USEDEP}]"
-
-# flake & pytest-capturelog cause a number of tests to fail
-DEPEND="${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
-   dev-python/requests[${PYTHON_USEDEP}]
-   !!dev-python/flaky
-   !!dev-python/pytest-capturelog
-   !!=${PY_VER}" setup.py || die "Incorrect dev-python/py 
dependency"
-
-   # Something in the ebuild environment causes this to hang/error.
-   # https://bugs.gentoo.org/598442
-   rm testing/test_pdb.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # In v4.1.1, pytest started being picky about its own verbosity options.
-   # running pytest on itself with -vv made 3 tests fail. This is why we 
don't
-   # have it below.
-   "${EPYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX \
-   || die "tests failed with ${EPYTHON}"
-}



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

2019-03-18 Thread Virgil Dupras
commit: 81e5c3994d27945eeb460c56cc64451982d2490b
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Mar 19 01:49:34 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Mar 19 01:49:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e5c399

dev-python/pytest: bump to 4.3.1

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/pytest/Manifest | 2 +-
 dev-python/pytest/{pytest-4.3.0.ebuild => pytest-4.3.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 1c92fd62100..2bd61448033 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -2,4 +2,4 @@ DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 
38849ae69bf4380bc1a99aa105cac04be078da4
 DIST pytest-3.2.2.tar.gz 786396 BLAKE2B 
e669da930890e902b0323ec3a6685080ddd889e74655f7b4cb08ec421651f987597021a31471aab5a32d637b99620ce7792cbdf8f85561db3bb10ff06a446ba1
 SHA512 
6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db
 DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 
96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6
 SHA512 
787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b
 DIST pytest-4.2.1.tar.gz 913065 BLAKE2B 
cde085627872d601df1c6d91d9620fbb97789b6e176fe104bc991faa800268e5e61651e211a8840743b21f8cd9b57dcee8685143e2f4d56d197afae35a577aed
 SHA512 
e41bf7c685cacd62261df6d356911297a65ba85e13a50f8aed23d382d257c4c1cd3213971a3970fec210b8e97b72bd0034c0c1f87be7f306286d541c5ea57097
-DIST pytest-4.3.0.tar.gz 915820 BLAKE2B 
ee8c55bb3a6e79d4897b218f372f8b0ceb524ea627f2e803484d83791ebe979da760695d3f6d7d85bc6494bdee1079f71aaf2418f1bd9e2318aba7471445413e
 SHA512 
67894dc6c7001290e3372b5015227cf800c02d40ff28f76fad1249bd866f25c2368d8f0895d7c97a6b3318608f88e44db0bff723e7aeef79e380227cd7ec147e
+DIST pytest-4.3.1.tar.gz 917608 BLAKE2B 
62fea17e481984489d640872aac4f18b7278688b499302f407fd618b6357e3cb18e995f6f0974ba16da51bae5e3337732d2e1a0a6cc65936f8936d3bc7981809
 SHA512 
5c76100b9efc9176803807a54ff25bfaba065fe3e8fea28b9b2f3ade289056d174e0cc4e1f399eba4ee8642e8990f43f5dc68b59cf55b7d81a43cd7cb363f542

diff --git a/dev-python/pytest/pytest-4.3.0.ebuild 
b/dev-python/pytest/pytest-4.3.1.ebuild
similarity index 100%
rename from dev-python/pytest/pytest-4.3.0.ebuild
rename to dev-python/pytest/pytest-4.3.1.ebuild



[gentoo-commits] proj/portage:master commit in: bin/

2019-03-18 Thread Ulrich Müller
commit: 06086354fdd66fdf84c812f4be1757cb96e16c45
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Mar  9 08:16:17 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Mar 19 01:18:37 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=06086354

__dyn_test: Make fallback to WORKDIR conditional.

When the fallback from S to WORKDIR was made conditional in EAPI 4,
src_test() was originally omitted. This has been fixed retroactively
in PMS:
https://gitweb.gentoo.org/proj/pms.git/commit/?id=0038f90a942f0856ae2533b26f709002a3ec80ae

There should be no issues with backwards compatibility of existing
ebuilds. The feature is not used in the Gentoo repository. Plus, the
scenario is very unlikely, because in src_test the fallback to WORKDIR
could only happen for an ebuild that:
- Has no files in A to be unpacked.
- Doesn't define any of the unpack, prepare, configure, compile or
  install phases (otherwise it would die in one of these phases).

Acked-by: Zac Medico  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 bin/phase-functions.sh | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index d8ebf3d3e..ee07ea0f9 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Hardcoded bash lists are needed for backward compatibility with
@@ -358,7 +358,7 @@ __abort_install() {
 
 __has_phase_defined_up_to() {
local phase
-   for phase in unpack prepare configure compile install; do
+   for phase in unpack prepare configure compile test install; do
has ${phase} ${DEFINED_PHASES} && return 0
[[ ${phase} == $1 ]] && return 1
done
@@ -495,10 +495,14 @@ __dyn_test() {
trap "__abort_test" SIGINT SIGQUIT
__start_distcc
 
-   if [ -d "${S}" ]; then
+   if [[ -d ${S} ]]; then
cd "${S}"
-   else
+   elif ___eapi_has_S_WORKDIR_fallback; then
+   cd "${WORKDIR}"
+   elif [[ -z ${A} ]] && ! __has_phase_defined_up_to test; then
cd "${WORKDIR}"
+   else
+   die "The source directory '${S}' doesn't exist"
fi
 
if has test ${RESTRICT} ; then



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

2019-03-18 Thread Georgy Yakovlev
commit: 3fea4ee65f373e13d49b3e132bd26ec6019b4c00
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Mar 19 00:54:17 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Mar 19 00:54:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fea4ee6

x11-misc/xwallpaper: drop old

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

 x11-misc/xwallpaper/Manifest|  1 -
 x11-misc/xwallpaper/xwallpaper-0.4.0.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 0c988e9b3a3..ce6b733525e 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1,3 +1,2 @@
 DIST xwallpaper-0.3.0.tar.gz 104300 BLAKE2B 
23ec3b4ccbaf910c9ba4afbd1d9237223654a85c90b0a147141b017a9b3917316f745e1dd70a89e385110d380d5bbba8ee7c2d1ed4188d87a98ba0e94c5a7b6c
 SHA512 
c73583fdbd573329951178d7db36fb1ae18a4294207de85dfb93e367be0ed103e8de7e2dd8ec61a0a23541457c930e8b0e5eb12dd5024808de3e02ddefb6b4a3
-DIST xwallpaper-0.4.0.tar.gz 105879 BLAKE2B 
af1b2912ae35ff10c6138c72cbaab43996eddf6d2474dafe2ab7f8ea0216e71d3912a1340592c99e7f3ce3d3779bcccfe8285c48c44c6d3895cd79c73ac7d81b
 SHA512 
43e7c047001a60badb7d81897087800eec4668dd9f0fa2ce06bc2c98d34d8e7fca8d5a922589b2836767e5cfa5c356b410ef32d60f9e0f76f899248d3c75fe98
 DIST xwallpaper-0.4.1.tar.gz 106110 BLAKE2B 
13d40274910b5a82271207292ef7b5d5aeb21fe015c0f3a9780d164d805b9f212a017b4aea8cc8c92ad3a9392eb01c3ea5cddf66888ac4ec146d12109675bdd8
 SHA512 
febfca202d3356c5a2f584921eace61a6f16e19bf0b0812604bccb441b11a0748c997d0818fb8d9f6a37f502a0a38f13b78f7f61c2de2768a85807a8725c070c

diff --git a/x11-misc/xwallpaper/xwallpaper-0.4.0.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.4.0.ebuild
deleted file mode 100644
index 6fdbe38a627..000
--- a/x11-misc/xwallpaper/xwallpaper-0.4.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Wallpaper setting utility for X"
-HOMEPAGE="https://github.com/stoeckmann/xwallpaper";
-
-if [ ${PV} == "" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git";
-else
-   
SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="jpeg png seccomp xpm"
-
-RDEPEND="
-   x11-libs/pixman
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   jpeg? ( virtual/jpeg:0= )
-   png? ( media-libs/libpng:0= )
-   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
-   xpm? ( x11-libs/libXpm )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-src_configure() {
-   local myconf=(
-   $(use_with jpeg)
-   $(use_with png)
-   $(use_with seccomp)
-   $(use_with xpm)
-   --with-randr
-   
--with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
-   )
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-shells/mcfly/, app-shells/mcfly/files/

2019-03-18 Thread Georgy Yakovlev
commit: 10dd4e5fe6c93a140a91bb3c5bf46ae6987d6448
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Mar 19 00:51:42 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Mar 19 00:51:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dd4e5f

app-shells/mcfly: drop old

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

 app-shells/mcfly/Manifest  |  1 -
 .../mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch  | 22 -
 app-shells/mcfly/mcfly-0.3.1.ebuild| 97 --
 3 files changed, 120 deletions(-)

diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest
index 2a10f4492c3..1d09ec379a7 100644
--- a/app-shells/mcfly/Manifest
+++ b/app-shells/mcfly/Manifest
@@ -22,7 +22,6 @@ DIST libc-0.2.42.crate 336080 BLAKE2B 
0de0726bfb00ff42d67abf06efa26c1a4f8132b29b
 DIST libsqlite3-sys-0.10.0.crate 2175426 BLAKE2B 
dc7cbbcb632e2de1e8fcd6372cb0a82ed044db1d8634fa88b4294efb01470528fc86cece8c1ba6c4800a97c39d78bebb4b858efaf7c3c74510f5cf675ca2a1f0
 SHA512 
df030105952e8e0ca9def15d914a2eb7fb81754c85465788f7a3df5626b647d4af7f93b11f2f6d6e3dba286fd101c779dd51de7f2732084ba9542120cbc0e299
 DIST linked-hash-map-0.4.2.crate 15980 BLAKE2B 
f31e0dc6f6bb3af355981491e42ce70ac91cbcf059c3d7da8ad2160c40c379bf6d10aab1fdc8400df4497e30ae8dc8c37149ec23084b589fb9a17b8dcf7fbdb4
 SHA512 
e9ca0dcf09338b8bf2e669eae241b1d07a08c430b2c1fb8adde9a79218aac8f0ad3a13d515202fbf7d0d6f3607e64c4fb3b8b9fe9190655897ae7aeeeb91dbce
 DIST lru-cache-0.1.1.crate 8645 BLAKE2B 
027f7051ce930701b97017638f2091efef0b3be330fe1cf534d31c7040c8eb55d73d8e397644584d642e370ed2c109f6df61a6da020f6df5f5756cfccbdf9216
 SHA512 
f397be62edf59bcb36767e338427684274c3ec900d96f92c75859c61ae52f78c42a551bb298e256b76f65bc7b5765c453a07baa61dcb01bfb93ca8a41612b521
-DIST mcfly-0.3.1.tar.gz 242505 BLAKE2B 
178dc23567708593b89daa653ebdb5dab823197c56d9655abf8b15996736cfbc92acdd8643931c669678aab31eb8a14a4771c98373dec816d61ce0fb0e097b4d
 SHA512 
308aeba0243b59d04655ffb06ce8ad20a3b7077543a3232e783581ef453a64f20c9c6fb5869cff23eac818103cc634c466340e8225346fb135c1b7cbe01d72bf
 DIST mcfly-0.3.3.tar.gz 242714 BLAKE2B 
05f038bfb502d0dd6938c6ecf2a8f36673a26e7bebd8b8f543f12c500db0b1b431c476384641fc0d66efc9fd537a2c94c0ef41bf26d1b2f78f3ddd551e94b51c
 SHA512 
b68484256421f0e8f11326cc4e321fdc0bdccb9fb01e919c143338ec315c0a69c90e2d9977265096a34d3db5f2709663579e851f41b637903e3d12ca92959631
 DIST memchr-2.0.1.crate 9858 BLAKE2B 
ccf5530245bdcf1b892b98858d1cfd8cdeec3765422f6d1503bfaf3e48744dabfbc1767212b310d1951f1594ec3d4ca09447ca72782ed272cc396113a7f9fef8
 SHA512 
50daeb73062c30b244c8fec965ff0c69c29571022a9228dafd1ed397164956e39fbe260b8adce33522b5cedcd7f9135500ac45d6bc0b5e72bf9e89ebea0954d1
 DIST nodrop-0.1.12.crate 3033 BLAKE2B 
69792f5ac9722dc570749795b6e0e6c6373c44614bf5861846af08d426d18e5929ad3c5b957adf3480e8c77444cec9d33b3e8b272eea9c7200f0cedf0d78e7ac
 SHA512 
8f2856a6467715565ea5b3be181fc957f6cbc885797c15582ef5be5a71089201292ea58f94877496737dfd427b19523228fa4bde49d9413a8399d2e7888b99aa

diff --git a/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch 
b/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch
deleted file mode 100644
index 86d016b9d07..000
--- a/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 51cc1520ee19b241813ecdce82ff26bd84225eeb Mon Sep 17 00:00:00 2001
-From: Melkor333 
-Date: Wed, 26 Dec 2018 20:21:13 +0100
-Subject: [PATCH] fix 'cat /dev/urandom' not closing
-

- mcfly.bash | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mcfly.bash b/mcfly.bash
-index f2b5be7..84261cd 100644
 a/mcfly.bash
-+++ b/mcfly.bash
-@@ -5,7 +5,7 @@ if [[ "$__MCFLY_LOADED" == "loaded" ]]; then
-   return 0
- fi
- __MCFLY_LOADED="loaded"
--export MCFLY_SESSION_ID=$(cat /dev/urandom | env LC_ALL=C tr -dc 'a-zA-Z0-9' 
| fold -w 24 | head -n 1)
-+export MCFLY_SESSION_ID=$(cat /dev/urandom | env LC_ALL=C tr -dc 'a-zA-Z0-9' 
| head -c 24)
- export MCFLY_HISTORY=$(mktemp -t mcfly.)
- export HISTFILE="${HISTFILE:-$HOME/.bash_history}"
- 

diff --git a/app-shells/mcfly/mcfly-0.3.1.ebuild 
b/app-shells/mcfly/mcfly-0.3.1.ebuild
deleted file mode 100644
index 033eae46c97..000
--- a/app-shells/mcfly/mcfly-0.3.1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 2017-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CRATES="
-ansi_term-0.11.0
-argon2rs-0.2.5
-arrayvec-0.4.7
-atty-0.2.10
-backtrace-0.3.9
-backtrace-sys-0.1.24
-bitflags-1.0.3
-blake2-rfc-0.2.18
-cc-1.0.18
-cfg-if-0.1.5
-clap-2.32.0
-cloudabi-0.0.3
-constant_time_eq-0.1.3
-csv-1.0.1
-csv-core-0.1.4
-dirs-1.0.4
-failure-0.1.2
-failure_derive-0.1.2
-fuchsia-zircon-0.3.3
-fuchsia-zircon-sys-0.3.3
-libc-0.2.42
-libsqlite3-sys-0.10.0
-linked-hash-map-0.4.2
-lru-cache-0.1.1
-memchr-2.0.1
-nodrop-0.1.12
-pkg-config-0.3.11
-proc-macro2-0.4.20
-quote-0.6.8
-rand

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

2019-03-18 Thread Georgy Yakovlev
commit: e1f812200eddb4ef3a6e9c158fc8d18b6b1929f9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Mar 19 00:50:03 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Mar 19 00:50:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f81220

app-shells/fish: drop old

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

 app-shells/fish/Manifest |  1 -
 app-shells/fish/fish-3.0.0-r1.ebuild | 75 
 2 files changed, 76 deletions(-)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 7604e8afa1a..a8824f447f0 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,3 +1,2 @@
 DIST fish-2.7.1.tar.gz 5760550 BLAKE2B 
71568a3a17f4222b05a314464a61fceb241409a7d42c46249486ca742ef0cf990c46d693bcc22521c18f58a558e6aab35759d0da6eb62ee6611a2a7946fe714d
 SHA512 
45ee3453404c5d6c56d307b4cd19197de862f9f42d7fa06461acec56dea7146db5675cf6419dd5f72e939b3e4b1955d3761098df1de89a8cebe47645eb6f7a4b
-DIST fish-3.0.0.tar.gz 6472393 BLAKE2B 
9a8226ca4dce40a7bbc62ad5791c5238d1257cebea296cd97a195438d771d7394acb012be6af118bf355a9b6e391ddee1061d83298356f664e0d5dbe3d859012
 SHA512 
e4159821d4263e5afb67adee82e30cfed0ad30f3772dd95beb0df71423ff52c21354970f64967f2de9fd1d31caa702208cfd9f2ce281bbf33114f3aa7cd539a2
 DIST fish-3.0.2.tar.gz 6477869 BLAKE2B 
fedc8bd5fd6d7856b695207ce9ac7a5a47f0e3c211d2aa2151a7a3c1bd944b3cf5c86ddf8b6e4c4d3499bb72d4ede64886706e05a44786d70c665b4ffb85369f
 SHA512 
cd4a8e6a0d7770ef17e92d3d20ea23e754b9fa53e5ee5459ab5838fcbbcac69544ca2f83551e93a004b140cc14ec556860a711ce216197753c1704901518c9c3

diff --git a/app-shells/fish/fish-3.0.0-r1.ebuild 
b/app-shells/fish/fish-3.0.0-r1.ebuild
deleted file mode 100644
index 8cc9571025c..000
--- a/app-shells/fish/fish-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils readme.gentoo-r1
-
-DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/";
-
-MY_PV="${PV/_beta/b}"
-MY_P="${PN}-${MY_PV}"
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git";
-else
-   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="doc nls test"
-
-RDEPEND="
-   >=dev-libs/libpcre2-10.21[pcre32]
-   sys-devel/bc
-   sys-libs/ncurses:0=[unicode]
-"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   nls? ( sys-devel/gettext )
-   test? ( dev-tcltk/expect )
-"
-
-PATCHES=( "${FILESDIR}/fix-histfile-test-on-ppc.patch" )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
-   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
-   cmake/Tests.cmake || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
-   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-   -DCURSES_NEED_NCURSES=ON
-   -DINTERNAL_WCWIDTH=OFF
-   -DBUILD_DOCS="$(usex doc)"
-   -DWITH_GETTEXT="$(usex nls)"
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
-   readme.gentoo_create_doc
-}
-
-src_test() {
-   cmake-utils_src_make -j1 test
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



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

2019-03-18 Thread Georgy Yakovlev
commit: 32b78e2df5ee739e550426c1a4f426f00ec8ad36
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Mar 19 00:46:44 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Mar 19 00:46:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b78e2d

sys-apps/bat: drop old

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

 sys-apps/bat/Manifest |   9 ---
 sys-apps/bat/bat-0.9.0.ebuild | 152 --
 2 files changed, 161 deletions(-)

diff --git a/sys-apps/bat/Manifest b/sys-apps/bat/Manifest
index a9f1cfbd8fc..d93e32b2612 100644
--- a/sys-apps/bat/Manifest
+++ b/sys-apps/bat/Manifest
@@ -4,14 +4,12 @@ DIST ansi_colours-1.0.1.crate 9937 BLAKE2B 
04d86fb964138cadeab0cb708e99d198189ef
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST argon2rs-0.2.5.crate 353096 BLAKE2B 
9f8136f54f96cd95facd78572e31d83d49474b77205277805173aa4afe3ebdccf2592dfcb72a68cfc8e7434b89cdf36058038b2c2d452c8289a5c0f4fbb3ed3b
 SHA512 
09a47467d09ed5bb4efdc4b8392e6282da6f4434063f4352c225c6dd1b668b51623e7d8960deb56c7c18eaca890a3515c1dc833acac1c68dc999e56b63e9b04f
 DIST arrayvec-0.4.10.crate 26133 BLAKE2B 
43772765a9be4e3e6dd5b2ee8864f7894aab3128123a673fd0ddf18dafb69d7ed94709dad6de26e222f080b1de83d31aacbb3419b1d926ec4005de64e4db8b30
 SHA512 
8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
-DIST assert_cmd-0.10.1.crate 19055 BLAKE2B 
04a8c7bf900657ba7f2e0720763f2fb6bf9e2d126a724a3fc0d0ee4fd4fc212ae011b0e070d6e0a3f8d694d9aa6a26cb7f4cbcd3cb9440566e7ddca8af0c2c79
 SHA512 
14f7f8fca03a2087909a31b6ac86299031a09220414795b45078017fe93dda13acbc55ef1f43ed322dd6c8a8c6f7868f45a703861c74c20e1bc91481e1344c31
 DIST assert_cmd-0.11.0.crate 20425 BLAKE2B 
fc1c0304abe7d5038d375645d32b5480457b6ed37e13f55f29a1ecf1eb6faf41168feffbf09221eef9c98bdc8e3e85c3b74a165e8c81149b7fff93897bae7d48
 SHA512 
b04a2ae35fc47112b43828330c43515d345c194ef6eea828bf93c4cb2f05f2a19c86fac2537142864abb0250889194223faff3dffa46bd51fa6b924c99e0dcf9
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST backtrace-0.3.11.crate 33703 BLAKE2B 
c6f105cd75a019d19903d40b3894eba0fbcae11d1778ee5714577dc9ce6985f1233faec1c215a8a7d5f6c566d6869fc67e752ecb2c8a765f43414603c0d5f05a
 SHA512 
41758a2faded361fee7d7ba9e1805b96b5598c7621157f74d692b2f7fa84465e6c08d20b122c5d863ad739c95a4e33e159038b7636d3c62ed6bbed8bfd3e5dad
 DIST backtrace-sys-0.1.28.crate 522603 BLAKE2B 
6150bee74264cf2383aa27cd33b28790b3c70da0c21c327dbc4af628b5f12afe941c1f3ecbb556f8dec5638b6be29f5db3867514417b267d7099202c5ea89f52
 SHA512 
4b16bc8500258d0e75db0c6cca3e2a68d9024106a0e8a4a46cf5865fe1e08304d9291a6723e4fd337b7d7f5bb14e9cec7b3aa2e40bbaa4642562764c803d345d
 DIST base64-0.9.3.crate 37993 BLAKE2B 
c0943b223d0d35438c647aa53fec5f85e65a78a5d272e4c65865bf182607b44c45b3ed1a0353e081a9dc5d9f4c9cda6cc6b8d68929a2676a512a7907cc94d8b6
 SHA512 
4790e4de201123e7b3e3c8a574c92089e38900a67f1bb4868987da4088785ea05e4258559c1c32be67341c2ba8a19deacd156492d8383949e1c9a6ae218b7eeb
 DIST bat-0.10.0.tar.gz 810088 BLAKE2B 
ec6319a29a09177ba5793ebc840e2bc7370ea4c13d1e4c58a922cf581e2309de5dc0806bf137bfbc8a9a510a014f2b251e9c288bef7ea233b00f1103ded02317
 SHA512 
65913c7d3e504c32b157036b4418775a8a4d6dc60e45f8b6c3d26cae98fdac7f956d54caf1c5ef662b378a41479d527a71bb78de3ab11446b9be41cc8a580dbd
-DIST bat-0.9.0.tar.gz 756977 BLAKE2B 
217f87d171c678f06234ce753ac26a37fc00d2273d1f1d776d566ed3ea42eaa0627d1b3eb680ef5bc34725210a1c97715e6926d60375e122f2c63948b332488f
 SHA512 
757b6fc8fa23e4781258bdeec0d17d748b91e001778f32cf3048e4716f12a855992583a5e95d9a36d491f6f206a5c8b4f68bd055b24d650b356bd001423182e1
 DIST bincode-1.0.1.crate 14071 BLAKE2B 
99edd46decd97925e2af882411c9cc986311e936a0e8c05ffb29e49b44460cb6fe6cf17e75301743cdf02d5b30bba7ea1efaf70dd1d3b770061c7fb6db4dd459
 SHA512 
1294b89089b457ce2bc4d9471ae677d6d06e64eaa01948e9db4ab49fc23638ba79e7aa1d6ca3a0df5fb61bd90cadc811df724053a321ca99d16b8ce650abbd59
 DIST bitflags-1.0.4.crate 15282 BLAKE2B 
63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875
 SHA512 
81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
 DIST blake2-rfc-0.2.18.crate 15676 BLAKE2B 
fe942b3f09012ea2856d36a44dc59df0a90463eb4333e7afac3e2c5e1b53e7231f5f16242269d97a9731bcba4aa57889dad7decad

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

2019-03-18 Thread Georgy Yakovlev
commit: 7a1080bb34e54a4da7324f36e4ccbba3043f859d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Mar 19 00:53:16 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Mar 19 00:53:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1080bb

dev-ruby/vagrant_cloud: drop old

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

 dev-ruby/vagrant_cloud/Manifest   |  1 -
 dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/vagrant_cloud/Manifest b/dev-ruby/vagrant_cloud/Manifest
index cd398c0456b..8472478fc19 100644
--- a/dev-ruby/vagrant_cloud/Manifest
+++ b/dev-ruby/vagrant_cloud/Manifest
@@ -1,2 +1 @@
-DIST vagrant_cloud-2.0.1.tar.gz 12278 BLAKE2B 
9d8bf72809af21e55a6fbfa4c41098a5164c5426ac1d75243f45ed71cc0be8790e06a6b512188683ef1acf2b39faf9d2d72619605ed90c2529eb69b36f4b804a
 SHA512 
98a84200e8e34d0678be6a67872411308c32a8112b1788574baa24bb4bf2e5fd8eab4727f3e2ca56cd8251ff54d14f009145ded8d30a353a581997673a9269cc
 DIST vagrant_cloud-2.0.2.tar.gz 13515 BLAKE2B 
3014effb70df8aa7aa793cc75e92e46ceec406e3ad1c30f4cd40e1f05075e3e3b399d5d89424920c7312189b4f48cff82bb8e02f4c30b33a7194c973c365ed79
 SHA512 
13d56c3090092c6e1b6d47a98e8c21afabfe9fc28ee75b402b91e58869c221821141c4fdba3aaceca8970ae5474fe9a8109513f8dd525fab2cfa3623042d01c8

diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild 
b/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild
deleted file mode 100644
index 941860ed0cd..000
--- a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Vagrant Cloud API Library"
-HOMEPAGE="https://github.com/hashicorp/vagrant_cloud";
-SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rest-client-2.0.2"
-ruby_add_bdepend ">=dev-ruby/rake-10.4
-   test? ( >=dev-ruby/webmock-3.0 )"
-
-all_ruby_prepare() {
-   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-ide/

2019-03-18 Thread Patrice Clement
commit: 507f2f473c87ec201c0b05dcfc5e3d6c8c739ed3
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 18 23:48:34 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 23:48:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507f2f47

dev-java/netbeans-ide: fix dev-java/sun-jaf SLOTs.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild | 4 ++--
 dev-java/netbeans-ide/netbeans-ide-8.2.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild
index 841b1b8c9e6..2b8cd1b3026 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -106,7 +106,7 @@ CDEPEND="virtual/jdk:1.8
dev-java/rhino:1.6
dev-java/saxon:9
dev-java/smack:2.2
-   >=dev-java/sun-jaf-1.1.1-r1:0
+   dev-java/sun-jaf:0
dev-java/tomcat-servlet-api:2.2
dev-java/ws-commons-util:0
dev-java/xerces:2"

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
index 1d445837b6c..96b2ffbcf8a 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -106,7 +106,7 @@ CDEPEND="virtual/jdk:1.8
dev-java/rhino:1.6
dev-java/saxon:9
dev-java/smack:2.2
-   <=dev-java/sun-jaf-1.1.1:0
+   dev-java/sun-jaf:0
dev-java/tomcat-servlet-api:2.2
dev-java/ws-commons-util:0
dev-java/xerces:2"



[gentoo-commits] repo/user/gerislay:master commit in: media-sound/mixxx/files/, media-sound/mixxx/

2019-03-18 Thread gerion
commit: b991680458464aa6801598ea574ef543cd824182
Author: Gerion Entrup  flump  de>
AuthorDate: Mon Mar 18 23:20:04 2019 +
Commit: gerion  flump  de>
CommitDate: Mon Mar 18 23:20:34 2019 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=b9916804

media-sound/mixxx-: fixed version

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

 media-sound/mixxx/Manifest |   4 +
 media-sound/mixxx/files/mixxx-2.0.0-docs.patch |  10 ++
 .../mixxx/files/mixxx-2.2.0-lilv_include_fix.patch |  33 +
 media-sound/mixxx/metadata.xml |  17 +++
 media-sound/mixxx/mixxx-.ebuild| 137 +
 5 files changed, 201 insertions(+)

diff --git a/media-sound/mixxx/Manifest b/media-sound/mixxx/Manifest
new file mode 100644
index 000..ca7fd1e
--- /dev/null
+++ b/media-sound/mixxx/Manifest
@@ -0,0 +1,4 @@
+AUX mixxx-2.0.0-docs.patch 427 BLAKE2B 
a5a14e20678661c24511d01a55712b1afa1d16a92f3ca17061297a9ea7affb10312a4a5b6ee6083685b617e7ee41c85d0a83ba5e8c113fccc7c70fbe77266c6f
 SHA512 
07d6ee8d857ed63dae3ce63c7f411226f443f366f1dd01bd023e3b2a639eb77501be0e47206c8dccad6ad4fb409a10861fbb448b47b7415fe484bc5043d137e0
+AUX mixxx-2.2.0-lilv_include_fix.patch 1006 BLAKE2B 
1541ecc32cb20d02d71577615b96605938a2d38e40e04fc43e864c8a85722475b795c807ccda1df0ff86c6268d1d1425934e3b413fdedc2effcbd6a2ab584ad6
 SHA512 
e15980f9861a61bf965636182fe3f0d41d25d569d2d4b43e167e53e33fe7e8f533878e93db237e90551ac409811de497e3313e32fc62462bf963b7f1f29c4a11
+EBUILD mixxx-.ebuild 3162 BLAKE2B 
3f726f565e3550da03c264a561e7eaedc2e30768d9e64b983d2570fc91feb953685a2f81bcb06606365f46e88b976e2da7047372eb3011f967cf37cbcbb209d6
 SHA512 
27f4d8b742089bbb4812f7497239da23c32df80e717bea7d37b85050dc320dc6006a7cb346880a8ce84fff5666fac4bbaa7086a3dfaa7323984d6dfa4f6f2115
+MISC metadata.xml 625 BLAKE2B 
ab6c43fa511101affba1c6777872541d81661da8c321c138f9a43bd8329f0cca9e3b21bbc0773dba874936ffd5b38a2ca28878fabe89e348bf018a991c9516f6
 SHA512 
ff270bf2c9a03de23bc8c1a6812590c4b99fa1465f21bbb0e117595f90a89d62fbb8ca8b42a1271a31a662d73bb9427fc52b5b60f49e31395a37a4d9b43373f3

diff --git a/media-sound/mixxx/files/mixxx-2.0.0-docs.patch 
b/media-sound/mixxx/files/mixxx-2.0.0-docs.patch
new file mode 100644
index 000..942b538
--- /dev/null
+++ b/media-sound/mixxx/files/mixxx-2.0.0-docs.patch
@@ -0,0 +1,10 @@
+--- mixxx-/SConscript
 mixxx-/SConscript
+@@ -290,7 +290,6 @@
+ env.Alias('install', controllermappings)
+ env.Alias('install', translations)
+ env.Alias('install', keyboardmappings)
+-env.Alias('install', docs)
+ env.Alias('install', dotdesktop)
+ env.Alias('install', icon)
+ env.Alias('install', promotracks)

diff --git a/media-sound/mixxx/files/mixxx-2.2.0-lilv_include_fix.patch 
b/media-sound/mixxx/files/mixxx-2.2.0-lilv_include_fix.patch
new file mode 100644
index 000..4addc98
--- /dev/null
+++ b/media-sound/mixxx/files/mixxx-2.2.0-lilv_include_fix.patch
@@ -0,0 +1,33 @@
+--- mixxx-release-2.2.0/src/effects/lv2/lv2backend.h
 mixxx-release-2.2.0/src/effects/lv2/lv2backend.h
+@@ -5,7 +5,7 @@
+ #include "effects/effectsbackend.h"
+ #include "effects/lv2/lv2manifest.h"
+ #include "preferences/usersettings.h"
+-#include 
++#include 
+ 
+ class LV2Backend : public EffectsBackend {
+ Q_OBJECT
+--- mixxx-release-2.2.0/src/effects/lv2/lv2effectprocessor.h
 mixxx-release-2.2.0/src/effects/lv2/lv2effectprocessor.h
+@@ -4,7 +4,7 @@
+ #include "effects/effectprocessor.h"
+ #include "effects/effectmanifest.h"
+ #include "engine/effects/engineeffectparameter.h"
+-#include 
++#include 
+ #include "effects/defs.h"
+ #include "engine/engine.h"
+ 
+--- mixxx-release-2.2.0/src/effects/lv2/lv2manifest.h
 mixxx-release-2.2.0/src/effects/lv2/lv2manifest.h
+@@ -3,7 +3,7 @@
+ 
+ #include "effects/effectmanifest.h"
+ #include "effects/defs.h"
+-#include 
++#include 
+ 
+ class LV2Manifest {
+   public:

diff --git a/media-sound/mixxx/metadata.xml b/media-sound/mixxx/metadata.xml
new file mode 100644
index 000..e8ca01a
--- /dev/null
+++ b/media-sound/mixxx/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gerion.ent...@flump.de
+   Gerion Entrup
+   
+   
+   Enable HID controller support
+   Add support for Ladspa V2 via 
media-libs/lilv
+   Enable broadcasting support via 
media-libs/libshout
+   
+   
+   mixxx
+   mixxxdj/mixxx
+   
+

diff --git a/media-sound/mixxx/mixxx-.ebuild 
b/media-sound/mixxx/mixxx-.ebuild
new file mode 100644
index 000..69fd88d
--- /dev/null
+++ b/media-sound/mixxx/mixxx-.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic scons-utils toolchain-fu

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

2019-03-18 Thread Virgil Dupras
commit: 95ea4e83efda3fb594936d53a980f2c84031151e
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Mar 18 23:47:17 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Mar 18 23:47:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ea4e83

dev-python/pylint: remove pytest-runner dependency

It's useless

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch | 12 
 dev-python/pylint/pylint-2.3.1.ebuild   |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch 
b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
new file mode 100644
index 000..4caf59bb30e
--- /dev/null
+++ b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
@@ -0,0 +1,12 @@
+diff --git a/setup.py b/setup.py
+index a7b5e413..841a1c0d 100644
+--- a/setup.py
 b/setup.py
+@@ -169,7 +169,6 @@ def install(**kwargs):
+  extras_require=extras_require,
+  test_suite='test',
+  python_requires='>=3.4.*',
+- setup_requires=['pytest-runner'],
+  tests_require=['pytest'],
+  **kwargs)
+ 

diff --git a/dev-python/pylint/pylint-2.3.1.ebuild 
b/dev-python/pylint/pylint-2.3.1.ebuild
index a9f24be3a26..7e1e963e3a5 100644
--- a/dev-python/pylint/pylint-2.3.1.ebuild
+++ b/dev-python/pylint/pylint-2.3.1.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
>=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
dev-python/mccabe[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
@@ -33,6 +32,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 
 PATCHES=(
"${FILESDIR}/${PN}-2.3.1-sphinx-theme.patch"
+   "${FILESDIR}/${PN}-2.3.1-no-pytest-runner.patch"
 )
 
 python_compile_all() {



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

2019-03-18 Thread Virgil Dupras
commit: 4e0657d2c74d4ca68c354c78d0ec8356e067c04f
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Mar 18 23:44:04 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Mar 18 23:44:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0657d2

dev-python/pylint: fix docs build

Closes: https://bugs.gentoo.org/680848
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch | 14 ++
 dev-python/pylint/pylint-2.3.1.ebuild   |  4 
 2 files changed, 18 insertions(+)

diff --git a/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch 
b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch
new file mode 100644
index 000..9353a90957f
--- /dev/null
+++ b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch
@@ -0,0 +1,14 @@
+It's not worth introducing a new dependency for a mere sphinx theme...
+diff --git a/doc/conf.py b/doc/conf.py
+index ada9ec49..2bd66593 100644
+--- a/doc/conf.py
 b/doc/conf.py
+@@ -99,7 +99,7 @@ pygments_style = 'sphinx'
+ 
+ # The theme to use for HTML and HTML Help pages.  See the documentation for
+ # a list of builtin themes.
+-html_theme = 'python_docs_theme'
++html_theme = 'nature'
+ 
+ # Theme options are theme-specific and customize the look and feel of a theme
+ # further.  For a list of options available for each theme, see the

diff --git a/dev-python/pylint/pylint-2.3.1.ebuild 
b/dev-python/pylint/pylint-2.3.1.ebuild
index db307294d85..a9f24be3a26 100644
--- a/dev-python/pylint/pylint-2.3.1.ebuild
+++ b/dev-python/pylint/pylint-2.3.1.ebuild
@@ -31,6 +31,10 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
)"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.1-sphinx-theme.patch"
+)
+
 python_compile_all() {
# selection of straight html triggers a trivial annoying bug, we skirt 
it
use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml



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

2019-03-18 Thread Sergei Trofimovich
commit: 30cee573d638a3d035af15b4464100f9bed2f115
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 18 23:31:01 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 23:31:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cee573

package.use.mask: confirm opencv mask, bug #680656

Reported-by: Mart Raudsepp
Closes: https://bugs.gentoo.org/680656
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 100a3c9784b..0dbd7ed84bc 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Mart Raudsepp  (17 Mar 2019)
-# Unkeyworded media-libs/opencv dependency
+# Unkeyworded media-libs/opencv dependency, bug #680656
 media-gfx/shotwell opencv
 
 # Sergei Trofimovich  (13 Oct 2018)



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

2019-03-18 Thread Sergei Trofimovich
commit: c0198967426d522622d7c89d607f72c532ae2654
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 18 23:28:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 23:28:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0198967

dev-lang/epic: point to non-404 HOMEPAGE, bug #680700

Reported-by: yuLya
Closes: https://bugs.gentoo.org/680700
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/epic/epic-0.9.3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/epic/epic-0.9.3.3-r1.ebuild 
b/dev-lang/epic/epic-0.9.3.3-r1.ebuild
index f7458b8b9a8..7f844cf9028 100644
--- a/dev-lang/epic/epic-0.9.3.3-r1.ebuild
+++ b/dev-lang/epic/epic-0.9.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Compiler for a simple functional language"
-HOMEPAGE="http://www.dcs.st-and.ac.uk/~eb/epic.php";
+HOMEPAGE="https://github.com/edwinb/EpiVM";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/

2019-03-18 Thread Sergei Trofimovich
commit: 3003e2c3042bccf33d98d51b70e5c18744a6988c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 18 23:22:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 23:23:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3003e2c3

dev-vcs/cvs-fast-export: bump up to 1.46

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

 dev-vcs/cvs-fast-export/Manifest   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.46.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index bfc24493afe..54318883aa8 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 
47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061
 SHA512 
f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4
+DIST cvs-fast-export-1.46.tar.gz 519521 BLAKE2B 
7ecf0a87bef922a0fa69c1f63ab07e943e2a501c8565a610df3cb07e3af04b9abea02e78ae1d764c715e8e8b402cdc32f41e9109cee030d8339ebb8bdb97e561
 SHA512 
bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild 
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild
new file mode 100644
index 000..c1ecf983231
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="fast-export history from a CVS repository or RCS collection"
+HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/";
+SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+RESTRICT=test # upstream does not ship some tests in tarball
+
+src_prepare() {
+   default
+
+   tc-export CC
+   export prefix=/usr
+
+   # respect CC, CFLAGS and LDFLAGS
+   sed \
+   -e 's/cc /$(CC) $(LDFLAGS) /' \
+   -e 's/^CFLAGS += -O/#&/' \
+   -e 's/CFLAGS=/CFLAGS+=/' \
+   -i Makefile || die
+}
+
+src_compile() {
+   # '.adoc.html' rules can't be executed in parallel
+   # as they reuse the same 'docbook-xsl.css' file name.
+   emake -j1 html
+   # Allow full parallelism for the rest
+   emake
+}
+
+src_install() {
+   default
+   dodoc README
+}



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

2019-03-18 Thread William Hubbs
commit: bcb94ee73d2398fd3c379c8d1b4a43cea358db31
Author: Wiliam Hubbs  sony  com>
AuthorDate: Mon Mar 18 22:11:54 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar 18 23:01:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb94ee7

dev-python/itypes: Basic immutable container types for python

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/itypes/Manifest|  1 +
 dev-python/itypes/itypes-1.1.0.ebuild | 17 +
 dev-python/itypes/metadata.xml|  8 
 3 files changed, 26 insertions(+)

diff --git a/dev-python/itypes/Manifest b/dev-python/itypes/Manifest
new file mode 100644
index 000..cc584c967db
--- /dev/null
+++ b/dev-python/itypes/Manifest
@@ -0,0 +1 @@
+DIST itypes-1.1.0.tar.gz 2188 BLAKE2B 
5b24790944b130530d4bb3f0ee266c897ebf7946a37133535622f823cc66bd2d2aba838170769b326d706fb123ccd1f4ed7aea8e877b9fe0a9d19692e0c9e0e2
 SHA512 
fbaf82a82e0685f54eb98bdea722cf9fa230881d1940e2a74306972eb9f99958cb0cc62b858c340b649e092262793b83dcf76d11d36d04755ecf05e7a2c77d81

diff --git a/dev-python/itypes/itypes-1.1.0.ebuild 
b/dev-python/itypes/itypes-1.1.0.ebuild
new file mode 100644
index 000..4a4c46fee44
--- /dev/null
+++ b/dev-python/itypes/itypes-1.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="basic immutable container types for python"
+HOMEPAGE="https://github.com/tomchristie/itypes";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/itypes/metadata.xml b/dev-python/itypes/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/dev-python/itypes/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+



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

2019-03-18 Thread William Hubbs
commit: 462c823c33c95827630fc1d5e9127b4917f8fdf2
Author: William Hubbs  sony  com>
AuthorDate: Mon Mar 18 22:56:40 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar 18 23:01:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462c823c

dev-python/coreapi: Python Client Library for CoreAPI

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/coreapi/Manifest |  1 +
 dev-python/coreapi/coreapi-2.3.3.ebuild | 19 +++
 dev-python/coreapi/metadata.xml |  8 
 3 files changed, 28 insertions(+)

diff --git a/dev-python/coreapi/Manifest b/dev-python/coreapi/Manifest
new file mode 100644
index 000..bf4701165ff
--- /dev/null
+++ b/dev-python/coreapi/Manifest
@@ -0,0 +1 @@
+DIST coreapi-2.3.3.tar.gz 18788 BLAKE2B 
f7837d6a0430e6617a2589aa84a209b3c544a913773bc4388c3bdef7348c83577e1b216e83c14736b15174ede840ae297b050eba551b4fe22d784e4d51677956
 SHA512 
5a66cf9613a9e11046577684b837f48e17db2285d14a51a77aa47eb945eef72a9ee0525b7b1b1c57fddec102c144ce56430ed5a95717e77d906d0b617dce708d

diff --git a/dev-python/coreapi/coreapi-2.3.3.ebuild 
b/dev-python/coreapi/coreapi-2.3.3.ebuild
new file mode 100644
index 000..6220a9b1d43
--- /dev/null
+++ b/dev-python/coreapi/coreapi-2.3.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Python client library for Core API"
+HOMEPAGE="https://github.com/core-api/python-client";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/coreapi/metadata.xml b/dev-python/coreapi/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/dev-python/coreapi/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+



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

2019-03-18 Thread William Hubbs
commit: cdcaff4bf574329f0df0d6009c18bc1449252155
Author: William Hubbs  sony  com>
AuthorDate: Mon Mar 18 22:43:48 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar 18 23:01:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcaff4b

dev-python/coreschema: Core Schema

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/coreschema/Manifest|  1 +
 dev-python/coreschema/coreschema-0.0.4.ebuild | 19 +++
 dev-python/coreschema/metadata.xml|  8 
 3 files changed, 28 insertions(+)

diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
new file mode 100644
index 000..49890493f06
--- /dev/null
+++ b/dev-python/coreschema/Manifest
@@ -0,0 +1 @@
+DIST coreschema-0.0.4.tar.gz 10974 BLAKE2B 
8bddafea9eb82140cdf2b2cd40ffc31dd4a0457f8ca216986807657a5021f7a4319f1e3db27caf7d471f8617f6f0c3a6d79ebfe7e0285bc9a6627f93d6efa760
 SHA512 
21a35b29cd0bb96dacaeeb0bd0f4ee8875bf9639b431b59f17c41ee4829173932a6b35760caa3b46a0ec39ca173fe896b26b740fe97df36943270bc2bd3d

diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild 
b/dev-python/coreschema/coreschema-0.0.4.ebuild
new file mode 100644
index 000..c3812509b80
--- /dev/null
+++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Core Schema"
+HOMEPAGE="https://github.com/core-api/python-coreschema";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/coreschema/metadata.xml 
b/dev-python/coreschema/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/dev-python/coreschema/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+



[gentoo-commits] proj/crossdev:master commit in: /

2019-03-18 Thread Sergei Trofimovich
commit: 3f952ff7041e98dc39bcd2f6a77098eeb9afd87e
Author: Palmer Dabbelt  dabbelt  com>
AuthorDate: Mon Mar 18 10:25:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 22:51:24 2019 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=3f952ff7

Add riscv* to the Linux short list

This allows "crossdev -t riscv64" to install a RISC-V cross compiler for
Linux targets.

Signed-off-by: Palmer Dabbelt  dabbelt.com>

 crossdev | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index d38b0e7..673f5f8 100755
--- a/crossdev
+++ b/crossdev
@@ -125,6 +125,7 @@ parse_target() {
   - i386 / i486 / i586 / i686 (x86)   - m68k
   - mips / mipsel / mips64 / mips64el
   - powerpc (ppc) / powerpc64 (ppc64)
+  - riscv32 / riscv64
   - sparc / sparc64   - s390 / s390x
   - sh / sh[1-5] / sh64   - x86_64 (amd64)
Supported C Libraries:
@@ -193,7 +194,7 @@ parse_target() {
CTARGET="${CTARGET}-unknown-linux-gnueabihf";;
arm*)
CTARGET="${CTARGET}-unknown-linux-gnueabi";;
-   
aarch64*|alpha*|cris*|hppa*|ia64*|m68*|mips*|powerpc*|sparc*|sh*|tile*)
+   
aarch64*|alpha*|cris*|hppa*|ia64*|m68*|mips*|powerpc*|riscv*|sparc*|sh*|tile*)
CTARGET="${CTARGET}-unknown-linux-gnu";;
bfin*|h8300*|msp430*|nds32*|nios2*|spu*|xc16x*)
CTARGET="${CTARGET}-elf";;



[gentoo-commits] proj/crossdev:master commit in: wrappers/

2019-03-18 Thread Sergei Trofimovich
commit: 6e280b057cf2971f1a94aae83117fa6d9c194c72
Author: Palmer Dabbelt  dabbelt  com>
AuthorDate: Mon Mar 18 10:25:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 22:52:23 2019 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=6e280b05

emerge-wrapper: pin bare-metal targets to LIBC=newlib

Signed-off-by: Palmer Dabbelt  dabbelt.com>

 wrappers/emerge-wrapper | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper
index 325d988..c652df5 100755
--- a/wrappers/emerge-wrapper
+++ b/wrappers/emerge-wrapper
@@ -59,6 +59,7 @@ cross_wrap_etc()
*musl*)   LIBC=musl ;;
*cygwin*) LIBC=Cygwin ;;
*mingw*)  LIBC=mingw ;;
+   *-newlib|*-elf|*-eabi) LIBC=newlib ;;
*)emit_setup_warning "No LIBC is known for this target." ;;
esac
 



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

2019-03-18 Thread Patrice Clement
commit: 810258ed4535f7fc59ccc4a7a01e44932d37c655
Author: Dan Molik  danmolik  com>
AuthorDate: Sun Mar 10 11:39:05 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810258ed

dev-util/packer: remove old packer version (1.3.4).

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Dan Molik  danmolik.com>
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/packer/Manifest|  1 -
 dev-util/packer/packer-1.3.4.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-util/packer/Manifest b/dev-util/packer/Manifest
index be1b8a430ef..39718913fc7 100644
--- a/dev-util/packer/Manifest
+++ b/dev-util/packer/Manifest
@@ -1,2 +1 @@
-DIST packer-1.3.4.tar.gz 9071395 BLAKE2B 
96b20bd8af31928e67cb5b7897dce5e8b4eca3853f55226f6f477464d547a595b60b500d7bc5ef1fbd60bb4eb1c2eb51ddc1200b64efd3e02ec0de074c9f5594
 SHA512 
65b59b240fe48bf0cc9ce7492d2c21ac8c19ff0cae44ea35ca0164c6ba28d34322007999a42759042df6eb90525bbd93322197007149c1960bef80508f4c0b70
 DIST packer-1.3.5.tar.gz 9198704 BLAKE2B 
210c824aa61fed8ab58ea6eed2a1804d8b144e7e20f0794721b2c282d066969d1193fc36b004bb7d31d8a2b19fa609e673d05457653bf8ad694a142563e839cc
 SHA512 
becd747b43c8a9c0aa93d1d723f2e2383e9f2adc19e82653142ea13080aa393750cd3fdf86fa259af21af6b6417bf023e7e482402dfa56d347720fb740ebe906

diff --git a/dev-util/packer/packer-1.3.4.ebuild 
b/dev-util/packer/packer-1.3.4.ebuild
deleted file mode 100644
index 8cae3f47d00..000
--- a/dev-util/packer/packer-1.3.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot
-
-DESCRIPTION="A tool to create identical machine images for multiple platforms"
-HOMEPAGE="https://www.packer.io";
-
-EGO_PN="github.com/hashicorp/packer"
-SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-DEPEND=">=dev-lang/go-1.11.0"
-
-DOCS="README.md CHANGELOG.md"
-
-src_compile() {
-   cd "src/${EGO_PN}" || die
-   GOPATH="${S}" GOCACHE="${T}/go-cache" go build \
-   -v -work -o "${S}/${PN}" ./ || die
-}
-
-src_install() {
-   dobin packer
-
-   pushd "src/${EGO_PN}" || die
-   einstalldocs
-   insinto /usr/share/zsh/site-functions
-   doins contrib/zsh-completion/_packer
-   popd || die
-}



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

2019-03-18 Thread Patrice Clement
commit: 4168b723fc0979e22c6fbd1b39e71b47c109a5f4
Author: Lucas Ramage  protonmail  com>
AuthorDate: Tue Mar  5 02:37:09 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:48:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4168b723

sys-apps/proot: update metadata, add  version.

Closes: https://bugs.gentoo.org/675460
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Lucas Ramage  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11261
Signed-off-by: Patrice Clement  gentoo.org>

 sys-apps/proot/metadata.xml | 10 --
 ...{proot-5.1.0-r1.ebuild => proot-5.1.0-r2.ebuild} | 21 -
 2 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/sys-apps/proot/metadata.xml b/sys-apps/proot/metadata.xml
index d2757b2e50d..f8c3c4c1281 100644
--- a/sys-apps/proot/metadata.xml
+++ b/sys-apps/proot/metadata.xml
@@ -12,13 +12,11 @@
transparently through QEMU user-mode.


-   cedric-vincent/PRoot
-   
-   gen...@reproducible.io
-   Cédric Vincent
-   
+   mailto:proot...@googlegroups.com
+   
https://raw.githubusercontent.com/proot-me/PRoot/master/doc/proot/changelog.txt
+   proot-me/PRoot


-   Build dynamic CARE binary (more info - 
http://reproducible.io/)
+   Build dynamic CARE binary (more info - 
https://proot-me.github.io)

 

diff --git a/sys-apps/proot/proot-5.1.0-r1.ebuild 
b/sys-apps/proot/proot-5.1.0-r2.ebuild
similarity index 79%
rename from sys-apps/proot/proot-5.1.0-r1.ebuild
rename to sys-apps/proot/proot-5.1.0-r2.ebuild
index d8436f73338..ac2eea07dbf 100644
--- a/sys-apps/proot/proot-5.1.0-r1.ebuild
+++ b/sys-apps/proot/proot-5.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,14 +6,20 @@ MY_PN="PRoot"
 
 inherit eutils toolchain-funcs
 
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/proot-me/${MY_PN}.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
 DESCRIPTION="User-space implementation of chroot, mount --bind, and 
binfmt_misc"
-HOMEPAGE="https://proot-me.github.io/";
-SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://proot-me.github.io";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="care test"
+IUSE="care static test"
 
 RDEPEND="care? ( app-arch/libarchive:0= )
 sys-libs/talloc"
@@ -32,6 +38,11 @@ PATCHES=(
"${FILESDIR}/${PN}-5.1.0-loader.patch"
 )
 
+src_prepare() {
+   default
+   use static && append-ldflags -static
+}
+
 src_compile() {
# build the proot and care targets
emake -C src V=1 \



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

2019-03-18 Thread Patrice Clement
commit: 130942804f218952ee4fa7919c6dd2772bde8762
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Fri Mar 15 16:51:52 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13094280

net-im/slack-bin: version bump to 3.3.8, EAPI 7.

1. Version bump to 3.3.8
2. Moved to EAPI 7
3. Replaced deprecated gnome2_icon_cache_update by xdg_icon_cache_update
4. Removed gnome2-utils eclass

Closes: https://bugs.gentoo.org/680316
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11375
Signed-off-by: Patrice Clement  gentoo.org>

 net-im/slack-bin/Manifest   |  1 +
 net-im/slack-bin/slack-bin-3.3.8.ebuild | 94 +
 2 files changed, 95 insertions(+)

diff --git a/net-im/slack-bin/Manifest b/net-im/slack-bin/Manifest
index dbb41022473..fa0a0712cb8 100644
--- a/net-im/slack-bin/Manifest
+++ b/net-im/slack-bin/Manifest
@@ -5,3 +5,4 @@ DIST slack-desktop-3.3.1-amd64.deb 54172074 BLAKE2B 
88402ce58e02e20a2c5a90358b97
 DIST slack-desktop-3.3.3-amd64.deb 54203216 BLAKE2B 
93f72a2a7ead75682b9ef9bd9f9b5ec19a5954d20e4ef3da214154eb53fd21533fac4e07893d883b7f9a51fd3af4e53f4b7102a0bee060d23f98b15bbc9207e9
 SHA512 
bb773ddc9cb13f520143412f73d47e308410d861fa63ca13a986d2c390900c59827b2cca6c55175a2778b341c534b0aab49841a4506f63d11359cada57473b67
 DIST slack-desktop-3.3.4-amd64.deb 56404428 BLAKE2B 
15e39e88f287a296f3f11a15f35602d2103263b2886f037674e4b8fc0f7b533980ab835de3862a92434b63eb0a466f1f6ee4db4e41026e2c609d6e52dd392463
 SHA512 
1c2f889ed6194191adf8892bb288ee2e53476b78bc7dbb48c9e5c516f010e47b486059ab1dad87ff41e747e74a10a43398027dfb3cb971103e70f00f58e6bd4c
 DIST slack-desktop-3.3.7-amd64.deb 56596720 BLAKE2B 
d463172b6528a98366b61b2e23c0bbfb8f7285387f7c0815b28977602f1b05954f1a89cae0ecf127acd79b771655ea5c7551bb0d7207b07b0e7790886c21e7d6
 SHA512 
b61f32a7f9ee4c40c10dbc70e0ab1c4371fd63610217348b2177c48f9ec17500e34ca5a09f38812543b62fd888cbc0344ad258d37d0b570fa91e4c262451e18a
+DIST slack-desktop-3.3.8-amd64.deb 56743966 BLAKE2B 
3673a55a300b56b645d69e18617fd58241c9f4ac5fec088660bb715c722b4b22b77db9302ca3d8f09338bb41be188998366e8c5f9f0a145d80391f82fbc5fb6f
 SHA512 
f9a0414213bf0d1a8404f532a37b16bf47a43b8ecf6bb9be99184577b3b8c58e5f1b1b40a044550dc900d328b40207763de6eb3936e0b8ded709782796e81720

diff --git a/net-im/slack-bin/slack-bin-3.3.8.ebuild 
b/net-im/slack-bin/slack-bin-3.3.8.ebuild
new file mode 100644
index 000..3db3b00c13e
--- /dev/null
+++ b/net-im/slack-bin/slack-bin-3.3.8.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin/}"
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit desktop multilib-build pax-utils unpacker xdg-utils
+
+DESCRIPTION="Team collaboration tool"
+HOMEPAGE="http://www.slack.com/";
+SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-amd64.deb";
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="ayatana gnome-keyring pax_kernel"
+RESTRICT="bindist mirror"
+
+RDEPEND="dev-libs/atk:0[${MULTILIB_USEDEP}]
+   dev-libs/expat:0[${MULTILIB_USEDEP}]
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   dev-libs/nspr:0[${MULTILIB_USEDEP}]
+   dev-libs/nss:0[${MULTILIB_USEDEP}]
+   gnome-base/gconf:2[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
+   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   net-misc/curl:0[${MULTILIB_USEDEP}]
+   net-print/cups:0[${MULTILIB_USEDEP}]
+   sys-apps/dbus:0[${MULTILIB_USEDEP}]
+   x11-libs/cairo:0[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
+   x11-libs/libX11:0[${MULTILIB_USEDEP}]
+   x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor:0[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
+   x11-libs/libXext:0[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
+   x11-libs/libXi:0[${MULTILIB_USEDEP}]
+   x11-libs/libxkbfile:0[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
+   x11-libs/libXrender:0[${MULTILIB_USEDEP}]
+   x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
+   x11-libs/libXtst:0[${MULTILIB_USEDEP}]
+   x11-libs/pango:0[${MULTILIB_USEDEP}]
+   ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )
+   gnome-keyring? ( app-crypt/libsecret:0[${MULTILIB_USEDEP}] )"
+
+QA_PREBUILT="opt/slack/slack
+   opt/slack/resources/app.asar.unpacked/node_modules/*
+   opt/slack/libnode.so
+   opt/slack/libffmpeg.so
+   opt/slack/libCallsCore.so"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   default
+
+  

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

2019-03-18 Thread Patrice Clement
commit: 72ba7a910d5476974df80ddcc4ff2847aa5cb40b
Author: Gabriel Caudrelier  gmail  com>
AuthorDate: Sun Mar 17 21:53:13 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ba7a91

app-misc/pip3line: version bump to 3.6.0.

And remove old version

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Gabriel Caudrelier  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11397
Signed-off-by: Patrice Clement  gentoo.org>

 app-misc/pip3line/Manifest | 2 +-
 app-misc/pip3line/{pip3line-3.5.4.ebuild => pip3line-3.6.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/pip3line/Manifest b/app-misc/pip3line/Manifest
index 7d9839be610..35700040cef 100644
--- a/app-misc/pip3line/Manifest
+++ b/app-misc/pip3line/Manifest
@@ -1,2 +1,2 @@
-DIST pip3line-3.5.4.tar.gz 732872 BLAKE2B 
e544a2e1af958f3b1ef2e523d8489c807976523109ef8cc73f2c43b543ba9bd0b48d49009637d386e69f7768db6e2bd5a8f098d30dbd199a0b3d6bdaf782c103
 SHA512 
4a5421e4bf197d8ba2802c3007cfdd4d75a8c356f5bd8774d7f50bb3301e6beb52cc06f7d3486e85c3eaa16d192643afeb00b95e4d174ce16665b509e522ee6a
 DIST pip3line-3.5.5.tar.gz 733385 BLAKE2B 
e9577fb02d778b689d1c3f5849f714b7d27a5ad49a7a68e412a19cb8251e7ca1d76d0a046bfe10db2257593ccba4f1aa5fff0f34c317975f75ef347f50172088
 SHA512 
95cbc567f1a7f2bcbc07fe7d560829d9538c126a2748b762fcf505bad47926376abea9d8eaba8670f4c3826b988ea1ea1338faf625a6cdf8db17f457af4edbbb
+DIST pip3line-3.6.0.tar.gz 736294 BLAKE2B 
75bc3bcd3ad547a31a1fc97f525a8575136ba1bcb48e5e9d7292732c04d2a62cd03710a4e6d76a652d5259e5081cf8cc8c2dfc3265ecf1f3ea5cbc6870c02ab6
 SHA512 
4263d18749533f1137dc3546a6a5b5856f9c5dc09355c866c7e6a8fc59787c84ee979f648f563c465aab314ff9155bba6e34e7d4641438d96bdb786c93dfaec8

diff --git a/app-misc/pip3line/pip3line-3.5.4.ebuild 
b/app-misc/pip3line/pip3line-3.6.0.ebuild
similarity index 98%
rename from app-misc/pip3line/pip3line-3.5.4.ebuild
rename to app-misc/pip3line/pip3line-3.6.0.ebuild
index 9789c01998c..26d9bd9f18b 100644
--- a/app-misc/pip3line/pip3line-3.5.4.ebuild
+++ b/app-misc/pip3line/pip3line-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2019-03-18 Thread Patrice Clement
commit: 09ed6bc74ab2f3253a8bef1792348922fc641f2f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar 15 22:16:25 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ed6bc7

media-gfx/openvdb: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11380
Signed-off-by: Patrice Clement  gentoo.org>

 media-gfx/openvdb/openvdb-4.0.2-r2.ebuild | 4 ++--
 media-gfx/openvdb/openvdb-4.0.2.ebuild| 4 ++--
 media-gfx/openvdb/openvdb-5.2.0.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild 
b/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild
index 73415cb7ea2..166cef75e0e 100644
--- a/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild
+++ b/media-gfx/openvdb/openvdb-4.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit cmake-utils flag-o-matic python-single-r1
 
 DESCRIPTION="Libs for the efficient manipulation of volumetric data"
-HOMEPAGE="http://www.openvdb.org";
+HOMEPAGE="https://www.openvdb.org";
 SRC_URI="https://github.com/dreamworksanimation/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
https://dev.gentoo.org/~dracwyrm/patches/${P}-patchset-02.tar.xz";
 

diff --git a/media-gfx/openvdb/openvdb-4.0.2.ebuild 
b/media-gfx/openvdb/openvdb-4.0.2.ebuild
index 97720b303f0..84304db862c 100644
--- a/media-gfx/openvdb/openvdb-4.0.2.ebuild
+++ b/media-gfx/openvdb/openvdb-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit cmake-utils flag-o-matic python-single-r1
 
 DESCRIPTION="Libs for the efficient manipulation of volumetric data"
-HOMEPAGE="http://www.openvdb.org";
+HOMEPAGE="https://www.openvdb.org";
 SRC_URI="https://github.com/dreamworksanimation/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz

https://github.com/dracwyrm/gentoo-patches/raw/master/${PN}/${P}-patchset-01.tar.xz";
 

diff --git a/media-gfx/openvdb/openvdb-5.2.0.ebuild 
b/media-gfx/openvdb/openvdb-5.2.0.ebuild
index eb5d399b7a6..bcceabc5487 100644
--- a/media-gfx/openvdb/openvdb-5.2.0.ebuild
+++ b/media-gfx/openvdb/openvdb-5.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 inherit cmake-utils flag-o-matic python-single-r1
 
 DESCRIPTION="Libs for the efficient manipulation of volumetric data"
-HOMEPAGE="http://www.openvdb.org";
+HOMEPAGE="https://www.openvdb.org";
 SRC_URI="https://github.com/dreamworksanimation/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MPL-2.0"



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

2019-03-18 Thread Patrice Clement
commit: 6f12c43e031a4906f24ccd92a4373355145dffce
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 18 19:42:45 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:48:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f12c43e

sys-cluster/legion: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11407
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/legion/legion-16.08.0-r1.ebuild | 4 ++--
 sys-cluster/legion/legion-16.10.0.ebuild| 4 ++--
 sys-cluster/legion/legion-17.02.0.ebuild| 4 ++--
 sys-cluster/legion/legion-17.05.0.ebuild| 4 ++--
 sys-cluster/legion/legion-17.08.0.ebuild| 4 ++--
 sys-cluster/legion/legion-17.10.0.ebuild| 4 ++--
 sys-cluster/legion/legion-18.02.0.ebuild| 4 ++--
 sys-cluster/legion/legion-18.05.0.ebuild| 2 +-
 sys-cluster/legion/legion-18.12.0.ebuild| 2 +-
 sys-cluster/legion/legion-.ebuild   | 2 +-
 10 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/sys-cluster/legion/legion-16.08.0-r1.ebuild 
b/sys-cluster/legion/legion-16.08.0-r1.ebuild
index e90f7d02ed7..c785d40df28 100644
--- a/sys-cluster/legion/legion-16.08.0-r1.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/";
+HOMEPAGE="https://legion.stanford.edu/";
 SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz";
 
 LICENSE="BSD"

diff --git a/sys-cluster/legion/legion-16.10.0.ebuild 
b/sys-cluster/legion/legion-16.10.0.ebuild
index ced14b8e65e..6ed64ffe46d 100644
--- a/sys-cluster/legion/legion-16.10.0.ebuild
+++ b/sys-cluster/legion/legion-16.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/";
+HOMEPAGE="https://legion.stanford.edu/";
 SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz";
 
 LICENSE="BSD"

diff --git a/sys-cluster/legion/legion-17.02.0.ebuild 
b/sys-cluster/legion/legion-17.02.0.ebuild
index 03e2d594815..415747a8aa6 100644
--- a/sys-cluster/legion/legion-17.02.0.ebuild
+++ b/sys-cluster/legion/legion-17.02.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/";
+HOMEPAGE="https://legion.stanford.edu/";
 SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz";
 
 LICENSE="BSD"

diff --git a/sys-cluster/legion/legion-17.05.0.ebuild 
b/sys-cluster/legion/legion-17.05.0.ebuild
index 443814e2abd..e9b172068e9 100644
--- a/sys-cluster/legion/legion-17.05.0.ebuild
+++ b/sys-cluster/legion/legion-17.05.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/";
+HOMEPAGE="https://legion.stanford.edu/";
 if [[ $PV =  ]]; then
inherit git-r3
EGIT_REPO_URI="git://StanfordLegion/${PN}.git 
https://github.com/StanfordLegion/${PN}.git";

diff --git a/sys-cluster/legion/legion-17.08.0.ebuild 
b/sys-cluster/legion/legion-17.08.0.ebuild
index 4d6ccbc9cb3..91e84737ce2 100644
--- a/sys-cluster/legion/legion-17.08.0.ebuild
+++ b/sys-cluster/legion/legion-17.08.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A data-centric parallel programming system"
-HOMEPAGE="http://legion.stanford.edu/";
+HOMEPAGE="https://legion.stanford.edu/";
 if [[ $PV =  ]]; then
inherit git-r3
EGIT_REPO_URI="git://StanfordLegion/${PN}.git 
https://github.com/StanfordLegion/${PN}.git";

diff --git a/sys-cluster/legion/legion-17.10.0.ebuild 
b/sys-cluster/legion/legion-17.10.0.ebuild
index 4d6ccbc9cb3..91e84737ce2 100644
--- a/sys-cluster/legion/legion-17.10.0.ebuild
+++ b/sys-cluster/legion/legion-17.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License 

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

2019-03-18 Thread Patrice Clement
commit: 441ec35859485ebf4a2bedfa5aab5bf44c3107df
Author: Dan Molik  danmolik  com>
AuthorDate: Sun Mar 10 11:36:07 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441ec358

dev-util/packer: update to 1.3.5.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Dan Molik  danmolik.com>
Tested-by: Dan Molik  danmolik.com>
Closes: https://bugs.gentoo.org/679870
Closes: https://github.com/gentoo/gentoo/pull/11331
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/packer/Manifest|  1 +
 dev-util/packer/packer-1.3.5.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-util/packer/Manifest b/dev-util/packer/Manifest
index bbd5d5de37c..be1b8a430ef 100644
--- a/dev-util/packer/Manifest
+++ b/dev-util/packer/Manifest
@@ -1 +1,2 @@
 DIST packer-1.3.4.tar.gz 9071395 BLAKE2B 
96b20bd8af31928e67cb5b7897dce5e8b4eca3853f55226f6f477464d547a595b60b500d7bc5ef1fbd60bb4eb1c2eb51ddc1200b64efd3e02ec0de074c9f5594
 SHA512 
65b59b240fe48bf0cc9ce7492d2c21ac8c19ff0cae44ea35ca0164c6ba28d34322007999a42759042df6eb90525bbd93322197007149c1960bef80508f4c0b70
+DIST packer-1.3.5.tar.gz 9198704 BLAKE2B 
210c824aa61fed8ab58ea6eed2a1804d8b144e7e20f0794721b2c282d066969d1193fc36b004bb7d31d8a2b19fa609e673d05457653bf8ad694a142563e839cc
 SHA512 
becd747b43c8a9c0aa93d1d723f2e2383e9f2adc19e82653142ea13080aa393750cd3fdf86fa259af21af6b6417bf023e7e482402dfa56d347720fb740ebe906

diff --git a/dev-util/packer/packer-1.3.5.ebuild 
b/dev-util/packer/packer-1.3.5.ebuild
new file mode 100644
index 000..8cae3f47d00
--- /dev/null
+++ b/dev-util/packer/packer-1.3.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot
+
+DESCRIPTION="A tool to create identical machine images for multiple platforms"
+HOMEPAGE="https://www.packer.io";
+
+EGO_PN="github.com/hashicorp/packer"
+SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=">=dev-lang/go-1.11.0"
+
+DOCS="README.md CHANGELOG.md"
+
+src_compile() {
+   cd "src/${EGO_PN}" || die
+   GOPATH="${S}" GOCACHE="${T}/go-cache" go build \
+   -v -work -o "${S}/${PN}" ./ || die
+}
+
+src_install() {
+   dobin packer
+
+   pushd "src/${EGO_PN}" || die
+   einstalldocs
+   insinto /usr/share/zsh/site-functions
+   doins contrib/zsh-completion/_packer
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/

2019-03-18 Thread Patrice Clement
commit: 5eefe914ada10d2178cf2038ac9a54ad392bae63
Author: Oz Tiram  gmail  com>
AuthorDate: Thu Mar 14 08:18:49 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eefe914

net-ftp/uftpd: version bump to 2.7.

Signed-off-by: Oz N Tiram  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement  gentoo.org>

 net-ftp/uftpd/Manifest |  1 +
 net-ftp/uftpd/uftpd-2.7.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 59010d1d547..29c98f16098 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,3 +1,4 @@
 DIST uftpd-2.4.tar.xz 173132 BLAKE2B 
5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc
 SHA512 
1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404
 DIST uftpd-2.5.tar.xz 178652 BLAKE2B 
888f6a6be9752d36470de0aa0dd3ec5ffeca335099897fb9a03a0573752257b88d5662f53cfb8c078f2b8efe3dd384b12833def2bea38c5440915b60b3832e78
 SHA512 
7f7f80f0a291cf57d68570de62c663804af0fa0fa4f0e5e199280c97d0d662881a05d1e0cc908f33e85cc8e07d825813e63271a94a69cd2e6bb974820566ccac
 DIST uftpd-2.6.tar.xz 93532 BLAKE2B 
472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd
 SHA512 
56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d
+DIST uftpd-2.7.tar.xz 161608 BLAKE2B 
fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c
 SHA512 
0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac

diff --git a/net-ftp/uftpd/uftpd-2.7.ebuild b/net-ftp/uftpd/uftpd-2.7.ebuild
new file mode 100644
index 000..1a96f19931f
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The no nonsense TFTP/FTP server"
+HOMEPAGE="https://github.com/troglobit/uftpd";
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-libs/libite-1.5
+   >=dev-libs/libuev-2.2"
+
+RDEPEND="
+   ${DEPEND}
+   !net-misc/uftp
+   !net-ftp/atftp"
+
+src_install() {
+   emake DESTDIR="${D}" install doc_DATA=README.md
+}



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

2019-03-18 Thread Patrice Clement
commit: bf0a4cc60890dc1b8f93f66be9b073c180ec9381
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 17 16:19:31 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0a4cc6

net-libs/pjproject: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11392
Signed-off-by: Patrice Clement  gentoo.org>

 net-libs/pjproject/pjproject-2.7.1.ebuild | 6 +++---
 net-libs/pjproject/pjproject-2.7.2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/pjproject/pjproject-2.7.1.ebuild 
b/net-libs/pjproject/pjproject-2.7.1.ebuild
index b245f2b754b..2c434a83d12 100644
--- a/net-libs/pjproject/pjproject-2.7.1.ebuild
+++ b/net-libs/pjproject/pjproject-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools flag-o-matic
 
 DESCRIPTION="Open source SIP, Media, and NAT Traversal Library"
-HOMEPAGE="http://www.pjsip.org/";
-SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2";
+HOMEPAGE="https://www.pjsip.org/";
+SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2";
 KEYWORDS="amd64 ~ppc x86"
 
 LICENSE="GPL-2"

diff --git a/net-libs/pjproject/pjproject-2.7.2.ebuild 
b/net-libs/pjproject/pjproject-2.7.2.ebuild
index 2b77f3de1c3..141fa9edf64 100644
--- a/net-libs/pjproject/pjproject-2.7.2.ebuild
+++ b/net-libs/pjproject/pjproject-2.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools flag-o-matic
 
 DESCRIPTION="Open source SIP, Media, and NAT Traversal Library"
-HOMEPAGE="http://www.pjsip.org/";
-SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2";
+HOMEPAGE="https://www.pjsip.org/";
+SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2";
 KEYWORDS="~amd64 ~ppc ~x86"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jaf/

2019-03-18 Thread Patrice Clement
commit: acfb4299d21c081ad18e71c5f2a3858a1735e3fa
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 18 22:47:52 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfb4299

dev-java/sun-jaf: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/sun-jaf/sun-jaf-1.1.1.ebuild | 41 ---
 1 file changed, 41 deletions(-)

diff --git a/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild 
b/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild
deleted file mode 100644
index f54d7192270..000
--- a/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Sun's JavaBeans Activation Framework (JAF)"
-HOMEPAGE="http://java.sun.com/products/javabeans/glasgow/jaf.html";
-# CVS:
-# View: 
https://glassfish.dev.java.net/source/browse/glassfish/activation/?only_with_tag=JAF-1_1
-# How-To: https://glassfish.dev.java.net/servlets/ProjectSource
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-# Remember to pray that bootstrap HEAD works
-#cvs -d:pserver:gu...@cvs.dev.java.net:/cvs export -r JAF-${PV/./_} 
glassfish/activation
-#cvs -d:pserver:gu...@cvs.dev.java.net:/cvs export -r HEAD glassfish/bootstrap
-#find . -name \*.jar -delete
-#tar cvjf ${P}.tar.bz glassfish
-#upload
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc source"
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-S="${WORKDIR}/glassfish/activation"
-
-JAVA_PKG_BSFIX="off"
-
-EANT_DOC_TARGET="docs"
-
-src_install() {
-   java-pkg_dojar build/release/activation.jar
-   use doc && java-pkg_dojavadoc build/release/docs/javadocs
-   use source && java-pkg_dosrc src/java
-}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/

2019-03-18 Thread Patrice Clement
commit: a35f10e5353add7b0729fdcce02e9b0f24482ee7
Author: Oz Tiram  gmail  com>
AuthorDate: Thu Mar 14 08:17:11 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 18 22:52:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35f10e5

net-ftp/uftpd: drop version 2.4.

Signed-off-by: Oz N Tiram  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11356
Signed-off-by: Patrice Clement  gentoo.org>

 net-ftp/uftpd/uftpd-2.4.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild
deleted file mode 100644
index e741e5bc206..000
--- a/net-ftp/uftpd/uftpd-2.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The no nonsense TFTP/FTP server"
-HOMEPAGE="https://github.com/troglobit/uftpd";
-SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-libs/libite
-   dev-libs/libuev
-   !!net-misc/uftp"
-
-RDEPEND="${DEPEND}"



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

2019-03-18 Thread Sergei Trofimovich
commit: 1dfa9e4dac7d3fff55cfa7739d8be23c513d80f7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 18 19:58:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 22:45:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfa9e4d

dev-db/postgresql: stable 11.2 for sparc, bug #680840

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

 dev-db/postgresql/postgresql-11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-11.2.ebuild 
b/dev-db/postgresql/postgresql-11.2.ebuild
index f19bc98f9e9..ef7584eee93 100644
--- a/dev-db/postgresql/postgresql-11.2.ebuild
+++ b/dev-db/postgresql/postgresql-11.2.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(get_major_version)
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File-ShareDir/

2019-03-18 Thread Sergei Trofimovich
commit: c9a95397a2b958ef6ab1522389200eafe52ee57e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 18 20:39:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 22:45:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a95397

dev-perl/Test-File-ShareDir: keyworded 1.1.2 for hppa, bug #665088

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

 dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild 
b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
index 0002eb4118f..429b67b199e 100644
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Create a Fake ShareDir for your modules for testing."
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp



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

2019-03-18 Thread Sergei Trofimovich
commit: 47e8a7d55b972af96e345e1d25001d8c834fd43f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 18 22:10:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 22:45:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e8a7d5

dev-db/postgresql: stable 10.7 for sparc, bug #680840

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

 dev-db/postgresql/postgresql-10.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-10.7.ebuild 
b/dev-db/postgresql/postgresql-10.7.ebuild
index 905d15e3105..d7f89ecea03 100644
--- a/dev-db/postgresql/postgresql-10.7.ebuild
+++ b/dev-db/postgresql/postgresql-10.7.ebuild
@@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru 
sk sl sv tr zh_CN
 inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT=$(get_major_version)
 



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

2019-03-18 Thread Sergei Trofimovich
commit: a32508417c771f535408423d8bee9e443ff422e1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 18 19:53:39 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 18 22:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3250841

media-libs/harfbuzz: stable 2.3.1 for sparc, bug #680646

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild
index 681b0b79abb..74fbb4200e8 100644
--- a/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2019-03-18 Thread Mike Pagano
commit: 345c07e0a3b359c8cecffc43860f593e90c111c7
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 18 22:44:01 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 18 22:44:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345c07e0

sys-kernel/gentoo-sources: Clean-up of 4.19.X series

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

 sys-kernel/gentoo-sources/Manifest | 12 --
 .../gentoo-sources/gentoo-sources-4.19.24.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.19.25.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.19.26.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.19.27.ebuild   | 28 --
 5 files changed, 124 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c90ed660c12..cb35813cec3 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,18 +22,6 @@ DIST genpatches-4.14-90.extras.tar.xz 17484 BLAKE2B 
ec51340486f3fd053a228b1302c1
 DIST genpatches-4.19-23.base.tar.xz 716484 BLAKE2B 
2edeeb338869b57a90517664a89e1d031b996d2c21d2235a1feb260c911a885826b049e260a25521848f9f11cac363df7307e30c77bcaad513193a9a3c772285
 SHA512 
fd4b57fa9bfe6867e570ed028ed220af5117f2cef343a9ccae2e1ab0ca2f0b27b6d4cde2938d0828644331bb2594d5acff9755b56eac9f83b2d8bfddfe7ac0de
 DIST genpatches-4.19-23.experimental.tar.xz 5224 BLAKE2B 
85b88037a13b8d5ceb9a5f84d413c2da723178418657075bb436dd7c682836b159d8a4e311c3267140c2936cca1a4149390f8608e66eaca54b2bb622b2a68cc4
 SHA512 
da6afcc4d230907ff72486fac5a40a31dd11c7ecdce428b9a19f0067b1f6a0c21c76ef72f24c18e36fa77ea4dffe9fee917c8e18a95c5e9911635ed6bcd50a51
 DIST genpatches-4.19-23.extras.tar.xz 17484 BLAKE2B 
2ca6355134f9d84b5c564185244ec1ab0b84ff81ba86e425154247e23ba1a73434e5adc55ec495258f15c5451c634d7655d4be7c7b0e20c2a1092385a8e18493
 SHA512 
bf3d8f8edc009233c4b6e485e050d0cf3f2e1d260af2e045236884b18de0d997c032f10486c17c4a8c24d55264263f8cae2bf475742ccf34df4fece2dccb
-DIST genpatches-4.19-24.base.tar.xz 738668 BLAKE2B 
d12bf1e9ee29151bf0d731d7d3a69711c8d933b3f9a4068f64746d0e114d35d82bed897f5a7a1e86546002ccf22639c9003063e31c29189118f06a2365249556
 SHA512 
2f27fe6c6a5fb7874509696112e7a1d166264a9ca95417c3cd9e44feab5ac5d6c8faec47a660b17a1a63554d037fe87295c803694775cc3a1b1b8be3d42d
-DIST genpatches-4.19-24.experimental.tar.xz 5228 BLAKE2B 
af55ad8697ad4036934225ec87795e1a54a29b0bbdb96c2b05cc90b8ee52ee2ce00f3bb7bdb7596a52bb8ccc1887941222519161dc67bc27dbe4640600d9aad7
 SHA512 
df3540ad257ab8247658dffc3e25e957e0145721bcc61dba57450ffe52ab54a82bb071a588cf0d9ba4d0f4f9faa9f4ff44e148a0dfad47fd2e63032fabd79345
-DIST genpatches-4.19-24.extras.tar.xz 17480 BLAKE2B 
c3cf0970865fe44304c3e4c975b5e87518491472b125c242d014970b1e913fcbe31f111aae715cb8583fac301e8c043139288abe61b5ec0edc55a855e5bbf72d
 SHA512 
4a79a0dd4f1b04ec6db9351fb7c199420a7d1b86a596ebd22864ffeab61f5a7d7e6a1e41268f189ce4212de7b3f61a1f04cf28ca2bb8c4eb4aacbf86d4cdbafc
-DIST genpatches-4.19-25.base.tar.xz 744736 BLAKE2B 
e88e4c307d93db643f0b2ffb9f97b81763c1d7a903db652c52c29ace6eb2e911b0b685d66120203156caa8a50a6cf927594c62e5b45b4bf490217f367c3cc9b3
 SHA512 
3939582c9d641e4bd1e13f35b52dde7720bc3e9f4052145d7c88e88d0929474461fbb5d42ee58378150b8e64c276d455193467835cb38e9639e212de932434ef
-DIST genpatches-4.19-25.experimental.tar.xz 5808 BLAKE2B 
fb7b0ae0e7aba6f696e1ca23b97a84ca92764bce107596309d4f692f24a51deee3b45c6c3d5921de28bbca79677c1582ee2c36ab307005fa2f330123e4ef9018
 SHA512 
574ef13dbfaee86613336e356efb50b83e11a8cf5fa83533b946d706245a462fc5d47d6cdf93586ab63770b06af637fa739811159d50439e60f45629705741a0
-DIST genpatches-4.19-25.extras.tar.xz 17484 BLAKE2B 
68a2cad49ec8b0f54b108728aa69accbe0e4eb209f5fde95142adfe7df5625291a7ab03a9b051e6b198bfb95b85c156aac3cc295835e74568be75d5e9575c91b
 SHA512 
b407e59af09d8951fe2bf195c430054cadba0e1cc60d712ad7040a50ca198cdf17adb5fc932b69ec50fdd71287cd8736f34fd0d9648e32b9ae802e98dae76aa3
-DIST genpatches-4.19-26.base.tar.xz 788796 BLAKE2B 
2f6ed4ba145ca1552c7358069d2eeeb179202385d21b42070f46279a9c7ebbf468fe43e735dd9b859f9f2b0fcd584f342ec5711e0e8ad6dcbca8e214a465e03e
 SHA512 
8adfa9ce5068ff40f3ab3f37e53bcd0c8c12e058029049b08e6d8d0708142c305a4a84fc14123589c91bba74fbe0d4032aeca86589e1644ae1a8246906f1e79b
-DIST genpatches-4.19-26.experimental.tar.xz 5808 BLAKE2B 
4c2ecf31607929b8dfacad3dd71e93dfba566d083acaaa160cbc57a6c0f5b6624224ab7086d69b9b0d3b7edf726dd507157a6e392065bbd85cd444d563456e9c
 SHA512 
1485b2a26ad87d37c473bbcba340bb467a07f4312846e983663c71e086e586b421c3e667e166574945ddc88457b12fec5109da8c77e670f2ccc29ea68f896465
-DIST genpatches-4.19-26.extras.tar.xz 17480 BLAKE2B 
ee49c8364bc34b89e9a56fe43e4b872b9450b126fb2449e5c125f84b2a11b233ddae8b7361cb60b0bfc719ae517ce31e304c6d597a389ebe81b36459cd875a6e
 SHA512 
61bdd25515bcc0232e8a452608bc6be377797aced0ce1f1a854fc05e5a87fd36bc463055b3847423c20844806b52200d

[gentoo-commits] repo/dev/ulm:master commit in: www-client/conkeror/, www-client/conkeror/files/

2019-03-18 Thread Ulrich Müller
commit: 541d4d530d9ef27a60de670e7f97d031fe9aa1e0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 18 22:28:25 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 18 22:28:25 2019 +
URL:https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=541d4d53

www-client/conkeror: Remove package.

This has also been removed from the Gentoo repository, see bug 667528.

Signed-off-by: Ulrich Müller  gentoo.org>

 www-client/conkeror/Manifest   |  1 -
 www-client/conkeror/conkeror-.ebuild   | 55 --
 www-client/conkeror/files/conkeror.desktop | 14 
 www-client/conkeror/files/conkeror.sh  | 14 
 www-client/conkeror/metadata.xml   | 16 -
 5 files changed, 100 deletions(-)

diff --git a/www-client/conkeror/Manifest b/www-client/conkeror/Manifest
deleted file mode 100644
index 6d04a76..000
--- a/www-client/conkeror/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST conkeror.png 5105 BLAKE2B 
7d8d455e76987d0db00748ea6d5319793685b2e0061539f9378411245644f46a8e40eadfb59a5d543c17d058e2dc5f85c1cc3d2deabe5b988adb9dd689fa2bcd
 SHA512 
fd44e2732a74ab6a54ef4a946f20619aa74d24d2244b0d6bedfa6d4680bc3247d297565550d8c3a5cc4a8ca608761ccb8f61e71cbe0c2851d400f8fa426e034f

diff --git a/www-client/conkeror/conkeror-.ebuild 
b/www-client/conkeror/conkeror-.ebuild
deleted file mode 100644
index 8968abf..000
--- a/www-client/conkeror/conkeror-.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="git://repo.or.cz/conkeror.git"
-
-inherit eutils git-r3 toolchain-funcs fdo-mime
-
-DESCRIPTION="A Mozilla-based web browser whose design is inspired by GNU Emacs"
-HOMEPAGE="http://conkeror.org/";
-# conkeror.png is derived from 
http://commons.wikimedia.org/wiki/File:Conker.jpg
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${PN}.png";
-
-# CC-BY-SA-3.0 for conkeror.png
-LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 ) CC-BY-SA-3.0"
-SLOT="0"
-
-RDEPEND="|| ( >=www-client/firefox-5.0 >=www-client/firefox-bin-23.0 )"
-
-src_unpack() {
-   git-r3_src_unpack
-   cp "${DISTDIR}/${PN}.png" . || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r branding chrome components content defaults help locale 
modules \
-   search-engines style tests
-   doins application.ini *.manifest Info.plist
-
-   exeinto /usr/libexec/${PN}
-   doexe conkeror-spawn-helper
-   dosym ../../libexec/${PN}/conkeror-spawn-helper \
-   /usr/share/${PN}/conkeror-spawn-helper
-
-   newbin "${FILESDIR}/conkeror.sh" conkeror
-   domenu "${FILESDIR}/conkeror.desktop"
-   doicon "${WORKDIR}/conkeror.png"
-
-   doman contrib/man/conkeror.1
-   dodoc CREDITS
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-}

diff --git a/www-client/conkeror/files/conkeror.desktop 
b/www-client/conkeror/files/conkeror.desktop
deleted file mode 100644
index fcf6123..000
--- a/www-client/conkeror/files/conkeror.desktop
+++ /dev/null
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=Conkeror
-GenericName=Web Browser
-Comment=Conkeror is a Mozilla-based web browser whose design is inspired by 
GNU Emacs
-Icon=conkeror
-TryExec=/usr/bin/conkeror
-Exec=/usr/bin/conkeror %u
-Terminal=false
-Categories=Network;WebBrowser;
-MimeType=text/html;text/xml;
-StartupNotify=true
-StartupWMClass=Conkeror

diff --git a/www-client/conkeror/files/conkeror.sh 
b/www-client/conkeror/files/conkeror.sh
deleted file mode 100644
index 9b46d5b..000
--- a/www-client/conkeror/files/conkeror.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-# Wrapper script for conkeror
-
-for cmd in firefox firefox-bin; do
-xr=$(type -p ${cmd})
-if [[ -n ${xr} ]]; then
-   : ${MOZ_PLUGIN_PATH:=/usr/lib/nsbrowser/plugins} #497070
-   export MOZ_PLUGIN_PATH
-   exec "${xr}" -app /usr/share/conkeror/application.ini "$@"
-fi
-done
-
-echo "$0: firefox required, but not found." >&2
-exit 1

diff --git a/www-client/conkeror/metadata.xml b/www-client/conkeror/metadata.xml
deleted file mode 100644
index 03e6bc9..000
--- a/www-client/conkeror/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-  u...@gentoo.org
-  Ulrich Müller
-
-
-  Conkeror is a keyboard-oriented, highly-customizable, highly-extensible
-  web browser based on Mozilla XULRunner, written mainly in JavaScript, and
-  inspired by exceptional software such as Emacs and vi. Conkeror features a
-  sophisticated keyboard system, allowing users to run commands and interact
-  with content in powerful and novel ways, and it is self-documenting,
-  featuring a powerful interactive help system.
-
-



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

2019-03-18 Thread Jeroen Roovers
commit: 90a3eef594bfb10cc5f79612714b6d03e816608e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 18 22:20:40 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 18 22:20:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a3eef5

net-libs/libssh2: Update live ebuild

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

 net-libs/libssh2/libssh2-.ebuild | 64 
 1 file changed, 35 insertions(+), 29 deletions(-)

diff --git a/net-libs/libssh2/libssh2-.ebuild 
b/net-libs/libssh2/libssh2-.ebuild
index 4ed00d50973..456ca920385 100644
--- a/net-libs/libssh2/libssh2-.ebuild
+++ b/net-libs/libssh2/libssh2-.ebuild
@@ -1,50 +1,56 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools git-r3 multilib-minimal
+inherit git-r3 cmake-multilib
 
-EGIT_REPO_URI="https://github.com/libssh2/libssh2";
 DESCRIPTION="Library implementing the SSH2 protocol"
 HOMEPAGE="https://www.libssh2.org";
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/libssh2/libssh2";
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE="gcrypt libressl static-libs test zlib"
+IUSE="gcrypt libressl mbedtls zlib"
+REQUIRED_USE="
+   ?? ( gcrypt libressl mbedtls )
+"
+RESTRICT="test"
 
-DEPEND="
-   !gcrypt? (
-   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] 
)
-   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
-   )
+RDEPEND="
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
 "
-RDEPEND="${DEPEND}"
-
-DOCS=( NEWS README )
-
-src_prepare() {
-   default
-
-   sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die
-   ln -s ../src/libssh2_config.h.in example/libssh2_config.h.in || die
+DEPEND="
+   ${RDEPEND}
+"
 
-   eautoreconf
-}
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.0-mansyntax_sh.patch
+)
 
 multilib_src_configure() {
-   # Disable tests that require extra permissions (bug #19)
-   use test && local -x ac_cv_path_SSHD=
-
-   local crypto
+   local crypto_backend=OpenSSL
if use gcrypt; then
-   crypto=libgcrypt
-   else
-   crypto=openssl
+   crypto_backend=Libgcrypt
+   elif use mbedtls; then
+   crypto_backend=mbedTLS
fi
 
-   ECONF_SOURCE="${S}" econf --with-crypto=${crypto}
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DCRYPTO_BACKEND=${crypto_backend}
+   -DENABLE_ZLIB_COMPRESSION=$(usex zlib)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+   mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die
+   rm -r "${ED}"/usr/share/doc/${PN}/ || die
 }



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

2019-03-18 Thread Jeroen Roovers
commit: b63b26650737258c12032376fe9c80beb97b07be
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 18 22:07:02 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 18 22:07:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63b2665

net-libs/libssh2: Version 1.8.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Bug: https://bugs.gentoo.org/680904
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/libssh2/Manifest |  1 +
 net-libs/libssh2/libssh2-1.8.1.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/net-libs/libssh2/Manifest b/net-libs/libssh2/Manifest
index b0d04fff42b..d4134bebb47 100644
--- a/net-libs/libssh2/Manifest
+++ b/net-libs/libssh2/Manifest
@@ -1 +1,2 @@
 DIST libssh2-1.8.0.tar.gz 854916 BLAKE2B 
618c4a19789f2e5eda85852760d5672d420d2fa50393b05b7398a1913f74e5f6695f078628050ac9851965d6e45cf410b7c4590a8f18d67c718c829ab352
 SHA512 
289aa45c4f99653bebf5f99565fe9c519abc204feb2084b47b7cc3badc8bf4ecdedd49ea6acdce8eb902b3c00995d5f92a3ca77b2508b92f04ae0e7de7287558
+DIST libssh2-1.8.1.tar.gz 858088 BLAKE2B 
4e7358c55355265ec3c7d7ce749b01d74bc1c37ba73467401c24f0abb2b22da12ba938393f3cf7278ef30900c0cfa700ab71c4fd32a1d41eaeb6fb47669c1ee1
 SHA512 
f09ad9ed04d25305b966e7f8c210082fe06c2b236dcd5018b009bd0bd6aaff123d16559d280892a5060760ed055ffe295bc02dc6e8dd1e7b8383c6c703f09290

diff --git a/net-libs/libssh2/libssh2-1.8.1.ebuild 
b/net-libs/libssh2/libssh2-1.8.1.ebuild
new file mode 100644
index 000..75e39f52b68
--- /dev/null
+++ b/net-libs/libssh2/libssh2-1.8.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-multilib
+
+DESCRIPTION="Library implementing the SSH2 protocol"
+HOMEPAGE="https://www.libssh2.org";
+SRC_URI="https://www.${PN}.org/download/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris"
+IUSE="gcrypt libressl mbedtls zlib"
+REQUIRED_USE="
+   ?? ( gcrypt libressl mbedtls )
+"
+RESTRICT="test"
+
+RDEPEND="
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
+   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch
+   "${FILESDIR}"/${PN}-1.8.0-mansyntax_sh.patch
+   "${FILESDIR}"/${PN}-1.8.0-openssl11-memleak.patch
+   "${FILESDIR}"/${PN}-1.8.0-openssl11.patch
+)
+
+multilib_src_configure() {
+   local crypto_backend=OpenSSL
+   if use gcrypt; then
+   crypto_backend=Libgcrypt
+   elif use mbedtls; then
+   crypto_backend=mbedTLS
+   fi
+
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DCRYPTO_BACKEND=${crypto_backend}
+   -DENABLE_ZLIB_COMPRESSION=$(usex zlib)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+   mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die
+   rm -r "${ED}"/usr/share/doc/${PN}/ || die
+}



[gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/

2019-03-18 Thread Jimi Huotari
commit: 39b7fbc91aa828950c9d18958096a4ada2f2e08c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Mar 18 21:49:01 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 18 21:55:44 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=39b7fbc9

media-gfx/lximage-qt: sync with the main Gentoo repo tree

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>

 media-gfx/lximage-qt/lximage-qt-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/lximage-qt/lximage-qt-.ebuild 
b/media-gfx/lximage-qt/lximage-qt-.ebuild
index 0f5ab733..7e74167d 100644
--- a/media-gfx/lximage-qt/lximage-qt-.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-.ebuild
@@ -24,7 +24,7 @@ BDEPEND="
>=dev-util/lxqt-build-tools-0.6.0
virtual/pkgconfig
 "
-RDEPEND="
+DEPEND="
dev-libs/glib:2
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -38,6 +38,7 @@ RDEPEND="
>=x11-libs/libfm-qt-0.12.0:=
x11-libs/libX11
x11-libs/libXfixes
+"
+RDEPEND="${DEPEND}
!lxqt-base/lxqt-l10n
 "
-DEPEND="${RDEPEND}"



[gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/

2019-03-18 Thread Jimi Huotari
commit: c11d4976a33737f3b8b737dd507fd7a3e8eda577
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Mar 18 21:46:44 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 18 21:54:03 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=c11d4976

dev-util/lxqt-build-tools: sync with the main Gentoo repo tree

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
index b81117b0..7cd05ead 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-.ebuild
@@ -13,14 +13,14 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="BSD"
 SLOT="0"
 
-RDEPEND="
+DEPEND="
>=dev-libs/glib-2.50.0
dev-qt/qtcore:5
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/

2019-03-18 Thread Jimi Huotari
commit: 3bfa75712931589a1a52979602bade5cc6254530
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Mar 18 21:53:09 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 18 21:56:01 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3bfa7571

x11-misc/pcmanfm-qt: remove 'x11-libs/libfm' dependency

Upstream removed this completely in 0.14.0.

- https://github.com/lxqt/libfm-qt/blob/master/CHANGELOG#L25

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>

 x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild 
b/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild
index 3d582dac..1c2abbd2 100644
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild
+++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild
@@ -23,7 +23,7 @@ BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.6.0
 "
-RDEPEND="
+DEPEND="
dev-libs/glib:2
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -35,9 +35,10 @@ RDEPEND="
x11-misc/xdg-utils
virtual/eject
virtual/freedesktop-icon-theme
+"
+RDEPEND="${DEPEND}
!lxqt-base/lxqt-l10n
 "
-DEPEND="${RDEPEND}"
 
 pkg_postinst() {
xdg_desktop_database_update



[gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/

2019-03-18 Thread Jimi Huotari
commit: fb42e3cc96d10ede2f5181164ad8426e730d87e0
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Mar 18 21:52:06 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 18 21:56:01 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=fb42e3cc

x11-libs/libfm-qt: remove 'x11-libs/libfm' dependency

Upstream removed this completely in 0.14.0.

- https://github.com/lxqt/libfm-qt/blob/master/CHANGELOG#L25

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari  gentoo.org>

 x11-libs/libfm-qt/libfm-qt-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libfm-qt/libfm-qt-.ebuild 
b/x11-libs/libfm-qt/libfm-qt-.ebuild
index 0d7737ab..de820366 100644
--- a/x11-libs/libfm-qt/libfm-qt-.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-.ebuild
@@ -24,7 +24,7 @@ BDEPEND="
>=dev-util/lxqt-build-tools-0.6.0
virtual/pkgconfig
 "
-RDEPEND="
+DEPEND="
dev-libs/glib:2
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -33,6 +33,7 @@ RDEPEND="
>=lxde-base/menu-cache-1.1.0
media-libs/libexif:=
x11-libs/libxcb:=
+"
+RDEPEND="${DEPEND}
!lxqt-base/lxqt-l10n
 "
-DEPEND="${RDEPEND}"



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

2019-03-18 Thread Sven Wegener
commit: 1ae1352759b2eb9eb8fb40a99cf4095eeec713b6
Author: Sven Wegener  gentoo  org>
AuthorDate: Mon Mar 18 21:49:02 2019 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Mon Mar 18 21:49:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae13527

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

Bug: https://bugs.gentoo.org/680900
Signed-off-by: Sven Wegener  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-dns/pdns/Manifest  |   1 +
 net-dns/pdns/pdns-4.1.7.ebuild | 157 +
 2 files changed, 158 insertions(+)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 4c6d6c1aa4c..15a98f2a0f5 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,2 +1,3 @@
 DIST pdns-4.1.5.tar.bz2 1116238 BLAKE2B 
f67b94881cce988a7ac9f579b3107422aff68d1b4c6d4dc8b3b066ce76abb5a280f8ded0b4640f4ce3f3aec0652bdf544ab4bfc83a2a2e7d2d363ceae0efb7c8
 SHA512 
c5c42975e6402f17b3cdf947a26c944a462d39c23bef44b6f6e823b8c9459be9e8bd750aa0481f9f707eec8b124c4edc4769a6241c75836583ee0bbe111e33e5
 DIST pdns-4.1.6.tar.bz2 1116100 BLAKE2B 
691dc67c28342534dca11dafd786dededce930d39b1ef77670ff6627c175dbb527a3759aae7d3cc2fb56419d67baecc528c812ffee86da57e84c8da103bc991f
 SHA512 
094e532ff50aeb54c8b3e46e3b4a77d1fb2c9d3d0fccce6ccb71b3825f5e53f53af680625ea4e98b5dbc29fbd210bc3b4a47c7f05b4b3ac2cf7537369a7e15b2
+DIST pdns-4.1.7.tar.bz2 1116191 BLAKE2B 
8c214bff6d1af8354dc0b22c2bed233ec92e217fcfda456f69a665eb615500452f2bea7abfbab506f93abc35d0466a26594734a242e5cfef2b62e789252274d1
 SHA512 
dc9c693ac2eaf11ddce220e7fedc40f6ae3f9d7a55352643b30db2aad0b2d543ad04a14199a06355275aba2d9dd7873087715a16157b0ff2f7335f1a4a4b96a2

diff --git a/net-dns/pdns/pdns-4.1.7.ebuild b/net-dns/pdns/pdns-4.1.7.ebuild
new file mode 100644
index 000..9c4996e63d3
--- /dev/null
+++ b/net-dns/pdns/pdns-4.1.7.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit multilib user
+
+DESCRIPTION="The PowerDNS Daemon"
+HOMEPAGE="https://www.powerdns.com/";
+SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# other possible flags:
+# db2: we lack the dep
+# oracle: dito (need Oracle Client Libraries)
+# xdb: (almost) dead, surely not supported
+
+IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
+
+REQUIRED_USE="mydns? ( mysql )"
+
+RDEPEND="
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
+   >=dev-libs/boost-1.35:=
+   botan? ( dev-libs/botan:2= )
+   lua? (
+   !luajit? ( dev-lang/lua:= )
+   luajit? ( dev-lang/luajit:= )
+   )
+   mysql? ( dev-db/mysql-connector-c )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
+   sqlite? ( dev-db/sqlite:3 )
+   opendbx? ( dev-db/opendbx )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip )
+   sodium? ( dev-libs/libsodium:= )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   protobuf? ( dev-libs/protobuf )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+S="${WORKDIR}"/${P/_/-}
+
+src_configure() {
+   local dynmodules="pipe bind" # the default backends, always enabled
+
+   #use db2 && dynmodules+=" db2"
+   use ldap && dynmodules+=" ldap"
+   use lua && dynmodules+=" lua"
+   use mydns && dynmodules+=" mydns"
+   use mysql && dynmodules+=" gmysql"
+   use opendbx && dynmodules+=" opendbx"
+   #use oracle && dynmodules+=" goracle oracle"
+   use postgres && dynmodules+=" gpgsql"
+   use remote && dynmodules+=" remote"
+   use sqlite && dynmodules+=" gsqlite3"
+   use tinydns && dynmodules+=" tinydns"
+   use geoip && dynmodules+=" geoip"
+   #use xdb && dynmodules+=" xdb"
+
+   econf \
+   --disable-static \
+   --sysconfdir=/etc/powerdns \
+   --libdir=/usr/$(get_libdir)/powerdns \
+   --with-modules= \
+   --with-dynmodules="${dynmodules}" \
+   --with-mysql-lib=/usr/$(get_libdir) \
+   $(use_enable botan) \
+   $(use_enable debug verbose-logging) \
+   $(use_enable test unit-tests) \
+   $(use_enable tools) \
+   $(use_enable systemd) \
+   $(use_enable sodium libsodium) \
+   $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \
+   '--without-lua --without-luajit') \
+   $(use_with protobuf) \
+   ${myconf}
+}
+
+src_compile() {
+   default
+   use doc && emake -C codedocs codedocs
+}
+
+src_install() {
+   default
+
+   mv "${D}"/etc/powerdns/pdns.conf{-dist,}
+
+   fperms 0700

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

2019-03-18 Thread Rafael Martins
commit: dcf489ca98a5b9f0510a3df3ea0c017234d19da0
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Mar 18 21:37:22 2019 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Mon Mar 18 21:38:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf489ca

dev-lang/lua: drop maintainership

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/lua/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-lang/lua/metadata.xml b/dev-lang/lua/metadata.xml
index 06a68a0e049..0594eb429d6 100644
--- a/dev-lang/lua/metadata.xml
+++ b/dev-lang/lua/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   rafaelmart...@gentoo.org
-   Rafael G. Martins
-
 
willi...@gentoo.org
William Hubbs



[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2019-03-18 Thread Jimi Huotari
commit: 39c98590ffa2dbf12270da8d1853d1b596d19c1d
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sat Mar 16 10:49:13 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Mar 18 21:35:05 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=39c98590

dev-libs/libqtxdg: add missing BDEPEND lxqt-build-tools

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur  gmail.com>
Closes: https://github.com/gentoo/qt/pull/188
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-libs/libqtxdg/libqtxdg-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 12c8a731..f01b3321 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -21,6 +21,7 @@ SLOT="0"
 IUSE="test"
 
 BDEPEND="
+   >=dev-util/lxqt-build-tools-0.6.0
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-sports/billardgl/

2019-03-18 Thread James Le Cuirot
commit: f8f2fa1627d303d6033700919f33f07328ffc495
Author: Daniel Schmidt  tutanota  com>
AuthorDate: Mon Mar 18 00:57:55 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 18 20:50:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f2fa16

games-sports/billardgl: fix HOMEPAGE

Closes: https://bugs.gentoo.org/680658
Signed-off-by: Daniel Schmidt  tutanota.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11398
Signed-off-by: James Le Cuirot  gentoo.org>

 games-sports/billardgl/billardgl-1.75-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-sports/billardgl/billardgl-1.75-r2.ebuild 
b/games-sports/billardgl/billardgl-1.75-r2.ebuild
index e71f5aa777d..83ccabcbf9f 100644
--- a/games-sports/billardgl/billardgl-1.75-r2.ebuild
+++ b/games-sports/billardgl/billardgl-1.75-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit eutils
 
 DESCRIPTION="an OpenGL billards game"
-HOMEPAGE="http://www.billardgl.de/";
+HOMEPAGE="https://sourceforge.net/projects/billardgl/";
 SRC_URI="mirror://sourceforge/${PN}/BillardGL-${PV}.tar.gz
mirror://gentoo/${PN}.png"
 



[gentoo-commits] repo/gentoo:master commit in: games-rpg/coe2/

2019-03-18 Thread James Le Cuirot
commit: 66e5a38198e48977fb6eefabbabe107df0cf00b3
Author: Daniel Schmidt  tutanota  com>
AuthorDate: Mon Mar 18 00:58:47 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Mar 18 20:50:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e5a381

games-rpg/coe2: fix HOMEPAGE, use HTTPS

Signed-off-by: Daniel Schmidt  tutanota.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://bugs.gentoo.org/680666
Signed-off-by: James Le Cuirot  gentoo.org>

 games-rpg/coe2/coe2-2007-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-rpg/coe2/coe2-2007-r1.ebuild 
b/games-rpg/coe2/coe2-2007-r1.ebuild
index d4070f0433a..99a3f1b823f 100644
--- a/games-rpg/coe2/coe2-2007-r1.ebuild
+++ b/games-rpg/coe2/coe2-2007-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils games
 
 DESCRIPTION="Precursor to the Dominions series"
-HOMEPAGE="http://www.shrapnelgames.com/Illwinter/CoE2/";
-SRC_URI="http://download.shrapnelgames.com/downloads/${PN}_${PV}.zip";
+HOMEPAGE="https://www.shrapnelgames.com/Our_Games/Free_Games.html";
+SRC_URI="https://download.shrapnelgames.com/downloads/${PN}_${PV}.zip";
 
 LICENSE="all-rights-reserved"
 SLOT="0"



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

2019-03-18 Thread Jeroen Roovers
commit: 69727570d677e87bdd408c90a30c40e3ffb5e10f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 18 20:46:49 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 18 20:47:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69727570

net-analyzer/wireshark: Old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Bug: https://bugs.gentoo.org/show_bug.cgi?id=679004
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/wireshark/Manifest|   2 -
 .../files/wireshark-2.6.0-androiddump-wsutil.patch |  26 ---
 .../wireshark/files/wireshark-2.6.3-docbook.patch  |  56 -
 net-analyzer/wireshark/wireshark-2.6.3.ebuild  | 243 -
 net-analyzer/wireshark/wireshark-2.6.6.ebuild  | 240 
 5 files changed, 567 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index c4ba02e145b..65dd7ac03bf 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,4 +1,2 @@
-DIST wireshark-2.6.3.tar.xz 28384004 BLAKE2B 
f275c73173fbaf3f819c58f28859362e9c53ae50cf2649ac42c8d172362241eb00d7f43d0aead184ec67cb8da34d405124be10c5bf31226c2cb4800b8a01955b
 SHA512 
87e5335840baa401a1064ee83e3f0ee859c059dd37a09f63f19eb5d91ad273e84f1c0e7a8fdd63fe8a7076abff5e79593827544c5796d921cf7dc7682c7c3f80
-DIST wireshark-2.6.6.tar.xz 28407404 BLAKE2B 
5135789d345b675814a6394d5ba1469585b9eab917885730125b8a007aecd9cb48a510fc9e7479148cadf625807bac9017b854797e4bb2e562d7dc7f76140826
 SHA512 
b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56
 DIST wireshark-2.6.7.tar.xz 28420060 BLAKE2B 
fda1fb2b9a8968916dd24c59c193854ab56dc13d5a69d2f589ae89b257f92794d092a3da75c2e20b1c83c902966db15527346dc4072a38d16a21ed095cde364e
 SHA512 
bd0f87debd8bd8947f386aaec9fc843148e3cdfbffc28ba499526c4053732becea606061deae6799da0cf52458fba840ba0ff8e4a034a671fa876b8a0ff25677
 DIST wireshark-3.0.0.tar.xz 30953760 BLAKE2B 
ee866966000cf902da6f330eb8a4b281d34a3ca88e9d92a7de1069172c8aeb86f9222e1467c5d3722ee055baf88d8ba0eb6fe27084d0b35f9639bdb9741d25e1
 SHA512 
917708b5edc25609536c7bd7cf4ae32a901fd99118302138dc0bf6f1ad092a8e5069a917cc8cf6cb77190f54e50623a4eba1ee10ffc225ee3051b50cf02a0963

diff --git 
a/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch 
b/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch
deleted file mode 100644
index e28465e814a..000
--- a/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2841,6 +2841,7 @@
-   if(HAVE_LIBPCAP)
-   set(androiddump_LIBS
-   ui
-+  wsutil
-   ${GLIB2_LIBRARIES}
-   ${PCAP_LIBRARIES}
-   )
-@@ -2851,6 +2852,7 @@
-   set(androiddump_LIBS
-   ui
-   wiretap
-+  wsutil
-   ${GLIB2_LIBRARIES}
-   ${ZLIB_LIBRARIES}
-   ${CMAKE_DL_LIBS}
-@@ -2862,7 +2864,6 @@
-   )
- 
-   add_executable(androiddump WIN32 ${androiddump_FILES})
--  # XXX Shouldn't we add wsutil to androiddump_LIBS instead?
-   set_extcap_executable_properties(androiddump)
-   target_link_libraries(androiddump ${androiddump_LIBS})
-   install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR})

diff --git a/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch 
b/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch
deleted file mode 100644
index 9e5e8810991..000
--- a/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch
+++ /dev/null
@@ -1,56 +0,0 @@
 a/docbook/CMakeLists.txt
-+++ b/docbook/CMakeLists.txt
-@@ -61,21 +61,22 @@
-   common_graphics/warning.svg
- )
- 
--set(WSUG_TOOLS_HELP_COMMANDS
-+set(WSUG_TOOLS_COMMANDS
-   capinfos
-+  dumpcap
-   editcap
-   mergecap
-+  rawshark
-   reordercap
-   text2pcap
-   tshark
- )
- 
--if (PCAP_FOUND)
--  list(APPEND WSUG_TOOLS_HELP_COMMANDS
--  dumpcap
--  rawshark
--  )
--endif(PCAP_FOUND)
-+foreach(th_build ${WSUG_TOOLS_COMMANDS})
-+if (TARGET ${th_build})
-+  list(APPEND WSUG_TOOLS_HELP_COMMANDS ${th_build})
-+endif(TARGET ${th_build})
-+endforeach()
- 
- # We want the wsug_* targets to depend on the tools help files.
- # We want update_tools_help to be an independent target.
-@@ -92,6 +93,7 @@
- 
- foreach(th_command ${WSUG_TOOLS_HELP_COMMANDS})
-   set(th_file ${CMAKE_CURRENT_SOURCE_DIR}/wsug_src/${th_command}-h.txt)
-+  add_dependencies(th_file th_command)
-   list(APPEND WSUG_TOOLS_HELP_FILES ${th_file})
-   add_custom_command(
-   OUTPUT ${th_file}
-@@ -103,6 +105,7 @@
- # E

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

2019-03-18 Thread Jeroen Roovers
commit: 22046eea684934b3da349e2601e04879479c5a52
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 18 20:35:03 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 18 20:35:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22046eea

dev-python/pyparted: Version 3.11.2

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

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

diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest
index 5ee41eb6f6d..f442b07fcc1 100644
--- a/dev-python/pyparted/Manifest
+++ b/dev-python/pyparted/Manifest
@@ -1,2 +1,3 @@
 DIST pyparted-3.10.7.tar.gz 99879 BLAKE2B 
f2d03415ec7623fbe25aeab70e53646aa5e576e9f20ac41ffe6c859be9572874579f5720b8d05191107f4143e2c6dd14d83a05798a345fa0ed8a81ce2634f599
 SHA512 
c57fed2a8d04511b12891fd59b6dd6840439aada7e5ebeab14a56e6e4f201c249046ee87d9d25af1b3f02960994efb0a2973f25928a9df85d48bbd1bc196ab07
 DIST pyparted-3.11.1.tar.gz 100585 BLAKE2B 
ee41f0c47e9432b68a2dbb8232bff63ded548d3b2867e3a1fdd891ce1f5ea1815b0c6b47416ae66e0b545c4b44065d158f2ec8ce2ff4784238e2b09bd12edc04
 SHA512 
4fe627693db803a82cacb37be8f2bee3527ee8d0d564229d7328a4e5c8dfa7cdd7a06c328ac7fa6b07c8f0c74d5db304410eaf312a60a0d494525d32c873fefd
+DIST pyparted-3.11.2.tar.gz 101318 BLAKE2B 
0c79535d6f3a269d5dfdd6c31ec80569d8c7432cd058f90999ebfd61ef727762a395d902539c49744108e92ba1a351c1ec939c02188869bed6c808551a843f92
 SHA512 
de6e7387e3eb9c9cb11e01f475d2749d2ce22ec2f11386df20cafcf83f7e431828f2db936f29c717e42694ff390a592598893633156a21aa7c8d5700a3c9ece9

diff --git a/dev-python/pyparted/pyparted-3.11.2.ebuild 
b/dev-python/pyparted/pyparted-3.11.2.ebuild
new file mode 100644
index 000..0141de74d9e
--- /dev/null
+++ b/dev-python/pyparted/pyparted-3.11.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for sys-block/parted"
+HOMEPAGE="https://github.com/rhinstaller/pyparted/";
+SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+REQUIRED_USE="
+   test? ( python_targets_python2_7 )
+"
+
+RDEPEND="
+   >=sys-block/parted-3.1
+   dev-python/decorator[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.10.3-greater.patch
+)
+
+python_test() {
+   emake test
+}



[gentoo-commits] proj/sci:master commit in: dev-python/traits/

2019-03-18 Thread Horea Christian
commit: 1a1400c50d0695d82ba911b1a0b72312ac8f3e6d
Author: Horea Christian  yandex  com>
AuthorDate: Mon Mar 18 20:14:17 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Mar 18 20:14:17 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a1400c5

dev-python/traits: migrated from main tree

See bug #672412

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 dev-python/traits/metadata.xml| 26 +
 dev-python/traits/traits-4.5.0.ebuild | 38 +++
 dev-python/traits/traits-4.6.0.ebuild | 43 +++
 3 files changed, 107 insertions(+)

diff --git a/dev-python/traits/metadata.xml b/dev-python/traits/metadata.xml
new file mode 100644
index 0..0e2713e31
--- /dev/null
+++ b/dev-python/traits/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   The traits package from the Enthought Tool Suite provides a
+   metaclass with special attributes that are called traits. A 
trait
+   is a type definition that can be used for normal Python object
+   attributes, giving the attributes some additional 
characteristics:
+   * Initialization: A trait attribute can have a default value
+   * Validation: A trait attribute is manifestly typed.
+   * Delegation: The value of a trait attribute can be contained 
in another object
+   * Notification: Setting the value of a trait attribute can 
fired callbacks
+   * Visualization: With the TraitsUI package, GUIs can be 
generated automatically from traited objects.
+   
+   
+   traits
+   
+

diff --git a/dev-python/traits/traits-4.5.0.ebuild 
b/dev-python/traits/traits-4.5.0.ebuild
new file mode 100644
index 0..528d28b25
--- /dev/null
+++ b/dev-python/traits/traits-4.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python"
+HOMEPAGE="http://docs.enthought.com/traits/
+   https://github.com/enthought/traits
+   https://pypi.org/project/traits/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )"
+
+python_prepare_all() {
+   sed -i -e "s/'-O3'//g" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cd "${BUILD_DIR}"/lib || die
+   nosetests || die
+}

diff --git a/dev-python/traits/traits-4.6.0.ebuild 
b/dev-python/traits/traits-4.6.0.ebuild
new file mode 100644
index 0..5685ceeb5
--- /dev/null
+++ b/dev-python/traits/traits-4.6.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python"
+HOMEPAGE="http://docs.enthought.com/traits/
+   https://github.com/enthought/traits
+   https://pypi.org/project/traits/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_prepare_all() {
+   sed -i -e "s/'-O3'//g" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cd "${BUILD_DIR}"/lib || die
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/

2019-03-18 Thread Craig Andrews
commit: d65929ee791b56a4d3f947e745ae02e29191ff43
Author: ktr...@yandex.ru  yandex  ru>
AuthorDate: Mon Mar  4 11:11:32 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 18 20:13:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65929ee

app-mobilephone/gammu: up to 1.40.0, EAPI=7

Signed-off-by: Victor Kustov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/11154
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11154
Signed-off-by: Craig Andrews  gentoo.org>

 app-mobilephone/gammu/Manifest|  1 +
 app-mobilephone/gammu/gammu-1.40.0.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/app-mobilephone/gammu/Manifest b/app-mobilephone/gammu/Manifest
index ac09a4322d6..6e23505067d 100644
--- a/app-mobilephone/gammu/Manifest
+++ b/app-mobilephone/gammu/Manifest
@@ -1,2 +1,3 @@
 DIST gammu-1.38.5.tar.bz2 2138742 BLAKE2B 
7a72a7b67475f73dc3580d618dee379893dc82d7950599b41ed1f7efb5fecd80af3a42a0cc0742cb73d055a4a778eaa4d42037c5be74d9b61a4b53cfe827bd00
 SHA512 
89a6b3872dfd9b4ebaf8b0f51265fec7e7ef72a42178f85846c7f52d926e96b3087bbe6650c4246e66c2624822021c5803b1bb6ca8ac90f3e5c109a644c0ee80
 DIST gammu-1.39.0.tar.bz2 2151226 BLAKE2B 
0e9b7a3f5321a166bbafe833134f49ac8dc93a68c5522be1c16e5ceb894cb242b644761a90188fbc9fa9dd62bde51828a72b29d09fc37b2aa2911d301dffac39
 SHA512 
ed8994f6ec25d8ddbed23680e8a02db05c8e7f85aa6b8c0d409b5e8377e7c9e07fc61e62d80f6741d648709fb58a10ec631155d8b1ffc1c7d3b6e425cf53c797
+DIST gammu-1.40.0.tar.bz2 2156194 BLAKE2B 
b030e1293eaf1aeb38a553d45507ec2c3b4ba9ae34e7cb6589a60bd34451b545cc8e1f7bebfe28c9c1a12c89cecedeac17ffe27ddffab27c274590801b2091dc
 SHA512 
6dbab68f30567a501487cf4edf19e23b7b23b7b78e3dfff69fc8d3c95b62f74ee14fe25ca380eac071e67f1a523dfd69cb9137fe049bf6477dfcc94930b71ce9

diff --git a/app-mobilephone/gammu/gammu-1.40.0.ebuild 
b/app-mobilephone/gammu/gammu-1.40.0.ebuild
new file mode 100644
index 000..3eb015fdcee
--- /dev/null
+++ b/app-mobilephone/gammu/gammu-1.40.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="A tool to handle your cellular phone"
+HOMEPAGE="https://wammu.eu/gammu/";
+SRC_URI="https://dl.cihar.com/${PN}/releases/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bluetooth curl dbi debug irda mysql nls odbc postgres usb"
+
+DEPEND="
+   dev-libs/glib:2=
+   virtual/libgudev:=
+   bluetooth? ( net-wireless/bluez:= )
+   curl? ( net-misc/curl:= )
+   dbi? ( >=dev-db/libdbi-0.8.3:= )
+   mysql? ( dev-db/mysql-connector-c:= )
+   odbc? ( dev-db/unixODBC )
+   postgres? ( dev-db/postgresql:= )
+   usb? ( virtual/libusb:1= )
+"
+BDEPEND="
+   ${DEPEND}
+   irda? ( virtual/os-headers )
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-util/dialog
+   virtual/libiconv
+"
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_BLUETOOTH=$(usex bluetooth)
+   -DWITH_CURL=$(usex curl)
+   -DWITH_Gettext=$(usex nls)
+   -DWITH_Iconv=$(usex nls)
+   -DWITH_IRDA=$(usex irda)
+   -DWITH_LibDBI=$(usex dbi)
+   -DWITH_MySQL=$(usex mysql)
+   -DWITH_ODBC=$(usex odbc)
+   -DWITH_Postgres=$(usex postgres)
+   -DWITH_USB=$(usex usb)
+   -DBUILD_SHARED_LIBS=ON
+   -DINSTALL_DOC_DIR="share/doc/${PF}"
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   addwrite "/run/lock/LCK..bar"
+   LD_LIBRARY_PATH="${BUILD_DIR}/libgammu" cmake-utils_src_test -j1
+}
+
+src_install() {
+   cmake-utils_src_install
+   docompress -x /usr/share/doc/${PF}/examples/
+}



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

2019-03-18 Thread Lars Wendler
commit: f8611da86c1e4bbfb4af80c2402de1c3f6328fcf
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 18 20:01:47 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 18 20:01:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8611da8

sys-apps/help2man: Removed old.

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

 sys-apps/help2man/Manifest   |  1 -
 sys-apps/help2man/help2man-1.47.7.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
index a3a77f6fefb..91acce59aa7 100644
--- a/sys-apps/help2man/Manifest
+++ b/sys-apps/help2man/Manifest
@@ -1,4 +1,3 @@
 DIST help2man-1.47.6.tar.xz 192980 BLAKE2B 
ddf2b899e4479a45505aefaf3dabfceb1595128da35c000b81be79046aabceff58e1d605b2797880c5c652947d0fe59673eaf087de911152e79768c571037a73
 SHA512 
d24849b93de58b20f518c071687e7bfa653a96600382f36c4cf7fc1047656458f75f093b911b786b18b6931b2453cb60868ecbe07cc7d2984e5981a874b34942
-DIST help2man-1.47.7.tar.xz 200128 BLAKE2B 
bdac9d1db29b03bbb8e41caecfdf3a7273b69d9b9fa2e206b2e6c28d1144c3104b8d4b7d4a43aab1b405bffd6e097db63a2f4e97a76dfcd980ee5d8a9ffc2114
 SHA512 
e6ec25d973df68edde87d3314b1bef2e679d57d4c9e024bca17362b9da058c80314050e1ae61d73179b8c2662c8692caa1f223fc48b8d02f2d4f040d16e51d14
 DIST help2man-1.47.8.tar.xz 200264 BLAKE2B 
2650909986649a471cfa13db96fda34e864312aab96ffa2692c2d38cbb9b36149d90a398b3ea9568992b9da01ab7aeeab8022ee74edebf2e7c83cac48c951e7c
 SHA512 
05e420560b143042418db2e992beaef45cc5a568cdbf640c7b285ba2dc322290d14e0df978ff4c412a99f4346e38f6fb9796ebda695ddc002a3d0e74e85725d6
 DIST help2man-1.47.9.tar.xz 202012 BLAKE2B 
08d0a906e61978b12fd00b9d807b8cdb6b2436165223aff539957f217786442bc31fb5d437833d6dae3bd6a4b83e1df28d7bd434d0c753f38fea96b8cf751b76
 SHA512 
91cddd5ebc8eb2a89bc27fab4298ee18c18fa73363378be8c220258bf415634a0147b8502970c5fea48ddaccddda63753cbd215bf6894798452c2b4b89c4309a

diff --git a/sys-apps/help2man/help2man-1.47.7.ebuild 
b/sys-apps/help2man/help2man-1.47.7.ebuild
deleted file mode 100644
index 7c0baf97fce..000
--- a/sys-apps/help2man/help2man-1.47.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="GNU utility to convert program --help output to a man page"
-HOMEPAGE="https://www.gnu.org/software/help2man/";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="nls"
-
-RDEPEND="dev-lang/perl
-   nls? ( dev-perl/Locale-gettext )"
-DEPEND=${RDEPEND}
-
-DOCS=( debian/changelog NEWS README THANKS ) #385753
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.46.1-linguas.patch
-)
-
-src_prepare() {
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   sed -i \
-   -e 's/-shared/-bundle/' \
-   Makefile.in || die
-   fi
-   default
-}
-
-src_configure() {
-   # Disable gettext requirement as the release includes the gmo files 
#555018
-   econf \
-   ac_cv_path_MSGFMT=$(type -P false) \
-   $(use_enable nls)
-}



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

2019-03-18 Thread Lars Wendler
commit: 0ad964de7b86c46f3ffb1986921cb3a676fa10cd
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 18 20:01:04 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 18 20:01:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad964de

sys-apps/help2man: Bump to version 1.47.9

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

 sys-apps/help2man/Manifest   |  1 +
 sys-apps/help2man/help2man-1.47.9.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest
index 678efaf46d7..a3a77f6fefb 100644
--- a/sys-apps/help2man/Manifest
+++ b/sys-apps/help2man/Manifest
@@ -1,3 +1,4 @@
 DIST help2man-1.47.6.tar.xz 192980 BLAKE2B 
ddf2b899e4479a45505aefaf3dabfceb1595128da35c000b81be79046aabceff58e1d605b2797880c5c652947d0fe59673eaf087de911152e79768c571037a73
 SHA512 
d24849b93de58b20f518c071687e7bfa653a96600382f36c4cf7fc1047656458f75f093b911b786b18b6931b2453cb60868ecbe07cc7d2984e5981a874b34942
 DIST help2man-1.47.7.tar.xz 200128 BLAKE2B 
bdac9d1db29b03bbb8e41caecfdf3a7273b69d9b9fa2e206b2e6c28d1144c3104b8d4b7d4a43aab1b405bffd6e097db63a2f4e97a76dfcd980ee5d8a9ffc2114
 SHA512 
e6ec25d973df68edde87d3314b1bef2e679d57d4c9e024bca17362b9da058c80314050e1ae61d73179b8c2662c8692caa1f223fc48b8d02f2d4f040d16e51d14
 DIST help2man-1.47.8.tar.xz 200264 BLAKE2B 
2650909986649a471cfa13db96fda34e864312aab96ffa2692c2d38cbb9b36149d90a398b3ea9568992b9da01ab7aeeab8022ee74edebf2e7c83cac48c951e7c
 SHA512 
05e420560b143042418db2e992beaef45cc5a568cdbf640c7b285ba2dc322290d14e0df978ff4c412a99f4346e38f6fb9796ebda695ddc002a3d0e74e85725d6
+DIST help2man-1.47.9.tar.xz 202012 BLAKE2B 
08d0a906e61978b12fd00b9d807b8cdb6b2436165223aff539957f217786442bc31fb5d437833d6dae3bd6a4b83e1df28d7bd434d0c753f38fea96b8cf751b76
 SHA512 
91cddd5ebc8eb2a89bc27fab4298ee18c18fa73363378be8c220258bf415634a0147b8502970c5fea48ddaccddda63753cbd215bf6894798452c2b4b89c4309a

diff --git a/sys-apps/help2man/help2man-1.47.9.ebuild 
b/sys-apps/help2man/help2man-1.47.9.ebuild
new file mode 100644
index 000..c6386779e3b
--- /dev/null
+++ b/sys-apps/help2man/help2man-1.47.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="GNU utility to convert program --help output to a man page"
+HOMEPAGE="https://www.gnu.org/software/help2man/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="nls"
+
+RDEPEND="dev-lang/perl
+   nls? ( dev-perl/Locale-gettext )"
+DEPEND=${RDEPEND}
+
+DOCS=( debian/changelog NEWS README THANKS ) #385753
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.46.1-linguas.patch
+)
+
+src_prepare() {
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i \
+   -e 's/-shared/-bundle/' \
+   Makefile.in || die
+   fi
+   default
+}
+
+src_configure() {
+   # Disable gettext requirement as the release includes the gmo files 
#555018
+   econf \
+   ac_cv_path_MSGFMT=$(type -P false) \
+   $(use_enable nls)
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2019-03-18 Thread Lars Wendler
commit: fc475063daf44ee629009361401e64f14265504d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 18 19:33:42 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 18 19:34:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc475063

net-ftp/filezilla: Bump to version 3.41.2

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

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.41.2.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 13176e72a78..123b37c416c 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,3 +1,4 @@
 DIST FileZilla_3.39.0_src.tar.bz2 4995713 BLAKE2B 
d89aaa1f57187cd926ae1c4dd34624b404baa291334c652293d2dcfaedc4a5dffb401f8727b5d5d1fb483bdd503f35124efb75bdd7dd750d68e517fcb57fb8c0
 SHA512 
a0360634517ffd07878082abae024dbb4896035edcbd9abe6d8adfc9d37b73d01d95f6c5ca031175d88b6e4badefafcc43b5ddce3d9dbddde4deab5f0cc97e83
 DIST FileZilla_3.40.0_src.tar.bz2 4997647 BLAKE2B 
88ff2461d33369c435645f1dd5afa98c566141bf825e74898f870bd4c09cc7b47a70f605afbaf7be28855385812a28ea24303b6ec7f0ba605a793160c3b76027
 SHA512 
7aeb0c340111a47c435e8d8cbf379e83d2fc6c0a94038e085664df34c2fe1f8ef8496ea894f5e4cfd576d034e8935fe29661bb9eff9f22416032f45f5a66db2f
 DIST FileZilla_3.41.1_src.tar.bz2 4994973 BLAKE2B 
9aa8ad78125e69347055872790a13d46599415977d0f9064488efbdfc8cc052ac9e8ac4c03fe813f5947cb0b978db0872e45bf905bf02cd7d800fd52ca09b5f2
 SHA512 
6407ae883d10308529227a33ab4bfd36c564a68b322e896751ea21d106d04b0b8e095f1cb864063f59e0c64d0943f48a82cd63ae50c4be4561210659ba2f8ca0
+DIST FileZilla_3.41.2_src.tar.bz2 4994803 BLAKE2B 
34f8331d3dfe3bdf483d234a0473074e17954b7d16abb7276ee6276221091f085c802d8cb0d397e00159b408d2737f5e23f2e50ad19d344c82472c09eea4dcd1
 SHA512 
c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c

diff --git a/net-ftp/filezilla/filezilla-3.41.2.ebuild 
b/net-ftp/filezilla/filezilla-3.41.2.ebuild
new file mode 100644
index 000..2cdd971b5a3
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.41.2.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0-gtk3"
+
+inherit autotools flag-o-matic wxwidgets xdg
+
+MY_PV=${PV/_/-}
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
+HOMEPAGE="https://filezilla-project.org/";
+SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+IUSE="dbus nls test"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
+   >=dev-libs/nettle-3.1:=
+   >=dev-db/sqlite-3.7
+   >=dev-libs/libfilezilla-0.15.1
+   >=dev-libs/pugixml-1.7
+   >=net-libs/gnutls-3.4.15
+   >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
+   x11-misc/xdg-utils
+   dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=sys-devel/libtool-1.4
+   nls? ( >=sys-devel/gettext-0.11 )
+   test? ( >=dev-util/cppunit-1.13.0 )"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+DOCS=(AUTHORS ChangeLog NEWS )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.22.1-debug.patch
+)
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "Currently active compiler does not support 
-std=c++14"
+   fi
+   fi
+}
+
+src_prepare() {
+   setup-wxwidgets
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-autoupdatecheck
+   --with-pugixml=system
+   $(use_enable nls locales)
+   $(use_with dbus)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}



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

2019-03-18 Thread Alfredo Tupone
commit: 6597619ea6640f53e8fd9c538399af3a14c7ba7c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Mar 18 19:26:53 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Mar 18 19:26:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6597619e

media-libs/glm: Remove failing test

Closes: https://bugs.gentoo.org/669638
Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-libs/glm/files/glm-0.9.9.2-avx.patch | 42 +++---
 1 file changed, 9 insertions(+), 33 deletions(-)

diff --git a/media-libs/glm/files/glm-0.9.9.2-avx.patch 
b/media-libs/glm/files/glm-0.9.9.2-avx.patch
index 7ac91f490a1..3549af416fc 100644
--- a/media-libs/glm/files/glm-0.9.9.2-avx.patch
+++ b/media-libs/glm/files/glm-0.9.9.2-avx.patch
@@ -19,36 +19,12 @@
add_compile_options(-Wno-long-long)
  
  elseif(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
 a/test/perf/perf_matrix_div.cpp2019-03-08 09:42:30.180305872 +0100
-+++ b/test/perf/perf_matrix_div.cpp2019-03-08 09:42:40.381140911 +0100
-@@ -109,7 +109,7 @@
-   {
-   packedMatType const A = SISD[i];
-   packedMatType const B = SIMD[i];
--  Error += glm::all(glm::equal(A, B, static_cast(0.001))) ? 0 
: 1;
-+  Error += glm::all(glm::equal(A, B, static_cast(0.002))) ? 0 
: 1;
-   assert(!Error);
-   }
-   
 a/test/perf/perf_matrix_mul.cpp2019-03-08 09:51:09.411923180 +0100
-+++ b/test/perf/perf_matrix_mul.cpp2019-03-08 09:51:53.465219910 +0100
-@@ -111,7 +111,7 @@
-   {
-   packedMatType const A = SISD[i];
-   packedMatType const B = SIMD[i];
--  Error += glm::all(glm::equal(A, B, static_cast(0.001))) ? 0 
: 1;
-+  Error += glm::all(glm::equal(A, B, static_cast(0.01))) ? 0 : 
1;
-   }
-   
-   return Error;
 a/test/perf/perf_matrix_mul_vector.cpp 2019-03-08 09:43:10.450654282 
+0100
-+++ b/test/perf/perf_matrix_mul_vector.cpp 2019-03-08 09:50:09.685875081 
+0100
-@@ -111,7 +111,7 @@
-   {
-   packedVecType const A = SISD[i];
-   packedVecType const B = SIMD[i];
--  Error += glm::all(glm::equal(A, B, static_cast(0.001))) ? 0 
: 1;
-+  Error += glm::all(glm::equal(A, B, static_cast(0.01))) ? 0 : 
1;
-   }
-   
-   return Error;
+--- a/test/perf/CMakeLists.txt.old 2019-03-18 20:18:58.397352048 +0100
 b/test/perf/CMakeLists.txt 2019-03-18 20:19:08.466182370 +0100
+@@ -1,6 +1,3 @@
+-glmCreateTestGTC(perf_matrix_div)
+ glmCreateTestGTC(perf_matrix_inverse)
+-glmCreateTestGTC(perf_matrix_mul)
+-glmCreateTestGTC(perf_matrix_mul_vector)
+ glmCreateTestGTC(perf_matrix_transpose)
+ glmCreateTestGTC(perf_vector_mul_matrix)



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

2019-03-18 Thread Thomas Deutschmann
commit: ab9620c08338c908e80fc045920138ffe39c5473
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 18 19:24:50 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 18 19:25:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9620c0

www-client/firefox: restore keywords

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

 www-client/firefox/firefox-66.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-66.0.ebuild 
b/www-client/firefox/firefox-66.0.ebuild
index c29295c5f09..769592273cd 100644
--- a/www-client/firefox/firefox-66.0.ebuild
+++ b/www-client/firefox/firefox-66.0.ebuild
@@ -47,7 +47,7 @@ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs 
eutils \
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox";
 
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2019-03-18 Thread Michał Górny
commit: 7de23c3b781c1b1dc0b4144485b5032e247b845c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 18 19:13:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 18 19:19:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de23c3b

app-portage/pram: Initial version of PR merging tool

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

 app-portage/pram/Manifest  |  1 +
 app-portage/pram/metadata.xml  | 16 
 app-portage/pram/pram-1.ebuild | 23 +++
 3 files changed, 40 insertions(+)

diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest
new file mode 100644
index 000..9f9ba803d9b
--- /dev/null
+++ b/app-portage/pram/Manifest
@@ -0,0 +1 @@
+DIST pram-1.tar.gz 3759 BLAKE2B 
da8670ceb689893bde486f6b7332dae8f793b945c71034354853195c4639c2a515533f56fd5ea67b91aba550219cde0a50d7c4c7e60bfeda1877904ecb4e2872
 SHA512 
fb0d2a2b177973d710d2e68eda82101d64e573e9d90e6aeb2a7bf2be86bcba01b4047c857d6d29d40a5768490a8f999aa001e7e5e45022cf2d1c08bed8ee8d44

diff --git a/app-portage/pram/metadata.xml b/app-portage/pram/metadata.xml
new file mode 100644
index 000..af57dcce87b
--- /dev/null
+++ b/app-portage/pram/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   https://github.com/mgorny/pram/issues/
+   mgorny/pram
+   
+

diff --git a/app-portage/pram/pram-1.ebuild b/app-portage/pram/pram-1.ebuild
new file mode 100644
index 000..718e513c9cd
--- /dev/null
+++ b/app-portage/pram/pram-1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Tool to ease merging Pull Requests and git patches"
+HOMEPAGE="https://github.com/mgorny/pram";
+SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-vcs/git
+   net-misc/wget[ssl]
+   virtual/editor
+   !dev-perl/Gentoo-App-Pram"
+
+src_install() {
+   dobin pram
+   einstalldocs
+}



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

2019-03-18 Thread Michał Górny
commit: a5efe1fc30d2c83dcdbe1b90c1be7c8da3d67133
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 18 19:15:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 18 19:19:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5efe1fc

package.mask: Make dev-python/traits mask more specific

Mask specific versions of dev-python/traits not to affect overlays
with the same package.  Requested by Horea Christian.

Bug: https://bugs.gentoo.org/672412
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index dc12422acce..3ce7f5ed9da 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -184,7 +184,8 @@ dev-python/etsproxy
 dev-python/graphcanvas
 dev-python/pyface
 dev-python/scimath
-dev-python/traits
+=dev-python/traits-4.5.0
+=dev-python/traits-4.6.0
 dev-python/traitsui
 sci-visualization/mayavi
 



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

2019-03-18 Thread Thomas Deutschmann
commit: ec369ba07e96a2fbab3c283c6a53c6ba49b394de
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 18 19:08:47 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 18 19:15:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec369ba0

www-client/firefox: bump to v66.0

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

 www-client/firefox/Manifest| 82 +++---
 ...firefox-66.0_rc3.ebuild => firefox-66.0.ebuild} |  3 +-
 2 files changed, 42 insertions(+), 43 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 9303cf4..42f3ac7c8f3 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -277,45 +277,45 @@ DIST firefox-65.0.2-xh.xpi 455426 BLAKE2B 
6e8e85cd986e6a7c826b6e3e50db33deecb7d1
 DIST firefox-65.0.2-zh-CN.xpi 494811 BLAKE2B 
ce81c30d472eacbf38b793fd3f4e592552cad03b3d9941d7d6a6eec1aea071561a514bd92eecbd57394fb624713df0839bb4d5b498b3d0d1efbcfa27e34892aa
 SHA512 
31f008e4e82c96c258c93ce214deb7af5078e65ab83af4e40ecf8c26e0db60bd29718cc47ba1a3cc93aaa77cc7f69edfdd93bb9eea52f914a787bc955036ce2e
 DIST firefox-65.0.2-zh-TW.xpi 492982 BLAKE2B 
8b3700caaeb9a36465415d3a209b3878fb455975fc5d100b1fe1238521fad0138eff2d6d67e49ee6b931de151ba1aee5fbba0b751e3ed19a214a615eec68d5bf
 SHA512 
2b7e3fc170db97cf261dad2304f2d377f58255e91bd351be02e9f2bbdbfb847968feba801509ed6a5349ee525df992ea7a1342cefdd8ae463aaca7c36912b32d
 DIST firefox-65.0.2.source.tar.xz 279607324 BLAKE2B 
5de98ebbba0fe1ded1a31c4943bb295f1e035c37c1b270f54e653ab89387a98f678bb8ea7971b2a9ebabc93633bb47d3bf65f7df859c72d86498b73654483212
 SHA512 
880c95f3563c475684be337209b825352de3622caa83322c70b4177010d00c3b0550c7f6156793248433802deab62279eaa2c3b463ece27669c80ba3799ea8b0
-DIST firefox-66.0-ach.xpi 442368 BLAKE2B 
a7aa66ccf78d450c30da49278f330d290ee533eafb163782161e22a209235f58e68bbbdb6b732aa05cb416d2c7db001edc7b86d3d39c89e5eb5b7ac996b89d31
 SHA512 
e4282f7ed90bab8f1ab890f5e312e3855685acc6e07c82fc047e8bea199c93a56fb3c2886628468b8d8d8076a21747f8d83206a287a68c67af25cdc5a29bd7fe
-DIST firefox-66.0-af.xpi 435976 BLAKE2B 
6807c31818d53580c215f58ab531aa585907500a2f283666e976d968bf60163a05bc811a6856f41bf556b1ad21bb30b916eba763e6cc4013c722063ecf4bdb3d
 SHA512 
df5f503852fe31483925b7a918c57fd9ced574bf10935bf27bd57f33a8687883c8b3443093a2063b5653342e3df9c535672fbb3df5d31dbe8bb6bba28b5d6ae8
-DIST firefox-66.0-an.xpi 460775 BLAKE2B 
3494041cd1e8f2d04e6a4a8cf0a110e9e89d9263bc005eb2ed46d7cbdedcabe326e09924eb4bc3cf9f9f9065bc186607f86c8c2298760b410e7c0c3f7abdcee6
 SHA512 
ca350edad33b189c3c8ef873520c7d8f92d14f2eea3583bbb6929345207f04850fc473feda5a52d18ab37d7704769e651909e2fc008febf0a265d1d622e07f94
-DIST firefox-66.0-ar.xpi 504694 BLAKE2B 
05a71909ff0ac39de79d37d942b1b540a8dd533231360724a2da1fe2cd1aee7722391b85e04bd7282d0c25de7e6bbbffa41adcdc4518797174c076a77ea0bf0b
 SHA512 
c7c2b2c3b456805fa133297533e778d79943e52e26307168adbb63fc82caa2a67fd9f40accc0795325ba238dac1a21a12d6db3fb60b2743c88087eddb1397373
-DIST firefox-66.0-as.xpi 468521 BLAKE2B 
92ca6803b5c0952a65478c277b85aa4cacd1fe992849a17cf1c0bc34ab584987de9c2589fd77919e04471cafad1879a812c88fbc479749459de4110bf105
 SHA512 
b9df33423feaf3af96c673a5329d814734c361e3552be34b01fd6c1d9a9b93751392cb49333437ea876fc8fc13e75851f7c40a596cf4a6fec494455a45ff994c
-DIST firefox-66.0-ast.xpi 459782 BLAKE2B 
824c2bd047ec1e475aceed7ec24274ba3fd74f72d60bed0bb2493690640f49abff3a5614ebad8335ea970a745b8b780e4d5b10de7b627f53e0204fa580245f5f
 SHA512 
16f02eede87a8233e4a04a3faf91cf974952c25dcc0ab0abdbbc9c080cacf47e8747e9d93a55f0813eb1389b2677b8938dc5e86332108503a598a2aab8b4be58
-DIST firefox-66.0-az.xpi 481904 BLAKE2B 
51215ebdf593bbc5845ec4f09541e12137b9627b5ac5eabb29718a2fa12d5ec11f519b1aaf39f32c4fb044c48d0f276728af7cc9484b141df55263763188a8b1
 SHA512 
8b861650a5fa650326c9c81406e838b4fc9c86763ac505fac0017dfb6dfae67c268d2ba3af74204a25c4dd7455704471e5e9d24d360252fe4419b219a8c9b446
-DIST firefox-66.0-bg.xpi 515780 BLAKE2B 
6616c62762f95dcd32694f6b0b5d4cbd0999f5056ac23d8bf0e9e6a60adcdfda98023633fdca472b6cc0702380850ce0ba60ad87b140b378434b7bcf4b566a74
 SHA512 
64b0dcd5ca320f8b172b29958c0c09f4c1246fa91acd5f2c1f1d4c7aa42e7209bf62caec8e9db52c5215ae59ac1317b3e7750e7f78e0fc4cf7d18837914eb3db
-DIST firefox-66.0-bn-BD.xpi 534214 BLAKE2B 
b43cfa110a3633adcb548180f0eec87761fd4e7e78049bc8f72ab3d11603bd694d93c39bdbb0c1c967686896ad1e684a3fc1f0191a91503f1d1bac377e6a9ea6
 SHA512 
95ac11255667f263ce9a0e34e93b58f7ea4297d566c79f67ab0ed9a451ea018aad642cb6700f94c1ce78e0e054239c7e0c48665b2979c92c096d7766026c95ac
-DIST firefox-66.0-bn-IN.xpi 524890 BLAKE2B 
c1f868f51faa6a88d95e930d8548b873ac7824511d791785cfe50e4fb5f45e7aadf41c9be54bffae634435576792ecd8db232416fa13af0c26f736e9ccb096c0
 SHA512 
dd3aaa6a6041f8a3b577f3a361de2e0667aa24727a308fc601e0202c60246facebb9a91457e18239d19f5d7821ab7f86f1f871316dc41c526ddb95aec7913c0a
-DIST firefox-66.0-br.xpi 464473 BLAKE2B 
6

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

2019-03-18 Thread Thomas Deutschmann
commit: 709e4977981ac56b2374fe75c96944a99ba69609
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 18 19:14:53 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 18 19:15:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709e4977

www-client/firefox-bin: bump to v60.6.0

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

 www-client/firefox-bin/Manifest  |  86 +++
 www-client/firefox-bin/firefox-bin-60.6.0.ebuild | 179 +++
 2 files changed, 265 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 93e6ec21842..8238bec6d69 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -166,6 +166,90 @@ DIST firefox-60.5.2esr-vi.xpi 528189 BLAKE2B 
a0a43dba28e8d6528e259284d2a36bfc071
 DIST firefox-60.5.2esr-xh.xpi 511862 BLAKE2B 
8296eb1a3dec00565f6d7d9c0941d6af189d37a8927484a4f4b0474ae373b876bc05c295dd37a75afd515afc0447fd8e347b6ad4b26d11bf32f1864d6f4bf9df
 SHA512 
cc0d66939a0e4dabaa7ffd304b6ec37c0a64fc0cf4fe790c73dffa80136ec83f8c873d4cd2edd84856e7a12b8b7379f2c377f4c11824cc26a46372aaf2c19acf
 DIST firefox-60.5.2esr-zh-CN.xpi 543583 BLAKE2B 
ab3e8475c24d481b78ddcca79b909f39a4afa652b256f8304a22675660fd511d17d4c96d26557026192b40a3027fd7c9a9acdf3f21feb7477c1f2fef5896342b
 SHA512 
359d20ea6ffaeca20edbeb799446fb506fe3446be6c8428e77b8c1bbf7f7b582ab6f5ced5ec36ca32a7a6f0d917116333834b677f67490c3a6ad96166a31eb83
 DIST firefox-60.5.2esr-zh-TW.xpi 541912 BLAKE2B 
b0342b11b9de43d40e75961ea4a402e3acceef0e5ff46d3c745a83cf2459a9fbd5d9dc8bac99aeb3bd2af860594c74d89d8ff6120b95a6a03348bda5120c8859
 SHA512 
f2c0b65afd97a50cf2fc69496d3132343c15754fd22625072516b4039c61660a37877ebbfb6a53a1b3c941901d310dc284a92e0ff010db01ed2e64fcfa6d3637
+DIST firefox-60.6.0esr-ach.xpi 500921 BLAKE2B 
8ea6d36be3b1592fe30674537231da071f9356584f97c4ef7f47d9490644a6d00d7a715b9d959e6a8cbe13dfed40c432ae763d6f80dbaee0e830716647d7cbb6
 SHA512 
4a327f794f0b46fd9bd70f44f638bc394c29444fe31afa0aee331639fd584ac64c5fde3d8c5612ca6dea303d284b16d6ff5cc90250489adc372daf982bd66c34
+DIST firefox-60.6.0esr-af.xpi 491389 BLAKE2B 
27fad45680ee4563a298d94064e30bd900a8d05d0b7527ae6cec4d52f33d2ad28685005239f617d5801124c13db71d1088800404b9afaeff5c57c35541c1d991
 SHA512 
3f5d040c46e5c64333777f34b76efff11e386c628a492470d09f3f98de8295d684f961bb7977fefdd4fbfe88893ba70cad2523a8f1a996dd2d1b79519ae49ada
+DIST firefox-60.6.0esr-an.xpi 524585 BLAKE2B 
c95aae86e2cdb7fb3f3aaa158210c6b7db0196a61eba8f4d417092a2f21fc4a3c66de62900437f9e735fbecd82d13fcb804b5ce31900060f8bb1f16370b07791
 SHA512 
41105e0c66906e8f806d9df043d55cc15a442caea62445d9375cce2296403a95eaf88b68cc10806147d952a9eb897205dc2737a8696be987ad676ad63483f3c2
+DIST firefox-60.6.0esr-ar.xpi 551897 BLAKE2B 
a44c31f3ed5ccd71b3e5664bc2649a0238c5db1e841bbf8f3acb456306dbdc871936f0469754588b9d5624525dfabda1295497c33f301b3d46145f7527d7
 SHA512 
51c905d35141132dbb6deec9ca5c4c0ec1c86106b92436160936f09e6dab66e593da022ec3770949872cd98964ecbb312bdbf3463d155392f481e5dc0165f874
+DIST firefox-60.6.0esr-as.xpi 534797 BLAKE2B 
b9b270cabe9bca0c602dbd2e1d10ce75c9c0708230c779f57a9170f1e6eceff9b95f9cd9d9d2e5df65101e4425dbc778c68c66bc44541f5750d21e49f5597cc9
 SHA512 
8a9cfeb13c02725a1e5a92ea7010778466e6f945de37d22b59a40093cd41ab6f2dbc5da65ef9c3859eddb3efa6e7902950670f14f5f27341cb352a1c8eab83ea
+DIST firefox-60.6.0esr-ast.xpi 512738 BLAKE2B 
e7c34bc5bf57a6efd485c73d015d0c23da4ce917f0aa7db6671c4166e7cbee0f846e0845e10bd847e65ab20545d0e44ba7067bdbd580aabc20cc8afdec44aa5f
 SHA512 
2e60e2dc1892509c2f4c69ab6409139360ffe477d77a8480387e14a391bf408e2c57b83c3d24a20de8d89a6cc12d863de6c9c31812b360f84667640612c1f015
+DIST firefox-60.6.0esr-az.xpi 528825 BLAKE2B 
e3d5102d024f6ecc1fc94485ccc5e6cba2b4c0f6f1821bbd71ca239767b13ae85e06851d72417049dede8eaefd1fcda23df595e578b201a1ce3c70b77e21fbdd
 SHA512 
39c57c06b90127dc35801b9a8f3ab0467aceb52437fc9d8ccd9adda8629570a19b425342f7496d653c0d3480f2b705135cadca8d7162c31d58faac19fdeb718a
+DIST firefox-60.6.0esr-bg.xpi 577918 BLAKE2B 
970e346f217cfdffc04b5864b59ddb086a3a98c0d347f2d1515b360b04d2b6ad5a8757a5cb828ff60269efa65cf5723fa9c1af8022e78ae9b7f93d22dd24c225
 SHA512 
25983fc9450c25b914d98b7a7ca9c0a0d51b15e48b3caba6bb92626325d39d343e2c6b07e5584dd2a84ef068b21ae876227b48ae2782b99930fbb9f794c493fb
+DIST firefox-60.6.0esr-bn-BD.xpi 594513 BLAKE2B 
aa9ef0d392b1dab8642ee17d6ec3b101cf73e223ebe9f8c166ff9825903bbb547d00f56c8fa1af14098b099cceace0b67f51a96ffdd94d19fc5a6e4ee75fe89e
 SHA512 
4f4b306efae1f0dc8c6a5e4562a249bc2e0513339dafba5d33a5d1ebb9ef8b225127cd68b229f58a56bb2fe80fc23672acf1482e1ade4fed4714f4a89aeebddc
+DIST firefox-60.6.0esr-bn-IN.xpi 574942 BLAKE2B 
15a0e4705e5379461aec931416a303d9d38a6c84f74c55166f12ed358442d13d191b5dd95eae6541b39d3c74ee1ab7707be5909904381a5fc74a19adcb94d0a3
 SHA512 
240f3ea2aedc75b77fcb63dcc759f061c6774b67fe32e1cce55b1eefc1e1901e0e6ac4981d9c7a4c874a46eadb0e0252f37185224b8250

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

2019-03-18 Thread Thomas Deutschmann
commit: 972b0b36a05f32cade98864574049f2f31e21963
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar 18 19:11:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar 18 19:15:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972b0b36

www-client/firefox-bin: bump to v66.0

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

 www-client/firefox-bin/Manifest|  86 
 www-client/firefox-bin/firefox-bin-66.0.ebuild | 179 +
 2 files changed, 265 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 7134f1056b6..93e6ec21842 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -250,9 +250,95 @@ DIST firefox-65.0.2-vi.xpi 486535 BLAKE2B 
f0988da9b7aa56a51ff6545a09e9731ea7e0ab
 DIST firefox-65.0.2-xh.xpi 455426 BLAKE2B 
6e8e85cd986e6a7c826b6e3e50db33deecb7d1be6c7d2498431e62d9971181d61da6baf9d893787f0cec11140e558365136c5212fae2346eaf2f92912d841123
 SHA512 
c3fbe6bd55ef08d9a7d06d0e3d7e599c8441ba62ff830522d49fb470a9212fbedd1620418a2a888c82cefa6139f9caf728999b130c4722678aca14457f699c6e
 DIST firefox-65.0.2-zh-CN.xpi 494811 BLAKE2B 
ce81c30d472eacbf38b793fd3f4e592552cad03b3d9941d7d6a6eec1aea071561a514bd92eecbd57394fb624713df0839bb4d5b498b3d0d1efbcfa27e34892aa
 SHA512 
31f008e4e82c96c258c93ce214deb7af5078e65ab83af4e40ecf8c26e0db60bd29718cc47ba1a3cc93aaa77cc7f69edfdd93bb9eea52f914a787bc955036ce2e
 DIST firefox-65.0.2-zh-TW.xpi 492982 BLAKE2B 
8b3700caaeb9a36465415d3a209b3878fb455975fc5d100b1fe1238521fad0138eff2d6d67e49ee6b931de151ba1aee5fbba0b751e3ed19a214a615eec68d5bf
 SHA512 
2b7e3fc170db97cf261dad2304f2d377f58255e91bd351be02e9f2bbdbfb847968feba801509ed6a5349ee525df992ea7a1342cefdd8ae463aaca7c36912b32d
+DIST firefox-66.0-ach.xpi 442366 BLAKE2B 
0048ab43aa0637a1defc906c09bf3eb500ef751916c9852779cf16057576c9babc10a9aeb7e2027d5e8cb17722fcc25c7ed3386cdd0297362f409d4bee75ae4e
 SHA512 
551c255ab0d748480ca7dd0f2cc95edb2bec98570a0fcc90819df5689c2ed0d921168d36169b8b096ddfcb2e81c2e983015487f4d6b12edb5b3c1b3b16be3fb6
+DIST firefox-66.0-af.xpi 435974 BLAKE2B 
9287dbfc5ca44367178da8b83396e4cbc150509adf2d872f1af93da9cdd371f4bfd25ebb3713ae5c9beef6c4ace0f27da3d340301bf3b123a8d9d68c728012b6
 SHA512 
427919188e19fbd85ad691b88d58b28409f3f53b9e52611cbbcc9934ce32b1749c7c4554ec7096a9362c7488c4f4d63494482be9b12c2ad8edb83dff52dbc62d
+DIST firefox-66.0-an.xpi 460783 BLAKE2B 
43bab437ae499c925c9dcbf3015a87cb51c8ffb6f902297b409c2ef2ccaca457bc8352ced17ec31b44a9a8ae3a2cd51b447a4f87fc7780636d190daba31dd755
 SHA512 
b081408b1a5cea4bcbdf82e17c41fed43617f709e39658dd5fb0dd3c9b178ae768f0080053ee9b1b070f587abbc3b7981a6160e7acae99b62b65608fe0b484ae
+DIST firefox-66.0-ar.xpi 504698 BLAKE2B 
ae6369e37861ab8ebf6f80ff34c7b526ace3e0a03ac99e53cabcd45663598788756a357ff57b61d598688ac003a0395f9c6f560cdb6c468dd1b1b6cbc47107aa
 SHA512 
ad8b1e380eab4669b3be209e0071f537cf96421a54686e2a968c1cd0cf92a14be8f32c1ae5cab9c39b40f72a28c9ae88251395902cab09e9303f5ecd16160d62
+DIST firefox-66.0-as.xpi 468522 BLAKE2B 
084f5580957f937fe8b636a51da10b5c84491abb0ef413599233b6b4ea83cbf6a2b4313399d6dd66926c44dc589b938e35ad06bb32c5f98c20331cfde35864ed
 SHA512 
76e2848bfbe877c2784e176055db00c3acdceced7c85548b1f0a10f8b629ef07929ddeaec4fce555035fc391e399eeffc83fd5776514a7705d95ea18ea5acc61
+DIST firefox-66.0-ast.xpi 459787 BLAKE2B 
be5edb6e1030421b3f6b3ffde5c6811776d8917ae96223f4b5832e66af4a1c44ba48f95c51222cb5805dbb3a1a8bdfea665f073e934dd1573d6e65d43d073e6c
 SHA512 
25de887134c103cab59ae193727c6beef86ce88a1147708100c2e32d5ffd10d8aa3d025e26501f35ce2f4a0f9565dc8131b3b4df3615ef76783183b717b255e6
+DIST firefox-66.0-az.xpi 481903 BLAKE2B 
a380a222052fa2fcf13d79795de5926b08136b36a55fe52a416059067046abbd0743e6b1cf5ea2c8b8aa3b2b8d0c15d3f7c2ddd02d26bda67c86e49c0a8ce7a0
 SHA512 
37752d376895f04e68197bed5b24b92031ac16623d655654318ddb95eaaeb44f2860a6a45a4e0e6b742a27e929447324149f7c609fe40a96747028a3324d0e97
+DIST firefox-66.0-bg.xpi 515780 BLAKE2B 
73c5c73eece1a2ed0457fc9d8f0a8df0b1aa2bddd1c9ac7ec5416b606d96718242edc370df5dbdcc8ddfbddaad62af60b17a72ae9cc5cfa5dc4e04ce77b073a6
 SHA512 
7386c8118e32e946e4df8e97837a5f7d68b89a739572ba83970649bbd83c09f34e6a7c9172429fe6c7aa824e0de8af712ee7cc9f48a41200e3100b6397ce65a6
+DIST firefox-66.0-bn-BD.xpi 534215 BLAKE2B 
4e078b3290501dda16cf6f1c174af6c54688bfbcbfd73e12dc280e44fb8c07e4879613022b784360806f20ab2fc1e62162c430adfccbb3758b3b247c51fe48e1
 SHA512 
a78c9a9418b9d70b27d93be3ef2f44bdc47d6d09058d6e54f0c26e27af0d9ce4fd4c33a44302f61b7225276b71de337eda8e412d0cf4b2b2da88867bb379b873
+DIST firefox-66.0-bn-IN.xpi 524889 BLAKE2B 
be21aee547d6f8c256ced318b8e35f997562c2c2bc88995b9dee0386b6701a76d21465337ea258e325a6b23d0d946213c11e1d4905e0224bc2b37a94f7b792ad
 SHA512 
8facade28e0b7cb92a7e9fadda5cf76b30405efe100ba52675735236f4dda699499d2e94f99aa8efef603ff263e817e7e8047e45dca180085cbd7cd7a5d2a84e
+DIST firefox-66.0-br.xpi 464467 BLAKE2B 
4

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

2019-03-18 Thread Craig Andrews
commit: c86b29239609a489a4ef9adf119e4b4937e09f89
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 18 19:04:26 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 18 19:11:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86b2923

net-analyzer/openvas-libraries: add dependency on app-crypt/gpgme

Closes: https://bugs.gentoo.org/680836
Closes: https://github.com/gentoo/gentoo/pull/11406

Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Signed-off-by: Craig Andrews  gentoo.org>

 ...{openvas-libraries-9.0.3.ebuild => openvas-libraries-9.0.3-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/openvas-libraries/openvas-libraries-9.0.3.ebuild 
b/net-analyzer/openvas-libraries/openvas-libraries-9.0.3-r1.ebuild
similarity index 99%
rename from net-analyzer/openvas-libraries/openvas-libraries-9.0.3.ebuild
rename to net-analyzer/openvas-libraries/openvas-libraries-9.0.3-r1.ebuild
index 1437868b499..8f1d7043fc1 100644
--- a/net-analyzer/openvas-libraries/openvas-libraries-9.0.3.ebuild
+++ b/net-analyzer/openvas-libraries/openvas-libraries-9.0.3-r1.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="extras ldap radius"
 
 DEPEND="
+   app-crypt/gpgme:=
dev-libs/hiredis
dev-libs/libgcrypt:0=
dev-libs/libksba



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

2019-03-18 Thread Alon Bar-Lev
commit: 01b1039a8b8f184410573fa502b12afc58c74ee5
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Mon Mar 18 18:41:01 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Mon Mar 18 18:42:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b1039a

dev-libs/botan: verison bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=680830
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-libs/botan/Manifest   |  1 +
 dev-libs/botan/botan-2.9.0.ebuild | 99 +++
 2 files changed, 100 insertions(+)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index 8868471c103..77af7e1b3c7 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,3 +1,4 @@
 DIST Botan-1.10.17.tgz 2706678 BLAKE2B 
bce65493c702381aaa747c2b935c545f85704b93bb6be4bf225048cc14812999291bbbe86786c2b00865489ec47d63128b12ef1020be8651be57fa1c84006a7c
 SHA512 
a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649
 DIST Botan-2.7.0.tgz 7021654 BLAKE2B 
3f18b7ba660a72a409beeaba8bd1b1bd021f645c135bed56d75b6ba906b7c28d1e14eac9550862500dda9c4b3ac3135cfc9c340e073c573deb66b236e09f8054
 SHA512 
992138d83e18aedf80337d825f80c34dd3d2177eb30967573c57cf9fb7e7f9a9965ae3d75f23635f4c93b4efb7bb5adbb3423702663c78a5eb905dd567561858
 DIST Botan-2.8.0.tgz 7152674 BLAKE2B 
7838423fc7cc3521b3feb95ab3958f8cd4df86534f1ef30d717b47e54a9a7ae0d2ed6618370b9adfd0a178b509750e5aacda8457caa89f408292837fe3426de0
 SHA512 
12f734eea3e60a956f75a5b58e9bd83fac7b0dbcd71fb9577b025d171702d87a9a11e2e73162320bdefb2d25f3900757d89dd7fe13089321c88d948efc2ba214
+DIST Botan-2.9.0.tgz 7216373 BLAKE2B 
5ad2e15db871ccc3a32b29b7f54a02d69f251f0aca2ce656b557dbbb3814a793053a54905371b3414ad72952a64bece43e2383da91f205f68b0fe31be2f9439c
 SHA512 
b88f3894a4a5b7b2fbff9be6eb0b774bf679a014bd2364811b7e63d4f323e22ca9ef916491afbc2cdf9db68727c1449fbeb6fd417e591560add0955517db3f65

diff --git a/dev-libs/botan/botan-2.9.0.ebuild 
b/dev-libs/botan/botan-2.9.0.ebuild
new file mode 100644
index 000..8f92905d738
--- /dev/null
+++ b/dev-libs/botan/botan-2.9.0.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit multilib python-r1 toolchain-funcs
+
+MY_PN="Botan"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="A C++ crypto library"
+HOMEPAGE="https://botan.randombit.net/";
+SRC_URI="https://botan.randombit.net/releases/${MY_P}.tgz";
+
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+SLOT="2/$(ver_cut 1-2)" # soname version
+LICENSE="BSD"
+IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MY_P}"
+
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}
+   bzip2? ( >=app-arch/bzip2-1.0.5:= )
+   zlib? ( >=sys-libs/zlib-1.2.3:= )
+   boost? ( >=dev-libs/boost-1.48:= )
+   lzma? ( app-arch/xz-utils:= )
+   sqlite? ( dev-db/sqlite:3= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+BDEPEND="dev-lang/python:*
+   doc? ( dev-python/sphinx )"
+
+src_configure() {
+   local disable_modules=()
+   use boost || disable_modules+=( "boost" )
+   use bindist && disable_modules+=( "ecdsa" )
+   elog "Disabling modules: ${disable_modules[@]}"
+
+   # Enable v9 instructions for sparc64
+   if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
+   CHOSTARCH="sparc32-v9"
+   else
+   CHOSTARCH="${CHOST%%-*}"
+   fi
+
+   local myos=
+   case ${CHOST} in
+   *-darwin*)  myos=darwin ;;
+   *)  myos=linux  ;;
+   esac
+
+   case ${CHOST} in
+   hppa*)  CHOSTARCH=parisc ;;
+   esac
+
+   local pythonvers=()
+   if use python; then
+   append() {
+   pythonvers+=( ${EPYTHON/python/} )
+   }
+   python_foreach_impl append
+   fi
+
+   CXX="$(tc-getCXX)" AR="$(tc-getAR)" ./configure.py \
+   $(use_enable static-libs static-library) \
+   $(use_with boost) \
+   $(use_with bzip2) \
+   $(use_with doc documentation) \
+   $(use_with doc sphinx) \
+   $(use_with lzma) \
+   $(use_with sqlite sqlite3) \
+   $(use_with ssl openssl) \
+   $(use_with zlib) \
+   $(usex hppa --without-stack-protector '') \
+   --cc=gcc \
+   --cpu=${CHOSTARCH} \
+   --disable-modules=$(IFS=","; echo "${disable_modules[*]}" ) \
+   --docdir=share/doc \
+   --libdir=$(get_libdir) \
+   --o

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

2019-03-18 Thread Matt Turner
commit: ef75fc19d32a532430f50d1b732a385d1dbde991
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Thu Mar  7 21:49:35 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 18 18:27:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef75fc19

sys-fs/cryptmount: bump to version 5.3.1

Closes: https://bugs.gentoo.org/628734
Closes: https://bugs.gentoo.org/641176
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11289
Signed-off-by: Matt Turner  gentoo.org>

 sys-fs/cryptmount/Manifest|  1 +
 sys-fs/cryptmount/cryptmount-5.3.1.ebuild | 75 +++
 sys-fs/cryptmount/metadata.xml| 45 ---
 3 files changed, 114 insertions(+), 7 deletions(-)

diff --git a/sys-fs/cryptmount/Manifest b/sys-fs/cryptmount/Manifest
index de2cf8aaaf2..0bb0a1c73bd 100644
--- a/sys-fs/cryptmount/Manifest
+++ b/sys-fs/cryptmount/Manifest
@@ -1 +1,2 @@
 DIST cryptmount-5.2.2.tar.gz 743638 BLAKE2B 
fdcf0ec18904bd847d905a1241c0e4e9c825b9c73f2cab0406426d56d22a0ef4d26701d9955b4f7975cc1cedcd650758cd4aebb29805e6cf8a8c05ef9202b8b7
 SHA512 
e8767728c49b7f8dc4f78d5a9d1b912ea2c4c5363dbb5035a208aa1bd1f2565ce12a0666d75e9ee677bde04029082d20c22cf46a216f5e87a4adf7093572
+DIST cryptmount-5.3.1.tar.gz 748020 BLAKE2B 
63c66717ed8a8ede983894564576d26720a571b47bd33f3cd160596d831c017c7239b307eb9fb8112c6a51f91799117a47392675f9fe53c0286ada84887d528e
 SHA512 
c4bfb7a2bd2f672dfed014d3a4b1feaa4d20237f9b658ea981a0a054e83ad4d0282089a006ceb769ee05e0cf6ecd004c97b48d69973ed630330e77bf13925680

diff --git a/sys-fs/cryptmount/cryptmount-5.3.1.ebuild 
b/sys-fs/cryptmount/cryptmount-5.3.1.ebuild
new file mode 100644
index 000..2562091101a
--- /dev/null
+++ b/sys-fs/cryptmount/cryptmount-5.3.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info systemd
+
+DESCRIPTION="A utility for management and user-mode mounting of encrypted 
filesystems"
+HOMEPAGE="http://cryptmount.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="argv0switch cswap fsck +gcrypt +largefile mount +nls +luks +openssl 
selinux systemd udev"
+REQUIRED_USE="
+   luks? ( gcrypt )
+   openssl? ( gcrypt )
+"
+
+RDEPEND="
+   gcrypt? ( dev-libs/libgcrypt:0= )
+   nls? ( sys-devel/gettext )
+   luks? ( sys-fs/cryptsetup )
+   openssl? ( dev-libs/openssl:0= )
+   systemd? ( sys-apps/systemd )
+   udev? ( virtual/udev )
+   virtual/libiconv
+   virtual/libintl
+"
+
+DEPEND="
+   ${RDEPEND}
+   sys-kernel/linux-headers
+"
+
+DOCS=( "AUTHORS" "ChangeLog" "NEWS" "README" "README.OpenSSL" "README.sshfs" 
"RELNOTES" "ToDo" )
+
+CONFIG_CHECK="BLK_DEV_DM"
+ERROR_BLK_DEV_DM="
+   Please enable Device Mapper support in your kernel config
+   -> Device Drivers
+   -> Multiple devices driver support (RAID and LVM)
+   -> Multiple devices driver support (RAID and LVM)
+   <*>/ Device mapper support
+"
+
+src_prepare() {
+   default
+
+   # Since SELinux is hardcoded, remove it on disabled SELinux profile
+   if ! use selinux; then
+   sed -e '/selinux/d' -i dmutils.c || die
+   fi
+}
+
+src_configure() {
+   local myeconf=(
+   --disable-rpath
+   $(use_enable argv0switch)
+   $(use_enable cswap)
+   $(use_enable fsck)
+   $(use_with gcrypt libgcrypt)
+   $(use_enable largefile)
+   $(use_enable mount delegation)
+   $(use_enable nls)
+   $(use_enable luks)
+   $(use_enable openssl openssl-compat)
+   $(use_with systemd)
+   $(use_enable udev libudev)
+
+   )
+
+   econf "${myeconf[@]}"
+}

diff --git a/sys-fs/cryptmount/metadata.xml b/sys-fs/cryptmount/metadata.xml
index ccc363c97a2..8468e05cbbe 100644
--- a/sys-fs/cryptmount/metadata.xml
+++ b/sys-fs/cryptmount/metadata.xml
@@ -1,11 +1,42 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-i...@alzari.pw
-  
-  
-proxy-ma...@gentoo.org
-  
-  A utility for management and user-mode mounting of 
encrypted filesystems
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   
+   
+   Cryptmount was written to make it as easy for ordinary users
+   to access encrypted filesystems on-demand using the newer 
devmapper
+   mechansism as it was to use the older, now deprecated, 
cryptoloop methods.
+   This offers the following advantages:
+
+   Access to improved functionality in the kernel
+   Transparent support

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

2019-03-18 Thread Matt Turner
commit: 47d24650c4d50ad02dac90be60327a5f4f1935e8
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Thu Mar  7 21:50:08 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 18 18:27:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d24650

profiles/package.mask: removed last-rite entry

Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8f16d97ea81..dc12422acce 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -368,12 +368,6 @@ app-arch/star
 # Masked for removal in 30 days.
 media-sound/karlyriceditor
 
-# Matt Turner  (06 Mar 2019)
-# Does not build with glibc >= 2.25 (stabilized a year ago). Unmaintained by
-# maintainer-by-proxy: Bugs #628734 and #641176
-# Removal in 30 days
-sys-fs/cryptmount
-
 # Georgy Yakovlev  (06 Mar 2019)
 # Mask rust 1.33.0 & co because it breaks firefox simd
 # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249



[gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/files/, net-im/openmittsu/

2019-03-18 Thread Ulrich Müller
commit: 187ed6563f0116aea83531f9a29886ffd5d077e4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 18 18:09:58 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 18 18:11:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187ed656

net-im/openmittsu: Version bump.

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

 net-im/openmittsu/Manifest |  1 +
 .../files/openmittsu-0.9.13.32-fix-tests.patch | 11 
 net-im/openmittsu/openmittsu-0.9.13.32.ebuild  | 62 ++
 3 files changed, 74 insertions(+)

diff --git a/net-im/openmittsu/Manifest b/net-im/openmittsu/Manifest
index a7d34aafaa5..b2ec10b9ce7 100644
--- a/net-im/openmittsu/Manifest
+++ b/net-im/openmittsu/Manifest
@@ -1,2 +1,3 @@
 DIST openmittsu-0.9.11.0.tar.xz 1408088 BLAKE2B 
6c16ea2c35c0a4e02b2735d292516e22c238ca6d3f32f2869be8fec265f099761a5afef0303b2bd84c8f2e5383d7fff6dd18b2e57fc0d12da30a8d8a1637242b
 SHA512 
534a589aa7bf4aa1be4e7d887ef1d4b025eeb1f82d8503cb048a7802ad4380c78224acae4a5f41a56be838a5a43af78f496bd0336034232208bc4de49a71b4d5
+DIST openmittsu-0.9.13.32.tar.xz 2078892 BLAKE2B 
4960d3046dfe45568f56ddc4ad77677992ac4dc4d618a926a15b35431955c8f30aa20ad236cc3143bc1a24f64a4635fdc072a1c9f921238f1283b81b3d6befb7
 SHA512 
671ce8ed1a6f9aa8d15ee0d72ce78e2b5aef556243efacec4b0b434eaf5b0bd1b34aa6a0391e42ead9007011cca88e7ba2649f16456a2bf74d22355d1f308a0f
 DIST openmittsu-0.9.9.48.tar.xz 2026628 BLAKE2B 
eafd2bc537a22b140e01e14da363d3943e24b86754a090fd1ed2ac80f1030e1a2fb30ee8a5395c6c9a143d5922354ac67e3376a94c34f670f8cbcfddc27da112
 SHA512 
e24ec8e0792df13e781080fe42934035f74b82be62a8ce4913175a13ee3acbead069d169871405f4312927165a7049291d009c7f968b088bdbb3e294f9ef2443

diff --git a/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch 
b/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch
new file mode 100644
index 000..c89d24536ae
--- /dev/null
+++ b/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch
@@ -0,0 +1,11 @@
+--- openmittsu-0.9.13.32-orig/CMakeLists.txt
 openmittsu-0.9.13.32/CMakeLists.txt
+@@ -570,7 +570,7 @@
+ target_link_libraries(openMittsu openMittsuCore Qt5::Core Qt5::Gui 
Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql)
+ target_link_libraries(openMittsuVersionInfo Qt5::Core)
+ if (OPENMITTSU_ENABLE_TESTS)
+-  target_link_libraries(openMittsuTests openMittsuCore Qt5::Core 
Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest)
++  target_link_libraries(openMittsuTests openMittsuCore Qt5::Core 
Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest 
pthread)
+ endif (OPENMITTSU_ENABLE_TESTS)
+ 
+ # Link against libc++abi if requested.

diff --git a/net-im/openmittsu/openmittsu-0.9.13.32.ebuild 
b/net-im/openmittsu/openmittsu-0.9.13.32.ebuild
new file mode 100644
index 000..5c132dd83ec
--- /dev/null
+++ b/net-im/openmittsu/openmittsu-0.9.13.32.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils desktop
+
+DESCRIPTION="An open source chat client for Threema-style end-to-end encrypted 
chat networks"
+HOMEPAGE="https://www.openmittsu.de/";
+# git-archive-all.sh snapshot of https://github.com/blizzard4591/openMittsu.git
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
+
+LICENSE="GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-db/qt5-sqlcipher
+   >=dev-libs/libsodium-1.0.11:=
+   >=dev-qt/qtcore-5.7.1:5=
+   >=dev-qt/qtgui-5.7.1:5=
+   >=dev-qt/qtmultimedia-5.7.1:5=
+   >=dev-qt/qtnetwork-5.7.1:5=[ssl]
+   >=dev-qt/qtsql-5.7.1:5=[sqlite]
+   >=dev-qt/qtwidgets-5.7.1:5=
+   >=media-gfx/qrencode-3.4.4-r1:="
+DEPEND="${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.8.0 )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-tests.patch
+)
+
+DOCS=(
+   README.md
+   Example-client-configuration-file.ini
+   Example-contacts-file.txt
+)
+
+src_configure() {
+   local mycmakeargs=(
+   # set version manually, since autodetection works only with git
+   "-DOPENMITTSU_CUSTOM_VERSION_STRING=${PV%.*}-${PV##*.}-"
+   "-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON"
+   "-DOPENMITTSU_ENABLE_TESTS=$(usex test)"
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   cd "${BUILD_DIR}" || die
+   ./openMittsuTests || die
+}
+
+src_install() {
+   local my_pn="openMittsu"
+   cmake-utils_src_install
+   newicon resources/icon.png ${my_pn}.png
+   make_desktop_entry ${my_pn} ${my_pn} ${my_pn}
+   rm "${ED}"/usr/bin/${my_pn}VersionInfo || die
+   rm -f "${ED}"/usr/bin/${my_pn}Tests || die
+}



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

2019-03-18 Thread Ulrich Müller
commit: f2226f1f71722d8fc1b01020fcb2efb65fa73e20
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 18 16:53:12 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 18 18:11:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2226f1f

dev-db/qt5-sqlcipher: New snapshot, supports Qt 5.12.

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

 dev-db/qt5-sqlcipher/Manifest  |  1 +
 .../qt5-sqlcipher-1.0.1_p20181221.ebuild   | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-db/qt5-sqlcipher/Manifest b/dev-db/qt5-sqlcipher/Manifest
index 9f9e0011246..27a03e84a77 100644
--- a/dev-db/qt5-sqlcipher/Manifest
+++ b/dev-db/qt5-sqlcipher/Manifest
@@ -1,2 +1,3 @@
 DIST qt5-sqlcipher-1.0.1-qt-5.11.1.tar.xz 8528 BLAKE2B 
981565882399943c6ab47b09968c27fa9f53cade5baee66259e416d749905a6bf7a9c1c27ed8165d7b6fc0a72fee85d51bb9ac0c3819b9dab5e89e741e880b13
 SHA512 
9d64b12990cd81ad1e81b941ff970388c8e7f34fd446ecd4ce2ed58e3f8e50acc06fe88fc0f6693e48b19422e70372516bc36b5c71908e18096e092f261c9eff
 DIST qt5-sqlcipher-1.0.1.tar.gz 56994 BLAKE2B 
9de780126bc7ba99e23b529e6e45d629e9b20d52dfb4d91fcb7c8a6b77b8a8bc17bedaa40a288c4af32e40cc563631e164428be0f8c5a81ffa6143acc58b2e55
 SHA512 
ba83ba1d98b7764c7ad4bf776b1f39baff44ff6189e51cbc2131150e5a4c2962a21134d21d5ed41f171629395c721fce11ee911d080d304566033d53c552642a
+DIST qt5-sqlcipher-1.0.1_p20181221.tar.xz 27668 BLAKE2B 
e9f7a380be72997a1364ff985271b421230ea75b80200fc1cb4d58946abcb5a98504e458811e9b6641a84a4f8bc7145fd9d6746a147f98bc886e8c2639698646
 SHA512 
408f71b7fdb26aea3f0419ce0fb295a438c247aa1649756a20b6743571dd9d45cb17d46f5b261a1fd611df4fe39a9dcd6cbd36180bf3742b0abba8b02a9a2d9a

diff --git a/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1_p20181221.ebuild 
b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1_p20181221.ebuild
new file mode 100644
index 000..744c62f7f41
--- /dev/null
+++ b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1_p20181221.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Qt SQL driver plugin for SQLCipher"
+HOMEPAGE="https://github.com/blizzard4591/qt5-sqlcipher";
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
+
+LICENSE="LGPL-2.1" # version 2.1 only
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-db/sqlcipher-3.4.1
+   >=dev-qt/qtcore-5.7.1:5=
+   >=dev-qt/qtsql-5.7.1:5=[sqlite] 

[gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/files/, net-im/openmittsu/

2019-03-18 Thread Ulrich Müller
commit: 4ecb44abefa303798a215efa56caf32e4674ff44
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 18 18:11:08 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 18 18:11:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecb44ab

net-im/openmittsu: Remove old.

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

 net-im/openmittsu/Manifest |  1 -
 .../openmittsu-0.9.9.48-disable-googletest.patch   | 79 --
 net-im/openmittsu/openmittsu-0.9.9.48.ebuild   | 53 ---
 3 files changed, 133 deletions(-)

diff --git a/net-im/openmittsu/Manifest b/net-im/openmittsu/Manifest
index b2ec10b9ce7..ec17a980fa3 100644
--- a/net-im/openmittsu/Manifest
+++ b/net-im/openmittsu/Manifest
@@ -1,3 +1,2 @@
 DIST openmittsu-0.9.11.0.tar.xz 1408088 BLAKE2B 
6c16ea2c35c0a4e02b2735d292516e22c238ca6d3f32f2869be8fec265f099761a5afef0303b2bd84c8f2e5383d7fff6dd18b2e57fc0d12da30a8d8a1637242b
 SHA512 
534a589aa7bf4aa1be4e7d887ef1d4b025eeb1f82d8503cb048a7802ad4380c78224acae4a5f41a56be838a5a43af78f496bd0336034232208bc4de49a71b4d5
 DIST openmittsu-0.9.13.32.tar.xz 2078892 BLAKE2B 
4960d3046dfe45568f56ddc4ad77677992ac4dc4d618a926a15b35431955c8f30aa20ad236cc3143bc1a24f64a4635fdc072a1c9f921238f1283b81b3d6befb7
 SHA512 
671ce8ed1a6f9aa8d15ee0d72ce78e2b5aef556243efacec4b0b434eaf5b0bd1b34aa6a0391e42ead9007011cca88e7ba2649f16456a2bf74d22355d1f308a0f
-DIST openmittsu-0.9.9.48.tar.xz 2026628 BLAKE2B 
eafd2bc537a22b140e01e14da363d3943e24b86754a090fd1ed2ac80f1030e1a2fb30ee8a5395c6c9a143d5922354ac67e3376a94c34f670f8cbcfddc27da112
 SHA512 
e24ec8e0792df13e781080fe42934035f74b82be62a8ce4913175a13ee3acbead069d169871405f4312927165a7049291d009c7f968b088bdbb3e294f9ef2443

diff --git 
a/net-im/openmittsu/files/openmittsu-0.9.9.48-disable-googletest.patch 
b/net-im/openmittsu/files/openmittsu-0.9.9.48-disable-googletest.patch
deleted file mode 100644
index ceb162d5e6b..000
--- a/net-im/openmittsu/files/openmittsu-0.9.9.48-disable-googletest.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-Disable googletest for now, in order to avoid accessing the network
-at configure time.
-
 openmittsu-0.9.9.48-orig/CMakeLists.txt
-+++ openmittsu-0.9.9.48/CMakeLists.txt
-@@ -212,28 +212,6 @@
- # Add the binary dir include directory
- include_directories("${PROJECT_BINARY_DIR}/include")
- 
--##
--#
--# Google Testing Framework
--#
--##
--# Download and unpack googletest at configure time
--configure_file("${PROJECT_SOURCE_DIR}/cmake/GoogleTest.cmake.in" 
googletest-download/CMakeLists.txt)
--execute_process(COMMAND "${CMAKE_COMMAND}" -G "${CMAKE_GENERATOR}" .
--  WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googletest-download" )
--execute_process(COMMAND "${CMAKE_COMMAND}" --build .
--  WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googletest-download" )
-- 
--# Prevent GoogleTest from overriding our compiler/linker options
--# when building with Visual Studio
--set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
-- 
--# Add googletest directly to our build. This adds
--# the following targets: gtest, gtest_main, gmock
--# and gmock_main
--add_subdirectory("${CMAKE_BINARY_DIR}/googletest-src"
-- "${CMAKE_BINARY_DIR}/googletest-build" EXCLUDE_FROM_ALL)
-- 
- 
- # Main Sources
- file(GLOB OPENMITTSU_HEADERS ${PROJECT_SOURCE_DIR}/src/*.h)
-@@ -399,24 +377,17 @@
- 
- add_executable(openMittsuVersionInfo 
${OPENMITTSU_BUILDTOOLS_VERSIONINFO_HEADERS} 
${OPENMITTSU_BUILDTOOLS_VERSIONINFO_SOURCES_CPP} 
${OPENMITTSU_HEADERS_GENERATED} ${OPENMITTSU_SOURCES_GENERATED})
- 
--add_executable(openMittsuTests ${OPENMITTSU_TEST_MAIN_FILE} 
${OPENMITTSU_TEST_FILES}
--  ${OPENMITTSU_RESOURCESOURCES}
--)
--
- if (MSVC)
-   set_target_properties(openMittsu PROPERTIES LINK_FLAGS_RELEASE 
"/SUBSYSTEM:WINDOWS")
- endif(MSVC)
- 
- # Add target link dependencies
--target_link_libraries(openMittsuCore ${Libsodium_LIBRARIES} gtest)
-+target_link_libraries(openMittsuCore ${Libsodium_LIBRARIES})
- target_link_libraries(openMittsu ${LIBQRENCODE_LIBRARY})
- 
--add_dependencies(openMittsuTests gtest)
--
- # Use the required modules from Qt 5.
- target_link_libraries(openMittsuCore Qt5::Core Qt5::Gui Qt5::Widgets 
Qt5::Network Qt5::Multimedia Qt5::Sql)
- target_link_libraries(openMittsu openMittsuCore Qt5::Core Qt5::Gui 
Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::Sql)
--target_link_libraries(openMittsuTests openMittsuCore Qt5::Core Qt5::Gui 
Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::Sql)
- target_link_libraries(openMittsuVersionInfo Qt5::Core)
- 
- # Link against libc++abi if requested.
-@@ -424,7 +395,6 @@
-   target_link_libraries(openMittsu "c++abi")
-   target_link_libraries(openMittsuCore "c++abi")
-   target_link_libraries(openMittsuVersionInfo "c++abi")
--  target_link_libraries(openMittsuTests "c++

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

2019-03-18 Thread Matt Turner
commit: 8527e1dc3f2d13b6fb3aa0488b643937a84b7930
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 18 17:36:59 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 18 17:36:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8527e1dc

media-libs/mesa: Enable gles2 by default

Requested by leio, to be used by mutter-wayland.

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

 media-libs/mesa/mesa-18.3.5.ebuild | 2 +-
 media-libs/mesa/mesa-19.0.0.ebuild | 2 +-
 media-libs/mesa/mesa-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/mesa/mesa-18.3.5.ebuild 
b/media-libs/mesa/mesa-18.3.5.ebuild
index e7bcfac9a85..b66948b6e21 100644
--- a/media-libs/mesa/mesa-18.3.5.ebuild
+++ b/media-libs/mesa/mesa-18.3.5.ebuild
@@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do
 done
 
 IUSE="${IUSE_VIDEO_CARDS}
-   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +llvm 
lm_sensors
opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
vulkan wayland xa xvmc"
 

diff --git a/media-libs/mesa/mesa-19.0.0.ebuild 
b/media-libs/mesa/mesa-19.0.0.ebuild
index 9c8358f82f1..f3f7b57f517 100644
--- a/media-libs/mesa/mesa-19.0.0.ebuild
+++ b/media-libs/mesa/mesa-19.0.0.ebuild
@@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do
 done
 
 IUSE="${IUSE_VIDEO_CARDS}
-   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
vdpau vulkan wayland xa xvmc"
 

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index c4df13fb773..ae4a7c1da5f 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do
 done
 
 IUSE="${IUSE_VIDEO_CARDS}
-   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
vdpau vulkan vulkan-overlay wayland xa xvmc"
 



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

2019-03-18 Thread Matt Turner
commit: 4aa9ed9e2b68634c4506cb0085971c15f315e5f0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 18 17:29:56 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 18 17:29:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa9ed9e

x11-libs/pixman: Configure with -Dopenmp=auto

Closes: https://bugs.gentoo.org/680802
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/pixman/pixman-0.38.0.ebuild | 1 +
 x11-libs/pixman/pixman-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-libs/pixman/pixman-0.38.0.ebuild 
b/x11-libs/pixman/pixman-0.38.0.ebuild
index d7ab4c45e9b..9af2c222cf3 100644
--- a/x11-libs/pixman/pixman-0.38.0.ebuild
+++ b/x11-libs/pixman/pixman-0.38.0.ebuild
@@ -40,6 +40,7 @@ multilib_src_configure() {
$(meson_feature loongson2f loongson-mmi)
-Dgtk=disabled
-Dlibpng=disabled
+   -Dopenmp=auto # only used in unit tests
)
meson_src_configure
 }

diff --git a/x11-libs/pixman/pixman-.ebuild 
b/x11-libs/pixman/pixman-.ebuild
index d7ab4c45e9b..9af2c222cf3 100644
--- a/x11-libs/pixman/pixman-.ebuild
+++ b/x11-libs/pixman/pixman-.ebuild
@@ -40,6 +40,7 @@ multilib_src_configure() {
$(meson_feature loongson2f loongson-mmi)
-Dgtk=disabled
-Dlibpng=disabled
+   -Dopenmp=auto # only used in unit tests
)
meson_src_configure
 }



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

2019-03-18 Thread Matt Turner
commit: 4569342f3ec5574b00ad9105c19d990416d4cb92
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 18 17:14:08 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 18 17:22:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4569342f

media-libs/mesa: Version bump to 18.3.5

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.3.5.ebuild | 518 +
 2 files changed, 519 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 31c0d385824..537cb90f5d0 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,3 +1,4 @@
 DIST mesa-18.2.8.tar.xz 11385224 BLAKE2B 
c6fbf71e2ab6837f91dfa996cf7e89e9cae22e219cac56bd4201f7a62c787ddd2f65e7d162a329971018f0b1a796ee1a5b252ee6b43bb3b27a233d67b6cdf615
 SHA512 
04d5ada9ba3acea853def3ebcbb53ee76936a4cd4229ae753d2ce1b5cf543bea1e5764f2ef2b19735d47d041ba6b0582841bc89e2c9331fdfbd89386f599a1f7
 DIST mesa-18.3.4.tar.xz 11875224 BLAKE2B 
81d34349c644cc93b3ca525046cdd63a5aa2a16d8f6b841830a138c8e9e375fb0f75a17bd80b4c48ed573f4976dd6612b0773305a3bec982540914365c9925ff
 SHA512 
e4ead944ba053aa05425e9e199d633f576dfa424976253fc32438e8db6da5e8d381122e4c4b7fb18f94177421f208bab5567cfec8d2692d104e266483ca02a99
+DIST mesa-18.3.5.tar.xz 11882012 BLAKE2B 
88279fe2f24c2a47c8857ad34382b7c8b64119632f1ec7ce8d0fe2afe669e01d2e071726f01e28b001be353d8d9ec1f0ef46d3ba1e64239d63221b100745e8ee
 SHA512 
f229ac122eafee98d1a40c54adeb019eb4458cb67063db9ba760b265da0634fe77247c3c8cb5c5de5fd40f8545e35d45000a74af9257ebf4e2028156add8644c
 DIST mesa-19.0.0.tar.xz 11959360 BLAKE2B 
e58144bb22f296175d7feb59d2c7940ca795dd417b0b014735d8842a29292cf07a6197184942febfdc85ad062267a55059e0ebd1532a886610dabf888cc68b8f
 SHA512 
5759b85275bcd145513cf14a9ef7505595766fb33b82c53738f74ede462e5850580d48ab4af326b41209e7f4b05aab75539f2bfebf67c3098a4680ea95c37591

diff --git a/media-libs/mesa/mesa-18.3.5.ebuild 
b/media-libs/mesa/mesa-18.3.5.ebuild
new file mode 100644
index 000..e7bcfac9a85
--- /dev/null
+++ b/media-libs/mesa/mesa-18.3.5.ebuild
@@ -0,0 +1,518 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.96"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   >=x11-libs/l

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

2019-03-18 Thread Matt Turner
commit: a87472c1c93040526dcbd64f64d5f976c86716db
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 18 09:15:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 18 17:22:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87472c1

x11-apps/mesa-progs: Bumped live ebuild to EAPI-7

- Added new gitlab repo URI
- Removed some redundant ebuild code
- Added alternate SRC_URI

Signed-off-by: Lars Wendler  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11402
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/mesa-progs/mesa-progs-.ebuild | 40 +++---
 1 file changed, 14 insertions(+), 26 deletions(-)

diff --git a/x11-apps/mesa-progs/mesa-progs-.ebuild 
b/x11-apps/mesa-progs/mesa-progs-.ebuild
index 5d949f23bd5..248a1db51fc 100644
--- a/x11-apps/mesa-progs/mesa-progs-.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-.ebuild
@@ -1,29 +1,26 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MY_PN=${PN/progs/demos}
-MY_P=${MY_PN}-${PV}
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/demos.git";
+inherit toolchain-funcs
 
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-fi
-
-inherit base autotools toolchain-funcs ${GIT_ECLASS}
+MY_PN="${PN/progs/demos}"
+MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
 HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-   KEYWORDS=""
+if [[ ${PV} = * ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git";
+   EGIT_CHECKOUT_DIR="${S}"
+   EXPERIMENTAL="true"
 else
-   
SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2";
+   SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.bz2
+   
https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+   S="${WORKDIR}/${MY_P}"
 fi
-
 LICENSE="LGPL-2"
 SLOT="0"
 IUSE="egl gles2"
@@ -37,17 +34,8 @@ DEPEND="${RDEPEND}
virtual/glu
x11-base/xorg-proto"
 
-S=${WORKDIR}/${MY_P}
-EGIT_CHECKOUT_DIR=${S}
-
-src_unpack() {
-   default
-   [[ $PV = * ]] && git-r3_src_unpack
-}
-
 src_prepare() {
-   base_src_prepare
-
+   default
[[ $PV = * ]] && eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/files/, x11-apps/mesa-progs/

2019-03-18 Thread Matt Turner
commit: 8a1131945d85c4aa12bc24d6333cc6861f71b5d3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 18 09:24:07 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 18 17:22:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a113194

x11-apps/mesa-progs: Bump to version 8.4.0

Closes: https://bugs.gentoo.org/650456
Signed-off-by: Lars Wendler  gentoo.org>
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/mesa-progs/Manifest   |   1 +
 .../files/mesa-progs-8.4.0-improve-printing.patch  | 289 +
 x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild|  68 +
 3 files changed, 358 insertions(+)

diff --git a/x11-apps/mesa-progs/Manifest b/x11-apps/mesa-progs/Manifest
index 2fff29c5e0a..729d07c6b69 100644
--- a/x11-apps/mesa-progs/Manifest
+++ b/x11-apps/mesa-progs/Manifest
@@ -1,2 +1,3 @@
 DIST mesa-demos-8.2.0.tar.bz2 10071635 BLAKE2B 
3619738f9aabb8a32e23e96fb3283c1215354f1b45c5c8df315d339b7d3153b0f0042bd0a5e1f45c8ca4c461284a1843615904a6f0d32b108f60c9a043cb99a8
 SHA512 
590e9fb66e23c0ad526754e9084858eb3e1fa906be55ee6121089325254b970e135e04d53c634cabd13d59c572ea39a4a877bce14b120d73850aafd159a5c8de
 DIST mesa-demos-8.3.0.tar.bz2 10044647 BLAKE2B 
66605d2be7a3e1ea30429b29c574d866961e7df6f17479647d8d4a3cb788f52701ee8c6379c208157348a265d0a3eb90b929415073fa03ba6aefc47f8a45e5c8
 SHA512 
9ba96980306953f7b72745063e75809fb8399bbd5fc58fca96290a8b4e61741bb82fb6171311eddf249ea12face83d7c7b087e6dade6833699a8d220fc752e3f
+DIST mesa-demos-8.4.0.tar.bz2 10073259 BLAKE2B 
d251e705c6e3d2fe959161d736401fd06ba267a9c389341098373670b6f44ca7cdb451d96e94e3b22f006b696a9b19e38096423f6438544539f46beda91c03f4
 SHA512 
b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957

diff --git a/x11-apps/mesa-progs/files/mesa-progs-8.4.0-improve-printing.patch 
b/x11-apps/mesa-progs/files/mesa-progs-8.4.0-improve-printing.patch
new file mode 100644
index 000..ffc4d3fa28d
--- /dev/null
+++ b/x11-apps/mesa-progs/files/mesa-progs-8.4.0-improve-printing.patch
@@ -0,0 +1,289 @@
+From aa9e66f2d1e96937c56e4141bf8c966a8a59983f Mon Sep 17 00:00:00 2001
+From: Brian Paul 
+Date: Wed, 28 Feb 2018 11:14:34 -0700
+Subject: [PATCH 1/4] glxinfo/wglinfo: remove print_shader_limits() code
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+And add queries of GL 2.0 limits.  All the VS, FS, GS limits which were
+reported with print_shader_limits() are also covered by the GL 2.0 and
+3.2 queries.
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105285
+Reviewed-by: Mathias Fröhlich 
+Reviewed-by: Emil Velikov 
+---
+ src/xdemos/glinfo_common.c | 89 +-
+ 1 file changed, 11 insertions(+), 78 deletions(-)
+
+diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c
+index 3668026b..7ffbeac5 100644
+--- a/src/xdemos/glinfo_common.c
 b/src/xdemos/glinfo_common.c
+@@ -378,74 +378,6 @@ struct token_name
+ };
+ 
+ 
+-static void
+-print_shader_limit_list(const struct token_name *lim)
+-{
+-   GLint max[1];
+-   unsigned i;
+-
+-   for (i = 0; lim[i].token; i++) {
+-  glGetIntegerv(lim[i].token, max);
+-  if (glGetError() == GL_NO_ERROR) {
+-   printf("%s = %d\n", lim[i].name, max[0]);
+-  }
+-   }
+-}
+-
+-
+-/**
+- * Print interesting limits for vertex/fragment shaders.
+- */
+-static void
+-print_shader_limits(GLenum target)
+-{
+-   static const struct token_name vertex_limits[] = {
+-  { GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB, 
"GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB" },
+-  { GL_MAX_VARYING_FLOATS_ARB, "GL_MAX_VARYING_FLOATS_ARB" },
+-  { GL_MAX_VERTEX_ATTRIBS_ARB, "GL_MAX_VERTEX_ATTRIBS_ARB" },
+-  { GL_MAX_TEXTURE_IMAGE_UNITS_ARB, "GL_MAX_TEXTURE_IMAGE_UNITS_ARB" },
+-  { GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB, 
"GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB" },
+-  { GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB, 
"GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB" },
+-  { GL_MAX_TEXTURE_COORDS_ARB, "GL_MAX_TEXTURE_COORDS_ARB" },
+-  { GL_MAX_VERTEX_OUTPUT_COMPONENTS  , "GL_MAX_VERTEX_OUTPUT_COMPONENTS  
" },
+-  { (GLenum) 0, NULL }
+-   };
+-   static const struct token_name fragment_limits[] = {
+-  { GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB, 
"GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB" },
+-  { GL_MAX_TEXTURE_COORDS_ARB, "GL_MAX_TEXTURE_COORDS_ARB" },
+-  { GL_MAX_TEXTURE_IMAGE_UNITS_ARB, "GL_MAX_TEXTURE_IMAGE_UNITS_ARB" },
+-  { GL_MAX_FRAGMENT_INPUT_COMPONENTS , "GL_MAX_FRAGMENT_INPUT_COMPONENTS 
" },
+-  { (GLenum) 0, NULL }
+-   };
+-   static const struct token_name geometry_limits[] = {
+-  { GL_MAX_GEOMETRY_UNIFORM_COMPONENTS, 
"GL_MAX_GEOMETRY_UNIFORM_COMPONENTS" },
+-  { GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, 
"GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS" },
+-  { GL_MAX_GEOMETRY_OUTPUT_VERTICES  , "GL_MAX_GEOMETRY_OUTPUT_VER

  1   2   >