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

2018-07-25 Thread Zac Medico
commit: c79c207fa4aab0c1ca5cd9914fbf583baa25bd7f
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jul 26 05:43:42 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jul 26 05:43:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79c207f

sys-process/tini: remove old version 0.17.0

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-process/tini/Manifest   |  1 -
 sys-process/tini/tini-0.17.0.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/sys-process/tini/Manifest b/sys-process/tini/Manifest
index 055f4819a95..78ea602e4cb 100644
--- a/sys-process/tini/Manifest
+++ b/sys-process/tini/Manifest
@@ -1,3 +1,2 @@
 DIST tini-0.16.1.tar.gz 29641 BLAKE2B 
637ee17bbf8553b7803dc78cc40ec55ea919ec003005c7f2524322df6cc93a2e4c6fc017fa25c581f50eb17482956ebf37bf49c7796c33d227c7327ca467a906
 SHA512 
aa0a802c403a07771a2b28a07b97fa2c93d40b5d5be2cba6556c8e7a92e608453010625d0236d26c27bdd2820aed3ad9ca676b70f7fcd5986d7f91eb928d053c
-DIST tini-0.17.0.tar.gz 30881 BLAKE2B 
8212bfa56b6ade3b79e1d4d3144b10b98e4daf19e9a9c93f6db44dfea22f80b4c6810619832b339984681d1933d00964f7cfbf516286354141f795d3cb5e745f
 SHA512 
4e59241bd621cd89f9c07dcd7a21754a947c87d3571b06bc5f034c0059a20cbc02d4d22fd08a79633b84fd47980dbf5240e2d2fa382aaf5c32e6003710b7691a
 DIST tini-0.18.0.tar.gz 32152 BLAKE2B 
d676f0f1b4d9f6dca98cdb626aa7c525ec55e090cfeb1cf0e9ab167f1ef4285123223873e92e81d5d62ceb631e26e9012f16b28b1d35813ac801f8e4594be70b
 SHA512 
83279180b6a875aaff9b6b7446ee7e71fd05357279744afcb4db67c76572dc871acfba86c035857009b5dd88ca75d9f2e815d6a925563cdb3e6e771eb83be9b1

diff --git a/sys-process/tini/tini-0.17.0.ebuild 
b/sys-process/tini/tini-0.17.0.ebuild
deleted file mode 100644
index 15f145ee4ab..000
--- a/sys-process/tini/tini-0.17.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="A tiny but valid init for containers"
-HOMEPAGE="https://github.com/krallin/tini;
-SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+args +static"
-
-src_prepare() {
-   cmake-utils_src_prepare
-   # Do not strip binary
-   sed -i -e 's/-Wl,-s")$/")/' CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=()
-   use args || mycmakeargs+=(-DMINIMAL=ON)
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
-   cmake-utils_src_compile
-}
-
-src_install() {
-   cmake-utils_src_install
-   if use static; then
-   mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die
-   else
-   rm "${ED%/}"/usr/bin/${PN}-static || die
-   fi
-}



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

2018-07-25 Thread Jeroen Roovers
commit: 588ad086ed1da56720df256fd0894049cd77bc63
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 26 05:30:39 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 26 05:31:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588ad086

www-client/surf: Move more deps behind USE=savedconfig (bug #662140).

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 www-client/surf/surf-2.0.ebuild  | 6 +++---
 www-client/surf/surf-.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index 33d0ddd78c8..734ac2bd45d 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,10 +28,10 @@ DEPEND="
 RDEPEND="
!sci-chemistry/surf
${COMMON_DEPEND}
-   x11-apps/xprop
-   x11-misc/dmenu
!savedconfig? (
net-misc/curl
+   x11-apps/xprop
+   x11-misc/dmenu
x11-terms/st
)
 "

diff --git a/www-client/surf/surf-.ebuild b/www-client/surf/surf-.ebuild
index c21a8305225..2156192b747 100644
--- a/www-client/surf/surf-.ebuild
+++ b/www-client/surf/surf-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,10 +28,10 @@ DEPEND="
 RDEPEND="
!sci-chemistry/surf
${COMMON_DEPEND}
-   x11-apps/xprop
-   x11-misc/dmenu
!savedconfig? (
+   >=x11-misc/dmenu-4.7
net-misc/curl
+   x11-apps/xprop
x11-terms/st
)
 "



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

2018-07-25 Thread Hans de Graaff
commit: c5cc686bbe318b7a3f16f20ece5d160317b83d36
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 26 04:52:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 26 04:52:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cc686b

dev-ruby/net-telnet: add 0.2.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/net-telnet/Manifest|  1 +
 dev-ruby/net-telnet/net-telnet-0.2.0.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/net-telnet/Manifest b/dev-ruby/net-telnet/Manifest
index b3cbe5ef15d..87721afe849 100644
--- a/dev-ruby/net-telnet/Manifest
+++ b/dev-ruby/net-telnet/Manifest
@@ -1 +1,2 @@
 DIST net-telnet-0.1.1.tar.gz 12794 BLAKE2B 
5a82e62e47cb9153b17dd6042c7e5c767ae3a9cbe0739ad769aab2fe798c7766819b89bc325f148791ce37a55ae267eb5854142d2fcb7d387fd29c32e118c169
 SHA512 
769d83bae55826bb99f189d06a8fb8a6d497d6c7687289f5aad2efced6f282484e5f766dc95f0158045b824532cd8f0a674ecc69883018814a009bc29d6fe29d
+DIST net-telnet-0.2.0.tar.gz 13299 BLAKE2B 
6b87974281b4e1857a1e05efdfc751a5149f9057598c89b8b288219b95268955ee3f80e21cc787ac767ef3126c9ee23d9b62e29ebcb8c317def703f0e0dc1fe6
 SHA512 
a4473c42d33c10594c4445c29db73f4d611555710228cce263f7fc273e71140423dcbc2e89eec2a26f35f98de48aa72eca9f44cf0cd4626d702709963ce7b02d

diff --git a/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild 
b/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild
new file mode 100644
index 000..6ce7ad83e9e
--- /dev/null
+++ b/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+# Don't install the binaries since they don't seem to be intended for
+# general use and they have very generic names leading to collisions,
+# e.g. bug 571186
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides telnet client functionality"
+HOMEPAGE="https://github.com/ruby/net-telnet;
+SRC_URI="https://github.com/ruby/net-telnet/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( Ruby-BSD BSD-2 )"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}



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

2018-07-25 Thread David Seifert
commit: fbd6c026d243011773658707cf802f72d7b29d64
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 24 18:46:29 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jul 26 03:43:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd6c026

x11-plugins/wmxres: EAPI7, improve ebuild

 x11-plugins/wmxres/wmxres-1.2-r1.ebuild | 41 +
 1 file changed, 41 insertions(+)

diff --git a/x11-plugins/wmxres/wmxres-1.2-r1.ebuild 
b/x11-plugins/wmxres/wmxres-1.2-r1.ebuild
new file mode 100644
index 000..a21121f7f82
--- /dev/null
+++ b/x11-plugins/wmxres/wmxres-1.2-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Dock application to select your display mode among those possible"
+HOMEPAGE="http://yalla.free.fr/wn;
+SRC_URI="http://yalla.free.fr/wn/${PN}-1.1-0.tar.gz;
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm
+   x11-libs/libXxf86vm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   x11-libs/libXxf86dga"
+
+S="${WORKDIR}/${PN}.app"
+
+PATCHES=( "${FILESDIR}"/${PN}-debian-1.1-1.2.patch )
+
+src_prepare() {
+   default
+   sed -e "s:-g -c -O2:${CFLAGS} -c:" \
+   -e "s:\tcc :\t $(tc-getCC) \$(LDFLAGS) :g" \
+   -i Makefile || die "sed failed"
+}
+
+src_compile() {
+   emake INCDIR="-I${EPREFIX}/usr/include" 
LIBDIR="-L${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+   dobin ${PN}/${PN}
+   doman ${PN}.1
+}



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

2018-07-25 Thread David Seifert
commit: 65507d39254e142fc870358ad06233cfbd1d0b38
Author: Lucian Poston  pm  me>
AuthorDate: Thu Jul 26 01:36:57 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jul 26 03:38:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65507d39

sys-fs/davl: Remove ~amd64

Closes: https://bugs.gentoo.org/662150
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9353

 sys-fs/davl/davl-1.2.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/davl/davl-1.2.4-r2.ebuild b/sys-fs/davl/davl-1.2.4-r2.ebuild
index 7d27600f6a5..0fdc23693d0 100644
--- a/sys-fs/davl/davl-1.2.4-r2.ebuild
+++ b/sys-fs/davl/davl-1.2.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2.6:2"



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

2018-07-25 Thread David Seifert
commit: bca07d8f820858faa9e0b4e74932fcb51c5c5101
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 24 18:43:02 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jul 26 03:43:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca07d8f

x11-plugins/wmxkb: EAPI7, improve ebuild

 x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild | 40 +
 1 file changed, 40 insertions(+)

diff --git a/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild 
b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
new file mode 100644
index 000..c1686dffe7d
--- /dev/null
+++ b/x11-plugins/wmxkb/wmxkb-1.2.2-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
+HOMEPAGE="http://wmalms.tripod.com/#WMXKB;
+SRC_URI="http://wmalms.tripod.com/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+DOCS=( CHANGES README )
+HTML_DOCS=( doc/manual{,_body,_title}.html )
+
+src_prepare() {
+   default
+   sed -i -e 's:$(LD) -o:$(CC) $(LDFLAGS) -o:' Makefile.in || die #336528
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   dobin wmxkb
+   insinto /usr/share/pixmaps/wmxkb
+   doins pixmaps/*.xpm
+   einstalldocs
+}



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

2018-07-25 Thread David Seifert
commit: abd87e40cd7bf428047cc06cd790a6ccae4e53b6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 24 18:34:48 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jul 26 03:43:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd87e40

x11-plugins/wmwork: fix HOMEPAGE, SRC_URI

Closes: https://github.com/gentoo/gentoo/pull/9336

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

diff --git a/x11-plugins/wmwork/wmwork-0.2.5.ebuild 
b/x11-plugins/wmwork/wmwork-0.2.5.ebuild
index 3b4840f0b94..8be4f2add95 100644
--- a/x11-plugins/wmwork/wmwork-0.2.5.ebuild
+++ b/x11-plugins/wmwork/wmwork-0.2.5.ebuild
@@ -4,8 +4,8 @@
 EAPI=0
 
 DESCRIPTION="a dockapp that lets you easily track time spent on different 
projects"
-HOMEPAGE="http://www.godisch.de/debian/wmwork;
-SRC_URI="http://www.godisch.de/debian/${PN}/${P}.tar.gz;
+HOMEPAGE="https://www.dockapps.net/wmwork;
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxres/, x11-plugins/wmxres/files/

2018-07-25 Thread David Seifert
commit: 059f2642d046f0b1ac8022e97325d0e0b0f50060
Author: David Seifert  gentoo  org>
AuthorDate: Thu Jul 26 03:56:59 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jul 26 03:57:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059f2642

x11-plugins/wmxres: Simplify ebuild

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../files/wmxres-1.2-r1-fix-build-system.patch | 23 ++
 x11-plugins/wmxres/metadata.xml|  9 -
 x11-plugins/wmxres/wmxres-1.2-r1.ebuild| 16 ++-
 3 files changed, 33 insertions(+), 15 deletions(-)

diff --git a/x11-plugins/wmxres/files/wmxres-1.2-r1-fix-build-system.patch 
b/x11-plugins/wmxres/files/wmxres-1.2-r1-fix-build-system.patch
new file mode 100644
index 000..53c791dc5e0
--- /dev/null
+++ b/x11-plugins/wmxres/files/wmxres-1.2-r1-fix-build-system.patch
@@ -0,0 +1,23 @@
+--- a/Makefile
 b/Makefile
+@@ -1,16 +1,15 @@
+-INCDIR=   -I/usr/X11R6/include
+-LIBDIR=   -L/usr/X11R6/lib
+ LIBS  =   -lXpm -lXext -lX11 -lXxf86vm
+ OBJS  =   wmxres/wmxres.o \
+-  wmgeneral/wmgeneral.o \
++  wmgeneral/wmgeneral.o
++CFLAGS += -Wall
+ 
+ .c.o:
+-  cc -g -c -O2 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR)
++  $(CC) $(CPPFLAGS) $(CFLAGS) -c -D$(shell echo `uname -s`) $< -o $@
+ 
+ all: wmxres
+ 
+ wmxres: $(OBJS)
+-  cc -o wmxres/wmxres $^ $(LIBDIR) $(LIBS)
++  $(CC) $(LDFLAGS) -o wmxres/wmxres $^ $(LIBS)
+ 
+ install:: all
+   install -s -m 4755 -o root wmxres/wmxres /usr/X11R6/bin

diff --git a/x11-plugins/wmxres/metadata.xml b/x11-plugins/wmxres/metadata.xml
index 1d5e6504004..7d273a80ff6 100644
--- a/x11-plugins/wmxres/metadata.xml
+++ b/x11-plugins/wmxres/metadata.xml
@@ -1,9 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   voyag...@gentoo.org
-   Bernard Cafarelli
-
-
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   
 

diff --git a/x11-plugins/wmxres/wmxres-1.2-r1.ebuild 
b/x11-plugins/wmxres/wmxres-1.2-r1.ebuild
index a21121f7f82..cd415d8686c 100644
--- a/x11-plugins/wmxres/wmxres-1.2-r1.ebuild
+++ b/x11-plugins/wmxres/wmxres-1.2-r1.ebuild
@@ -22,17 +22,13 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${PN}.app"
 
-PATCHES=( "${FILESDIR}"/${PN}-debian-1.1-1.2.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-debian-1.1-1.2.patch
+   "${FILESDIR}"/${PN}-1.2-r1-fix-build-system.patch
+)
 
-src_prepare() {
-   default
-   sed -e "s:-g -c -O2:${CFLAGS} -c:" \
-   -e "s:\tcc :\t $(tc-getCC) \$(LDFLAGS) :g" \
-   -i Makefile || die "sed failed"
-}
-
-src_compile() {
-   emake INCDIR="-I${EPREFIX}/usr/include" 
LIBDIR="-L${EPREFIX}/usr/$(get_libdir)"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {



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

2018-07-25 Thread David Seifert
commit: 2d4a8c4328b04a6deae80461997744422a0bf48c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jul 24 18:36:46 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jul 26 03:43:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4a8c43

x11-plugins/wmwork: EAPI7, improve ebuild

 x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild 
b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
new file mode 100644
index 000..685729961fd
--- /dev/null
+++ b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a dockapp that lets you easily track time spent on different 
projects"
+HOMEPAGE="https://www.dockapps.net/wmwork;
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=x11-libs/libXext-1.0.3
+   >=x11-libs/libX11-1.1.1-r1
+   >=x11-libs/libXpm-3.5.6"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+S="${WORKDIR}/${P}/src"
+
+DOCS=( ../{CHANGES,README} )



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

2018-07-25 Thread Mikle Kolyada
commit: 4864903fbe09a0db76f2e12adf4636a6f3ab6ddf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jul 26 01:46:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 26 01:46:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4864903f

net-libs/cvm: Drop old (EAPI=2)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/cvm/Manifest|   1 -
 net-libs/cvm/cvm-0.82.ebuild | 103 ---
 2 files changed, 104 deletions(-)

diff --git a/net-libs/cvm/Manifest b/net-libs/cvm/Manifest
index 16e7b06de0f..20d601ec49f 100644
--- a/net-libs/cvm/Manifest
+++ b/net-libs/cvm/Manifest
@@ -1,3 +1,2 @@
 DIST cvm-0.76.tar.gz 91957 BLAKE2B 
4b1ff780fa0842f2dba7afafe98479b76b95c3dc71ea3fe0321c92039697fde1fa69a99ee78450cadae6b23941344c48f4d4c845f9c3fcc8a69a5f8f208fbee6
 SHA512 
f3634be766e1381a95c09514547679f458e92b5f4de468b5d3b4e5f7e8f1eb8d1aa7eb5e2b15a374cbf51cc5f6e6269e7f5e7d9daf8d2adfaed37d2e11f472fa
-DIST cvm-0.82.tar.gz 93615 BLAKE2B 
0d2dd8d19fed2587806bcbb314241c7d9c2ea9d17e09f7201a516667861c5b8652d460a60b9546dfb2d99e579d315e9e2115440beb7b690cfa209eb2300327cb
 SHA512 
a9d94d993f91395a3a1c5dd16570ddf05d725b799754d4fd7d76959774fabc6f73356dbcd61a4ff28cca8551bd7d7c55249009da5d801a0d883e63aaf778c013
 DIST cvm-0.96.tar.gz 127999 BLAKE2B 
bf6a0f26538f4f10dafe9d021e6f3ef22ee57230f64cf50cba95be3cb5ddf54a0479d033936d26ee9526745ead61fc6af7bfd1fdc3da10a6915108b2d873772c
 SHA512 
23adf39571bf414fa61084ac824a54b3cb37ef32a46c72ad50734743fb66bb923168eb866d72fba7f88397b37831e2ce7603c7d543996b28761ed1d5b053d73d

diff --git a/net-libs/cvm/cvm-0.82.ebuild b/net-libs/cvm/cvm-0.82.ebuild
deleted file mode 100644
index 089b8e086f7..000
--- a/net-libs/cvm/cvm-0.82.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Credential Validation Modules by Bruce Guenter"
-HOMEPAGE="http://untroubled.org/cvm/;
-SRC_URI="${HOMEPAGE}archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~sparc ~x86 ~amd64"
-IUSE="mysql postgres test vpopmail"
-
-RDEPEND="dev-db/cdb"
-DEPEND="${RDEPEND}
-   >=dev-libs/bglibs-1.041
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql[server] )
-   vpopmail? ( net-mail/vpopmail )
-   test? ( app-editors/vim )"
-# some of the testcases use ex/vi/xxd
-
-src_unpack() {
-   unpack ${A}
-   # disable this test, as it breaks under Portage
-   # and there is no easy fix
-   sed -i.orig \
-   -e '/qmail-lookup-nodomain/,/^END_OF_TEST_RESULTS/d' \
-   "${S}"/tests.sh || die "sed failed"
-   # Fix the vpopmail build
-   sed -i.orig \
-   -e '/.\/ltload cvm-vchkpw/s,-lmysqlclient,,g' \
-   -e '/.\/ltload cvm-vchkpw/s,-L/usr/local/vpopmail/lib,,g' \
-   -e '/.\/ltload cvm-vchkpw/s,-L/var/vpopmail/lib,,g' \
-   -e '/.\/ltload cvm-vchkpw/s,-L/usr/local/lib/mysql,,g' \
-   -e '/.\/ltload cvm-vchkpw/s,\.la,.la `cat 
/var/vpopmail/etc/lib_deps`,g' \
-   "${S}"/Makefile \
-   || die "Failed to fix vpopmail linking parts of Makefile"
-   sed -i.orig \
-   -e '/.\/compile cvm-vchkpw/s,$, `cat 
/var/vpopmail/etc/inc_deps`,g' \
-   "${S}"/Makefile \
-   || die "Failed to fix vpopmail compiling parts of Makefile"
-}
-
-src_compile() {
-   echo "/usr/include/bglibs" > conf-bgincs
-   echo "/usr/lib/bglibs" > conf-bglibs
-   echo "/usr/include" > conf-include
-   echo "/usr/lib" > conf-lib
-   echo "/usr/bin" > conf-bin
-   echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-   echo "$(tc-getCC) ${LDFLAGS} -lcrypt" > conf-ld
-   emake || die
-
-   if use mysql; then
-   einfo "Building MySQL support"
-   emake mysql || die "making mysql support failed"
-   fi
-
-   if use postgres; then
-   einfo "Building Postgresql support"
-   emake pgsql || die "making postgres support failed"
-   fi
-
-   if use vpopmail; then
-   einfo "Building vpopmail support"
-   emake cvm-vchkpw || die "making vpopmail support failed"
-   fi
-}
-
-src_install() {
-   # Upstreams installer is incredibly broken
-   dolib .libs/*.a .libs/*.so.*
-   for i in a so ; do
-   dosym libcvm-v2client.${i} /usr/$(get_libdir)/libcvm-client.${i}
-   done
-
-   for i in {bench,test}client chain checkpassword pwfile qmail unix \
-   vmailmgr{,-local,-udp} 
v1{benchclient,checkpassword,testclient} \
-   ; do
-   dobin .libs/cvm-${i}
-   done
-   use mysql && dobin .libs/cvm-mysql{,-local,-udp}
-   use postgres && dobin .libs/cvm-pgsql{,-local,-udp}
-   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-instance-debootstrap/

2018-07-25 Thread Mikle Kolyada
commit: b7bd1c2a181d565e5e461f32fe0ba92bbb3607b2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jul 26 01:32:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 26 01:32:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bd1c2a

app-emulation/ganeti-instance-debootstrap: Drop old (EAPI=2)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/ganeti-instance-debootstrap/Manifest |  1 -
 .../ganeti-instance-debootstrap-0.12.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-emulation/ganeti-instance-debootstrap/Manifest 
b/app-emulation/ganeti-instance-debootstrap/Manifest
index cff807af11b..cfe93ff79c2 100644
--- a/app-emulation/ganeti-instance-debootstrap/Manifest
+++ b/app-emulation/ganeti-instance-debootstrap/Manifest
@@ -1,3 +1,2 @@
 DIST ganeti-instance-debootstrap-0.11.tar.gz 67946 BLAKE2B 
0dbf3d16ae4058f0093adcd0a33c473719cf6de267dbc4e99e3326a2885d57693e2d0408b1079681056be88c7db23ab168e38f38d4051e8847d3b552fa42d4a1
 SHA512 
d39ae29b49e3e0e25e9052ee5201d5aeeedfa229cc0b8674ea01a26b1b615b262c1464ca16b5268884a0fa28981e5126eec084d7bb9298a4b405574925b85b4e
-DIST ganeti-instance-debootstrap-0.12.tar.gz 69835 BLAKE2B 
096bd1534a41de21cb26883397f1f07db2e9ea5991cfea05d8c4e44344659d642fded54ed90e350b1db3225385badd350f88c5137e9c035d5ee7fa24bd7098c2
 SHA512 
5f1813510071addca9bee5e36f7b34a5cbd06f53db8222f6345cb788af8d686aeb94d11ec098eb63b8e11ded18a03c233dd99237f2db9190894bab6189353ab5
 DIST ganeti-instance-debootstrap-0.16.tar.gz 23020 BLAKE2B 
8e96597ee94e5806de78ade571f5287e68c5442a91fb8ef3f6e2dbb95301e036fa79225b3c8a2517b05ff14eba0fb541c792556218d0f9a9346f1ebe524a6b38
 SHA512 
43197d034d719b81ea8737ea60763d43bf71bc9b15b0fbee60bd42e5b0c0f3821805986d4f564db91207a83c2396e87fe081180eec3a5da77d18f2d510fbff1f

diff --git 
a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild
 
b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild
deleted file mode 100644
index 8d6740a836a..000
--- 
a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Scripts to build Ganeti VMs with debootstrap"
-HOMEPAGE="http://www.ganeti.org/;
-SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-arch/dpkg
-   app-arch/dump
-   app-emulation/ganeti
-   dev-util/debootstrap
-   >=sys-apps/coreutils-6.10-r1
-   sys-apps/util-linux
-   sys-fs/e2fsprogs"
-
-src_configure() {
-   econf --docdir=/usr/share/doc/${P} || die "econf failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "install failed"
-   insinto /etc/ganeti/instance-debootstrap/hooks
-   doins examples/hooks/*
-}



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

2018-07-25 Thread Mikle Kolyada
commit: 449d594e8e6ffc139683fc3dc3cff91753d49616
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jul 26 01:17:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 26 01:17:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449d594e

dev-java/neuroph: Drop old (EAPI=2)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-java/neuroph/Manifest |  2 --
 dev-java/neuroph/neuroph-2.3.1.ebuild | 39 ---
 dev-java/neuroph/neuroph-2.3.ebuild   | 39 ---
 3 files changed, 80 deletions(-)

diff --git a/dev-java/neuroph/Manifest b/dev-java/neuroph/Manifest
index 2af27b8f99e..c5e02151f7a 100644
--- a/dev-java/neuroph/Manifest
+++ b/dev-java/neuroph/Manifest
@@ -1,3 +1 @@
-DIST neuroph_2.3.1_nb.zip 8006436 BLAKE2B 
5be553e6d9393df0bf803313b1d4da95e0ea4f99876027753c093015f1e07c2c4537928167df0bb685e18b4d873a518e3af18e545fa5f3f840b60ed00f262496
 SHA512 
50977d407e45c11d7a9154d434a84fac5386b55c542b91cefd27e4b147a10fdaa0903446ec4e6ceeaad139013ef78a81125f783ff2fae9f0bc6661813dfe48c8
-DIST neuroph_2.3_nb.zip 8257618 BLAKE2B 
9b84eb18201f7cd4b35de3bb48b227b5e3579e436870f1bac943cd904b5259fc9107b08df0446958096737f17ff3a83487160c7367b292b0bfd1696d7cbbc849
 SHA512 
f2d6c87862435fe5217259842b3d9829780fe82dc87a682bc3ce38ecb708968b2458bf2d8631daeba209ccb9ca8e7c74fd1e5dd3c6ca606cf8b9ce4ea23db485
 DIST neuroph_2.4_nb.zip 20050658 BLAKE2B 
a05e9feeb7c0dd8dd505cc9f85f33f40058b26521d9a80b00991ed84cb150240caedf6c00bcf4a7562f5559a6e5efeac7d150017a17c882e2119e6c3f4b35e10
 SHA512 
9c675f0d2194c5c1b822af8adffd8120f97962d22eb8e99561cfc78f2d87bb76e73d335c1c8ee5278964f3717bfde41c8ae91527e78efca63f5914529ae6d61a

diff --git a/dev-java/neuroph/neuroph-2.3.1.ebuild 
b/dev-java/neuroph/neuroph-2.3.1.ebuild
deleted file mode 100644
index cfe33c8ea55..000
--- a/dev-java/neuroph/neuroph-2.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A lightweight Java neural network framework"
-HOMEPAGE="http://neuroph.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_nb.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip"
-
-S="${WORKDIR}/${PN}_${PV}_nb/${PN}"
-
-java_prepare() {
-   find "${WORKDIR}" -iname '*.jar' -delete
-   find "${WORKDIR}" -iname '*.class' -delete
-}
-
-EANT_BUILD_XML="nbbuild.xml"
-EANT_BUILD_TARGET="jar"
-EANT_DOC_TARGET="javadoc"
-EANT_EXTRA_ARGS="-Djavadoc.additionalparam=\"\""
-
-src_install() {
-   java-pkg_dojar "dist/${PN}.jar"
-   use doc && java-pkg_dojavadoc dist/javadoc
-   use source && java-pkg_dosrc src
-}

diff --git a/dev-java/neuroph/neuroph-2.3.ebuild 
b/dev-java/neuroph/neuroph-2.3.ebuild
deleted file mode 100644
index cfe33c8ea55..000
--- a/dev-java/neuroph/neuroph-2.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A lightweight Java neural network framework"
-HOMEPAGE="http://neuroph.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_nb.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip"
-
-S="${WORKDIR}/${PN}_${PV}_nb/${PN}"
-
-java_prepare() {
-   find "${WORKDIR}" -iname '*.jar' -delete
-   find "${WORKDIR}" -iname '*.class' -delete
-}
-
-EANT_BUILD_XML="nbbuild.xml"
-EANT_BUILD_TARGET="jar"
-EANT_DOC_TARGET="javadoc"
-EANT_EXTRA_ARGS="-Djavadoc.additionalparam=\"\""
-
-src_install() {
-   java-pkg_dojar "dist/${PN}.jar"
-   use doc && java-pkg_dojavadoc dist/javadoc
-   use source && java-pkg_dosrc src
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/

2018-07-25 Thread Mikle Kolyada
commit: fb7afb5faf07a9a5a17effd4f839556f9d787577
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jul 26 00:44:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 26 00:44:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7afb5f

dev-embedded/libftdi: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-embedded/libftdi/Manifest|  1 -
 dev-embedded/libftdi/libftdi-0.19.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-embedded/libftdi/Manifest b/dev-embedded/libftdi/Manifest
index 9e0b4670079..652b1fabd0e 100644
--- a/dev-embedded/libftdi/Manifest
+++ b/dev-embedded/libftdi/Manifest
@@ -1,4 +1,3 @@
-DIST libftdi-0.19.tar.gz 406671 BLAKE2B 
47979967d8597584e46a5d9297ed24454d0583869110b52af7662a04a4b037ea57ec6ba133a61d355f0ccf1366b14195a8ccb13d7bb585264cdd1d528f2cf2d9
 SHA512 
c6deefe8c83063343321e8c2c6b6c1c2842a9f1caf4e54f47106c3c4aac638736f19fecf91582c6cc9f4917c4d140157440c360ce3a030dfb7fa027483bab972
 DIST libftdi-0.20.tar.gz 423570 BLAKE2B 
f0aa420a704e18c4257b99a4593dbaf46a15806d980b24909fe8678b36e74b568cd5915db1e14f8b904541334fbf3d18f069dc479a0bf66b2ea8e113611cb82b
 SHA512 
540e5eb201a65936c3dbabff70c251deba1615874b11ff27c5ca16c39d71c150cf61758a68b541135a444fe32ab403b0fba0daf55c587647aaf9b3f400f1dee7
 DIST libftdi1-1.2.tar.bz2 100672 BLAKE2B 
314ee2695324bc3f6adad56d7ff8fddabfb86714a689ee309afc6aa8498a19fc55d2ea8f4edf0c378d944494505def3faabf1d9c3bb98e6c228526c392d26f09
 SHA512 
d175e2b39dda880653a2e46db67e49a8921095e69eff6598159c3c31292d4ce76617c2f1617fd6727b08c930fcea335d8ef01857debbb60e7ac384b516d38a05
 DIST libftdi1-1.4.tar.bz2 109521 BLAKE2B 
4186342afb2a0118c454230a925ccff2ed0aedd942cdd3afb1ac59519f1cd48db7f04421ecdb5aa6e53993666a903de00ce447fd81d00839806f8cc0d34c6e52
 SHA512 
dbab74f7bc35ca835b9c6dd5b70a64816948d65da1f73a9ece37a0f0f630bd0df1a676543acc517b02a718bc34ba4f7a30cbc48b6eed1c154c917f8ef0a358fc

diff --git a/dev-embedded/libftdi/libftdi-0.19.ebuild 
b/dev-embedded/libftdi/libftdi-0.19.ebuild
deleted file mode 100644
index 71475c70766..000
--- a/dev-embedded/libftdi/libftdi-0.19.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3 autotools
-   EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
-else
-   
SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${P}.tar.gz;
-   KEYWORDS="amd64 arm ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Userspace access to FTDI USB interface chips"
-HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/;
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="cxx doc examples python static-libs"
-
-RDEPEND="virtual/libusb:0
-   cxx? ( dev-libs/boost )
-   python? ( dev-lang/python )"
-DEPEND="${RDEPEND}
-   python? ( dev-lang/swig )
-   doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   if [[ ${PV} == * ]] ; then
-   mkdir -p m4
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable cxx libftdipp) \
-   $(use_with doc docs) \
-   $(use_with examples) \
-   $(use_enable python python-binding) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   use static-libs || find "${D}" -name '*.la' -delete
-   dodoc ChangeLog README
-
-   if use doc ; then
-   doman doc/man/man3/*
-   dohtml doc/html/*
-   fi
-   if use examples ; then
-   docinto examples
-   dodoc examples/*.c
-   fi
-}



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

2018-07-25 Thread Mikle Kolyada
commit: 3e362afd0e6127d39f60ad4a7aa2d6573db07ae7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 25 23:23:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 25 23:30:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e362afd

profiles/package.mask: cleanup

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 731855794db..8c56e8d6082 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -143,10 +143,6 @@ app-crypt/gkeys-gen
 # Doesn't work at all (#645388). Removal in a month
 net-misc/whatportis
 
-# Pacho Ramos  (28 Jun 2018)
-# Doesn't work, dead since 2005, bug #658984. Removal in a month.
-dev-python/pyrtf
-
 # Pacho Ramos  (28 Jun 2018)
 # Cannot be imported, bug #659410. Removal in a month.
 app-misc/jira-cli
@@ -225,27 +221,12 @@ games-arcade/xevil
 dev-java/servletapi
 dev-java/sun-jacc-api
 
-# Pacho Ramos  (17 Jun 2018)
-# Needs a major version bump to stop relying on old versions of other libs
-# (#421427). Removal in a month.
-dev-java/easyneurons
-
-# Pacho Ramos  (17 Jun 2018)
-# Upstream dead for ages, relies on dead gstreamer:0.10 (#552528). Removal
-# in a month.
-x11-misc/winswitch
-
 # Pacho Ramos  (17 Jun 2018)
 # Obsolete package not needed for a long time, bug #559994. Removal in a
 # month.
 dev-java/jdom-jaxen
 =dev-java/jdom-1.0-r4
 
-# Pacho Ramos  (17 Jun 2018)
-# Fails to build, nothing requires it (#561366, #579600, #618936). Removal
-# in a month.
-net-misc/openvpn-auth-ldap
-
 # Pacho Ramos  (17 Jun 2018)
 # Upstream dead for a long time, bug #606194. Removal in a month.
 dev-libs/DirectFB
@@ -300,11 +281,6 @@ app-doc/mkdoxy
 # Doesn't run, cannot bump it (#651146). Removal in a month.
 games-emulation/hatari
 
-# Pacho Ramos  (17 Jun 2018)
-# Dead since 2002, orphan, nothing requires it (#651344). Removal in a
-# month.
-app-text/rhyme
-
 # Pacho Ramos  (17 Jun 2018)
 # Dead lib not used by anything in the tree (#652186). Removal in a month.
 net-libs/libwhisker
@@ -314,10 +290,6 @@ net-libs/libwhisker
 # unmaintained in our side) (#653390). Removal in a month.
 sys-boot/getdvhoff
 
-# Pacho Ramos  (17 Jun 2018)
-# Not needed by anything anymore (#653664). Removal in a month.
-dev-python/pyxml
-
 # Pacho Ramos  (17 Jun 2018)
 # Both games crash on start (#653812). Removal in a month.
 games-arcade/marbleblast-demo



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

2018-07-25 Thread Louis Sautier
commit: 9329883f1bf86cdf34435b173a7e4a439342be36
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 21:57:27 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 23:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9329883f

dev-python/python-ctags: fix bugs-to URL in metadata.xml

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/python-ctags/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-ctags/metadata.xml 
b/dev-python/python-ctags/metadata.xml
index 7e80c76c504..123026b3636 100644
--- a/dev-python/python-ctags/metadata.xml
+++ b/dev-python/python-ctags/metadata.xml
@@ -8,6 +8,6 @@

python-ctags3
jonashaag/python-ctags3
-   
https://github.com/jonashaag/python-ctags/issues
+   
https://github.com/jonashaag/python-ctags3/issues

 



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

2018-07-25 Thread Louis Sautier
commit: b73debca0270dbf3e8c831f1907d8bf84c5fc8b4
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 22:50:42 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 23:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73debca

dev-python/pysrt: add Python 3.7, PyPy{,3}, don't run coverage tests

Also use a proper PyPI URL since those work again, make tests verbose
and update license to GPl-3 or later.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/pysrt/pysrt-1.1.1-r1.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/pysrt/pysrt-1.1.1-r1.ebuild 
b/dev-python/pysrt/pysrt-1.1.1-r1.ebuild
new file mode 100644
index 000..5ceb7f70950
--- /dev/null
+++ b/dev-python/pysrt/pysrt-1.1.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library used to edit or create SubRip files"
+HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/;
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/byroot/pysrt.git;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   nosetests -v || die "Tests failed under ${EPYTHON}"
+}



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

2018-07-25 Thread Louis Sautier
commit: 7a4040bd223dc56251f028894789b04465277e96
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 23:14:57 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 23:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4040bd

dev-python/pysrt: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/pysrt/Manifest   |  2 --
 dev-python/pysrt/pysrt-1.0.1.ebuild | 31 ---
 dev-python/pysrt/pysrt-1.1.0.ebuild | 30 --
 3 files changed, 63 deletions(-)

diff --git a/dev-python/pysrt/Manifest b/dev-python/pysrt/Manifest
index 12007c9623f..2c86a5e5eee 100644
--- a/dev-python/pysrt/Manifest
+++ b/dev-python/pysrt/Manifest
@@ -1,3 +1 @@
-DIST pysrt-1.0.1.tar.gz 11741 BLAKE2B 
abb2e208b40f643d953f53bd0e1848a1ca412a32dcf4660f4c975c7c84df401ba773b9f55a7d4df170c8c9ffba14225a9abd75ac443d51e9a3bbc2a3f5237d35
 SHA512 
cd03d40ebef953d7ea67073a114f10a87eb142670ece727d09a31b498835d8485ac0c125f4281b6ababdd6f0757f9549ce38cb05eda79b23ff17950ab891d0eb
-DIST pysrt-1.1.0.tar.gz 12171 BLAKE2B 
8ed72f59f8340b800a4f75ac0cadd313061934abfa8ce6307eb4e3e33551bb8a0629e2be1f2ec1c635e9c3454239354c67ca624adc4be5788a0664af40a4f13f
 SHA512 
31d085ca255cc9a09fe0df8611067ad39db36789b9cce89638382b2bcd5c4cad93a4cf1b19d852eb5a954fff89e602ab6359d4846ba9c6ca05d4b7a3b27ffa24
 DIST pysrt-1.1.1.tar.gz 104027 BLAKE2B 
a035234d687a6d7e69123a012087b8d065cad3904ce422b3a4390b0f6a0ad8471e35d7f5d9cd7e835ff2238566dd0b7a40a039b88d5b6d3a4be464e390847d79
 SHA512 
607f80c1f66702d36b6fa54b293f59c6a28415d812bf54d7210075d1c84a7547ce2776c0809910ed3d79c08a3c595ce74719976d8f2818820a3f4a306ffc1825

diff --git a/dev-python/pysrt/pysrt-1.0.1.ebuild 
b/dev-python/pysrt/pysrt-1.0.1.ebuild
deleted file mode 100644
index c4f45f56d83..000
--- a/dev-python/pysrt/pysrt-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library used to edit or create SubRip files"
-HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/;
-# pypi tarballs don't include tests https://github.com/byroot/pysrt/issues/42
-SRC_URI="https://github.com/byroot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[coverage(+),${PYTHON_USEDEP}]
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   nosetests --with-coverage --cover-package=pysrt \
-   || die "Tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/pysrt/pysrt-1.1.0.ebuild 
b/dev-python/pysrt/pysrt-1.1.0.ebuild
deleted file mode 100644
index 1dff1003668..000
--- a/dev-python/pysrt/pysrt-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library used to edit or create SubRip files"
-HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[coverage(+),${PYTHON_USEDEP}]
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   nosetests --with-coverage --cover-package=pysrt \
-   || die "Tests failed under ${EPYTHON}"
-}



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

2018-07-25 Thread Louis Sautier
commit: 9de01c8e147ed2759b0572d0fef024956384e27d
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 23:14:25 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 23:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de01c8e

dev-python/pysrt: sync live ebuild with 1.1.1-r1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/pysrt/pysrt-.ebuild | 25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/dev-python/pysrt/pysrt-.ebuild 
b/dev-python/pysrt/pysrt-.ebuild
index bda2f23780f..5ceb7f70950 100644
--- a/dev-python/pysrt/pysrt-.ebuild
+++ b/dev-python/pysrt/pysrt-.ebuild
@@ -1,30 +1,35 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
 
-inherit distutils-r1 git-r3
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
 
 DESCRIPTION="Python library used to edit or create SubRip files"
 HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/;
-EGIT_REPO_URI="https://github.com/byroot/pysrt.git;
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/byroot/pysrt.git;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
-   dev-python/nose[coverage(+),${PYTHON_USEDEP}]
${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
)
 "
 
 python_test() {
-   nosetests --with-coverage --cover-package=pysrt \
-   || die "Tests failed under ${EPYTHON}"
+   nosetests -v || die "Tests failed under ${EPYTHON}"
 }



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

2018-07-25 Thread Jimi Huotari
commit: e389555ec66d89f4d0fed7a9d75a3deeada7fce7
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Jul 25 23:11:33 2018 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Jul 25 23:15:28 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e389555e

dev-qt/qtwebengine: sync with main Gentoo repo tree

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-qt/qtwebengine/qtwebengine-5.11..ebuild | 3 +--
 dev-qt/qtwebengine/qtwebengine-5.9..ebuild  | 1 -
 dev-qt/qtwebengine/qtwebengine-5..ebuild| 3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.11..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.11..ebuild
index 94340299..32fb11c5 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.11..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.11..ebuild
@@ -29,7 +29,6 @@ RDEPEND="
dev-libs/libevent:=
dev-libs/libxml2[icu]
dev-libs/libxslt
-   dev-libs/protobuf:=
dev-libs/re2:=
media-libs/fontconfig
media-libs/freetype
@@ -63,7 +62,7 @@ RDEPEND="
geolocation? ( ~dev-qt/qtpositioning-${PV} )
pulseaudio? ( media-sound/pulseaudio:= )
system-ffmpeg? ( media-video/ffmpeg:0= )
-   system-icu? ( dev-libs/icu:= )
+   system-icu? ( >=dev-libs/icu-60.2:= )
widgets? (
~dev-qt/qtdeclarative-${PV}[widgets]
~dev-qt/qtwidgets-${PV}

diff --git a/dev-qt/qtwebengine/qtwebengine-5.9..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
index f9aeb7b1..65a2d764 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
@@ -29,7 +29,6 @@ RDEPEND="
dev-libs/libevent:=
dev-libs/libxml2[icu]
dev-libs/libxslt
-   dev-libs/protobuf:=
dev-libs/re2:=
media-libs/fontconfig
media-libs/freetype

diff --git a/dev-qt/qtwebengine/qtwebengine-5..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5..ebuild
index 2a7c9515..f1bc40d6 100644
--- a/dev-qt/qtwebengine/qtwebengine-5..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5..ebuild
@@ -29,7 +29,6 @@ RDEPEND="
dev-libs/libevent:=
dev-libs/libxml2[icu]
dev-libs/libxslt
-   dev-libs/protobuf:=
dev-libs/re2:=
media-libs/fontconfig
media-libs/freetype
@@ -63,7 +62,7 @@ RDEPEND="
geolocation? ( ~dev-qt/qtpositioning-${PV} )
pulseaudio? ( media-sound/pulseaudio:= )
system-ffmpeg? ( media-video/ffmpeg:0= )
-   system-icu? ( dev-libs/icu:= )
+   system-icu? ( >=dev-libs/icu-60.2:= )
widgets? (
~dev-qt/qtdeclarative-${PV}[widgets]
~dev-qt/qtwidgets-${PV}



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

2018-07-25 Thread Jimi Huotari
commit: ff0d3865e5f74858721db8aeb43a405d3bc7185b
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Jul 25 23:08:15 2018 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Jul 25 23:15:23 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ff0d3865

dev-qt/qtgui: sync with main Gentoo repo tree

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-qt/qtgui/qtgui-5.11..ebuild | 2 +-
 dev-qt/qtgui/qtgui-5..ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtgui/qtgui-5.11..ebuild 
b/dev-qt/qtgui/qtgui-5.11..ebuild
index 034e4220..c8309dc2 100644
--- a/dev-qt/qtgui/qtgui-5.11..ebuild
+++ b/dev-qt/qtgui/qtgui-5.11..ebuild
@@ -131,7 +131,7 @@ src_prepare() {
qt_use_disable_config dbus dbus \
src/platformsupport/themes/genericunix/genericunix.pri
 
-   qt_use_disable_config tuio udpsocket src/plugins/generic/generic.pro
+   qt_use_disable_config tuio tuiotouch src/plugins/generic/generic.pro
 
qt_use_disable_mod ibus dbus \
src/plugins/platforminputcontexts/platforminputcontexts.pro

diff --git a/dev-qt/qtgui/qtgui-5..ebuild b/dev-qt/qtgui/qtgui-5..ebuild
index 034e4220..c8309dc2 100644
--- a/dev-qt/qtgui/qtgui-5..ebuild
+++ b/dev-qt/qtgui/qtgui-5..ebuild
@@ -131,7 +131,7 @@ src_prepare() {
qt_use_disable_config dbus dbus \
src/platformsupport/themes/genericunix/genericunix.pri
 
-   qt_use_disable_config tuio udpsocket src/plugins/generic/generic.pro
+   qt_use_disable_config tuio tuiotouch src/plugins/generic/generic.pro
 
qt_use_disable_mod ibus dbus \
src/plugins/platforminputcontexts/platforminputcontexts.pro



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

2018-07-25 Thread Mikle Kolyada
commit: 8b6ccd70a8985311979bbb2cefddd17e855e7693
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 25 23:19:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 25 23:19:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6ccd70

dev-python/pyxml: remove last rited package

Closes: https://bugs.gentoo.org/653664

 dev-python/pyxml/Manifest  |  1 -
 .../pyxml/files/pyxml-0.8.4-python-2.6.patch   | 28 
 dev-python/pyxml/metadata.xml  | 11 
 dev-python/pyxml/pyxml-0.8.4-r3.ebuild | 74 --
 4 files changed, 114 deletions(-)

diff --git a/dev-python/pyxml/Manifest b/dev-python/pyxml/Manifest
deleted file mode 100644
index d8caae3b2c0..000
--- a/dev-python/pyxml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyXML-0.8.4.tar.gz 734954 BLAKE2B 
e052bfd298f7e2016d7077330401d077788e22721b55d7b996f53abdc48b1717472a9d47d5567f7c0d6d53c2ca4933a77743e8248e56128f58b089eac64d0811
 SHA512 
68d9802a58b8ce90d668d2ba659136dc5377e224fdb837284fdcaf640f28b3bb400bf485d602689905d56121b9ffaa7f7758b4a2f262d1321c8b9890952c8a1e

diff --git a/dev-python/pyxml/files/pyxml-0.8.4-python-2.6.patch 
b/dev-python/pyxml/files/pyxml-0.8.4-python-2.6.patch
deleted file mode 100644
index d29b0b6a9eb..000
--- a/dev-python/pyxml/files/pyxml-0.8.4-python-2.6.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -rupN PyXML-0.8.4-old/xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py 
PyXML-0.8.4/xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py
 PyXML-0.8.4-old/xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py 
2008-12-15 16:54:36.0 +0900
-+++ PyXML-0.8.4/xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py 
2008-12-15 16:57:02.0 +0900
-@@ -24,8 +24,8 @@ class ParsedAbbreviatedAbsoluteLocationP
- self._rel = rel
- nt = ParsedNodeTest.ParsedNodeTest('node', '')
- ppl = ParsedPredicateList.ParsedPredicateList([])
--as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
--self._step = ParsedStep.ParsedStep(as, nt, ppl)
-+as_ = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
-+self._step = ParsedStep.ParsedStep(as_, nt, ppl)
- return
- 
- def evaluate(self, context):
-diff -rupN PyXML-0.8.4-old/xml/xpath/ParsedAbbreviatedRelativeLocationPath.py 
PyXML-0.8.4/xml/xpath/ParsedAbbreviatedRelativeLocationPath.py
 PyXML-0.8.4-old/xml/xpath/ParsedAbbreviatedRelativeLocationPath.py 
2008-12-15 16:54:36.0 +0900
-+++ PyXML-0.8.4/xml/xpath/ParsedAbbreviatedRelativeLocationPath.py 
2008-12-15 16:58:58.0 +0900
-@@ -28,8 +28,8 @@ class ParsedAbbreviatedRelativeLocationP
- self._right = right
- nt = ParsedNodeTest.ParsedNodeTest('node','')
- ppl = ParsedPredicateList.ParsedPredicateList([])
--as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
--self._middle = ParsedStep.ParsedStep(as, nt, ppl)
-+as_ = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
-+self._middle = ParsedStep.ParsedStep(as_, nt, ppl)
- 
- def evaluate(self, context):
- res = []

diff --git a/dev-python/pyxml/metadata.xml b/dev-python/pyxml/metadata.xml
deleted file mode 100644
index 3fd7e1e6f1f..000
--- a/dev-python/pyxml/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   pyxml
-   
-

diff --git a/dev-python/pyxml/pyxml-0.8.4-r3.ebuild 
b/dev-python/pyxml/pyxml-0.8.4-r3.ebuild
deleted file mode 100644
index a21d3cca4dc..000
--- a/dev-python/pyxml/pyxml-0.8.4-r3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils
-
-MY_P=${P/pyxml/PyXML}
-
-DESCRIPTION="A collection of libraries to process XML with Python"
-HOMEPAGE="http://pyxml.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD CNRI MIT PSF-2 public-domain"
-# Other licenses:
-# BeOpen Python Open Source License Agreement Version 1
-# Zope Public License (ZPL) Version 1.0
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc examples"
-
-DEPEND=">=dev-libs/expat-1.95.6"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   local PATCHES=(
-   "${FILESDIR}/${P}-python-2.6.patch"
-   )
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile() {
-   # use the already-installed shared copy of libexpat
-   distutils-r1_python_compile --with-libexpat="${EPREFIX}/usr"
-}
-

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

2018-07-25 Thread Mikle Kolyada
commit: 06794555a434e8d36eed81f0afe18ec2a433c871
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 25 23:14:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 25 23:14:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06794555

app-text/rhyme: remove last rited package

Closes: https://bugs.gentoo.org/651344
Closes: https://bugs.gentoo.org/521256

 app-text/rhyme/Manifest|  1 -
 app-text/rhyme/metadata.xml| 16 --
 app-text/rhyme/rhyme-0.9-r1.ebuild | 44 --
 3 files changed, 61 deletions(-)

diff --git a/app-text/rhyme/Manifest b/app-text/rhyme/Manifest
deleted file mode 100644
index dcd51f66751..000
--- a/app-text/rhyme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rhyme-0.9.tar.gz 896013 BLAKE2B 
d163013a0507fae2c2094076fe77f3ff6be252968e38adb97734ae7ada16407ef2f47ebdded9e7a0c06207514923e0bd881968c9a5088d715e1ecb4b1fc03c09
 SHA512 
a769313c4790eae94eca1ecf8c00459b9d74e6437d339f8dc9f6642eea51258a0fc2541877a68eeb3a897c29877b673be17826450c1da5a2352a61266784d0fb

diff --git a/app-text/rhyme/metadata.xml b/app-text/rhyme/metadata.xml
deleted file mode 100644
index aa21005d236..000
--- a/app-text/rhyme/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   What is this thing? Why it's a rhyming dictionary, of course! 
But more
-   specifically, it's a command-line program that takes a word and 
returns
-   to you a formatted list of all words that rhyme with it. The 
default
-   response is a perfect rhyme (which is probably what you want). 
Or you
-   can get a syllable count of a certain word ("whitening" has 2-3
-   syllables, etc.).
-   
-   
-   rhyme
-   
-

diff --git a/app-text/rhyme/rhyme-0.9-r1.ebuild 
b/app-text/rhyme/rhyme-0.9-r1.ebuild
deleted file mode 100644
index 660464e5c6b..000
--- a/app-text/rhyme/rhyme-0.9-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-# missing files ...
-RESTRICT="test"
-
-DESCRIPTION="Console based Rhyming Dictionary"
-HOMEPAGE="http://rhyme.sourceforge.net/;
-SRC_URI="mirror://sourceforge/rhyme/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=sys-libs/readline-4.3
-   >=sys-libs/gdbm-1.8.0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # termcap is used by default, switch to ncurses
-   sed -i Makefile \
-   -e 's|-ltermcap||g' \
-   -e 's|-o rhyme|$(LDFLAGS) &|g' \
-   || die "sed Makefile"
-}
-
-src_compile() {
-   # Disable parallell building wrt bug #125967
-   emake -j1 CC="$(tc-getCC)" FLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-   # author doesnt use -D for install
-   dodir /usr/share/rhyme /usr/bin /usr/share/man/man1
-
-   einstall BINPATH="${D}"/usr/bin \
-   MANPATH="${D}"/usr/share/man/man1 \
-   RHYMEPATH="${D}"/usr/share/rhyme
-}



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

2018-07-25 Thread Mikle Kolyada
commit: f4cb5da2bd25b99240f5c71ee18e301a56ec6b27
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 25 23:10:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 25 23:10:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cb5da2

dev-python/pyrtf: remove last rited package

Closes: https://bugs.gentoo.org/658984

 dev-python/pyrtf/Manifest |  1 -
 dev-python/pyrtf/metadata.xml | 11 ---
 dev-python/pyrtf/pyrtf-0.45-r2.ebuild | 25 -
 3 files changed, 37 deletions(-)

diff --git a/dev-python/pyrtf/Manifest b/dev-python/pyrtf/Manifest
deleted file mode 100644
index 6c00b5ce68a..000
--- a/dev-python/pyrtf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyRTF-0.45.tar.gz 32837 BLAKE2B 
b6ec2ba832f0d7e84cc4de525c260191aec04156d22ccfe2e710110ae3f678f5cb119e08eba04aaa626b4c22cf343e31541ea7baca343f7bb9ea11fd80351397
 SHA512 
d07478ba7db6d3ef3e6c1925a58fb50b18936fecc4562338dd5b05d23672a4509a719b657a5b9e60bab5351f2be77551354fc9b856d7a9d3d4539733b05ab360

diff --git a/dev-python/pyrtf/metadata.xml b/dev-python/pyrtf/metadata.xml
deleted file mode 100644
index 05ae47510e5..000
--- a/dev-python/pyrtf/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   pyrtf
-   
-

diff --git a/dev-python/pyrtf/pyrtf-0.45-r2.ebuild 
b/dev-python/pyrtf/pyrtf-0.45-r2.ebuild
deleted file mode 100644
index a8cd7f64ebc..000
--- a/dev-python/pyrtf/pyrtf-0.45-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="PyRTF"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python library to produce RTF documents"
-HOMEPAGE="http://pyrtf.sourceforge.net https://pypi.org/project/PyRTF/;
-SRC_URI="mirror://sourceforge/$PN/${MY_P}.tar.gz"
-
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"



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

2018-07-25 Thread Mikle Kolyada
commit: 5b4fc0adce8c6d9d7e65890627ddbb3fba9c64a8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 25 23:02:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 25 23:02:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4fc0ad

dev-java/easyneurons: remove last rited package

Closes: https://bugs.gentoo.org/421427

 dev-java/easyneurons/Manifest   |  1 -
 dev-java/easyneurons/easyneurons-2.3.ebuild | 73 -
 dev-java/easyneurons/metadata.xml   | 11 -
 3 files changed, 85 deletions(-)

diff --git a/dev-java/easyneurons/Manifest b/dev-java/easyneurons/Manifest
deleted file mode 100644
index 6ac3ce58810..000
--- a/dev-java/easyneurons/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST neuroph_2.3_nb.zip 8257618 BLAKE2B 
9b84eb18201f7cd4b35de3bb48b227b5e3579e436870f1bac943cd904b5259fc9107b08df0446958096737f17ff3a83487160c7367b292b0bfd1696d7cbbc849
 SHA512 
f2d6c87862435fe5217259842b3d9829780fe82dc87a682bc3ce38ecb708968b2458bf2d8631daeba209ccb9ca8e7c74fd1e5dd3c6ca606cf8b9ce4ea23db485

diff --git a/dev-java/easyneurons/easyneurons-2.3.ebuild 
b/dev-java/easyneurons/easyneurons-2.3.ebuild
deleted file mode 100644
index 5914dd89982..000
--- a/dev-java/easyneurons/easyneurons-2.3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="GUI neural network editor for neuroph"
-HOMEPAGE="http://neuroph.sourceforge.net/;
-SRC_URI="mirror://sourceforge/neuroph/neuroph_${PV}_nb.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-COMMON_DEP="dev-java/colt:0
-   dev-java/appframework:0
-   dev-java/commons-collections:0
-   dev-java/absolutelayout:0
-   dev-java/jung:0
-   dev-java/xstream:0
-   ~dev-java/neuroph-${PV}
-   dev-java/javahelp:0
-   dev-java/appframework:0"
-
-RDEPEND=">=virtual/jre-1.6
-   ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip
-   ${COMMON_DEP}"
-
-S="${WORKDIR}/neuroph_${PV}_nb/${PN}"
-
-java_prepare() {
-   rm -R "${S}/../neuroph"
-   mv lib/CopyLibs/*.jar "${T}"/ || die
-
-   find "${WORKDIR}" -iname '*.jar' -delete
-   find "${WORKDIR}" -iname '*.class' -delete
-   mv "${T}"/org*.jar lib/CopyLibs/
-
-   java-pkg_jar-from --into lib commons-collections \
-   commons-collections.jar commons-collections-3.2.1.jar
-   java-pkg_jar-from --into lib appframework appframework.jar
-   java-pkg_jar-from --into lib/swing-app-framework appframework \
-   appframework.jar appframework-1.0.3.jar
-   java-pkg_jar-from --into lib jung jung.jar jung-1.7.6.jar
-   java-pkg_jar-from --into lib absolutelayout \
-   absolutelayout.jar
-   java-pkg_jar-from --into lib xstream xstream.jar \
-   xstream-1.3.1.jar
-   java-pkg_jar-from --into lib javahelp jh.jar
-   mkdir -p ../neuroph/dist
-   java-pkg_jar-from --into ../neuroph/dist neuroph
-}
-
-src_compile() {
-   eant -Dno.deps=True -Dreference.neuroph=lib/neuroph.jar \
-   -Dlibs.swing-app-framework.classpath=lib/appframework.jar \
-   -Dlibs.absolutelayout.classpath=lib/absolutelayout.jar jar
-}
-
-src_install() {
-   java-pkg_newjar "dist/easyNeurons.jar"
-   use source && java-pkg_dosrc src
-
-   java-pkg_dolauncher ${PN} \
-   --main org.neuroph.easyneurons.EasyNeuronsApplication
-
-}

diff --git a/dev-java/easyneurons/metadata.xml 
b/dev-java/easyneurons/metadata.xml
deleted file mode 100644
index 34e441f73ac..000
--- a/dev-java/easyneurons/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   j...@gentoo.org
-   Java
-   
-   
-   neuroph
-   
-



[gentoo-commits] repo/gentoo:master commit in: net-misc/openvpn-auth-ldap/, net-misc/openvpn-auth-ldap/files/

2018-07-25 Thread Mikle Kolyada
commit: 6ba685b8d0b8f2578d032f6780cb81e0083458ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 25 22:58:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 25 22:58:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba685b8

net-misc/openvpn-auth-ldap: retire last rited package

Closes: https://bugs.gentoo.org/561366
Closes: https://bugs.gentoo.org/579600
Closes: https://bugs.gentoo.org/618936

 net-misc/openvpn-auth-ldap/Manifest|  1 -
 .../files/2.0.4_pre20131110-gentoo.patch   | 47 ---
 .../files/2.0.4_pre20131110-objc.patch | 33 --
 net-misc/openvpn-auth-ldap/metadata.xml|  9 
 .../openvpn-auth-ldap-2.0.4_pre20131110.ebuild | 52 --
 5 files changed, 142 deletions(-)

diff --git a/net-misc/openvpn-auth-ldap/Manifest 
b/net-misc/openvpn-auth-ldap/Manifest
deleted file mode 100644
index db5522c7289..000
--- a/net-misc/openvpn-auth-ldap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openvpn-auth-ldap-2.0.4_pre20131110.tar.bz2 170168 BLAKE2B 
e29c446da147131af5c8571d294a916477823da6920a977e06ba42606abdc585adfe197042c06bf09021caed338f6818f2ae695bce5f414c82e0bf2b3c1d3473
 SHA512 
116422d9f1bee8f04f848438d4486acef262bc7a34e17c23a6b341b866c2361875092e40c1ac0e29458bca3a098cf6f00b94372d809e657819555badc7acab6c

diff --git a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-gentoo.patch 
b/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-gentoo.patch
deleted file mode 100644
index dbebe69ea41..000
--- a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-gentoo.patch
+++ /dev/null
@@ -1,47 +0,0 @@
- Mk/autoconf.mk.in | 4 ++--
- src/Makefile.in   | 4 ++--
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Mk/autoconf.mk.in b/Mk/autoconf.mk.in
-index fdbbbfc..db04c70 100644
 a/Mk/autoconf.mk.in
-+++ b/Mk/autoconf.mk.in
-@@ -13,7 +13,7 @@ OBJC_PTHREAD_LIBS= @OBJC_PTHREAD_LIBS@
- OBJC_PTHREAD_CFLAGS   = @OBJC_PTHREAD_CFLAGS@
- 
- PLUGIN_LD = @PLUGIN_LD@
--PLUGIN_LD_FLAGS   = @PLUGIN_LD_FLAGS@
-+PLUGIN_LD_FLAGS   = @PLUGIN_LD_FLAGS@ $(LDFLAGS)
- PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
- PLUGIN_SUFFIX = @PLUGIN_SUFFIX@
- PLUGIN_FILE   = @PLUGIN_FILE@
-@@ -33,7 +33,7 @@ PTHREAD_CFLAGS   = @PTHREAD_CFLAGS@
- 
- OPENVPN_CFLAGS= @OPENVPN_CFLAGS@
- 
--LDFLAGS = @LDFLAGS@
-+LDFLAGS += @LDFLAGS@
- 
- AR= @AR@
- RANLIB= @RANLIB@
-diff --git a/src/Makefile.in b/src/Makefile.in
-index b0eac7b..47c467b 100755
 a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -42,14 +42,14 @@ GEN_SRCS=  TRConfigParser.m \
- 
- TEST_OBJS=testplugin.o
- 
--CFLAGS+=  $(LDAP_CFLAGS) $(OPENVPN_CFLAGS)
-+CFLAGS+=  $(LDAP_CFLAGS) $(OPENVPN_CFLAGS) -fPIC
- OBJCFLAGS+=   $(LDAP_CFLAGS) $(OPENVPN_CFLAGS)
- LIBS+=-L. -lauth-ldap \
-   $(LDAP_LIBS) \
-   $(OBJC_LIBS) \
-   $(FLEX_LIBS)
- 
--INSTALL_LIB=  $(INSTALL) -m 755
-+INSTALL_LIB=  $(INSTALL) -m 755 -D
- PLUGIN_INSTALL_DIR=   $(DESTDIR)$(libdir)
- 
- all:: $(PLUGIN_FILE) $(AUTH_LIB) testplugin

diff --git a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-objc.patch 
b/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-objc.patch
deleted file mode 100644
index 0ddcb98167f..000
--- a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-objc.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git a/auth-ldap-2.0.4_pre20131110/aclocal.m4 
b/auth-ldap-2.0.4_pre20131110/aclocal.m4
-index e509555..3b73520 100644
 a/auth-ldap-2.0.4_pre20131110/aclocal.m4
-+++ b/auth-ldap-2.0.4_pre20131110/aclocal.m4
-@@ -130,7 +130,6 @@ AC_DEFUN([OD_OBJC_RUNTIME],[
-   AC_LINK_IFELSE([
-   AC_LANG_PROGRAM([
-   #include 
--  #include 

-   ], [
-   id class = 
objc_lookUpClass("Object");
-   id obj = @<:@class 
alloc@:>@;
-@@ -157,7 +156,6 @@ AC_DEFUN([OD_OBJC_RUNTIME],[
-   AC_LINK_IFELSE([
-   AC_LANG_PROGRAM([
-   #include 
--  #include 

-   ], [
-   id class = 
objc_lookup_class("Object");
-   id obj = @<:@class 
alloc@:>@;
-diff --git a/auth-ldap-2.0.4_pre20131110/src/TRString.h 
b/auth-ldap-2.0.4_pre20131110/src/TRString.h
-index 6755c63..77d139b 100644
 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/winswitch/, x11-misc/winswitch/files/

2018-07-25 Thread Mikle Kolyada
commit: cddcf9838acd192875f82ba04db3b06c22e300a2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 25 22:50:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 25 22:52:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddcf983

x11-misc/winswitch: remove last rited package

Closes: https://bugs.gentoo.org/552526
Closes: https://bugs.gentoo.org/552528
Closes: https://bugs.gentoo.org/552532
Closes: https://bugs.gentoo.org/605116
Closes: https://bugs.gentoo.org/611650

 x11-misc/winswitch/Manifest|  1 -
 .../winswitch/files/winswitch-0.12.18-PIL.patch| 84 --
 x11-misc/winswitch/metadata.xml| 12 
 x11-misc/winswitch/winswitch-0.12.18-r1.ebuild | 47 
 4 files changed, 144 deletions(-)

diff --git a/x11-misc/winswitch/Manifest b/x11-misc/winswitch/Manifest
deleted file mode 100644
index 70cd25a1f45..000
--- a/x11-misc/winswitch/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST winswitch-0.12.18.src.tar.bz2 1193952 BLAKE2B 
f9da52da90f10f1d623d66d6469f0a995316e45fa1fce3e21945579592b7da914a0dc2b86b80afb5f0a72d48a8d8897d06659d4a3366ff0ebc0b03ecbb74
 SHA512 
841d269119ab3118acbbd7ad1c2d27203b45a72213fd9e8d75d937224d973e78110a05e5772a3856a3f3c9440633b200c7a0eab67a3d5b0125de22f33084819e

diff --git a/x11-misc/winswitch/files/winswitch-0.12.18-PIL.patch 
b/x11-misc/winswitch/files/winswitch-0.12.18-PIL.patch
deleted file mode 100644
index be6484dd108..000
--- a/x11-misc/winswitch/files/winswitch-0.12.18-PIL.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=471564
-https://winswitch.org/trac/ticket/238
-
 winswitch-0.12.18/winswitch/virt/xpra_client_util.py
-+++ winswitch-0.12.18/winswitch/virt/xpra_client_util.py
-@@ -95,8 +95,8 @@
-   widgets = []
-   has_pil = False
-   try:
--  import Image
--  has_pil = Image is not None
-+  import PIL.Image
-+  has_pil = PIL.Image is not None
-   except:
-   pass
-   jw = self.get_encoding_widget(server, server_command, options, 
change_cb, has_pil)
 winswitch-0.12.18/winswitch/ui/capture_util.py
-+++ winswitch-0.12.18/winswitch/ui/capture_util.py
-@@ -125,16 +125,16 @@
-   #resize it
-   img_data = load_binary_file(self.filename)
-   import StringIO
--  import Image
--  image = Image.open(StringIO.StringIO(img_data))
-+  import PIL.Image
-+  image = PIL.Image.open(StringIO.StringIO(img_data))
-   self.save_resized(image)
- 
-   def save_resized(self, image):
-   """ save a PIL.Image after resizing it to thumbnail size """
--  import Image
-+  import PIL.Image
-   (w,h) = image.size
-   w,h = self.get_thumbnail_dimensions(w, h)
--  image.thumbnail((w,h), Image.ANTIALIAS)
-+  image.thumbnail((w,h), PIL.Image.ANTIALIAS)
-   image.save(self.filename, "PNG")
- 
- 
-@@ -190,13 +190,13 @@
- 
-   def do_capture(self):
-   #force py2exe to include these:
--  import Image
--  import GifImagePlugin
--  import JpegImagePlugin
--  import PngImagePlugin
--  import ImageGrab
--  assert Image and GifImagePlugin and JpegImagePlugin and 
PngImagePlugin and ImageGrab#avoid pydev warnings
--  screenshot = ImageGrab.grab()
-+  import PIL.Image
-+  import PIL.GifImagePlugin
-+  import PIL.JpegImagePlugin
-+  import PIL.PngImagePlugin
-+  import PIL.ImageGrab
-+  assert PIL.Image and PIL.GifImagePlugin and PIL.JpegImagePlugin 
and PIL.PngImagePlugin and PIL.ImageGrab#avoid pydev warnings
-+  screenshot = PIL.ImageGrab.grab()
-   self.save_resized(screenshot)
-   self.finish()
- 
 winswitch-0.12.18/winswitch/util/icon_util.py
-+++ winswitch-0.12.18/winswitch/util/icon_util.py
-@@ -27,7 +27,7 @@
-   HAS_CAIRO_RSVG = False
- 
- try:
--  import Image
-+  import PIL.Image
-   has_PIL = True
- except:
-   has_PIL = False
-@@ -58,10 +58,10 @@
-   return  scaled_data
- 
- def pil_load_scaled_pixmap(filename, size_limit):
--  img = Image.open(filename)
-+  img = PIL.Image.open(filename)
-   (w,h) = img.size
-   if w>size_limit or h>size_limit:
--  img.thumbnail((size_limit,size_limit), Image.ANTIALIAS)
-+  img.thumbnail((size_limit,size_limit), PIL.Image.ANTIALIAS)
-   assert img
-   return  pil_image_to_png_data(img)
- 

diff --git a/x11-misc/winswitch/metadata.xml b/x11-misc/winswitch/metadata.xml
deleted file mode 100644
index 

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

2018-07-25 Thread Jonas Stein
commit: 8b7842f1c4abfcf7d22e5a4a35c99b873aedf02e
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 25 20:34:05 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 25 22:47:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7842f1

app-admin/dio: Maintainer retired

Proxied maintainer retired due to inactivity.
Closes: https://bugs.gentoo.org/632926
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-admin/dio/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-admin/dio/metadata.xml b/app-admin/dio/metadata.xml
index 19a392ab549..ebf597f23ef 100644
--- a/app-admin/dio/metadata.xml
+++ b/app-admin/dio/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-donaldbmcint...@yahoo.co.uk
-Donald McIntosh
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
+  
   
 donaldmcintosh/dio
   



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

2018-07-25 Thread Sergei Trofimovich
commit: 78f182108aab03b5fe099973f15d8c2e23588ba5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 25 22:41:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 25 22:42:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f18210

profiles/arch/ia64: mask USE=server for sys-devel/gdb, bug #662040

Fails to build and needs a fix upstream.

Bug: https://bugs.gentoo.org/662040
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 030e882e83d..537ec65697c 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich  (25 Jul 2018)
+# USE=server does not compile and needs upstream fix: bug #662040
+>=sys-devel/gdb-8.1 server
+
 # Joonas Niilola  (17 Jun 2018)
 # Optional dependency not available for this arch
 dev-libs/efl vlc



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

2018-07-25 Thread Mart Raudsepp
commit: 22c2f26a40e04872826385a80605657d8e0da1b6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 21:54:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 22:07:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c2f26a

dev-libs/libgee: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/libgee/Manifest |  1 -
 dev-libs/libgee/libgee-0.20.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-libs/libgee/Manifest b/dev-libs/libgee/Manifest
index eda6ea9da9b..3e9eb8e310f 100644
--- a/dev-libs/libgee/Manifest
+++ b/dev-libs/libgee/Manifest
@@ -1,3 +1,2 @@
-DIST libgee-0.20.0.tar.xz 678972 BLAKE2B 
0c656ad7f934933422102d0e4da1591ca4637ff33e91b9f3c031e8a08d6300c3f4ffdf4a0cac814d7b8cd41f7e0f02dc188a1c7d1b418ffc4381f7a49171f85f
 SHA512 
c01611ed34862888fa038111010ec9899465f43423c9c90a18050dc0b0c2a53cf0fe3c7affcbdee91e225622ccbfa08bfd0c08f0eb7935611b3d461b5b919e66
 DIST libgee-0.20.1.tar.xz 681464 BLAKE2B 
5e7d6d9fb9c2833bd7334f5fb38dd1ff151ee4e5ebc3414d904b9c0dc57d3c3fe56ea2194828f9bc1eec57413058cb6866156a5e3da76381cf71fe98102d9c52
 SHA512 
b991acfea965e0afa007adac0df1763c3b97b31bf2832c0408128d02f4bb237a03c583b4dd107de1ed877ef042614352c845b6ba5f8b6fb535f43e2400746d7f
 DIST libgee-0.6.8.tar.xz 443060 BLAKE2B 
b11275dd27492c0ae80fc354f1167e96def9b7c126089509f83b6d291eb48155224f5449e1b22a2549c6e3f2cb5d5daf5daa3ccc425723b7a203762e09ada091
 SHA512 
b26d36ee9fc0c5c214521ad97bc20f11f1191a3dab72a5f1af2f6435f51ff2f28e81ccb26fac399939c1a7eaad519db98032d3bc593a4052463acd91bb12902a

diff --git a/dev-libs/libgee/libgee-0.20.0.ebuild 
b/dev-libs/libgee/libgee-0.20.0.ebuild
deleted file mode 100644
index 679b7a9e5f4..000
--- a/dev-libs/libgee/libgee-0.20.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="GObject-based interfaces and classes for commonly used data 
structures"
-HOMEPAGE="https://wiki.gnome.org/Projects/Libgee;
-
-LICENSE="LGPL-2.1+"
-SLOT="0.8/2"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sh sparc x86 ~x86-linux"
-IUSE="+introspection"
-
-# FIXME: add doc support, requires valadoc
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable introspection)
-   VALAC="$(type -P false)"
-}



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

2018-07-25 Thread Mart Raudsepp
commit: e1a928422c96c47c27628edcd1a3441c91ce0e02
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 22:01:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 22:08:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a92842

x11-libs/gtk+: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-libs/gtk+/Manifest|   1 -
 x11-libs/gtk+/gtk+-3.22.26.ebuild | 225 --
 2 files changed, 226 deletions(-)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 79afd2f7ad4..000211ae691 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -2,6 +2,5 @@ DIST gtk+-2.24.31.tar.xz 12805344 BLAKE2B 
f516f9970a95afa21ae5dbe9f0cafd3c57c5cd
 DIST gtk+-2.24.32-patchset.tar.xz 6392 BLAKE2B 
cd3a7256bf0552cd483a59dfd856497f5d908edb40d73c25a336726b880872a219d03a7163226abca6155bfb34a38675817124a82780760b226265ea3fdc3246
 SHA512 
6c8763826b479c9c122bb991ae42b0ce0e754d460be5c6ea8d1bba28f7318c014822eccaae0b39c3b7c16804991c8c46c53cd8ded3ad6212830a2f5746567543
 DIST gtk+-2.24.32.tar.xz 12620860 BLAKE2B 
03f4c0a8be98473f62bc8c86859937969c4169960a5f93d37ff6dcde00413215fa6c7125b15781bf50d67b40aa0056cb71b83fb50acb2c3467b5deb3c8d938f0
 SHA512 
8e8fd9ae32f1d6fb544da260f00599f0f05090d910d767b06ef086ab4f1f8373a29bb0da9767761c9b5f4cfd51b5c45d0fa5d39b0428c839ddf0a579df806696
 DIST gtk+-3.22.19.tar.xz 18841024 BLAKE2B 
dc4c27d022c6766036b16e52b53b4aa3946c41457abaabca390bdba2b720db71b9c584101990928af1bef73dc49f7b71a951babd52e11aa5306a1d877f18
 SHA512 
c83198794433ee6eb29f8740d59bd7056cd36808b4bff1a99563ab1a1742e6635dab4f2a8be33317f74d3b336f0d1adc28dd91410da056b50a08c215f184dce2
-DIST gtk+-3.22.26.tar.xz 18922136 BLAKE2B 
a1e43be24abe2bda8eb63f3794b191b152abb5717334f8f46fe3158eb7ec92d5413ed3ca0df2a1ad676deacee3e7ce5e737661ec5f5c911609d40d3b9379c4c4
 SHA512 
2fd3a4175168d37f243359bac5df84722a2830fe5b62f86b914ce39ff500f0361e412843922343dffef8bee8f1205799ff86dd3ae8ac419928f4fe977e0e946f
 DIST gtk+-3.22.29.tar.xz 18964852 BLAKE2B 
a7551d604a1e27cba1d0580f2645bf4afff900908ce40d3d4d05cfb7348afc0620922e9b7939cf4ce2314ff489ffe38386aaf2634f3eff6591dfd0a225f19bc7
 SHA512 
046fa4458626e81ea7b1ddb753d53ecd91d0f2101af428cfdf77fe866bbe430cb3622203cc5e895b220a9364e35009245cdaf76e0cfa30d32d31095b5fcb42bc
 DIST gtk+-3.22.30.tar.xz 18946084 BLAKE2B 
020512f61ae9d265849bb684c55c6ad3f1e1726d73ce169cd482e781e614f22f37ac23bc721b1dc11df03f0d4e07333266cc8549633cb255ca99a85a499108d3
 SHA512 
31440a615cb2f406d0f904e59febb8f876106f27818ddd6951c76ab9bcb421ca480dae2bebfb1c4b1e03b833fc7c42e9feede053d9d71f19a02fe778e3197b38

diff --git a/x11-libs/gtk+/gtk+-3.22.26.ebuild 
b/x11-libs/gtk+/gtk+-3.22.26.ebuild
deleted file mode 100644
index 2005ed92274..000
--- a/x11-libs/gtk+/gtk+-3.22.26.ebuild
+++ /dev/null
@@ -1,225 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
-
-DESCRIPTION="Gimp ToolKit +"
-HOMEPAGE="https://www.gtk.org/;
-
-LICENSE="LGPL-2+"
-SLOT="3"
-IUSE="aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland +X xinerama"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   xinerama? ( X )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Upstream wants us to do their job:
-# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
-RESTRICT="test"
-
-# FIXME: introspection data is built against system installation of gtk+:3,
-# bug #
-COMMON_DEPEND="
-   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
-   media-libs/fontconfig[${MULTILIB_USEDEP}]
-   >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
-   >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
-   x11-misc/shared-mime-info
-
-   cloudprint? (
-   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
-   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
-   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
-   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
-   wayland? (
-   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
-   >=dev-libs/wayland-protocols-1.9
-   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
-   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
-   )
-   X? (
-   >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
-   

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

2018-07-25 Thread Mart Raudsepp
commit: 4f792957172bac3a4da953016b130ff647bf25d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 21:59:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 22:07:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f792957

net-misc/modemmanager: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/modemmanager/Manifest  |   1 -
 net-misc/modemmanager/modemmanager-1.6.4.ebuild | 110 
 2 files changed, 111 deletions(-)

diff --git a/net-misc/modemmanager/Manifest b/net-misc/modemmanager/Manifest
index 072e15109e9..f2b09ab3182 100644
--- a/net-misc/modemmanager/Manifest
+++ b/net-misc/modemmanager/Manifest
@@ -1,2 +1 @@
 DIST ModemManager-1.6.12.tar.xz 1402364 BLAKE2B 
11335c495cc428936c9b0dd319449a7bf4c58a95ccd53b7a5bb276d78030272a7f29e5f0fa96a96613c5e0cb6a62239d864a23de6260fb55f6ecab09a18e6454
 SHA512 
2ac72fb2d36530204528cc0cd4815d0b93a1a8c8539ac345101e5e15bbfffd3eda888bbdc54298d3547b9aeacb94c75be5c600e993099671da2f9f27e8ee93cd
-DIST ModemManager-1.6.4.tar.xz 1464276 BLAKE2B 
5c5688c678f7b511d8097e47f143c04733b1d8e6624d7b1deb9dad286ccafa3f37455956f19d6d76a00230a044662a7c59275c41f7530b9829a602f968214ca2
 SHA512 
6b31ce186adce445cec8964df751b6146a86271e6c14d860740ae66cfe296ac2ac4df21079357775ac5f7a5837c80a7f8db21a2680bc6b45802f9928565f1c73

diff --git a/net-misc/modemmanager/modemmanager-1.6.4.ebuild 
b/net-misc/modemmanager/modemmanager-1.6.4.ebuild
deleted file mode 100644
index 9c85e2cec41..000
--- a/net-misc/modemmanager/modemmanager-1.6.4.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 user readme.gentoo-r1 systemd udev vala
-
-DESCRIPTION="Modem and mobile broadband management libraries"
-HOMEPAGE="https://cgit.freedesktop.org/ModemManager/ModemManager/;
-SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0/1" # subslot = dbus interface version, i.e. N in 
org.freedesktop.ModemManager${N}
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86"
-
-IUSE="+introspection mbim policykit +qmi systemd vala"
-REQUIRED_USE="
-   vala? ( introspection )
-"
-
-RDEPEND="
-   >=dev-libs/glib-2.36.0:2
-   >=virtual/libgudev-230:=
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-   mbim? ( >=net-libs/libmbim-1.14.0 )
-   policykit? ( >=sys-auth/polkit-0.106[introspection] )
-   qmi? ( >=net-libs/libqmi-1.16.0:= )
-   systemd? ( >=sys-apps/systemd-183 )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1
-   >=dev-util/intltool-0.40
-   >=sys-devel/gettext-0.19.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/ModemManager-${PV}"
-
-src_prepare() {
-   DOC_CONTENTS="If your USB modem shows up as a Flash drive when you plug 
it in,
-   You should install sys-apps/usb_modeswitch which will 
automatically
-   switch it over to USB modem mode whenever you plug it in.\n"
-
-   if use policykit; then
-   DOC_CONTENTS+="\nTo control your modem without needing to enter 
the root password,
-   add your user account to the 'plugdev' group."
-   fi
-
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-more-warnings \
-   --with-udev-base-dir="$(get_udevdir)" \
-   --disable-static \
-   --with-dist-version=${PVR} \
-   $(use_enable introspection) \
-   $(use_with mbim) \
-   $(use_with policykit polkit) \
-   $(usex systemd --with-suspend-resume=systemd 
--with-suspend-resume=no) \
-   $(use_with qmi) \
-   $(use_enable vala)
-}
-
-src_install() {
-   gnome2_src_install
-
-   # Allow users in plugdev group full control over their modem
-   if use policykit; then
-   insinto /usr/share/polkit-1/rules.d/
-   doins "${FILESDIR}"/01-org.freedesktop.ModemManager1.rules
-   fi
-
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-
-   use policykit && enewgroup plugdev
-
-   # The polkit rules file moved to /usr/share
-   
old_rules="${EROOT}etc/polkit-1/rules.d/01-org.freedesktop.ModemManager.rules"
-   if [[ -f "${old_rules}" ]]; then
-   case "$(md5sum ${old_rules})" in
- c5ff02532cb1da2c7545c3069e5d0992* | 
5c50f0dc603c0a56e2851a5ce9389335* )
-   # Automatically delete the old rules.d file if the user 
did not change it
-   elog
-   elog "Removing old ${old_rules} ..."
-   

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

2018-07-25 Thread Louis Sautier
commit: b8ccee9c6c7e030179eb6af536e65135d0fd611a
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 21:54:20 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 21:54:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ccee9c

dev-python/python-ctags: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/python-ctags/Manifest  |  1 -
 dev-python/python-ctags/python-ctags-1.2.3.ebuild | 26 ---
 2 files changed, 27 deletions(-)

diff --git a/dev-python/python-ctags/Manifest b/dev-python/python-ctags/Manifest
index c59e302937c..2d5c620f6c8 100644
--- a/dev-python/python-ctags/Manifest
+++ b/dev-python/python-ctags/Manifest
@@ -1,3 +1,2 @@
-DIST python-ctags3-1.2.3.tar.gz 45646 BLAKE2B 
3e8d2044a8c06f903efc02d4fa62a0dc3446426ce716a694b8b3daeba92aec56773f0c02a0a360d15a475b4cac32686f34997b98302198c667137b3c1b093f28
 SHA512 
3bbe730e75a5ae36208113c6e2c43894942002ee37ed700990416fe54d5644b2d2be795935d1392191aae11797ec613ca143343a287596a0a327027c2f170525
 DIST python-ctags3-1.2.4.tar.gz 47774 BLAKE2B 
4b1844a6a0d6d89e014206b728e1f1d8b964db2b85afe599cfc254b68f663052d7d1169c257378243e22929297bd254e23ce4c21e1ea1c9a60d7007727c322bf
 SHA512 
db6be08164da71b17de1a7fa46aaa60a5b83784f18ca4e2314e3b9954abe8996d5e07ed98aa024f70899fe87cf53d37671c9f42e567766b4a8af0f728df2bcfb
 DIST python-ctags3-1.3.0.tar.gz 54615 BLAKE2B 
b334b834cefb01bdbf2c061d44ef6e38070c2b3e5da6de25beb09d24bc9d5891a6892a4b0c9e8fa8f8168bf344c10880ac987e263844cb3dd21303f8c2d105e6
 SHA512 
3ad4433d69bd159879ff4eface5150acc8c0f609cc7597885824056ce4ec148e55ad234dffa53f07977aa3ace24846e180adce5316a2950ac8d4ff58ad128b68

diff --git a/dev-python/python-ctags/python-ctags-1.2.3.ebuild 
b/dev-python/python-ctags/python-ctags-1.2.3.ebuild
deleted file mode 100644
index d4796aaae81..000
--- a/dev-python/python-ctags/python-ctags-1.2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="${PN}3"
-DESCRIPTION="Exuberant Ctags indexing python bindings"
-HOMEPAGE="https://github.com/jonashaag/python-ctags3;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-util/ctags"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_test() {
-   esetup.py test
-}



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

2018-07-25 Thread Louis Sautier
commit: 3785ca3df9a348448eadb6e65cad4902e5467cb4
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 21:51:47 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 21:52:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3785ca3d

dev-python/python-ctags: bump to 1.3.0, adds Python 3.7, EAPI=7

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/python-ctags/Manifest  |  1 +
 dev-python/python-ctags/python-ctags-1.3.0.ebuild | 26 +++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/python-ctags/Manifest b/dev-python/python-ctags/Manifest
index d6ab5cac7f9..c59e302937c 100644
--- a/dev-python/python-ctags/Manifest
+++ b/dev-python/python-ctags/Manifest
@@ -1,2 +1,3 @@
 DIST python-ctags3-1.2.3.tar.gz 45646 BLAKE2B 
3e8d2044a8c06f903efc02d4fa62a0dc3446426ce716a694b8b3daeba92aec56773f0c02a0a360d15a475b4cac32686f34997b98302198c667137b3c1b093f28
 SHA512 
3bbe730e75a5ae36208113c6e2c43894942002ee37ed700990416fe54d5644b2d2be795935d1392191aae11797ec613ca143343a287596a0a327027c2f170525
 DIST python-ctags3-1.2.4.tar.gz 47774 BLAKE2B 
4b1844a6a0d6d89e014206b728e1f1d8b964db2b85afe599cfc254b68f663052d7d1169c257378243e22929297bd254e23ce4c21e1ea1c9a60d7007727c322bf
 SHA512 
db6be08164da71b17de1a7fa46aaa60a5b83784f18ca4e2314e3b9954abe8996d5e07ed98aa024f70899fe87cf53d37671c9f42e567766b4a8af0f728df2bcfb
+DIST python-ctags3-1.3.0.tar.gz 54615 BLAKE2B 
b334b834cefb01bdbf2c061d44ef6e38070c2b3e5da6de25beb09d24bc9d5891a6892a4b0c9e8fa8f8168bf344c10880ac987e263844cb3dd21303f8c2d105e6
 SHA512 
3ad4433d69bd159879ff4eface5150acc8c0f609cc7597885824056ce4ec148e55ad234dffa53f07977aa3ace24846e180adce5316a2950ac8d4ff58ad128b68

diff --git a/dev-python/python-ctags/python-ctags-1.3.0.ebuild 
b/dev-python/python-ctags/python-ctags-1.3.0.ebuild
new file mode 100644
index 000..c676cc53249
--- /dev/null
+++ b/dev-python/python-ctags/python-ctags-1.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="${PN}3"
+DESCRIPTION="Exuberant Ctags indexing python bindings"
+HOMEPAGE="https://github.com/jonashaag/python-ctags3;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-util/ctags"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+   esetup.py test
+}



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

2018-07-25 Thread Louis Sautier
commit: e7895965838ff425914a8fd61e0e443662295d20
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 21:32:27 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 21:39:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7895965

dev-python/jaraco-logging: add Python 3.7, verbose tests, drop PyPy

This package depends on dev-python/tempora. Recent versions of it
require dev-python/jaraco-functools which doesn't support PyPy.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild 
b/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild
index 0b9ca834e44..606284a9c65 100644
--- a/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild
+++ b/dev-python/jaraco-logging/jaraco-logging-1.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -48,7 +48,7 @@ python_compile_all() {
 
 python_test() {
# Override pytest options to skip flake8
-   PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
+   PYTHONPATH=. pytest -v --override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
 }
 



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

2018-07-25 Thread Sergei Trofimovich
commit: e1b7ef2a6be1f66e802f90bd23f8da221d88562e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 25 21:35:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 25 21:35:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b7ef2a

dev-lang/spidermonkey: demote down to ~sparc

As reported by Dakon package has alignment issues
uncovered by testsuite:
../dist/bin/jsapi-tests
testErrorCopying_columnCopied
make: *** [Makefile:95: check] Segmentation fault

Might not be hard to fix and restore stable keywords but not today.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild  | 4 ++--
 dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild  | 4 ++--
 dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild | 4 ++--
 dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild | 4 ++--
 dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild| 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild
index e66d66acb10..5d604b03700 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ SRC_URI="http://archive.mozilla.org/pub/js/${MY_P}.tar.gz
 
 LICENSE="NPL-1.1"
 SLOT="0/js"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="threadsafe unicode"
 
 S="${WORKDIR}/js/src"

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
index b049a571130..c023e9f7c88 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/js/${TARBALL_P}.tar.gz
 
 LICENSE="NPL-1.1"
 SLOT="0/mozjs185"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE="debug minimal static-libs test"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild 
b/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild
index 06416bed528..fe180ba3be8 100644
--- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,7 +17,7 @@ 
SRC_URI="http://archive.mozilla.org/pub/js/${MY_PN}${PV}.tar.gz
 LICENSE="NPL-1.1"
 SLOT="17"
 # "MIPS, MacroAssembler is not supported" wrt #491294 for -mips
-KEYWORDS="alpha amd64 arm -hppa ia64 -mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm -hppa ia64 -mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="debug jit minimal static-libs test"
 
 REQUIRED_USE="debug? ( jit )"

diff --git a/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild 
b/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild
index 3d94feba95d..c42b72131c2 100644
--- a/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ SRC_URI="https://archive.mozilla.org/pub/js/${MY_P}.tar.bz2
 
 LICENSE="NPL-1.1"
 SLOT="24"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="debug icu jit minimal static-libs +system-icu test"
 
 RESTRICT="ia64? ( test )"

diff --git a/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild
index 57ea38ea866..dcbf4ae2527 100644
--- a/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/${PN}/releases/${PV}/${MY_P}.tar.bz2
 
 LICENSE="NPL-1.1"
 SLOT="38"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="debug +jit minimal static-libs +system-icu test"
 
 RESTRICT="ia64? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/files/, media-video/makemkv/

2018-07-25 Thread James Le Cuirot
commit: 5966e5e410ac11b1483f7d781a061ddf21f66cc1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jul 25 21:25:10 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jul 25 21:25:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5966e5e4

media-video/makemkv: Bump to 1.12.3, remove old 1.12.2

The ffmpeg patch is no longer needed.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-video/makemkv/Manifest   |  4 ++--
 media-video/makemkv/files/makemkv-ffmpeg.patch | 25 --
 ...makemkv-1.12.2.ebuild => makemkv-1.12.3.ebuild} |  2 +-
 3 files changed, 3 insertions(+), 28 deletions(-)

diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest
index 234d2b5ca36..c71ed4d6bf8 100644
--- a/media-video/makemkv/Manifest
+++ b/media-video/makemkv/Manifest
@@ -1,2 +1,2 @@
-DIST makemkv-bin-1.12.2.tar.gz 9137254 BLAKE2B 
9dbb6ff446f76bd119fdad65a97b983badeee17f78b59d79a4cb55f22d1bff443493ddbc1be77686906e324c6dbd3c93b851b0944238e97fc29bc4503c85ef07
 SHA512 
25b6be8dcea8aa521f2cf4b4ebac1a7a29ed1de603c5c14ee50f94fbf6a2968bf94116ba2dc39129334fb62497966d01032da4b276563c2e819a5f62f93d4d94
-DIST makemkv-oss-1.12.2.tar.gz 4379033 BLAKE2B 
24da56b6b3c356dd41d7a6f0449258c0b45cfb8f4882f130fb934911c5c42c080294f4e6445e949f840c372079f143a9b4c920e7f79ed71e553b8486bcc778b4
 SHA512 
d418dbb14b55bc69937d2265220b3df9dd4baf7d083ba94ff51ed5d9eb2e65c0c4dd2527076dfdcc539ccde7da24dcba94e471bef47998921f0d154330dc2980
+DIST makemkv-bin-1.12.3.tar.gz 9252749 BLAKE2B 
b81503e6bb98dbf0f61cf7918ab614972032106fc44c79d698df8fc3ebf73b4c07f74e6208cacc1756dc6a5b06a6ada663d0529f9f35bf7f0c658e18b07cb6ac
 SHA512 
79d73c8a3dcc4028a79b8aef8c228e6519ef8df7178cdbacd85ae24b8c6078a43651e34bb32c0ff83027ea2def998fefc938676ca6d83645d2b52fc36d65df9b
+DIST makemkv-oss-1.12.3.tar.gz 4379072 BLAKE2B 
3fded704fbb8f5c4fac944cac028fe8b7d7c9e86402475d84638db0052480d7694c170c5babb0422f756920f0f5b191031e555fce0dfdde8b9ee63be1d57c195
 SHA512 
cfb4f61333751038120b94e3854afa471e9007af36b47cb0a681c3615a7f66e0462ee601c711cd9ea7cb51cc6e0ff38662a62b78e0e47735b8c19b2da272f892

diff --git a/media-video/makemkv/files/makemkv-ffmpeg.patch 
b/media-video/makemkv/files/makemkv-ffmpeg.patch
deleted file mode 100644
index 930c144d263..000
--- a/media-video/makemkv/files/makemkv-ffmpeg.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Taken from 
https://negativo17.org/repos/multimedia/epel-7/SRPMS/makemkv-1.12.2-2.el7.src.rpm
-See 
https://github.com/FFmpeg/FFmpeg/commit/7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615
-and 
https://github.com/FFmpeg/FFmpeg/commit/b79a7da36faa6bb5914b04800b548e99eb3b81ca
-diff --git a/libffabi/src/ffabi.c b/libffabi/src/ffabi.c
-index 20db4e9..f08d53c 100644
 a/libffabi/src/ffabi.c
-+++ b/libffabi/src/ffabi.c
-@@ -517,7 +517,7 @@ FFM_AudioEncodeContext* __cdecl 
ffm_audio_encode_init(void* logctx,const char* n
- info->profile : FF_PROFILE_UNKNOWN;
- 
- if ((CodecFlags_CODEC_FLAG_GLOBAL_HEADER)!=0)
--ctx->avctx->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+ctx->avctx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
- 
- if (argp) {
- for (i=0;argp[i];i+=2) {
-@@ -718,7 +718,7 @@ int __cdecl 
ffm_audio_encode_get_info(FFM_AudioEncodeContext* ctx,FFM_AudioEncod
- info->delay = (int32_t)ctx->avctx->delay;
- info->flags = 0;
- 
--if ((ctx->avctx->flags_FLAG_GLOBAL_HEADER)!=0)
-+if ((ctx->avctx->flags_CODEC_FLAG_GLOBAL_HEADER)!=0)
- info->flags |= FFM_CODEC_FLAG_GLOBAL_HEADER;
- 
- return 0;

diff --git a/media-video/makemkv/makemkv-1.12.2.ebuild 
b/media-video/makemkv/makemkv-1.12.3.ebuild
similarity index 98%
rename from media-video/makemkv/makemkv-1.12.2.ebuild
rename to media-video/makemkv/makemkv-1.12.3.ebuild
index e5003042929..bcc7cf5092e 100644
--- a/media-video/makemkv/makemkv-1.12.2.ebuild
+++ b/media-video/makemkv/makemkv-1.12.3.ebuild
@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
 
 CONFIG_CHECK="~CHR_DEV_SG"
 S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}"/${PN}-{path,ffmpeg}.patch )
+PATCHES=( "${FILESDIR}"/${PN}-path.patch )
 
 src_configure() {
# See bug #439380.



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

2018-07-25 Thread Louis Sautier
commit: 62d0c0f7a728ebd4a1201755b3c3fb4b68a10aec
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 21:20:46 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 21:20:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d0c0f7

dev-python/jaraco-stream: add Python 3.7, more verbose tests

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/jaraco-stream/jaraco-stream-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild 
b/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild
index 8aa4e6c4082..b990da9621d 100644
--- a/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild
+++ b/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -47,7 +47,7 @@ python_compile_all() {
 python_test() {
# Skip one test which requires network access
# Override pytest options to skip flake8
-   PYTHONPATH=. py.test --ignore=jaraco/stream/test_gzip.py \
+   PYTHONPATH=. pytest -vv --ignore=jaraco/stream/test_gzip.py \
--override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
 }



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

2018-07-25 Thread Louis Sautier
commit: 732eb7166a6dfbe795707029ff780418ae292118
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 20:56:58 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 20:58:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732eb716

dev-python/tempora: add missing ${RDEPEND} to test DEPEND

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/tempora/tempora-1.13.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/tempora/tempora-1.13.ebuild 
b/dev-python/tempora/tempora-1.13.ebuild
index 07b710ec9a2..27020aa721b 100644
--- a/dev-python/tempora/tempora-1.13.ebuild
+++ b/dev-python/tempora/tempora-1.13.ebuild
@@ -33,6 +33,7 @@ DEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
)
test? (
+   ${RDEPEND}
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
dev-python/freezegun[${PYTHON_USEDEP}]



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

2018-07-25 Thread Louis Sautier
commit: e427afcc07643c78f23052aa4328f4d37d8e2a63
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 21:10:11 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 21:10:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e427afcc

dev-python/jaraco-itertools: add Python 3.7, more verbose tests

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild 
b/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild
index 239e74badae..86d3ccea615 100644
--- a/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild
+++ b/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 # Tests fail with PyPy and PyPy 3
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -49,7 +49,7 @@ python_compile_all() {
 
 python_test() {
# Override pytest options to skip flake8
-   PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
+   PYTHONPATH=. pytest -v --override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
 }
 



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

2018-07-25 Thread Louis Sautier
commit: 406216ee65ce8b428220ab857f9a577d0ee00dcd
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 20:33:14 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 20:51:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406216ee

dev-python/tempora: add Python 3.7, move blocker to RDEPEND

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/tempora/tempora-1.13.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/tempora/tempora-1.13.ebuild 
b/dev-python/tempora/tempora-1.13.ebuild
index 55cc14bf4e4..07b710ec9a2 100644
--- a/dev-python/tempora/tempora-1.13.ebuild
+++ b/dev-python/tempora/tempora-1.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -17,14 +17,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
+# The calc-prorate binary used to be part of jaraco.utils
 RDEPEND="
+   !<=dev-python/jaraco-utils-10.0.2
>=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
 "
-# The calc-prorate binary used to be part of jaraco.utils
 DEPEND="
-   !<=dev-python/jaraco-utils-10.0.2
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
@@ -50,6 +50,6 @@ python_compile_all() {
 
 python_test() {
# Override pytest options to skip flake8
-   PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
 }



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

2018-07-25 Thread Jeroen Roovers
commit: 4a42387a857ff1706eeb5e34345a4cbdce43fa7c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 25 20:50:21 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 25 20:50:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a42387a

www-client/opera: Old.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 www-client/opera/Manifest  |   1 -
 www-client/opera/opera-54.0.2952.54.ebuild | 109 -
 2 files changed, 110 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index c13d9194c90..f3e929f6010 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,6 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 BLAKE2B 
2c4cd52a07999c5beabe
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 BLAKE2B 
35fef5a5d1784941ce11ff3fed440d9c8f83ce5f9a0a8aad3f68deb470a7d82accfe7c9c93be225b458c0fc8e738ca7841d3d14abcaa201801321f3280f2b58f
 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bce92543351c39288058455baf3fde19f9f8766c9acd72971216c8c340fd89e918f18e89320eb8d13c4be9ec71635e2073c94c90067
 SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
-DIST opera-stable_54.0.2952.54_amd64.deb 55053230 BLAKE2B 
a998158fa624af7d439872c11a96da80566bcd48e6b1e2c7c8293fbe4c9f5495025bf741bf2e77b44115d7ff154e4f8924f5e629346fe0a1f19ee1e2d90d613d
 SHA512 
76887484841f2eb0669d6c12d0ce80092b6a903a0244c3eb2d17d4530fc0abb94c752d215c86fce5f67469b089214527bc5e1f62770bfb1e64d5e6e0c36e0e4a
 DIST opera-stable_54.0.2952.60_amd64.deb 55845302 BLAKE2B 
b7b8ea124dc50da1b9bac33aa9aca9e672a54ddbffd5257d31984951af5d8f9587f86699a6969c9594e7f8e6e6a11b4e26e92dc6203d9f8fec1ba6eae0db7597
 SHA512 
e650f202fed6bf962bc3f94aad3eadcf5cfb9a82a6588263d4cf4bec5e4ce3a798aab0be1692c385579964031785fb4875528be803aa8dd93ca8eaecc22812e6
 DIST opera-stable_54.0.2952.64_amd64.deb 55735848 BLAKE2B 
a2530afdf8c6aa6d0d2d456eea1f222fe58e6048c015d8a28977aac8cfd967d62c88dc727abb3d2e2bdb10962e55fa9de22d8066b9d1de03113162c47d3d7199
 SHA512 
410f6fae8bfc35373e22e73465af87544e0051c4fd04df560601fb57ae313b2db849d862387a8769c65bdc22b02e9ba81600ff44ae65f612e838b9bfcfa9a40c

diff --git a/www-client/opera/opera-54.0.2952.54.ebuild 
b/www-client/opera/opera-54.0.2952.54.ebuild
deleted file mode 100644
index 139f6afa7c7..000
--- a/www-client/opera/opera-54.0.2952.54.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it 
ja
-   ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi 
zh-CN
-   zh-TW
-"
-inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   http://download1.operacdn.com/pub/
-   http://download2.operacdn.com/pub/
-   http://download3.operacdn.com/pub/
-   http://download4.operacdn.com/pub/
-"
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
-"
-done
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}-stable/copyright || die
-   mv 

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

2018-07-25 Thread Jeroen Roovers
commit: 0154d658519f0aaa0c1b9794c541baa76ead72fd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 25 20:49:34 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 25 20:50:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0154d658

www-client/opera: Version 54.0.2952.64.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-54.0.2952.64.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 0343e16aa84..c13d9194c90 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -4,3 +4,4 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 
7f9ef54f44bc143c13173bc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B 
e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183
 SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 DIST opera-stable_54.0.2952.54_amd64.deb 55053230 BLAKE2B 
a998158fa624af7d439872c11a96da80566bcd48e6b1e2c7c8293fbe4c9f5495025bf741bf2e77b44115d7ff154e4f8924f5e629346fe0a1f19ee1e2d90d613d
 SHA512 
76887484841f2eb0669d6c12d0ce80092b6a903a0244c3eb2d17d4530fc0abb94c752d215c86fce5f67469b089214527bc5e1f62770bfb1e64d5e6e0c36e0e4a
 DIST opera-stable_54.0.2952.60_amd64.deb 55845302 BLAKE2B 
b7b8ea124dc50da1b9bac33aa9aca9e672a54ddbffd5257d31984951af5d8f9587f86699a6969c9594e7f8e6e6a11b4e26e92dc6203d9f8fec1ba6eae0db7597
 SHA512 
e650f202fed6bf962bc3f94aad3eadcf5cfb9a82a6588263d4cf4bec5e4ce3a798aab0be1692c385579964031785fb4875528be803aa8dd93ca8eaecc22812e6
+DIST opera-stable_54.0.2952.64_amd64.deb 55735848 BLAKE2B 
a2530afdf8c6aa6d0d2d456eea1f222fe58e6048c015d8a28977aac8cfd967d62c88dc727abb3d2e2bdb10962e55fa9de22d8066b9d1de03113162c47d3d7199
 SHA512 
410f6fae8bfc35373e22e73465af87544e0051c4fd04df560601fb57ae313b2db849d862387a8769c65bdc22b02e9ba81600ff44ae65f612e838b9bfcfa9a40c

diff --git a/www-client/opera/opera-54.0.2952.64.ebuild 
b/www-client/opera/opera-54.0.2952.64.ebuild
new file mode 100644
index 000..139f6afa7c7
--- /dev/null
+++ b/www-client/opera/opera-54.0.2952.64.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it 
ja
+   ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi 
zh-CN
+   zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   http://download1.operacdn.com/pub/
+   http://download2.operacdn.com/pub/
+   http://download3.operacdn.com/pub/
+   http://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   

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

2018-07-25 Thread Matt Thode
commit: 2a0858414c61825394ae05c09122207fdc4ee366
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 25 20:34:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 25 20:34:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a085841

dev-python/keyring: re-add py34

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/dev-python/keyring/keyring-13.2.1.ebuild 
b/dev-python/keyring/keyring-13.2.1.ebuild
index 7ac4ada424c..458f8acd5a0 100644
--- a/dev-python/keyring/keyring-13.2.1.ebuild
+++ b/dev-python/keyring/keyring-13.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2018-07-25 Thread Craig Andrews
commit: 72f5117ddd60938a68ca560784f56be683acbcc6
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul 25 20:11:27 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul 25 20:12:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f5117d

dev-libs/libfstrcmp: eautoreconf and add DOC use flag

Closes: https://bugs.gentoo.org/662128
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 24 +++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild 
b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
index c156bb325b5..f4d6bb2c005 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -3,13 +3,35 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
 HOMEPAGE="http://fstrcmp.sourceforge.net/;
 
 LICENSE="GPL-3+"
-IUSE="test"
+IUSE="doc test"
 SLOT="0"
 
 SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/fstrcmp-0.7.D001"
 KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   doc? ( app-text/ghostscript-gpl )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   emake all-bin
+   use doc && emake all-doc
+}
+
+src_install() {
+   emake DESTDIR="${D}" install-bin install-include install-libdir 
install-man
+   use doc && emake DESTDIR="${D}" install-doc
+   einstalldocs
+}



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

2018-07-25 Thread Louis Sautier
commit: 0fbd3db01ff441c228683f3a039ea23a1057
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Jul 25 19:54:00 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Jul 25 19:59:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbd3db0

dev-python/jaraco-functools: add Python 3.7, more verbose tests

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/jaraco-functools/jaraco-functools-1.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
index 74eb81aba71..f50cec31eb6 100644
--- a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -50,7 +50,7 @@ python_compile_all() {
 
 python_test() {
# Override pytest options to skip flake8
-   PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
|| die "tests failed with ${EPYTHON}"
}
 



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

2018-07-25 Thread Matt Thode
commit: 27e30927f60d9a088032969e0e9b7641eebd3b03
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 25 19:56:16 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 25 19:56:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e30927

dev-python/keyring: 13.2.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/keyring/Manifest  |  4 
 dev-python/keyring/keyring-11.0.0.ebuild | 38 --
 dev-python/keyring/keyring-11.1.0.ebuild | 40 
 dev-python/keyring/keyring-13.0.0.ebuild | 40 
 dev-python/keyring/keyring-13.1.0.ebuild | 40 
 dev-python/keyring/keyring-13.2.1.ebuild |  2 +-
 6 files changed, 1 insertion(+), 163 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index f0fe182b32f..77967eae394 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,6 +1,2 @@
-DIST keyring-11.0.0.tar.gz 40883 BLAKE2B 
50ce8bf1265899a3054edf2fabef75694190e06e83a56b5de8e76b3d6c4ea460971d74c1a03d936765914d3b2a1812836bb56363911b706d20d59c158e8478f2
 SHA512 
d4937e84e6de18ed8fcba02d2d297ecc5a6434623c362f5608141041acbc7bc27fbf94e54a5a503a02b725df737fa8505d0d91e2c3e84298fa4044d7dc99f207
-DIST keyring-11.1.0.tar.gz 25518 BLAKE2B 
8b23853a15217a4d51a30d2add4f2e4eaa9af788c37fbb821bde69081d120f4a81560d2165b067b3eb299903a35d0316d944c3889c312745609085bb6ce29cec
 SHA512 
3fb099f8a72c705ad1e2387b67ca3b9bf18615f9253e589bc8996e3b31db4b295a925ff95ef52da861e94ecf10d080db93bde1a7420e8de12448220abe2e016e
 DIST keyring-12.2.1.tar.gz 42242 BLAKE2B 
b821f17a671e89a28bd2953456bd0406e4f7fd142f1abf2e1f752e8f74f072c8fa995b90de62ac34586dd50a4dab47dff3bbb19157d76bb2f93a61e176dc3188
 SHA512 
8806b4433bc9085ae133300e68bc614281beea70de547f75afafdf6de2ee1b436f3a4cd13d7684cb6e4d5aef0a2eb9119d9cebbaf239a9ee1997ece4a56a7371
-DIST keyring-13.0.0.tar.gz 42883 BLAKE2B 
73d44b331de7ab15d820f9484089968b3f3c4c79d360c190963d2bb12dfa20d71768a6bae3e44bbb2b728443fd1ecce5b907036457f3f38e08692d3b4a5792f9
 SHA512 
d06cd64a435a08ec18eea595f2a37769e823e9095cb5585f7b6532804a4cfaae807e7ace4bd4afde7f11480d202b09878480bd7d7de37dc7e6ce2214f0d38991
-DIST keyring-13.1.0.tar.gz 42960 BLAKE2B 
9d11d91d0f4261cd40761a492e96478c3545de3f867faa31ad1710799238e4c04d51420a9b2ec26e4a99175fb66d1b236208329654b8751337e02bae761da1ee
 SHA512 
06dc9f27692b4ebaa1592d500135d4dad7358ebc53d3b1e1cc733e9aa6610136f9b7224ffd5426324ee5d405fcf0c0b836de776ab304d2395e7491655afd98ca
 DIST keyring-13.2.1.tar.gz 43140 BLAKE2B 
74272b93ff80a03615879a5f416ad6be1012f22862972a7f400609ea3fb984c45ed2ccb44eca30d253d0d39e0876f1ce25ab9aa6267a06a7c67a17aac27cd31e
 SHA512 
3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906

diff --git a/dev-python/keyring/keyring-11.0.0.ebuild 
b/dev-python/keyring/keyring-11.0.0.ebuild
deleted file mode 100644
index 9bc97903281..000
--- a/dev-python/keyring/keyring-11.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring;
-SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/collective-checkdocs[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
-
-src_unpack() {
-   unpack $A
-   # This is an interactive test.
-   rm -f "${S}"/keyring/tests/backends/test_kwallet.py
-}
-
-python_test() {
-   py.test -v -v || die "testsuite failed under ${EPYTHON}"
-}

diff --git a/dev-python/keyring/keyring-11.1.0.ebuild 
b/dev-python/keyring/keyring-11.1.0.ebuild
deleted file mode 100644
index 0dc334c090f..000
--- a/dev-python/keyring/keyring-11.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring;
-SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   

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

2018-07-25 Thread Jorge Manuel B. S. Vicetto
commit: 9f5d4725cfc1c75950dd24e84ec7933c0068bcf1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Jul 25 19:47:09 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Jul 25 19:47:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5d4725

www-apps/dokuwiki: Fix EAPI 6 bump.

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 www-apps/dokuwiki/dokuwiki-20180422a.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild 
b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
index f0eb2c1c725..336c627e5cc 100644
--- a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
+++ b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
@@ -36,6 +36,8 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 src_prepare() {
# create initial changes file
touch data/changes.log
+
+   default
 }
 
 src_install() {



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

2018-07-25 Thread Jorge Manuel B. S. Vicetto
commit: 22b61e4421edc6df7cfd401f3f32dabe8e947b02
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Jul 25 19:36:37 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Jul 25 19:37:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b61e44

www-apps/dokuwiki: Version bump to release 20180422a.

Reported by: boris  alphaframe.net>
Closes: https://bugs.gentoo.org/657530
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 www-apps/dokuwiki/Manifest  |  1 +
 www-apps/dokuwiki/dokuwiki-20180422a.ebuild | 77 +
 2 files changed, 78 insertions(+)

diff --git a/www-apps/dokuwiki/Manifest b/www-apps/dokuwiki/Manifest
index 6f2ff03da93..a8b08deb1d7 100644
--- a/www-apps/dokuwiki/Manifest
+++ b/www-apps/dokuwiki/Manifest
@@ -1,2 +1,3 @@
 DIST dokuwiki-2016-06-26e.tgz 3464178 BLAKE2B 
cdeebee2f36cc899fcffe1d6df6f5beee8f7dd303db00a41fa4d187c27528971a8ea0fccffacb6331fe61f5854a9b2687ff55c2578d628164a39f817e4538a58
 SHA512 
b47c3a31b0bc731392703ed8d705717e7d1b75db0c44d822d8791c1e409d5285fe863a3dbd13bc60b73c01ca268f7a73a6a24c90edd211fd5c124d3a8be70039
 DIST dokuwiki-2017-02-19e.tgz 3505643 BLAKE2B 
99fedb175fa8e1330a4ad14ed8d593edfc1edb9aeb7d8b9100e940fb4c5bfac9dada2fe395e030cff18b8c809e36211fc9d0bdc22d5be3fae7f243343704218a
 SHA512 
6fadb64f9d8394731f346708849d8828b33f4f775e23bca97896b2e06bbfc3b70a6fc17d63dcef8199fdb0aaf0b8291eb0eebcdff7b81524b2d454229eb20be4
+DIST dokuwiki-2018-04-22a.tgz 3749191 BLAKE2B 
bb03b771e857a2db16ebd44d3f888af8e3c9dcd6fb5da2a549dc7c942ad87cb1e0aee6d3ed78edaa9df864804bf51cd18a17cf8a4123d12fac39405fe661bc04
 SHA512 
bf1dd7411abadedb395c9e12c7a9f5586fe078e59556b1ce66a5351c06f338406eca944d7589f40d8a9eb098da6ed0edc256f83ec8b19f6335415e2fe6c31284

diff --git a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild 
b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
new file mode 100644
index 000..f0eb2c1c725
--- /dev/null
+++ b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+# upstream uses dashes in the datestamp
+MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
+MY_PV="${MY_BASE_PV}${PV:8:1}"
+
+DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
+HOMEPAGE="https://wiki.dokuwiki.org;
+SRC_URI="https://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="gd"
+
+DEPEND=""
+RDEPEND="
+   >=dev-lang/php-5.3[xml]
+   virtual/httpd-php:*
+   gd? ( ||
+   (
+   dev-lang/php[gd]
+   media-gfx/imagemagick
+   )
+   )
+"
+
+need_httpd_cgi
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+   # create initial changes file
+   touch data/changes.log
+}
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc README
+   rm -f README COPYING
+
+   docinto scripts
+   dodoc bin/*
+   rm -rf bin
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # Copy custom .htaccess that works with both apache 2.2 and 2.4
+   for dir in "conf" "data" "inc" "inc/lang"; do
+   insinto "${MY_HTDOCSDIR}/${dir}"
+   newins "${FILESDIR}/htaccess" ".htaccess"
+   done
+
+   # Use custom .htaccess.dist that works with both apache 2.2 and 2.4
+   insinto "${MY_HTDOCSDIR}/"
+   newins "${FILESDIR}/htaccess-dist" ".htaccess.dist"
+
+   for x in $(find data/ -not -name '.htaccess'); do
+   webapp_serverowned "${MY_HTDOCSDIR}"/${x}
+   done
+
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess.dist
+   webapp_configfile "${MY_HTDOCSDIR}"/conf
+
+   for x in $(find conf/ -not -name 'msg'); do
+   webapp_configfile "${MY_HTDOCSDIR}"/${x}
+   done
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/, sys-libs/libunwind/files/

2018-07-25 Thread Sergei Trofimovich
commit: 273644886b6c4a284d5e8e7788b9680f6ffec198
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 25 19:33:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 25 19:35:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27364488

sys-libs/libunwind: use __asm__ instead of asm (bug #635674)

An upstream patch ca6b6f3ad9190
"libunwind-arm: fix build failure due to asm()"
should improve support for building mesa on arm.

Reported-by: Maciej S. Szmigiero
Closes: https://bugs.gentoo.org/635674
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../files/libunwind-1.2.1-arm-__asm__.patch|  47 +
 sys-libs/libunwind/libunwind-1.2.1-r2.ebuild   | 105 +
 2 files changed, 152 insertions(+)

diff --git a/sys-libs/libunwind/files/libunwind-1.2.1-arm-__asm__.patch 
b/sys-libs/libunwind/files/libunwind-1.2.1-arm-__asm__.patch
new file mode 100644
index 000..4b6debabefc
--- /dev/null
+++ b/sys-libs/libunwind/files/libunwind-1.2.1-arm-__asm__.patch
@@ -0,0 +1,47 @@
+https://bugs.gentoo.org/635674
+
+From ca6b6f3ad9190814ef7869e8c7e73dae0922f647 Mon Sep 17 00:00:00 2001
+From: Romain Naour 
+Date: Mon, 3 Jul 2017 15:31:10 +0200
+Subject: [PATCH] libunwind-arm: fix build failure due to asm()
+
+mesa3d on ARM build with libunwind support enabled fail to build due to asm()
+function used when building with -std=c99.
+The gcc documentation [1] suggest to use __asm__ instead of asm.
+
+Fixes:
+https://urldefense.proofpoint.com/v2/url?u=http-3A__autobuild.buildroot.net_results_3ef_3efe156b6494e4392b6c31de447ee2c72acc1a53=DwICAg=5VD0RTtNlTh3ycd41b3MUw=vou6lT5jmE_fWQWZZgNrsMWu4RT87QAB9V07tPHlP5U=BlAszRQ0vewy5vW7raCh9FmNOACKez_juz55zoiNfUs=4sXL6_rFriQz7qi5ygKXBIVHMc7YSdCBnkkHoi347CU=
+
+[1] 
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords
+
+Signed-off-by: Romain Naour 
+Cc: Bernd Kuhls 
+---
+ include/libunwind-arm.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/include/libunwind-arm.h b/include/libunwind-arm.h
+index f208487a..1c856faf 100644
+--- a/include/libunwind-arm.h
 b/include/libunwind-arm.h
+@@ -265,7 +265,7 @@ unw_tdep_context_t;
+ #ifndef __thumb__
+ #define unw_tdep_getcontext(uc) (({ \
+   unw_tdep_context_t *unw_ctx = (uc);   \
+-  register unsigned long *unw_base asm ("r0") = unw_ctx->regs;  \
++  register unsigned long *unw_base __asm__ ("r0") = unw_ctx->regs;  \
+   __asm__ __volatile__ (\
+ "stmia %[base], {r0-r15}"   \
+ : : [base] "r" (unw_base) : "memory");  \
+@@ -273,7 +273,7 @@ unw_tdep_context_t;
+ #else /* __thumb__ */
+ #define unw_tdep_getcontext(uc) (({ \
+   unw_tdep_context_t *unw_ctx = (uc);   \
+-  register unsigned long *unw_base asm ("r0") = unw_ctx->regs;  \
++  register unsigned long *unw_base __asm__ ("r0") = unw_ctx->regs;  \
+   __asm__ __volatile__ (\
+ ".align 2\nbx pc\nnop\n.code 32\n"  \
+ "stmia %[base], {r0-r15}\n" \
+-- 
+2.18.0
+

diff --git a/sys-libs/libunwind/libunwind-1.2.1-r2.ebuild 
b/sys-libs/libunwind/libunwind-1.2.1-r2.ebuild
new file mode 100644
index 000..eb96d2bf890
--- /dev/null
+++ b/sys-libs/libunwind/libunwind-1.2.1-r2.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+inherit autotools eutils libtool multilib-minimal
+
+DESCRIPTION="Portable and efficient API to determine the call-chain of a 
program"
+HOMEPAGE="https://savannah.nongnu.org/projects/libunwind;
+SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="7"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug debug-frame doc libatomic lzma +static-libs"
+
+RESTRICT="test" # half of tests are broken (toolchain version dependent)
+
+# We just use the header from libatomic.
+RDEPEND="lzma? ( app-arch/xz-utils )"
+DEPEND="${RDEPEND}
+   libatomic? ( dev-libs/libatomic_ops )"
+
+S="${WORKDIR}/${MY_P}"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/libunwind.h
+
+   # see libunwind.h for the full list of arch-specific headers
+   /usr/include/libunwind-aarch64.h
+   /usr/include/libunwind-arm.h
+   /usr/include/libunwind-hppa.h
+   /usr/include/libunwind-ia64.h
+   /usr/include/libunwind-mips.h
+   /usr/include/libunwind-ppc32.h
+   /usr/include/libunwind-ppc64.h
+   /usr/include/libunwind-sh.h
+   /usr/include/libunwind-tilegx.h
+   

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

2018-07-25 Thread Jorge Manuel B. S. Vicetto
commit: c0425ce60cb8aab6f190b64d86de61c43d6e390e
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Jul 25 19:33:17 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Jul 25 19:33:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0425ce6

www-apps/drupal: Bump to 8.5.5 release.

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.5.5.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 26657d92e42..7e788939881 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,2 +1,3 @@
 DIST drupal-7.59.tar.gz 3282260 BLAKE2B 
bf7d74926fe4e94149ef7ff622cf7889f45f3e35b9bfd19fed12aa688c8131f2f8daa2a261796896d5386966603e837b6dec3b6c02221f9b0c527c4a6f5ff9da
 SHA512 
68f02b39d1a4658adc0f0046c22cc1059b68f952f9cd753f5a3e379cf93705be308b4727519e90d77a42437442daebaa78d76745954be4d40e1a5105c319069c
 DIST drupal-8.5.4.tar.gz 15779939 BLAKE2B 
a016402e9165d64b8998df1f4aa76b6345400e8a3aa909941244fec21112edc05977c1f4464b3679f44aded3addf3174794e075db546d585da836f36d1771df1
 SHA512 
7171818533dba2c1cf19fc0dd4fc0884502e007c9fe8669dc8131a927ba1a5b14322a8ba1f465ff1aac5bd8e61a8fd17c632ea4b1e321469595d144a752546d2
+DIST drupal-8.5.5.tar.gz 15786935 BLAKE2B 
ba4ba412402c366be9499131913f42e4457dab149c3624a7fa72d6f4f051096d5194fc90a344a22e5da46180adfa446caa428f3a20c322d2f6bde0c80c5acb17
 SHA512 
bc0fe05a798f5a791e6a5777b308ff815f5c75105b9c40c0d7ac855fdd5de46192b7fdad213f4d267e89b8b50844fdcb52c24c470f3f6c01ec5ee59d2a982637

diff --git a/www-apps/drupal/drupal-8.5.5.ebuild 
b/www-apps/drupal/drupal-8.5.5.ebuild
new file mode 100644
index 000..ec2dacba2d1
--- /dev/null
+++ b/www-apps/drupal/drupal-8.5.5.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/

2018-07-25 Thread Jimi Huotari
commit: 05eb9454e3e8d769bbb78cb93ede37204c0a0f0d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Jun 21 18:48:05 2018 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Jul 25 19:13:59 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=05eb9454

dev-qt/qtwebengine: Update libxml2-disable-catalogs.patch for 5..

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

 ...webengine-5.12.0-libxml2-disable-catalogs.patch | 35 ++
 dev-qt/qtwebengine/qtwebengine-5..ebuild   |  2 +-
 2 files changed, 36 insertions(+), 1 deletion(-)

diff --git 
a/dev-qt/qtwebengine/files/qtwebengine-5.12.0-libxml2-disable-catalogs.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.12.0-libxml2-disable-catalogs.patch
new file mode 100644
index ..6093b145
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.12.0-libxml2-disable-catalogs.patch
@@ -0,0 +1,35 @@
+--- a/config.tests/xml2/xml2.cpp
 b/config.tests/xml2/xml2.cpp
+@@ -27,9 +27,6 @@
+ /
+ 
+ #include 
+-#if defined(LIBXML_CATALOG_ENABLED)
+-#error "libxml catalog enabled"
+-#endif
+ #if !defined(LIBXML_ICU_ENABLED)
+ #error "libxml icu not enabled"
+ #endif
+--- 
a/src/3rdparty/chromium/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
 
b/src/3rdparty/chromium/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
+@@ -28,6 +28,10 @@
+ 
+ #include 
+ #include 
++#include 
++#if defined(LIBXML_CATALOG_ENABLED)
++#include 
++#endif
+ #include 
+ 
+ #include 
+@@ -646,6 +650,9 @@ static void InitializeLibXMLIfNecessary() {
+   if (did_init)
+ return;
+ 
++#if defined(LIBXML_CATALOG_ENABLED)
++  xmlCatalogSetDefaults(XML_CATA_ALLOW_NONE);
++#endif
+   xmlInitParser();
+   xmlRegisterInputCallbacks(MatchFunc, OpenFunc, ReadFunc, CloseFunc);
+   xmlRegisterOutputCallbacks(MatchFunc, OpenFunc, WriteFunc, CloseFunc);

diff --git a/dev-qt/qtwebengine/qtwebengine-5..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5..ebuild
index 94340299..2a7c9515 100644
--- a/dev-qt/qtwebengine/qtwebengine-5..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5..ebuild
@@ -80,7 +80,7 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES+=(
-   "${FILESDIR}/${PN}-5.11.1-libxml2-disable-catalogs.patch" # bug 653078
+   "${FILESDIR}/${PN}-5.12.0-libxml2-disable-catalogs.patch" # bug 653078
"${FILESDIR}/${PN}-5.11.1-nouveau-disable-gpu.patch" # bug 609752
 )
 



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

2018-07-25 Thread Thomas Deutschmann
commit: 0459298fdec8c3f5b7ef1b915496fc1d32f429d5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul 25 19:15:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul 25 19:18:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0459298f

media-gfx/imagemagick: v6.9.10-8 & v7.0.8-8

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-gfx/imagemagick/Manifest|   2 +
 media-gfx/imagemagick/imagemagick-6.9.10.8.ebuild | 186 ++
 media-gfx/imagemagick/imagemagick-7.0.8.8.ebuild  | 186 ++
 3 files changed, 374 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index b550537e9ae..5274c774776 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -2,6 +2,7 @@ DIST ImageMagick-6.9.10-3.tar.xz 8922536 BLAKE2B 
36936b28aac025bd948d9925707877b
 DIST ImageMagick-6.9.10-5.tar.xz 8921204 BLAKE2B 
b11c6dded5b42b797585e8253441fa6265de9f06241206b9ce29781df6c8896e9dd0ec967191ff28fcae445130d38e7e781728cbc27752b33b3422d971459952
 SHA512 
b6c068918a2c23bc86d84a1fd81bd8c0aea83fee0c33b5c686c7c6180231be2b27c1c43be111555017d2065fa97ba36c084e1479ff771846b73d500d67c7f85b
 DIST ImageMagick-6.9.10-6.tar.xz 8913200 BLAKE2B 
7009454e8d1d3bb27ef143dd3d0810df1548ff66d36cb48d0a91aee11246e2c2c4908947b95058b8cd2a83a4d69318564e4881a45636dca666fdec95e418c26a
 SHA512 
984acc4610c205ead3b32ae4c059470dc4361e48cee6d9314bd3f8beed6b88b4adc824d59f059ead840293afae5595bdc3161e57ac9b2d4d49b90d32df46e49a
 DIST ImageMagick-6.9.10-7.tar.xz 8916444 BLAKE2B 
59211b1fe876226f53999706b7d992306f67687ab6170e3a1846e66806ef92b4eb2808eea8bcc69ffe7ad40bef36fcd4417124b784534d474647b413747dbb1e
 SHA512 
3bda2478b79d9a35dd7b3dd1206d23e2b8ddb71a881e1d8f036fa3488d10245c11587ef7f8624febc758af65ce0d28d642d485deffc033e144f791977aac7beb
+DIST ImageMagick-6.9.10-8.tar.xz 8909952 BLAKE2B 
0868759a5c6982c29d315bda69c1dec3b190fbea3757cf8e368b42976c9f35c4cd53610643e05e8872b0669768206559b2b726b494494f305b71dc2140d7d09c
 SHA512 
63f131d4aa455e3f3a4a891359601d932aa6d43ff22fb9c6bed1a98a1a758da610db90cf951c131aaceabdbc8af0418d1a8e3752cabb39f95735ef18cd6745f2
 DIST ImageMagick-6.9.9-31.tar.xz 8819864 BLAKE2B 
f6cdb19bff58a0b318a9af78f3fa429137cc4e79bbe075f9c6444204ce8a4324dde5792ab7232e6898a4993ad558c514a143c14469370de822038d1d669fdffa
 SHA512 
85cbe4e4991a08a5c11c01b4276525fa1d63bcef9a9814fee1f8ede3a5ed432da8d3d84965ed75105723948d07ad879f7cf07d5121f0d624df9275dd4e41cb8f
 DIST ImageMagick-6.9.9-40.tar.xz 8919136 BLAKE2B 
04b9585948194e6ba03efa549d9ef6a8b12fce141346ddd7dc1b40e72349dc603bc6154a3826496dae47ff8c0eb5b6a5b80ae51a60d0d8a632debcd9229cf3da
 SHA512 
416c2e248e3d1c6d89b930b8179194a9e1dfd160b9de1a75f98ceeb4199dd1b5f3b1d0ce646c26429054e7970680c40b77e2bf0a97ca82bbe84aa66648393fb4
 DIST ImageMagick-6.9.9-47.tar.xz 8918196 BLAKE2B 
f28948d5728cbd2b011091ded2c12b507d1939ae5f2e0872c098ea488a3668d5f15782de023a6775a60790feeabcbab3ae62917f5f160bbc5ec59b65527775d5
 SHA512 
7bf7ae7fc276c2857f546370851ef7aaf1704c1b5bbad1a739d964e8e48a4ece9d9274e154a5aaa18c24f31e60e03d2df661cca922a3fff780cbcddd86524cb5
@@ -12,3 +13,4 @@ DIST ImageMagick-7.0.8-3.tar.xz 8613672 BLAKE2B 
c3ad7bb2d0917d2551b7c8ae0d80a8ab
 DIST ImageMagick-7.0.8-5.tar.xz 8611448 BLAKE2B 
7a4f38ec458d010644d88cda605355d5871952b055ba9e088fe164448e2a0332e44e1545fc5929df455298ee56be65b66846faae4738912314177be050c683b0
 SHA512 
d760e630fd82b7636a031728e1f078efb8bb962e60cdc912cdfad29d3e6f74c1b5047941e711db89aa847d2e7c8c6ed44f451fa8ccff431c20d92ef49ef1915d
 DIST ImageMagick-7.0.8-6.tar.xz 8636756 BLAKE2B 
de30cbf334e47232c4f2addc789342a96da72f13f1f88d0db08462cf8ad80487d78dfae51f23a63c83100f78a60beb79781c44cff1b25f084badbb009fedf965
 SHA512 
4d498d2b7e9345b71e08a541aeaa1ee0ee62c781e92638cdd38a9a830b8fa291afece032b731ee79e1142d26cf94817356f0492cef257039beac33f865e9f588
 DIST ImageMagick-7.0.8-7.tar.xz 8634788 BLAKE2B 
dbb5103f314d83b4318b2cfd6dcb5931e4c20c7a2c8b8f57c52b85ea8a46ca27733a4828203723f337acbc5fb4dc2ae446b789a6d2ca46ad8e2e0d0f7973fc29
 SHA512 
b1db005899b7c55c1794be1edfb0596989d8e4b4e521a1dadf28b837ba16b337587ac0a0a17c1c441a0085df56cfc3386d9f750fa83fd5ea8e3eb2d1398e58cd
+DIST ImageMagick-7.0.8-8.tar.xz 8639896 BLAKE2B 
5971dbbee9726fab15e19e531bdbb50af710c67be84759030768958a33688b5492bb20758917c976dd9c08307031d041d5de7ae9a2326fecff6ba3a7dc226e84
 SHA512 
8cc18deb4c14feb71de2624637e1df708ddbcaebd543c03e177a1cfe6c2f63e09af7e787c730f11d3d0332659d2642e5076f6a83f3580f5c0afc8bdb9537733a

diff --git a/media-gfx/imagemagick/imagemagick-6.9.10.8.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.10.8.ebuild
new file mode 100644
index 000..1d46b538e85
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.10.8.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic libtool multilib toolchain-funcs eapi7-ver
+

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

2018-07-25 Thread Jonas Stein
commit: 0e0722e5f9f4e6ba39edb16367ec4fe1806508d8
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 25 19:15:04 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 25 19:15:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0722e5

dev-libs/mini-xml: Maintainer retired

Proxied maintainer retired due to inactivity.
Closes: https://bugs.gentoo.org/632728
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/mini-xml/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-libs/mini-xml/metadata.xml b/dev-libs/mini-xml/metadata.xml
index 32d70436a67..7a38bb90096 100644
--- a/dev-libs/mini-xml/metadata.xml
+++ b/dev-libs/mini-xml/metadata.xml
@@ -1,12 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rue...@gmx.li
-   Rüpel
-   
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   
 



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

2018-07-25 Thread Matt Thode
commit: 63fd0be576f822c65c0800bd7eb485266cf40b38
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Tue Jul 24 23:05:38 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 25 18:44:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fd0be5

dev-ruby/facter: ebuild cleanup

Cleanup:
- do not use ${S} set by ruby-ng.eclass
- correctly generate facter.rb, FACTERDIR environment variable is no
  longer required
- remove no longer needed environment file
- remove no longer needed multilib magic

Closes: https://bugs.gentoo.org/601746
Closes: https://github.com/gentoo/gentoo/pull/9339
Signed-off-by: Matthew Thode  gentoo.org>

 ...acter-3.11.3.ebuild => facter-3.11.3-r1.ebuild} | 62 +++--
 dev-ruby/facter/facter-.ebuild | 64 --
 2 files changed, 67 insertions(+), 59 deletions(-)

diff --git a/dev-ruby/facter/facter-3.11.3.ebuild 
b/dev-ruby/facter/facter-3.11.3-r1.ebuild
similarity index 65%
rename from dev-ruby/facter/facter-3.11.3.ebuild
rename to dev-ruby/facter/facter-3.11.3-r1.ebuild
index 6210613630d..d99f0e0675c 100644
--- a/dev-ruby/facter/facter-3.11.3.ebuild
+++ b/dev-ruby/facter/facter-3.11.3-r1.ebuild
@@ -17,18 +17,16 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/puppetlabs/facter.git;
EGIT_BRANCH="master"
-   S="${S}/${P}"
 else
[[ "${PV}" = *_rc* ]] || \
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${S}/all/${P}"
 fi
 
 BDEPEND="
>=sys-devel/gcc-4.8:*
dev-cpp/cpp-hocon"
-CDEPEND="
+COMMON_DEPEND="
>=dev-libs/leatherman-1.0.0:=
dev-libs/openssl:*
sys-apps/util-linux
@@ -40,23 +38,29 @@ CDEPEND="
 
 ruby_add_bdepend "test? ( dev-ruby/rake dev-ruby/rspec:2 dev-ruby/mocha:0.14 )"
 
-RDEPEND="${CDEPEND}"
+RDEPEND="${COMMON_DEPEND}"
 DEPEND="${BDEPEND}
-   ${CDEPEND}"
+   ${COMMON_DEPEND}"
+
+# restore ${S} and override all phases exported by ruby-ng.eclass
+S="${WORKDIR}/${P}"
+
+pkg_setup() {
+   ruby-ng_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   if [[ ${PV} ==  ]] ; then
+   git-r3_src_unpack
+   fi
+}
 
 src_prepare() {
-   # Remove the code that installs facter.rb to the wrong directory.
-   sed -i '/install(.*facter\.rb/d' lib/CMakeLists.txt || die
-   sed -i '/install(.*facter\.jar/d' lib/CMakeLists.txt || die
-   # make it support multilib
-   sed -i "s/\ lib)/\ $(get_libdir))/g" lib/CMakeLists.txt || die
-   sed -i "s/lib\")/$(get_libdir)\")/g" CMakeLists.txt || die
-   # make the require work
-   sed -i 's/\${LIBFACTER_INSTALL_DESTINATION}\///g' lib/facter.rb.in || 
die
-   # be explicit about the version of rspec we test with and use the
-   # correct lib directory for tests
+   # be explicit about the version of rspec we test with
sed -i -e '/libfacter.*specs/ s/rspec/rspec-2/' \
-   -e '/libfacter.*specs/ s/lib64/lib/' CMakeLists.txt || die
+   CMakeLists.txt || die
# be more lenient for software versions for tests
sed -i -e '/rake/ s/~> 10.1.0/>= 10/' \
-e '/rspec/ s/2.11.0/2.11/' \
@@ -66,12 +70,18 @@ src_prepare() {
cmake-utils_src_prepare
 }
 
+each_ruby_configure() {
+   # hack for correct calculation of relative path from facter.rb to
+   # libfacter.so
+   my_ruby_sitelibdir=$(ruby_rbconfig_value 'sitelibdir')
+}
+
 src_configure() {
+   ruby-ng_src_configure
+
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-   -DCMAKE_BUILD_TYPE=None
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DBLKID_LIBRARY=/$(get_libdir)/libblkid.so.1
+   -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
)
if use debug; then
mycmakeargs+=(
@@ -85,21 +95,15 @@ src_compile() {
cmake-utils_src_compile
 }
 
-each_ruby_install() {
-   doruby "${BUILD_DIR}"/lib/facter.rb
-}
-
 src_test() {
cmake-utils_src_test
 }
 
+each_ruby_install() {
+   doruby "${BUILD_DIR}"/lib/facter.rb
+}
+
 src_install() {
cmake-utils_src_install
ruby-ng_src_install
-
-   # need a variable file in env.d :(
-   diropts -m0755
-   dodir /etc/env.d
-   echo -n "FACTERDIR=/usr/$(get_libdir)" > "${D}/etc/env.d/00facterdir"
-   fperms 0644 /etc/env.d/00facterdir
 }

diff --git a/dev-ruby/facter/facter-.ebuild 
b/dev-ruby/facter/facter-.ebuild
index 4500cc443e2..d99f0e0675c 100644
--- a/dev-ruby/facter/facter-.ebuild
+++ b/dev-ruby/facter/facter-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 # git-r3 goes after ruby-ng so that it overrides src_unpack properly
 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssh-multiadd/

2018-07-25 Thread Jonas Stein
commit: 0948bed5acb95ae74ae40b652a3a8bad88160ddb
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 25 18:01:45 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 25 18:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0948bed5

app-crypt/ssh-multiadd: Maintainer retired

Proxied maintainer retired by mail.
Closes: https://bugs.gentoo.org/633292
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-crypt/ssh-multiadd/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/app-crypt/ssh-multiadd/metadata.xml 
b/app-crypt/ssh-multiadd/metadata.xml
index d24c4924b93..91439c59951 100644
--- a/app-crypt/ssh-multiadd/metadata.xml
+++ b/app-crypt/ssh-multiadd/metadata.xml
@@ -1,16 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ashm...@gmail.com
-   Ashish Gupta
-   

k...@gentoo.org
Kristian Fiskerstrand

-   
-   proxy-ma...@gentoo.org
-   Gentoo Proxy Maintainers Project
-   
 



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

2018-07-25 Thread Manuel Rüger
commit: c986848dce277a7854b816f9c100f6b9d0ef1ab8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 25 17:56:13 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 25 17:56:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c986848d

dev-python/python-consul: Initial version

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/python-consul/Manifest  |  1 +
 dev-python/python-consul/metadata.xml  | 11 
 .../python-consul/python-consul-1.1.0.ebuild   | 32 ++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/python-consul/Manifest 
b/dev-python/python-consul/Manifest
new file mode 100644
index 000..d9aca2fe31d
--- /dev/null
+++ b/dev-python/python-consul/Manifest
@@ -0,0 +1 @@
+DIST python-consul-1.1.0.tar.gz 27548878 BLAKE2B 
d048419b1e1a29dbc56b0b24aa4da011c80b0a9aa5b46cf6e0dc6c7156e7a53a51c9f58ce1dac942236c7a16aec6c6c5f52d214eb52f3d87762fff4fae162a8d
 SHA512 
502baea07753efcf4012e2a337acaae78be60c2ac7a36d3ad50054259db71ff6297acf76314659d2c3cf9b1ff3a2d609244f07c0640b51623a76f8244880b890

diff --git a/dev-python/python-consul/metadata.xml 
b/dev-python/python-consul/metadata.xml
new file mode 100644
index 000..42bd80dcbae
--- /dev/null
+++ b/dev-python/python-consul/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+mr...@gentoo.org
+Manuel Rüger
+  
+  
+cablehead/python-consul
+  
+

diff --git a/dev-python/python-consul/python-consul-1.1.0.ebuild 
b/dev-python/python-consul/python-consul-1.1.0.ebuild
new file mode 100644
index 000..414d22a70c4
--- /dev/null
+++ b/dev-python/python-consul/python-consul-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_5 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Python client for Consul"
+HOMEPAGE="https://github.com/cablehead/python-consul/;
+SRC_URI="https://github.com/cablehead/python-consul/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/twisted[${PYTHON_USEDEP}]
+   >=dev-python/treq-16[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   ${RDEPEND} )"
+
+# needs pytest-twisted
+RESTRICT="test"
+
+python_test() {
+   py.test -v || die
+}



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

2018-07-25 Thread Mike Gilbert
commit: 26a9f2c20e63d4802fe39c58ca5472c8bfe9050a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 25 17:36:38 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 25 17:36:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a9f2c2

net-misc/networkmanager: remove myself from maintainers

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 net-misc/networkmanager/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-misc/networkmanager/metadata.xml 
b/net-misc/networkmanager/metadata.xml
index c2122068c0f..a6c3ffe1326 100644
--- a/net-misc/networkmanager/metadata.xml
+++ b/net-misc/networkmanager/metadata.xml
@@ -5,10 +5,6 @@
gn...@gentoo.org
Gentoo GNOME Desktop

-   
-   flop...@gentoo.org
-   Mike Gilbert
-   

Use net-dns/dnsmasq 
and
net-firewall/iptables for connection 
sharing



[gentoo-commits] repo/gentoo:master commit in: app-vim/nerdcommenter/

2018-07-25 Thread Patrice Clement
commit: 139884f8e2b2d3de645849621a5dbd1f128bbe45
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul 24 16:02:11 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139884f8

app-vim/nerdcommenter: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/nerdcommenter/Manifest   |  1 +
 app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild | 25 
 2 files changed, 26 insertions(+)

diff --git a/app-vim/nerdcommenter/Manifest b/app-vim/nerdcommenter/Manifest
index 6fe9d50556c..93a450e6e78 100644
--- a/app-vim/nerdcommenter/Manifest
+++ b/app-vim/nerdcommenter/Manifest
@@ -1,2 +1,3 @@
 DIST nerdcommenter-2.5.0.tar.gz 36834 BLAKE2B 
517988392e0ac508f18819a088588d3ede50b634268109ec2c67907c663fb6713b55f45cd2562236c481dea86793ab5999a480f2be309e12cb43b5ccbb34d552
 SHA512 
8616f56d90dfe2fece0a82b888700c4c762c75b7d1cd30e32a3294d1fe7b65d506a13cfead534ae0f11a2384593d246a723e9a0042421691a5d6fb44969e7ead
 DIST nerdcommenter-2.5.1.tar.gz 36889 BLAKE2B 
997fa853ea3b6950de864afc1bda71085154dee484ad07b03e8d0da101151f5df5c4ffc4404714c95c7632ac7678e18eb0ef72d238403c708f7faed8aff2
 SHA512 
84638a3b216f7bc1535030eed8d766c30d5d7de7f6339fdb9bde65561abfa7f1f660cfa81dc057ee2d146af6df26076880b057a7ff7868e9bc55ab53291e9445
+DIST nerdcommenter-2.5.2.tar.gz 37216 BLAKE2B 
80cd085022da15567e935aaf9d770ed6fadd949a4c8cb6cc3244bb75c76ccb81adee070336a7f4ed409e95bd88db8ce3b7259d8e2f390b71b6e0c575e02ed423
 SHA512 
63b43abdae35e2e5d9132a5cc1e3109a9ac7945bab58b7f2544bb0a6d390f2f503928fd17c2e82104e84454d9278f98fc581dcea8ccd08f5f1bedb2d5f112bf4

diff --git a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild 
b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild
new file mode 100644
index 000..e698dd51a16
--- /dev/null
+++ b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/scrooloose/nerdcommenter.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~x86-linux ~x86-macos ~sparc64-solaris"
+fi
+
+DESCRIPTION="vim plugin: easy commenting of code for many filetypes"
+HOMEPAGE="https://github.com/scrooloose/nerdcommenter 
https://www.vim.org/scripts/script.php?script_id=1218;
+LICENSE="WTFPL-2 "
+
+VIM_PLUGIN_HELPFILES="NERD_commenter.txt"
+
+src_prepare() {
+   default
+   rm README.md Rakefile || die
+}



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

2018-07-25 Thread Patrice Clement
commit: 60a1be6d0d76259f4a230ccb808983fef2def1fb
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jul 25 07:32:50 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a1be6d

net-im/mattermost-desktop-bin: drop multilib support.

This is not actually needed for a binary package.

Bug: https://bugs.gentoo.org/649108
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../mattermost-desktop-bin-4.0.0.ebuild| 63 +++---
 1 file changed, 31 insertions(+), 32 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
index 5218794a1b6..b355c783c11 100644
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
@@ -4,9 +4,8 @@
 EAPI=6
 
 MY_PN="${PN%-*}"
-MULTILIB_COMPAT=( abi_x86_64 )
 
-inherit eutils multilib-build
+inherit eutils
 
 DESCRIPTION="Mattermost Desktop application"
 HOMEPAGE="https://about.mattermost.com/;
@@ -22,36 +21,36 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   gnome-base/gconf:2[${MULTILIB_USEDEP}]
-   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-print/cups:0[${MULTILIB_USEDEP}]
-   sys-apps/dbus:0[${MULTILIB_USEDEP}]
-   sys-devel/gcc[${MULTILIB_USEDEP}]
-   sys-libs/glibc:2.2[${MULTILIB_USEDEP}]
-   x11-libs/cairo:0[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:2[${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/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}]"
+   gnome-base/gconf:2
+   dev-libs/atk:0
+   dev-libs/expat:0
+   dev-libs/glib:2
+   dev-libs/nspr:0
+   dev-libs/nss:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib:0
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   net-print/cups:0
+   sys-apps/dbus:0
+   sys-devel/gcc
+   sys-libs/glibc:2.2
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libX11:0
+   x11-libs/libxcb:0/1.12
+   x11-libs/libXcomposite:0
+   x11-libs/libXcursor:0
+   x11-libs/libXdamage:0
+   x11-libs/libXext:0
+   x11-libs/libXfixes:0
+   x11-libs/libXi:0
+   x11-libs/libXrandr:0
+   x11-libs/libXrender:0
+   x11-libs/libXScrnSaver:0
+   x11-libs/libXtst:0
+   x11-libs/pango:0"
 
 S="${WORKDIR}/mattermost-desktop-${PV}"
 



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

2018-07-25 Thread Patrice Clement
commit: dda50c7edb662e34bfa203bf9659b7b7de221076
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jul 23 08:37:47 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda50c7e

dev-python/pytoml: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pytoml/Manifest |  1 +
 dev-python/pytoml/pytoml-0.1.18.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pytoml/Manifest b/dev-python/pytoml/Manifest
index 4583c860d30..fa29c646b78 100644
--- a/dev-python/pytoml/Manifest
+++ b/dev-python/pytoml/Manifest
@@ -1,2 +1,3 @@
 DIST pytoml-0.1.14.tar.gz 7679 BLAKE2B 
071ea5f91f9bfb07b55ce08a5d055b9ecb5425534380f16074452dab9a740aceabc7cb50c290cad388e1ce3854b561572577c50f4fe1ac47b7baca8f7233cd6e
 SHA512 
1a608dfa563ebf979bd72b7fad755d3c02afbda6cff99a0ed9a36ca8eecaaea5f89b7b39ff1f5204dd7302e8957c8304dbc4c221e56589c7654edc0fe93f3178
+DIST pytoml-0.1.18.tar.gz 8110 BLAKE2B 
b3c68b20abc919b1c2f9849f8f754d1e9e2df1832a573a8b660d665dc05d0ce1f7501ef898b96e56e1136b19953386fb0386c4551b5e25c5c5f3cce16ee6a702
 SHA512 
659fcb9ad14e11dc5f6dc8a9a74e8d88b1b712f889e4ca35a014b4743950e81aa468eef536e159ae26b9fceeea8c2da5f6b0c5db083f467a929b3308daa3bf2f
 DIST toml-test-fa9501a192b7c46b82059caddaef978e3de883dc.tar.gz 16627 BLAKE2B 
8cfa6fbee59f6482e22a03034ea0c37751fce337b7b7f652d959365c05201826344c1096f0a696aa84c0cd2f79fa3df6dbac73c1bf32f86d5e84db77a46c3fc6
 SHA512 
fea37ebf547633016a83c8e59e7d01a8df2e2795fdb8954246d10e4763675474e112fc52adfed38d3d8ce25bb5a60ef820f798aec2477b0fb7755f1cd6a66a98

diff --git a/dev-python/pytoml/pytoml-0.1.18.ebuild 
b/dev-python/pytoml/pytoml-0.1.18.ebuild
new file mode 100644
index 000..d08273e5ccc
--- /dev/null
+++ b/dev-python/pytoml/pytoml-0.1.18.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+TOML_TEST_COMMIT="fa9501a192b7c46b82059caddaef978e3de883dc"
+
+DESCRIPTION="A TOML-0.4.0 parser/writer for Python"
+HOMEPAGE="https://github.com/avakar/pytoml;
+SRC_URI="https://github.com/avakar/pytoml/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   test? ( 
https://github.com/avakar/toml-test/archive/${TOML_TEST_COMMIT}.tar.gz -> 
toml-test-${TOML_TEST_COMMIT}.tar.gz )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   cp -R ../toml-test-${TOML_TEST_COMMIT}/* test/toml-test/ || die
+   ${EPYTHON} test/test.py || die
+}



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

2018-07-25 Thread Patrice Clement
commit: f20b00d8e2d1f7bb60d0673fcde208d5803bbf48
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jul 25 07:34:08 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20b00d8

net-im/mattermost-desktop-bin: clean up old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-im/mattermost-desktop-bin/Manifest | 12 -
 .../mattermost-desktop-bin-3.5.0.ebuild| 63 --
 .../mattermost-desktop-bin-3.6.0.ebuild| 63 --
 .../mattermost-desktop-bin-3.7.0.ebuild| 59 
 .../mattermost-desktop-bin-3.7.1.ebuild| 59 
 5 files changed, 256 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index a3549de0ec4..4092e6cf549 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,15 +1,3 @@
-DIST mattermost-desktop-3.5.0-linux-ia32.tar.gz 48847084 BLAKE2B 
e7fb0b540b67d75826aed9588e2dc789b956092d7891877f68b659ff865b2dc5af08adf1642c502d6c85bab6280c30d14c45e63e618c1cda7b1b1808f0ce1bb1
 SHA512 
cdb363ca5c13090ec484976a55efdc398549d6cfaefe19619443433f0cd8382ef00b1a65dc3e82caf4b7b7535e903392e9a51abcece131d4ea9c31661c024e99
-DIST mattermost-desktop-3.5.0-linux-x64.tar.gz 47617590 BLAKE2B 
f4789c3d910afe50d78d8493321c286a80c83fb58c6a3687b1954971d34a6ea62ef77b26295ea5c8b1a3e97c75c38d3f7096d6edf46084c8623744bb23e66351
 SHA512 
b9bd3a9c3e3c63fd45764916acbde863c9297b9c6a5fcf6f6321d19945709b6f8d50842bec880d003c0cabde0d46725a485557f8cbfb36fdf36875915f13
-DIST mattermost-desktop-3.6.0-linux-ia32.tar.gz 48965181 BLAKE2B 
c5d09b48d965ab37546ba05bff61864852e1f045aa878921d6631082a8a8da352320dbf6f9d9f83179ea05452d1441bff0be55a62aa91680a85ee4c68a3ec590
 SHA512 
bfe521f7abb0883e9126f8aaa53adaa066d838f30a7c2a04eb120c04ce62e4cee30e23636b202f413bba8d7ea1289ebedc1bf4485098470aa3a9b07844a94bf3
-DIST mattermost-desktop-3.6.0-linux-x64.tar.gz 47733150 BLAKE2B 
a90b81cf9c99b1cf7c5120a0c4c782c1eccf8553ff3f4c51e3237c01134584538bc7a3bb40a68c9e203c9e0dce69d07f67b32828089a519dd35287e241f9bd82
 SHA512 
4f5226f666c798455f2f8702027269b02f72a581dc3d5759727dd70f7a974c9eb9aec418d0b89fdfe2fa3cdf208bd277dca8e684f2e158d2cdb95be9657fe9d1
-DIST mattermost-desktop-3.7.0-linux-ia32.tar.gz 57552057 BLAKE2B 
7f543512d4fab0ad129223d2fa89f4faefd7bca6953fb73407e35f4334f21c4c1e8d96f81ad067e280aa40c2b21db19b7bce13fce2f6d85823631cb0e31e400b
 SHA512 
159e81dd0cf259cf32ca1b55905579df1b0227dd423a2fa71ee3b1c297ca8ca935ff4fba729e512edbc58358caa8dd1b1f5d565045b8cb56c49f1220c5092a72
-DIST mattermost-desktop-3.7.0-linux-x64.tar.gz 56145589 BLAKE2B 
bebc6ac1e3a4cf3593525008722d74069c28ca73ff489df32fd99aae2ebebde5c96aa13a8fd4db7623afaa69663fefd1b35b43d9238f044c525f5b844ef5cec8
 SHA512 
f46f13045850579c49a87ab2a01caf3c3d95ac6bb9bc807c414413df6804ea36342bbc0a31a75d10a3b048dc3ac5a3efe8c26883c0705aec8875900366b9b58a
-DIST mattermost-desktop-3.7.1-linux-ia32.tar.gz 58727870 BLAKE2B 
536164e41832e35404089a0e0866ce0b5ed49f7253d85669e02b0f6054274a49d13df1ec5b2cc08e14e0a065c4b75ba6c6b807de61056915b5401cea8fbd847d
 SHA512 
679aed097874fea7c245cb4d939065b3d42804a972b2d4593f1d3325b0e9208fe9c1b57c0d0b969ca2a4a5a00a8ee82735bef69eb82151932d1753b69ece3d2f
-DIST mattermost-desktop-3.7.1-linux-x64.tar.gz 57327001 BLAKE2B 
12d863139ef65ac2abf8191c1241fb0f6f8c3a1e7c6225e4a9361eb047ea06487f6f1e9f8b9e145f5c29cc818df1cd6a7c0d272f6ad76a9651bd7d99aed871f5
 SHA512 
4f709f3377b82e959a553c36932c18662c391a8f6a61a56df227b0f6054569c391a04dba9d071eaa35e9736ec49a2d1ae5339a8962d2476c338344ec977cd64d
 DIST mattermost-desktop-4.0.0-linux-ia32.tar.gz 61337701 BLAKE2B 
5e5e2cf40c9f28c3d8384b8a6cffccf8c691bacef3f86d739fba9fda600f39135d48e48fe1d05f73d1e862b83a05931b4dd299e9c18c6e29251e5438d9f8b112
 SHA512 
0991010a3288ee1c75e5a4ffe40f0daa0c4c180edca6bf8a956e4a2baf97b4e76d4f503a12c0517cdeb0e93e742821fe131367501891046ec6d11336afd05f09
 DIST mattermost-desktop-4.0.0-linux-x64.tar.gz 60248946 BLAKE2B 
20f70c6a333d5dad57030076db22dca5a82509713aec1e68e1decbf29057418fc3b738f50c93961828f714f1988b8069062a4ea9cab4750bd1552fad4805a0e8
 SHA512 
fb470a072b21f53c5b4e5197a6b3c124cbff27302d5612fa04df60f043e85fcefc575c2c7feb8ecc5a842400bac5291fff8b9b3f563abd17437f4e33d7e7421f
-DIST mattermost-desktop-bin-3.5.0.tar.gz 763198 BLAKE2B 
843c997fbe8145fda87b6d78fa4ccb16daa752443eb024427c520601faa07da16a6737232090d0cd8b2c0c7ce73811396a6ac568b136237526f0fd7c2b17f7a2
 SHA512 
06924e4ce18cbe8fd50c0742a74b0a2ec732c7a419bb741c6991097a0a7be01afdfc4ce43125856508aa06750e35d12ce34d06a1e5d6eb6ddd14e81a0a6dffba
-DIST mattermost-desktop-bin-3.6.0.tar.gz 769891 BLAKE2B 
0fcfef0ea4235abffa67451df7583789532185311018c252f75432538a5fedd810e4e22badc8d3ea794944a1b195e93f2cc1712cf323a8674c9ee6e951547d57
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/

2018-07-25 Thread Patrice Clement
commit: 81e94287a5769df3a005373ce8b7d7f4b04c9052
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul 24 09:53:27 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e94287

app-vim/syntastic: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/syntastic/Manifest   |  1 +
 app-vim/syntastic/syntastic-3.9.0.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index b641bad03ba..2ddcf65d0cc 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1 +1,2 @@
 DIST syntastic-3.8.0.tar.gz 253425 BLAKE2B 
a003b9166aba2915b5421ac02544d128b8befca0af4f15c880f56ad046fad0ca7c202e6f7dda44588a6ad4ac3b77a3ed3602613855c6755261b5941d45464eff
 SHA512 
b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c
+DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 
574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e
 SHA512 
04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5

diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild 
b/app-vim/syntastic/syntastic-3.9.0.ebuild
new file mode 100644
index 000..6776db4e00e
--- /dev/null
+++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit vim-plugin
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git;
+else
+   SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="vim plugin: syntax checking using external tools"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 
https://github.com/scrooloose/syntastic/;
+LICENSE="WTFPL-2"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+src_prepare() {
+   default
+   rm -r _assets LICENCE README.markdown || die
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "Syntastic has many optional dependencies depending on the 
type"
+   elog "of syntax checking being performed. Look in the related 
files in"
+   elog "the syntax_checkers directory to help figure out what 
programs"
+   elog "different languages need."
+   fi
+}



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

2018-07-25 Thread Patrice Clement
commit: 08b9b16b67feb2b0b7ef4f20314a03c849e3c588
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jul 25 07:33:28 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b9b16b

net-im/mattermost-desktop-bin: add back x86 keyword.

Closes: https://bugs.gentoo.org/649108
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
index b355c783c11..3d6654abfa8 100644
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
gnome-base/gconf:2



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

2018-07-25 Thread Patrice Clement
commit: 96a28f06eb3edb496b4fd7535f937465d7dcbcc4
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jul 23 08:39:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a28f06

dev-python/zict: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/zict/Manifest b/dev-python/zict/Manifest
index de70af65568..7a0098a5ee1 100644
--- a/dev-python/zict/Manifest
+++ b/dev-python/zict/Manifest
@@ -1 +1,2 @@
 DIST zict-0.1.2.tar.gz 10839 BLAKE2B 
6256e6202f6cca1db025d21c42b98163ad897ceda6a1b878e75165b358ec0a4b9150f04ecdc05f5408dd74c97212b8301d1f45d91f92dad138789570ffcfa562
 SHA512 
13fc6647bc1506bc5e8f69d39a07851a06634949ce917f294762ff3143c8a539117f8731b103df2663708fa1e8c968359985d9c4273aa952f500a89019c176e3
+DIST zict-0.1.3.tar.gz 11199 BLAKE2B 
f91c5116b3b3693ee272379e36c58141afeba14cf25eff9e1416cd59900ca9ab146d7fe806a22939e97dfb3f1657e443eb1420f4d5170a3723df32c3d73b
 SHA512 
2051ff589f9dfc822ceb6a0adebb62e7b782bd426be5035163e78031814927dca221bfcc27ce47fb3d0287b1ec7e1ff120ccebf150e447df213aaa2136f744a4

diff --git a/dev-python/zict/zict-0.1.3.ebuild 
b/dev-python/zict/zict-0.1.3.ebuild
new file mode 100644
index 000..7879fdb202c
--- /dev/null
+++ b/dev-python/zict/zict-0.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mutable mapping tools"
+HOMEPAGE="https://github.com/dask/zict/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/HeapDict[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+  dev-python/HeapDict[${PYTHON_USEDEP}]
+  dev-python/lmdb[${PYTHON_USEDEP}]
+  dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test || die
+}



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

2018-07-25 Thread Patrice Clement
commit: e55090410cf3c5857fbd12b2c4937d3a4caa6baf
Author: Horea Christian  yandex  com>
AuthorDate: Sat Jul 21 23:29:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5509041

dev-python/seaborn: version bump.

Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9308

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

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 11c027d3523..27348e942a4 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1,3 @@
 DIST seaborn-0.7.1.tar.gz 158146 BLAKE2B 
f547e41306634f41091ca5641319abcdb1d22359d67591f115009cd95cdf50463e3683fb1ac911ff9dee3d7628320a76fbcbaa9c91510937907a40a0daa259c4
 SHA512 
6c730d87a97f0df3b38b78ee9255d47b900aece1308127e2772dc982b19691efe6afe192752c89cba9e9532b567dc1c3c103675e580e6f1151355ea89d1019b3
 DIST seaborn-0.8.1.tar.gz 178865 BLAKE2B 
7f81e0737331edac805e88183f387ccde38d4b27d601e43462342855cdfe245cf1c721ef03ae7cd1b23cc6641e20d51f38bba6c8ffc4a9621b069c6528d0249a
 SHA512 
05ed621c2624b4b981118f9e6100f593ab23620e8f86c82b55a298944135f3286798d5cdc6c215c134f2fdecf9b3a7631be8c5136c0dafaf1f97f05f7c6739d7
+DIST seaborn-0.9.0.tar.gz 198184 BLAKE2B 
4f4072a186986f9eb649c6fdb6edbc7a28b6f4ab6cc132652b8c4c595c96500b4853b5593f39b46f6f0073d916f9cd51f3ecbb2d23f4d69991e46e702f10ca44
 SHA512 
01cc9a8e80102eed6a35be8ef2c3357d1f5eee53004887a5e0eb1f4dcf696987e19b9e371e95fad01fff60042ad5a2873a6d265a43cb506172a50ecd5ba55b3b

diff --git a/dev-python/seaborn/seaborn-0.9.0.ebuild 
b/dev-python/seaborn/seaborn-0.9.0.ebuild
new file mode 100644
index 000..f7f36034b4f
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.9.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/patsy[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   virtx nosetests --verbosity=3 || die
+}



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

2018-07-25 Thread Patrice Clement
commit: 9e37d7271496b9740d37fce7a3785de1a40d1173
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jul 23 08:43:36 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e37d727

dev-python/s3fs: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/s3fs/Manifest b/dev-python/s3fs/Manifest
index 770ce8b9f8a..7597b9ac3e0 100644
--- a/dev-python/s3fs/Manifest
+++ b/dev-python/s3fs/Manifest
@@ -1 +1,2 @@
 DIST s3fs-0.1.2.tar.gz 24574 BLAKE2B 
2b62202d8ceec078ca93c6da895a81648c83e0fbd764dbcf4cb1a0ce2c2a8a7cd16a3cc5162d095ec1272b52c9da743d8c8d21f5b351e6a4f3d63cbd77d9b43c
 SHA512 
52be23ccb2dd8c63675287895d00fda94adf010ac878ca12e5c8eefa25c7076c000b53bb4d2bb7886550cdd0d226cdf51aeee12f2ad7bac46537f190ba72ec2f
+DIST s3fs-0.1.5.tar.gz 27215 BLAKE2B 
84f059eafe14a4faf8945c355763d31a49f38c3ae6cb05170dbff0e7ad435f9ea79617fc538d237b565d20a0b11603ea44d9e71339fd40c1ad16ad0af903bbd5
 SHA512 
5285da6d82de1e68c4cb0fad5a93eeb59fdffba663691d79cafd1b428b60e17fa21e0ff3a50df701cad7f351017cdc538954b0516782e5ddcf6c3d5910f71144

diff --git a/dev-python/s3fs/s3fs-0.1.5.ebuild 
b/dev-python/s3fs/s3fs-0.1.5.ebuild
new file mode 100644
index 000..ffec642e474
--- /dev/null
+++ b/dev-python/s3fs/s3fs-0.1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pythonic file interface to S3"
+HOMEPAGE="http://s3fs.readthedocs.io/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/boto3[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+  dev-python/moto[${PYTHON_USEDEP}]
+  dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die
+}



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

2018-07-25 Thread Patrice Clement
commit: 3fcf767e4f30e0b37305e61fc42a2900a6692961
Author: Christian Roessner  roessner-network-solutions  com>
AuthorDate: Mon Jul 16 06:58:13 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcf767e

mail-filter/rspamd: version bump to 1.7.8.

Closes: https://github.com/gentoo/gentoo/pull/9245

 mail-filter/rspamd/Manifest|  1 +
 mail-filter/rspamd/rspamd-1.7.8.ebuild | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index d29616f33e7..7b59c3f2dd5 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -4,3 +4,4 @@ DIST rspamd-1.7.1.tar.gz 4453460 BLAKE2B 
28070804a6daf7f6354203038fbd974176a1ed5
 DIST rspamd-1.7.2.tar.gz 4460606 BLAKE2B 
2c4389fd5350d67d21745288f74c4e1276772c47bbb0c74364227d0c04e4102c2ce00cd8242a639825e8c9971e87822af7a38a0a8561ba979e3f3b396d120414
 SHA512 
45ab95c7488e58da9e8803daefda5a0f8920cc4d4c4508a0347ed07d201124d07b10e93010b2be5fab3ecd0ac2be962bcebbb41f434a449fdbc31ded744878cf
 DIST rspamd-1.7.5.tar.gz 4494681 BLAKE2B 
709b589157cb61568ebe78af64bb2363cb7342736e29971f30de1e1a1e9e667402006cb3a34e1d240a32560608ab9ab86838a288707b5043c89c3d9127880f60
 SHA512 
3e77c99abd47b1d22ccae33c0312b4338253af0ff10825dc2796fc42864142c91324d349677098bcd0c156a9229c04d3ce8a08808b6eb702624c918722e3acc4
 DIST rspamd-1.7.7.tar.gz 4534430 BLAKE2B 
83ba39b80293bf87f397e6b1b1cbec27e7c44f096a148b6d29c641d10b607b616865ec54c1a88dc55f620b17e8c69bcf8690ee509d1b9a517a923fe0afc08b70
 SHA512 
7436848b3fc0e2ef90dcc54b48c1c95d6a7753175f484297de2e77bd117a9858da09b2a50f8692f210e48421b604ef465311b97197b473823a87ac74337d7752
+DIST rspamd-1.7.8.tar.gz 4542955 BLAKE2B 
78fbb01c51d290f8d88f4c512df248fcbc8e28e00a820ba0d3dc22adf4bb1b54b1923aa5306fde5d4d75c81a9304f220608a6cec3f1077bbb9adfa1ea8bdc2a4
 SHA512 
43f2350dfa4e0369cd53480bd4c8d0aa3898d7c471540281e7460a264207032aea226c4fd519a26397b9e9e8c8de3951e5a9752e010eabf1b3733a0c3e3086c2

diff --git a/mail-filter/rspamd/rspamd-1.7.8.ebuild 
b/mail-filter/rspamd/rspamd-1.7.8.ebuild
new file mode 100644
index 000..9ba47fbeea3
--- /dev/null
+++ b/mail-filter/rspamd/rspamd-1.7.8.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils user systemd pax-utils ${SCM}
+
+DESCRIPTION="Rapid spam filtering system"
+HOMEPAGE="https://github.com/vstakhov/rspamd;
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   KEYWORDS=""
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/vstakhov/rspamd.git;
+else
+   SRC_URI="https://github.com/vstakhov/rspamd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="cpu_flags_x86_ssse3 fann gd jemalloc +jit libressl pcre2 +torch"
+REQUIRED_USE="torch? ( jit )"
+
+RDEPEND="!libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   fann? ( sci-mathematics/fann )
+   pcre2? ( dev-libs/libpcre2[jit=] )
+   !pcre2? ( dev-libs/libpcre[jit=] )
+   jit? ( dev-lang/luajit:2 )
+   jemalloc? ( dev-libs/jemalloc )
+   dev-libs/libevent
+   net-libs/libnsl
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   

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

2018-07-25 Thread Patrice Clement
commit: e68d5f26375d11b21e08a2231d8d0f26767b219f
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jul 23 08:43:32 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68d5f26

dev-python/globre: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/globre/Manifest|  1 +
 dev-python/globre/globre-0.1.5.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/globre/Manifest b/dev-python/globre/Manifest
index efe358f3482..6913e886b45 100644
--- a/dev-python/globre/Manifest
+++ b/dev-python/globre/Manifest
@@ -1 +1,2 @@
 DIST globre-0.1.4.tar.gz 19274 BLAKE2B 
6b05f531e9a3819f9916d16679a39c2a281056446afc8f395ba16dcccd25878355c749820c8b1fcfdd1e855ec7a8d0f10cc5a23e3a4e77c877e0e7180e9c24dd
 SHA512 
288b2a6e9e1b7e646f7b06db73b255f9710007c0305466a8d4e26245ab73efb14e5b543291937edb3f0d1dd9205391a08a073d106f4ed687e2a21d181a83840b
+DIST globre-0.1.5.tar.gz 20388 BLAKE2B 
cc3dce578d4c30d0309a60a054dfea11b53d5039adcc3251fedccc1ee8a8ceb70e844799e8a7fffb398d0f8022a51ff2460a74102d1c39f1e49d5fa2eb8fe07b
 SHA512 
8b102150acd17a77c8c3ce1f01e36f0c9258a051b44348b6d9494ea9d2f8247bb534de250c5d506641d889042107f3b93c05a313ed46ae54f6fb47ae997ffdfa

diff --git a/dev-python/globre/globre-0.1.5.ebuild 
b/dev-python/globre/globre-0.1.5.ebuild
new file mode 100644
index 000..310157cb58a
--- /dev/null
+++ b/dev-python/globre/globre-0.1.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="A glob matching library, providing an interface similar to the 
're' module"
+HOMEPAGE="https://pypi.org/project/globre/ 
https://github.com/metagriffin/globre;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   nosetests --verbose || die
+}



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

2018-07-25 Thread Patrice Clement
commit: 6d32848acd2d45613925f804cfa4c68ad8dd770e
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jul 23 08:40:03 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d32848a

dev-python/readlike: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/readlike/Manifest  |  1 +
 dev-python/readlike/readlike-0.1.3.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/readlike/Manifest b/dev-python/readlike/Manifest
index b9b153bc0d8..02d424e331f 100644
--- a/dev-python/readlike/Manifest
+++ b/dev-python/readlike/Manifest
@@ -1 +1,2 @@
 DIST readlike-0.1.2.tar.gz 5068 BLAKE2B 
c716b4a36a2933b48ed43b2c5830dc922cf800bd4c4c83119a1b0b705bb2ff91e0a20bbc7e762eca37da306e428fe809207ebf67d40b8a9acb86d854af4c7e95
 SHA512 
4ecd694c69c615ec37da05341596af4ec26abeeda78ecf10fc3019533a7ab092ed1e1e4f8910a7835d7ffb157b203cb0395a2eba135d3aba861abb75d466980e
+DIST readlike-0.1.3.tar.gz 5023 BLAKE2B 
fdfe9fe80cd2bb9bd53d83efc6b358a8f375d757162110271aafd7bd7c4e1c941e760c1526c9dcffd60506322171c7b9f4f7d768acfae6569a74da02135ad4bb
 SHA512 
f4ecaab4bc068660b0354092ff1594f245c57f4ae93e37ad53ddfe1eb33017b241237f6e573e9abff1ae87ce59da8fcb3fe2ae4a7bd962004ea5313c1fbd9719

diff --git a/dev-python/readlike/readlike-0.1.3.ebuild 
b/dev-python/readlike/readlike-0.1.3.ebuild
new file mode 100644
index 000..35d57797ec3
--- /dev/null
+++ b/dev-python/readlike/readlike-0.1.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="a python library similar to readline"
+HOMEPAGE="https://pypi.org/project/readlike/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"



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

2018-07-25 Thread Patrice Clement
commit: 3d9aeeca03f967a5061be73e8d9e2ad358e5312f
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jul 23 08:41:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9aeeca

dev-python/python-debian: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/python-debian/Manifest  |  1 +
 .../python-debian/python-debian-0.1.32.ebuild  | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/python-debian/Manifest 
b/dev-python/python-debian/Manifest
index 19badbe5cf0..917c0ed1a41 100644
--- a/dev-python/python-debian/Manifest
+++ b/dev-python/python-debian/Manifest
@@ -1,2 +1,3 @@
 DIST python-debian_0.1.28.tar.xz 292404 BLAKE2B 
78634043fc0dabd378bae171a485931b080dc0d31cc7e2ea448c000a1c4250e322f900cf0a0a4c3a8505af6f10da692d0fad948bc253ede7a38e4fe98831924b
 SHA512 
ffbc924fe2dfd5790d49aacf80109bbaa18126bb8d6c9b8ffa25e9ed8b1cdeb28024a8dc202587682088e2e558da1642385faa4afda925cbb2edf6f304592a0d
 DIST python-debian_0.1.31.tar.xz 295720 BLAKE2B 
3b3a68ab5604571355a15afac181e488c278ca78ab4c8a6cba4c392a0a89fd778bfd37e69a369d50fbc72f5080cf37fdbd31771f5d973c386795c436112ea347
 SHA512 
d2bf071b088e53ac132f91e5983c092bddb9736b3fd1394dfd2654fb8b6af7f89982af8debba8c4af21086d4f8a3ef86393fdef25ef18bcf71dcb00a60a8ae5b
+DIST python-debian_0.1.32.tar.xz 296028 BLAKE2B 
15e2678a1ec2f4d96baec8b9e3ce7b84d8ad37f520fe9f174d6fe9cac8adbcbb73f628d9c3cdf39eca2639855e797b8f8cef4c9517063d61aa1e3b3ce7f1df2c
 SHA512 
2b55d9a3100028699ec63dd4861a4f60d44e03662cc144784a37cdd980f3ff276e6cd2e535a50cdc6db28bf44affdd576259d73e14e16a2bbeeeda0de0bdd194

diff --git a/dev-python/python-debian/python-debian-0.1.32.ebuild 
b/dev-python/python-debian/python-debian-0.1.32.ebuild
new file mode 100644
index 000..03133f9a7a5
--- /dev/null
+++ b/dev-python/python-debian/python-debian-0.1.32.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python modules to work with Debian-related data formats"
+HOMEPAGE="https://packages.debian.org/sid/python-debian;
+SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( app-arch/dpkg )"
+
+RESTRICT="test"
+
+python_prepare_all() {
+   sed -i -e '/import apt_pkg/d' \
+   -e 's/test_iter_paragraphs_comments_use_apt_pkg/_&/' \
+   lib/debian/tests/test_deb822.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   "${PYTHON}" lib/debian/doc-debtags > README.debtags || die
+}
+
+python_test() {
+   "${PYTHON}" -m unittest discover lib || die "Testing failed with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-07-25 Thread Michał Górny
commit: e39c6e98a187fb07c5563b4c4a00e741926c019f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 25 17:17:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 25 17:26:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39c6e98

sys-libs/compiler-rt-sanitizers: Unrestrict test fixed in -

The sanitizer_set_death_callback_test seems to no longer fail
with -, so unrestrict it.

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
index 8b127c7f41a..bb00fe63714 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
@@ -80,7 +80,6 @@ src_prepare() {
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die
rm test/msan/dtls_test.c || die
-   rm 
test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc || 
die
fi
fi
 }



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

2018-07-25 Thread Ian Stakenvicius
commit: 513d084c9f08f6636e599068e65585d6d11e3feb
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Jul 25 17:15:27 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Jul 25 17:16:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513d084c

dev-lang/spidermonkey: finish removal of optional JIT support on :52

Previous commit was dirty with a partial removal of IUSE=jit, this
commit finishes the job.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild 
b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
index f1a9493f9fd..a0bc863ec2e 100644
--- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
@@ -136,9 +136,7 @@ src_install() {
emake DESTDIR="${D}" install
 
if ! use minimal; then
-   if use jit; then
-   pax-mark m "${ED}"usr/bin/js${SLOT}
-   fi
+   pax-mark m "${ED}"usr/bin/js${SLOT}
else
rm -f "${ED}"usr/bin/js${SLOT}
fi



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

2018-07-25 Thread Mart Raudsepp
commit: 71cd81faf5448ecbc668a24bc9dec7663551bd19
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 16:25:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 16:47:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cd81fa

net-libs/webkit-gtk: fix non-parallel builds

Parallel builds might have failed too before this patch, but had to
be very "lucky".

Closes: https://bugs.gentoo.org/662002
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-libs/webkit-gtk/files/2.20.3-jsc-build-fixes.patch | 14 ++
 net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild   |  1 +
 2 files changed, 15 insertions(+)

diff --git a/net-libs/webkit-gtk/files/2.20.3-jsc-build-fixes.patch 
b/net-libs/webkit-gtk/files/2.20.3-jsc-build-fixes.patch
new file mode 100644
index 000..32ff3a52844
--- /dev/null
+++ b/net-libs/webkit-gtk/files/2.20.3-jsc-build-fixes.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/662002
+https://bugs.webkit.org/show_bug.cgi?id=183788
+https://trac.webkit.org/changeset/229282/webkit
+
+Index: /trunk/Source/JavaScriptCore/CMakeLists.txt
+===
+--- a/Source/JavaScriptCore/CMakeLists.txt (revision 229281)
 b/Source/JavaScriptCore/CMakeLists.txt (revision 229282)
+@@ -248,4 +248,5 @@
+ )
+ target_link_libraries(LLIntOffsetsExtractor WTF)
++add_dependencies(LLIntOffsetsExtractor JavaScriptCoreForwardingHeaders)
+ 
+ # The build system will execute asm.rb every time LLIntOffsetsExtractor's 
mtime is newer than

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild
index 69dc6b1f2ca..50b4f8c388c 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.20.3.ebuild
@@ -147,6 +147,7 @@ pkg_setup() {
 }
 
 src_prepare() {
+   eapply "${FILESDIR}"/${PV}-jsc-build-fixes.patch
cmake-utils_src_prepare
gnome2_src_prepare
 }



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

2018-07-25 Thread Mart Raudsepp
commit: 5967212b9e96fdd82599c304d63783c86ce79675
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 11:31:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 16:47:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5967212b

app-text/iso-codes: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-text/iso-codes/Manifest  |  1 -
 app-text/iso-codes/iso-codes-3.75.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 3ea852a8d42..176e81708d6 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,2 +1 @@
-DIST iso-codes-3.75.tar.xz 3461424 BLAKE2B 
5548307415b45d2a149fa3868521a464522c9a34e19607faea64aec3e2ff68d331872ff7de3c5807f7ae431a489fede42b6b59f068c5f22132aad4a0f1de8f87
 SHA512 
157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e
 DIST iso-codes-3.76.tar.xz 3474728 BLAKE2B 
b418b7b80d1926e765b65aad4edbd74ad8d37251fda14e3ab0e222095762d54e358de6f8d4a08fde8ae14460fd975a2a541ca6a5a4cf8ef1d19462b0f991
 SHA512 
a0f6714a79a52b5dab82a268e85cb2d019ff5255744b88d088dcd7d5a15eb9710876a338a0a5d0f5659b4146bc6cc53d6d3474d621b3dcca7c47afabfc7e0dfa

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
deleted file mode 100644
index b5a8f0e064c..000
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n python-any-r1
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-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 ~x64-macos ~x86-macos 
~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${PYTHON_DEPS}
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries.
-RESTRICT="binchecks strip"
-
-# l10n_find_plocales_changes doesn't support multiple directories,
-# so need to do the update scan ourselves.
-check_existing_locales() {
-   local std loc all_locales=()
-
-   ebegin "Looking for new locales"
-   for std in "${all_stds[@]}"; do
-   pushd "${std}" >/dev/null || die
-   for loc in *.po; do
-   all_locales+=( "${loc%.po}" )
-   done
-   popd >/dev/null
-   done
-
-   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
-   if [[ ${PLOCALES} != "${all_locales}" ]]; then
-   eend 1
-   eerror "There are changes in locales! This ebuild should be 
updated to:"
-   eerror "PLOCALES=\"${all_locales}\""
-   die "Update PLOCALES in the ebuild"
-   else
-   eend 0
-   fi
-}
-
-src_prepare() {
-   default
-
-   local std loc mylinguas
-   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
-
-   check_existing_locales
-
-   # Modify the Makefiles so they only install requested locales.
-   for std in "${all_stds[@]}"; do
-   einfo "Preparing ${std} ..."
-   pushd "${std}" >/dev/null || die
-   mylinguas=()
-   for loc in *.po; do
-   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
-   mylinguas+=( "${loc}" )
-   fi
-   done
-
-   sed \
-   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
-   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
-   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
-   popd >/dev/null
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/

2018-07-25 Thread Mart Raudsepp
commit: cd3f982c968645c7a4ffd83cd1abdd708d8550e8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 11:30:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 16:46:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3f982c

app-accessibility/speech-dispatcher: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-accessibility/speech-dispatcher/Manifest   |   1 -
 .../speech-dispatcher-0.8.3.ebuild | 111 -
 2 files changed, 112 deletions(-)

diff --git a/app-accessibility/speech-dispatcher/Manifest 
b/app-accessibility/speech-dispatcher/Manifest
index 46475c1ce56..ace56a5aa3e 100644
--- a/app-accessibility/speech-dispatcher/Manifest
+++ b/app-accessibility/speech-dispatcher/Manifest
@@ -1,3 +1,2 @@
 DIST speech-dispatcher-0.8.1.tar.gz 1309969 BLAKE2B 
225a7b6a134cf0c82b1e08f961bad87a509ae7b4a9948c1e548c84a325b86b70ee66cd52dabd560f6640682385ea826fa4e67ec762a3da223a14303ddfdae5c2
 SHA512 
35f1ae547001a45d7945406ae5672829ff9ab6ac3f0cccb9eb3670dd92888a63c7cc4270ee90b5a166e6788afe3b117b5c3ef62c41a9df9f9af94dc4e0948fe8
-DIST speech-dispatcher-0.8.3.tar.gz 1292321 BLAKE2B 
a9a69734b9aa3c38041ea2872fa872e91d0e464714b71852266d5010677accee84a656e1b3661370b5e0047f0f0051e61dc5e8152185146b3779f59117bf7670
 SHA512 
48eaa1fb27a14ad6c6a1f214044fbddde85ff07e636355e75f4f3ac1e46cea0cbbbd2cb9ce01ce4b9cb27d5395d840bd38afd2c65ec0fabcc8787483ae7a7b67
 DIST speech-dispatcher-0.8.7.tar.gz 1333677 BLAKE2B 
0b08f1a1228fe1240e14b3d52913f8fa64a1f2ee9b563294b49ea8d3e5cfd3041aa5572ec72354b360dabd2d263deb79e418b95b6174a5b89ee541e9fd23c7e2
 SHA512 
0e7af02e8521aa8d397ea4d0329f9a8d56970beed645456dfedc738ececd2ccd8ecfdf66e92ae852878a473ba991175e1d4dc2b8b0148c958163682b49678375

diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
deleted file mode 100644
index 2c177405d33..000
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 python3_5 )
-
-inherit eutils python-r1
-
-DESCRIPTION="Speech synthesis interface"
-HOMEPAGE="http://www.freebsoft.org/speechd;
-SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
-   >=dev-libs/dotconf-1.3
-   >=dev-libs/glib-2.28:2
-   >=media-libs/libsndfile-1.0.2
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   espeak? ( app-accessibility/espeak )
-   flite? ( app-accessibility/flite )
-   nas? ( media-libs/nas )
-   pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig"
-   RDEPEND="${COMMON_DEPEND}
-   dev-python/pyxdg"
-
-src_configure() {
-   # bug 573732
-   export GIT_CEILING_DIRECTORIES="${WORKDIR}"
-
-   local myeconfargs=(
-   --disable-python
-   $(use_enable static-libs static)
-   $(use_with alsa)
-   $(use_with ao libao)
-   $(use_with espeak)
-   $(use_with flite)
-   $(use_with pulseaudio pulse)
-   $(use_with nas)
-   )
-   econf ${myeconfargs[@]}
-}
-
-src_compile() {
-   use python && python_copy_sources
-
-   emake
-
-   if use python; then
-   building() {
-   cd src/api/python || die
-   emake \
-   pyexecdir="$(python_get_sitedir)" \
-   pythondir="$(python_get_sitedir)"
-   }
-   python_foreach_impl run_in_build_dir building
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc ANNOUNCE AUTHORS BUGS ChangeLog FAQ NEWS README*
-
-   prune_libtool_files --all
-
-   if use python; then
-   installation() {
-   cd src/api/python || die
-   emake \
-   DESTDIR="${D}" \
-   pyexecdir="$(python_get_sitedir)" \
-   pythondir="$(python_get_sitedir)" \
-   install
-   }
-   python_foreach_impl run_in_build_dir installation
-   python_replicate_script "${ED}"/usr/bin/spd-conf
-   fi
-}
-
-pkg_postinst() {
-   local editconfig="n"
-   if ! use espeak; then
-   ewarn "You have disabled espeak, which is speech-dispatcher's"
- 

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

2018-07-25 Thread Mart Raudsepp
commit: 2bea1ac35a4e6955517315078a2176c94cb4388d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 13:17:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 16:47:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bea1ac3

dev-libs/libxml2: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/libxml2/Manifest  |   2 -
 .../libxml2/files/libxml2-2.8.0_rc1-winnt.patch|  91 -
 dev-libs/libxml2/libxml2-2.9.6.ebuild  | 208 -
 dev-libs/libxml2/libxml2-2.9.7.ebuild  | 208 -
 4 files changed, 509 deletions(-)

diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest
index b8be3f373f7..aed8b4f5a34 100644
--- a/dev-libs/libxml2/Manifest
+++ b/dev-libs/libxml2/Manifest
@@ -1,5 +1,3 @@
-DIST libxml2-2.9.6.tar.gz 5469624 BLAKE2B 
cb8fc74044876b2ddf9742a4a84d685ce6cd1e41a991ee79fd70a9175c54d2a9a3d3a2c3229a4ce177fcd4e30b0cee08c7cf3a36fef68b179db0ce521fbbf3b0
 SHA512 
5ef80f895374bd5dd3bcd5f00c715795f026bf45d998f8f762c0cdb739b8755e01de40cf853d98a3826eacef95c4adebe4777db11020e8d98d0bda921f55a0ed
-DIST libxml2-2.9.7.tar.gz 5467389 BLAKE2B 
e15082fb87fb41a7aab6f39120b1d1bbd0325af8009bb3b74c69a98bf7347a39f59055762df157dcf223a79ac84f17535cb40af0a9a461ee3d2c1d55f4832e1b
 SHA512 
da06cb7c5032ef4b7c8e902fabb9d2c74634c42c161be07a7c66a00d53a68029f89b0d4de32a6b9d4ff338c2d1d9c4e53aefb9cf50cb1c2d6c6b06b442ef42d5
 DIST libxml2-2.9.8.tar.gz 5469097 BLAKE2B 
0b7836db46edebf6e7108c28da4bb7e3fb5ddc695aaa3e456ba51a66c0294a741d7b60eb4c31c7040443bbd54712c019424078bd533856a9650b39a703a926d5
 SHA512 
28903282c7672206effa1362fd564cbe4cf5be44264b083a7d14e383f73bccd1b81bcafb5f4f2f56f5e7e05914c660e27668c9ce91b1b9f256ef5358d55ba917
 DIST xmlts20080827.tar.gz 638940 BLAKE2B 
c5aab959c6e0698acd5b9be82b48a8ac26f4d01cc03f9acfff20d344f97f4711fc6d4a524ae70457147e8e30c72e27b6726829e1dd21896286aa974ed60774e7
 SHA512 
7325d0977c4427fc4944b291ccf896a665f654cc24399e5565c12a849c2bc3aef4fa3ee42a09ac115abcb6570c51a8fbd052c38d64d164279ecdecad5a4e884d
 DIST xsts-2002-01-16.tar.gz 6894439 BLAKE2B 
1e9ec63d2c104655e64249e07440a04d862fcbcd4d4e19745d81b34994319b510a531c9d6df1491fae1e90b5d0764f0f1a827251ca8df5d613178b0eab01ef25
 SHA512 
43300af6d39c1e2221b0ed7318fe14c7464eeb6eb030ed1e22eb29b4ab17f014e2a4c8887c3a46ae5d243e3072da27f00f4e285498ae6f1288177d38d1108288

diff --git a/dev-libs/libxml2/files/libxml2-2.8.0_rc1-winnt.patch 
b/dev-libs/libxml2/files/libxml2-2.8.0_rc1-winnt.patch
deleted file mode 100644
index cce3ecb058a..000
--- a/dev-libs/libxml2/files/libxml2-2.8.0_rc1-winnt.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From 168e20836fe9614dd2dd4b42006c17a783f11c48 Mon Sep 17 00:00:00 2001
-From: Markus Duft 
-Date: Thu, 20 Nov 2008 11:04:33 -0500
-Subject: [PATCH] Fix for ~x86-winnt
-
-[Alexandre Rostovtsev : port to 2.8.0-rc1]

- dict.c|2 +-
- include/wsockcompat.h |2 +-
- nanohttp.c|2 +-
- xmlIO.c   |4 
- 4 files changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/dict.c b/dict.c
-index 3579f64..71e7bc6 100644
 a/dict.c
-+++ b/dict.c
-@@ -47,7 +47,7 @@
- #else
- #ifdef HAVE_INTTYPES_H
- #include 
--#elif defined(WIN32)
-+#elif defined(WIN32) || defined (__PARITY__)
- typedef unsigned __int32 uint32_t;
- #endif
- #endif
-diff --git a/include/wsockcompat.h b/include/wsockcompat.h
-index c762a64..1ed822b 100644
 a/include/wsockcompat.h
-+++ b/include/wsockcompat.h
-@@ -27,7 +27,7 @@
- #endif
- #endif
- 
--#if defined( __MINGW32__ ) || defined( _MSC_VER )
-+#if defined( __MINGW32__ ) || defined( _MSC_VER ) || defined(__PARITY__)
- /* Include  here to ensure that it doesn't get included later
-  * (e.g. by iconv.h) and overwrites the definition of EWOULDBLOCK. */
- #include 
-diff --git a/nanohttp.c b/nanohttp.c
-index 2437fed..dbe97a7 100644
 a/nanohttp.c
-+++ b/nanohttp.c
-@@ -74,7 +74,7 @@
- #define XML_SOCKLEN_T unsigned int
- #endif
- 
--#if defined(__MINGW32__) || defined(_WIN32_WCE)
-+#if defined(__MINGW32__) || defined(_WIN32_WCE) || defined(__PARITY__)
- #ifndef _WINSOCKAPI_
- #define _WINSOCKAPI_
- #endif
-diff --git a/xmlIO.c b/xmlIO.c
-index 73a995d..99562f6 100644
 a/xmlIO.c
-+++ b/xmlIO.c
-@@ -47,6 +47,7 @@
- #include  /* for CP_UTF8 */
- #endif
- 
-+#ifndef __PARITY__
- /* Figure a portable way to know if a file is a directory. */
- #ifndef HAVE_STAT
- #  ifdef HAVE__STAT
-@@ -82,6 +83,7 @@
- #endif
- #  endif
- #endif
-+#endif /* __PARITY__ */
- 
- #include 
- #include 
-@@ -657,6 +659,7 @@ xmlWrapStatUtf8(const char *path,struct stat *info)
- {
- #ifdef HAVE_STAT
- int retval = -1;
-+#ifndef __PARITY__
- wchar_t *wPath;
- 
- wPath = __xmlIOWin32UTF8ToWChar(path);
-@@ -665,6 +668,7 @@ xmlWrapStatUtf8(const char *path,struct stat *info)
-retval = _wstat(wPath,info);
-xmlFree(wPath);
- }
-+#endif
- /* maybe path in native encoding 

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

2018-07-25 Thread Mart Raudsepp
commit: e99ccfb33fb317339264193667275ed68327
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 11:32:19 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 16:47:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99ccfb3

dev-libs/vala-common: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/vala-common/Manifest   |  2 -
 dev-libs/vala-common/vala-common-0.34.16.ebuild | 76 -
 dev-libs/vala-common/vala-common-0.34.9.ebuild  | 76 -
 3 files changed, 154 deletions(-)

diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index ac14734c39d..72059eba651 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -1,4 +1,2 @@
-DIST vala-0.34.16.tar.xz 2795676 BLAKE2B 
64428099c209e13a6aad09233af650f412efa191ff4873fae1dbfb9bcc252e13d4e152733c9f199cd23323872fd912807a685980f651c1f784bfaffae7bf4162
 SHA512 
6411d55524a6c717c2eaf5cc1231ac931400e3f66d151a8b8856910258eb5bd7affe3a90946de34feb51aabfafce721b8d57f61e0475095b275d20b73cc4bbec
-DIST vala-0.34.9.tar.xz 2783952 BLAKE2B 
e90728075ac546e8abc125886182abd5fc357be5138bfea1ed058f41bf07968e55e032469cc068cefdb6a4d53f1c029ca7e728c57b00f6b9845e32c4410e8258
 SHA512 
8128dfbb50d0db2317feb4a358310de972ecb6f4dccaceb4d55cf3a024f4d83422e3137c92238e1a0a0b4766367ad307909a1310445017c71944ac30fc68d01f
 DIST vala-0.36.13.tar.xz 2869616 BLAKE2B 
adb22fa45e34c2be2accde2bc928148d3115dc0757338d66feb111b4225879f21f2af5f49511eff53697127d3431d22736be827d3663ed8a5de6d8ac718b0cee
 SHA512 
7c9bb2e50f660ec28d55f755019ba81eb0358327967d8046a14691b5fe9c805f731c6277cbb732fc19af60322e2293bb25176387944ca2de709cde0c22b44d1f
 DIST vala-0.36.14.tar.xz 2874504 BLAKE2B 
217178c9018e8d6623e5997f36210ecccfa0176ae06a52bed6b54b5d6af3504c7157b9bfb162d44ef96e0b95fa2ebfff4171b935f911491f62f88c69f6087d57
 SHA512 
123c54a3ba2198b6cc7d40bfce20dee687a369e26346fb6675ce07692755ceb91bea7137f707b9f5a7972c99b12a77e9d4cc65ae055053f48909c80377661fbe

diff --git a/dev-libs/vala-common/vala-common-0.34.16.ebuild 
b/dev-libs/vala-common/vala-common-0.34.16.ebuild
deleted file mode 100644
index 914750231de..000
--- a/dev-libs/vala-common/vala-common-0.34.16.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="vala"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for packages that use Vala"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris"
-IUSE=""
-
-# Previously ${PN} was part of dev-lang/vala
-RDEPEND="
-   ! /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   if [[ -f "${EROOT}usr/share/vala-0.16/Makefile.vapigen" ]]; then
-   ebegin "Removing old vala-0.16 makefile template"
-   rm "${EROOT}usr/share/vala-0.16/Makefile.vapigen" &> 
/dev/null
-   eend $?
-   fi
-   fi
-   if has_version ' /dev/null
-   eend $?
-   if [[ -f "${EROOT}usr/share/vala-0.18/Makefile.vapigen" ]]; then
-   ebegin "Removing old vala-0.18 makefile template"
-   rm "${EROOT}usr/share/vala-0.18/Makefile.vapigen" &> 
/dev/null
-   eend $?
-   fi
-   fi
-}

diff --git a/dev-libs/vala-common/vala-common-0.34.9.ebuild 
b/dev-libs/vala-common/vala-common-0.34.9.ebuild
deleted file mode 100644
index 743737dd7b5..000
--- a/dev-libs/vala-common/vala-common-0.34.9.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="vala"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for packages that use Vala"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris"
-IUSE=""
-
-# Previously ${PN} was part of dev-lang/vala
-RDEPEND="
-   ! /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   if [[ -f "${EROOT}usr/share/vala-0.16/Makefile.vapigen" ]]; then
-   ebegin "Removing old vala-0.16 makefile 

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

2018-07-25 Thread William Hubbs
commit: f76ddbcf61ac79ad9f5881e30200eaa190f71c21
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jul 25 16:35:24 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jul 25 16:35:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76ddbcf

sys-apps/baselayout: 2.6-r1 bump for 17.1 profiles

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/baselayout/baselayout-2.6-r1.ebuild | 297 +++
 1 file changed, 297 insertions(+)

diff --git a/sys-apps/baselayout/baselayout-2.6-r1.ebuild 
b/sys-apps/baselayout/baselayout-2.6-r1.ebuild
new file mode 100644
index 000..daa903ef83a
--- /dev/null
+++ b/sys-apps/baselayout/baselayout-2.6-r1.ebuild
@@ -0,0 +1,297 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib versionator prefix
+
+DESCRIPTION="Filesystem baselayout and init scripts"
+HOMEPAGE="https://www.gentoo.org/;
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="build kernel_FreeBSD kernel_linux +split-usr"
+
+pkg_setup() {
+   multilib_layout
+}
+
+# Create our multilib dirs - the Makefile has no knowledge of this
+multilib_layout() {
+   local dir def_libdir libdir libdirs
+   local prefix prefix_lst
+   def_libdir=$(get_abi_LIBDIR $DEFAULT_ABI)
+   libdirs=$(get_all_libdirs)
+   : ${libdirs:=lib}   # it isn't that we don't trust 
multilib.eclass...
+
+   if [[ -z "${SYMLINK_LIB}" || ${SYMLINK_LIB} = no ]] ; then
+   prefix_lst=( "${EROOT}"{,usr/,usr/local/} )
+   for prefix in ${prefix_lst[@]}; do
+   for libdir in ${libdirs}; do
+   dir="${prefix}${libdir}"
+   if [[ -e "${dir}" ]]; then
+   [[ ! -d "${dir}" ]] &&
+   die "${dir} exists but is not a 
directory"
+   continue
+   fi
+   if ! use split-usr && [[ ${prefix} = ${EROOT} 
]]; then
+   einfo "symlinking ${dir} to 
usr/${libdir}"
+   ln -s usr/${libdir} ${dir} ||
+   die " Unable to make ${dir} 
symlink"
+   else
+   einfo "creating directory ${dir}"
+   mkdir -p "${dir}" ||
+   die "Unable to create ${dir} 
directory"
+   fi
+   done
+   done
+   return 0
+   fi
+
+   [ -z "${def_libdir}" ] &&
+   die "your DEFAULT_ABI=$DEFAULT_ABI appears to be invalid"
+
+   # figure out which paths should be symlinks and which should be 
directories
+   local dirs syms exp d
+   for libdir in ${libdirs} ; do
+   if use split-usr ; then
+   exp=( {,usr/,usr/local/}${libdir} )
+   else
+   exp=( {usr/,usr/local/}${libdir} )
+   fi
+   for d in "${exp[@]}" ; do
+   # most things should be dirs
+   if [ "${SYMLINK_LIB}" = "yes" ] && [ "${libdir}" = 
"lib" ] ; then
+   [ ! -h "${d}" ] && [ -e "${d}" ] && dirs+=" 
${d}"
+   else
+   [ -h "${d}" ] && syms+=" ${d}"
+   fi
+   done
+   done
+   if [ -n "${syms}${dirs}" ] ; then
+   ewarn "Your system profile has SYMLINK_LIB=${SYMLINK_LIB:-no}, 
so that means you need to"
+   ewarn "have these paths configured as follows:"
+   [ -n "${dirs}" ] && ewarn "symlinks to '${def_libdir}':${dirs}"
+   [ -n "${syms}" ] && ewarn "directories:${syms}"
+   ewarn "The ebuild will attempt to fix these, but only for 
trivial conversions."
+   ewarn "If things fail, you will need to manually create/move 
the directories."
+   echo
+   fi
+
+   # setup symlinks and dirs where we expect them to be; do not migrate
+   # data ... just fall over in that case.
+   if use split-usr ; then
+   prefix_lst=( "${EROOT}"{,usr/,usr/local/} )
+   else
+   prefix_lst=( "${EROOT}"{usr/,usr/local/} )
+   fi
+   for prefix in "${prefix_lst[@]}"; do
+   if [ "${SYMLINK_LIB}" = yes ] ; then
+   # we 

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

2018-07-25 Thread Nicolas Bock
commit: 1c60f5ac5e5ba03217512fb1797bbc38d8b3e8b4
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Jul 25 15:16:36 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Jul 25 15:16:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c60f5ac

app-crypt/keybase: Version bump to keybase-2.3.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/keybase/Manifest |  1 +
 app-crypt/keybase/keybase-2.3.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-crypt/keybase/Manifest b/app-crypt/keybase/Manifest
index 7651f97e209..395ff785e1b 100644
--- a/app-crypt/keybase/Manifest
+++ b/app-crypt/keybase/Manifest
@@ -3,3 +3,4 @@ DIST keybase-1.0.44.tar.gz 31729876 BLAKE2B 
945700824e630591f7b79dd5e8253156ee8e
 DIST keybase-1.0.48.tar.gz 34026876 BLAKE2B 
c620a664b47f66932d1b49c22509aac73a6c82d77399019284f2887cdbf5166477ca824fcb2c2099d175fe4a38436c84c15b96a1c4faa4cdda62a9044b95e1c4
 SHA512 
fac72b7827dff350589e28e0d602b024130bc6bee8dd282dc141db773e493fcd4043aef6ce5382f92e1841619245c5819adf23d6dcf32b409939c275f40a03f1
 DIST keybase-2.0.0.tar.gz 34340958 BLAKE2B 
fa9bcf2285a987131e00a5bc8b06ad09fa86f3bf3de87cc4e48669131fcf93e2c515435fc1e9d6663455d16744889131d09b5957fa5f78f9d3ecc91d10667bc1
 SHA512 
d7b91c9a0ef69442501956ba3a09f40490adf76ef38bf945617793a8238daee68f3fc2be7a5d2118531c2364f5604016ec241226a22bd217dbab3dafbf77fd25
 DIST keybase-2.1.0.tar.gz 3571 BLAKE2B 
834f1001b136461c5665f12530d660e619d93c8b4e4b5f0c96da94af23f0667c778d7ddabc65d0585ac472cd91f89240bc4260b2034bf20c26b4047839570299
 SHA512 
0d71a22b5f56442fdc03848f831487da097dc817bfcacfb5a8eea1a9a13e87d231619216b6bab61862de71289373977c4c8d345518152137c8804005bf20e3e4
+DIST keybase-2.3.0.tar.gz 34524576 BLAKE2B 
5793892b6bcfeafbaebb4a38d35e77d9267a74243da61ecbb7472026b3c500cc6f6cc49dbbec2add65cecae2ce209bb24bc03f2eb393307b82958afeb8824537
 SHA512 
f2b92ec21fd8cfa182aac7655b836415b902c599f9e3a08a3f84d35c3f3728027a8eef8a06fb8ed4ba77b9a66888f49fd89013304f948c0f0276705f16ca4396

diff --git a/app-crypt/keybase/keybase-2.3.0.ebuild 
b/app-crypt/keybase/keybase-2.3.0.ebuild
new file mode 100644
index 000..af077ef41e5
--- /dev/null
+++ b/app-crypt/keybase/keybase-2.3.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-build systemd
+
+DESCRIPTION="Client for keybase.io"
+HOMEPAGE="https://keybase.io/;
+SRC_URI="https://github.com/keybase/client/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   ~app-crypt/kbfs-${PV}"
+RDEPEND="
+   app-crypt/gnupg"
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   ln -vs "client-${PV}" "${P}" || die
+   mkdir -vp "${S}/src/github.com/keybase" || die
+   ln -vs "${S}" "${S}/src/github.com/keybase/client" || die
+}
+
+src_compile() {
+   EGO_PN="github.com/keybase/client/go/keybase" \
+   EGO_BUILD_FLAGS="-tags production -o ${T}/keybase" \
+   golang-build_src_compile
+}
+
+src_test() {
+   EGO_PN="github.com/keybase/client/go/keybase" \
+   golang-build_src_test
+}
+
+src_install() {
+   dobin "${T}/keybase"
+   dobin "${S}/packaging/linux/run_keybase"
+   systemd_douserunit "${S}/packaging/linux/systemd/keybase.service"
+   dodir "/opt/keybase"
+   insinto "/opt/keybase"
+   doins "${S}/packaging/linux/crypto_squirrel.txt"
+}
+
+pkg_postinst() {
+   elog "Start/Restart keybase: run_keybase"
+   elog "Run the service:   keybase service"
+   elog "Run the client:keybase login"
+   ewarn "Note that the user keybasehelper is obsolete and can be removed"
+}



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

2018-07-25 Thread Nicolas Bock
commit: f1ea5383b8453da2f62496e5c28ffa0a6ab20f4a
Author: Nicolas Bock  gentoo  org>
AuthorDate: Wed Jul 25 15:16:13 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Jul 25 15:16:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ea5383

app-crypt/kbfs: Version bump to kbfs-2.3.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/kbfs/Manifest  |  1 +
 app-crypt/kbfs/kbfs-2.3.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/kbfs/Manifest b/app-crypt/kbfs/Manifest
index 2c04b82cc2e..da30f491a32 100644
--- a/app-crypt/kbfs/Manifest
+++ b/app-crypt/kbfs/Manifest
@@ -4,3 +4,4 @@ DIST kbfs-1.0.44.tar.gz 5440024 BLAKE2B 
b8ab744b1bb9fa2e33bd382df92f1e50ed294446
 DIST kbfs-1.0.48.tar.gz 5639704 BLAKE2B 
4d8152c8bf1a72b0493840c6ffa0da35ba6abcb677a9a15ee88745b7b870c9f2923061751e66b6d54ff12c92bcd74d7c6ce8320cb7c7cd6f75e1cd62ccf13803
 SHA512 
89b391223e2c7014e64c09e5303c7b89bea2508331b5d53facf8802de2442c4e53a4d79f65c085a2b3234762b334d3d36e903867ef841140d44207926d82991c
 DIST kbfs-2.0.0.tar.gz 5674786 BLAKE2B 
65924644babbaf95867792da6a9c1f5c9c517bbe36292c3b5e40afaeb2879b1145d0b6017f3b66e6bc2ec4b858a312ab1d86ff1d8515f99c9004eeb1acaf8caa
 SHA512 
6e51490b52cc5484d940ee057dc9b453a88d44622b1c533dd29e75eed5fa075f33d9cb6ac438401d80aa148d7561c1bc63deece5e75cdc30bb54102f2d00215b
 DIST kbfs-2.1.0.tar.gz 5703221 BLAKE2B 
55daa1d8f1efe4a0264477b54c1ea8db74e972b1ecdd536f4ab8042e66117c6854889aeb203fa6fea6f757e928af514520be3732ee07ccc1289ccc9f5d3f27a8
 SHA512 
04dd058e97c85d5188cc61a56cc4a4468ec1d4d6b2f65cbe0edb88cec2864cef3525e6f48729761a2cc6fa79559794e5a3fd9663cb31dcaaaeff90a32f2a211a
+DIST kbfs-2.3.0.tar.gz 5718571 BLAKE2B 
300106465081e91bdd1a74631eff12bdf82a3042ce6c3f532c0b61016291769a8e0f87af0cbc0b34b3d3c95ec054580654e8152bf97a56c0dfe3641b88483d79
 SHA512 
c7521f9664ec78fc8fd1a6d9f3e86f4680260ed507223c2a6a2694ff686984bfc615ac454da10ff7b01247866ad65a5e719e3fb8db5f0c3044e019ab7a82356f

diff --git a/app-crypt/kbfs/kbfs-2.3.0.ebuild b/app-crypt/kbfs/kbfs-2.3.0.ebuild
new file mode 100644
index 000..41a15fe6805
--- /dev/null
+++ b/app-crypt/kbfs/kbfs-2.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-build systemd
+
+DESCRIPTION="Keybase Filesystem (KBFS)"
+HOMEPAGE="https://keybase.io/docs/kbfs;
+SRC_URI="https://github.com/keybase/kbfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+   app-crypt/gnupg
+   sys-fs/fuse
+   "
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   mkdir -vp "${S}/src/github.com/keybase" || die
+   ln -vs "${S}" "${S}/src/github.com/keybase/kbfs" || die
+}
+
+src_compile() {
+   EGO_PN="github.com/keybase/kbfs/kbfsfuse" \
+   EGO_BUILD_FLAGS="-tags production -o ${T}/kbfsfuse" \
+   golang-build_src_compile
+   EGO_PN="github.com/keybase/kbfs/kbfsgit/git-remote-keybase" \
+   EGO_BUILD_FLAGS="-tags production -o ${T}/git-remote-keybase" \
+   golang-build_src_compile
+   EGO_PN="github.com/keybase/kbfs/redirector" \
+   EGO_BUILD_FLAGS="-tags production -o ${T}/keybase-redirector" \
+   golang-build_src_compile
+}
+
+src_test() {
+   EGO_PN="github.com/keybase/kbfs/kbfsfuse" \
+   golang-build_src_test
+}
+
+src_install() {
+   dobin "${T}/kbfsfuse"
+   dobin "${T}/git-remote-keybase"
+   dobin "${T}/keybase-redirector"
+   systemd_douserunit "${S}/packaging/linux/systemd/kbfs.service"
+}



[gentoo-commits] proj/genkernel:master commit in: defaults/

2018-07-25 Thread Richard Farina
commit: 24ad5065fa856389ee9b058f57adffbe752da157
Author: Christian Nilsson  gmail  com>
AuthorDate: Tue Jul 24 23:08:23 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Jul 25 15:10:19 2018 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=24ad5065

linuxrc: Add detection of squashfs in initrd root

Allows for the squashfs to be found in the initrd root without mounting CD
This allows iPXE boot by adding the squashfs in a extra cpio initrd

Related: https://bugs.gentoo.org/74628
Related: https://bugs.gentoo.org/494300
Closes: https://bugs.gentoo.org/396467
Signed-off-by: Christian Nilsson  gmail.com>

 defaults/initrd.defaults |  5 +
 defaults/linuxrc | 21 +++--
 2 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index 924bdea..2bf14f4 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -70,6 +70,11 @@ CDROOT_PATH='/mnt/cdrom'
 CDROOT_MARKER='/livecd'
 VERIFY=0
 
+# Flag for if ok when using CDROOT
+got_good_root='0'
+# if LOOP found on root before mount, trigger Unpacking additional packages
+got_loop_wo_mount='0'
+
 # AUFS variables
 aufs=0
 aufs_union_file=/livecd.aufs

diff --git a/defaults/linuxrc b/defaults/linuxrc
index 81e7799..17697fc 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -431,6 +431,15 @@ then
startiscsi
 fi
 
+# Loop file already exists on fs, assume no mount needed,
+# This allows for squashfs in initrd, which can be used for (i)PXE booting
+if [ -e "${LOOP}" ]
+then
+   got_good_root=1
+   got_loop_wo_mount=1
+   CDROOT_PATH=$(dirname "${LOOP}")
+fi
+
 # Apply scan delay if specified
 sdelay
 
@@ -497,16 +506,16 @@ then
if [ 1 = "$aufs" ]; then
 setup_aufs
CHROOT=$aufs_union
-elif [ 1 = "$overlayfs" ]; then
+elif [ 1 = "$overlayfs" ] && [ "${got_good_root}" != '1' ]; then
 bootstrapCD
CHROOT=${NEW_ROOT}
fi
 
-   if [ /dev/nfs != "$REAL_ROOT" ] && [ sgimips != "$LOOPTYPE" ] && [ 1 != 
"$aufs" ] && [ 1 != "$overlayfs" ]; then
+   if [ "${got_good_root}" != '1' ] && [ /dev/nfs != "$REAL_ROOT" ] && [ 
sgimips != "$LOOPTYPE" ] && [ 1 != "$aufs" ] && [ 1 != "$overlayfs" ]; then
bootstrapCD
fi
 
-   if [ "${REAL_ROOT}" = '' ]
+   if [ "${REAL_ROOT}" = '' ] && [ "${got_good_root}" != '1' ]
then
warn_msg "No bootable medium found. Waiting for new devices..."
COUNTER=0
@@ -518,7 +527,7 @@ then
bootstrapCD
fi
 
-   if [ "${REAL_ROOT}" = '' ]
+   if [ "${REAL_ROOT}" = '' ] && [ "${got_good_root}" != '1' ]
then
# Undo stuff
umount  "${NEW_ROOT}/dev" 2>/dev/null
@@ -865,10 +874,10 @@ FSTAB
 fi
fi
 
-   # Unpacking additional packages from NFS mount
+   # Unpacking additional packages from NFS mount, or root (if squashfs 
was found there)
# This is useful for adding kernel modules to /lib
# We do this now, so that additional packages can add whereever they 
want.
-   if [ "${REAL_ROOT}" = '/dev/nfs' ]
+   if [ "${REAL_ROOT}" = '/dev/nfs' ] || [ "${got_loop_wo_mount}" == '1' ]
then
if [ -e "${CDROOT_PATH}/add" ]
then



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

2018-07-25 Thread Craig Andrews
commit: 99e07e31acdf936dab64befb0e2f7a7c39ef94d5
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul 25 14:35:17 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul 25 14:35:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e07e31

dev-libs/libfstrcmp: add upstream metadata

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/libfstrcmp/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/libfstrcmp/metadata.xml b/dev-libs/libfstrcmp/metadata.xml
index fbb8d54dbc4..9fd38e376f5 100644
--- a/dev-libs/libfstrcmp/metadata.xml
+++ b/dev-libs/libfstrcmp/metadata.xml
@@ -5,4 +5,7 @@
candr...@gentoo.org
Craig Andrews

+   
+   fstrcmp
+   
 



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

2018-07-25 Thread Ian Stakenvicius
commit: 52881c05b0e493b710f847d16780357ce768135b
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Jul 25 14:20:41 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Jul 25 14:21:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52881c05

dev-lang/spidermonkey: don't hardcode libc soname on :45 and :52

Applying patch from bug 631574 to both versions as upstream did not
address this issue until :60

Bug: http://bugs.gentoo.org/631574
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild  | 7 ---
 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild 
b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild
index 2602ecc5e97..065995e59d0 100644
--- a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ MY_PN="mozjs"
 MY_P="${MY_PN}-${PV/_/.}"
 DESCRIPTION="Stand-alone JavaScript C library"
 
HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
-SRC_URI="https://people.mozilla.org/~sfink/${MY_P}.tar.bz2
+SRC_URI="https://archive.mozilla.org/pub/${PN}/releases/${PV}/${MY_P}.tar.bz2
https://dev.gentoo.org/~axs/distfiles/${PN}-slot45-patches-01.tar.xz;
 
 LICENSE="NPL-1.1"
@@ -40,7 +40,8 @@ src_prepare() {
"${WORKDIR}"/sm45/mozjs45-1266366.patch \
"${WORKDIR}"/sm45/mozjs38-pkg-config-version.patch \
"${WORKDIR}"/sm45/mozilla_configure_regexp_esr.patch \
-   "${WORKDIR}"/sm45/${PN}-${SLOT}-dont-symlink-non-objfiles.patch
+   "${WORKDIR}"/sm45/${PN}-${SLOT}-dont-symlink-non-objfiles.patch 
\
+   "${FILESDIR}"/moz38-dont-hardcode-libc-soname.patch
 
# apply relevant (modified) patches from gentoo's firefox-45 patchset
eapply "${WORKDIR}"/sm45/ff45

diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild 
b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
index c8ae70994d2..f1a9493f9fd 100644
--- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="http://ftp.mozilla.org/pub/spidermonkey/prereleases/52/pre1/mozjs-52.9.
 LICENSE="NPL-1.1"
 SLOT="52"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
-IUSE="debug +jit minimal +system-icu test"
+IUSE="debug minimal +system-icu test"
 
 RESTRICT="ia64? ( test )"
 
@@ -45,6 +45,7 @@ src_prepare() {
|| die
 
eapply "${WORKDIR}/${PN}"
+   eapply "${FILESDIR}"/moz38-dont-hardcode-libc-soname.patch
#eapply "${FILESDIR}"/${PN}-52-baseconfig.patch
 
eapply_user
@@ -76,7 +77,6 @@ src_configure() {
--with-intl-api \
$(use_with system-icu) \
$(use_enable debug) \
-   $(use_enable jit ion) \
$(use_enable test tests) \
XARGS="/usr/bin/xargs" \
SHELL="${SHELL:-${EPREFIX}/bin/bash}" \



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

2018-07-25 Thread Craig Andrews
commit: 2c222f7234ddbd2a73917c06e2b6e44a939e9c8f
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul 25 14:04:18 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul 25 14:15:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c222f72

dev-libs/libfstrcmp: Make fuzzy comparisons of strings and byte arrays

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/libfstrcmp/Manifest  |  1 +
 dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 15 +++
 dev-libs/libfstrcmp/metadata.xml  |  8 
 3 files changed, 24 insertions(+)

diff --git a/dev-libs/libfstrcmp/Manifest b/dev-libs/libfstrcmp/Manifest
new file mode 100644
index 000..3863e80feee
--- /dev/null
+++ b/dev-libs/libfstrcmp/Manifest
@@ -0,0 +1 @@
+DIST libfstrcmp-0.7.tar.gz 394845 BLAKE2B 
a8b68fcb8613f0d30e5ff7b862b37408472162585ca71cdff328e3299ff50476fd265467bbd77b352b22bb88c590969044f74d91c5468475504568fd269fa69e
 SHA512 
aaeb0227afd5ada5955cbe6a565254ff88d2028d677d199c00e03b7cb5de1f2c69b18e6e8b032e452350a8eda7081807b01765adbeb8476eaf803d9de6e5509c

diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild 
b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
new file mode 100644
index 000..c156bb325b5
--- /dev/null
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
+HOMEPAGE="http://fstrcmp.sourceforge.net/;
+
+LICENSE="GPL-3+"
+IUSE="test"
+SLOT="0"
+
+SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fstrcmp-0.7.D001"
+KEYWORDS="~amd64 ~x86"

diff --git a/dev-libs/libfstrcmp/metadata.xml b/dev-libs/libfstrcmp/metadata.xml
new file mode 100644
index 000..fbb8d54dbc4
--- /dev/null
+++ b/dev-libs/libfstrcmp/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   candr...@gentoo.org
+   Craig Andrews
+   
+



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

2018-07-25 Thread Craig Andrews
commit: 8ac733120e798eaaf0f1ffa20442a8d9ace5fd55
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul 25 14:09:04 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul 25 14:15:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac73312

media-tv/kodi: Add dependency on dev-libs/libfstrcmp

See https://github.com/xbmc/xbmc/commit/ac84c34a92674b9fde89fdbdc872ad412858

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-tv/kodi/kodi-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild
index 50e6c8b36d3..cb5055aa8fb 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-.ebuild
@@ -60,6 +60,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-python/pillow[${PYTHON_USEDEP}]
>=dev-libs/libcdio-0.94
dev-libs/libfmt
+   dev-libs/libfstrcmp
gbm? (  media-libs/mesa[gbm] )
gles? ( media-libs/mesa[gles2] )
lcms? ( media-libs/lcms:2 )
@@ -232,6 +233,7 @@ src_configure() {
-DENABLE_DVDCSS=$(usex css)
-DENABLE_INTERNAL_CROSSGUID=OFF
-DENABLE_INTERNAL_FFMPEG="$(usex !system-ffmpeg)"
+   -DENABLE_INTERNAL_FSTRCMP=OFF
-DENABLE_CAP=$(usex caps)
-DENABLE_LCMS2=$(usex lcms)
-DENABLE_LIRCCLIENT=$(usex lirc)



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

2018-07-25 Thread Manuel Rüger
commit: 2ae9ae6202eb3776c4b2283d35126941b6572abb
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 25 13:59:12 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 25 13:59:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae9ae62

www-apps/hugo: Version bump to 0.45.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 www-apps/hugo/Manifest   |   1 +
 www-apps/hugo/hugo-0.45.1.ebuild | 101 +++
 2 files changed, 102 insertions(+)

diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest
index 43a8ac6917b..3876732b94d 100644
--- a/www-apps/hugo/Manifest
+++ b/www-apps/hugo/Manifest
@@ -69,4 +69,5 @@ DIST 
github.com-yosssi-ace-ea038f4770b6746c3f8f84f14fa60d9fe1205b56.tar.gz 23279
 DIST hugo-0.40.3.tar.gz 15168823 BLAKE2B 
d3e057c6e2da074813691b01e1965fb44b4ae5ca9882fe58d67ba897f628ca2810317eef7ab0c6437ae48ea1136554995f97d8e4e581e26201d61515c9de85ae
 SHA512 
903911fb268b79c9981020b1f7b24a34bfd608f89feb902d45050870f442587349bf029df95b95196bf3e777ff5ade2b372cdb899ec1020fa8ae0fd621b644d3
 DIST hugo-0.42.1.tar.gz 16529961 BLAKE2B 
b9b16de707a1d9a17a42147451ce365453a927b772a3eb3f40c835a7d14b55e707cd9e312e8ce8d6f4805a691fba3c967d1e4c01fca2487731efb30d5da4ea0d
 SHA512 
bf3cfe09adfd736cd2c25da1dabfedaa8e262a46d6ba8fc8253b5a4ab1204d82c1fd3337be00ec85f530d54e3a6e23078aee93b379e1a00bceb952c637a1603a
 DIST hugo-0.44.tar.gz 17634657 BLAKE2B 
6f21af5003b6a082df3cc3a64a6013c78f7c9fc5f81d56c1925d8ee3092f3381129599e008c1c9ca752cb6b40f405a6893664bee508cf55c700f59e5a9461ce5
 SHA512 
0cfd399a18e21c0596095c8e6817cf953b142624a1661e0e95944fccd74ca8e93072694e6a340300fbc93a739e744276893f42fafa44983beb5f6e5b60437cfe
+DIST hugo-0.45.1.tar.gz 17987572 BLAKE2B 
4227fd2e2c01b649d39d569ed24af67768de591ff98fd3cc0e0853f6ff374e05dffbbee4fafe66f1990767984cedc9e9b7a6b57d88e923ef1fa1d82ac0437891
 SHA512 
277c97f3ca66eed1ce705741194da44e9e96f35e58cad377846e22dda4afdce355caeecc29ed9386425c3a6c62c0c439cd91a03452e7641f494ec360dc0b168e
 DIST hugo-0.45.tar.gz 17989581 BLAKE2B 
8813eefd07c0858458abb12f9fc91f22bb183ecdafe9eea86cb80f191c000b21a72dd1f22f6a47e0dc4c3046a74922b6cbbb8dfc5883b40244da2d503dbed97b
 SHA512 
1f6d0139b2606dfe6c86d581390f76fa7989b70dd2cbc69c9ffef0fed8a7bef367af207cd2c5d9ad3558b97abc85381fd65025eb29b85dc59bb522f45be84ec0

diff --git a/www-apps/hugo/hugo-0.45.1.ebuild b/www-apps/hugo/hugo-0.45.1.ebuild
new file mode 100644
index 000..3fabd8f3842
--- /dev/null
+++ b/www-apps/hugo/hugo-0.45.1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_VENDOR=(
+   "github.com/BurntSushi/locker a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a"
+   "github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895"
+   "github.com/PuerkitoBio/purell 0bcb03f4b4d0a9428594752bd2a3b9aa0a9d4bd4"
+   "github.com/PuerkitoBio/urlesc de5bf2ad457846296e2031421a34e2568e304e35"
+   "github.com/alecthomas/assert 405dbfeb8e38effee6e723317226e93fff912d06"
+   "github.com/alecthomas/chroma 1b755a90bd109f170385cb3964f0abdfd3451145"
+   "github.com/alecthomas/colour 60882d9e27213e8552dcff6328914fe4c2b44bc9"
+   "github.com/alecthomas/repr f49988b46e025398b9f834f7c726afe001ec481f"
+   "github.com/bep/debounce 844797fa1dd9ba969d71b62797ff19d1e49d4eac"
+   "github.com/bep/gitmap 012701e8669671499fc43e9792335a1dcbfe2afb"
+   "github.com/bep/go-tocss 2abb118dc8688b6c7df44e12f4152c2bded9b19c"
+   "github.com/chaseadamsio/goorgeous 
dcf1ef873b8987bf12596fe6951c48347986eb2f"
+   "github.com/cpuguy83/go-md2man a65d4d2de4d5f7c74868dfa9b202a3c8be315aaa"
+   "github.com/danwakefield/fnmatch 
cbb64ac3d964b81592e64f957ad53df015803288"
+   "github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76"
+   "github.com/disintegration/imaging 
dd50a3ee9985ccd313a2f03c398fcaedc96dc707"
+   "github.com/dlclark/regexp2 487489b64fb796de2e55f4e8a4ad1e145f80e957"
+   "github.com/eknkc/amber cdade1c073850f4ffc70a829e31235ea6892853b"
+   "github.com/fortytw2/leaktest a5ef70473c97b71626b9abeda80ee92ba2a7de9e"
+   "github.com/fsnotify/fsnotify 629574ca2a5df945712d3079857300b5e4da0236"
+   "github.com/gobwas/glob 5ccd90ef52e1e632236f7326478d4faa74f99438"
+   "github.com/gorilla/websocket ea4d1f681babbce9545c9c5f3d5194a789c89f5b"
+   "github.com/hashicorp/go-immutable-radix 
7f3cd4390caab3250a57f30efdb2a65dd7649ecf"
+   "github.com/hashicorp/golang-lru 
0fb14efe8c47ae851c0034ed7a448854d3d34cf3"
+   "github.com/hashicorp/hcl ef8a98b0bbce4a65b5aa4c368430a80ddc533168"
+   "github.com/inconshreveable/mousetrap 
76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
+   "github.com/jdkato/prose 20d3663d4bc9dd10d75abcde9d92e04b4861c674"
+   "github.com/kyokomi/emoji 7e06b236c489543f53868841f188a294e3383eab"
+   "github.com/magefile/mage 2f974307b636f59c13b88704cf350a4772fef271"
+   

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

2018-07-25 Thread Manuel Rüger
commit: c0b0191cbe213f19024b5eb1ef37173c99972965
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 25 14:02:05 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 25 14:02:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b0191c

dev-db/etcd: Version bump to 3.2.24

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-db/etcd/Manifest   |  1 +
 dev-db/etcd/etcd-3.2.24.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index ee770b0ae7d..88f78eecc60 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,3 +1,4 @@
 DIST etcd-3.2.22.tar.gz 3243190 BLAKE2B 
165eff928f5f5419d02ef07aebb5160ac5473721a1e27ee1eb2a6b1e5ff775f2f7254ddfc20dec14c28cd2de68966e7b8521fb29c7242a420fa61d226e16b3ba
 SHA512 
7a32dce894ca643f0c51267edc0fba2524c197f0ac3185c6acd22879cd58236f6bcc9c3825d9b8f196255c8bf6aed1b893e1a62124c946f95b4832b409a6b4c0
+DIST etcd-3.2.24.tar.gz 3246004 BLAKE2B 
98a4265fdff3b86ab8741aa820c6d6e9ed97ff0e4d8ca04815f3e9e73c35f8706a6deb092e775606793002a60ba11c89840ecac35999b166709140b81c80
 SHA512 
49cbd6c2c59face31202e5d96e05be03286129fd38124126a2d8bead2f2a441486a848749a2cc5862b62332dd5d560c4be1f4d6c05ded70081ac48d94bf4d16d
 DIST etcd-3.3.8.tar.gz 3518826 BLAKE2B 
4d8ac66022c63250e37871a40041a799a21361f005f5ff259711ea7a0557acbe7f3920815ff0b5193499177e42c306ff8383192e7d4c31c94439d9461dea979f
 SHA512 
c3a3f9ffb614e383854bf5a8819e3dcad8f02b267d74197685b546c856e983c92f8c459185c327adf7ba3d0326e2058fb34caac0896d78494cde86c3f7e04ac7
 DIST etcd-3.3.9.tar.gz 3521457 BLAKE2B 
4c8ae96744b93efe19626225ccd5deca19e9e6bd18d87778e9ba1c207e288ed66d79410bc51bb8c7621c0bf261012ca95d86cd9d307655688a6026a46d891c34
 SHA512 
1e5143060d04138eee68250b57f73bf7a6fdb4ca085443df067b12a4824d24b591e42f3d890a285912126447e8b28c0e6bcee58b8633e01dcf9ae5764ff531a6

diff --git a/dev-db/etcd/etcd-3.2.24.ebuild b/dev-db/etcd/etcd-3.2.24.ebuild
new file mode 100644
index 000..34692b679e1
--- /dev/null
+++ b/dev-db/etcd/etcd-3.2.24.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/coreos/etcd"
+DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://github.com/coreos/etcd;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc"
+DEPEND=">=dev-lang/go-1.8:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   default
+   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
+   -i "${S}"/src/${EGO_PN}/build || die
+}
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_compile() {
+   export GOPATH=${S}
+   pushd src/${EGO_PN} || die
+   ./build || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/*
+   dodoc README.md
+   use doc && dodoc -r Documentation
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   dodir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 0700 /var/lib/${PN}
+   dodir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+   popd || die
+}
+
+src_test() {
+   pushd src/${EGO_PN} || die
+   ./test || die
+   popd || die
+}



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

2018-07-25 Thread Manuel Rüger
commit: f43a0fb94d5e378286c4e9640695a00f06d8f53a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 25 14:01:28 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 25 14:01:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43a0fb9

dev-db/etcd: Version bump to 3.3.9

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-db/etcd/Manifest  |  1 +
 dev-db/etcd/etcd-3.3.9.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 1af34faf1d2..ee770b0ae7d 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,2 +1,3 @@
 DIST etcd-3.2.22.tar.gz 3243190 BLAKE2B 
165eff928f5f5419d02ef07aebb5160ac5473721a1e27ee1eb2a6b1e5ff775f2f7254ddfc20dec14c28cd2de68966e7b8521fb29c7242a420fa61d226e16b3ba
 SHA512 
7a32dce894ca643f0c51267edc0fba2524c197f0ac3185c6acd22879cd58236f6bcc9c3825d9b8f196255c8bf6aed1b893e1a62124c946f95b4832b409a6b4c0
 DIST etcd-3.3.8.tar.gz 3518826 BLAKE2B 
4d8ac66022c63250e37871a40041a799a21361f005f5ff259711ea7a0557acbe7f3920815ff0b5193499177e42c306ff8383192e7d4c31c94439d9461dea979f
 SHA512 
c3a3f9ffb614e383854bf5a8819e3dcad8f02b267d74197685b546c856e983c92f8c459185c327adf7ba3d0326e2058fb34caac0896d78494cde86c3f7e04ac7
+DIST etcd-3.3.9.tar.gz 3521457 BLAKE2B 
4c8ae96744b93efe19626225ccd5deca19e9e6bd18d87778e9ba1c207e288ed66d79410bc51bb8c7621c0bf261012ca95d86cd9d307655688a6026a46d891c34
 SHA512 
1e5143060d04138eee68250b57f73bf7a6fdb4ca085443df067b12a4824d24b591e42f3d890a285912126447e8b28c0e6bcee58b8633e01dcf9ae5764ff531a6

diff --git a/dev-db/etcd/etcd-3.3.9.ebuild b/dev-db/etcd/etcd-3.3.9.ebuild
new file mode 100644
index 000..88b1e478fe0
--- /dev/null
+++ b/dev-db/etcd/etcd-3.3.9.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/coreos/etcd"
+MY_PV="${PV/_rc/-rc.}"
+DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://github.com/coreos/etcd;
+SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc +server"
+DEPEND=">=dev-lang/go-1.9:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   default
+   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
+   -i "${S}"/src/${EGO_PN}/build || die
+}
+
+pkg_setup() {
+   if use server; then
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+   fi
+}
+
+src_compile() {
+   export GOPATH=${S}
+   pushd src/${EGO_PN} || die
+   ./build || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin bin/etcdctl
+   use doc && dodoc -r Documentation
+   if use server; then
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/etcd
+   dodoc README.md
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" 
${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   keepdir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 0700 /var/lib/${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+   fi
+   popd || die
+}
+
+src_test() {
+   pushd src/${EGO_PN} || die
+   ./test || die
+   popd || die
+}



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

2018-07-25 Thread Ben Kohler
commit: 1cff8ecd98a5595e84966d28faf4d2425f4cba84
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jul 25 13:20:09 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jul 25 13:20:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cff8ecd

net-wireless/iwd: bump to 0.4

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-wireless/iwd/Manifest   |   1 +
 net-wireless/iwd/iwd-0.4.ebuild | 104 
 2 files changed, 105 insertions(+)

diff --git a/net-wireless/iwd/Manifest b/net-wireless/iwd/Manifest
index 04b8e4eb0fb..66d23505530 100644
--- a/net-wireless/iwd/Manifest
+++ b/net-wireless/iwd/Manifest
@@ -1 +1,2 @@
 DIST iwd-0.3.tar.xz 642012 BLAKE2B 
9bd43a13760cb32c2ead0e54b5e4389159a6a9a9780651435c8fb3d09859606a89aed6f163183a1027c8afefe05ef848c00104bf87cc223d25408f5405dffd33
 SHA512 
9c34d98ecae18955cc39cb7a58c0724b500902e2070ebbc1967fa4e2ed3633e01052a6bcb592b8bbb806307d8f0db8271a0ac7ad105f8a8f42915b8627e429f6
+DIST iwd-0.4.tar.xz 649484 BLAKE2B 
7af09a39a6c19b6ebb466d1fba857a6b7acd00d47feefe7e5053ddcdb0a64e74b7bd96a777e46ebd188af7ff5b3c1ed24ff383d11612dcffcef1aa5f210e78f7
 SHA512 
55c469b4e675f0c47c91bc46f0a93b704d9f2893393262aca8fd983aee16a7a13a112e9df15a31561fe72a806439a9a93fcbe1721648f3eed9ef277f9339b770

diff --git a/net-wireless/iwd/iwd-0.4.ebuild b/net-wireless/iwd/iwd-0.4.ebuild
new file mode 100644
index 000..fa3d32f34fa
--- /dev/null
+++ b/net-wireless/iwd/iwd-0.4.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools linux-info systemd
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/wireless/iwd.git;
+   inherit git-r3
+else
+   SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Wireless daemon for linux"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+client +monitor cpu_flags_x86_aes cpu_flags_x86_ssse3"
+
+RDEPEND="sys-apps/dbus
+   client? ( sys-libs/readline:0= )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   CONFIG_CHECK="
+   ~ASYMMETRIC_KEY_TYPE
+   ~ASYMMETRIC_PUBLIC_KEY_SUBTYPE
+   ~CRYPTO_AES
+   ~CRYPTO_ARC4
+   ~CRYPTO_CBC
+   ~CRYPTO_CMAC
+   ~CRYPTO_DES
+   ~CRYPTO_ECB
+   ~CRYPTO_HMAC
+   ~CRYPTO_MD4
+   ~CRYPTO_MD5
+   ~CRYPTO_RSA
+   ~CRYPTO_SHA1
+   ~CRYPTO_SHA256
+   ~CRYPTO_SHA512
+   ~CRYPTO_USER_API_HASH
+   ~CRYPTO_USER_API_SKCIPHER
+   ~KEY_DH_OPERATIONS
+   ~PKCS7_MESSAGE_PARSER
+   ~X509_CERTIFICATE_PARSER
+   "
+   if use amd64;then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_AES_X86_64 
~CRYPTO_DES3_EDE_X86_64"
+   WARNING_CRYPTO_AES_X86_64="CRYPTO_AES_X86_64: enable for 
increased performance"
+   WARNING_CRYPTO_DES3_EDE_X86_64="CRYPTO_DES3_EDE_X86_64: enable 
for increased performance"
+   fi
+
+   if use cpu_flags_x86_aes;then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_AES_NI_INTEL"
+   WARNING_CRYPTO_AES_NI_INTEL="CRYPTO_AES_NI_INTEL: enable for 
increased performance"
+   fi
+
+   if use cpu_flags_x86_ssse3; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_SHA1_SSSE3 
~CRYPTO_SHA256_SSSE3 ~CRYPTO_SHA512_SSSE3"
+   WARNING_CRYPTO_SHA1_SSSE3="CRYPTO_SHA1_SSSE3: enable for 
increased performance"
+   WARNING_CRYPTO_SHA256_SSSE3="CRYPTO_SHA256_SSSE3: enable for 
increased performance"
+   WARNING_CRYPTO_SHA512_SSSE3="CRYPTO_SHA512_SSSE3: enable for 
increased performance"
+   fi
+
+   check_extra_config
+}
+
+src_unpack() {
+   if [[ ${PV} == "" ]] ; then
+   git-r3_src_unpack
+   git clone git://git.kernel.org/pub/scm/libs/ell/ell.git 
"${WORKDIR}"/ell
+   else
+   default
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf --sysconfdir=/etc/iwd --localstatedir=/var \
+   $(use_enable client) \
+   $(use_enable monitor) \
+   --enable-systemd-service \
+   --with-systemd-unitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+   keepdir /var/lib/${PN}
+
+   newinitd "${FILESDIR}/iwd.initd" iwd
+
+   if [[ ${PV} == "" ]] ; then
+   exeinto /usr/share/iwd/scripts/
+   doexe test/*
+   fi
+}



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

2018-07-25 Thread Mike Pagano
commit: 2effd99ddd2d357fc05e6cd6a157004c2501c6b9
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 25 12:52:25 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 12:52:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2effd99d

sys-kernel/gentoo-sources: Linux patch 4.17.10

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b42dda4806b..abd65a8944c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-4.17-1.extras.tar.xz 17496 BLAKE2B 
115e99b501a0119809f2abe84c3bb
 DIST genpatches-4.17-10.base.tar.xz 204764 BLAKE2B 
7a8fd9d8b2015750e1d1ed0c987e0beacfec973536d867a853ed7c2b384a8a23144f71ebf871a84a417e568320d79c0006f9f1814144e6b66d8d6eaa1beba5b3
 SHA512 
7cd9f9b90132e5a5894f3291b83182a5444d6bebb9193712a2a23f3bb0091f332fa400f9b32e8efb4c6caa4a841c7ce79c47741d0c880367a8b8a4e021c763b4
 DIST genpatches-4.17-10.experimental.tar.xz 5228 BLAKE2B 
91008e512529e1ef3687d2a0c3c22828d30787a4f465460059a1313710aa4e6f8c4f7af70f26c31d4700c0113c8d654918da82c9a3ee49617adc5e4308ab6336
 SHA512 
5c5463f09cd2b26c4a5c9d672caceb1ea7b6e9c1f466ae23d0e6a7d8763925c7798f0b82fc05ca115ada11ee4573adbce4e8c6f2c6192e0aa8706548884aeca0
 DIST genpatches-4.17-10.extras.tar.xz 17492 BLAKE2B 
c83f2606bc6d5a66ea88dcad9f6bfca8a901443c9f3b69f382528d50bfa1d5813ea451e42aea439e257216ec0961fbd636f1776b18a0a1d1e861e792232f4a42
 SHA512 
1914f1b7d8598f3f59501677a016acbf7b7641371c91b0b0dead2940bf36d5f61bb60d5cec441c07655e9c57b445c8c050a9339d16d5464e9f0247c1c9bb8a3f
+DIST genpatches-4.17-11.base.tar.xz 222052 BLAKE2B 
a506875b452a3af992208e3c74c1e731402fd6335a542ce9081b9f0a918a510632da8a3abf7226a0b62632b4d5f98149eab735dbfec0fc21dbd589f239b0a090
 SHA512 
12744a72256fe387491c56bb29e68ea91989169b7fc6e481e2e980289f7423ba97d3f334879540446a73fb90d18416e00b5638c8518187442baec299a428f22e
+DIST genpatches-4.17-11.experimental.tar.xz 5228 BLAKE2B 
91008e512529e1ef3687d2a0c3c22828d30787a4f465460059a1313710aa4e6f8c4f7af70f26c31d4700c0113c8d654918da82c9a3ee49617adc5e4308ab6336
 SHA512 
5c5463f09cd2b26c4a5c9d672caceb1ea7b6e9c1f466ae23d0e6a7d8763925c7798f0b82fc05ca115ada11ee4573adbce4e8c6f2c6192e0aa8706548884aeca0
+DIST genpatches-4.17-11.extras.tar.xz 17496 BLAKE2B 
cbd1194aa89a3d9672674298d99451ab6fe64ad164f408c768d8ef7db5f6263f1dda2236b35707679ab7431f5d7fb7fda4c41a31ff75d6ddd51ace3f8658f669
 SHA512 
680feadf0f5fc8412e2a111d02247ac85c7f7e02c0241306737660654b89629fed407c9fdbe68c1ee0ba94d05d41b8d47da31e50cc7b39e247fcbbd5e313f038
 DIST genpatches-4.17-2.base.tar.xz 11824 BLAKE2B 
e9daef9db6e614a0eaa6d99563805b30e5ab277c3d0cdb3d3480900c99fd6890de36e90fa2490ed7fe00b8dbf15139f1973439065592c44e02c6e8fcc029d12f
 SHA512 
65cca44521f0bc9e76aa40e9fb8734b9a02602ce09852670fb878c88551214b1b56e012476a930024da1705dca897b1f456e62f39b6a9853f54aa9abfde89f39
 DIST genpatches-4.17-2.experimental.tar.xz 5224 BLAKE2B 
d4e5cdbe5c0b11c273c757db6a55ed44ea53bbb1ad1772df9b4b75660f8c9f3b97d02d828730eec1a79918f857506e7829a4a8ddf80c4783bfa51cb00eb80f5b
 SHA512 
8fd4c6cf5ea0d5b5c4e83958911d147e84c9e51f71726bb45fe7d356cbd7e40b892e255d3abf9a34b92aebb3d1a14ade2c5e598129ffede3cedbdf62cde47286
 DIST genpatches-4.17-2.extras.tar.xz 17496 BLAKE2B 
402ab3be4571457aa71ad0e4785abc5ca4ab3b245d7009bb3c89d730f57b4cf78b6e7b0127907c31e4a21e96f3de367e19a71778d3dcf02ec269345d60a02cd2
 SHA512 
fc3d536bfa95854ddf788de3bd603a44b4aad3cfd11e464e54b7bcdd328513a048ff3a4e882c4a90fd3d21989aa3e5c0b46f4d0f22d58b93f3bab0f95801694f

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



[gentoo-commits] proj/linux-patches: New tag: 4.17-11

2018-07-25 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 12:32:45 2018 +

New tag: 4.17-11




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

2018-07-25 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 12:30:13 2018 +

New tag: 4.14-63




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

2018-07-25 Thread Mike Pagano
commit: 860315db25abb93d3480d577b4b51876b52ed8cb
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 25 12:19:23 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 12:19:23 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=860315db

Removal of redundant patch: 
1700_define-pvclock-pvti-cpu0-va-setter-for-X86-32.patch

 _README|  4 --
 ...ne-pvclock-pvti-cpu0-va-setter-for-X86-32.patch | 55 --
 2 files changed, 59 deletions(-)

diff --git a/_README b/_README
index 148c985..f2abee1 100644
--- a/_README
+++ b/_README
@@ -91,10 +91,6 @@ Patch:  
1510_fs-enable-link-security-restrictions-by-default.patch
 From:   
http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/
 Desc:   Enable link security restrictions by default.
 
-Patch:  1700_define-pvclock-pvti-cpu0-va-setter-for-X86-32.patch
-From:   https://marc.info/?l=kvm=152960320011592=2
-Desc:   kvmclock: Define pvclock_pvti_cpu0_va setter for X86_32. See bug 
#658544.
-
 Patch:  2300_enable-poweroff-on-Mac-Pro-11.patch
 From:   
http://kernel.ubuntu.com/git/ubuntu/ubuntu-xenial.git/patch/drivers/pci/quirks.c?id=5080ff61a438f3dd80b88b423e1a20791d8a774c
 Desc:   Workaround to enable poweroff on Mac Pro 11. See bug #601964.

diff --git a/1700_define-pvclock-pvti-cpu0-va-setter-for-X86-32.patch 
b/1700_define-pvclock-pvti-cpu0-va-setter-for-X86-32.patch
deleted file mode 100644
index 0732c51..000
--- a/1700_define-pvclock-pvti-cpu0-va-setter-for-X86-32.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-pvti_cpu0_va is the address of shared kvmclock data structure.
-
-pvti_cpu0_va is currently kept unset (1) on 32 bit systems, (2) when
-kvmclock vsyscall is disabled, and (3) if kvmclock is not stable.
-This poses a problem, because kvm_ptp needs pvti_cpu0_va, but (1) can
-work on 32 bit, (2) has little relation to the vsyscall, and (3) does
-not need stable kvmclock (although kvmclock won't be used for system
-clock if it's not stable, so kvm_ptp is pointless in that case).
-
-Expose pvti_cpu0_va whenever kvmclock is enabled to allow all users to
-work with it.
-
-This fixes a regression found on Gentoo: https://bugs.gentoo.org/658544.
-
-Fixes: 9f08890ab906 ("x86/pvclock: add setter for pvclock_pvti_cpu0_va")
-Reported-by: Andreas Steinmetz 
-Signed-off-by: Radim Krčmář 

- arch/x86/kernel/kvmclock.c | 11 +--
- 1 file changed, 5 insertions(+), 6 deletions(-)
-
-diff --git a/arch/x86/kernel/kvmclock.c b/arch/x86/kernel/kvmclock.c
-index bf8d1eb7fca3..46ffa8327563 100644
 a/arch/x86/kernel/kvmclock.c
-+++ b/arch/x86/kernel/kvmclock.c
-@@ -319,6 +319,8 @@ void __init kvmclock_init(void)
-   printk(KERN_INFO "kvm-clock: Using msrs %x and %x",
-   msr_kvm_system_time, msr_kvm_wall_clock);
- 
-+  pvclock_set_pvti_cpu0_va(hv_clock);
-+
-   if (kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE_STABLE_BIT))
-   pvclock_set_flags(PVCLOCK_TSC_STABLE_BIT);
- 
-@@ -366,14 +368,11 @@ int __init kvm_setup_vsyscall_timeinfo(void)
-   vcpu_time = _clock[cpu].pvti;
-   flags = pvclock_read_flags(vcpu_time);
- 
--  if (!(flags & PVCLOCK_TSC_STABLE_BIT)) {
--  put_cpu();
--  return 1;
--  }
--
--  pvclock_set_pvti_cpu0_va(hv_clock);
-   put_cpu();
- 
-+  if (!(flags & PVCLOCK_TSC_STABLE_BIT))
-+  return 1;
-+
-   kvm_clock.archdata.vclock_mode = VCLOCK_PVCLOCK;
- #endif
-   return 0;
--- 
-2.18.0.rc2
-



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

2018-07-25 Thread Mike Pagano
commit: 35178f0ff57de7572e6b15e88d5b9de83605ab96
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 25 12:04:33 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 12:04:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35178f0f

sys-kernel/gentoo-sources: Linux patch 4.9.115

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8f035e19c8e..b42dda4806b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -82,6 +82,9 @@ DIST genpatches-4.9-116.extras.tar.xz 17364 BLAKE2B 
32b28b0f9afbe1024e37625acf4c
 DIST genpatches-4.9-117.base.tar.xz 2261252 BLAKE2B 
a43dd313f08622509b84db4a6cc0fc0548d8739c2d26fc997f9aed2e47c0268105335483142b3ea92bf144662006ed294ac16d2c3b4bb7761ad4354987ed4c6a
 SHA512 
41f32609822c87d1e89097c2e4cd6982b257d325eda8beb7d370e6460b9280658830ff2f31753780c62be6ec81b1ad52f5a664cbfe25b27fbaea0160d33b9001
 DIST genpatches-4.9-117.experimental.tar.xz 106372 BLAKE2B 
e4bb885327174caa01e2d1cb553e8aef70fd67e08d1c0f735aba35679c7740598c52bb247ace39bc4a927fa78afc92f5b87f8138b5489ed6ee5e644c1b33029c
 SHA512 
d8b6f654f987a562ce633f74acc5760760bcdd0b7ca016b8002104cad6293b5504912c3562b17f2cd58b80079cbec9a494116fb26fc05e9ac116c3edbaac9af3
 DIST genpatches-4.9-117.extras.tar.xz 17360 BLAKE2B 
3c1a02fbe6f82ce2dc0f8962d3ab8d1e8703c48324b1efab5986d34027f598fef2dcbb64a71e79d4028ed923da8b7eca11b8dd447aa3508f7cd1d0886f5ffd7e
 SHA512 
348145b95f08afb58d56d4536f0323629902b61f2253b8e6bb4a260c2a242867d752f1a6f548fcaa1b682b961039f1ba64371f27cead279100052fafec53efb5
+DIST genpatches-4.9-118.base.tar.xz 2267004 BLAKE2B 
c7e9977d6a3f2e8b1413fe5a443210b67004161ccea13398d06d9737af27efd724bf93ca04d7bc0ade07dbfb7fb4ba70bb496055c0b0cbdaa3536ca5988e42c1
 SHA512 
f3e5e480cddf8d44e28912e11e947a393edcf1f7bc21e1eb758a2918954d3a2d8636bf3be157f4c8353beb2e888aec38f7d27553ed03d0bcfdece0d1c9b69a3b
+DIST genpatches-4.9-118.experimental.tar.xz 106368 BLAKE2B 
3aad4b9ca925a38ed97cbaff1c43cca1f50248b9055e62f0ae61277d5138c7fc359819ac7b450f5d2d9ca3df2b022728ec204b5092ecfdd94f45680604924fb4
 SHA512 
54741d1ac315e6665b79b3d3f635e9d0f3154259348301787c91a62155dc57fc7003fc9a9c7c3d8341a0e82e07c90d5f7f1f2005860a3d01c7990621b4b54dfc
+DIST genpatches-4.9-118.extras.tar.xz 17364 BLAKE2B 
9cd724b325664c03fbec4b559434777c42f12a607b8d04cfc2eb4b935ab30c002acb43c1714f9be4ec7a92209ef69960cc3311379d15fe56240b7cd452b19c3a
 SHA512 
4be4368897a67a62241190f2bcd2c9f8a0c2038a578a049f03e6ebe91d57c326f9913e24383c690c4cceda41215c17031868fd7b8d6935abe52a371845dce8b9
 DIST genpatches-4.9-51.base.tar.xz 1001928 BLAKE2B 
be8a1a304f634b40dba1daa56922473c25fc57cedca73401bc1a142674832bb797f805f883aecc56a4b17fd63dae6aebe42f7c642739e8c5704f130b6675dfde
 SHA512 
2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5
 DIST genpatches-4.9-51.experimental.tar.xz 106416 BLAKE2B 
483d57d8e19a135130e7084238c304e07ddf04e51dba8aa705566d4be3cf3a3b21a1f8a4ed49a7b2b06bc5b70f820788bc22e42ece8e6eb5d3ea3597eaf31289
 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 DIST genpatches-4.9-51.extras.tar.xz 17356 BLAKE2B 
03160cc66db43d543f4bbd3171741cc36ecdd1d3088a143144e8725d1a8452fbb3743dbbd196ba387875cd0eb4fd966821fc9d3b3269a6848d2fda650da5ccbe
 SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e

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



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/

2018-07-25 Thread Jimi Huotari
commit: be7f6591e4406e1f238a6b2a169f2e98295ac435
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Jul 25 11:54:07 2018 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Jul 25 11:54:36 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=be7f6591

dev-qt/qtwebengine: remove upstreamed FFmpeg patch

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../files/qtwebengine-5.11.1-ffmpeg4.patch | 32 --
 dev-qt/qtwebengine/qtwebengine-5.11..ebuild|  1 -
 dev-qt/qtwebengine/qtwebengine-5..ebuild   |  1 -
 3 files changed, 34 deletions(-)

diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.11.1-ffmpeg4.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.11.1-ffmpeg4.patch
deleted file mode 100644
index e9ef452a..
--- a/dev-qt/qtwebengine/files/qtwebengine-5.11.1-ffmpeg4.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From a568ded46a678eac8139cb06595819c5ae874177 Mon Sep 17 00:00:00 2001
-From: Xiaohan Wang 
-Date: Mon, 29 Jan 2018 21:28:28 +
-Subject: [PATCH] media: Increase DecoderBuffer::kPaddingSize to 64
-
-AV_INPUT_BUFFER_PADDING_SIZE has been increased to 64 in FFmpeg:
-https://github.com/FFmpeg/FFmpeg/commit/6e80079a2840ee407c5d126030eb1066bcbfdfc5
-
-BUG=777484
-
-Change-Id: I1bd68d1c1b0c3131f28d6e07e1444b89800c09db
-Reviewed-on: https://chromium-review.googlesource.com/889686
-Reviewed-by: Dale Curtis 
-Commit-Queue: Xiaohan Wang 
-Cr-Commit-Position: refs/heads/master@{#532593}

- src/3rdparty/chromium/media/base/decoder_buffer.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/3rdparty/chromium/media/base/decoder_buffer.h 
b/src/3rdparty/chromium/media/base/decoder_buffer.h
-index 0341e5784f725..60ffba708b0e5 100644
 a/src/3rdparty/chromium/media/base/decoder_buffer.h
-+++ b/src/3rdparty/chromium/media/base/decoder_buffer.h
-@@ -37,7 +37,7 @@ class MEDIA_EXPORT DecoderBuffer
- : public base::RefCountedThreadSafe {
-  public:
-   enum {
--kPaddingSize = 32,
-+kPaddingSize = 64,
- #if defined(ARCH_CPU_ARM_FAMILY)
- kAlignmentSize = 16
- #else

diff --git a/dev-qt/qtwebengine/qtwebengine-5.11..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.11..ebuild
index acd54530..94340299 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.11..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.11..ebuild
@@ -81,7 +81,6 @@ DEPEND="${RDEPEND}
 
 PATCHES+=(
"${FILESDIR}/${PN}-5.11.1-libxml2-disable-catalogs.patch" # bug 653078
-   "${FILESDIR}/${PN}-5.11.1-ffmpeg4.patch"
"${FILESDIR}/${PN}-5.11.1-nouveau-disable-gpu.patch" # bug 609752
 )
 

diff --git a/dev-qt/qtwebengine/qtwebengine-5..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5..ebuild
index acd54530..94340299 100644
--- a/dev-qt/qtwebengine/qtwebengine-5..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5..ebuild
@@ -81,7 +81,6 @@ DEPEND="${RDEPEND}
 
 PATCHES+=(
"${FILESDIR}/${PN}-5.11.1-libxml2-disable-catalogs.patch" # bug 653078
-   "${FILESDIR}/${PN}-5.11.1-ffmpeg4.patch"
"${FILESDIR}/${PN}-5.11.1-nouveau-disable-gpu.patch" # bug 609752
 )
 



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

2018-07-25 Thread Lars Wendler
commit: 8b66dfac4898666bd95c77dde05e1f0b973f4b42
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 25 11:55:27 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 25 11:55:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b66dfac

sys-apps/file: Fixed installation with USE="python"

Closes: https://bugs.gentoo.org/662090
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-apps/file/file-5.34.ebuild | 3 ++-
 sys-apps/file/file-.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/file/file-5.34.ebuild b/sys-apps/file/file-5.34.ebuild
index 536dd456e9b..848fa28a482 100644
--- a/sys-apps/file/file-5.34.ebuild
+++ b/sys-apps/file/file-5.34.ebuild
@@ -40,7 +40,8 @@ src_prepare() {
elibtoolize
 
# don't let python README kill main README #60043
-   mv python/README.md README.python.md || die
+   mv python/README.md python/README.python.md || die
+   sed 's...@readme.md@README.python.md@' -i python/setup.py || die #662090
 }
 
 multilib_src_configure() {

diff --git a/sys-apps/file/file-.ebuild b/sys-apps/file/file-.ebuild
index f346e1b700a..8bdee5d348a 100644
--- a/sys-apps/file/file-.ebuild
+++ b/sys-apps/file/file-.ebuild
@@ -41,7 +41,8 @@ src_prepare() {
elibtoolize
 
# don't let python README kill main README #60043
-   mv python/README.md README.python.md || die
+   mv python/README.md python/README.python.md || die
+   sed 's...@readme.md@README.python.md@' -i python/setup.py || die #662090
 }
 
 multilib_src_configure() {



[gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/

2018-07-25 Thread Mike Pagano
commit: eca85db2728dc6d9d86d3eb5987ed2ac10be9841
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 25 11:41:11 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 11:41:11 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=eca85db2

Remove debug lines

 web/email-announcement.pl | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 476941f..1020df4 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -33,7 +33,7 @@ $result = `git -C ${LOCAL_TMP}/linux-patches checkout ${tag}`;
 if ($rel > 1) {
$oldtag = $ver.'-'.($rel-1);
 $cmd='git -C '.${LOCAL_TMP}.'/linux-patches rev-list '.$oldtag;
-printf ("1 cmd is $cmd\n");
+#printf ("1 cmd is $cmd\n");
 @output = `$cmd`;
 
 foreach $line (@output) { 
@@ -50,13 +50,13 @@ if ($rel > 1) {
 
 if ($have_history == 1) {
 $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  
--pretty=format:"%s (%an)" --name-status '.$oldtag.'..'.$tag;
-   printf ("2 cmd is $cmd\n");
+#  printf ("2 cmd is $cmd\n");
 @log_lines = `$cmd`;
 $have_history = 1;
 }
 else {
 $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  
--pretty=format:"%s (%an)" --name-status '.$tag;
-   printf ("3 cmd is $cmd\n");
+#  printf ("3 cmd is $cmd\n");
 @log_lines = `$cmd`;
 }
 }
@@ -65,7 +65,7 @@ else {
 #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  
--pretty=format:"%s (%an)" --name-status '.$ver;
 #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  
--pretty=format:"%s (%an)" ..'.$tag;
 $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log  
--pretty=format:"%s (%an)" '.$tag.'...master';
-printf ("4 cmd is $cmd\n");
+#printf ("4 cmd is $cmd\n");
 @log_lines = `$cmd`;
 }
 



[gentoo-commits] proj/linux-patches: New tag: 4.18-1

2018-07-25 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 11:23:39 2018 +

New tag: 4.18-1




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

2018-07-25 Thread Lars Wendler
commit: 3d4a2c3bc5e194ac73017c185f92a16a513fe2f6
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 25 10:54:41 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 25 10:55:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4a2c3b

sys-libs/libblockdev: Use python_is_python3

to check for major python version.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-libs/libblockdev/libblockdev-2.17.ebuild| 13 +++--
 sys-libs/libblockdev/libblockdev-2.18-r1.ebuild | 13 +++--
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-2.17.ebuild 
b/sys-libs/libblockdev/libblockdev-2.17.ebuild
index 5e350e43a26..f494d3d270e 100644
--- a/sys-libs/libblockdev/libblockdev-2.17.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.17.ebuild
@@ -81,8 +81,17 @@ src_configure() {
$(use_with lvm lvm)
$(use_with lvm lvm-dbus)
$(use_with kbd)
-   $(use_with python_single_target_python2_7 python2)
-   $(use_with !python_single_target_python2_7 python3)
)
+   if python_is_python3 ; then
+   myeconfargs+=(
+   --without-python2
+   --with-python3
+   )
+   else
+   myeconfargs+=(
+   --with-python2
+   --without-python3
+   )
+   fi
econf "${myeconfargs[@]}"
 }

diff --git a/sys-libs/libblockdev/libblockdev-2.18-r1.ebuild 
b/sys-libs/libblockdev/libblockdev-2.18-r1.ebuild
index eb79e1e1cb4..dbb703c0700 100644
--- a/sys-libs/libblockdev/libblockdev-2.18-r1.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.18-r1.ebuild
@@ -78,9 +78,18 @@ src_configure() {
$(use_with lvm lvm)
$(use_with lvm lvm-dbus)
$(use_with kbd)
-   $(use_with python_single_target_python2_7 python2)
-   $(use_with !python_single_target_python2_7 python3)
$(use_with vdo)
)
+   if python_is_python3 ; then
+   myeconfargs+=(
+   --without-python2
+   --with-python3
+   )
+   else
+   myeconfargs+=(
+   --with-python2
+   --without-python3
+   )
+   fi
econf "${myeconfargs[@]}"
 }



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

2018-07-25 Thread Mike Pagano
commit: 003f68bb0343eec1d19eec6a761fae1405ddad26
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 25 10:28:04 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 25 10:28:04 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=003f68bb

Linux patch 4.17.10

 _README  |4 +
 1009_linux-4.17.10.patch | 2457 ++
 2 files changed, 2461 insertions(+)

diff --git a/_README b/_README
index 378d9da..148c985 100644
--- a/_README
+++ b/_README
@@ -79,6 +79,10 @@ Patch:  1008_linux-4.17.9.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.17.9
 
+Patch:  1009_linux-4.17.10.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.17.10
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1009_linux-4.17.10.patch b/1009_linux-4.17.10.patch
new file mode 100644
index 000..dc09395
--- /dev/null
+++ b/1009_linux-4.17.10.patch
@@ -0,0 +1,2457 @@
+diff --git a/Makefile b/Makefile
+index 693fde3aa317..0ab689c38e82 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 17
+-SUBLEVEL = 9
++SUBLEVEL = 10
+ EXTRAVERSION =
+ NAME = Merciless Moray
+ 
+diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c
+index 89faa6f4de47..6a92843c0699 100644
+--- a/arch/alpha/kernel/osf_sys.c
 b/arch/alpha/kernel/osf_sys.c
+@@ -1183,13 +1183,10 @@ SYSCALL_DEFINE2(osf_getrusage, int, who, struct 
rusage32 __user *, ru)
+ SYSCALL_DEFINE4(osf_wait4, pid_t, pid, int __user *, ustatus, int, options,
+   struct rusage32 __user *, ur)
+ {
+-  unsigned int status = 0;
+   struct rusage r;
+-  long err = kernel_wait4(pid, , options, );
++  long err = kernel_wait4(pid, ustatus, options, );
+   if (err <= 0)
+   return err;
+-  if (put_user(status, ustatus))
+-  return -EFAULT;
+   if (!ur)
+   return err;
+   if (put_tv_to_tv32(>ru_utime, _utime))
+diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
+index d76bf4a83740..bc0bcf01ec98 100644
+--- a/arch/arc/Kconfig
 b/arch/arc/Kconfig
+@@ -408,7 +408,7 @@ config ARC_HAS_DIV_REM
+ 
+ config ARC_HAS_ACCL_REGS
+   bool "Reg Pair ACCL:ACCH (FPU and/or MPY > 6)"
+-  default n
++  default y
+   help
+ Depending on the configuration, CPU can contain accumulator reg-pair
+ (also referred to as r58:r59). These can also be used by gcc as GPR so
+diff --git a/arch/arc/configs/axs101_defconfig 
b/arch/arc/configs/axs101_defconfig
+index 09f85154c5a4..a635ea972304 100644
+--- a/arch/arc/configs/axs101_defconfig
 b/arch/arc/configs/axs101_defconfig
+@@ -11,7 +11,6 @@ CONFIG_NAMESPACES=y
+ # CONFIG_UTS_NS is not set
+ # CONFIG_PID_NS is not set
+ CONFIG_BLK_DEV_INITRD=y
+-CONFIG_INITRAMFS_SOURCE="../arc_initramfs/"
+ CONFIG_EMBEDDED=y
+ CONFIG_PERF_EVENTS=y
+ # CONFIG_VM_EVENT_COUNTERS is not set
+diff --git a/arch/arc/configs/axs103_defconfig 
b/arch/arc/configs/axs103_defconfig
+index 09fed3ef22b6..aa507e423075 100644
+--- a/arch/arc/configs/axs103_defconfig
 b/arch/arc/configs/axs103_defconfig
+@@ -11,7 +11,6 @@ CONFIG_NAMESPACES=y
+ # CONFIG_UTS_NS is not set
+ # CONFIG_PID_NS is not set
+ CONFIG_BLK_DEV_INITRD=y
+-CONFIG_INITRAMFS_SOURCE="../../arc_initramfs_hs/"
+ CONFIG_EMBEDDED=y
+ CONFIG_PERF_EVENTS=y
+ # CONFIG_VM_EVENT_COUNTERS is not set
+diff --git a/arch/arc/configs/axs103_smp_defconfig 
b/arch/arc/configs/axs103_smp_defconfig
+index ea2f6d817d1a..eba07f468654 100644
+--- a/arch/arc/configs/axs103_smp_defconfig
 b/arch/arc/configs/axs103_smp_defconfig
+@@ -11,7 +11,6 @@ CONFIG_NAMESPACES=y
+ # CONFIG_UTS_NS is not set
+ # CONFIG_PID_NS is not set
+ CONFIG_BLK_DEV_INITRD=y
+-CONFIG_INITRAMFS_SOURCE="../../arc_initramfs_hs/"
+ CONFIG_EMBEDDED=y
+ CONFIG_PERF_EVENTS=y
+ # CONFIG_VM_EVENT_COUNTERS is not set
+diff --git a/arch/arc/configs/haps_hs_defconfig 
b/arch/arc/configs/haps_hs_defconfig
+index ab231c040efe..098b19fbaa51 100644
+--- a/arch/arc/configs/haps_hs_defconfig
 b/arch/arc/configs/haps_hs_defconfig
+@@ -11,7 +11,6 @@ CONFIG_NAMESPACES=y
+ # CONFIG_UTS_NS is not set
+ # CONFIG_PID_NS is not set
+ CONFIG_BLK_DEV_INITRD=y
+-CONFIG_INITRAMFS_SOURCE="../../arc_initramfs_hs/"
+ CONFIG_EXPERT=y
+ CONFIG_PERF_EVENTS=y
+ # CONFIG_COMPAT_BRK is not set
+diff --git a/arch/arc/configs/haps_hs_smp_defconfig 
b/arch/arc/configs/haps_hs_smp_defconfig
+index cf449cbf440d..0104c404d897 100644
+--- a/arch/arc/configs/haps_hs_smp_defconfig
 b/arch/arc/configs/haps_hs_smp_defconfig
+@@ -11,7 +11,6 @@ CONFIG_NAMESPACES=y
+ # CONFIG_UTS_NS is not set
+ # CONFIG_PID_NS is not set
+ CONFIG_BLK_DEV_INITRD=y
+-CONFIG_INITRAMFS_SOURCE="../../arc_initramfs_hs/"
+ CONFIG_EMBEDDED=y
+ CONFIG_PERF_EVENTS=y
+ # CONFIG_VM_EVENT_COUNTERS is not set
+diff --git 

  1   2   >