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

2017-09-05 Thread Tim Harder
commit: 4d4f2eb029517a55427dc566c14a5f17853dffcb
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 07:08:31 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 07:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4f2eb0

dev-embedded/gputils: update HOMEPAGE

 dev-embedded/gputils/gputils-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild 
b/dev-embedded/gputils/gputils-1.5.0.ebuild
index b6eec9feb86..7e4c0030eed 100644
--- a/dev-embedded/gputils/gputils-1.5.0.ebuild
+++ b/dev-embedded/gputils/gputils-1.5.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Tools including assembler, linker and librarian for PIC 
microcontrollers"
-HOMEPAGE="http://gputils.sourceforge.net/";
+HOMEPAGE="https://gputils.sourceforge.io";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/

2017-09-05 Thread Tobias Klausmann
commit: 25fc9ae6e47a1e8bd88dd2fdcb9800a81f9b7263
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep  5 07:10:59 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep  5 07:11:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fc9ae6

media-video/ffmpeg-3.2.6-r0: alpha stable

Gentoo-Bug: 622912

 media-video/ffmpeg/ffmpeg-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
index 74d37e876a7..b80c746f8b2 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
@@ -54,7 +54,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



[gentoo-commits] repo/gentoo:master commit in: net-dialup/diald/

2017-09-05 Thread Tim Harder
commit: 6480b7e0bdae597c68342d3953843c63d6480025
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 06:50:57 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 07:10:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6480b7e0

net-dialup/diald: stabilize 1.0-r3 for x86

 net-dialup/diald/diald-1.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/diald/diald-1.0-r3.ebuild 
b/net-dialup/diald/diald-1.0-r3.ebuild
index 8a524090ebc..46729a5be18 100644
--- a/net-dialup/diald/diald-1.0-r3.ebuild
+++ b/net-dialup/diald/diald-1.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="Old-MIT GPL-2" # GPL-2 only for init script
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )



[gentoo-commits] repo/gentoo:master commit in: net-dialup/diald/

2017-09-05 Thread Tim Harder
commit: 94b30f4bcc64113eb2db0c199333652fb071051a
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 06:47:33 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 07:10:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b30f4b

net-dialup/diald: drop unused eutils eclass and use emake

 net-dialup/diald/diald-1.0-r3.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dialup/diald/diald-1.0-r3.ebuild 
b/net-dialup/diald/diald-1.0-r3.ebuild
index 05503d0d211..8a524090ebc 100644
--- a/net-dialup/diald/diald-1.0-r3.ebuild
+++ b/net-dialup/diald/diald-1.0-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils autotools pam
+inherit autotools pam
 
 DESCRIPTION="Daemon that provides on demand IP links via SLIP or PPP"
 HOMEPAGE="http://diald.sourceforge.net";
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 src_install() {
-   make \
+   emake \
DESTDIR="${D}" \
sysconfdir=/etc \
bindir=/usr/bin \
@@ -42,7 +42,7 @@ src_install() {
BINGRP=root \
ROOTUID=root \
ROOTGRP=root \
-   install || die "make failed"
+   install
use pam && pamd_mimic_system diald auth account
 
dodir /var/cache/diald



[gentoo-commits] repo/gentoo:master commit in: net-dialup/diald/

2017-09-05 Thread Tim Harder
commit: 8bf459fb05bf26cd0ff0b408dd0f99fde976921a
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 06:52:01 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 07:10:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf459fb

net-dialup/diald: remove old

 net-dialup/diald/diald-1.0-r2.ebuild | 58 
 1 file changed, 58 deletions(-)

diff --git a/net-dialup/diald/diald-1.0-r2.ebuild 
b/net-dialup/diald/diald-1.0-r2.ebuild
deleted file mode 100644
index 3eccbf87c45..000
--- a/net-dialup/diald/diald-1.0-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools pam
-
-DESCRIPTION="Daemon that provides on demand IP links via SLIP or PPP"
-HOMEPAGE="http://diald.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="Old-MIT GPL-2" # GPL-2 only for init script
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="pam"
-
-DEPEND="pam? ( virtual/pam )
-   sys-apps/tcp-wrappers"
-RDEPEND="${DEPEND}
-   net-dialup/ppp"
-
-src_unpack() {
-   unpack ${A}
-
-   epatch "${FILESDIR}/${P}-posix.patch"
-   epatch "${FILESDIR}/${P}-gentoo.patch"
-   if ! use pam; then
-   epatch "${FILESDIR}/${P}-nopam.patch"
-   rm "${S}"/README.pam
-   cd "${S}"
-   eautoconf
-   fi
-}
-
-src_install() {
-   make \
-   DESTDIR="${D}" \
-   sysconfdir=/etc \
-   bindir=/usr/bin \
-   sbindir=/usr/sbin \
-   mandir=/usr/share/man \
-   libdir=/usr/lib/diald \
-   BINGRP=root \
-   ROOTUID=root \
-   ROOTGRP=root \
-   install || die "make failed"
-   use pam && pamd_mimic_system diald auth account
-
-   dodir /var/cache/diald
-   mknod -m 0660 "${D}/var/cache/diald/diald.ctl" p
-
-   dodoc BUGS CHANGES NOTES README* \
-   THANKS TODO TODO.budget doc/diald-faq.txt
-   docinto setup ; cp -pPR setup/* "${D}/usr/share/doc/${PF}/setup"
-   docinto contrib ; cp -pPR contrib/* "${D}/usr/share/doc/${PF}/contrib"
-   prepalldocs
-
-   insinto /etc/diald ; doins "${FILESDIR}"/{diald.conf,diald.filter}
-   newinitd "${FILESDIR}/diald-init" diald
-}



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

2017-09-05 Thread David Seifert
commit: 52a61970f1a8780db95fb89219cab66c9a05e7c0
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  5 07:13:29 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 07:13:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a61970

dev-python/graph-tool: Update live ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/graph-tool/graph-tool-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/graph-tool/graph-tool-.ebuild 
b/dev-python/graph-tool/graph-tool-.ebuild
index f6a94cb3f9b..cf9f4302985 100644
--- a/dev-python/graph-tool/graph-tool-.ebuild
+++ b/dev-python/graph-tool/graph-tool-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit check-reqs python-r1 toolchain-funcs
 
@@ -25,11 +25,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   dev-libs/boost:=[context,python,${PYTHON_USEDEP}]
dev-libs/expat
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   sci-mathematics/cgal
+   >=sci-mathematics/cgal-4.9
cairo? (
dev-cpp/cairomm
dev-python/pycairo[${PYTHON_USEDEP}]
@@ -64,7 +64,6 @@ src_configure() {
configure() {
econf \
--disable-static \
-   --disable-optimization \
$(use_enable openmp) \
$(use_enable cairo) \
--with-boost-python="${EPYTHON: -3}${threads}"



[gentoo-commits] repo/gentoo:master commit in: sci-physics/thepeg/

2017-09-05 Thread David Seifert
commit: 3a8c5b11b0db6772311ca15de1d190f1e97eca06
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  5 07:13:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 07:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8c5b11

sci-physics/thepeg: Fix indentation whitespace in metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-physics/thepeg/metadata.xml | 40 
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/sci-physics/thepeg/metadata.xml b/sci-physics/thepeg/metadata.xml
index e59c93f58d3..b98a9450c6f 100644
--- a/sci-physics/thepeg/metadata.xml
+++ b/sci-physics/thepeg/metadata.xml
@@ -1,24 +1,24 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-  sci-phys...@gentoo.org
-  Gentoo Physics Project
-
-
-  Toolkit for High Energy Physics Event Generation.
-  ThePEG has been broken out from the PYTHIA7 program
-  to better factorize the parts which were PYTHIA-specific
-  from those which are general model-independent components
-  of the toolkit and which can be used by any event generator model.
-
-
-  Build ThePEG using the C++11 standard.
-  Experimental feature, not for production use.
-  Adds support for sci-physics/fastjet
-  Adds support for High Energy Physics Monte Carlo
- Generators sci-physics/hepmc
-  Adds support for sci-physics/lhapdf
-  Adds support for sci-physics/rivet
-
+   
+   sci-phys...@gentoo.org
+   Gentoo Physics Project
+   
+   
+   Toolkit for High Energy Physics Event Generation.
+   ThePEG has been broken out from the PYTHIA7 program
+   to better factorize the parts which were PYTHIA-specific
+   from those which are general model-independent components
+   of the toolkit and which can be used by any event generator model.
+   
+   
+   Build ThePEG using the C++11 standard.
+   Experimental feature, not for production use.
+   Adds support for 
sci-physics/fastjet
+   Adds support for High Energy Physics Monte 
Carlo
+   Generators sci-physics/hepmc
+   Adds support for 
sci-physics/lhapdf
+   Adds support for 
sci-physics/rivet
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/snd/files/, media-sound/snd/

2017-09-05 Thread David Seifert
commit: 8ecff1eb24b7f69c25712eeccc3bb2131dc0b7d1
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  5 07:13:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 07:13:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecff1eb

media-sound/snd: Remove old

Closes: https://bugs.gentoo.org/show_bug.cgi?id=404201
Closes: https://bugs.gentoo.org/show_bug.cgi?id=588012
Closes: https://bugs.gentoo.org/show_bug.cgi?id=591272
Closes: https://bugs.gentoo.org/show_bug.cgi?id=601960
Closes: https://bugs.gentoo.org/show_bug.cgi?id=616144
Closes: https://bugs.gentoo.org/show_bug.cgi?id=622408
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-sound/snd/Manifest   |   2 -
 media-sound/snd/files/snd-12.6-as-needed.patch |  77 
 media-sound/snd/files/snd-16.3-portaudio.patch |  49 --
 media-sound/snd/snd-12.8.ebuild| 123 -
 media-sound/snd/snd-16.3.ebuild| 120 
 5 files changed, 371 deletions(-)

diff --git a/media-sound/snd/Manifest b/media-sound/snd/Manifest
index a8d65035b19..dec8b706c1a 100644
--- a/media-sound/snd/Manifest
+++ b/media-sound/snd/Manifest
@@ -1,3 +1 @@
-DIST snd-12.8.tar.gz 15546751 SHA256 
1ff683615ec6d0c7e2c8359e921117f4fd78695675bb06eb765667edb55a1939 SHA512 
99a8600a175a889ad597053e9f52af69124cab8feca693c852cb03d34df5b80bcc50994ea66d070fe61e318eca715fdfe095a458b22da80d95f88a1d695baebd
 WHIRLPOOL 
b8903b138ab31f2ee51aeabe66068943c24e15e2cd82e628bc446224ebb0e697365c0070ec99d126379a02c1ef7544a1c6195e0bb3a0c8ecb167751eb3c673ef
-DIST snd-16.3.tar.gz 14824756 SHA256 
7314fd8c73da9d3afa0ed2c7b5a10cda94eaf1e7fb6ab9f6ac2e085c18f50934 SHA512 
b58971e95411839b2f1cafde4cdd66784f41510c67588f3816408290fc826b6c24054a03423ca3a59b1145c058cb592fb97cd90d1333eeec36dd125a7821
 WHIRLPOOL 
ad00d30d80e8dbf9b533824a382864725f14ad8a587803a8df6bedb8fe59cc36ae442e345599ebf08d67b9503d6e79e643c066b33be92d50d832d03677da8792
 DIST snd-17.4.tar.gz 15096338 SHA256 
efa311586661a5e73bb0fe894a366e2320a494d975424928b563dab450d0fb48 SHA512 
cbbc546fe4a3ef758c5372edbdae4db29457c559eafa08854819917e153ce850f5ab302da68dee826f99c26f10769aae8c6df6ea8434614f084f21d0dbbc5c88
 WHIRLPOOL 
ec7fc7848edf84d91312fbb7316d5f96ba8fa30d7b39bc12a0b71f5bb771cb31cacf1044401177f35ae665df59513951166b7654c955e0cf53e2ae0e5d8847e2

diff --git a/media-sound/snd/files/snd-12.6-as-needed.patch 
b/media-sound/snd/files/snd-12.6-as-needed.patch
deleted file mode 100644
index af20208652b..000
--- a/media-sound/snd/files/snd-12.6-as-needed.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-Fix underlinking due to missing -ldl linking:
-* snd-xen.o:snd-xen.c:function g_dlinit_w: error: undefined reference to 
'dlsym'
-* snd-xen.o:snd-xen.c:function g_dlinit_w: error: undefined reference to 
'dlerror'
-https://bugs.gentoo.org/show_bug.cgi?id=540594
-
-Fix --as-needed issues due to linking flags in LDFLAGS
-
 snd-12.8/configure.ac
-+++ snd-12.8/configure.ac
-@@ -172,6 +172,13 @@
- 
#
- 
- LIBS=""
-+AC_SEARCH_LIBS([dlopen], [dl dld], [], [
-+  AC_MSG_ERROR([unable to find the dlopen() function])
-+])
-+LIBDL_LIBS="$LIBS"
-+AC_SUBST([LIBDL_LIBS])
-+
-+LIBS=""
- AC_CHECK_LIB(m,main)
- AC_CHECK_LIB(c,main)
- # AC_CHECK_LIB(dl,main)
-@@ -1469,7 +1476,7 @@
- LDSO_FLAGS="-shared"
- LIBS="$LIBS -lm"
-   if test "$ac_cv_header_dlfcn_h" = yes ; then 
--LDFLAGS="$LDFLAGS -ldl" 
-+LIBS="$LIBS -ldl"
-   fi 
-   if test "$GCC" = yes ; then
- SO_FLAGS="-fPIC $SO_FLAGS"
-@@ -1980,7 +1987,7 @@
- if test "$ac_snd_have_extension_language" = yes ; then
-   if test "$ac_snd_have_gui" = yes ; then
- if test "$ac_cv_header_pthread_h" = yes ; then
--  LDFLAGS="$LDFLAGS -lpthread"
-+  LIBS="$LIBS -pthread"
- fi
-   fi
- fi
-@@ -1988,14 +1995,14 @@
- if test "$ac_snd_have_extension_language" = no ; then
-   if test "$ac_snd_have_gui" = no ; then
- if test "$ac_cv_header_dlfcn_h" = yes ; then
--  LDFLAGS="$LDFLAGS -ldl"
-+  LIBS="$LIBS -ldl"
- fi
- AC_MSG_WARN([Snd needs either an extension language (s7, Fth, or Ruby), 
or a graphics toolkit (Gtk or Motif), or preferably both.  As currently 
configured, this version of Snd is useless.])
-   fi
- fi
- 
- if test "$ac_snd_have_extension_language" = yes && test "$with_audio" = no && 
test "$ac_cv_header_dlfcn_h" = yes ; then
--  LDFLAGS="$LDFLAGS -ldl"
-+  LIBS="$LIBS -ldl"
- fi
- 
- 
 snd-12.8/makefile.in
-+++ snd-12.8/makefile.in
-@@ -20,6 +20,7 @@
- LDFLAGS = @LDFLAGS@
- 
- LIBS = @LIBS@
-+LIBDL_LIBS = @LIBDL_LIBS@
- XEN_LIBS = @XEN_LIBS@
- GTK_LIBS = @GTK_LIBS@
- GTK_LD_LIBS = @GTK_LD_LIBS@
-@@ -96,7 +97,7 @@
- main_target: @MAKE_TARGET@
- 
- snd: $(SNDLIB_HEADERS) $(SND_HEADERS) $(GX_HEADERS) $(S7_HEADERS) 
$(S7_O_FILES) $(SNDLIB_FILES) $(O_FILES) $(GX_FILES) $(GL_FILES)
--  $

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

2017-09-05 Thread David Seifert
commit: 5a98ee67afbec47231008d5d28a3779bdad978ac
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  5 07:13:25 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 07:13:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a98ee67

dev-python/graph-tool: Bump to 2.22

Closes: https://bugs.gentoo.org/show_bug.cgi?id=628056
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/graph-tool/Manifest   |  1 +
 dev-python/graph-tool/graph-tool-2.22.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/dev-python/graph-tool/Manifest b/dev-python/graph-tool/Manifest
index 66f381e2ece..4286e501116 100644
--- a/dev-python/graph-tool/Manifest
+++ b/dev-python/graph-tool/Manifest
@@ -1 +1,2 @@
 DIST graph-tool-2.19.tar.bz2 15147961 SHA256 
eba1090f94b0434890beedaf0c100dd0fc77e41ebfe29b4725d76cadb82099af SHA512 
dc0bd93ccf21bb6616035dbfe33b0d9406eb894791e615795d486dc8f9d9991a6b93cf835cf4e59197005c14faedf105f3384cccd42db544104840cf857b2a84
 WHIRLPOOL 
3a398c98487a1e29952fea4c3ff8671e5aaf3d4f9e8df26aae9f6a856e61c290954f4c662e48ae424cbe0b916833a8f3bc7a6eefe6c6c3a08540de58ed6b9de0
+DIST graph-tool-2.22.tar.bz2 15100673 SHA256 
57121b562763c79c138b3a385b8cddb59e7dec375c61e00ca7e9e96fd1a5e080 SHA512 
e5ffb6913ba76c1b3dea597950b8d50edd55cb997bf8b02c105ffab314b4978ac861db0c57507e51598f731b6b8fa9f1251e21d5feb9eb89158bc4c1921dc51f
 WHIRLPOOL 
d4f2cf19ef885ad22837ba693e65ebe5f2fc379bcafe2d23eb42327d1aad49fb2a73b4b0eb24eb4cde3d6a77b9b6dc2c05dfd01aec83d53d5c3ebbdf1be82aae

diff --git a/dev-python/graph-tool/graph-tool-2.22.ebuild 
b/dev-python/graph-tool/graph-tool-2.22.ebuild
new file mode 100644
index 000..cf9f4302985
--- /dev/null
+++ b/dev-python/graph-tool/graph-tool-2.22.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit check-reqs python-r1 toolchain-funcs
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/count0/graph-tool.git";
+   inherit autotools git-r3
+else
+   SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="An efficient python module for manipulation and statistical 
analysis of graphs"
+HOMEPAGE="https://graph-tool.skewed.de/";
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+cairo openmp"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/boost:=[context,python,${PYTHON_USEDEP}]
+   dev-libs/expat
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   >=sci-mathematics/cgal-4.9
+   cairo? (
+   dev-cpp/cairomm
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   )
+   dev-python/matplotlib[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-cpp/sparsehash
+   virtual/pkgconfig"
+
+# bug 453544
+CHECKREQS_DISK_BUILD="6G"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+   check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+   default
+   [[ ${PV} == * ]] && eautoreconf
+   python_copy_sources
+}
+
+src_configure() {
+   local threads
+   has_version 'dev-libs/boost[threads]' && threads="-mt"
+
+   configure() {
+   econf \
+   --disable-static \
+   $(use_enable openmp) \
+   $(use_enable cairo) \
+   --with-boost-python="${EPYTHON: -3}${threads}"
+   }
+   python_foreach_impl run_in_build_dir configure
+}
+
+src_compile() {
+   # most machines don't have enough ram for parallel builds
+   python_foreach_impl run_in_build_dir emake -j1
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/snd/files/, media-sound/snd/

2017-09-05 Thread David Seifert
commit: c019d4cfa38def2e90a8c5707d73c11d532b240d
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  5 07:13:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 07:13:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c019d4cf

media-sound/snd: Unconditionally compile `oss_sample_types` function

Closes: https://bugs.gentoo.org/show_bug.cgi?id=621758
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/snd-17.4-undefined-oss_sample_types.patch | 21 +
 media-sound/snd/snd-17.4.ebuild |  3 ++-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch 
b/media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch
new file mode 100644
index 000..6199a7b183f
--- /dev/null
+++ b/media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch
@@ -0,0 +1,21 @@
+Always compile the `oss_sample_types` function
+Bug: https://bugs.gentoo.org/show_bug.cgi?id=621758
+
+--- a/audio.c
 b/audio.c
+@@ -743,7 +743,6 @@
+ }
+ 
+ 
+-#if (!HAVE_ALSA)
+ static int oss_sample_types(int ur_dev, mus_sample_t *val)
+ {
+   int fd, samp_types = 0, sys, ind;
+@@ -774,7 +773,6 @@
+   val[0] = (mus_sample_t)(ind - 1);
+   return(MUS_NO_ERROR);
+ }
+-#endif
+ 
+ 
+ 

diff --git a/media-sound/snd/snd-17.4.ebuild b/media-sound/snd/snd-17.4.ebuild
index 3a2a2027b8f..5b746a352c8 100644
--- a/media-sound/snd/snd-17.4.ebuild
+++ b/media-sound/snd/snd-17.4.ebuild
@@ -44,7 +44,8 @@ REQUIRED_USE="
?? ( ruby s7 )"
 
 PATCHES=(
-   "${FILESDIR}/${PN}-17.4-portaudio.patch"
+   "${FILESDIR}"/${PN}-17.4-portaudio.patch
+   "${FILESDIR}"/${PN}-17.4-undefined-oss_sample_types.patch
 )
 
 pkg_setup() {



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

2017-09-05 Thread Tim Harder
commit: aa2c23057c7eef87d88da4ebff75cdf600e143ef
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 07:20:53 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 07:22:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2c2305

dev-embedded/gpsim: version bump to 0.30.0

 dev-embedded/gpsim/Manifest|  1 +
 dev-embedded/gpsim/gpsim-0.30.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-embedded/gpsim/Manifest b/dev-embedded/gpsim/Manifest
index 6b6bf0e9a68..a956c509100 100644
--- a/dev-embedded/gpsim/Manifest
+++ b/dev-embedded/gpsim/Manifest
@@ -1,3 +1,4 @@
 DIST gpsim-0.26.1.tar.gz 2350841 SHA256 
509120f13971108f2f3e75706a354fb91cc777ad6b05244f26bded5e40a8b974 SHA512 
ab710d57e5699e680674b97fb6c4eed19e45ee0bac05e40c2f8b4d58338b1023735e96aa7f9ce0c21048478d291a14fa41f216709b23d85d047d7c2b3e5e7d15
 WHIRLPOOL 
770f822c4547ef60e3dacc83b9d60db5bd7c0fb7819f3fc2e57b2841b4bbb53fd5f10da4d6da660c945be3497eee2f534c617b064c67a76d2c3f7c3d79524c66
 DIST gpsim-0.27.0.tar.gz 2465642 SHA256 
204ed2a8aaf1b3021617544330997f4a508b811afce71fb9628b94406d5e59a2 SHA512 
769a49d069cf24f0555ed6b34241139e69398fae1e01981298cd49a6096b8f196dfd9e6d8dfebf3f93294b3ca2acf9c4b1b21be600b5d0dd65dd99b6b159f06b
 WHIRLPOOL 
2146a2cfa79a93b84d5caa014c7c639a4b9d97fbe179f18af697fadee7454aa4c4f379d4d0fe1e48c446bf411faffeef5aa6c4caeb268aa7c37c1f5b8953ba63
 DIST gpsim-0.29.0.tar.gz 3301050 SHA256 
9ed078038da80dab117e803467d3df3818fa84af7a4a289aaac295913a30615d SHA512 
f24997e7bc360afbc87f9cc1e36cf5fa25aecf23c21ba043eabb333b5de9ddfa24b1373fdaa48ba8043a7fcda72558d54691db2579345255dd453e94b3752920
 WHIRLPOOL 
bc49858b811751cebdd54e5e5b2e5b3f29fd3ac8eabbebba659fed50fdd7e9b47f87d3279be3190522fea1fd45edff21c0d0078a9f51ab0228796a949b986085
+DIST gpsim-0.30.0.tar.gz 3385728 SHA256 
e1927312c37119bc26d6abf2c250072a279a9c764c49ae9d71b4ccebb8154f86 SHA512 
8681f06e73569b801d2961858c8676490d93f7ef40e99f07e7a5eff16955850b66bcd8182aa22ba0edca0b10723cb3a5b7b8bf52fdb0cc94955c3072352292df
 WHIRLPOOL 
7341c7352edcfe3966c3422816a0e53226c3a2095e04c521ca21023a3ff52c934c69cca4c616ce38954e965c54c0dfeb57fea28d2e81effbf093062b212f5ed1

diff --git a/dev-embedded/gpsim/gpsim-0.30.0.ebuild 
b/dev-embedded/gpsim/gpsim-0.30.0.ebuild
new file mode 100644
index 000..7c6e310bd22
--- /dev/null
+++ b/dev-embedded/gpsim/gpsim-0.30.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune
+
+DESCRIPTION="A simulator for the Microchip PIC microcontrollers"
+HOMEPAGE="http://gpsim.sourceforge.net";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc gtk static-libs"
+
+RDEPEND=">=dev-embedded/gputils-0.12
+   dev-libs/glib:2
+   dev-libs/popt
+   sys-libs/readline:0=
+   gtk? ( >=x11-libs/gtk+extra-2 )"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/pkgconfig
+   virtual/yacc"
+
+DOCS=( ANNOUNCE AUTHORS ChangeLog HISTORY PROCESSORS README README.MODULES 
TODO )
+
+src_configure() {
+   econf \
+   $(use_enable gtk gui) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   use doc && dodoc doc/gpsim.pdf
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/gpsim/, dev-embedded/gpsim/files/

2017-09-05 Thread Tim Harder
commit: 9ae24bf87ddd2c9f7076c59130bb22fa4888076a
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 07:21:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 07:22:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae24bf8

dev-embedded/gpsim: remove old

 dev-embedded/gpsim/Manifest|  2 -
 .../files/gpsim-0.26.1-glib-single-include.patch   | 13 --
 .../gpsim/files/gpsim-0.26.1-gtkextra.patch| 29 -
 dev-embedded/gpsim/gpsim-0.26.1.ebuild | 48 --
 dev-embedded/gpsim/gpsim-0.27.0.ebuild | 40 --
 5 files changed, 132 deletions(-)

diff --git a/dev-embedded/gpsim/Manifest b/dev-embedded/gpsim/Manifest
index a956c509100..4eab16323f7 100644
--- a/dev-embedded/gpsim/Manifest
+++ b/dev-embedded/gpsim/Manifest
@@ -1,4 +1,2 @@
-DIST gpsim-0.26.1.tar.gz 2350841 SHA256 
509120f13971108f2f3e75706a354fb91cc777ad6b05244f26bded5e40a8b974 SHA512 
ab710d57e5699e680674b97fb6c4eed19e45ee0bac05e40c2f8b4d58338b1023735e96aa7f9ce0c21048478d291a14fa41f216709b23d85d047d7c2b3e5e7d15
 WHIRLPOOL 
770f822c4547ef60e3dacc83b9d60db5bd7c0fb7819f3fc2e57b2841b4bbb53fd5f10da4d6da660c945be3497eee2f534c617b064c67a76d2c3f7c3d79524c66
-DIST gpsim-0.27.0.tar.gz 2465642 SHA256 
204ed2a8aaf1b3021617544330997f4a508b811afce71fb9628b94406d5e59a2 SHA512 
769a49d069cf24f0555ed6b34241139e69398fae1e01981298cd49a6096b8f196dfd9e6d8dfebf3f93294b3ca2acf9c4b1b21be600b5d0dd65dd99b6b159f06b
 WHIRLPOOL 
2146a2cfa79a93b84d5caa014c7c639a4b9d97fbe179f18af697fadee7454aa4c4f379d4d0fe1e48c446bf411faffeef5aa6c4caeb268aa7c37c1f5b8953ba63
 DIST gpsim-0.29.0.tar.gz 3301050 SHA256 
9ed078038da80dab117e803467d3df3818fa84af7a4a289aaac295913a30615d SHA512 
f24997e7bc360afbc87f9cc1e36cf5fa25aecf23c21ba043eabb333b5de9ddfa24b1373fdaa48ba8043a7fcda72558d54691db2579345255dd453e94b3752920
 WHIRLPOOL 
bc49858b811751cebdd54e5e5b2e5b3f29fd3ac8eabbebba659fed50fdd7e9b47f87d3279be3190522fea1fd45edff21c0d0078a9f51ab0228796a949b986085
 DIST gpsim-0.30.0.tar.gz 3385728 SHA256 
e1927312c37119bc26d6abf2c250072a279a9c764c49ae9d71b4ccebb8154f86 SHA512 
8681f06e73569b801d2961858c8676490d93f7ef40e99f07e7a5eff16955850b66bcd8182aa22ba0edca0b10723cb3a5b7b8bf52fdb0cc94955c3072352292df
 WHIRLPOOL 
7341c7352edcfe3966c3422816a0e53226c3a2095e04c521ca21023a3ff52c934c69cca4c616ce38954e965c54c0dfeb57fea28d2e81effbf093062b212f5ed1

diff --git a/dev-embedded/gpsim/files/gpsim-0.26.1-glib-single-include.patch 
b/dev-embedded/gpsim/files/gpsim-0.26.1-glib-single-include.patch
deleted file mode 100644
index cd0f798281b..000
--- a/dev-embedded/gpsim/files/gpsim-0.26.1-glib-single-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://gpsim.svn.sourceforge.net/viewvc/gpsim/trunk/src/bitlog.h?r1=2107&r2=2182
-
 trunk/src/bitlog.h 2010/06/05 06:41:12 2107
-+++ trunk/src/bitlog.h 2012/01/03 02:54:49 2182
-@@ -25,7 +25,7 @@
- 
- // include the absolute minimum portion of GLIB to get the definitions
- // for guint64, etc.
--#include 
-+#include 
- 
- /**
-  * boolean event logging

diff --git a/dev-embedded/gpsim/files/gpsim-0.26.1-gtkextra.patch 
b/dev-embedded/gpsim/files/gpsim-0.26.1-gtkextra.patch
deleted file mode 100644
index 91329097051..000
--- a/dev-embedded/gpsim/files/gpsim-0.26.1-gtkextra.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-=== modified file 'configure.ac'
 configure.ac   2012-06-02 20:11:32 +
-+++ configure.ac   2012-06-02 20:11:44 +
-@@ -79,15 +79,20 @@
- else
-   dnl gtk2 checks
- 
--  $PKGCONFIG --exists gtkextra-2.0
-+  GTKEXTRAMOD="gtkextra-2.0"
-+  $PKGCONFIG --exists $GTKEXTRAMOD
-   if test $? != 0; then
--AC_MSG_ERROR(Cannot find gtkextra-2.0 package)
-+GTKEXTRAMOD="gtkextra-3.0"
-+$PKGCONFIG --exists $GTKEXTRAMOD
-+if test $? != 0; then
-+  AC_MSG_ERROR(Cannot find gtkextra-2.0 or gtkextra-3.0 package)
-+fi
-   fi
- 
-   X_LDFLAGS=`$PKGCONFIG --libs gtk+-2.0 gthread-2.0`
-   X_CFLAGS=`$PKGCONFIG --cflags gtk+-2.0`
--  Y_LDFLAGS=`$PKGCONFIG --libs gtkextra-2.0`
--  Y_CFLAGS=`$PKGCONFIG --cflags gtkextra-2.0`
-+  Y_LDFLAGS=`$PKGCONFIG --libs $GTKEXTRAMOD`
-+  Y_CFLAGS=`$PKGCONFIG --cflags $GTKEXTRAMOD`
-   GTK_VERSION_T=`$PKGCONFIG --modversion gtk+-2.0`
-   echo linking with gtk-$GTK_VERSION_T
-   AC_DEFINE_UNQUOTED([GTK_VERSION],"$GTK_VERSION_T",[gtk version])
-

diff --git a/dev-embedded/gpsim/gpsim-0.26.1.ebuild 
b/dev-embedded/gpsim/gpsim-0.26.1.ebuild
deleted file mode 100644
index 3d9b2371038..000
--- a/dev-embedded/gpsim/gpsim-0.26.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="A simulator for the Microchip PIC microcontrollers"
-HOMEPAGE="http://gpsim.sourceforge.net";
-SRC_URI="mirror://sourceforge/gpsim/${P}.tar.gz"
-
-LICEN

[gentoo-commits] repo/gentoo:master commit in: sys-process/vixie-cron/files/, sys-process/vixie-cron/

2017-09-05 Thread Jason Zaman
commit: eae4d53650cd34564254b53ab5238c275b4953a8
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Sep  5 04:18:02 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Sep  5 07:50:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae4d536

sys-process/vixie-cron: Fix SELinux support

system_u has been removed from the login list (it never was a login name
anyway) so the selinux patch needs updating.

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../files/vixie-cron-4.1-selinux-2.patch   | 225 +
 sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild   | 124 
 2 files changed, 349 insertions(+)

diff --git a/sys-process/vixie-cron/files/vixie-cron-4.1-selinux-2.patch 
b/sys-process/vixie-cron/files/vixie-cron-4.1-selinux-2.patch
new file mode 100644
index 000..2341d092387
--- /dev/null
+++ b/sys-process/vixie-cron/files/vixie-cron-4.1-selinux-2.patch
@@ -0,0 +1,225 @@
+diff -ur vixie-cron-4.1/Makefile vixie-cron-4.1-selinux/Makefile
+--- vixie-cron-4.1/Makefile2004-08-28 02:09:33.0 +0800
 vixie-cron-4.1-selinux/Makefile2017-04-26 22:16:53.321394815 +0800
+@@ -68,7 +68,8 @@
+ #<>
+ CC=   gcc -Wall -Wno-unused -Wno-comment
+ #<>
+-DEFS  =
++DEFS  = -s -DWITH_SELINUX
++LIBS  +=  -lselinux
+ #(SGI IRIX systems need this)
+ #DEFS =   -D_BSD_SIGNALS -Dconst=
+ #<>
+diff -ur vixie-cron-4.1/database.c vixie-cron-4.1-selinux/database.c
+--- vixie-cron-4.1/database.c  2004-08-28 02:09:34.0 +0800
 vixie-cron-4.1-selinux/database.c  2017-04-27 01:31:34.757942605 +0800
+@@ -28,6 +28,15 @@
+ 
+ #include "cron.h"
+ 
++#ifdef WITH_SELINUX
++#include 
++#include 
++#include 
++#define SYSUSERNAME "system_u"
++#else
++#define SYSUSERNAME "*system*"
++#endif
++
+ #define TMAX(a,b) ((a)>(b)?(a):(b))
+ 
+ staticvoidprocess_crontab(const char *, const char *,
+@@ -183,7 +192,7 @@
+   if (fname == NULL) {
+   /* must be set to something for logging purposes.
+*/
+-  fname = "*system*";
++  fname = SYSUSERNAME;
+   } else if ((pw = getpwnam(uname)) == NULL) {
+   /* file doesn't have a user in passwd file.
+*/
+@@ -245,6 +254,117 @@
+   free_user(u);
+   log_it(fname, getpid(), "RELOAD", tabname);
+   }
++#ifdef WITH_SELINUX
++  if (is_selinux_enabled()) {
++  security_context_t file_context=NULL;
++  security_context_t user_context=NULL;
++  context_t current_context = NULL;
++  char *current_context_str = NULL;
++  struct av_decision avd;
++  int retval=0;
++  char *seuser=NULL;
++  char *level=NULL;
++  int sys_user = 0;
++
++  sys_user = strcmp(SYSUSERNAME, fname);
++
++  if (fgetfilecon(crontab_fd, &file_context) < OK) {
++  log_it(fname, getpid(), "getfilecon FAILED", tabname);
++  goto next_crontab;
++  }
++
++  if (sys_user != 0) {
++  if (getseuserbyname(fname, &seuser, &level) < 0) {
++  log_it(fname, getpid(), "NO SEUSER", tabname);
++  goto next_crontab;
++  }
++  } else {
++  if (getcon(¤t_context_str) < 0) {
++  log_it(fname, getpid(), "getcon FAILED", 
tabname);
++  goto next_crontab;
++  }
++
++  current_context = context_new(current_context_str);
++  if (current_context == 0) {
++  log_it(fname, getpid(), "context new FAILED", 
tabname);
++  freecon(current_context_str);
++  goto next_crontab;
++  }
++
++  seuser = context_user_get(current_context);
++  level = context_range_get(current_context);
++  }
++
++  if (get_default_context_with_level(seuser, level, NULL, 
&user_context) < 0) {
++  log_it(fname, getpid(), "NO CONTEXT", tabname);
++  freecon(file_context);
++  if (sys_user != 0) {
++  free(seuser);
++  free(level);
++  }
++  freecon(current_context_str);
++  context_free(current_context);
++  goto next_crontab;
++  }
++
++  /*
++   * Since crontab files are not directly executed,
++   * crond must ensure that the crontab file has
++   * a context that is appropriate for the context of
++   *

[gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/, net-libs/libtorrent-rasterbar/files/

2017-09-05 Thread David Seifert
commit: 58d30be41daa34f565ab38ab7d92c64fe92acf5d
Author: Karl Linden  gmail  com>
AuthorDate: Mon Sep  4 18:45:35 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 08:04:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d30be4

net-libs/libtorrent-rasterbar: fix compilation with boost-1.65.0

* Apply upstream patch from commit 7eb3cf5.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=629802
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5615

 ...rent-rasterbar-1.0.11-boost-config-header.patch |  31 ++
 .../libtorrent-rasterbar-1.0.11-r1.ebuild  | 117 +
 2 files changed, 148 insertions(+)

diff --git 
a/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-1.0.11-boost-config-header.patch
 
b/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-1.0.11-boost-config-header.patch
new file mode 100644
index 000..f3a81c381d8
--- /dev/null
+++ 
b/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-1.0.11-boost-config-header.patch
@@ -0,0 +1,31 @@
+commit 7eb3cf6bc6dbada3fa7bb7ff4d5981182813a0e2
+Author: arvidn 
+Date:   Tue Jul 11 23:16:50 2017 -0700
+
+use the official boost.config header
+
+diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp
+index 87536af2a..503afe27a 100644
+--- a/include/libtorrent/export.hpp
 b/include/libtorrent/export.hpp
+@@ -33,19 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
+ #ifndef TORRENT_EXPORT_HPP_INCLUDED
+ #define TORRENT_EXPORT_HPP_INCLUDED
+ 
+-#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG)
+-#  include 
+-#endif
+-#ifdef BOOST_COMPILER_CONFIG
+-#  include BOOST_COMPILER_CONFIG
+-#endif
+-
+-#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG)
+-#  include 
+-#endif
+-#ifdef BOOST_PLATFORM_CONFIG
+-#  include BOOST_PLATFORM_CONFIG
+-#endif
++#include 
+ 
+ // backwards compatibility with older versions of boost
+ #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT

diff --git 
a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.0.11-r1.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.0.11-r1.ebuild
new file mode 100644
index 000..2bdd886902f
--- /dev/null
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.0.11-r1.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_REQ_USE="threads"
+DISTUTILS_OPTIONAL=true
+DISTUTILS_IN_SOURCE_BUILD=true
+
+inherit distutils-r1 versionator
+
+MY_PV=$(replace_all_version_separators _)
+
+DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
+HOMEPAGE="http://libtorrent.org";
+SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_PV}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/8"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +dht doc examples +geoip libressl python +ssl static-libs test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   dev-libs/boost:=[threads]
+   virtual/libiconv
+   geoip? ( dev-libs/geoip )
+   python? (
+   ${PYTHON_DEPS}
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/libtool
+"
+RDEPEND="${COMMON_DEPEND}
+   examples? ( !net-p2p/mldonkey )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.9-test_torrent_parse.patch"
+   # RC_1_0 branch
+   "${FILESDIR}/${P}-fix-abicompat.patch"
+   "${FILESDIR}/${P}-move-header.patch"
+   # master branch
+   "${FILESDIR}/${P}-fix-test_ssl.patch"
+   "${FILESDIR}/${P}-boost-config-header.patch"
+)
+
+src_prepare() {
+   default
+
+   # bug 578026
+   # prepend -L${S}/... to ensure bindings link against the lib we just 
built
+   sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/compile_flags.in || 
die
+
+   use python && distutils-r1_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable debug logging)
+   $(use_enable debug statistics)
+   $(use_enable debug disk-stats)
+   $(use_enable dht dht $(usex debug logging yes))
+   $(use_enable examples)
+   $(use_enable geoip)
+   $(use_with   geoip libgeoip)
+   $(use_enable ssl encryption)
+   $(use_enable static-libs static)
+   $(use_enable test tests)
+   --with-libiconv
+   )
+   econf "${myeconfargs[@]}"
+
+   if use python; then
+   myeconfargs+=(
+   --enable-python-binding
+   --with-boost-python
+

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

2017-09-05 Thread David Seifert
commit: 99d17e5e7e8ebfd77c78a4986737cf244221b6da
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  5 08:16:59 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 08:16:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d17e5e

dev-db/mongodb: Fix indentation whitespace in metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-db/mongodb/metadata.xml | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-db/mongodb/metadata.xml b/dev-db/mongodb/metadata.xml
index 2a2cf6a53cb..e5bdd69829a 100644
--- a/dev-db/mongodb/metadata.xml
+++ b/dev-db/mongodb/metadata.xml
@@ -1,19 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-jul...@thebault.co
-Lujeni
-Proxy-Maintainer, assign bugs
-
+   
+   jul...@thebault.co
+   Lujeni
+   Proxy-Maintainer, assign bugs
+   

ultra...@gentoo.org
Alexys Jacob


-proxy-ma...@gentoo.org
-Proxy Maintainers
-
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

MongoDB (from "humongous") is a scalable, high-performance, open source,
schema-free, document-oriented database. Written in C++, MongoDB 
features:
@@ -24,7 +24,6 @@


Install the MongoDB Monitoring Service 
agent
-   Install the MongoDB tools (mongoimport, 
mongodump...) 
-   from app-admin/mongo-tools
+   Install the MongoDB tools (mongoimport, 
mongodump...) from app-admin/mongo-tools

 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/, dev-db/mongodb/files/

2017-09-05 Thread David Seifert
commit: faee40dcab8c8344b772f0d414aa95b2579494d5
Author: David Seifert  gentoo  org>
AuthorDate: Tue Sep  5 08:15:17 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep  5 08:15:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faee40dc

dev-db/mongodb: Add missing sys/sysmacros.h include

Closes: https://bugs.gentoo.org/show_bug.cgi?id=629906
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/mongodb-3.4.6-sysmacros-include.patch| 38 ++
 dev-db/mongodb/mongodb-3.4.6.ebuild| 13 
 2 files changed, 45 insertions(+), 6 deletions(-)

diff --git a/dev-db/mongodb/files/mongodb-3.4.6-sysmacros-include.patch 
b/dev-db/mongodb/files/mongodb-3.4.6-sysmacros-include.patch
new file mode 100644
index 000..868ba73e442
--- /dev/null
+++ b/dev-db/mongodb/files/mongodb-3.4.6-sysmacros-include.patch
@@ -0,0 +1,38 @@
+From e245cac2b3c18015dee8caddd449532785d15c2b Mon Sep 17 00:00:00 2001
+From: Jason Carey 
+Date: Mon, 26 Jun 2017 11:09:10 -0400
+Subject: [PATCH] SERVER-29855 Pull major/minor from sys/sysmacros.h
+
+Per newer versions of glibc:
+
+
+error: In the GNU C Library, "major" is defined
+ by . For historical compatibility, it is
+ currently defined by  as well, but we plan to
+ remove this soon. To use "major", include 
+ directly. If you did not intend to use a system-defined macro
+ "major", you should undefine it after including . [-Werror]
+ string path = str::stream() << "/sys/dev/block/" << major(dev) << ':' 
<< minor(dev)
+
+
+Including  appears to be the correct solution to quiet
+the warning
+---
+ src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp 
b/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp
+index 5a784b25dc7..c43e148d3f4 100644
+--- a/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp
 b/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp
+@@ -36,6 +36,10 @@
+ #include 
+ #include 
+ 
++#ifdef __linux__
++#include 
++#endif
++
+ #include "mongo/db/mongod_options.h"
+ #include "mongo/db/storage/mmap_v1/data_file_sync.h"
+ #include "mongo/db/storage/mmap_v1/dur.h"

diff --git a/dev-db/mongodb/mongodb-3.4.6.ebuild 
b/dev-db/mongodb/mongodb-3.4.6.ebuild
index 18751f0bf10..5900f1f4fac 100644
--- a/dev-db/mongodb/mongodb-3.4.6.ebuild
+++ b/dev-db/mongodb/mongodb-3.4.6.ebuild
@@ -100,12 +100,13 @@ pkg_setup() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}/${PN}-3.4.0-fix-scons.patch"
-   epatch "${FILESDIR}/${P}-no-boost-check.patch"
-   epatch 
"${FILESDIR}/${PN}-3.4.4-Replace-string-with-explicit-std-string.patch"
-   if has_version ">=dev-libs/boost-1.62"; then
-   epatch "${FILESDIR}/${PN}-3.2.10-boost-1.62.patch"
-   fi
+   epatch \
+   "${FILESDIR}/${PN}-3.4.0-fix-scons.patch" \
+   "${FILESDIR}/${P}-no-boost-check.patch" \
+   
"${FILESDIR}/${PN}-3.4.4-Replace-string-with-explicit-std-string.patch" \
+   "${FILESDIR}/${PN}-3.2.10-boost-1.62.patch" \
+   "${FILESDIR}/${PN}-3.4.6-sysmacros-include.patch"
+
epatch_user
 }
 



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

2017-09-05 Thread Fabian Groffen
commit: 3d76d9c6451aab8fc9c8f0dc11cfaf204b5f4219
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Aug 30 19:11:12 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Sep  5 09:19:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d76d9c6

dev-python/pykerberos: marked ~arm

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-python/pykerberos/pykerberos-1.1.9.ebuild 
b/dev-python/pykerberos/pykerberos-1.1.9.ebuild
index 250d9a45159..0b94196ee2b 100644
--- a/dev-python/pykerberos/pykerberos-1.1.9.ebuild
+++ b/dev-python/pykerberos/pykerberos-1.1.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/

2017-09-05 Thread Fabian Groffen
commit: efc1a9262b0744daaac2a7a6137ea5dd86f33963
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Sep  5 09:24:11 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Sep  5 09:24:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc1a926

mail-mta/exim: proxy no longer is experimental, thanks Eugene O Alexeyev

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-mta/exim/exim-4.89-r1.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/mail-mta/exim/exim-4.89-r1.ebuild 
b/mail-mta/exim/exim-4.89-r1.ebuild
index 8a1a3ff8af8..bf87e38b48d 100644
--- a/mail-mta/exim/exim-4.89-r1.ebuild
+++ b/mail-mta/exim/exim-4.89-r1.ebuild
@@ -329,6 +329,13 @@ src_configure() {
EOC
fi
 
+   # Proxy Protocol
+   if use proxy; then
+   cat >> Makefile <<- EOC
+   SUPPORT_PROXY=yes
+   EOC
+   fi
+
#
# experimental features
 
@@ -375,13 +382,6 @@ src_configure() {
EOC
fi
 
-   # Proxy Protocol
-   if use proxy; then
-   cat >> Makefile <<- EOC
-   EXPERIMENTAL_PROXY=yes
-   EOC
-   fi
-
# Delivery Sender Notifications
if use dsn; then
cat >> Makefile <<- EOC
@@ -522,7 +522,6 @@ pkg_postinst() {
einfo "experimental-spec.txt."
fi
use tpda && einfo "TPDA/EVENT support is experimental"
-   use proxy && einfo "proxy support is experimental"
use dsn && einfo "DSN support is experimental"
elog "The obsolete acl condition 'demime' is removed, the replacements"
elog "are the ACLs acl_smtp_mime and acl_not_smtp_mime"



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

2017-09-05 Thread Tim Harder
commit: a0dbb42e78b21d01f501de00ff325582a6c84d8e
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 09:37:27 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 09:38:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dbb42e

sys-apps/ripgrep: use https for SRC_URI

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

diff --git a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild 
b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
index 655ba0b2735..ffb5e3686d0 100644
--- a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
+++ b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="a search tool that combines the usability of ag 
with the raw speed
 HOMEPAGE="https://github.com/BurntSushi/ripgrep";
 #SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 # custom tarball bundling all deps and index, otherwise cargo fetches from the 
network
-SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz";
+SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz";
 
 LICENSE="|| ( MIT Unlicense )"
 SLOT="0"



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

2017-09-05 Thread Tim Harder
commit: 355e77e68107bfa42c758e10a07ad8c47c573309
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 09:38:42 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 09:38:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355e77e6

dev-util/ctags: use https for SRC_URI

 dev-util/ctags/ctags-20161028.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ctags/ctags-20161028.ebuild 
b/dev-util/ctags/ctags-20161028.ebuild
index 03e42bda79b..a0fb9e3c796 100644
--- a/dev-util/ctags/ctags-20161028.ebuild
+++ b/dev-util/ctags/ctags-20161028.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
 HOMEPAGE="https://ctags.io/ https://github.com/universal-ctags/ctags";
-SRC_URI="http://dev.gentoo.org/~radhermit/vim/${P}.tar.xz";
+SRC_URI="https://dev.gentoo.org/~radhermit/vim/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-09-05 Thread Tim Harder
commit: add6511535d7e7bfeaadac1fd8971b558305cc66
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 09:40:03 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 09:43:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add65115

dev-util/ctags: remove old

 dev-util/ctags/Manifest|  3 -
 dev-util/ctags/ctags-5.8-r1.ebuild | 63 
 dev-util/ctags/ctags-5.8-r2.ebuild | 67 --
 dev-util/ctags/ctags-5.8.ebuild| 63 
 dev-util/ctags/ctags-5.8_p20140919.ebuild  | 64 -
 dev-util/ctags/files/ctags-5.6-ebuilds.patch   | 22 ---
 dev-util/ctags/files/ctags-5.8-ada.patch   | 28 -
 dev-util/ctags/files/ctags-5.8-f95-pointers.patch  | 12 
 .../ctags-5.8-python-vars-starting-with-def.patch  | 13 -
 dev-util/ctags/metadata.xml|  1 -
 10 files changed, 336 deletions(-)

diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest
index 44fc13005d0..607461a7d77 100644
--- a/dev-util/ctags/Manifest
+++ b/dev-util/ctags/Manifest
@@ -1,5 +1,2 @@
 DIST ctags-20161028.tar.xz 852108 SHA256 
8c10b3728ed90793fa25e5225e8cf56ee0a01b5da6d2bcdccd97e8ec0db2da4e SHA512 
2b991ca47fc77d26da43f55753624d1b21363dbeec4aff3daa57762ff81df97b18b067e8989f5d92d36dd8c02abc04ad42296dd5da3659ae0c8901001287c75e
 WHIRLPOOL 
ac8b51f9d453c7d5ae52044d711949112f0523c61c5de12827188c694f616c5108ff4af86e2b810da859b88ba9ada1a9f9d36ba52060ebb16ed570f185caea95
 DIST ctags-20170704.tar.gz 1295281 SHA256 
280b8689285dd0960364139661529e665bff39a6e234fa522ac2a1d79d512456 SHA512 
6ed134347a4be16a5dcff35186bd949e73bea645908a5ac43082b92fdfa6040b0b99ea04590948ae8308d4e9eb1042c83a4f0df006709f15cebfbf0741d73641
 WHIRLPOOL 
c6c02cba5d36326dab720e203e2cfdf2be96a3ccf3c1048aaf459c45e8d579fbd21e45f0efa413a16327521a5a140fe3a2ba81f695f7b5d9a2f53207d50ddec3
-DIST ctags-5.8.tar.gz 479927 SHA256 
0e44b45dcabe969e011e30c246f81abe5d32012db37395eb57d66e9e99c7 SHA512 
981912cd335978cde22864e977947fc75326572fb29518e559cc4a8ac1edc84b3604165218a666e36353f17da4f89f8e967acdb88696f816748eb946d79eaa15
 WHIRLPOOL 
04506a4495025907ee5fe41b9c4ff104dd234fc9ef39bd594158b36c550bf511b6ab5980a98736f9857dc47b99f1718a7ae2928fd4a1d1c0b57dfd3d79fce2ea
-DIST ctags-5.8_p20140919.tar.gz 582289 SHA256 
eebc85bd0206988250d9b24a7d02918bbca751259b086d5f53f31b4b39f571ee SHA512 
3b6ad6e2d1f683dffe9e79c607f9cc222c4aa3c1f5113540cd18ea66d8f862917c9d849ee81d8b33a57ddd09749fa28fde74868d48479269a6e17b6c0451342d
 WHIRLPOOL 
0c4008e914aed33097641fbb517f33e2ccf771a968ae3d1f6288422cdb634dda054ece11dd6204d624c9c78d4a36cecc4bb9d696d07f2bba24f3099aa3758f48
-DIST ctags-ada-mode-4.3.11.tar.bz2 14060 SHA256 
d25a3fd26b356adbd068f10a0b68691d36c154c04b96304b96386e169e4b6b57 SHA512 
51c71e13ef658cd6682f04c94485315c4a702080ef2c7786fc9881b03c86f1c1d43aa1a69c452e4b0b2f7a78383804b66b159542cb4eae0cd309bc1ddbe2eb6e
 WHIRLPOOL 
7e0ded8c97d3651e1afe48ec836697a4a19264baf3b203f6e98c134b88e3ab0eee7ac660789f5b955f0f827128996988694aa6c4bc78f18adf52724c5230da5d

diff --git a/dev-util/ctags/ctags-5.8-r1.ebuild 
b/dev-util/ctags/ctags-5.8-r1.ebuild
deleted file mode 100644
index 96d0d72a400..000
--- a/dev-util/ctags/ctags-5.8-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
-HOMEPAGE="http://ctags.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   ada? ( mirror://sourceforge/gnuada/ctags-ada-mode-4.3.11.tar.bz2 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ada"
-
-RDEPEND="app-eselect/eselect-ctags"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-5.6-ebuilds.patch"
-   # Upstream fix for python variables starting with def
-   epatch "${FILESDIR}/${P}-python-vars-starting-with-def.patch"
-
-   # Bug #273697
-   epatch "${FILESDIR}/${P}-f95-pointers.patch"
-
-   # enabling Ada support
-   if use ada ; then
-   cp "${WORKDIR}/${PN}-ada-mode-4.3.11/ada.c" "${S}" || die
-   epatch "${FILESDIR}/${P}-ada.patch"
-   fi
-}
-
-src_configure() {
-   econf \
-   --with-posix-regex \
-   --without-readlib \
-   --disable-etags \
-   --enable-tmpdir="${EPREFIX}"/tmp
-}
-
-src_install() {
-   emake prefix="${ED}"/usr mandir="${ED}"/usr/share/man install
-
-   # namepace collision with X/Emacs-provided /usr/bin/ctags -- we
-   # rename ctags to exuberant-ctags (Mandrake 

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

2017-09-05 Thread Tim Harder
commit: 8a8eb9109a15fd5c5617f07fcfa0e81f3dc70420
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep  5 09:42:53 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep  5 09:43:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8eb910

dev-util/ctags: stabilize 20161028 for arm64

 dev-util/ctags/ctags-20161028.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ctags/ctags-20161028.ebuild 
b/dev-util/ctags/ctags-20161028.ebuild
index a0fb9e3c796..7955990dfe1 100644
--- a/dev-util/ctags/ctags-20161028.ebuild
+++ b/dev-util/ctags/ctags-20161028.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~radhermit/vim/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="json xml yaml"
 
 COMMON_DEPEND="



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

2017-09-05 Thread Jeroen Roovers
commit: 4de949d02d3f65c2f8a9027a6844e7b9526e6dc0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Sep  5 11:21:49 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Sep  5 11:21:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de949d0

dev-libs/libuv: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/libuv/Manifest|  1 +
 dev-libs/libuv/libuv-1.14.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index 7a03e7213a9..4d9463d4a49 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -1,2 +1,3 @@
 DIST libuv-1.10.2.tar.gz 1074184 SHA256 
2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b SHA512 
5d9a7c483c3504e10e17c29297d72dee1572dc657d261229cc68efe63cb3abb59f7e7768885ce3eb06f22691e73323158c06dcce29000c81e35ff953f080
 WHIRLPOOL 
19948da35acc1252de9633dbd30cb951eb07bf51c0f63b65d8716b87d9cbf7184814e1e44363e40bc8e55976256812eaef0583f0ab2f0d3a6ae0068e7349f034
 DIST libuv-1.11.0.tar.gz 1083067 SHA256 
6ec7eec6ecc24b1a8ffedebedb2fe9313fffb5410de89aaf784dd01080411c7a SHA512 
fb0415d62a32cfc658bad6c849263ac236d27e9188fac603467173a5ae34fb3ad3e3bfd333e543ebd98b4fd59e0a58a93275e830c4365c058b62bb0c2c802732
 WHIRLPOOL 
d32f729872be6fd5dcdcb95dfc613a4389789fea1bf79614c72470d35e7bd7e48b7804485eb4fc0e6c577d4b00bcdbd86c243b7a103056b5b73aa25d5cbc3adb
+DIST libuv-1.14.0.tar.gz 1156650 SHA256 
96088804334a70f84d64f45e4db926fc1dfa42d4a9d22b1812cf47bc0d9b6947 SHA512 
a838f2e97250a78861b72458d9278935d9e8151d69de21de19499dfe9d7304d65ce578c007356b75cd4ce2c17735292d93cdb2fcc206d4e2430ee3f9a2fc7222
 WHIRLPOOL 
913d54433945bacecd13f91aa5194cd2d521b36e216338fd565f1b56cba8ee9865ec2fff72f4a2f0b607d35c2e8123d1017331f7ffd9228affbb4695a2b89ce1

diff --git a/dev-libs/libuv/libuv-1.14.0.ebuild 
b/dev-libs/libuv/libuv-1.14.0.ebuild
new file mode 100644
index 000..8c9d91e837b
--- /dev/null
+++ b/dev-libs/libuv/libuv-1.14.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="Cross-platform asychronous I/O"
+HOMEPAGE="https://github.com/libuv/libuv";
+SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-2 ISC MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+RESTRICT="test"
+
+DEPEND="sys-devel/libtool
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+src_prepare() {
+   default
+
+   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
+   > m4/libuv-extra-automake-flags.m4 || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   cc_cv_cflags__g=no \
+   $(use_enable static-libs static)
+}
+
+multilib_src_test() {
+   mkdir "${BUILD_DIR}"/test || die
+   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
+   default
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/postfix-logwatch/, net-mail/postfix-logwatch/files/

2017-09-05 Thread Michael Orlitzky
commit: dc1f3a7260ac66a9eddeccd01e60cb1fe7b780fb
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Sep  5 13:27:09 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Sep  5 13:27:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1f3a72

net-mail/postfix-logwatch: new revision with another new bugfix patch.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../files/multi-digit-enhanced-status.patch| 38 ++
 ...1.ebuild => postfix-logwatch-1.40.03-r2.ebuild} |  1 +
 2 files changed, 39 insertions(+)

diff --git a/net-mail/postfix-logwatch/files/multi-digit-enhanced-status.patch 
b/net-mail/postfix-logwatch/files/multi-digit-enhanced-status.patch
new file mode 100644
index 000..f07ab22813c
--- /dev/null
+++ b/net-mail/postfix-logwatch/files/multi-digit-enhanced-status.patch
@@ -0,0 +1,38 @@
+From ced6e6fcbf1a025419e8ee9f940e5022ed440532 Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky 
+Date: Tue, 5 Sep 2017 09:19:44 -0400
+Subject: [PATCH 1/1] Allow multi-digit numbers in enhanced SMTP status codes.
+
+The re_DSN regular expression is intended to match a response like
+"550 1.2.3", where "1.2.3" is an enhanced status code. However, the
+regular expression was only expecting single-digit numbers between the
+dots; thus it was missing codes like "550 5.7.23". The expression has
+been updated to accept any number of digits between the dots.
+
+This fixes unmatched rejection lines that begin with,
+
+  550 5.7.23 : Recipient address rejected...
+
+Such lines appear with newer versions of the python SPF policy daemon.
+---
+ postfix-logwatch | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/postfix-logwatch b/postfix-logwatch
+index 92ed621..827dfe0 100644
+--- a/postfix-logwatch
 b/postfix-logwatch
+@@ -66,7 +66,9 @@ my $re_QID_s   = qr/[A-Z\d]+/;
+ my $re_QID_l   = 
qr/(?:NOQUEUE|[bcdfghjklmnpqrstvwxyzBCDFGHJKLMNPQRSTVWXYZ\d]+)/;
+ our $re_QID;
+ 
+-our $re_DSN = qr/(?:(?:\d{3})?(?: ?\d\.\d\.\d)?)/;
++# The enhanced status codes can contain two-digit (or more) numbers;
++# for example, "550 5.7.23".
++our $re_DSN = qr/(?:(?:\d{3})?(?: ?\d+\.\d+\.\d+)?)/;
+ our $re_DDD = qr/(?:(?:conn_use=\d+ )?delay=-?[\d.]+(?:, 
delays=[\d\/.]+)?(?:, dsn=[\d.]+)?)/;
+ 
+ #MODULE: ../Logreporters/Utils.pm
+-- 
+2.13.0
+

diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r1.ebuild 
b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r2.ebuild
similarity index 95%
rename from net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r1.ebuild
rename to net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r2.ebuild
index 17046988053..b798aeb3512 100644
--- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r1.ebuild
+++ b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r2.ebuild
@@ -16,6 +16,7 @@ RDEPEND="dev-lang/perl"
 PATCHES=(
"${FILESDIR}/unescaped-left-brace.patch"
"${FILESDIR}/redundant-argument-to-sprintf.patch"
+   "${FILESDIR}/multi-digit-enhanced-status.patch"
 )
 
 src_prepare() {



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

2017-09-05 Thread Jeroen Roovers
commit: d51f460aea0f8b724714706bfb27cf3bd0e3831f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Sep  5 13:32:38 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Sep  5 13:32:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51f460a

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-client/opera-developer/Manifest|  1 +
 .../opera-developer-49.0.2705.0.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 6ade14af1af..69adac2d747 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1 +1,2 @@
 DIST opera-developer_49.0.2695.0_amd64.deb 50335766 SHA256 
1afa7ef055a384100a8de902d8f1467011f6a1465fd62ed568c1e4842ab00d43 SHA512 
38b409693ad09b0383643b6d6656e577809a503e0a18ef12521736c287cb487f49c5780118a8dc2fbefc7a2d032dafed3cc605faf5df30694bc18694fb328eed
 WHIRLPOOL 
6290b09129267894d48f83f6026de53de2bd9a25febf632c8257750fb144ee0d52a7a2a3dc70ae08a1da87ff3605bd7c9f98f5e14b964407ad26929d79df3f9c
+DIST opera-developer_49.0.2705.0_amd64.deb 50262370 SHA256 
bc8d323cdb02f48265741a02961e9fafc6eb3e0bc86ec42f9075be71a2730192 SHA512 
3ce5ecf5fe038b7fbeb3fc37f170cb4c6bd54c41a6e49fd92a582c569958dc5262062edeb2e43d6f295e5eb00991ae82794a908ade0933a72b5d52764075b82a
 WHIRLPOOL 
f64026a277a75ec14b05a0007e646dbab15be25dff45a4456b50ce142f9043dffde5a7733928a6a7622d62c24ac0d6596258cd1e9e21cb693924534f10a98674

diff --git a/www-client/opera-developer/opera-developer-49.0.2705.0.ebuild 
b/www-client/opera-developer/opera-developer-49.0.2705.0.ebuild
new file mode 100644
index 000..8954f5fdccb
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-49.0.2705.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 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 es-419 fi fil fr fr-CA 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 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/";
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+"
+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+:3
+   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
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} 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
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/kopete/, eclass/

2017-09-05 Thread Andreas Sturmlechner
commit: d4f6c986c9e495330017eff12b6d62988369386a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 30 18:08:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  5 13:36:47 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4f6c986

kde4*.eclass: Drop USE=aqua

 eclass/kde4-base.eclass | 12 ++--
 eclass/kde4-functions.eclass| 14 ++
 kde-apps/kopete/kopete-17.08.49..ebuild |  8 +++-
 3 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 1a5a4e0c79..ec1082c835 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -392,10 +392,8 @@ unset kdelibsuse
 kdedepend="
dev-util/automoc
virtual/pkgconfig
-   !aqua? (
-   >=x11-libs/libXtst-1.1.0
-   x11-proto/xf86vidmodeproto
-   )
+   >=x11-libs/libXtst-1.1.0
+   x11-proto/xf86vidmodeproto
 "
 
 kderdepend=""
@@ -448,12 +446,6 @@ case ${KDE_SELINUX_MODULE} in
;;
 esac
 
-# We always need the aqua useflag because otherwise we cannot = refer to it 
inside
-# add_kdebase_dep. This was always kind of a bug, but came to light with EAPI=5
-# (where referring to a use flag not in IUSE masks the ebuild).
-# The only alternative would be to prohibit using add_kdebase_dep if 
KDE_REQUIRED=never
-IUSE+=" aqua"
-
 case ${KDE_REQUIRED} in
always)
[[ -n ${kdecommondepend} ]] && COMMONDEPEND+=" 
${kdecommondepend}"

diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 7f3230d4d2..558191db5e 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -296,6 +296,10 @@ add_kdeapps_dep() {
 
local ver
 
+   if [[ -n ${2} ]] ; then
+   local use="[${2}]"
+   fi
+
if [[ -n ${3} ]]; then
ver=${3}
elif [[ -n ${KDE_OVERRIDE_MINIMAL} ]]; then
@@ -313,9 +317,7 @@ add_kdeapps_dep() {
 
[[ -z ${1} ]] && die "Missing parameter"
 
-   #FIXME
-   # Drop aqua= from kf5 packages
-   echo " >=kde-apps/${1}-${ver}:4[aqua=${2:+,${2}}]"
+   echo " >=kde-apps/${1}-${ver}:4${use}"
 }
 
 # @FUNCTION: add_kdebase_dep
@@ -332,6 +334,10 @@ add_kdebase_dep() {
 
local ver
 
+   if [[ -n ${2} ]] ; then
+   local use="[${2}]"
+   fi
+
if [[ -n ${3} ]]; then
ver=${3}
elif [[ -n ${KDE_OVERRIDE_MINIMAL} ]]; then
@@ -351,7 +357,7 @@ add_kdebase_dep() {
 
[[ -z ${1} ]] && die "Missing parameter"
 
-   echo " >=kde-base/${1}-${ver}:4[aqua=${2:+,${2}}]"
+   echo " >=kde-base/${1}-${ver}:4${use}"
 }
 
 # local function to enable specified translations for specified directory

diff --git a/kde-apps/kopete/kopete-17.08.49..ebuild 
b/kde-apps/kopete/kopete-17.08.49..ebuild
index df6a667b47..1251a9c1c4 100644
--- a/kde-apps/kopete/kopete-17.08.49..ebuild
+++ b/kde-apps/kopete/kopete-17.08.49..ebuild
@@ -71,10 +71,8 @@ COMMONDEPEND="
kde-frameworks/kdelibs:4[zeroconf?]
media-libs/phonon[qt4]
media-libs/qimageblitz[-qt5(-)]
-   !aqua? (
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   )
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
cryptography? (
|| (
$(add_kdeapps_dep kdepim-common-libs)
@@ -117,8 +115,8 @@ RDEPEND="${COMMONDEPEND}
winpopup? ( net-fs/samba )
 "
 DEPEND="${COMMONDEPEND}
+   x11-proto/scrnsaverproto
jingle? ( dev-libs/jsoncpp )
-   !aqua? ( x11-proto/scrnsaverproto )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-17.04.0-kde4qgpgme.patch" )



[gentoo-commits] proj/musl:master commit in: gnome-base/libgtop/, gnome-base/libgtop/files/

2017-09-05 Thread Anthony G. Basile
commit: 34d56e4bf2f5d10bd6194985261ec58e4d075d22
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 07:03:46 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=34d56e4b

gnome-base/libgtop: remove old, in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 gnome-base/libgtop/Manifest  |  6 -
 gnome-base/libgtop/files/libgtop-musl.patch  | 27 ---
 gnome-base/libgtop/libgtop-2.30.0-r99.ebuild | 33 
 gnome-base/libgtop/libgtop-2.32.0-r99.ebuild | 33 
 gnome-base/libgtop/metadata.xml  |  8 ---
 5 files changed, 107 deletions(-)

diff --git a/gnome-base/libgtop/Manifest b/gnome-base/libgtop/Manifest
deleted file mode 100644
index e3d3b78..000
--- a/gnome-base/libgtop/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX libgtop-musl.patch 781 SHA256 
3d970072db4d9c521026d074de38accc1caf8d020e2fb040641fe59582827933 SHA512 
c0254baedd3a18839ae5c88951fcc1d2d804686938363936268381b695f41bdb4f7b12954cefc1c4bd5b373f36736e4937548dd6659a925d4201bf23a28fd1c2
 WHIRLPOOL 
b163e843018f428f666f57dc930dda2d9349686f97fdf06b53d446004c58d256899aeff2d38f2a75619866a7713fabe5be88501c3408475e6870568872422558
-DIST libgtop-2.30.0.tar.xz 664476 SHA256 
463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5 SHA512 
1ea867671744143d7bf128cfc4120ba5dfa85b8491a056b2704c9c116f3f1bdb1065b81cae011f141cbca69f8fff8f1410b076dffbad3356ee2087c521db4a4d
 WHIRLPOOL 
88c2c1cade666e642a06550c447a4467b1ddb9f72496190245fad74a678b436ea498f38243ccf4a42fee8ff14e04fd2404b7a7756c9a880a9a8cf992399eb648
-DIST libgtop-2.32.0.tar.xz 665224 SHA256 
8443246332f22b33e389f565825b58cd9623fb7625bf874d404354b705ad178e SHA512 
3fde4cded1e784c2dc7e1361fee089ff7ff704b6758e27ebf9dd98a21c75d4c6a709bf705738b3744a9ea5cf180f95b0912634434e92d71eb435f83a2c78a4b4
 WHIRLPOOL 
a41cec8627019c0e937ddec7303f85d91f4c624cfd0da7ee1e7b72b1715de6b180dad18d83db57c166c01958aeed2ef4f2b0b015be0bb7eca9710b94e57671a4
-EBUILD libgtop-2.30.0-r99.ebuild 734 SHA256 
18caa085da406ceb5dc7a9d7367ced702bc12e9966f0aff44771f9564e726f66 SHA512 
1d399013ca8c308e44f3d5b046fc77cfc8205709c7e6e98f4b394bce8ec8a6bade4bcdc923ae48eee3ea6793ef6a501c7f49082b3620cad0cdb9ffb2f1effd0e
 WHIRLPOOL 
f31371ba8a0251d0ef64feb9549d85b626de385facde1b579ee1643a4ab2b9786c496f2694455822f7be1e55c84c337982548e5024ad91854dd1c87cf28eaa98
-EBUILD libgtop-2.32.0-r99.ebuild 725 SHA256 
e7add5c9289cab16eeb8449c8316e530305e0f63e3b575d76a314f7483aca969 SHA512 
90d125a991ae701dfb5a20928002e55cd168b9ccc3f0f6c418580d46f947a4492cdd7e033b58a0100e1fefc53a3af54c8be8aae4b17ca37bb6a7de89e1caf092
 WHIRLPOOL 
4a79de794784c4b9c4b37d3da7ac3c64ef9c700d03f1fda4f944145168a422b30ee59a80fed3b23c7d128b70e578ff9e1115b004e84c3613f920fcfedb200901
-MISC metadata.xml 249 SHA256 
4505b0bfeadff287958620b7dc7b7209699065a8f17139a237a5dd409a726a97 SHA512 
c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506
 WHIRLPOOL 
333a938ee1d2124595596c572697bf5ebad523a92ba12005cfb12e6bb6270881a94a911f0cc9c1cf2bb571559e8271e07dfd307dabe50058236dbe7103562b92

diff --git a/gnome-base/libgtop/files/libgtop-musl.patch 
b/gnome-base/libgtop/files/libgtop-musl.patch
deleted file mode 100644
index c8bb40f..000
--- a/gnome-base/libgtop/files/libgtop-musl.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Naur libgtop-2.28.5.orig/sysdeps/linux/netload.c 
libgtop-2.28.5/sysdeps/linux/netload.c
 libgtop-2.28.5.orig/sysdeps/linux/netload.c2013-07-27 
12:40:23.0 +
-+++ libgtop-2.28.5/sysdeps/linux/netload.c 2014-06-18 12:05:40.024216274 
+
-@@ -34,8 +34,6 @@
- #include 
- #include 
- 
--#if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
--/* GNU LibC */
- #include 
- #include 
- #include 
-@@ -43,14 +41,6 @@
- #include 
- #include 
- #include 
--#else /* Libc 5 */
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#endif
- 
- 
- #ifdef HAVE_IFADDRS_H

diff --git a/gnome-base/libgtop/libgtop-2.30.0-r99.ebuild 
b/gnome-base/libgtop/libgtop-2.30.0-r99.ebuild
deleted file mode 100644
index 377d8dd..000
--- a/gnome-base/libgtop/libgtop-2.30.0-r99.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="A library that provides top functionality to applications"
-HOMEPAGE="http://developer.gnome.org/libgtop/stable/";
-
-LICENSE="GPL-2"
-SLOT="2/10" # libgtop soname version
-KEYWORDS="amd64 arm ~mips ppc x86"
-IUSE="debug +introspection"
-
-RDEPEND=">=dev-libs/glib-2.6:2"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.4
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-

[gentoo-commits] proj/musl:master commit in: dev-libs/libgamin/

2017-09-05 Thread Anthony G. Basile
commit: 0252002fcf425475a3c7a830d07ccaf43e984d44
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 07:19:33 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0252002f

dev-libs/libgamin: drop -r99 suffix, sync with tree

Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-libs/libgamin/Manifest|  2 +-
 ...in-0.1.10-r99.ebuild => libgamin-0.1.10-r5.ebuild} | 19 +++
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libgamin/Manifest b/dev-libs/libgamin/Manifest
index 58e61e6..c33e13a 100644
--- a/dev-libs/libgamin/Manifest
+++ b/dev-libs/libgamin/Manifest
@@ -10,5 +10,5 @@ DIST gamin-0.1.10.tar.bz2 452194 SHA256 
a59948b20ce2f14136c013f155abb8c8d51db2ea
 DIST gamin-0.1.9-freebsd.patch.bz2 4635 SHA256 
fcd1a6655d1c7cd86db6102931a4da1c22bc85f1c4692959c1a966fec5231723 SHA512 
a9d9a8e4d85b289df6f87bf2b966ff262281db0d7e6094deb4f2c179f12c6cc3e387c1e1c28306a9fb54f2eb2837f9bdd3a34b2bb68db8abfdbecc7492e9730b
 WHIRLPOOL 
462173a33e8f804b71c6991aa5925a5c9a6ee83f80b13967369c5c45721069e629c052e5daebfc3fb03bbad4d3054b523afb6e430db997581f3ff942f7da3180
 DIST libgamin-0.1.10-opensolaris.patch.bz2 16955 SHA256 
9cb1bde5a34888ce4de4c4894c7d31dbfdbfb3279007b9eddf2da35510f6a9b5 SHA512 
fd1cfc5a6b5ba429622f8d426cfba0e3c1c05c3677fb58c53af39b4030ae56f3f71caf63eb5ecb16169c2f7e8c79a32d7d440857c2c7fd3a259cf8312a9b2004
 WHIRLPOOL 
3efbf3781a55f44f383e573db4a3b3df731e9f77608d73db4ff3027eae0bda6abb6eae022c094735c0d8d2a85e224a980436d8557f9350bb1558b40d99280701
 DIST pkg-config-0.28.tar.gz 1931203 SHA256 
6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
 WHIRLPOOL 
db4ddb4ce61724e629931c5ffccb4d7a551b4dc0f4efed5a966822307e4b5a786adee5705dd80ec0a9aa32cb1af9ad9615e307360e131fc34688207216161486
-EBUILD libgamin-0.1.10-r99.ebuild 3945 SHA256 
23ddb38715adc92c1fbcf87e45e91bc47173f80fdf06dbf646386827af2bd9a2 SHA512 
73c0fea2c0f6dc89bce00a805ea41ea7ad261a5f3aaae70babd7ac046102c07d109e78bfd6c2f2c9cba3316b841f3bf3807345036b5406c665e02c9c412b4319
 WHIRLPOOL 
709f54a8183bba382e1fb5e618c9e331273856314e90db6976a1af30f7cc6b82db3e094a7f92aff4374b2b3e5944cea780479e67454a9d7b6ce71c8aebec0573
+EBUILD libgamin-0.1.10-r5.ebuild 4135 SHA256 
d098064d66b4f0d63b27d90baa7ab8d1a6a8ea9d8d87298bbc981c00ee21c177 SHA512 
27975ede174551e5bbc64c3782a2cf77c8f73088f82d06053dc24c616f70786434a899c7215250528be9c9b43566cf4ce4efc78551ba6e78c2475400d5ccfba4
 WHIRLPOOL 
6dff364e9205f016249cb7979c26db0956bb78dacf7f43086dadc28bbed95ff08d1d9edeecc85b6d6fa1a9ed6bd8402b7665c0e4f6e534cd3af7f874c9e79d5b
 MISC metadata.xml 224 SHA256 
154bec891472fe5526579d16d7e5e5e9eb3f352512a17555a459aa6029bcbbb2 SHA512 
12da46d8052565f62c482e6bcc714d8c00cac256f85dc1602579c8d61e0b61af95da149d1a446e56b2eba918ab9d78b556f77c6fe034a2e578f57a9dbe62fc44
 WHIRLPOOL 
541aeaf2a7c858734aaae366846865ff70e6c898204bbfc9f39f58fbdb53d9b37dc8c898c23870859a9d4f5596e7898e21874c9ef529a447953a35e4d7bc13e5

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r99.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
similarity index 85%
rename from dev-libs/libgamin/libgamin-0.1.10-r99.ebuild
rename to dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
index bb9add6..aa51395 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r99.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
@@ -1,29 +1,32 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 GNOME_ORG_MODULE="gamin"
 GNOME_TARBALL_SUFFIX="bz2"
 
 inherit autotools eutils flag-o-matic libtool python-r1 gnome.org 
multilib-minimal
 
 DESCRIPTION="Library providing the FAM File Alteration Monitor API"
-HOMEPAGE="http://www.gnome.org/~veillard/gamin/";
+HOMEPAGE="https://www.gnome.org/~veillard/gamin/";
 SRC_URI="${SRC_URI}
mirror://gentoo/gamin-0.1.9-freebsd.patch.bz2
-   
http://dev.gentoo.org/~grobian/patches/libgamin-0.1.10-opensolaris.patch.bz2
-   http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"; # 
pkg.m4 for eautoreconf
+   
https://dev.gentoo.org/~grobian/patches/libgamin-0.1.10-opensolaris.patch.bz2
+   https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"; # 
pkg.m4 for eautoreconf
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="debug kernel_linux python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RESTRICT="test" # needs gam-server
 
-RDEPEND="!app-admin/fam
+RDEPEND="
+   python? ( ${PYTHON_DEPS} )

[gentoo-commits] proj/musl:master commit in: app-office/libreoffice/

2017-09-05 Thread Anthony G. Basile
commit: 68d3b97eaa126e1a560ff0d6d385c76cf53cb7f8
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 06:21:06 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=68d3b97e

app-office/libreoffice: delete orphaned diff file

Signed-off-by: Anthony G. Basile  gentoo.org>

 app-office/libreoffice/diff | 84 -
 1 file changed, 84 deletions(-)

diff --git a/app-office/libreoffice/diff b/app-office/libreoffice/diff
deleted file mode 100644
index 6db907b..000
--- a/app-office/libreoffice/diff
+++ /dev/null
@@ -1,84 +0,0 @@
-10c10
-< PYTHON_COMPAT=( python{2_7,3_4,3_5} )

-> PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-59c59
-<  "${ADDONS_URI}/ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz" 
# modifies source code

->  "${ADDONS_URI}/86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz" 
# modifies source code
-86c86
-< KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"

-> KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-99a100
->  app-text/libstaroffice
-108c109
-<  >=dev-libs/boost-1.55:=

->  dev-libs/boost:=
-112c113
-<  =dev-libs/liborcus-0.11*

->  =dev-libs/liborcus-0.12*
-123c124
-<  >=media-libs/harfbuzz-0.9.18:=[icu(+)]

->  media-libs/harfbuzz:=[graphite,icu]
-129a131
->  media-libs/libzmf
-134d135
-<  virtual/jpeg:0
-139a141
->  virtual/jpeg:0
-143c145
-<  collada? ( >=media-libs/opencollada-1.2.2_p20150207 )

->  collada? ( media-libs/opencollada )
-150c152
-<  firebird? ( >=dev-db/firebird-2.5 )

->  firebird? ( >=dev-db/firebird-3.0.2.32703.0-r1 )
-164c166
-<  >=x11-libs/gtk+-3.8:3

->  x11-libs/gtk+:3
-207c209
-<  >=dev-util/mdds-1.2.0:1=

->  >=dev-util/mdds-1.2.2:1=
-242,244d243
-<  # from master branch
-<  "${FILESDIR}/${PN}-5.2-icu58.patch"
-< 
-246c245
-<  "${FILESDIR}/${PN}-5.2-system-pyuno.patch"

->  "${FILESDIR}/${PN}-5.3-system-pyuno.patch"
-253c252
-<  "${FILESDIR}/${PN}-5.0.5.2-linux-musl.patch"

->  "${FILESDIR}/${PN}-5.3.0.3-linux-musl.patch"
-260c259,265
-<  ewarn "If you plan to use lbase application you should enable 
java or you will get various crashes."

->  ewarn "If you plan to use Base application you should enable 
java or you will get various crashes."
-> 
->  if has_version "  ewarn "Firebird has been upgraded to version 3.0.0. It is 
unable to read back Firebird 2.5 data,"
->  ewarn "so embedded firebird odb files created in LibreOffice 
pre-5.3 cannot be opened with LibreOffice 5.3."
->  ewarn "See also: 
https://wiki.documentfoundation.org/ReleaseNotes/5.3#Base";
->  fi
-431a437
->  # --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
-455a462
->  --disable-breakpad \
-457d463
-<  --disable-crashdump \
-462d467
-<  --disable-hardlink-deliver \
-481d485
-<  --without-sun-templates \
-560c564
-<  dosym 
/usr/$(get_libdir)/libreoffice/program/liblibreofficekitgtk.so \

->  dosym libreoffice/program/liblibreofficekitgtk.so \



[gentoo-commits] proj/musl:master commit in: media-libs/netpbm/files/, media-libs/netpbm/

2017-09-05 Thread Anthony G. Basile
commit: 4eb07834c7e887088a98d8cee3b8cec6ffb72c70
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 07:11:24 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4eb07834

media-libs/netpbm: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 media-libs/netpbm/Manifest |  13 --
 media-libs/netpbm/files/make-tarball.sh|  50 --
 media-libs/netpbm/files/netpbm-10.31-build.patch   |  50 --
 .../netpbm/files/netpbm-10.66-failing-tests.patch  |  28 ---
 .../netpbm/files/netpbm-10.66-jasper-hack.patch|  41 -
 media-libs/netpbm/files/netpbm-10.66-jbig-2.patch  |  19 --
 .../netpbm/files/netpbm-10.66-jpeg-dirs.patch  |  28 ---
 .../netpbm-10.66-musl-avoid-stdout-collision.patch |  30 
 .../netpbm/files/netpbm-10.66-options-case.patch   | 105 ---
 media-libs/netpbm/files/netpbm-10.66-test.patch|  17 --
 .../files/netpbm-10.66-wordaccess_be_aligned.patch |  23 ---
 media-libs/netpbm/metadata.xml |  14 --
 media-libs/netpbm/netpbm-10.66.00-r99.ebuild   | 197 -
 13 files changed, 615 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
deleted file mode 100644
index e220e3c..000
--- a/media-libs/netpbm/Manifest
+++ /dev/null
@@ -1,13 +0,0 @@
-AUX make-tarball.sh 1053 SHA256 
247827b36f85878195ad30f1a1ec3a4edf9992ccafcd4f66ce4fa18910abd731 SHA512 
66d7de6cb87fefb353547183c7dd2ff28304534753aef48549801ef3ed23bcde995a766e6f3b14b70e64e1a7e6fddca56329e5a6e5e2182f26bf3b0d2dffd593
 WHIRLPOOL 
05831454f0109ef79549922234c98a9c4294804329212b197bb386d4faa37b26537f9b537cc50f890bf4d48e33b84d4fff3300da9adab12d3137ba2e90cbf3e0
-AUX netpbm-10.31-build.patch 1629 SHA256 
eaf363941337718390856c318c8e69114c8fb9dbcea8b07755350dbdabce6323 SHA512 
53e88bd1c85aa04d60ca2de7a32e5d00d9f959f3443e0c951c0694c814f6956708d8d12427a0fa8a8f76a1613d2982c3aa9b0c6ddd12b9cad3419ced1e5bb59e
 WHIRLPOOL 
15a6b682813bfac808ccff8e16be492fd78defd59f82d5960d9a344452d8c761ea64ebbdc460c005c7d7669a3f26aa3704850487b43f4732bccb742b15709c28
-AUX netpbm-10.66-failing-tests.patch 535 SHA256 
bce4b9243d2cb9ba41428a927ff5275fd34bee4e67ed6203efb9b4a503d4d3f5 SHA512 
33101e745fdeb9159da48393622edf9163c85f2c133951ba33d48f80758179f18ce36e60e3357bb978c101a7a0e1688aa6dbbc1a1c646782089760908dfe2b04
 WHIRLPOOL 
4db4c9002f30ac77c3fcd7c19dc7d659bf8d5548e02fd31aa14f57fc99344ebbc8b0e0b212c8bef6cc1d9419cf45a824bdf2f5ce09da1e64a19039adb48ed12d
-AUX netpbm-10.66-jasper-hack.patch 924 SHA256 
9c8b32539402b16ced4c83f4c300b742736a9c3eb5bba8f8e5b1758e9de6f7cb SHA512 
e58a5f6800e2ab511080d505e9286e4831cb498f9a02cd5823bd52bb8e267c780f4b792388ccc29023afe18005c753b6ea32a3e277b8b1e3ceb8e4b997afe359
 WHIRLPOOL 
4757e9bab145dfae5837281d645a98906da9d5b16960d6dca2562feecdfb81d4439d6ee52bb41c45ac164dc15cc21de1cd541ba14daef775c9f57a1c737b749f
-AUX netpbm-10.66-jbig-2.patch 725 SHA256 
defe6bd506c73c48eeb94c7a0dd2a2e471823c44ca6d57d562151ff1188acd4a SHA512 
5d7a90c982c67c17b37dc91b7b4668ddcbd67434873cfde86e04bac7d057d6e6cd8ace52c3fc6e0ce36f767333bb00bdfc4fb3f29f54427285214cbd2f41c42f
 WHIRLPOOL 
a00fc6a9001db640dda10e2709e03c41be184db886d6b516ed6ab9013dd7c6b37c8e66e4b7630787647419910db871506850c7e524fe182a559dd2412a1473dd
-AUX netpbm-10.66-jpeg-dirs.patch 722 SHA256 
8cca55c06fd4f678c069a0ae3e63997a408d54bba9c44150c126d94fd6cce424 SHA512 
95a4ab08702faa3d25c75b71329ea28e5eb5f4f0b200d34d7350633e9a999160fe58e8f57fadab30e273c61a06c8d148fdebecbffa5c0b5023c59647f6d4c3ae
 WHIRLPOOL 
877efe30dea24809593bfa214509b69768e443a5f59c6441d94d63e80855e34b6725fbb79658cfb76accdff8acbb6b9a140f99864b82270146fad6e73e754d02
-AUX netpbm-10.66-musl-avoid-stdout-collision.patch 1350 SHA256 
105db299ebb57ef78435edcba1dd8055bb54870d31d12aa62c84cf12f110acbe SHA512 
e15d35354255dd71de6336fdb8c6a8361062a5f1b79ac29b0d2f3612b56205d26caa678060e348d7c122751814cd77a63c5dfc068b0a65963a5b71eeaf5ac20d
 WHIRLPOOL 
6e894cc260a79eb64712ff5931103b0a12bf9fab8075ab40737f8cae6fa8da98edb6b5196aeffbae40f085871ee1de8f12cbf604830b6b2494e88416fb2b6443
-AUX netpbm-10.66-options-case.patch 3417 SHA256 
1d286fc9da28b7cc264b6d227871e3d77f09cfa57fd680972c5147344930ae22 SHA512 
2895b71269d321f84e79808a2fe65a8886ce3e173550051ca40563636b3e8561d5c812a3bb9f2e607c2dc7244b56492332a4299d165059d866ca00701adefe23
 WHIRLPOOL 
6afb3df9509357060879394f3d0c175bdf5db04719280aa5f98b2bb17dee1fb29b70e8594eaa0819cb905b2d00a4b32a61822f48deb60c541942e0e593fdba35
-AUX netpbm-10.66-test.patch 347 SHA256 
fb95a101811a6e8b983d6f82130e511658831e6ad2e873fa4632c4049a00bac2 SHA512 
bb271d77794fa8b3d5d4632e32d6bd2b5f9522853c6b96c7056fe9817da47b89153eba2653cf3a5a29f597e3fa616e1f6c810bd986651e610176d69b428afb74
 WHIRLPOOL 
5f59c43abf70d6bc74e6ac6050e25137421f0f3fd5e75e6fb8e77c54f2fc447f26c1a0aeb23ea70dca27bd44b11fdc88fbbd8bcbc1be338acb6f601b9fdcb943
-AUX netpbm-10.66-wordaccess_be_aligned.patch 942 SHA256 
3a

[gentoo-commits] proj/musl:master commit in: media-libs/libv4l/, media-libs/libv4l/files/

2017-09-05 Thread Anthony G. Basile
commit: 48c7bcf4c79c2d46b732894afee7e6bffb179c36
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 07:30:35 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=48c7bcf4

media-libs/libv4l: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 media-libs/libv4l/Manifest |   7 --
 .../libv4l/files/libv4l-1.6.2-musl-ioctl.patch |  30 --
 .../files/libv4l-1.6.2-musl-open64-mmap64.patch| 108 -
 media-libs/libv4l/files/libv4l-1.6.2-off_t.patch   |  16 ---
 .../libv4l/files/libv4l-1.6.2-sysmacros.patch  |  57 ---
 media-libs/libv4l/libv4l-1.6.2.ebuild  |  68 -
 media-libs/libv4l/metadata.xml |  26 -
 7 files changed, 312 deletions(-)

diff --git a/media-libs/libv4l/Manifest b/media-libs/libv4l/Manifest
deleted file mode 100644
index 78a5c9b..000
--- a/media-libs/libv4l/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-AUX libv4l-1.6.2-musl-ioctl.patch 1138 SHA256 
fddb0ec60a66fe9963aba4b01d34a03c9f6ee523ca8b8c037ee155428bcb513f SHA512 
5051aeff12d5cd538bf2d071ca61437ec2565f2326d610ebf2ba0dce8b65c373ca61ca406d0867f6e2bbcc4601b5bcc1ff0ace9786e5b53395b0f5fe4a103fad
 WHIRLPOOL 
90b181aa72c1588ad75fedb46061b13d451a4a08f59397c18de0752eb0dd8be1289c04afbaa95e210a1634963bb7d43d640edfcd1d18e163a6f9179096a90161
-AUX libv4l-1.6.2-musl-open64-mmap64.patch 2490 SHA256 
d2a94392ace321c4c4a9ad78098ecee53f62402bef987cefd2909191abd24a46 SHA512 
3487e905ac08c8a80829c3f75d82f13b098cac48784f0e0620eea4478a1f8e5aa5fd7eadcea3c188120df5c781c0e7dcbf36a63130d95cfadc2633a0e9a11064
 WHIRLPOOL 
bb7e3820669ab5ae0c6b97cc5bc86c609b605bd9202e97e75ad735af8982b717b09fe1918ebe869b98c76a17392f19a20660ba54f7b5d2160197db0368e875b3
-AUX libv4l-1.6.2-off_t.patch 603 SHA256 
ee7cebd020b29a7ed9a92fb2ff5be76d37fd714671c8530dd2ff6eb900b072b9 SHA512 
27429e512fd2d6115e68ca3d62e90f3bf0c9ddda9deabee03cca35b653e228a16079fb8e488e6f434eef3eeacaada52c16d413f913b7c3395fa2225f6a7b4931
 WHIRLPOOL 
fce897fa42306d50b321aed3e5a9db80c8f7bbdbe89cab8bc92a80adaf9d7dc5f1166d5cce2e626289845a6191c413ac92e56b40055aff6fd9f4b3ee8ed44ff7
-AUX libv4l-1.6.2-sysmacros.patch 1821 SHA256 
702a8a81073fa35dafdcb69410d0626aaf5af7df2cbe31d135d7ed7e330ab3b2 SHA512 
ff6addf5d8e8da4f8502f1af8f21de60c9579da11b3aa3145d42030387bdcdd7c6263d5b6cdcba302ea8b8b3a578dbd17d75e11250d4074df2b6ca59d6de1d55
 WHIRLPOOL 
2e008b1d1e018dde80cd3b435eb7f08a8d4e154d97d74a272817e85604330a22b76de4a7cad814fd13970e4b489a7d1f8398b913114c387087624f5a2aeeecc5
-DIST v4l-utils-1.6.2.tar.bz2 1148309 SHA256 
d3d6eb1f0204fb11f3d318bfca35d5f73cc077f88fac7665a47856a16496be7d SHA512 
e14442e1b3660d0cb0844f1a5a88f855bc8532df9e72e1b2afd348a7c077ad25657f832d0fd47d3f567bfd399fd82c5a749d075ac9ecb911ea462685e31aa0b2
 WHIRLPOOL 
bd1b825354ca52e62e8c5f83d43bfd2cec63611c65d6b2709a7274fd15ae0fa21345d2b95a073c0b3a33b7c94b304562f1efcf112e1357a58515bd0d6f37f396
-EBUILD libv4l-1.6.2.ebuild 1669 SHA256 
1e40efbe0562f0f3673c55d13f228c4a87dddc15b9151fa0f68b3f308b4f4887 SHA512 
ec1b2af1fc938c91956b89e6d4505c44b00998be37526715912634f53b51be82e930729c11382b76793901020aab3a6110fa66cc942e267897b35a54eae91d7e
 WHIRLPOOL 
11c2b81a6c852c8a309a526293e9034c08b93640d8eddd1c67b5ee0d093ab2dc0558bb891b8e476c6ed174de9e4ca76d0c980b4435942d5d3730f60457b58578
-MISC metadata.xml 1125 SHA256 
1be1fac7b283729b4f1ebc9f53d12d21c6fe65839e7981794633ef8072209558 SHA512 
5594f9030eb7da8b32c90e1710ebe6370339ef4fbb3a1b23a99024e9c0ef5bbbde31e421e3c9e23edf5e44709970fa1a60523c8fa615b90ce16437b28d5714c7
 WHIRLPOOL 
e777f9b89fcb3b6626b5ca250606186f60b1f7433ccd3ccbad08fcff88d3b9b66a1ce41a7cca2684e926aa66fb180f29c3be4705e5c4bc893b3a019854213bd4

diff --git a/media-libs/libv4l/files/libv4l-1.6.2-musl-ioctl.patch 
b/media-libs/libv4l/files/libv4l-1.6.2-musl-ioctl.patch
deleted file mode 100644
index a84fcb0..000
--- a/media-libs/libv4l/files/libv4l-1.6.2-musl-ioctl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-musl defines `int ioctl (int, int, ...);` in 
-which is different than glibc and uClib.c which use an
-unsigned long int for the second paramater.  `man 2 ioctl`
-
-Since there is no single standard here, meh.
-
-diff -Naur v4l-utils-1.6.2.orig/lib/libv4l1/v4l1compat.c 
v4l-utils-1.6.2/lib/libv4l1/v4l1compat.c
 v4l-utils-1.6.2.orig/lib/libv4l1/v4l1compat.c  2015-07-18 
14:50:06.220267837 +
-+++ v4l-utils-1.6.2/lib/libv4l1/v4l1compat.c   2015-07-18 14:51:08.744265485 
+
-@@ -72,7 +72,7 @@
-   return v4l1_dup(fd);
- }
- 
--LIBV4L_PUBLIC int ioctl(int fd, unsigned long int request, ...)
-+LIBV4L_PUBLIC int ioctl(int fd, int request, ...)
- {
-   void *arg;
-   va_list ap;
-diff -Naur v4l-utils-1.6.2.orig/lib/libv4l2/v4l2convert.c 
v4l-utils-1.6.2/lib/libv4l2/v4l2convert.c
 v4l-utils-1.6.2.orig/lib/libv4l2/v4l2convert.c 2015-07-18 
14:50:06.220267837 +
-+++ v4l-utils-1.6.2/lib/libv4l2/v4l2convert.c  2015-

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

2017-09-05 Thread Anthony G. Basile
commit: e108e4b68404b7f65d9f189c1a3c2fa53e78776e
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 07:48:41 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e108e4b6

dev-qt/qt3support: drop -r99 suffix

Signed-off-by: Anthony G. Basile  gentoo.org>

 .../{qt3support-4.8.6-r99.ebuild => qt3support-4.8.6-r1.ebuild}   | 0
 .../qt3support/{qt3support-4.8.7-r99.ebuild => qt3support-4.8.7.ebuild}   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qt3support/qt3support-4.8.6-r99.ebuild 
b/dev-qt/qt3support/qt3support-4.8.6-r1.ebuild
similarity index 100%
rename from dev-qt/qt3support/qt3support-4.8.6-r99.ebuild
rename to dev-qt/qt3support/qt3support-4.8.6-r1.ebuild

diff --git a/dev-qt/qt3support/qt3support-4.8.7-r99.ebuild 
b/dev-qt/qt3support/qt3support-4.8.7.ebuild
similarity index 100%
rename from dev-qt/qt3support/qt3support-4.8.7-r99.ebuild
rename to dev-qt/qt3support/qt3support-4.8.7.ebuild



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

2017-09-05 Thread Anthony G. Basile
commit: b64630e459b16868daf7df13934afd84395d4d6d
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 08:30:03 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b64630e4

sys-apps/accountsservice: revbump

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-apps/accountsservice/Manifest   |  2 +-
 ...rvice-0.6.43.ebuild => accountsservice-0.6.43-r1.ebuild} | 13 ++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/sys-apps/accountsservice/Manifest 
b/sys-apps/accountsservice/Manifest
index 745459b..f695e4d 100644
--- a/sys-apps/accountsservice/Manifest
+++ b/sys-apps/accountsservice/Manifest
@@ -1,5 +1,5 @@
 AUX accountsservice-0.6.35-gentoo-system-users.patch 1122 SHA256 
f1a308a364db53ec939505daf1435fb99cf2899789976e21080464720b78297f SHA512 
e8ac404aed1da3ab4bb092b476cbb18f2ae7d209bcbe6a30cb9058f50dce0f70d64a3de593108ef5588132389d522d19975384eb1b8414119cb622bc7d738931
 WHIRLPOOL 
35d8756e1fcff2c08926ecc2864bacccad5542d59a028b0969a4429a4855528d9b607f4cfe5849d04f131db2e142dd1bf9531ca6b79b404e55d97ba0fd6162f8
 AUX musl-fgetspent_r.patch 1475 SHA256 
97a06c8777ab85deae2633e2b83b865f1c65ded4e4263ef19e7949d8f482d1a0 SHA512 
1c8ca5522c7533d105b91180c41f36a9d4a660fb86e275d6428caee70c9102ca61312c1ecb886f490b84f59aea18f630904cb91e1e9cac45dbc700bcd10c0363
 WHIRLPOOL 
c3a1dfebf26d1770e86a679766a15d255e853fd1bf1b1b8b0d96fe9656413807cb21fddf9d6b79d4cdb0bd5b5f53035b55f5fa83113a1981e9780adfbecb0c83
 DIST accountsservice-0.6.43.tar.xz 381008 SHA256 
ed3ba94aa38ceb822a0e1a1ac71bf1a8123babf90be049397b3a00900e48d6cc SHA512 
0673430b7e5fd726397a9358d60d5c34542afaa786b795d3c8b544dc2bdab151c74f9a3daa4bcd94dc7669400a78cd4cddc453cad78ee8e431bf7c1f417138e2
 WHIRLPOOL 
e704d9dcb5b7c0c6ee7c1ab5ed310ab2428e94d061663367f213c5903f68768680492d651524ef1e7594417335de529463d63b8d8a4d1cc8b6445358f1b97a33
-EBUILD accountsservice-0.6.43.ebuild 1497 SHA256 
81c71c962f51ef316f072983dc7ba1bb847826fea69a1a323f8828c73a54283e SHA512 
3cde07f954c2db1a17c5475d4802b3cfd5381fa9d359e26fa389ab868137f5be7dad420e086d275004902b27ca77d973c53d565e2c16a2686efbdb20247d1e84
 WHIRLPOOL 
4e5ac23047ef83656d83e074952cf021893be66dd29451d5b550e1ff4b642d5b20869c0df29c27bb5437d6ac06b458398e8a374db9583de19b5c98e99849e6c2
+EBUILD accountsservice-0.6.43-r1.ebuild 1686 SHA256 
ef43bea2a2b149c6e8c6305eb045337e965f48d84355075e10d59a09a0e0e28f SHA512 
b79e67ecfd83e3cd30de12be6eaa8d11af1d449661fa8d320f9586760d3495b48f61b3810af1f7be6c20c9c0dc36412a08dc0b88b01366d1a1ea03a7b0df52a5
 WHIRLPOOL 
078cb60f887af3603c78fe09ccfd99ae8ed87197fef14c135414c62f16cc30bde15be9faf93c221c5ba4faac124940058f23d0ecda6a9588cf0a0bda271987c3
 MISC metadata.xml 396 SHA256 
51257c7b97ea8af47f6485adee93352a26dc901024f316b3a1dcf8c2cbcd62bf SHA512 
e523489c63c11a5ed2d060f9bfdf5cf5d47813c1289823032e9b45ed2dfdd1ef9d11a863403cd1492696f4ea0070a61ca3a8d8780d1bdba9ed710a035ef1a5ce
 WHIRLPOOL 
c4687da67a3971a43863ce13a2bba326a8271e392d5253024ecf0abe55977c09f81e06da7b5c4506a232a2abb1a8b13bd41ffa4a128f0c8fcb22f43c20de5e4c

diff --git a/sys-apps/accountsservice/accountsservice-0.6.43.ebuild 
b/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
similarity index 80%
rename from sys-apps/accountsservice/accountsservice-0.6.43.ebuild
rename to sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
index 1e28d31..3301db4 100644
--- a/sys-apps/accountsservice/accountsservice-0.6.43.ebuild
+++ b/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
+GNOME2_EAUTORECONF="yes"
 inherit gnome2 systemd
 
 DESCRIPTION="D-Bus interfaces for querying and manipulating user account 
information"
@@ -10,16 +12,19 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="doc elogind +introspection selinux systemd"
 
-IUSE="doc +introspection selinux systemd"
+REQUIRED_USE="?? ( elogind systemd )"
 
 CDEPEND="
>=dev-libs/glib-2.37.3:2
sys-auth/polkit
+   elogind? ( >=sys-auth/elogind-229.4 )
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
systemd? ( >=sys-apps/systemd-186:0= )
-   !systemd? ( sys-auth/consolekit )
+   !systemd? ( !elogind? ( sys-auth/consolekit ) )
 "
 DEPEND="${CDEPEND}
dev-libs/libxslt
@@ -38,6 +43,7 @@ RDEPEND="${CDEPEND}
 
 PATCHES=(
"${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch"
+   "${FILESDIR}/${P}-elogind.patch"
"${FILESDIR}/musl-fgetspent_r.patch"
 )
 
@@ -55,6 +61,7 @@ src_configure() {
--enable-admin-group="wheel" \
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
$(use_enable doc docbook-docs) \
+  

[gentoo-commits] proj/musl:master commit in: app-admin/sudo/

2017-09-05 Thread Anthony G. Basile
commit: c37e5e60d39306a5c3fcd81069073c872850f0ad
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 09:02:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c37e5e60

app-admin/sudo: drop all keywords but x86

Signed-off-by: Anthony G. Basile  gentoo.org>

 app-admin/sudo/Manifest  | 2 +-
 app-admin/sudo/sudo-1.8.20_p2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index 4ec8590..a4082ca 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,3 +1,3 @@
 DIST sudo-1.8.20p2.tar.gz 2930769 SHA256 
bd42ae1059e935f795c69ea97b3de09fe9410a58a74b5d5e6836eb5067a445d9 SHA512 
8bf67e687f7a84605fdef8d547b5cd661141b6c8fd25820c33c7e37e97ca7f21f564c3bae691f8a8cd08df7d80338e36a8f06bb5086cc104509d71d6ab1bceda
 WHIRLPOOL 
4e9b6ddaba8cdb4d82358e01252136af56ae50f656f9802285471c7c1e5c831d26aa07cb78205f63ea6098f98846911938681a89256afe5419372039d0e4e792
-EBUILD sudo-1.8.20_p2.ebuild 5731 SHA256 
47ffe81b9a9709720f0be1a247cca4f0e7f0ff98b63941213df509483b387440 SHA512 
f03888a9aa22aad97b015f0dc2956caf52ba99c0bdd721faca5e0b4ddbd797792f78ef45f3a319edaca075e6bf9c1b388c681e69d0f9767585f2e9655c001add
 WHIRLPOOL 
b05f5eaf36206ee4ac1e64248cda3ba2044d053ce4fa763a4cba3aeaaf025faeb171a2f3195ffefd486a4a4de9e146636ddda6a5cc6a213fdbdbae5d8c586df5
+EBUILD sudo-1.8.20_p2.ebuild 5711 SHA256 
8376501f06b4f1e893496887791ff243c13ea37b3bb3a7d07f4227f6990219d4 SHA512 
dd2088e4505a1018f78bb8fef54b8315a410d83b68b337e59a61fad0b2b724c3c3331bff4008cdc90bff49722c0f5bd3169fad86c3efdef14bb82d1094eae430
 WHIRLPOOL 
f9bce92784a2a70074164598d8539720eb63371ffb1dd9673c2ff4a895727d8258822590ec82609b7eec2c3dc934b0391252d757e992b351cd67cda6c775fdee
 MISC metadata.xml 1035 SHA256 
56b9c0d884f41a5c5174a0324a7e3dbab3f6a23794f0feae4c36fb149a3bce3d SHA512 
c68b8c6977af60d3606d0b9854298192b35d43f16db7a41c92c7c9f1439f7950f6c6af93c3c9c4f3ff7ea4fda810e0c2375c0625c44150f7c6263ac7d1f9b60c
 WHIRLPOOL 
396f0cebd849d866db3c768d540c7bb3b4132cd92588666e041e94d1165d22f31cc9026c20ba1635a47ec8ba605cfb62cff47a60521fbaf42b019054490b3b2e

diff --git a/app-admin/sudo/sudo-1.8.20_p2.ebuild 
b/app-admin/sudo/sudo-1.8.20_p2.ebuild
index 678d138..b17e72c 100644
--- a/app-admin/sudo/sudo-1.8.20_p2.ebuild
+++ b/app-admin/sudo/sudo-1.8.20_p2.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
 LICENSE="ISC BSD"
 SLOT="0"
 if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="amd64 arm ~mips ppc x86"
+   KEYWORDS="x86"
 fi
 IUSE="gcrypt ldap nls pam offensive openssl selinux skey +sendmail"
 



[gentoo-commits] proj/musl:master commit in: sys-libs/gpm/

2017-09-05 Thread Anthony G. Basile
commit: 91f37e516c2aa061867723fd91ec62d3c7292781
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 08:16:13 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=91f37e51

sys-libs/gpm: drop -r99 suffix, sync with tree

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-libs/gpm/{gpm-1.20.7-r99.ebuild => gpm-1.20.7-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/gpm/gpm-1.20.7-r99.ebuild 
b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
similarity index 100%
rename from sys-libs/gpm/gpm-1.20.7-r99.ebuild
rename to sys-libs/gpm/gpm-1.20.7-r2.ebuild



[gentoo-commits] proj/musl:master commit in: net-libs/libnfsidmap/

2017-09-05 Thread Anthony G. Basile
commit: cd4dd0ca520ffdfc51777ed8546d439104a9d441
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 07:54:28 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=cd4dd0ca

net-libs/libnfsidmap: drop -r99 suffix

Signed-off-by: Anthony G. Basile  gentoo.org>

 .../libnfsidmap/{libnfsidmap-0.24-r99.ebuild => libnfsidmap-0.24.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.24-r99.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.24.ebuild
similarity index 100%
rename from net-libs/libnfsidmap/libnfsidmap-0.24-r99.ebuild
rename to net-libs/libnfsidmap/libnfsidmap-0.24.ebuild



[gentoo-commits] proj/musl:master commit in: net-fs/samba/, net-fs/samba/files/4.3/, net-fs/samba/files/4.4/, ...

2017-09-05 Thread Anthony G. Basile
commit: 8704d0ce3aaec4dc27ea83e468e8d4a3fea9c895
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 11:16:23 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8704d0ce

net-fs/samba: revbump

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-fs/samba/files/{4.3 => 4.4}/samba4.confd   |  0
 net-fs/samba/files/{4.3 => 4.4}/samba4.initd-r1|  1 -
 net-fs/samba/files/netdb-defines.patch | 19 ++
 .../files/samba-4.2.3-heimdal_compilefix.patch | 22 ---
 .../files/samba-4.3.9-remove-rep_strtoull.patch| 67 --
 ...samba-4.2.7-pam.patch => samba-4.4.0-pam.patch} | 19 ++
 .../samba/files/samba-4.5.1-compile_et_fix.patch   | 16 ++
 ...mba-4.3.9-r99.ebuild => samba-4.5.10-r1.ebuild} |  0
 8 files changed, 41 insertions(+), 103 deletions(-)

diff --git a/net-fs/samba/files/4.3/samba4.confd 
b/net-fs/samba/files/4.4/samba4.confd
similarity index 100%
rename from net-fs/samba/files/4.3/samba4.confd
rename to net-fs/samba/files/4.4/samba4.confd

diff --git a/net-fs/samba/files/4.3/samba4.initd-r1 
b/net-fs/samba/files/4.4/samba4.initd-r1
similarity index 99%
rename from net-fs/samba/files/4.3/samba4.initd-r1
rename to net-fs/samba/files/4.4/samba4.initd-r1
index bf162ad..52a9b68 100644
--- a/net-fs/samba/files/4.3/samba4.initd-r1
+++ b/net-fs/samba/files/4.4/samba4.initd-r1
@@ -1,7 +1,6 @@
 #!/sbin/openrc-run
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
-# $Id$
 
 extra_started_commands="reload"
 piddir="/run/samba"

diff --git a/net-fs/samba/files/netdb-defines.patch 
b/net-fs/samba/files/netdb-defines.patch
new file mode 100644
index 000..d7d6446
--- /dev/null
+++ b/net-fs/samba/files/netdb-defines.patch
@@ -0,0 +1,19 @@
+diff --git a/nsswitch/wins.c b/nsswitch/wins.c
+index dccb6dd..bb24acb 100644
+--- a/nsswitch/wins.c
 b/nsswitch/wins.c
+@@ -39,6 +39,14 @@ static pthread_mutex_t wins_nss_mutex = 
PTHREAD_MUTEX_INITIALIZER;
+ #define INADDRSZ 4
+ #endif
+ 
++#ifndef NETDB_INTERNAL
++#define NETDB_INTERNAL -1
++#endif
++
++#ifndef NETDB_SUCCESS
++#define NETDB_SUCCESS 0
++#endif
++
+ NSS_STATUS _nss_wins_gethostbyname_r(const char *hostname,
+struct hostent *he,
+char *buffer,

diff --git a/net-fs/samba/files/samba-4.2.3-heimdal_compilefix.patch 
b/net-fs/samba/files/samba-4.2.3-heimdal_compilefix.patch
deleted file mode 100644
index c6f5007..000
--- a/net-fs/samba/files/samba-4.2.3-heimdal_compilefix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://bugs.gentoo.org/542638
-
-From: Stephan Wolf 
-
-Samba uses the build in implementation of heimdal from year 2011.
-The ebuild uses the portage version of heimdal.
-I got it fixed to patch samba kdc_init function.
-
 samba-4.2.3/source4/kdc/kdc.c
-+++ samba-4.2.3/source4/kdc/kdc.c
-@@ -967,9 +967,9 @@
-* The old behavior in the _kdc_get_preferred_key()
-* function is use_strongest_server_key=TRUE.
-*/
--  kdc->config->as_use_strongest_session_key = false;
-+  kdc->config->tgt_use_strongest_session_key = false;
-   kdc->config->preauth_use_strongest_session_key = false;
--  kdc->config->tgs_use_strongest_session_key = false;
-+  kdc->config->svc_use_strongest_session_key = false;
-   kdc->config->use_strongest_server_key = true;
- 
-   /* Register hdb-samba4 hooks for use as a keytab */

diff --git a/net-fs/samba/files/samba-4.3.9-remove-rep_strtoull.patch 
b/net-fs/samba/files/samba-4.3.9-remove-rep_strtoull.patch
deleted file mode 100644
index 9c41454..000
--- a/net-fs/samba/files/samba-4.3.9-remove-rep_strtoull.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-diff -Naur samba-4.3.9.orig/lib/replace/replace.c 
samba-4.3.9/lib/replace/replace.c
 samba-4.3.9.orig/lib/replace/replace.c 2015-09-08 13:45:25.0 
+
-+++ samba-4.3.9/lib/replace/replace.c  2016-05-29 06:47:07.529796925 +
-@@ -558,43 +558,6 @@
- #endif /* HAVE_STRTOLL */
- 
- 
--#ifndef HAVE_STRTOULL
--unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
--{
--#ifdef HAVE_STRTOUQ
--  return strtouq(str, endptr, base);
--#elif defined(HAVE___STRTOULL) 
--  return __strtoull(str, endptr, base);
--#elif SIZEOF_LONG == SIZEOF_LONG_LONG
--  return (unsigned long long int) strtoul(str, endptr, base);
--#else
--# error "You need a strtoull function"
--#endif
--}
--#else
--#ifdef HAVE_BSD_STRTOLL
--#ifdef HAVE_STRTOUQ
--unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
--{
--  unsigned long long int nb = strtouq(str, endptr, base);
--  /* In linux EINVAL is only returned if base is not ok */
--  if (errno == EINVAL) {
--  if (base == 0 || (base >1 && base <37)) {
--  /* Base was ok so it's because we were not
--   

[gentoo-commits] proj/musl:master commit in: sys-fs/squashfs-tools/files/, sys-fs/squashfs-tools/

2017-09-05 Thread Anthony G. Basile
commit: 7d8635da587d49c5a418cacce5086b8927a76af6
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 08:00:39 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7d8635da

sys-fs/squashfs-tools: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-fs/squashfs-tools/Manifest |  4 --
 .../squashfs-tools-4.2-missing-includes.patch  | 10 
 sys-fs/squashfs-tools/metadata.xml | 15 --
 .../squashfs-tools/squashfs-tools-4.3-r99.ebuild   | 54 --
 4 files changed, 83 deletions(-)

diff --git a/sys-fs/squashfs-tools/Manifest b/sys-fs/squashfs-tools/Manifest
deleted file mode 100644
index 701778a..000
--- a/sys-fs/squashfs-tools/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX squashfs-tools-4.2-missing-includes.patch 236 SHA256 
3e88e86568146d80733d52bcdd28405e3f02120e8ca408c5fc995f37d30006f1 SHA512 
8f18536e59708475d210e7a2fb4ff4dd3fa29441ea6881ddd21f1a5aadb5686647d45961de832384e356cc011fcb74ebabb8d52816a64db3adb3a9a3a37e785e
 WHIRLPOOL 
fb7eb189ddd120e291b11a927ff3ee9871d187530c49729c9fb3d0becff9cfe89e89d0e308be33252caff5949c26263f18712429507b27eeef61b70ae322
-DIST squashfs4.3.tar.gz 182550 SHA256 
0d605512437b1eb800b4736791559295ee5f60177e102e4d4ccd0ee241a5f3f6 SHA512 
854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79
 WHIRLPOOL 
c819f416b34cc46a232b8bc385017774603f81b4a865e6b97208004c183ebad5de7d0f726be444f8cb4e1d450abed9340dab730aec0762407f034e99b39bdc06
-EBUILD squashfs-tools-4.3-r99.ebuild 1239 SHA256 
9b471fd96f1580dfcd9a94c9d2dc2be9c9d4f877fc464130aa520e5af2c4b9ca SHA512 
52361b456fe0660336270ae5f9ccf75057af24c2e850caaa47179aab89c3b4e88fe3126e40745cbc7bb9b564c2b84594972f59b996234214a49cd1596cd9e94a
 WHIRLPOOL 
60159254c81060aae2f335fc5afd3795f87dad7d24957a5561c2e742160d0265a0a4d9b1d063b6168488788a422ec27192cad17517fa9d2a892e09b0e10d241c
-MISC metadata.xml 559 SHA256 
5813dae0eff3bfed9a7a40ac785726804d493f175479c1cc10ee3ea566b6eb2d SHA512 
2318c516e5e76a6c802563d1e1bf60273dbfd6a6cf0944a41e5287f0c85f1b73761ba050599dfb3b2c86a53da01fc752bb4c74397c404c4ff68eb73dfedf2572
 WHIRLPOOL 
763a763428e1ca87f7fc653cc7984a88bac9ffb256464e7fe2258f901ab4283819998c560197aa1e558e17a3b3c4bdb480a2b9df696efadd81c4cd00a47cfade

diff --git 
a/sys-fs/squashfs-tools/files/squashfs-tools-4.2-missing-includes.patch 
b/sys-fs/squashfs-tools/files/squashfs-tools-4.2-missing-includes.patch
deleted file mode 100644
index 82451e0..000
--- a/sys-fs/squashfs-tools/files/squashfs-tools-4.2-missing-includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/squashfs4.2/squashfs-tools/pseudo.c
-+++ b/squashfs4.2/squashfs-tools/pseudo.c
-@@ -30,6 +30,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 

diff --git a/sys-fs/squashfs-tools/metadata.xml 
b/sys-fs/squashfs-tools/metadata.xml
deleted file mode 100644
index 9edcb3d..000
--- a/sys-fs/squashfs-tools/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-liv...@gentoo.org
-Gentoo LiveCD Project
-  
-  
-Enable support for XZ ("LZMA2") compression using 
app-arch/xz-utils
-Enable support for LZ4 compression using 
app-arch/lz4
-  
-  
-squashfs
-  
-

diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3-r99.ebuild 
b/sys-fs/squashfs-tools/squashfs-tools-4.3-r99.ebuild
deleted file mode 100644
index d99e405..000
--- a/sys-fs/squashfs-tools/squashfs-tools-4.3-r99.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net";
-SRC_URI="mirror://sourceforge/squashfs/squashfs${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
-IUSE="+xz lzma lz4 lzo xattr"
-
-RDEPEND="
-   sys-libs/zlib
-   !xz? ( !lzo? ( sys-libs/zlib ) )
-   lz4? ( app-arch/lz4 )
-   lzma? ( app-arch/xz-utils )
-   lzo? ( dev-libs/lzo )
-   xattr? ( sys-apps/attr )
-   xz? ( app-arch/xz-utils )
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/squashfs${PV}/${PN}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.2-missing-includes.patch
-}
-
-src_configure() {
-   # set up make command line variables in EMAKE_SQUASHFS_CONF
-   EMAKE_SQUASHFS_CONF=(
-   $(usex lzma LZMA_XZ_SUPPORT=1 LZMA_XS_SUPPORT=0)
-   $(usex lzo LZO_SUPPORT=1 LZO_SUPPORT=0)
-   $(usex lz4 LZ4_SUPPORT=1 LZ4_SUPPORT=0)
-   $(usex xattr XATTR_SUPPORT=1 XATTR_SUPPORT=0)
-   $(usex xz XZ_SUPPORT=1 XZ_SUPPORT=0)
-   )
-
-   append-cppflags -DFNM_EXTMATCH=0
-   tc-export CC
-}
-
-src_compile() {
-   emake

[gentoo-commits] proj/musl:master commit in: app-emulation/libvirt/

2017-09-05 Thread Anthony G. Basile
commit: 878c496767cc0191b4af9ff9aefac14ee7c681a3
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 07:40:08 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=878c4967

app-emulation/libvirt: remove old

Signed-off-by: Anthony G. Basile  gentoo.org>

 app-emulation/libvirt/libvirt-3.2.0.ebuild | 383 -
 app-emulation/libvirt/libvirt-3.4.0.ebuild | 383 -
 2 files changed, 766 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-3.2.0.ebuild 
b/app-emulation/libvirt/libvirt-3.2.0.ebuild
deleted file mode 100644
index ca90f19..000
--- a/app-emulation/libvirt/libvirt-3.2.0.ebuild
+++ /dev/null
@@ -1,383 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils user linux-info systemd readme.gentoo-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
-   SRC_URI=""
-   KEYWORDS="amd64 x86"
-   SLOT="0"
-else
-   # Versions with 4 numbers are stable updates:
-   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz";
-   else
-   SRC_URI="http://libvirt.org/sources/${P}.tar.xz";
-   fi
-   KEYWORDS="amd64 x86"
-   SLOT="0/${PV}"
-fi
-
-DESCRIPTION="C toolkit to manipulate virtual machines"
-HOMEPAGE="http://www.libvirt.org/";
-LICENSE="LGPL-2.1"
-IUSE="
-   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm
-   libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit
-   +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
-   wireshark-plugins xen zeroconf zfs elibc_glibc
-"
-
-REQUIRED_USE="
-   firewalld? ( virt-network )
-   libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
-   lxc? ( caps libvirtd )
-   openvz? ( libvirtd )
-   policykit? ( dbus )
-   qemu? ( libvirtd )
-   uml? ( libvirtd )
-   vepa? ( macvtap )
-   virt-network? ( libvirtd )
-   virtualbox? ( libvirtd )
-   xen? ( libvirtd )"
-
-# gettext.sh command is used by the libvirt command wrappers, and it's
-# non-optional, so put it into RDEPEND.
-# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
-# package will use 3 by default. Since we don't have slot pinning in an API,
-# we must go with the most recent
-RDEPEND="
-   app-misc/scrub
-   dev-libs/libgcrypt:0
-   dev-libs/libnl:3
-   >=dev-libs/libxml2-2.7.6
-   || ( >=net-analyzer/netcat6-1.0-r2 
>=net-analyzer/openbsd-netcat-1.105-r1 )
-   >=net-libs/gnutls-1.0.25:0=
-   net-libs/libssh2
-   >=net-misc/curl-7.18.0
-   sys-apps/dmidecode
-   >=sys-apps/util-linux-2.17
-   sys-devel/gettext
-   sys-libs/ncurses:0=
-   sys-libs/readline:=
-   apparmor? ( sys-libs/libapparmor )
-   audit? ( sys-process/audit )
-   caps? ( sys-libs/libcap-ng )
-   dbus? ( sys-apps/dbus )
-   elibc_glibc? ( sys-libs/glibc[rpc(+)] )
-   elibc_musl? ( net-libs/libtirpc )
-   firewalld? ( net-firewall/firewalld )
-   fuse? ( >=sys-fs/fuse-2.8.6 )
-   glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
-   iscsi? ( sys-block/open-iscsi )
-   libssh? ( net-libs/libssh )
-   lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
-   nfs? ( net-fs/nfs-utils )
-   numa? (
-   >sys-process/numactl-2.0.2
-   sys-process/numad
-   )
-   openvz? ( sys-kernel/openvz-sources:* )
-   parted? (
-   >=sys-block/parted-1.8[device-mapper]
-   sys-fs/lvm2[-device-mapper-only(-)]
-   )
-   pcap? ( >=net-libs/libpcap-1.0.0 )
-   policykit? ( >=sys-auth/polkit-0.9 )
-   qemu? (
-   >=app-emulation/qemu-0.13.0
-   dev-libs/yajl
-   )
-   rbd? ( sys-cluster/ceph )
-   sasl? ( dev-libs/cyrus-sasl )
-   selinux? ( >=sys-libs/libselinux-2.0.85 )
-   virt-network? (
-   net-dns/dnsmasq[script]
-   net-firewall/ebtables
-   >=net-firewall/iptables-1.4.10[ipv6]
-   net-misc/radvd
-   sys-apps/iproute2[-minimal]
-   )
-   virtualbox? ( || ( app-emulation/virtualbox 
>=app-emulation/virtualbox-bin-2.2.0 ) )
-   wireshark-plugins? ( net-analyzer/wireshark:= )
-   xen? (
-   app-emulation/xen
-   app-emulation/xen-tools:=
-   )
-   udev? (
-   virtual/udev
-   >=x11-libs/libpciaccess-0.10.9
-   )
-   zeroconf? ( >=net-dns/avahi-0.6[dbus] )
-   zfs? ( sys-fs/zfs )"
-
-DEPEND="${RDEPEND}
-   app-text/xhtml1
-   dev-lang/perl
-   dev-libs/libxslt
-   dev-perl/XML-XPath
-   virtual/pkgconfig"

[gentoo-commits] proj/musl:master commit in: net-fs/samba/

2017-09-05 Thread Anthony G. Basile
commit: a3487a753e3148598ee3587996a52e6cc3ab5455
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 11:30:50 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a3487a75

net-fs/samba: update metadata to make travis happy

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-fs/samba/Manifest | 2 +-
 net-fs/samba/metadata.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 6470f0c..a615a33 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -14,4 +14,4 @@ AUX winbindd.service 240 SHA256 
755036bc419cce90200ac3c04986fbb7cf718c128c2a1288
 DIST samba-4.5.10.tar.gz 20989431 SHA256 
7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 SHA512 
046bae9c66083a4fe656d6a7b02b64343c66e0ea4925193a898dbda107b5b158d1897f16c36f4c393a30457a49215fa6ef91720367f4946760ec48ce02a4a68a
 WHIRLPOOL 
2359a40337c2a85c17e3c860a8531c21ec5cf3c180dfd5a1e554f2eb5e10576a8b706464d490e008af441d9ce6a14043112d621d8e140461806c97947362933a
 DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 
fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 
920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927
 WHIRLPOOL 
6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d
 EBUILD samba-4.5.10-r1.ebuild 7766 SHA256 
40acfac0c5339a1d7d2f43b5cf060977e5161b8400aaf6161bbee4bbc133 SHA512 
896e700071adf753ca0dc1951d0afa6379fcb3d4358066037783410ff8f20faa3bf032d0dfef8dc5d82423afa20f4180c041dfb67014877e339fe30b627213ce
 WHIRLPOOL 
6f6df73c72bdd5f28ec97f4c97fc4618bc3ad79bc064ad36a3b8c84352a7e596b39c7c5294046add38dd5accf67a8f22a2fe56da74fb177738f032c6644ee621
-MISC metadata.xml 1287 SHA256 
8208635edd9a751dde19da5255939adf639d31fce7cc8a0f9644d873dd389467 SHA512 
b79d226bf155dcbdf0ff6dd59180f526d71de48dd032810ffc5209a8232b6b945dd2e18d10898d231c8168ff091f3ee2b7ad0d96d4678fecb4321b78ed6cda5a
 WHIRLPOOL 
c14a23a123161cfc1b3c6618840b7b5b2c5977a15e558947832dd791cf87fc20461056e90b8d5f84eefa743ed8439b543bb9b400227814bac0d7676248da8e8d
+MISC metadata.xml 1230 SHA256 
d2a5f177bed97a9cce3acc65fd7271a2a595fb7d47e80824f0052e80209a1f7c SHA512 
481f845a1fe4f95464854a54fa21d2f5a553c2fa97af854dd3491a95bfb6f9ca7b17ca24ce7698d536dbe38f0541d20eb59076d05e15c18a83a9c4820f05c983
 WHIRLPOOL 
7fb669383a22bad5a259cbe46b68bdae1a29f97a10790867c55f3032e683f2e1a47bb3f4c48cb4132ef734401d1fb5631d966fa8f11e69a63e6c4466e7582ac6

diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml
index e2578d7..7ab9667 100644
--- a/net-fs/samba/metadata.xml
+++ b/net-fs/samba/metadata.xml
@@ -14,7 +14,6 @@
Enables support for the winbind auth 
daemon
Enables the client part
Enable AD DNS integration
-   Enable asynchronous IO support
Enable support for clustering
Enable support for DMAPI. This currently 
works only in combination with XFS.
Enables support for user quotas



[gentoo-commits] proj/musl:master commit in: x11-misc/lightdm/

2017-09-05 Thread Anthony G. Basile
commit: 77a2f97aa7b42eb1d14ad282755110c27312b910
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 11:32:43 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=77a2f97a

x11-misc/lightdm: update metadata to make travis happy

Signed-off-by: Anthony G. Basile  gentoo.org>

 x11-misc/lightdm/Manifest | 2 +-
 x11-misc/lightdm/metadata.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index a5a33e1..9084646 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -10,4 +10,4 @@ AUX lightdm.service 279 SHA256 
2e03423cbe88c9fdc3a9684d6d14221aa6e92d105f9d1d53b
 DIST introspection-20110205.m4.tar.bz2 1220 SHA256 
4394a606d380ae5315872ede35387f104da5fad96794d29c45c444a9d481d8b2 SHA512 
5c49239935b93d86cce68b577b43d1a56d8749ab5747029bfcfa67339697134be24ef29ba6c3d133b8c03e867864637c8eb61491a4b7f6bb1e56386ed66cb9be
 WHIRLPOOL 
0765c0a72919b26d0c8c38714450eec578a347bfc1c59d4950b633b64b17aa1cde38dfb87fdcd6e2f364c98d6c0bd3dadaa9c2a9711bd1b5ac09a583b988f500
 DIST lightdm-1.21.5.tar.xz 517436 SHA256 
f718dda9f14259c6d76138645cd96030b1be85375f42de9948ba05dd3adceeaa SHA512 
01b902441bceb16c8498b88f4ffe59dd2bd545ff58be90f3420b8c6b2ec0ddb0b6c777ca9d52b17cfadb15e710df861a4dd81210151cd93525cdd61d4019d064
 WHIRLPOOL 
1b704a989d777f4536e662a05775e1cb4e0c47d64e16f454acb6a5e60105c786ef164cf4dacf717a678348efd838c8a2ac3e7b82b2713eda6da0dab812baab85
 EBUILD lightdm-1.21.5.ebuild 4102 SHA256 
6a5850aaea2da04748bbdad84fcbb587bf51605b8698ff9f4d85326187c1d5a0 SHA512 
3dc26553ae8a1f5bf359721d05270b4cd99732b72c8944aee0f16baa9cc4a5edb51186a7fdf8dcf660f3547ca874996aade67b66b38ae56e0bec0b22b424106c
 WHIRLPOOL 
d654a81872a73b26592838ed67b35bf2c3d622d1c0d6733f8624653281a755dbf4e4d33d3aa2c5efa79da3d1deb620a931b8530573a05e380511108317b7ca64
-MISC metadata.xml 489 SHA256 
782d64c73c21aae1ee1bc21d65350b298daf3a5a07510190045c42986e188b51 SHA512 
4db697b1b2b308e15666cb44716ff85bc9a68479389a2f40b91775e0571169b1fd8697080406365b83f05cfb8914b71602e2608fcedd0152e8b5c68aabb17d1e
 WHIRLPOOL 
8aa32fb3612e7318919a86f8968a3ececc626b8b131f16576924604034f8bce8d51f72666be2dbfc7b9dbbb1fa9d697443b44a8c5c9c77ef92b807999d2c8f36
+MISC metadata.xml 439 SHA256 
7716d78ec369a6ac28c39ab4cca8f1dd94d61be6f7913cfed0de25fb22fc5621 SHA512 
b1037ad956ce51c851589c9607e37a3b2d46a08e9642795a0f1a388d3817e27580e5210ec31e7b2790442bb63dec8fbb822fbb7b87f0bf4fd7d0a22d6d4e5b12
 WHIRLPOOL 
952818ad7b85611176d59eb735dc68253a8bde3e4e2800d59875dc40e36483f4f73ee737e46dad87bfd48e5ca422283b339ba1410031856cd7fd1a516eab7e5f

diff --git a/x11-misc/lightdm/metadata.xml b/x11-misc/lightdm/metadata.xml
index 89f62bd..cb67787 100644
--- a/x11-misc/lightdm/metadata.xml
+++ b/x11-misc/lightdm/metadata.xml
@@ -7,7 +7,6 @@


Pull in the gtk+ greeter
-   Pull in the kde greeter


 



[gentoo-commits] proj/musl:master commit in: app-emulation/libvirt/

2017-09-05 Thread Anthony G. Basile
commit: c6184aceed6e79edb19934f0d7ecefbad5c1a788
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 09:56:25 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c6184ace

app-emulation/libvirt: fix manifest

Signed-off-by: Anthony G. Basile  gentoo.org>

 app-emulation/libvirt/Manifest | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 662d79f..9474fff 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -12,10 +12,6 @@ AUX libvirtd.service.conf 401 SHA256 
1cfb6f7dec5746364d9a4cccddb4b63f8ccd0ebf8bf
 AUX libvirtd.tmpfiles.conf 36 SHA256 
0102a96fc9764c2d49933a89d1661b3999aec53c6a66302cb0f21ce9c9fc SHA512 
2b1c3c64dd6fa03d8c2ae24e7ce4aa7d754913214542a68a4e99f10fbc251fd23ee26e297a957d7b4b70eec8ef028c41fc915da3a85fbbd16143bb92d1de3aed
 WHIRLPOOL 
c51b2059f4eef0ceaf69e11018a6e51299be5aa21a56741366db4fe43a7998388fa6e5bf15d79c52ab66dd69d64c679003a0904c54033c8bdfc04c16bb5b8e4f
 AUX virtlockd.init-r1 570 SHA256 
23ddea66fb2d85c17c382daa07abfabe7fa57d62406d2ca5df0c755f5dcc3834 SHA512 
65a05d406200da9a534df5caa1b9cb2af97f0b03f64e6b4157322975fa754f59ae74fff9ec8301a6c0510e4b75e2b72a78cddf004a76109e18c375e83527cee5
 WHIRLPOOL 
7959e426986747165ef074ca52b8049aa4120b0206b7532330346552fe5811a46fa71b58e02fcd37e55b872e099ccc8688fcc3f30b2e2316e01a4220806d49b4
 AUX virtlogd.init-r1 569 SHA256 
1647c11779fd874bdc115234bae0f0f65278084541473d2825aa9864ad49f939 SHA512 
0a3e083e742f9e0d8206ab9a48c63bbd395bdc24e5551e2cbeddffa3fb576a817b73dbafe646c392a35c354d6b65426a9b6f3ce3dcafc30077715e90684968c1
 WHIRLPOOL 
e0fa334c60dac4aa1ff721c3c4e957a688e0a58297cb06249de50dd838c55eee3c1c00fcb4b1c06b74c1fb61c52354889a09bd2793c8623faa120489cac95c3a
-DIST libvirt-3.2.0.tar.xz 14057340 SHA256 
9481a083b567a07927f239553dd70b5c0d1bff5b9b4ec61be1899981c646209e SHA512 
35a9db3d59a3817d15fd6a586a2a73860b3d8a2d2ff37dbea1b4045fe1514c3535fce2eeba0f09df2d0bb9072ed9f1078ca9bad61a37c586eb019ddad3f898c4
 WHIRLPOOL 
499eb2cbf1367c99c106a747c76087f6ed980cc057cdb10cefe50a8a823a294f67925c98b1baa6ac7e12dcc20c90145b9a0c1e0927772e3b4a046bb4414391a0
 DIST libvirt-3.3.0.tar.xz 14043384 SHA256 
29e00984174e33cf2183b478382c017de26860452ffee17b73871051264ebb1b SHA512 
69166ddd7d4b9ef3b1bf2466e781139ef9b4d224a64acc7b8e6fca8786d36482138a1fe7b7407c0fca3b3d012cb418d168671a3e65e428f023c16493b7718c2d
 WHIRLPOOL 
1b2688f6b9a89608677070b5ce1fd2b2af115336126d4214071bc1abba25056d54dbbf16d6bdfab7582b252a833d3e53e51175d552d5c936b08973c0eed76643
-DIST libvirt-3.4.0.tar.xz 14630904 SHA256 
42186af6225904d2ada0b494fda4fa777fe5e662a9134686816e7919332c248d SHA512 
41a3374e8a171827dfc11feb2ae8c1a9d889912257191b94111f53bbe0521d5bc73c824ea856e4cece257918b244120e9f44c800abe23d0296c85c18b5d14461
 WHIRLPOOL 
3b4b9ad35f590748fbc63595fab86671f66674d2c40fa8e02860265a39be5b48ed9c66c14ac235b36d29d833475aebbbf57f691e53ac2bd324dacb16507793bf
-EBUILD libvirt-3.2.0.ebuild 9698 SHA256 
d780af830402c04ec0c4afc90df6e69e75ebe14980e5355fa5c554af20cf00bb SHA512 
96722a9af2e32d6cb548a653ffca89c8aa47743c73c77b3ae7e9d72f101ffab953e4dac6c05da6244bfa21d3bb3757ed3fa4194a124c6611eab5e79c9df1982d
 WHIRLPOOL 
c5413a26f9bb715f2afc613d0d4255a8b3d962afc2e76a2c624b56e97dcc33f0fa77d4a8a335bf7ee90054f830f9ef440f4dd7732d22a5ef7b318501fc1158af
 EBUILD libvirt-3.3.0.ebuild 9698 SHA256 
d780af830402c04ec0c4afc90df6e69e75ebe14980e5355fa5c554af20cf00bb SHA512 
96722a9af2e32d6cb548a653ffca89c8aa47743c73c77b3ae7e9d72f101ffab953e4dac6c05da6244bfa21d3bb3757ed3fa4194a124c6611eab5e79c9df1982d
 WHIRLPOOL 
c5413a26f9bb715f2afc613d0d4255a8b3d962afc2e76a2c624b56e97dcc33f0fa77d4a8a335bf7ee90054f830f9ef440f4dd7732d22a5ef7b318501fc1158af
-EBUILD libvirt-3.4.0.ebuild 9691 SHA256 
42600b9da66caefe335b8f831d10f74684d77750b43744969d535e09a2c169dd SHA512 
766a50948bd349aea5ddb5c1a94cb87896ffad616470a3896e3b0f87666e45ecaa62ab370410eb2f62861bc33d043877e812fdf2443158caf88553cecc4f4f33
 WHIRLPOOL 
a88d5097b9a7eaf86022d60e5e09a2567e08b7bf821692a32cb63db095b2485fdfbab79fd1af0ba88edc374c1426df67b5783e477429417d6714427f24328396
 MISC metadata.xml 3792 SHA256 
e65f6270492daa835d282890334aac82606ab0a1384f7ca2cf4400755c98833b SHA512 
e03fbd770aa0ce3ef2c687e23925b0d981f4830afe2a27688c4393108291645bd7a3e58c42dac67ef87125c05e5c0a94186445e414dd5f3014af25d24261d672
 WHIRLPOOL 
e633df8d2ba6c2996cc4d3736e317d83dc00ef6aa36d74bdc8a72dde871c4ffb41fc6d1f8e6a4c12c63a3fb92d7545947117223ab66445d6aad44517b245



[gentoo-commits] proj/musl:master commit in: gnome-base/gnome-session/files/, gnome-base/gnome-session/

2017-09-05 Thread Anthony G. Basile
commit: f0aebab06888c44934608f7b5eca40d8b47c3f60
Author: stefson  yahoo  de>
AuthorDate: Tue Sep  5 05:50:00 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f0aebab0

gnome-base/gnome-session: revbump, untested due to systemd dependencies

Signed-off-by: Anthony G. Basile  gentoo.org>

 gnome-base/gnome-session/Manifest  |   7 +-
 .../files/3.22.3-wayland-login-shell.patch |  43 ++
 .../files/3.22.3-xorg-default-translations.patch   | 619 +
 .../gnome-session/files/3.22.3-xorg-default.patch  |  58 ++
 ...n-3.20.2.ebuild => gnome-session-3.22.3.ebuild} |  30 +-
 5 files changed, 746 insertions(+), 11 deletions(-)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index e450e12..9ed26be 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1,9 +1,12 @@
 AUX 10-user-dirs-update-gnome-r1 299 SHA256 
4baf3771a18f87db323580d868f232bf33830f72dcc54b4b3aa3d9bc9cce05e5 SHA512 
9e4b7e32546433e913928f0e357eef2936750bea0996dbb33443bc1f2ac32a3e38880abad6985a229382ef06138583de65b6f1e76dea3ac4577e10fec7f46b2a
 WHIRLPOOL 
0dca330c2bedd4cfb056d162550680f4fcf89b94598ace9e02d0289d9e6a4414aa184b2444ce768e8f757ee9ce492fa9288616c25ca8885dbe92dffec28fd9f6
 AUX 15-xdg-data-gnome-r1 262 SHA256 
860767c9ee4fc9e0d29c20cd8143311db7d0981ed4f590069d0d9edf46ec0b24 SHA512 
aecdebbaaad1bd3032d687975017f040b58520fe8d5848dc5fd9b726aba8904dda314a315d3ee33e76bb11eddf8785a939a0a83634d99ba74a0342683840fcbc
 WHIRLPOOL 
dbf53f428300ec213eb7397f88cdb54a7c4c4f6bf9d45a07e84894db83e95906cb45a217d437db1e875c000c77c5658b97b6f21050c8d89d20b0750a102aac2e
+AUX 3.22.3-wayland-login-shell.patch 1253 SHA256 
c45a23e9b1673e79df07f586f9f4e4a276f2b399b62c2610d38577f20dc95e46 SHA512 
3abcdf697b3d1160b37031232e223759e24aff23b97dd1b8e4f1347071bf1575832ac00eae0414d2b9839636b85aaceb028bfbc2e488e38ff5fd17d3497a1b6e
 WHIRLPOOL 
7edfbe43ed9499dc5da71509620ff6991f69f93dcb112d5002f4b760ea19b7f9ee7dc197fcf95b55fc013b599c2cecc615ed4dbe3f8cae416adedea4ea879764
+AUX 3.22.3-xorg-default-translations.patch 15908 SHA256 
83362800086601b9f60024c1f455f0123f05475862de2ca7b88d5c76c75ae5d2 SHA512 
e71b0dc296b4fd43b6bdc2251d8f1d9eb9d5f5e369100e66427254038de7e2e8e6cc8fed3173a618cf1a2677dc4346c1061a99926f3d8e2f40e2789d4f32f7a3
 WHIRLPOOL 
7b85589c2e4c6cd2e74bc5f3e75c8c6149b23c8ce29c4e0db1190c180be004ac7a52b8bd1af26f3d526eff7ba9e80eda1174ee5bde8f2344e3bb83395eaeddfd
+AUX 3.22.3-xorg-default.patch 1929 SHA256 
7142210207012fa8669a84fc78ab1b5a1db9f7e0d632291fd49b3118ef5f89bc SHA512 
025ba94a21a3c42b816083e6d99c85ece695487af1153990c1fec63bbb215284efb95a2c8d505afe36b0e4575b0796ca57fe83ae715a8593c8db886b7eacfca1
 WHIRLPOOL 
864a8403069bf9c55c3d79fc780ad90cec4c4637ba8dc0b91b0680f011563e567b6287054b53fd9bb2b5f52c750c97f70dd70fe0a238963eb80fac34172586d4
 AUX 90-xcursor-theme-gnome 384 SHA256 
e54babb8c0d0ad33eaa0f80985c802b0656fad9d1d60df2f1aa979f38356d8e0 SHA512 
3d692715a744303f31a78ddf7aaefdbece8c50ebc5dfaac84cdfb6430155db465ab0140340eea4b5caf6d4dff030736eca9d028f24ed1d41ebc345fa309a4a4b
 WHIRLPOOL 
68bc6c55d6a10cd14539eae6cc34f746c2bc485f96112317213f89c579a9ae7b259c0969155e2c8b30e88d62e19196bcdec559bb2cf3a3816034957c1fa5997e
 AUX Gnome 2391 SHA256 
ffc912945278c88ef854c8988b0042675ffa78525592f34580ee76c1f25309d3 SHA512 
a994e811855c822c3f03354ec7608587f4102e6e9039dd35aec75e825b7610b259d4e1e7246cb6136ec2f7a4d27c1859dc02945fb13c448aafc26b8a2dae53a6
 WHIRLPOOL 
7c3d492309bd3916b24ab48e0fc31a7924ce1ce6661f27770e6b8cc3c902fd06c1f22f6950d46dcac97b8d82a9f95f0b5cc12235dd0e78bc34b4cb2a5f0a7da0
 AUX defaults.list-r3 18178 SHA256 
85c225ec5fe9c4e0d337ce003441cc419f54259a46122128cfd958a7bfd2b45b SHA512 
1c8cd1a07f0aaacaef2adf7d009a90996b177b348dd6780fc9692728424d8803e517ae4d357fa2324e447b8d082836b60565497b505d54e0559704757b6ecbf3
 WHIRLPOOL 
f07aa9c1390a217b53a49038b0a631da347b5e937f8c7ea1c56d83af4a5c5e1b32d0cb30d75d881b2af0e8e5711bc7907f916976a3c816a5909f2087a8341b38
 AUX patch-gnome-session_main_c.patch 538 SHA256 
9c621b5bd9bffa07a0cb3eefa1826757d92422efb3a83c7061f78ff3b8052f0e SHA512 
f4941f47868baf05d665bc2b67d27e417ac251c6211cc66e68a4dd2b035804d6333929592e5c40b1610ab1f8e393006aed956afdc29c430524132e7ced32d055
 WHIRLPOOL 
e8593d3e71a664c82f61521bbe7e594cb9a1741e9805e4a194be6afa3f0f389349e23ed71f9f90a15fb0a445dacc6a6795fecab753d8245feeebdff94cbb3eb1
-DIST gnome-session-3.20.2.tar.xz 785952 SHA256 
025f97e0b9f5431890598d6130040e1e7071771cc29e1d29d8e2e7c84d95f6da SHA512 
0973c9763195a79038d99139f56eff8d7ad1fccc4c4e41a6439b5c65c615059a21446545af70f4ed83ec6925fd61a7664e70eec844dfe5e2a1001dffdbbea13a
 WHIRLPOOL 
4a3cf1580b966a0b617e78db45635ec66d7bdfb6d5b183390edb07aaae3911876ff4af774cb0ae93c6ee4316555303812fcff40efce1827946457cb2a0646f61
-EBUILD gnome-session-3.20.2.ebuild 3610 SHA256 
aa5d07e82e91b74ec622631b5f4619d90653ceba404e244df125f0bee610b521 SHA512 
e84c0688aaf696

[gentoo-commits] proj/musl:master commit in: sys-libs/gpm/

2017-09-05 Thread Anthony G. Basile
commit: 8e91ed1ff081a64b6b5783d710a84c885e92f7cc
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 09:35:55 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8e91ed1f

sys-libs/gpm: fix manifest

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-libs/gpm/Manifest |  3 ++-
 sys-libs/gpm/gpm-1.20.7-r2.ebuild | 48 +++
 2 files changed, 36 insertions(+), 15 deletions(-)

diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest
index 6544be5..971a21a 100644
--- a/sys-libs/gpm/Manifest
+++ b/sys-libs/gpm/Manifest
@@ -3,6 +3,7 @@ AUX gpm-1.20.7-musl-portable-sigaction.patch 649 SHA256 
c129eebf3a6c21902e28262e
 AUX gpm.conf.d 580 SHA256 
73e7483fdc4b12ab4225a4cb13bbe7da71b07b9e69b17e3a6a4c63cb5e2287c8 SHA512 
14a4306a7454d1a12fda29973b51aadd6d1a5cf4833b1be5298cfe0c1ebc63a479cc79490007ae92c6ae24368e19215dfc4bd50ef5b0cfa0fef88cf69db67065
 WHIRLPOOL 
61039423b5749f65505db3d0c3355599f5776b8807b7e79720d9498916f1dc1312070209ec470375d0bcb9a36919ad0dbde1f5c6a283454c7ea9be3cc3e33c43
 AUX gpm.rc6-2 559 SHA256 
a342f0d17362b193e4aca3b9f947c6248f2da410707fc8e81f85ef98dc816411 SHA512 
76551425be39b01311c262435a1bb92cad5cbb7ac33b118a98d88d14f564aa225d6ba6c5caae40b83a70c35a3bd75506ad6521a2d62399300fbcb544c79063ab
 WHIRLPOOL 
18655b40ec4e4be1ae273c1c5b0be43b5af7e63d44cb9ecd8a785e91fab2c7c9756ffc77e11775373938c4695e7c966b5b2e7f80389a62cfb3e012043d1a0304
 AUX gpm.service 222 SHA256 
85f7d7144de8b2b941ba118ff1e6c0579ed825bbb34b576814b05cc45c5a067d SHA512 
d710169f06a17aa372e88952bc67d1fb91c795349e9edc37f9c0bebf3bbd6502646ac9aac12ccbb5630b1b39143976e0780b9c7325d3610c3ac1683ffda7f05b
 WHIRLPOOL 
6a7df1311c6f742168bd6aca9ec3c2def2f9755c9fa9f24b60e22a158f366636cefa2d430c5ee30d05dfccd2a576d981c32134052d207608dcf8fa0a8b292b0a
+DIST gpm-1.20.7-docs.patch.xz 41668 SHA256 
a1b73e8916d1ae5e336a6c366c2be51b668176d743bb137a53c623f5a634faf6 SHA512 
6cdcad70d0a77a56cb507330ff8409155de11255b5e61fb92ee439c1e117932c346df475f4187abb0e348ee4c28fa235a9693883b1c36913e91404662df272f4
 WHIRLPOOL 
f6832979bc5b3ca1c61f150ab8795f744dc3d44fa404038dd5de97c4fd939e2e1fb4b40bcb27daf5cb81846a0841954dbfa5b8d6e37e341b834d9dce6382dcf1
 DIST gpm-1.20.7.tar.lzma 789691 SHA256 
a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c SHA512 
a502741e2f457b47e41c6d155b1f7ef7c95384fd394503f82ddacf80cde9cdc286c906c77be12b6af8565ef1c3ab24d226379c1dcebcfcd15d64bcf3e94b63b9
 WHIRLPOOL 
d3d142c3aa385e2ef4b16c96e0f94c04b3666376d893c516d439737c2f3016a12fff7884a8f18b5e6b58e4ba21d82379204b18621a2f338d8ab6d478e4e1ec1a
-EBUILD gpm-1.20.7-r99.ebuild 1918 SHA256 
a4050c05984cf8987cf7da47f755a15cea8c108922c1959e4f65587f367bf5e4 SHA512 
d753d2df145d1a607bee44a7d8cb08ec5d385b68158f9a4ea1bca7cd6329009f0fda9ac405cbb1933dbb3955d3571616372583185d63bb37462382f285a3e29d
 WHIRLPOOL 
d7a1905b004170e5b263dcb8e57ac74fc3aec6276f548dbce010ab2abfcc5d7aaac1aa702bbd3e15d9dc34725deffae55de883a47791d997ff5596d56d508ba9
+EBUILD gpm-1.20.7-r2.ebuild 2373 SHA256 
2b78296ef3694eb6edbb9685511fed61fb56998679e868ff48819808d99a916b SHA512 
2c1e09c90d0e1b64b27fc55f005604c66255e2f9186d924a2d57d04504d4b95b3abb248c9bb57c371c658e610756fc45f3da93ac5fee43d5bfb1fbe3c0531b35
 WHIRLPOOL 
7c0cd44c509787fefeeb39b36aaaeb845366944d0b4d6c8f79668a27b7f031ffdd4aac17db47beea93aa6cb2ebd7b25eba00af521f3636610a68685e73673d81
 MISC metadata.xml 253 SHA256 
d82c33ef453113a5c1ebe250dcba373c22934a69b0a86c6ab15a5ca589c25b91 SHA512 
54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef1
 WHIRLPOOL 
e5aee23acff864609953a1e4de768f0e4aef704b44c53c021f28573e1ca5c99f1a46d92935ecec2449f7b4419a36d8373127d0ecfa8d7bae72d835e1839eb3f8

diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild 
b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
index 16d7ff4..6ce2d72 100644
--- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild
+++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
@@ -3,42 +3,57 @@
 
 # emacs support disabled due to #99533 #335900
 
-EAPI="4"
+EAPI=5
 
 inherit eutils systemd toolchain-funcs autotools multilib-minimal
 
 DESCRIPTION="Console-based mouse driver"
 HOMEPAGE="http://www.nico.schottelius.org/software/gpm/";
-SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma";
+SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma
+   mirror://gentoo/${P}-docs.patch.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="selinux static-libs"
 
-RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
+RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
selinux? ( sec-policy/selinux-gpm )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r12
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
-DEPEND=">=sy

[gentoo-commits] proj/musl:master commit in: net-fs/samba/

2017-09-05 Thread Anthony G. Basile
commit: 0bda0a4c9136d5972360fe86f72d738e5de07eab
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Sep  5 13:39:04 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0bda0a4c

net-fs/samba: fix USE flags in metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-fs/samba/Manifest |  2 +-
 net-fs/samba/metadata.xml | 13 ++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index a615a33..bbc426d 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -14,4 +14,4 @@ AUX winbindd.service 240 SHA256 
755036bc419cce90200ac3c04986fbb7cf718c128c2a1288
 DIST samba-4.5.10.tar.gz 20989431 SHA256 
7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 SHA512 
046bae9c66083a4fe656d6a7b02b64343c66e0ea4925193a898dbda107b5b158d1897f16c36f4c393a30457a49215fa6ef91720367f4946760ec48ce02a4a68a
 WHIRLPOOL 
2359a40337c2a85c17e3c860a8531c21ec5cf3c180dfd5a1e554f2eb5e10576a8b706464d490e008af441d9ce6a14043112d621d8e140461806c97947362933a
 DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 
fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 
920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927
 WHIRLPOOL 
6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d
 EBUILD samba-4.5.10-r1.ebuild 7766 SHA256 
40acfac0c5339a1d7d2f43b5cf060977e5161b8400aaf6161bbee4bbc133 SHA512 
896e700071adf753ca0dc1951d0afa6379fcb3d4358066037783410ff8f20faa3bf032d0dfef8dc5d82423afa20f4180c041dfb67014877e339fe30b627213ce
 WHIRLPOOL 
6f6df73c72bdd5f28ec97f4c97fc4618bc3ad79bc064ad36a3b8c84352a7e596b39c7c5294046add38dd5accf67a8f22a2fe56da74fb177738f032c6644ee621
-MISC metadata.xml 1230 SHA256 
d2a5f177bed97a9cce3acc65fd7271a2a595fb7d47e80824f0052e80209a1f7c SHA512 
481f845a1fe4f95464854a54fa21d2f5a553c2fa97af854dd3491a95bfb6f9ca7b17ca24ce7698d536dbe38f0541d20eb59076d05e15c18a83a9c4820f05c983
 WHIRLPOOL 
7fb669383a22bad5a259cbe46b68bdae1a29f97a10790867c55f3032e683f2e1a47bb3f4c48cb4132ef734401d1fb5631d966fa8f11e69a63e6c4466e7582ac6
+MISC metadata.xml 1535 SHA256 
e52ce6fb55ee494bc4ed348148a75f496df1fcc5282795c58155d3d770816a4e SHA512 
478534265c8b41cc907fd27b7bfdba056a5949d9a6d1c0dec16572eebd7c9eefed24cb625a15f36f457fad0bd321063f0ffe2ed764415f3c09c61458b0751baf
 WHIRLPOOL 
dd7e58a5eda413342d65e117d1020c2a11befe5b1577c0569a4c4749b0ca4592a6d086b03079f1e271b375f700868b57e5a9ed7d404e8d3201d1b73c558e7f76

diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml
index 7ab9667..c6b9bbe 100644
--- a/net-fs/samba/metadata.xml
+++ b/net-fs/samba/metadata.xml
@@ -10,15 +10,22 @@


Enable Active Directory Domain Controller 
support
+   Enable AD DNS integration
Enable Active Directory support
-   Enables support for the winbind auth 
daemon
+   Enable asynchronous IO support
Enables the client part
-   Enable AD DNS integration
Enable support for clustering
Enable support for DMAPI. This currently 
works only in combination with XFS.
+   Use app-crypt/gpgme for AD DC
+   Enabling iPrint technology by Novell
Enables support for user quotas
+   Use app-crypt/heimdal 
instead of
+   bundled heimdal.
Use app-crypt/mit-krb5 
instead of
app-crypt/heimdal.
-   Enabling iPrint technology by Novell
+   Enables support for the winbind auth 
daemon

+   
+   cpe:/a:samba:samba
+   
 



[gentoo-commits] proj/musl:master commit in: x11-misc/lightdm/

2017-09-05 Thread Anthony G. Basile
commit: 48df7c78bad550882013aab666c1edb100a2be76
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 08:37:48 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=48df7c78

x11-misc/lightdm: revbump

Signed-off-by: Anthony G. Basile  gentoo.org>

 x11-misc/lightdm/Manifest  | 4 ++--
 .../lightdm/{lightdm-1.21.3-r1.ebuild => lightdm-1.21.5.ebuild}| 7 +++
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest
index 509fff7..a5a33e1 100644
--- a/x11-misc/lightdm/Manifest
+++ b/x11-misc/lightdm/Manifest
@@ -8,6 +8,6 @@ AUX lightdm-1.21.3-use-is-utf8.patch 1904 SHA256 
e26e9d309537e261671d1c5ff777d34
 AUX lightdm-autologin 155 SHA256 
a3fefe481ba0511f6557194a075f9b40dd15f1680fdfc9cf2441467bae726c83 SHA512 
d09be0a61b7eea18a5c5977182362226e82a39b238c401f636bdf0a83381b97a16efc19e67be10b76854c95186dd65f539431d2352ce87a4e35dd1d40e388064
 WHIRLPOOL 
6c5c431b18c2315b759dcd5a027421b234aee83d6081d98d5626f938c3aa7d4f3d93c2221869549b03dfe2903af46318fd52a0b428084949bbae57b75734d304
 AUX lightdm.service 279 SHA256 
2e03423cbe88c9fdc3a9684d6d14221aa6e92d105f9d1d53b08747d966c45125 SHA512 
5b60788e35ebd7918b21ab52dc3f5cc29dd3aa45ddf6cfe75a72d1c541620f0438378a9bd681e2c151a465cf981e803b399f61b48ff5d0f2e1a3cc950c30d23a
 WHIRLPOOL 
cc7cc2ef2b8ea68080cca6aff103f4a25143464577a52bb7bc18ce4d1d7996ce2068923481aa3ba38c8c60b7b34887c43667594a0d75d7138cefe12fbdba7b97
 DIST introspection-20110205.m4.tar.bz2 1220 SHA256 
4394a606d380ae5315872ede35387f104da5fad96794d29c45c444a9d481d8b2 SHA512 
5c49239935b93d86cce68b577b43d1a56d8749ab5747029bfcfa67339697134be24ef29ba6c3d133b8c03e867864637c8eb61491a4b7f6bb1e56386ed66cb9be
 WHIRLPOOL 
0765c0a72919b26d0c8c38714450eec578a347bfc1c59d4950b633b64b17aa1cde38dfb87fdcd6e2f364c98d6c0bd3dadaa9c2a9711bd1b5ac09a583b988f500
-DIST lightdm-1.21.3.tar.xz 517332 SHA256 
f66d95d61672701ae8dca0b2d9fe52429e8c068bfbc598639a03a97ee4d0cc0b SHA512 
bb91a1eae1d3637c1556b968b062cf9fc0c0f619320458ea77ea3c4f3dbf2aff5eeed136c703744851ec21fca8e0410dcfb02d2a44ca55c1f2db290a0bf3fde1
 WHIRLPOOL 
26e1ff294598b5648a0a6073ee68585698de41d38b2d77ca9deb2cbffc5beb685563e204ce5077b7ae945b253d68b08fb8580ac4e6220db92079af01c7419a2e
-EBUILD lightdm-1.21.3-r1.ebuild 4137 SHA256 
b57f7b73bf25b89fbdb9d5f25f011713398699156b1471cbae9fda92acbce27a SHA512 
817a14650f981cb982e9fe1be1cd0ca321e610a9e1340885cfa964948874bb13544cddcb39dae69b4e2500666476060822df471b834952ccf639803109b5dd6f
 WHIRLPOOL 
4b28aae0b3755efba31dbfaced4248ed782e5ee9699d5fa5b300e7e44f851629d1b2df82d701b82cc66672b856f83e46de9e6bab18a93421dfdf3f5b56bff5e4
+DIST lightdm-1.21.5.tar.xz 517436 SHA256 
f718dda9f14259c6d76138645cd96030b1be85375f42de9948ba05dd3adceeaa SHA512 
01b902441bceb16c8498b88f4ffe59dd2bd545ff58be90f3420b8c6b2ec0ddb0b6c777ca9d52b17cfadb15e710df861a4dd81210151cd93525cdd61d4019d064
 WHIRLPOOL 
1b704a989d777f4536e662a05775e1cb4e0c47d64e16f454acb6a5e60105c786ef164cf4dacf717a678348efd838c8a2ac3e7b82b2713eda6da0dab812baab85
+EBUILD lightdm-1.21.5.ebuild 4102 SHA256 
6a5850aaea2da04748bbdad84fcbb587bf51605b8698ff9f4d85326187c1d5a0 SHA512 
3dc26553ae8a1f5bf359721d05270b4cd99732b72c8944aee0f16baa9cc4a5edb51186a7fdf8dcf660f3547ca874996aade67b66b38ae56e0bec0b22b424106c
 WHIRLPOOL 
d654a81872a73b26592838ed67b35bf2c3d622d1c0d6733f8624653281a755dbf4e4d33d3aa2c5efa79da3d1deb620a931b8530573a05e380511108317b7ca64
 MISC metadata.xml 489 SHA256 
782d64c73c21aae1ee1bc21d65350b298daf3a5a07510190045c42986e188b51 SHA512 
4db697b1b2b308e15666cb44716ff85bc9a68479389a2f40b91775e0571169b1fd8697080406365b83f05cfb8914b71602e2608fcedd0152e8b5c68aabb17d1e
 WHIRLPOOL 
8aa32fb3612e7318919a86f8968a3ececc626b8b131f16576924604034f8bce8d51f72666be2dbfc7b9dbbb1fa9d697443b44a8c5c9c77ef92b807999d2c8f36

diff --git a/x11-misc/lightdm/lightdm-1.21.3-r1.ebuild 
b/x11-misc/lightdm/lightdm-1.21.5.ebuild
similarity index 95%
rename from x11-misc/lightdm/lightdm-1.21.3-r1.ebuild
rename to x11-misc/lightdm/lightdm-1.21.5.ebuild
index fc51c26..70a4723 100644
--- a/x11-misc/lightdm/lightdm-1.21.3-r1.ebuild
+++ b/x11-misc/lightdm/lightdm-1.21.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
+IUSE="audit +gtk +introspection qt4 qt5 +gnome"
 
 COMMON_DEPEND="audit? ( sys-process/audit )
>=dev-libs/glib-2.32.3:2
@@ -41,8 +41,7 @@ DEPEND="${COMMON_DEPEND}
gnome? ( gnome-base/gnome-common )
sys-devel/gettext
virtual/pkgconfig"
-PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )
-   kde? ( x11-misc/lig

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

2017-09-05 Thread Anthony G. Basile
commit: b9cc2ddbb395f76ea305c76d5ebcc770fc25eb0c
Author: stefson  yahoo  de>
AuthorDate: Tue Sep  5 05:41:55 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b9cc2ddb

media-libs/mesa: cleanup old versions

Signed-off-by: Anthony G. Basile  gentoo.org>

 media-libs/mesa/Manifest   |  22 +-
 media-libs/mesa/mesa-17.1.0.ebuild | 507 
 media-libs/mesa/mesa-17.1.1.ebuild | 507 
 media-libs/mesa/mesa-17.1.2.ebuild | 508 -
 media-libs/mesa/mesa-17.1.3.ebuild | 507 
 media-libs/mesa/mesa-17.1.4.ebuild | 507 
 media-libs/mesa/mesa-17.1.5.ebuild | 507 
 media-libs/mesa/mesa-17.1.6.ebuild | 507 
 .../{mesa-17.1.7.ebuild => mesa-17.1.8.ebuild} |   0
 .../{mesa-17.2.0_rc6.ebuild => mesa-17.2.0.ebuild} |   0
 10 files changed, 4 insertions(+), 3568 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 56e3a7a..b285e7d 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -7,26 +7,12 @@ DIST mesa-13.0.5.tar.xz 9171480 SHA256 
bfcea7e2c801525a60895c8aff11aa68457ee9aa3
 DIST mesa-13.0.6.tar.xz 9179236 SHA256 
29ef104a7fc082d352b1599bd6cb1d040be424ccd22f5e0eb7ee9b0e9acd3597 SHA512 
2455e044647f674c2f1dd524143b61b8630713fa929bbf6fe1c981436a9c08dc933553d638a22b32d2799afb77be746355b48b1b20af172141c5b63891e94441
 WHIRLPOOL 
1fdaaf29de96225cf41a3bdeb559a35cf20fda524f80985b2bfdc52095dcb7f6b320704b7ccf754a6f80555925a6a80dfa2b1115a4bdd9bdc1ebb672f115208a
 DIST mesa-17.0.6.tar.xz 9494872 SHA256 
89ecf3bcd0f18dcca5aaa42bf36bb52a2df33be89889f94d91f7a504a69d SHA512 
537d28aa694c2d48811d2467e33b3adc841067d5f1cdb7e0809ba100f71869090285bbb246e57e5f0177401a539b44cc32b1ccfcb32a1855c14b011b92d32eaf
 WHIRLPOOL 
f3ee87377e87cbd23bd9009d840e6c0ae50ccbbb30cfa7be61f3023cbe9519f5b50f22c59dbcc207a106a6e357d77074fcaee63916ee091b920cbc3d511ec2ab
 DIST mesa-17.0.7.tar.xz 9460316 SHA256 
f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 SHA512 
378d643cf63ec3ed5fd093c00079fb03375f6a87875d3583a5d4707d3d6b21934194b0f624f4ed261c9a05a2fe3e9f292dcd8466e82cfb95d919459e3eb635ea
 WHIRLPOOL 
a18d8a7b4ec1f27f715ce7b1bfc8310b331f6341cab53264a53dd0026b0ebf53d74d6a0d4692b20cd311ce702295a68604a0eedd9002afae67976da8bc5925fb
-DIST mesa-17.1.0.tar.xz 9849580 SHA256 
cf234a6ed4764673886b6661553b54675776ef0898f774716173cec890ac3b17 SHA512 
9730e989ec2731e9b1df7515104d585af3fb7234f40fa13e8974910784db24c25e06d0c546af85de6a9c562212b6784932510c607f5f4b8061194a6429a64af3
 WHIRLPOOL 
f7ed68bd0888f58012aa9505cf078d0670e90aa3983e45cc3c60dc55594a19096edead339872d5a2111d563b195f11aba99caba60197a7b02bec58f0ff23d754
-DIST mesa-17.1.1.tar.xz 9854480 SHA256 
aed503f94c0c1630a162a3e276f4ee12a86764cee4cb92338ea2dea99a04e7ef SHA512 
4679b8c1a957e515e9f7a6658f2264d4c458379a37fa8f64c9ef03e817857a683fc527a8172d3ae68ca5ebc84a1a78264e18807704c5130c95efdf0431502bc7
 WHIRLPOOL 
e34aef05bc9f6256a717de1d47f445fedbe5981836724b31e6d0ee801a26b23da9c70acdbfc86d2b676f494ba2c47bf24d8ed0c5c8fb3774fba28443d47578d4
-DIST mesa-17.1.2.tar.xz 9837516 SHA256 
0937804f43746339b1f9540d8f9c8b4a1bb3d3eec0e4020eac283b8799798239 SHA512 
9df5e1a0336948a6ba338a9a8499b286543bc079f61f1cf85f6ecf98e05fab9a23cde0d1e3f2153df9b07515cb8c1a08531d43f053783991ecdd32380d3b
 WHIRLPOOL 
81ce678cb95eb86c41fb00f01ad5f4ed207a20e8290d789f347377553da4ff7ebde56bdb41df03a94a30f6fc141c52833bf6da6c5a79ff85654c7806945b4bd5
-DIST mesa-17.1.3.tar.xz 9861256 SHA256 
5f1ee9a8aea2880f887884df2dea0c16dd1b13eb42fd2e52265db0dc1b380e8c SHA512 
b487d4f3d7717f379e7aaf66958bbef886fbae219e6e0333123c4623dc7db84109aca8cf07be08c0b79a74bdb198c704073fd549c6e85aa952ed3c97da1a8a94
 WHIRLPOOL 
f9e2634e8a4c9765739ca4db005901d4df077f954e9008c05ee26dfc10e008166e5128096db071e0e26f4bdf244ecb9f8767b8862b018a68d677a3579c789114
-DIST mesa-17.1.4.tar.xz 9899196 SHA256 
06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad SHA512 
cb8369f0edd3e17b4eee8da159b9dc487f8144d69fe4b95901e9aa6a924759866f26f91fc2ead7036707eecea41582185e7ce73d54f97bf310f198b72ee0a8e4
 WHIRLPOOL 
5c313d7b938c58a7e2f59b619161316629ee996025dc5810742c881716cfcee441a8b3641d644fa0bc4aeec6c44c4b1ce99f515a59159a3391cf4948c2bab45a
-DIST mesa-17.1.5.tar.xz 9901876 SHA256 
378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9 SHA512 
a12671afd812b304e1db690b123a9de16332608541f71cc3ee9128a3630c81416d46255e5bdbf19e14e85716b218f447987b555e3bc0081b8b6f392556fa21e2
 WHIRLPOOL 
b3a94172df5061774e7746ca9f2191f0f04ff375cb76406e22a694141d185f650ce04b3fa4f89b054aa3348f3562886982b5b725680d9ab1cdd6108900da91b7
-DIST mesa-17.1.6.tar.xz 9868932 SHA256 
0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50 SHA512 
cf57f29a2120

[gentoo-commits] proj/musl:master commit in: sys-auth/skey/, sys-auth/skey/files/

2017-09-05 Thread Anthony G. Basile
commit: 436f7ed36d14629a77fa0b8549f81d1ca71ae71f
Author: stefson  yahoo  de>
AuthorDate: Tue Sep  5 09:09:53 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=436f7ed3

sys-auth/skey: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-auth/skey/Manifest |  6 --
 .../files/skey-1.1.5-add-include-paths_h.patch | 11 ---
 sys-auth/skey/files/skey-1.1.5-ifndef__P.patch | 14 
 sys-auth/skey/metadata.xml | 29 
 sys-auth/skey/skey-1.1.5-r99.ebuild| 83 --
 5 files changed, 143 deletions(-)

diff --git a/sys-auth/skey/Manifest b/sys-auth/skey/Manifest
deleted file mode 100644
index ca595c5..000
--- a/sys-auth/skey/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX skey-1.1.5-add-include-paths_h.patch 337 SHA256 
23dd768cd9459a7f5f316925942c2dee62d4b2c72308a3280d32ed126ed69c44 SHA512 
3a9f1d3c28015916828daa4324f67b50bcea8ca753da2c3bea5bb075d978f12e73174975cd0e31ba6ce4e57e10b24ae5d5d5c1a1f4f50e4e175edf7a4de64d1b
 WHIRLPOOL 
86ef0b6af441158ce7b6de7464ed14b50f383064594ff4c382c8e8556f1447c47e7bac3a53d156ec5775ec67b1efca7c540de3ac5bd14f2110b05f886e551ad6
-AUX skey-1.1.5-ifndef__P.patch 441 SHA256 
dfd20f625fd6c520cb4dffcbcd4e8c88fdbece1db76385803dca3e5f0e913152 SHA512 
146ff7fb3024e870586d68ec93645862f519d32843dd1d829da7f5aedac8c48cb66d2ababf02a6881d724552d7d3e83e4edd116eedca863bda47234ad8cef7e0
 WHIRLPOOL 
df44615618071d55c164f59a41e1eb6cb881ddf86d97aecc2aab8e7a5ca240002b1be0bcec079fe994e787a41f5947a358c737ad533b13d555ee17f95fabe86e
-DIST skey-1.1.5-patches-3.tar.xz 33604 SHA256 
adabe7b286f586d2cbe1a4b15f71310b7d8e25fc3187f8a89071359d7975badf SHA512 
dcef6837e563ce3f68fe4eed35f16db1636e1798219dba95c86db505b5f67034b44bc6d02e0125faa95db8a5c39e9615bfed2dc3105905e576d96cf32016bc2f
 WHIRLPOOL 
bff241ecf0f59dae810db300bd858f76e18153f1958f2154c538f42040cc1040f049442d697767cfa7346996931d81370c2551d752c52810c9b18fe9e351c212
-DIST skey-1.1.5.tar.bz2 61911 SHA256 
e21bcb7c618c0bc87a72d8f0f097d7517fffa4e881a0f295ee1ce2a7dccf4aef SHA512 
4cbddc7e31134d5e23801a9b07de0d05c8357aaa8dddfb8426fceead3f54e539f77204f78a08b2a93890ef2f4f807a2208080f58f80818afa1b8cd4884b1fb37
 WHIRLPOOL 
abf141fd679deeaee3f3883cd3076620c84e8775ecacc8f87d561c1812beae55299989f37ec331633bac29e25b4b8d145dc590ef119c73a137d8790815bb13f2
-EBUILD skey-1.1.5-r99.ebuild 2010 SHA256 
670a7ff0835d5ef61252f554fef5085568c0bb5a422996e76d0d999de1570c5f SHA512 
439aa1f124d250c5ffbb03edbec59508d3bd20bdfd64e428ee5b2bbd171e1a546c36fe8becbc8d9c851a6f364356deaebcc6fa8d0e5f12bb01237452eb0ad307
 WHIRLPOOL 
d8f9179beb09b102b041ee9b29577f3c7d9e41de69c86d12c62a89003939ca34d8dea0b2722b56f74a0d783e3b68c0b0a067ebdc0b3e120aa4b873e02d6be8ae
-MISC metadata.xml 1432 SHA256 
a291b68f13eda0fce9f8ae67619877c1e66b750fd61f38dbb8fbc1e4abe2176d SHA512 
8fe776255ff049ae9c16ee0ff157761114ca4fcc777d103e707557ef5f18fba9d65e63a77f24219e27d267cd76839abf128210969dc4330d66920a2ee574aabf
 WHIRLPOOL 
174360e0598007cb5399e8135f646f547b7df603d2548d897e386d732e1a742288a80dd2717e27bf1f608ec1e3d56428b5db15ddc2ae78e3afcb282b34d886fd

diff --git a/sys-auth/skey/files/skey-1.1.5-add-include-paths_h.patch 
b/sys-auth/skey/files/skey-1.1.5-add-include-paths_h.patch
deleted file mode 100644
index a0e103c..000
--- a/sys-auth/skey/files/skey-1.1.5-add-include-paths_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur skey-1.1.5.orig/skeyinit.c skey-1.1.5/skeyinit.c
 skey-1.1.5.orig/skeyinit.c 2015-07-16 21:23:26.325880927 +
-+++ skey-1.1.5/skeyinit.c  2015-07-16 21:26:13.129874652 +
-@@ -36,6 +36,7 @@
- #include 
- #include 
- #include 
-+#include 
- #ifdef HAVE_CRYPT_H
- #include 
- #endif

diff --git a/sys-auth/skey/files/skey-1.1.5-ifndef__P.patch 
b/sys-auth/skey/files/skey-1.1.5-ifndef__P.patch
deleted file mode 100644
index 1c52102..000
--- a/sys-auth/skey/files/skey-1.1.5-ifndef__P.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur skey-1.1.5.orig/skey.h skey-1.1.5/skey.h
 skey-1.1.5.orig/skey.h 2015-07-16 21:23:26.097880936 +
-+++ skey-1.1.5/skey.h  2015-07-16 21:45:00.553832237 +
-@@ -67,6 +67,10 @@
- /* Location of random file for bogus challenges */
- #define _SKEY_RAND_FILE_PATH_ "/var/db/host.random"
- 
-+#ifndef __P
-+#define __P(x) x
-+#endif
-+
- /* Prototypes */
- void f __P ((char *));
- int keycrunch __P ((char *, const char *, const char *));

diff --git a/sys-auth/skey/metadata.xml b/sys-auth/skey/metadata.xml
deleted file mode 100644
index 93a2420..000
--- a/sys-auth/skey/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-  u...@gentoo.org
-
-
-  From RFC2289:
-  One form of attack on networked computing systems is eavesdropping on
-  network connections to obtain authentication information such as the
-  login IDs and passwords of legitimate users. Once this information is
-  

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

2017-09-05 Thread Anthony G. Basile
commit: 5a958d3d9f31b70c7b43179a7f1f600596e64951
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 09:44:22 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5a958d3d

dev-qt/qt3support: fix manifests

Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-qt/qt3support/Manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qt3support/Manifest b/dev-qt/qt3support/Manifest
index 5155dce..74f7d33 100644
--- a/dev-qt/qt3support/Manifest
+++ b/dev-qt/qt3support/Manifest
@@ -1,6 +1,6 @@
 AUX qt3support-4.8.7-fix-socklent-for-musl.patch 3982 SHA256 
905bc36d1f94cd66984a64253cbda84655d350b34255f0cae10fc9d6df788051 SHA512 
54dc653bd480b1b860f5b97f615ddd19470721244e809669ae988138bc04a5788b1ffc704153b2ab7a35c047ae5bb51cf94420f72a368735e6ec5688b9b093a9
 WHIRLPOOL 
9cb0aa6b92b1d26b17996f444dc7f5937a4e1c36ae98fa79312da3b68020dbf2efde6b2d4fd7d1d9513cb42425b58560d3c1d67403fc4fc44b6d08cf3dc575cc
 DIST qt-everywhere-opensource-src-4.8.6.tar.gz 241623667 SHA256 
8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c SHA512 
c2d07c3cf9d687cb9b93e337c89df3f0055bd02bc8aa5ecd55d3ffb238b31a4308aeabc3c51a4f94ac76a1b00796f047513d02e427ed93ae8dd99f836fff7692
 WHIRLPOOL 
473566814a77237dbdd37a47980c1085f6cf39599c4d6b0120959fe80dadf65c4eaafd5f528dd86cea8815562faa204bedfe3b766c2ca4f2d2c99efc21dbca84
 DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 SHA256 
e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 SHA512 
f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125
 WHIRLPOOL 
ad8f01172f5bdb3a3a69fe7b03862c4c411bc8d95211053ad66ed1d60a3c0577d073d1075a1e0a80b25d9b2721addda55a2967e6ccf5e194cec8d08770ac5fc2
-EBUILD qt3support-4.8.6-r99.ebuild 846 SHA256 
09c50ef3e49bf7a85b4deda7cbcd6a852532044b1f79794dc5a9c0c269df64df SHA512 
aa6e47124d028bcc652806f03407b130bdcf05980b6c61679a9948bbbea5251f7522619b9a271470de7f3497de826614e97656cc58f7d7d272c0ed57ff72fcd4
 WHIRLPOOL 
6c5c34fe051ad24dc1a8cc516663e14a959dbf36c57d02d629379dd02fce5bdd887b57d401956e9c03e432e28122ffecab7649ec5349b3a6c44640013a19739d
-EBUILD qt3support-4.8.7-r99.ebuild 811 SHA256 
fe73e979ec2e8adf6756f798e2c442c961983cc19bddb2dce0e4e12636d9663a SHA512 
84f607eefe29a47782d0d33adf08482aa5552d9420f0f2d7e89914ba7f77f766daafc4fcc495936b04da2da69ff0e5a086a933f473c77624855ff939c953878e
 WHIRLPOOL 
1e34479933f64f3861d5841f503cdeedeb25b6b646f9a622fd40269f1e2c5d46223759e4d9614435d6fa2e0f3bbf3c6a9cfc2f2ccf13ada923429e8e9e4e4070
+EBUILD qt3support-4.8.6-r1.ebuild 846 SHA256 
09c50ef3e49bf7a85b4deda7cbcd6a852532044b1f79794dc5a9c0c269df64df SHA512 
aa6e47124d028bcc652806f03407b130bdcf05980b6c61679a9948bbbea5251f7522619b9a271470de7f3497de826614e97656cc58f7d7d272c0ed57ff72fcd4
 WHIRLPOOL 
6c5c34fe051ad24dc1a8cc516663e14a959dbf36c57d02d629379dd02fce5bdd887b57d401956e9c03e432e28122ffecab7649ec5349b3a6c44640013a19739d
+EBUILD qt3support-4.8.7.ebuild 811 SHA256 
fe73e979ec2e8adf6756f798e2c442c961983cc19bddb2dce0e4e12636d9663a SHA512 
84f607eefe29a47782d0d33adf08482aa5552d9420f0f2d7e89914ba7f77f766daafc4fcc495936b04da2da69ff0e5a086a933f473c77624855ff939c953878e
 WHIRLPOOL 
1e34479933f64f3861d5841f503cdeedeb25b6b646f9a622fd40269f1e2c5d46223759e4d9614435d6fa2e0f3bbf3c6a9cfc2f2ccf13ada923429e8e9e4e4070
 MISC metadata.xml 497 SHA256 
a7132694aa856761ffc6ce56c3cba8569caccf29ac795fadedb59e941b728b39 SHA512 
7afd9c1eff3b0594ece2ef53c32dd842a6eefff6f67b6a92c7fc64ecf65c6b54d1c1925fd6b0dc56e7d5165412a49e83a17cace9e12431f64f6aeeda539ef4de
 WHIRLPOOL 
519f5324299823b102950c4be0ffc994284ccda63453f4813d5888e2f9d6aea58a84c437b656c28de08cbcce433c01f78c5bdb07dca399f0545b7b9c394ca652



[gentoo-commits] proj/musl:master commit in: net-dialup/ppp/

2017-09-05 Thread Anthony G. Basile
commit: 08b40cf9de14d259571e389b502d68476946fc05
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 09:18:14 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=08b40cf9

net-dialup/ppp: revbump

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-dialup/ppp/Manifest|  4 ++--
 .../{ppp-2.4.7-r99.ebuild => ppp-2.4.7-r3.ebuild}  | 28 ++
 2 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/net-dialup/ppp/Manifest b/net-dialup/ppp/Manifest
index 1876ffb..08e18b5 100644
--- a/net-dialup/ppp/Manifest
+++ b/net-dialup/ppp/Manifest
@@ -2,8 +2,8 @@ AUX README.mpls 530 SHA256 
5ef99aba902533fe9d17b7dfaf91e72b638cc70b9f811d1e51882
 AUX modules.ppp 299 SHA256 
8947dd48d3d0c128166edc9bb0917b9af88502296fad791d6d90bf165ca50db3 SHA512 
58bf5d6d286a08bd6dd595b39ee425efedd5745dddf33a9c90505891546eb46f4cf1306d83911bef61bc4611816aa0f6aef5d3e0f14c2f4ddd0a588780570041
 WHIRLPOOL 
dfc2d6fb1a36b74b0dd998739bb1c5977234c2d88100f686fb6faae2826795b0ca217937a7775660421f5ebc356e5e1378849ac6e56fef018eceab6f90bb26e3
 AUX ppp-2.4.7-dhcp-musl.patch 1943 SHA256 
2c76bf44407ebb917c0c7db7b1d7c7253e6d67efa16edfbd6906b7cd18e5951b SHA512 
26cbbe527a8bf950d983f124b78b6b65fcd5f37ff9af20ec8ffcd7b4cb42d507ec80270361c7993a4cd96f78b170da5b5818f10146f76f193f9cd958f0014eec
 WHIRLPOOL 
d2578dbdf9a9b1215584bf77c0a725e7c0785880ad09a8b27cacb6f79655338d1e3609d984a8a523dc41392edc658ba0d161a5ea5639569b7be247ef9b4d1276
 AUX ppp-2.4.7-musl.patch 5350 SHA256 
91e67a03538b1146584b784bfd41f33eb4d0587af66e6df442a3a2ffa259c8af SHA512 
ce6381280c5299933ee55cc1039874e9d33900e28198939263ca4b78e1c1b8e88939e198c4e313e7f05ba6d85ff33e8d5ccd5c5ba12c7acfff6d96e767738179
 WHIRLPOOL 
bf6d148ba578ffcdd169c966d13daa541d478a2d400e1a1aad53b52d0e11b55d14b23d0f78f3f9dbb8b3cfd56ea4641d2a15224fcc47fc996c4779429d4e397a
-DIST ppp-2.4.7-patches-1.tar.xz 38852 SHA256 
442e619ab33afe4c8d295a221699917604dbc55171cdef6fb2094bf0aaf6 SHA512 
105c68cbabcc860498bdb583598fc5838de5f523875ef3e7c35ce3c367d89072b0a52d97c2d500cd225407e2b6d806b45054c19ff1203dd1fad10515980d56da
 WHIRLPOOL 
d57aef8666b5189d4d9a69de3097eda41233dfdc07d87ac7a91d5e03bb070f372665d7c39912fc7196504ca079220efd5103cfecc3e5f97136d089e7c4f4e44d
+DIST ppp-2.4.7-patches-4.tar.xz 37308 SHA256 
afd96003fb50b462852d81f10af344ff23dcf26f626e65301b45dbaaa89f03c4 SHA512 
f217f7272a791605101e0f1885350db8ff8b580a647e670461b81fe0026ee9050ce68b9b9635edee89ec1ada7adf000c7e6b3aa5a5dafec875ce715a9dfb84d2
 WHIRLPOOL 
ec8ef47938eac296e1573c8281afbfc0914e4cd2461a082f670a2367f4a77359f09b4986c10c498bf39b6a1441bbf9700529991a82a01854d8e2289a14636e9d
 DIST ppp-2.4.7.tar.gz 688117 SHA256 
02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30 SHA512 
e34ce24020af6a73e7a26c83c4f73a9c83fa455b7b363794dba27bf01f70368be06bff779777843949bd77f4bc9385d6ad455ea48bf8fff4e0d73cc8fef16ae2
 WHIRLPOOL 
48f3251e6b955ecfdaf9260b9ea5220d9e355fff836e2f5217ee0b15bf2c93e43f8207005f58bf1f97fb8ff0c76c56df8ecd8536f63c4d84d5940458ba0ba5c3
 DIST ppp-dhcpc.tgz 33497 SHA256 
977fd980bb1d285963d8e27a87b7601ea84317faadfdb40989b258d1853db644 SHA512 
aeaf791b14f5a09c0e2079072a157e65132cbff46e608bc0724e6a5827a01da934f5006e2774eb7105f83e607a52cb4987238f4385cf6f5cc86cbe305a556738
 WHIRLPOOL 
74e5e0d7f9bc52d1b9cfeff83fe74c2b38cc10c60636cd9c0f5d67d61dc7da56dbf2bcc84afa29444546792876cb36afbc853a6515ce9b3d83d6de98eacedd1e
-EBUILD ppp-2.4.7-r99.ebuild 7097 SHA256 
659de46c4264c96eba9c068a1f560951685019f3d1f4942df1baf7b8d7555a36 SHA512 
0543855eef0943d0282d6c107cb6903b8b3991d85815df68e031ba3de387d1596ee9404aec105a8cc0b8c80bb8b387f227d3d670986af465750a51c3828cc6ba
 WHIRLPOOL 
e79916122e46207bbaebe91b9783a53f5b3fbf2098546e53d49ad498ea0d52bee2cb9f9b3cf8043f7d7b1ec19c4251e4237ea9a694d460aaee6151a0f37aff0c
+EBUILD ppp-2.4.7-r3.ebuild 7037 SHA256 
ef67311a6d13ccb51ad010acd1bdf0e163b8f28b5b6be9659a3a6648a1538c90 SHA512 
1d5f4a885ed6db124b57260100313ea0e2c14c1ef69d356bf90cbea5162d0b7a61a39779e9e109074d27b31eab8f00abb4f0986f4c7bc75d5e3282000f804db7
 WHIRLPOOL 
bc235d572d2efd39c733920819e019a4b8c13f95e5b7f0cf485ac89edab14d68953916837469dc19ac95ab3275bbb5a747a629f9af0b40a3cc7550111082afbe
 MISC metadata.xml 1470 SHA256 
f202e01dec4fa5519f5720c1b1eea86e9cc67ea119f2e8c0b35953c879d6dd2e SHA512 
2b00f6c0b4f3079eb885327188e12d151ec3d9682df9a71232b331524d9d3430af5fe342ca4198d926c012059786ec6a7e91fffeec899069a990e032b94b94c4
 WHIRLPOOL 
ffa072ae03216d551c6335cd49633ceb96dbc7e4200a46ced255c1fe8d33dfde5ea5426cac50156d6934b228f35191b6a061c2f95431adc6daef111ad65837a9

diff --git a/net-dialup/ppp/ppp-2.4.7-r99.ebuild 
b/net-dialup/ppp/ppp-2.4.7-r3.ebuild
similarity index 93%
rename from net-dialup/ppp/ppp-2.4.7-r99.ebuild
rename to net-dialup/ppp/ppp-2.4.7-r3.ebuild
index b2cd4f7..8db487d 100644
--- a/net-dialup/ppp/ppp-2.4.7-r99.ebuild
+++ b/net-dialup/ppp/ppp-2.4.7-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundat

[gentoo-commits] proj/musl:master commit in: net-libs/libnfsidmap/

2017-09-05 Thread Anthony G. Basile
commit: cee1cc7b39e68f09c734cea8379f9966d0d42ed7
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 09:45:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=cee1cc7b

net-libs/libnfsidmap: fix manifest

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-libs/libnfsidmap/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnfsidmap/Manifest b/net-libs/libnfsidmap/Manifest
index 06326ae..b4794c6 100644
--- a/net-libs/libnfsidmap/Manifest
+++ b/net-libs/libnfsidmap/Manifest
@@ -2,5 +2,5 @@ AUX 0001-add_missing_header_musl.patch 278 SHA256 
5ad941e71e4523f22da5f30c7855e6
 AUX libnfsidmap-0.19-getgrouplist.patch 3459 SHA256 
214f347663610a63f56659da0f50eac95e0c59257c18f09edcdc37984fdc8596 SHA512 
a778620b51158b07b7224ca010ba199feba85af7fc087bde65cfb8d2660bd7646c08d303a39d2af525b3a449694a60c3c35fe3b696cb0354b5d74423240a9e8d
 WHIRLPOOL 
d44d8f9272884d99f838483742cabbb2d0353b4d45f03988a6addcad54b6ad91059179697618595f7833df47d2e9f17747fc86ce4e94b725c497e19c9238cb2c
 AUX libnfsidmap-0.21-headers.patch 438 SHA256 
755314afbbdc82d2cb2e5f0114a3d6eae0d0978da859f215bb858e44a11296ff SHA512 
55cc2dce6df5c215d2ba270324a2dabdd7c798d88dfe1f6ac01a7bfcddc1b9a23bc031fac2006682596f3984f0ce9782c8584e3b8e02a1b491ac978a69aca926
 WHIRLPOOL 
0ea374b911ba5209b621a363eff287647fdb8d3d98106276f143cb9fd03578c8c477482195876d8f751dcf59b9c1ecf8121f405caae4e0134f23a48cbcc86861
 DIST libnfsidmap-0.24.tar.gz 328720 SHA256 
59501432e683336d7a290da13767e92afb5b86f42ea4254041225fe218e8dd47 SHA512 
1283a4af1bcf3c6f941ab294acc0b2b4bd9ca947f2d3c2e866717478ba2e7a2190a5467b71d7e9136c5c83de564c4892f9e3304323ae17e3988af2e40c43982b
 WHIRLPOOL 
7f9e81dec91429c09b24325bdf077d800b608bb87eeeb5d4334fa3dbbd50a4acf482162716c19c5f5175e48bf129dbf4611c1d6be933097753eeaab834192bae
-EBUILD libnfsidmap-0.24-r99.ebuild 1095 SHA256 
094e6878b1d52529163ff862f1a7f28ce753aa793befb08f1feb3ebc74f864d6 SHA512 
eb7ffd670006a67d060a3d54f1ec484942f631266ddb372a6ae140d9c9b51f535d89a9d8331263171f134aec4fa2e3142911eb84fc7fd55e801136d626a24685
 WHIRLPOOL 
cb384b6bc8651493cef99e57c7699c9a3cf896ee97a9737adf1a2e91d951301fbf99c5eb5c97feb05c6abb3b516f6a1d0e3ae9ae79cb783accb53a6f8037b766
+EBUILD libnfsidmap-0.24.ebuild 1095 SHA256 
094e6878b1d52529163ff862f1a7f28ce753aa793befb08f1feb3ebc74f864d6 SHA512 
eb7ffd670006a67d060a3d54f1ec484942f631266ddb372a6ae140d9c9b51f535d89a9d8331263171f134aec4fa2e3142911eb84fc7fd55e801136d626a24685
 WHIRLPOOL 
cb384b6bc8651493cef99e57c7699c9a3cf896ee97a9737adf1a2e91d951301fbf99c5eb5c97feb05c6abb3b516f6a1d0e3ae9ae79cb783accb53a6f8037b766
 MISC metadata.xml 253 SHA256 
d82c33ef453113a5c1ebe250dcba373c22934a69b0a86c6ab15a5ca589c25b91 SHA512 
54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef1
 WHIRLPOOL 
e5aee23acff864609953a1e4de768f0e4aef704b44c53c021f28573e1ca5c99f1a46d92935ecec2449f7b4419a36d8373127d0ecfa8d7bae72d835e1839eb3f8



[gentoo-commits] proj/musl:master commit in: net-fs/samba/

2017-09-05 Thread Anthony G. Basile
commit: 95522b73d802d4c276aeccea6600a55e05acf5bc
Author: stefson  yahoo  de>
AuthorDate: Mon Sep  4 11:18:09 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 13:39:29 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=95522b73

net-fs/samba: fix manifest

Signed-off-by: Anthony G. Basile  gentoo.org>

 net-fs/samba/Manifest   |  16 ++---
 net-fs/samba/samba-4.5.10-r1.ebuild | 129 ++--
 2 files changed, 87 insertions(+), 58 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index f010717..6470f0c 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,17 +1,17 @@
-AUX 4.3/samba4.confd 1783 SHA256 
53755809cc27fdbaf98752cd3da45b5c2bda62dd46fcc37570c6e237f7954ffa SHA512 
6fc7edf192957f97b171c97482317bf563385917cfdbf950ed28d9387961bd16f82844c6f9b5c430508ec6dc7331ecdf5f81fa3135663316061c1d0b1808f53d
 WHIRLPOOL 
868539ecf658f9da3574847cb1447dafe422c60a9208de5580cf7f53e4346e9c7d1c6b3e7ea5c684b83e613dd912c5245ffce6a43bc8bd9bf8417a9c7a5f2557
-AUX 4.3/samba4.initd-r1 1110 SHA256 
44b53a5d5f516cb944a308613579b3e8e2716651961274b0b01afc70feede342 SHA512 
f69c400d08be6f19864d06ea2a0b3518804b5ad64deac0279b2ad17827b51ef2170bb5b7ef57e8b7041170c66dc7c362f847d2eca0275b74c13adfa156055253
 WHIRLPOOL 
f45d26e8e3f3b86459ee0b4447eab4d585ed025e1f62971dfa48013921d1473c50f0c7aab5b002b7ec6e41281a6638a86ec7188b19773407d15ff1da05215801
+AUX 4.4/samba4.confd 1783 SHA256 
53755809cc27fdbaf98752cd3da45b5c2bda62dd46fcc37570c6e237f7954ffa SHA512 
6fc7edf192957f97b171c97482317bf563385917cfdbf950ed28d9387961bd16f82844c6f9b5c430508ec6dc7331ecdf5f81fa3135663316061c1d0b1808f53d
 WHIRLPOOL 
868539ecf658f9da3574847cb1447dafe422c60a9208de5580cf7f53e4346e9c7d1c6b3e7ea5c684b83e613dd912c5245ffce6a43bc8bd9bf8417a9c7a5f2557
+AUX 4.4/samba4.initd-r1 1103 SHA256 
d40c512760bc0cc56629429219e1eadbcee23aa12ec5b3145f679ed644d0912c SHA512 
8627b32446afed2cf1238eafc0f154ddb6c16857ee96f959e47f8d485b7317354afe59a08fcb3adbd17da087069cf2b94020a44b9190d597b40afd0b8aedf9a5
 WHIRLPOOL 
8f446f2f5302582e162c9eefc679b5037df33d988484aa1773eac732740dbed4e43f771ce9ab93c0a0427f9f90db9c760ab281427e229748640924f91eada32e
+AUX netdb-defines.patch 470 SHA256 
d4a17891a14d9a4290750097cc28279059e6d971fadf132085e857ed4400d5ed SHA512 
1854577d0e4457e27da367a6c7ec0fb5cfd63cefea0a39181c9d6e78cf8d3eb50878cdddeea3daeec955d00263151c2f86ea754ff4276ef98bc52c0276d9ffe8
 WHIRLPOOL 
261d386c4d4cc8fb015ae26e862064f291966093540d78e9293355db080ff27bcf9fb31664b8f525eff0befa6a47502d687a85506e7c2cf8ad1b84d4dd4e4cd4
 AUX nmbd.service 224 SHA256 
a5e25c11714206c4fb129333dd45152c5753716c6445cbe78c28275df1a1cb77 SHA512 
098dfb270c5a5c29f59b4fd8d51b17931771e25e481124832f1a086677825527e2afa7276e8614e5007fbf044d253ce2eaf3a7caf7461ad5d90d0b1c7f157f9d
 WHIRLPOOL 
2f7c342a60c09d5e40e968a026aa17d8c2fe3fd032331c7bb26599bb0f8ec8a77c2a3e329498ed16b1602451fd85a8ef076c436e8a092740cfbd01a82ca52e30
-AUX samba-4.2.3-heimdal_compilefix.patch 819 SHA256 
6cf93d127aa900c1e9a4fb8a3bdff6054d78a7adb798c6f409feffc13c714ee9 SHA512 
0f6ddbf58e5d5b83e3fb9738dd10c2ab0f1ed96fb62f9b4389a40729b3fe2d4af1a5c5bd2d44fa7d568136072b787b6358aeca3026f1acec4f5a6869e74f2536
 WHIRLPOOL 
882a52598013a40165d87616eaa016139fa89ff218dc43a6e6518123ccc18ca84e4ba275731e10ec762b22f26576eac56ad6b257cfae2e1cbc45f518a0d37007
-AUX samba-4.2.7-pam.patch 1273 SHA256 
e1abd99fcf4ff721dafa64c77a60b07962e3e818eaf5d10fecead61a2af81e07 SHA512 
5f900ebfdfb15af38814864f7ec8cd52d3525098d6f2017ab2f29d301e6a0e622d2ab37976fbd97180cbfe23c7853e91ab7966655eb46ebd9bdd2951205e46bc
 WHIRLPOOL 
91e1fc2e49944d1ded93d902fc50437763388a12b8c2eab70e2dcd8124860746c71fa8b4c26e7b43e5ebc2c0fc94c4c005a2c1eb8b9af68e77c9c6cc1d92927c
 AUX samba-4.3.9-remove-getpwent_r.patch 2680 SHA256 
7956274b412a268339abb63f8e1bd63b5049cd4ab7c6270235d9d0b9bcf6c81a SHA512 
0d4fd9862191554dc9c724cec0b94fd19afbfd0c4ed619e4c620c075e849cb3f3d44db1e5f119d890da23a3dd0068d9873703f3d86c47b91310521f37356208b
 WHIRLPOOL 
a42c91049872ca29dfeb80755b7f99fc3ad81b59395fb2d9a77210f18de402a4ef3a0409edfe9339b3b3e7ee7d3c85fed55f90ce50392c5e3ec2fce8c9f3f498
-AUX samba-4.3.9-remove-rep_strtoull.patch 2088 SHA256 
a5a6493252f99d89b9c108a51073e777096e82e22f57c3444dc2cd7df36fe152 SHA512 
9f264e300e453466e9be86d44dc90eea69ace58c4c1a4f9d6374bffe99dae3f56b529c19509efa39cffebb7e3aaf1edf1a1828d36e3d412d0b9de7d70e71e3e0
 WHIRLPOOL 
a33481e663bcddcf7bc0a936d8e67d84850009cbdccf6c14949a244f939d0ea159502915a2ec2f2ee6e357d2dc4a0856a11796e44f22bbde71ff002597337aa4
+AUX samba-4.4.0-pam.patch 895 SHA256 
a7f91da7da039346e9497addef7e644ef1290b5915a43fb9cc76200294022eb7 SHA512 
5a00c6131c372fc1cc9e23e4a37314442bf9af8e420a040a7b20ec3d76a357959d456437ed13e2e17f938eb6dcb4e7c5d899ff3d670526b0a444f63e35d5262c
 WHIRLPOOL 
48e4853bb284ba0bf54262a951ae8045075179c51dbb27689a31c0eba61f1ddb707e1adf62e5e67940c239ea7bc4d1691e6eb8d21781fd9fb30cb76a32cc229b
+AUX samba-4.5.1-compile_et_fix.patch 762 SHA256 
49039beb8e96

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

2017-09-05 Thread Göktürk Yüksek
commit: 9269bb7d0042eb7e1bd1f1188e6af6f2a5da1ef3
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Sep  5 13:45:30 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Sep  5 13:45:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9269bb7d

app-crypt/yubikey-manager: bump to 0.4.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-crypt/yubikey-manager/Manifest |  1 +
 .../yubikey-manager/yubikey-manager-0.4.2.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-crypt/yubikey-manager/Manifest 
b/app-crypt/yubikey-manager/Manifest
index 089f7efd5af..02faec4afe1 100644
--- a/app-crypt/yubikey-manager/Manifest
+++ b/app-crypt/yubikey-manager/Manifest
@@ -2,3 +2,4 @@ DIST yubikey-manager-0.3.2.tar.gz 51000 SHA256 
9280437dbdc1c32adc6b5339aa1809783
 DIST yubikey-manager-0.3.3.tar.gz 51223 SHA256 
5447c026739d33455ac8ae13ccaef2df231a28dda75ffbd62c91a7c5ce5d30b5 SHA512 
ced7acb848747399d4b9f0214044dd40c38b332c2f8557485d61f2f0cb857a9f47d12df59ea6a7bded1076b5d539bc171d1dbc9fd8899699c0cb3cb65b0800d7
 WHIRLPOOL 
f68c896cb10b72271a6f42e34baf3671bfcd9ccd69c688db5fd06fd6672d1cbd12271ccc563f400d922eaf842bd7e5d73af9cac0f725927f7efe4ac520d3790b
 DIST yubikey-manager-0.4.0.tar.gz 52267 SHA256 
ebe9b78522e66de65c0648662915d535a6beba7b2fd72c3480729a8c1eae8035 SHA512 
a3cd5d031f69714ccb01f704e8659d02f8162479e812d3978824aa943517faed20af2aa3f863158a631582490f508c0a5f75f0308d37b43585f5bf0607a25634
 WHIRLPOOL 
563b21f3647e6cd2f2578b30351b142d016abf7cae82809a45b2c0082010849959ea5736924e8e7f0a11e184df7ee3f96563cbdaf9a01ed790ec3476c350ef8c
 DIST yubikey-manager-0.4.1.tar.gz 54345 SHA256 
76dddb18411535caae41bb28606913cebf6942b9216b82d79b0d5085cb60d944 SHA512 
95e866dc63d56052ac2917e35f9004ee9d6a7bace254b81f4f420b9db23ae97d65cac06cbfb2d570cf1c668c0329a66b522355d9c11f2d9703c0223d5b49b204
 WHIRLPOOL 
e186d0263512501c34bec521a203dbf9bace7e0b3175ed8b6cd2ca357f24ed79ba7d8b4f6cc55a2ffca8117c9095c483c33449bd2410d93317ada98e0cbe51ca
+DIST yubikey-manager-0.4.2.tar.gz 55173 SHA256 
dc2150bc84934a1d1e2423dc0d085be330c7aa41e42575cb0ead6f8bcefd6b3a SHA512 
8b264997c25fe5abf5a76ead27194e2edace8d2a10210e18a89262b6a34c72c313e2b7e382243b8ade0f4ce61967310ae603d784d38bfdaab76f5113daf5
 WHIRLPOOL 
140d4196304c6740b9682b01264aea83e43c60b6430f7f71ee073d7e481d36d05fa70e70ffd64b6ba93eb27fb57577fa739108fb03f4fc8170fb98c4128a

diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.4.2.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-0.4.2.ebuild
new file mode 100644
index 000..d5ad29c5786
--- /dev/null
+++ b/app-crypt/yubikey-manager/yubikey-manager-0.4.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 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
+
+DESCRIPTION="Python library and command line tool for configuring a YubiKey"
+HOMEPAGE="https://developers.yubico.com/yubikey-manager/";
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test" # Testing requires RSA keys which are not present in the 
tarball
+
+RDEPEND="
+   app-crypt/libu2f-host
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/pyscard[${PYTHON_USEDEP}]
+   dev-python/pyusb[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+   sys-auth/ykpers
+"



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

2017-09-05 Thread Göktürk Yüksek
commit: a13bc6304614b58155f73d4755725958230b970f
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Sep  5 13:46:59 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Sep  5 13:46:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13bc630

app-crypt/yubikey-manager: remove some of the old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-crypt/yubikey-manager/Manifest |  3 ---
 .../yubikey-manager-0.3.2-r1.ebuild| 26 ---
 .../yubikey-manager/yubikey-manager-0.4.0.ebuild   | 29 --
 .../yubikey-manager/yubikey-manager-0.4.1.ebuild   | 29 --
 4 files changed, 87 deletions(-)

diff --git a/app-crypt/yubikey-manager/Manifest 
b/app-crypt/yubikey-manager/Manifest
index 02faec4afe1..22759fba329 100644
--- a/app-crypt/yubikey-manager/Manifest
+++ b/app-crypt/yubikey-manager/Manifest
@@ -1,5 +1,2 @@
-DIST yubikey-manager-0.3.2.tar.gz 51000 SHA256 
9280437dbdc1c32adc6b5339aa1809783d1bcf13e254eac5e716701a4c97ea1f SHA512 
1c5bce8377e117e8b7e30f93666d7727f5bf406deb8e78c0471fcd6c41ece0e8d9c4fa120aa3b31599666218e4437bd0fe2510253f717f7285e3f3b424e8b3c0
 WHIRLPOOL 
33ade8e351fd3e92688171e7eb259085446c3b760b24f890ee6eb77fcb913ab59ddfe57c206ca164a8fe4c8d201df11b93e00411ea48ff4ffbf854d949136449
 DIST yubikey-manager-0.3.3.tar.gz 51223 SHA256 
5447c026739d33455ac8ae13ccaef2df231a28dda75ffbd62c91a7c5ce5d30b5 SHA512 
ced7acb848747399d4b9f0214044dd40c38b332c2f8557485d61f2f0cb857a9f47d12df59ea6a7bded1076b5d539bc171d1dbc9fd8899699c0cb3cb65b0800d7
 WHIRLPOOL 
f68c896cb10b72271a6f42e34baf3671bfcd9ccd69c688db5fd06fd6672d1cbd12271ccc563f400d922eaf842bd7e5d73af9cac0f725927f7efe4ac520d3790b
-DIST yubikey-manager-0.4.0.tar.gz 52267 SHA256 
ebe9b78522e66de65c0648662915d535a6beba7b2fd72c3480729a8c1eae8035 SHA512 
a3cd5d031f69714ccb01f704e8659d02f8162479e812d3978824aa943517faed20af2aa3f863158a631582490f508c0a5f75f0308d37b43585f5bf0607a25634
 WHIRLPOOL 
563b21f3647e6cd2f2578b30351b142d016abf7cae82809a45b2c0082010849959ea5736924e8e7f0a11e184df7ee3f96563cbdaf9a01ed790ec3476c350ef8c
-DIST yubikey-manager-0.4.1.tar.gz 54345 SHA256 
76dddb18411535caae41bb28606913cebf6942b9216b82d79b0d5085cb60d944 SHA512 
95e866dc63d56052ac2917e35f9004ee9d6a7bace254b81f4f420b9db23ae97d65cac06cbfb2d570cf1c668c0329a66b522355d9c11f2d9703c0223d5b49b204
 WHIRLPOOL 
e186d0263512501c34bec521a203dbf9bace7e0b3175ed8b6cd2ca357f24ed79ba7d8b4f6cc55a2ffca8117c9095c483c33449bd2410d93317ada98e0cbe51ca
 DIST yubikey-manager-0.4.2.tar.gz 55173 SHA256 
dc2150bc84934a1d1e2423dc0d085be330c7aa41e42575cb0ead6f8bcefd6b3a SHA512 
8b264997c25fe5abf5a76ead27194e2edace8d2a10210e18a89262b6a34c72c313e2b7e382243b8ade0f4ce61967310ae603d784d38bfdaab76f5113daf5
 WHIRLPOOL 
140d4196304c6740b9682b01264aea83e43c60b6430f7f71ee073d7e481d36d05fa70e70ffd64b6ba93eb27fb57577fa739108fb03f4fc8170fb98c4128a

diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild
deleted file mode 100644
index eb81ef9c289..000
--- a/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 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
-
-DESCRIPTION="Python library and command line tool for configuring a YubiKey"
-HOMEPAGE="https://developers.yubico.com/yubikey-manager/";
-SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-crypt/libu2f-host
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/pyscard[${PYTHON_USEDEP}]
-   dev-python/pyusb[${PYTHON_USEDEP}]
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
-   sys-auth/ykpers
-"

diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild
deleted file mode 100644
index d5ad29c5786..000
--- a/app-crypt/yubikey-manager/yubikey-manager-0.4.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
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-inherit distutils-r1
-
-DESCRIPTION="Python library and command line tool for configuring a YubiKey"
-HOMEPAGE="https://developers.yubico.com/yubikey-manager/";
-SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="test" # Testing requires RSA keys which are not present in the 
tarball
-
-RDEPEND="
-   app-crypt/libu2f-host
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/pyscard[${PYTHON_USEDEP}]
-   dev-python/pyusb[${PYTHON_USEDEP}]
-   dev-

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

2017-09-05 Thread Andreas Sturmlechner
commit: b894ea710e45ffc995ae8303183e439c1e92fce6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  5 13:45:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  5 13:48:52 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b894ea71

profiles: Add kde-apps-17.08.1 package.mask

 profiles/package.mask/kde-apps-17.08.1 | 245 +
 1 file changed, 245 insertions(+)

diff --git a/profiles/package.mask/kde-apps-17.08.1 
b/profiles/package.mask/kde-apps-17.08.1
new file mode 100644
index 00..74bc1cb191
--- /dev/null
+++ b/profiles/package.mask/kde-apps-17.08.1
@@ -0,0 +1,245 @@
+# Andreas Sturmlechner  (05 Sep 2017)
+# Not released yet.
+~kde-apps/akonadi-17.08.1
+~kde-apps/akonadi-calendar-17.08.1
+~kde-apps/akonadiconsole-17.08.1
+~kde-apps/akonadi-contacts-17.08.1
+~kde-apps/akonadi-import-wizard-17.08.1
+~kde-apps/akonadi-mime-17.08.1
+~kde-apps/akonadi-notes-17.08.1
+~kde-apps/akonadi-search-17.08.1
+~kde-apps/akregator-17.08.1
+~kde-apps/analitza-17.08.1
+~kde-apps/ark-17.08.1
+~kde-apps/artikulate-17.08.1
+~kde-apps/audiocd-kio-17.08.1
+~kde-apps/baloo-widgets-17.08.1
+~kde-apps/blinken-17.08.1
+~kde-apps/blogilo-17.08.1
+~kde-apps/bomber-17.08.1
+~kde-apps/bovo-17.08.1
+~kde-apps/calendarjanitor-17.08.1
+~kde-apps/calendarsupport-17.08.1
+~kde-apps/cantor-17.08.1
+~kde-apps/cervisia-17.08.1
+~kde-apps/dolphin-17.08.1
+~kde-apps/dolphin-plugins-17.08.1
+~kde-apps/dragon-17.08.1
+~kde-apps/eventviews-17.08.1
+~kde-apps/ffmpegthumbs-17.08.1
+~kde-apps/filelight-17.08.1
+~kde-apps/granatier-17.08.1
+~kde-apps/grantlee-editor-17.08.1
+~kde-apps/grantleetheme-17.08.1
+~kde-apps/gwenview-17.08.1
+~kde-apps/incidenceeditor-17.08.1
+~kde-apps/jovie-17.08.1
+~kde-apps/juk-17.08.1
+~kde-apps/k3b-17.08.1
+~kde-apps/kaccessible-17.08.1
+~kde-apps/kaccounts-integration-17.08.1
+~kde-apps/kaccounts-providers-17.08.1
+~kde-apps/kaddressbook-17.08.1
+~kde-apps/kajongg-17.08.1
+~kde-apps/kalarm-17.08.1
+~kde-apps/kalarmcal-17.08.1
+~kde-apps/kalgebra-17.08.1
+~kde-apps/kalzium-17.08.1
+~kde-apps/kamera-17.08.1
+~kde-apps/kanagram-17.08.1
+~kde-apps/kapman-17.08.1
+~kde-apps/kapptemplate-17.08.1
+~kde-apps/kate-17.08.1
+~kde-apps/katomic-17.08.1
+~kde-apps/kblackbox-17.08.1
+~kde-apps/kblocks-17.08.1
+~kde-apps/kblog-17.08.1
+~kde-apps/kbounce-17.08.1
+~kde-apps/kbreakout-17.08.1
+~kde-apps/kbruch-17.08.1
+~kde-apps/kcachegrind-17.08.1
+~kde-apps/kcalc-17.08.1
+~kde-apps/kcalcore-17.08.1
+~kde-apps/kcalutils-17.08.1
+~kde-apps/kcharselect-17.08.1
+~kde-apps/kcolorchooser-17.08.1
+~kde-apps/kcontacts-17.08.1
+~kde-apps/kcron-17.08.1
+~kde-apps/kdav-17.08.1
+~kde-apps/kde4-l10n-17.08.1
+~kde-apps/kdeaccessibility-meta-17.08.1
+~kde-apps/kdeadmin-meta-17.08.1
+~kde-apps/kde-apps-meta-17.08.1
+~kde-apps/kdebase-meta-17.08.1
+~kde-apps/kdebugsettings-17.08.1
+~kde-apps/kdecore-meta-17.08.1
+~kde-apps/kde-dev-scripts-17.08.1
+~kde-apps/kde-dev-utils-17.08.1
+~kde-apps/kdeedu-data-17.08.1
+~kde-apps/kdeedu-meta-17.08.1
+~kde-apps/kdegames-meta-17.08.1
+~kde-apps/kdegraphics-meta-17.08.1
+~kde-apps/kdegraphics-mobipocket-17.08.1
+~kde-apps/kde-l10n-17.08.1
+~kde-apps/kde-meta-17.08.1
+~kde-apps/kdemultimedia-meta-17.08.1
+~kde-apps/kdenetwork-filesharing-17.08.1
+~kde-apps/kdenetwork-meta-17.08.1
+~kde-apps/kdenlive-17.08.1
+~kde-apps/kdepim-addons-17.08.1
+~kde-apps/kdepim-apps-libs-17.08.1
+~kde-apps/kdepim-l10n-17.08.1
+~kde-apps/kdepim-meta-17.08.1
+~kde-apps/kdepim-runtime-17.08.1
+~kde-apps/kdesdk-kioslaves-17.08.1
+~kde-apps/kdesdk-meta-17.08.1
+~kde-apps/kdesdk-thumbnailers-17.08.1
+~kde-apps/kdeutils-meta-17.08.1
+~kde-apps/kdewebdev-meta-17.08.1
+~kde-apps/kdf-17.08.1
+~kde-apps/kdialog-17.08.1
+~kde-apps/kdiamond-17.08.1
+~kde-apps/keditbookmarks-17.08.1
+~kde-apps/kfilereplace-17.08.1
+~kde-apps/kfind-17.08.1
+~kde-apps/kfloppy-17.08.1
+~kde-apps/kfourinline-17.08.1
+~kde-apps/kgeography-17.08.1
+~kde-apps/kget-17.08.1
+~kde-apps/kgoldrunner-17.08.1
+~kde-apps/kgpg-17.08.1
+~kde-apps/khangman-17.08.1
+~kde-apps/khelpcenter-17.08.1
+~kde-apps/kholidays-17.08.1
+~kde-apps/kidentitymanagement-17.08.1
+~kde-apps/kig-17.08.1
+~kde-apps/kigo-17.08.1
+~kde-apps/killbots-17.08.1
+~kde-apps/kimagemapeditor-17.08.1
+~kde-apps/kimap-17.08.1
+~kde-apps/kio-extras-17.08.1
+~kde-apps/kiriki-17.08.1
+~kde-apps/kiten-17.08.1
+~kde-apps/kjumpingcube-17.08.1
+~kde-apps/kldap-17.08.1
+~kde-apps/kleopatra-17.08.1
+~kde-apps/klettres-17.08.1
+~kde-apps/klickety-17.08.1
+~kde-apps/klines-17.08.1
+~kde-apps/klinkstatus-17.08.1
+~kde-apps/kmag-17.08.1
+~kde-apps/kmahjongg-17.08.1
+~kde-apps/kmail-17.08.1
+~kde-apps/kmail-account-wizard-17.08.1
+~kde-apps/kmailtransport-17.08.1
+~kde-apps/kmbox-17.08.1
+~kde-apps/kmime-17.08.1
+~kde-apps/kmines-17.08.1
+~kde-apps/kmix-17.08.1
+~kde-apps/kmousetool-17.08.1
+~kde-apps/kmouth-17.08.1
+~kde-apps/kmplot-17.08.1
+~kde-apps/knavalbattle-17.08.1
+~kde-apps/knetwalk-17.08.1
+~kde-apps/knotes-17.0

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

2017-09-05 Thread Andreas Sturmlechner
commit: 4e3d80ca9ddc4e0463baa086d2c6d6bf789df6c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  5 13:47:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  5 13:48:52 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e3d80ca

kde*eclass: Mark KDE Applications 17.08.1 unreleased

 eclass/kde4-base.eclass | 2 +-
 eclass/kde5.eclass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index ec1082c835..a698afa3b9 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -188,7 +188,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-apps-17.08.1 )
 
 # Setup packages inheriting this eclass
 case ${KDEBASE} in

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 59fe12b9de..530752a728 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -136,7 +136,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-frameworks-5.38.0 )
+KDE_UNRELEASED=( kde-apps-17.08.1 kde-frameworks-5.38.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/";



[gentoo-commits] proj/postgresql/eclass:master commit in: /

2017-09-05 Thread Aaron Swenson
commit: 638b7478a001ccde8418c9a2a5d7e253c0df0678
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Sep  5 14:15:07 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Sep  5 14:15:07 2017 +
URL:
https://gitweb.gentoo.org/proj/postgresql/eclass.git/commit/?id=638b7478

Use Simple Sort

Calling external commands during metadata regen is forbidden by PMS
and breaks new secure cache regen.

Use a simple sort instead.

Gentoo-Bug: 629226

 postgres-multi.eclass |  3 ++-
 postgres.eclass   | 25 +
 2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/postgres-multi.eclass b/postgres-multi.eclass
index 5d40a0e..9eb7ca2 100644
--- a/postgres-multi.eclass
+++ b/postgres-multi.eclass
@@ -105,7 +105,8 @@ postgres-multi_forbest() {
 postgres-multi_pkg_setup() {
local user_slot
 
-   for user_slot in "${POSTGRES_COMPAT[@]}"; do
+   # _POSTGRES_COMPAT is created in postgres.eclass
+   for user_slot in "${_POSTGRES_COMPAT[@]}"; do
use "postgres_targets_postgres${user_slot/\./_}" && \
_POSTGRES_INTERSECT_SLOTS+=( "${user_slot}" )
done

diff --git a/postgres.eclass b/postgres.eclass
index 13483a9..e5a9b6f 100644
--- a/postgres.eclass
+++ b/postgres.eclass
@@ -21,6 +21,14 @@ case ${EAPI:-0} in
*) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
 esac
 
+# @ECLASS-VARIABLE: _POSTGRES_ALL_VERSIONS
+# @INTERNAL
+# @DESCRIPTION:
+# List of versions to reverse sort POSTGRES_COMPAT slots
+
+_POSTGRES_ALL_VERSIONS=( 11 10 9.6 9.5 9.4 9.3 9.2 )
+
+
 
 # @ECLASS-VARIABLE: POSTGRES_COMPAT
 # @DEFAULT_UNSET
@@ -47,15 +55,24 @@ esac
 # required if the package must build against one of the PostgreSQL slots
 # declared in POSTGRES_COMPAT.
 
+# @ECLASS-VARIABLE: _POSTGRES_COMPAT
+# @INTERNAL
+# @DESCRIPTION:
+# Copy of POSTGRES_COMPAT, reverse sorted
+_POSTGRES_COMPAT=()
+
+
 if declare -p POSTGRES_COMPAT &> /dev/null ; then
# Reverse sort the given POSTGRES_COMPAT so that the most recent
# slot is preferred over an older slot.
# -- do we care if dependencies are deterministic by USE flags?
-   readarray -t POSTGRES_COMPAT < <(printf '%s\n' "${POSTGRES_COMPAT[@]}" 
| sort -nr)
+   for i in ${_POSTGRES_ALL_VERSIONS[@]} ; do
+   has ${i} ${POSTGRES_COMPAT[@]} && _POSTGRES_COMPAT+=( ${i} )
+   done
 
POSTGRES_DEP=""
POSTGRES_REQ_USE=" || ("
-   for slot in "${POSTGRES_COMPAT[@]}" ; do
+   for slot in "${_POSTGRES_COMPAT[@]}" ; do
POSTGRES_DEP+=" postgres_targets_postgres${slot/\./_}? ( 
dev-db/postgresql:${slot}="
declare -p POSTGRES_USEDEP &>/dev/null && \
POSTGRES_DEP+="[${POSTGRES_USEDEP}]"
@@ -127,7 +144,7 @@ postgres_pkg_setup() {
 
local compat_slot
local best_slot
-   for compat_slot in "${POSTGRES_COMPAT[@]}"; do
+   for compat_slot in "${_POSTGRES_COMPAT[@]}"; do
if use "postgres_targets_postgres${compat_slot/\./_}"; then
best_slot="${compat_slot}"
break
@@ -136,7 +153,7 @@ postgres_pkg_setup() {
 
if [[ -z "${best_slot}" ]]; then
local flags f
-   for f in "${POSTGRES_COMPAT[@]}"; do
+   for f in "${_POSTGRES_COMPAT[@]}"; do
flags+=" postgres${f/./_}"
done
 



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

2017-09-05 Thread Anthony G. Basile
commit: 1b9191cad57d2a0c7b788fd1ce9610d364edbbb0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Sep  5 14:09:47 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 14:09:47 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=1b9191ca

sys-apps/accountsservice: fix USE flags in metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/accountsservice/Manifest | 2 +-
 sys-apps/accountsservice/metadata.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/accountsservice/Manifest 
b/sys-apps/accountsservice/Manifest
index f695e4d..56f0e38 100644
--- a/sys-apps/accountsservice/Manifest
+++ b/sys-apps/accountsservice/Manifest
@@ -2,4 +2,4 @@ AUX accountsservice-0.6.35-gentoo-system-users.patch 1122 
SHA256 f1a308a364db53e
 AUX musl-fgetspent_r.patch 1475 SHA256 
97a06c8777ab85deae2633e2b83b865f1c65ded4e4263ef19e7949d8f482d1a0 SHA512 
1c8ca5522c7533d105b91180c41f36a9d4a660fb86e275d6428caee70c9102ca61312c1ecb886f490b84f59aea18f630904cb91e1e9cac45dbc700bcd10c0363
 WHIRLPOOL 
c3a1dfebf26d1770e86a679766a15d255e853fd1bf1b1b8b0d96fe9656413807cb21fddf9d6b79d4cdb0bd5b5f53035b55f5fa83113a1981e9780adfbecb0c83
 DIST accountsservice-0.6.43.tar.xz 381008 SHA256 
ed3ba94aa38ceb822a0e1a1ac71bf1a8123babf90be049397b3a00900e48d6cc SHA512 
0673430b7e5fd726397a9358d60d5c34542afaa786b795d3c8b544dc2bdab151c74f9a3daa4bcd94dc7669400a78cd4cddc453cad78ee8e431bf7c1f417138e2
 WHIRLPOOL 
e704d9dcb5b7c0c6ee7c1ab5ed310ab2428e94d061663367f213c5903f68768680492d651524ef1e7594417335de529463d63b8d8a4d1cc8b6445358f1b97a33
 EBUILD accountsservice-0.6.43-r1.ebuild 1686 SHA256 
ef43bea2a2b149c6e8c6305eb045337e965f48d84355075e10d59a09a0e0e28f SHA512 
b79e67ecfd83e3cd30de12be6eaa8d11af1d449661fa8d320f9586760d3495b48f61b3810af1f7be6c20c9c0dc36412a08dc0b88b01366d1a1ea03a7b0df52a5
 WHIRLPOOL 
078cb60f887af3603c78fe09ccfd99ae8ed87197fef14c135414c62f16cc30bde15be9faf93c221c5ba4faac124940058f23d0ecda6a9588cf0a0bda271987c3
-MISC metadata.xml 396 SHA256 
51257c7b97ea8af47f6485adee93352a26dc901024f316b3a1dcf8c2cbcd62bf SHA512 
e523489c63c11a5ed2d060f9bfdf5cf5d47813c1289823032e9b45ed2dfdd1ef9d11a863403cd1492696f4ea0070a61ca3a8d8780d1bdba9ed710a035ef1a5ce
 WHIRLPOOL 
c4687da67a3971a43863ce13a2bba326a8271e392d5253024ecf0abe55977c09f81e06da7b5c4506a232a2abb1a8b13bd41ffa4a128f0c8fcb22f43c20de5e4c
+MISC metadata.xml 524 SHA256 
c1df2efad39b5d939c4fc58523088160d252a5a23eedabf675261fb4a10e2a3b SHA512 
a0c662b3c0c45df43780f160b6db6db67561a1b2c84ce60929707d94cd9f1bf76588420189b91e0eafe58001a61d8a313f2a4b421b980a7c7f988c95e782ee07
 WHIRLPOOL 
6584ed3c6ba861aa01f56ef558ba5f4a8852243b7fd72e454d1ec3bf2edc1f61313bca357ebbb56f91919cdaf7917710fa3060542c91fe8485511d44d310880c

diff --git a/sys-apps/accountsservice/metadata.xml 
b/sys-apps/accountsservice/metadata.xml
index df1259a..69657d0 100644
--- a/sys-apps/accountsservice/metadata.xml
+++ b/sys-apps/accountsservice/metadata.xml
@@ -6,6 +6,8 @@
Gentoo GNOME Desktop


+   Use sys-auth/elogind instead of
+   sys-auth/consolekit for session 
tracking
Use sys-apps/systemd instead of
sys-auth/consolekit for session 
tracking




[gentoo-commits] proj/musl:master commit in: net-fs/samba/

2017-09-05 Thread Anthony G. Basile
commit: aecd022bc4c5854ae29f914fb9f0407233e5c95d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Sep  5 14:15:56 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  5 14:15:56 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=aecd022b

net-fs/samba: remove USE=aio from metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-fs/samba/Manifest | 2 +-
 net-fs/samba/metadata.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index bbc426d..ba2fa1e 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -14,4 +14,4 @@ AUX winbindd.service 240 SHA256 
755036bc419cce90200ac3c04986fbb7cf718c128c2a1288
 DIST samba-4.5.10.tar.gz 20989431 SHA256 
7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 SHA512 
046bae9c66083a4fe656d6a7b02b64343c66e0ea4925193a898dbda107b5b158d1897f16c36f4c393a30457a49215fa6ef91720367f4946760ec48ce02a4a68a
 WHIRLPOOL 
2359a40337c2a85c17e3c860a8531c21ec5cf3c180dfd5a1e554f2eb5e10576a8b706464d490e008af441d9ce6a14043112d621d8e140461806c97947362933a
 DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 
fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 
920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927
 WHIRLPOOL 
6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d
 EBUILD samba-4.5.10-r1.ebuild 7766 SHA256 
40acfac0c5339a1d7d2f43b5cf060977e5161b8400aaf6161bbee4bbc133 SHA512 
896e700071adf753ca0dc1951d0afa6379fcb3d4358066037783410ff8f20faa3bf032d0dfef8dc5d82423afa20f4180c041dfb67014877e339fe30b627213ce
 WHIRLPOOL 
6f6df73c72bdd5f28ec97f4c97fc4618bc3ad79bc064ad36a3b8c84352a7e596b39c7c5294046add38dd5accf67a8f22a2fe56da74fb177738f032c6644ee621
-MISC metadata.xml 1535 SHA256 
e52ce6fb55ee494bc4ed348148a75f496df1fcc5282795c58155d3d770816a4e SHA512 
478534265c8b41cc907fd27b7bfdba056a5949d9a6d1c0dec16572eebd7c9eefed24cb625a15f36f457fad0bd321063f0ffe2ed764415f3c09c61458b0751baf
 WHIRLPOOL 
dd7e58a5eda413342d65e117d1020c2a11befe5b1577c0569a4c4749b0ca4592a6d086b03079f1e271b375f700868b57e5a9ed7d404e8d3201d1b73c558e7f76
+MISC metadata.xml 1478 SHA256 
3afb6b8a9728285954ad2f49052047dc4c255587ce66c8b47da210708613bfa4 SHA512 
3b52604b58bce36f8695a07d1a23d59f68e8f0cb07020700296b644a044473e26891eda723d2197a62bb4fdc0c6c2af7891f1877587bfadf3985a6983d85266b
 WHIRLPOOL 
3d4237d0c5bc9bb6e2c570137b020d84877103675e46c3e2f5ec125ed36f7237e053f4427351fa1cf8eb296f683eb62cafba1a8df108b670648ba282c90f7baa

diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml
index c6b9bbe..197dd33 100644
--- a/net-fs/samba/metadata.xml
+++ b/net-fs/samba/metadata.xml
@@ -12,7 +12,6 @@
Enable Active Directory Domain Controller 
support
Enable AD DNS integration
Enable Active Directory support
-   Enable asynchronous IO support
Enables the client part
Enable support for clustering
Enable support for DMAPI. This currently 
works only in combination with XFS.



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

2017-09-05 Thread Kent Fredric
commit: 8e0898c5c276f21213ec07ab3a4c2b3536d56fd3
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Sep  5 15:10:43 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep  5 15:19:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0898c5

profiles: package.mask dev-perl/XML-AutoWriter re bug #623900

Dead since Perl 5.16 and Upstream are dead too

Bug: https://bugs.gentoo.org/623900
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85991

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 10acdcb71fc..42d7fdf68ad 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Kent Fredric  (05 Sep 2017)
+# Broken since Perl 5.16 circa 2012, no longer maintained upstream
+# Bug: https://bugs.gentoo.org/623900
+# Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85991
+# Removal in 30 days
+dev-perl/XML-AutoWriter
+
 # Gilles Dartiguelongue  (04 Sep 2017)
 # Release barely known to projects using enchant
 # soversion is completely broken, bug #629750



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/equery/

2017-09-05 Thread Mike Gilbert
commit: 83b757c0b7bcf1912eb1acabdfbb3f5a5f46cd17
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 23 22:46:32 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 23 22:49:07 2017 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=83b757c0

equery: check: use os.path.lexists()

os.path.exists() returns false on broken symlinks. We don't actually
care if the symlink target exists.

X-Gentoo-Bug: 619472
X-Gentoo-Bug-URL: https://bugs.gentoo.org/619472

 pym/gentoolkit/equery/check.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/equery/check.py b/pym/gentoolkit/equery/check.py
index 77042f8..d5a22a3 100644
--- a/pym/gentoolkit/equery/check.py
+++ b/pym/gentoolkit/equery/check.py
@@ -106,7 +106,7 @@ class VerifyContents(object):
n_checked += 1
ftype = files[cfile][0]
real_cfile = os.environ.get('ROOT', '') + cfile
-   if not os.path.exists(real_cfile):
+   if not os.path.lexists(real_cfile):
errs.append("%s does not exist" % cfile)
continue
elif ftype == "dir":



[gentoo-commits] proj/postgresql/eclass:master commit in: /

2017-09-05 Thread Aaron Swenson
commit: ef54a0b63c9dccd609adc771c0ec16c5af5b789b
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Sep  5 15:35:01 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Sep  5 15:35:01 2017 +
URL:
https://gitweb.gentoo.org/proj/postgresql/eclass.git/commit/?id=ef54a0b6

Improve documentation

Improve documentation to address eclass-to-manpage.sh warnings, and to
clean up manpage output.

 postgres-multi.eclass | 29 ++---
 postgres.eclass   | 36 ++--
 2 files changed, 36 insertions(+), 29 deletions(-)

diff --git a/postgres-multi.eclass b/postgres-multi.eclass
index 9eb7ca2..39f0837 100644
--- a/postgres-multi.eclass
+++ b/postgres-multi.eclass
@@ -27,7 +27,11 @@ esac
 # @DESCRIPTION:
 # A Bash array containing a list of compatible PostgreSQL slots as
 # defined by the developer. Must be declared before inheriting this
-# eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} )
+# eclass. Example:
+#@CODE
+#POSTGRES_COMPAT=( 9.2 9.3 9.4 9.5 9.6 10 )
+#POSTGRES_COMPAT=( 9.{2,3} 9.{4..6} 10 ) # Same as previous
+#@CODE
 if ! declare -p POSTGRES_COMPAT &>/dev/null; then
die 'Required variable POSTGRES_COMPAT not declared.'
 fi
@@ -40,8 +44,8 @@ fi
 export _POSTGRES_INTERSECT_SLOTS=( )
 
 # @FUNCTION: _postgres-multi_multibuild_wrapper
+# @USAGE:  [arg ...]
 # @INTERNAL
-# @USAGE: _postgres-multi_multibuild_wrapper  [ ...]
 # @DESCRIPTION:
 # For the given variant, set the values of the PG_SLOT, PG_CONFIG, and
 # PKG_CONFIG_PATH environment variables accordingly and replace any
@@ -62,16 +66,16 @@ _postgres-multi_multibuild_wrapper() {
 }
 
 # @FUNCTION: postgres-multi_foreach
-# @USAGE: postgres-multi_foreach   [ ...]
+# @USAGE:  [arg ...]
 # @DESCRIPTION:
 # Run the given command in the package's build directory for each
 # PostgreSQL slot in the intersect of POSTGRES_TARGETS and
-# POSTGRES_COMPAT and user-enabled slots. The PG_CONFIG and
-# PKG_CONFIG_PATH environment variables are updated on each iteration to
-# point to the matching pg_config command and pkg-config metadata files,
-# respectively, for the current slot. Any appearance of @PG_SLOT@ in the
-# command or arguments will be substituted with the slot (e.g., 9.5) of
-# the current iteration.
+# POSTGRES_COMPAT. The PG_CONFIG and PKG_CONFIG_PATH environment
+# variables are updated on each iteration to point to the matching
+# pg_config command and pkg-config metadata files, respectively, for the
+# current slot. Any appearance of @PG_SLOT@ in the command or arguments
+# will be substituted with the slot (e.g., 9.5) of the current
+# iteration.
 postgres-multi_foreach() {
local MULTIBUILD_VARIANTS=("${_POSTGRES_INTERSECT_SLOTS[@]}")
 
@@ -80,7 +84,7 @@ postgres-multi_foreach() {
 }
 
 # @FUNCTION: postgres-multi_forbest
-# @USAGE: postgres-multi_forbest   [ ...]
+# @USAGE:  [arg ...]
 # @DESCRIPTION:
 # Run the given command in the package's build directory for the highest
 # slot in the intersect of POSTGRES_COMPAT and POSTGRES_TARGETS. The
@@ -98,7 +102,6 @@ postgres-multi_forbest() {
 }
 
 # @FUNCTION: postgres-multi_pkg_setup
-# @USAGE: postgres-multi_pkg_setup
 # @DESCRIPTION:
 # Initialize internal environment variable(s). This is required if
 # pkg_setup() is declared in the ebuild.
@@ -119,7 +122,6 @@ postgres-multi_pkg_setup() {
 }
 
 # @FUNCTION: postgres-multi_src_prepare
-# @USAGE: postgres-multi_src_prepare
 # @DESCRIPTION:
 # Calls eapply_user then copies ${S} into a build directory for each
 # intersect of POSTGRES_TARGETS and POSTGRES_COMPAT.
@@ -152,7 +154,6 @@ postgres-multi_src_prepare() {
 }
 
 # @FUNCTION: postgres-multi_src_compile
-# @USAGE: postgres-multi_src_compile
 # @DESCRIPTION:
 # Runs `emake' in each build directory
 postgres-multi_src_compile() {
@@ -160,7 +161,6 @@ postgres-multi_src_compile() {
 }
 
 # @FUNCTION: postgres-multi_src_install
-# @USAGE: postgres-multi_src_install
 # @DESCRIPTION:
 # Runs `emake install DESTDIR="${D}"' in each build directory.
 postgres-multi_src_install() {
@@ -168,7 +168,6 @@ postgres-multi_src_install() {
 }
 
 # @FUNCTION: postgres-multi_src_test
-# @USAGE: postgres-multi_src_test
 # @DESCRIPTION:
 # Runs `emake installcheck' in each build directory.
 postgres-multi_src_test() {

diff --git a/postgres.eclass b/postgres.eclass
index e5a9b6f..2f89da1 100644
--- a/postgres.eclass
+++ b/postgres.eclass
@@ -35,20 +35,27 @@ _POSTGRES_ALL_VERSIONS=( 11 10 9.6 9.5 9.4 9.3 9.2 )
 # @DESCRIPTION:
 # A Bash array containing a list of compatible PostgreSQL slots as
 # defined by the developer. If declared, must be declared before
-# inheriting this eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} )
-
-# @ECLASS-VARIABLE: POSTGRES_USEDEP
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# Add the 2-Style and/or 4-Style use dependencies without brackets to be used
-# for POSTGRES_DEP. If declared, must be done before inheriting this eclass.
+# inheriting this eclass. Example:
+#@CODE
+#POSTGRES_COMPAT=( 9.

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

2017-09-05 Thread Mike Gilbert
commit: bff9578a1607d924e2d978f024a73abcd941247c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep  5 16:07:07 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep  5 16:07:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff9578a

dev-util/pkgconfig: update live ebuild

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 dev-util/pkgconfig/pkgconfig-.ebuild | 25 ++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/dev-util/pkgconfig/pkgconfig-.ebuild 
b/dev-util/pkgconfig/pkgconfig-.ebuild
index 90e416b25b2..31f6de36737 100644
--- a/dev-util/pkgconfig/pkgconfig-.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 # Do not inherit autotools in non-live ebuild - causes circular dependency, 
bug #550856
 inherit eutils flag-o-matic libtool multilib multilib-minimal
@@ -30,7 +30,8 @@ IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib"
 RDEPEND="!internal-glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
!dev-util/pkgconf[pkg-config]
!dev-util/pkg-config-lite
-   !dev-util/pkgconfig-openbsd[pkg-config]"
+   !dev-util/pkgconfig-openbsd[pkg-config]
+   virtual/libintl"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
@@ -40,13 +41,21 @@ DOCS=( AUTHORS NEWS README )
 src_prepare() {
sed -i -e "s|^prefix=/usr\$|prefix=${EPREFIX}/usr|" check/simple.pc || 
die #434320
 
-   epatch_user
+   eapply_user
 
if [[ ${PV} == ** ]]; then
eautoreconf
else
elibtoolize # Required for FreeMiNT wrt #333429
fi
+
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # fix standards conflicts
+   sed -i -e 's/\(_XOPEN_SOURCE\(_EXTENDED\)\?\|__EXTENSIONS__\)/  
\1_DISABLED/' \
+   glib/configure || die
+   sed -i -e '/#define\s\+_POSIX_SOURCE/d' \
+   glib/glib/giounix.c || die
+   fi
 }
 
 multilib_src_configure() {
@@ -62,6 +71,16 @@ multilib_src_configure() {
# add the libdir for libtool, otherwise it'll make love 
with system
# installed libiconv
append-ldflags "-L${EPREFIX}/usr/$(get_libdir)"
+   # the glib objects reference symbols from these 
frameworks,
+   # not good, esp. since Carbon should be deprecated
+   [[ ${CHOST} == *-darwin* ]] && \
+   append-ldflags -framework CoreFoundation 
-framework Carbon
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # required due to __EXTENSIONS__
+   append-cppflags -DENABLE_NLS
+   # similar to Darwin
+   append-ldflags -lintl
+   fi
fi
else
if ! has_version dev-util/pkgconfig; then



[gentoo-commits] repo/gentoo:master commit in: app-cdr/burncdda/

2017-09-05 Thread Jonas Stein
commit: 89cdc9ba18a5f4361e163682cbe0bc518ec61dfc
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Sep  5 16:33:18 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Sep  5 16:33:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cdc9ba

app-cdr/burncdda: Update HOMEPAGE

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-cdr/burncdda/burncdda-1.8.0.ebuild | 2 +-
 app-cdr/burncdda/burncdda-1.8.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/burncdda/burncdda-1.8.0.ebuild 
b/app-cdr/burncdda/burncdda-1.8.0.ebuild
index 333c6a97617..90748e017ed 100644
--- a/app-cdr/burncdda/burncdda-1.8.0.ebuild
+++ b/app-cdr/burncdda/burncdda-1.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="Console app for copying burning audio cds"
-HOMEPAGE="http://www.thenktor.homepage.t-online.de/burncdda";
+HOMEPAGE="http://burncdda.sourceforge.net/";
 
SRC_URI="http://www.thenktor.homepage.t-online.de/burncdda/download/${P}.tar.gz";
 
 LICENSE="GPL-2"

diff --git a/app-cdr/burncdda/burncdda-1.8.3.ebuild 
b/app-cdr/burncdda/burncdda-1.8.3.ebuild
index bd4c681f99c..552cbc13075 100644
--- a/app-cdr/burncdda/burncdda-1.8.3.ebuild
+++ b/app-cdr/burncdda/burncdda-1.8.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="Console app for copying burning audio cds"
-HOMEPAGE="http://www.thenktor.homepage.t-online.de/burncdda";
+HOMEPAGE="http://burncdda.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/, net-firewall/shorewall/files/

2017-09-05 Thread Thomas Deutschmann
commit: 8a57df128a3a2e833aa8fcb40f2cc5072b50c217
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep  5 16:43:30 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep  5 16:43:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a57df12

net-firewall/shorewall: Cleanup old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-firewall/shorewall/Manifest|  28 --
 net-firewall/shorewall/files/shorewallrc   |  23 --
 .../shorewall/shorewall-5.0.15.6-r1.ebuild | 452 
 net-firewall/shorewall/shorewall-5.1.4.4.ebuild| 456 -
 net-firewall/shorewall/shorewall-5.1.5.1.ebuild| 456 -
 net-firewall/shorewall/shorewall-5.1.5.ebuild  | 456 -
 6 files changed, 1871 deletions(-)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 58c612f2e7e..7c2eb82467b 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,42 +1,14 @@
-DIST shorewall-5.0.15.6.tar.bz2 525827 SHA256 
17ae4613eac68a62d4cd520af8c63b54b36ae79aac4e22fc57c74929a968ef46 SHA512 
d1665a30a9b1273e3cfdb7e8001a679beb3d09e75e8fd21caadcd528d3912cceca5525c6ef7c8191865e8e62d1abaa894480a403cc2e8ef6545301ca36f83b32
 WHIRLPOOL 
1e2e613de27e6caf449b8f3127526dc68971d08693b7235a7f504abc8cf2afcdda244f910b726e37e2554080830f13eb197424995a0a5155b73d5c538042ce5d
-DIST shorewall-5.1.4.4.tar.bz2 511611 SHA256 
fe71c2a2efdc45b594ecc097115322c2203fe31b3098efa4023eff429ff2c55f SHA512 
14c7a8cb750b37b72adba28ae00619d4e27fdc73801f1462705754ddbb47727d60425021018bdefdef6c373f2310a774569a88728125e52fd59cf10d94ee4aea
 WHIRLPOOL 
0ef8b315f577c4c8612ad5f842dc8b5e3f4248445cda56136f733fc78d8217d6b5607ff9ed17d43cdd81109b3e493b640ce7bf7e9d33750eaff1cd0effac5c37
-DIST shorewall-5.1.5.1.tar.bz2 519694 SHA256 
ef07733c45cbdde4a11b9ce1895f1aeeb36e69146282b8b943f6eda438694a8a SHA512 
ab2f8a55c6f03cb4834c5914d77cdfa19cba30e23160533c423cf8f1425b5929df379ed12fee5630e52f2b869bc2788bffdd2ef3c5937c2e8139ec311817
 WHIRLPOOL 
7b9dd3ec05f84faae2e9760afb1c70371655bc12c9479603836a8a5fed3c3979ec23421eba1117aaa51fedffb806eca7bcb82e8f615c88e56cd63ee80d405f7f
 DIST shorewall-5.1.5.2.tar.bz2 520374 SHA256 
ca33a7bc9c590638575edb8a530b76a9b0bd844877bef7df7c23646e839e137b SHA512 
aed35f0a00944d70bb2bdab195f151e3770e73dabe07a59c1b6dd7fce5147866c73d44325df9ded475c37b258cf7c31c8d1348c58476fadd5b98217b7f0b3888
 WHIRLPOOL 
ac0489f4ec152ff57a6da6be2c86b0fe45281ad9bb09e3fd53aba11b94252bb44ec5a71f069e2541b5c4912922fcfbbbce6004804c395e17929c78465a0cd102
-DIST shorewall-5.1.5.tar.bz2 519297 SHA256 
8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899 SHA512 
54c02d34f3d79aa210ca18c99de5f51dc404b1104f0456dfc12d0917bcabb4bf76bd6ff98ba78ee36a7e35adfcc37c6bbe9d0c878a96f4380b0ab5b3e59946b6
 WHIRLPOOL 
9825cf31b1144cc1c47d7e6a6b1a75c3a897db122d2fd49039ac75a57db5aabc5575e4f838b3fe32247d83983ef20d124db4ff7f4e3efc3484ec83937bf6ae4b
 DIST shorewall-5.1.6.1.tar.bz2 522476 SHA256 
90702872726c30434ef87c19be1742ae5f04b4e0b1f9ee7761810b618b38a05e SHA512 
604ee6150add87a5c121e863ec3d65f454b6ae1724236c80c08e2ce3365512966126f9d28d07c7e6a273d5626e02e5625015f91f6a7166b830f6ccb667f731ba
 WHIRLPOOL 
f0e70c3949e9f9b59a5f5a19ee1023ecc6dc2ece2e420245f67fa2d7197939bc1197402366d8a560d7e29231accd5ea1456a005df30c7deaa82f25e01375ff2a
-DIST shorewall-core-5.0.15.6.tar.bz2 65272 SHA256 
6b1c461494922f207397ce2d9ed12b0a105d82ee3528a02a4448bc6c028623b8 SHA512 
5e33ef55c4ca43a5c49747d5b3f40c9f43b0696e7084a6db56df73810551d216bd313860eb5354f50b1f9849c4d332f665e3f4832ff1cf3a9542bb6a43a73119
 WHIRLPOOL 
1b66e763e0d37b78b0343c8ad4964d46459347114bbebfeb965af075d73bbf71a8c695310f051f4160e5dd1cc7033e32545a5404538acce7d0452aa1618af4cd
-DIST shorewall-core-5.1.4.4.tar.bz2 76206 SHA256 
e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13 SHA512 
24a9a0176d3b1c3dede7428393b9e04a37329053fff95f15102a04d97fb95b30a11c7e0d550a457a29b07291c9347c9b96969ea1b03b68858b3e022f29fd908a
 WHIRLPOOL 
1ff57177c352bd828a0f113267ea154ff5288eb83caa556b07fe85784de896e227f89bae47e7eaaecb76f1a2dbd0fdc87c95f20f8706ef480504a2c5cba0ad2b
-DIST shorewall-core-5.1.5.1.tar.bz2 77100 SHA256 
8fe63431785ec1fa8c3ec5f9ba68647f4da9845168a84e410cf905804a6aae8a SHA512 
9f3651b84be172c12e27f7b352b706ed397c767e5092a76c45f705a7c53b5650e69eb810b4d00be2a7f37e9dd43f20748ba54a8ff868e84dddf2b3b8c965
 WHIRLPOOL 
47eaf747e2ffa7a7f81a948860ce3a65fafc17806abe29e2848bec426fcc55b20d9d4b1714f1561b82a8bd1c20996bf5166874b1ad1402a3765cc347b715e90f
 DIST shorewall-core-5.1.5.2.tar.bz2 77435 SHA256 
24ca9c2e506cadda1fcbf621b376db0ebb3f3802cecc53d1518753a9cb77d450 SHA512 
d4e0ef22d288e6addc2ce41813f2bab56fa142893ea495ef59dd1a636995e2a71e88477c38cac1004f055a7333ab0db27a334ca586b88558d6b781966712bff2
 WHIRLPOOL 
526495ae9a13a2e0dfc6dc7fffec0a7f8dd1be111be35ff2356bcf403c12c7e76993c82b2cb5b76541fa613856b23a5499b86a7a72b52062e7a21bd3b61e9082
-DIST

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

2017-09-05 Thread Thomas Deutschmann
commit: e812edf1d64cf056536897886508e8874b1010d5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep  5 16:41:39 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep  5 16:41:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e812edf1

net-firewall/shorewall: Bump to v5.1.6.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-firewall/shorewall/Manifest |   7 +
 net-firewall/shorewall/shorewall-5.1.6.1.ebuild | 456 
 2 files changed, 463 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index eb067694e90..58c612f2e7e 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -3,33 +3,40 @@ DIST shorewall-5.1.4.4.tar.bz2 511611 SHA256 
fe71c2a2efdc45b594ecc097115322c2203
 DIST shorewall-5.1.5.1.tar.bz2 519694 SHA256 
ef07733c45cbdde4a11b9ce1895f1aeeb36e69146282b8b943f6eda438694a8a SHA512 
ab2f8a55c6f03cb4834c5914d77cdfa19cba30e23160533c423cf8f1425b5929df379ed12fee5630e52f2b869bc2788bffdd2ef3c5937c2e8139ec311817
 WHIRLPOOL 
7b9dd3ec05f84faae2e9760afb1c70371655bc12c9479603836a8a5fed3c3979ec23421eba1117aaa51fedffb806eca7bcb82e8f615c88e56cd63ee80d405f7f
 DIST shorewall-5.1.5.2.tar.bz2 520374 SHA256 
ca33a7bc9c590638575edb8a530b76a9b0bd844877bef7df7c23646e839e137b SHA512 
aed35f0a00944d70bb2bdab195f151e3770e73dabe07a59c1b6dd7fce5147866c73d44325df9ded475c37b258cf7c31c8d1348c58476fadd5b98217b7f0b3888
 WHIRLPOOL 
ac0489f4ec152ff57a6da6be2c86b0fe45281ad9bb09e3fd53aba11b94252bb44ec5a71f069e2541b5c4912922fcfbbbce6004804c395e17929c78465a0cd102
 DIST shorewall-5.1.5.tar.bz2 519297 SHA256 
8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899 SHA512 
54c02d34f3d79aa210ca18c99de5f51dc404b1104f0456dfc12d0917bcabb4bf76bd6ff98ba78ee36a7e35adfcc37c6bbe9d0c878a96f4380b0ab5b3e59946b6
 WHIRLPOOL 
9825cf31b1144cc1c47d7e6a6b1a75c3a897db122d2fd49039ac75a57db5aabc5575e4f838b3fe32247d83983ef20d124db4ff7f4e3efc3484ec83937bf6ae4b
+DIST shorewall-5.1.6.1.tar.bz2 522476 SHA256 
90702872726c30434ef87c19be1742ae5f04b4e0b1f9ee7761810b618b38a05e SHA512 
604ee6150add87a5c121e863ec3d65f454b6ae1724236c80c08e2ce3365512966126f9d28d07c7e6a273d5626e02e5625015f91f6a7166b830f6ccb667f731ba
 WHIRLPOOL 
f0e70c3949e9f9b59a5f5a19ee1023ecc6dc2ece2e420245f67fa2d7197939bc1197402366d8a560d7e29231accd5ea1456a005df30c7deaa82f25e01375ff2a
 DIST shorewall-core-5.0.15.6.tar.bz2 65272 SHA256 
6b1c461494922f207397ce2d9ed12b0a105d82ee3528a02a4448bc6c028623b8 SHA512 
5e33ef55c4ca43a5c49747d5b3f40c9f43b0696e7084a6db56df73810551d216bd313860eb5354f50b1f9849c4d332f665e3f4832ff1cf3a9542bb6a43a73119
 WHIRLPOOL 
1b66e763e0d37b78b0343c8ad4964d46459347114bbebfeb965af075d73bbf71a8c695310f051f4160e5dd1cc7033e32545a5404538acce7d0452aa1618af4cd
 DIST shorewall-core-5.1.4.4.tar.bz2 76206 SHA256 
e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13 SHA512 
24a9a0176d3b1c3dede7428393b9e04a37329053fff95f15102a04d97fb95b30a11c7e0d550a457a29b07291c9347c9b96969ea1b03b68858b3e022f29fd908a
 WHIRLPOOL 
1ff57177c352bd828a0f113267ea154ff5288eb83caa556b07fe85784de896e227f89bae47e7eaaecb76f1a2dbd0fdc87c95f20f8706ef480504a2c5cba0ad2b
 DIST shorewall-core-5.1.5.1.tar.bz2 77100 SHA256 
8fe63431785ec1fa8c3ec5f9ba68647f4da9845168a84e410cf905804a6aae8a SHA512 
9f3651b84be172c12e27f7b352b706ed397c767e5092a76c45f705a7c53b5650e69eb810b4d00be2a7f37e9dd43f20748ba54a8ff868e84dddf2b3b8c965
 WHIRLPOOL 
47eaf747e2ffa7a7f81a948860ce3a65fafc17806abe29e2848bec426fcc55b20d9d4b1714f1561b82a8bd1c20996bf5166874b1ad1402a3765cc347b715e90f
 DIST shorewall-core-5.1.5.2.tar.bz2 77435 SHA256 
24ca9c2e506cadda1fcbf621b376db0ebb3f3802cecc53d1518753a9cb77d450 SHA512 
d4e0ef22d288e6addc2ce41813f2bab56fa142893ea495ef59dd1a636995e2a71e88477c38cac1004f055a7333ab0db27a334ca586b88558d6b781966712bff2
 WHIRLPOOL 
526495ae9a13a2e0dfc6dc7fffec0a7f8dd1be111be35ff2356bcf403c12c7e76993c82b2cb5b76541fa613856b23a5499b86a7a72b52062e7a21bd3b61e9082
 DIST shorewall-core-5.1.5.tar.bz2 76964 SHA256 
7ad44b91342538e10be438a2e2bfc987789191865ff57c61bb24e35bdb6b8301 SHA512 
b9e18f853187d8e382fe1993d7094cc2ca4e982d12bf765c7a521f7d45fe002a5456816787d27107b38be3b9091f8fc20e3f6e0d5844593673677835ab09b571
 WHIRLPOOL 
22c253d442c1d2f8dc35ca86988104b9838154c55ddf3ef6fee518209cbca2cf14276817192ea330bad7026d56dab1c7e957e8ebfdef7b98c3ff17637bfc4f4c
+DIST shorewall-core-5.1.6.1.tar.bz2 78891 SHA256 
31b48d50ce9a6b256739679c03ea4c6c219149b34201e6637f0ed2ccc6dd3530 SHA512 
090425813791bc78531a46c493a54cadc3ac6106963c87abb3c48f0863267f71bccad644209f2893f9f1ec06057595242f12fbd59312c7e8dd932f0c3bc29236
 WHIRLPOOL 
c255fd892a299fe8ef56a923b4c8511df2cbc21ce8821f90257b2e9a1fd66a20ec2a5070365dc7a6b43e40c0b0645c845b122a67b4dbc6e71e8a9f1de919b13b
 DIST shorewall-docs-html-5.0.15.6.tar.bz2 4290931 SHA256 
e6b253591fd9df7d00bf0bbcfd9c563f4248013119e13b22b34d947b244ce4e4 SHA512 
e1304ea2b0e05645654b04ea825d255de70e02edc5f183dcf9eba88641aaeda8cd9781bf46a84b98628a7e

[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2017-09-05 Thread Thomas Deutschmann
commit: e4edc7bc232ba2f0c722e7077ce79a994237901c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep  5 16:50:22 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep  5 16:50:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4edc7bc

www-servers/nginx: Bump to v1.13.5 mainline

Ebuild changes:
===
 - fancyindex module bumped to v0.4.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-servers/nginx/Manifest|2 +
 www-servers/nginx/nginx-1.13.5.ebuild | 1000 +
 2 files changed, 1002 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 2e2fa264bb0..965537cde43 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -3,6 +3,7 @@ DIST modsecurity-2.9.2.tar.gz 4298993 SHA256 
41a8f73476ec891f3a9e8736b98b64ea5c2
 DIST nginx-1.12.1.tar.gz 981093 SHA256 
8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb SHA512 
3a2ad2a559b366dda92dd58c0fe40ee84dd60a3eaf72071454110e032c3e9a03f2a63b28fe3a615b527950521eeb533c687a2cc4c87524e1d8f3a0a5f043fdb6
 WHIRLPOOL 
17e91044636839f0c8c476879227f2de1633679199787157e5ed47c306dcb9597646c5be96957d51e38d96ddbb0346ec9f72b87c37023e19e572fa404ef0fd1f
 DIST nginx-1.13.3.tar.gz 985931 SHA256 
5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72 SHA512 
4a8924b1edd0b8476437680ea548a0bc983d360e73f2d5797f60cebc3ef7d6fb64e56b6aaf5a4fc1707d24519dc70d466a7bf1d336c463651928d65c2f7b5380
 WHIRLPOOL 
9cb1f77a60945d9c1df6e2589116406f31939882131759d3aa95b25edfe86bc5fe712a517a3b0f77a5fca2b3706884984b90e293a4e791faa824bbf0e964518e
 DIST nginx-1.13.4.tar.gz 988415 SHA256 
de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba SHA512 
068f59f0dfe68a9a20a141bf5416551bc758fe50a38b2576f0e1c9df2ec674c7348b151f3ce80b614ac20610bc85374be7cef69f95b925f4fde351716c1da740
 WHIRLPOOL 
333cf2542fef05a0709259e6c8ea363a2eaaade00e1e1f0f50df081af023826d452b7b5fd3e826a63cad1753949f469424723b0a9731a34418c06517e14d6f3a
+DIST nginx-1.13.5.tar.gz 988821 SHA256 
0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e SHA512 
ffd0406a75a35da427522f58c9b710cde86acb1ebf48f4e6b7f6a44e04ccd83950fedc6dceed9e2ab5132e06559f3bf45935d5011fc436e7c2efd46ac1e86459
 WHIRLPOOL 
94703bff57b0c701709974748f07ba444143707ecfb98beb9ca0d30d66913cde07725f3ae82a44d5585709c35b0ff600eccab37f0b5df904b67cee8e2085207d
 DIST nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz 17159 
SHA256 3c11c32f05da04f1a4647dc4e35dd8d8aeacd5a2e763ba349feba3dba8663132 SHA512 
323abd0ca8e90f5afcaf81a8ff1a8abe3dfcbff3d69f0dd4a1c005fe6436acbf3076c4c57a4df877b3d8e388cbea085d46301bb2df9c0752e2567817ff7cca92
 WHIRLPOOL 
ad65e8182b2634db5fa06055ef7d91c7d8aabd0fa986d8402a4845977354d6edb329621b6f9f96c90ce2d158cff20e42ae50fba06a088a84de3e3f414205dbc2
 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 SHA256 
6f9102321d8c68df6d67e9bde145a8de3f45f99f6cb47c08735a86f003234d31 SHA512 
6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529
 WHIRLPOOL 
38abe56e177e22dad68ac7d6570425ecd763d2e891627a75156a6f39bd7edc54f664c3d2f638e1ea57c743dadc6a8c9889be087abbdb4c98b5641c299f7fbc07
 DIST ngx_devel_kit-0.3.0-r1.tar.gz 66455 SHA256 
88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 SHA512 
558764c9be913a4f61d0e277d07bf3c272e1ce086b3fadb85b693a7e92805cd9fca4da7a8d29c96e53fc0d23b331327d3b2561ff61f19d2330e7d5d35ac7d614
 WHIRLPOOL 
5f6ed4e6850d2ce7e8c65e0570a7e2c74a1fe360e167644ed405fff682ab178b09c722c99c1df9af552fb816219b9fc04dcdf638b3e4af68c688434cdb33aa59
@@ -13,6 +14,7 @@ DIST ngx_http_dav_ext-0.1.0.tar.gz 6614 SHA256 
6b004eed8ea16ad8de4d304027bf0413c
 DIST ngx_http_echo-0.60.tar.gz 52771 SHA256 
1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e SHA512 
c455bee73cebd0752449472452d15614b9587ddd199263d366484ede890c4d108eacbbeaef31adc9dc7732b56ef2bfc73c0fef3366366db03a8ec3fdc27a985c
 WHIRLPOOL 
8938ac18aae74a5c4806ff3611c243c9bee108ef93fef7b0da284040c2ec2d9a57cb3cad9e3719cb795bbb063176d7afe81b7288ebacf5096d26b16e5ef34da6
 DIST ngx_http_echo-0.61.tar.gz 53155 SHA256 
2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa SHA512 
c90b81a4e85a8e9beeb5ff591dc91adb25fa4e0b6cb47086b577e5fa36db2368442dd011187675e358781956c364b949bc4d920ca2b534481b21c9987d2a9a3b
 WHIRLPOOL 
66c4103ce093afb15cd3ec8c53ba52f8db0f10837084448cbc080618c3882f5441491ba60a74831012433a0e4286d8ae66187e33cac3d1b715e58694fddfc84e
 DIST ngx_http_fancyindex-0.4.1.tar.gz 21130 SHA256 
2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71 SHA512 
ce0043ad4a2b638c5d99244d6caaa65ad142cea78884084a9aeca5a9593c68dbe508c9e4dd85dc5722eb63ef386612bffc48d4b6fc1487df244fbcb7a73bffe1
 WHIRLPOOL 
4a885afbadf64bbd25df6580a099472ae48836d9dddfe1dee6ac6a6f97bfb0cf7120ff10dd69fceca7085fab590bec3a4b4b5be5644f2352375316885ddc3cac
+DIST ngx_http_fancyindex-0.4.2.tar.gz 220

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

2017-09-05 Thread Aaron Swenson
commit: 2345402051e4b0c12cbc7b3a16fd20decbd0d4b3
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Sep  5 16:59:44 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Sep  5 16:59:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23454020

postgres{,-multi}.eclass: Improvements and bug fix

Improve documentation comments to eliminate warnings and make the
resulting man pages look better.

Use a simple sort instead of the external sort program because calling
external commands during metadata regen is forbidden by PMS and breaks
new secure cache regen.

Gentoo-Bug: 629226

 eclass/postgres-multi.eclass | 32 +++
 eclass/postgres.eclass   | 61 +++-
 2 files changed, 59 insertions(+), 34 deletions(-)

diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass
index 5d40a0e7c8b..39f0837a868 100644
--- a/eclass/postgres-multi.eclass
+++ b/eclass/postgres-multi.eclass
@@ -27,7 +27,11 @@ esac
 # @DESCRIPTION:
 # A Bash array containing a list of compatible PostgreSQL slots as
 # defined by the developer. Must be declared before inheriting this
-# eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} )
+# eclass. Example:
+#@CODE
+#POSTGRES_COMPAT=( 9.2 9.3 9.4 9.5 9.6 10 )
+#POSTGRES_COMPAT=( 9.{2,3} 9.{4..6} 10 ) # Same as previous
+#@CODE
 if ! declare -p POSTGRES_COMPAT &>/dev/null; then
die 'Required variable POSTGRES_COMPAT not declared.'
 fi
@@ -40,8 +44,8 @@ fi
 export _POSTGRES_INTERSECT_SLOTS=( )
 
 # @FUNCTION: _postgres-multi_multibuild_wrapper
+# @USAGE:  [arg ...]
 # @INTERNAL
-# @USAGE: _postgres-multi_multibuild_wrapper  [ ...]
 # @DESCRIPTION:
 # For the given variant, set the values of the PG_SLOT, PG_CONFIG, and
 # PKG_CONFIG_PATH environment variables accordingly and replace any
@@ -62,16 +66,16 @@ _postgres-multi_multibuild_wrapper() {
 }
 
 # @FUNCTION: postgres-multi_foreach
-# @USAGE: postgres-multi_foreach   [ ...]
+# @USAGE:  [arg ...]
 # @DESCRIPTION:
 # Run the given command in the package's build directory for each
 # PostgreSQL slot in the intersect of POSTGRES_TARGETS and
-# POSTGRES_COMPAT and user-enabled slots. The PG_CONFIG and
-# PKG_CONFIG_PATH environment variables are updated on each iteration to
-# point to the matching pg_config command and pkg-config metadata files,
-# respectively, for the current slot. Any appearance of @PG_SLOT@ in the
-# command or arguments will be substituted with the slot (e.g., 9.5) of
-# the current iteration.
+# POSTGRES_COMPAT. The PG_CONFIG and PKG_CONFIG_PATH environment
+# variables are updated on each iteration to point to the matching
+# pg_config command and pkg-config metadata files, respectively, for the
+# current slot. Any appearance of @PG_SLOT@ in the command or arguments
+# will be substituted with the slot (e.g., 9.5) of the current
+# iteration.
 postgres-multi_foreach() {
local MULTIBUILD_VARIANTS=("${_POSTGRES_INTERSECT_SLOTS[@]}")
 
@@ -80,7 +84,7 @@ postgres-multi_foreach() {
 }
 
 # @FUNCTION: postgres-multi_forbest
-# @USAGE: postgres-multi_forbest   [ ...]
+# @USAGE:  [arg ...]
 # @DESCRIPTION:
 # Run the given command in the package's build directory for the highest
 # slot in the intersect of POSTGRES_COMPAT and POSTGRES_TARGETS. The
@@ -98,14 +102,14 @@ postgres-multi_forbest() {
 }
 
 # @FUNCTION: postgres-multi_pkg_setup
-# @USAGE: postgres-multi_pkg_setup
 # @DESCRIPTION:
 # Initialize internal environment variable(s). This is required if
 # pkg_setup() is declared in the ebuild.
 postgres-multi_pkg_setup() {
local user_slot
 
-   for user_slot in "${POSTGRES_COMPAT[@]}"; do
+   # _POSTGRES_COMPAT is created in postgres.eclass
+   for user_slot in "${_POSTGRES_COMPAT[@]}"; do
use "postgres_targets_postgres${user_slot/\./_}" && \
_POSTGRES_INTERSECT_SLOTS+=( "${user_slot}" )
done
@@ -118,7 +122,6 @@ postgres-multi_pkg_setup() {
 }
 
 # @FUNCTION: postgres-multi_src_prepare
-# @USAGE: postgres-multi_src_prepare
 # @DESCRIPTION:
 # Calls eapply_user then copies ${S} into a build directory for each
 # intersect of POSTGRES_TARGETS and POSTGRES_COMPAT.
@@ -151,7 +154,6 @@ postgres-multi_src_prepare() {
 }
 
 # @FUNCTION: postgres-multi_src_compile
-# @USAGE: postgres-multi_src_compile
 # @DESCRIPTION:
 # Runs `emake' in each build directory
 postgres-multi_src_compile() {
@@ -159,7 +161,6 @@ postgres-multi_src_compile() {
 }
 
 # @FUNCTION: postgres-multi_src_install
-# @USAGE: postgres-multi_src_install
 # @DESCRIPTION:
 # Runs `emake install DESTDIR="${D}"' in each build directory.
 postgres-multi_src_install() {
@@ -167,7 +168,6 @@ postgres-multi_src_install() {
 }
 
 # @FUNCTION: postgres-multi_src_test
-# @USAGE: postgres-multi_src_test
 # @DESCRIPTION:
 # Runs `emake installcheck' in each build directory.
 postgres-multi_src_test() {

diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index 13483a9ec

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

2017-09-05 Thread Michał Górny
commit: 7a09026c60e367856a2e33d752554163fafd3a7f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  4 18:53:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 17:13:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a09026c

dev-util/abi-dumper: Add myself as co-maint

 dev-util/abi-dumper/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-util/abi-dumper/metadata.xml b/dev-util/abi-dumper/metadata.xml
index 3e54363682c..410510d0f02 100644
--- a/dev-util/abi-dumper/metadata.xml
+++ b/dev-util/abi-dumper/metadata.xml
@@ -5,6 +5,10 @@
flop...@gentoo.org
Mike Gilbert

+   
+   mgo...@gentoo.org
+   Michał Górny
+   

lvc/abi-dumper




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

2017-09-05 Thread Michał Górny
commit: 98aa5f6ce5500655034ccfeec5d1c1ac15d894c8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  4 18:58:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 17:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98aa5f6c

dev-util/vtable-dumper: Add myself as co-maint

 dev-util/vtable-dumper/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-util/vtable-dumper/metadata.xml 
b/dev-util/vtable-dumper/metadata.xml
index 4f51e6449d5..fac2ebc4930 100644
--- a/dev-util/vtable-dumper/metadata.xml
+++ b/dev-util/vtable-dumper/metadata.xml
@@ -5,6 +5,10 @@
flop...@gentoo.org
Mike Gilbert

+   
+   mgo...@gentoo.org
+   Michał Górny
+   

lvc/vtable-dumper




[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/

2017-09-05 Thread Michał Górny
commit: 9e2f3e279d7b77e29b839804ba5c3ddbbe06d24c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  5 17:09:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 17:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2f3e27

xfce-base/xfconf: Run tests with -j1 due to race condition

Bug: https://bugzilla.xfce.org/show_bug.cgi?id=13840
Closes: https://bugs.gentoo.org/629960

 xfce-base/xfconf/xfconf-4.13.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.4.ebuild 
b/xfce-base/xfconf/xfconf-4.13.4.ebuild
index eff57ca4550..d82d16a974d 100644
--- a/xfce-base/xfconf/xfconf-4.13.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.4.ebuild
@@ -52,7 +52,8 @@ my_test() {
eval "${out}"
 
local ret=0
-   nonfatal emake check || ret=1
+   # https://bugzilla.xfce.org/show_bug.cgi?id=13840
+   nonfatal emake -j1 check || ret=1
 
kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
return "${ret}"



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

2017-09-05 Thread Michał Górny
commit: 451d0a8843c8153bbe7c2ba9f9216cd0fc4c268c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  4 18:57:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 17:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451d0a88

dev-util/abi-dumper: Bump to 1.1

 dev-util/abi-dumper/Manifest  |  1 +
 dev-util/abi-dumper/abi-dumper-1.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-util/abi-dumper/Manifest b/dev-util/abi-dumper/Manifest
index 2b7a6aabbb2..41f2dd5d2c0 100644
--- a/dev-util/abi-dumper/Manifest
+++ b/dev-util/abi-dumper/Manifest
@@ -1,2 +1,3 @@
 DIST abi-dumper-0.99.15.tar.gz 40265 SHA256 
37d79ad151ac0bfbd25c1280b31f9521b72bc874129cd9cb182dc1fb488a39e0 SHA512 
695462c8972e7f5abcf3415652ef6bb52d9770ae5fc21aceb44b0eaadc087f23d6c1cd92d6e29961141cfa863b0bad7944cee826df2aa8c83f3be7e42d098e61
 WHIRLPOOL 
387a8bac36d447207483621d332abb2cee683725f9c4766439cf1e27a44e8914f1abab6b9e6cc4839c2dd2a3ba75bdb65b8dd54ecdd9902888d47f1152a9d6ba
 DIST abi-dumper-0.99.19.tar.gz 44380 SHA256 
6bbc35795839a04523d9e7bdb07806b9a661e17d8be0e755c99e4235805d4528 SHA512 
4afbaf1b15e61d67f25849ace34074fb21f09165cef04f2a554c8d0c6930912cd890384ce3949f6aeee60cddf6b100b5bbc34f8b21f1e5d611fb31c06849040b
 WHIRLPOOL 
121fba37c6130a7b54858cfb1ecc022aea5257a43c5d3f0a5572e2df2d15d885efeb1b51736ef54c806cc8839b0bbff733bd07bef946b7aa30751de1eba9eee8
+DIST abi-dumper-1.1.tar.gz 49012 SHA256 
ef63201368e0d76a29d2f7aed98c488f6fb71898126762d65baed1e762988083 SHA512 
28b791de74dafd0b3d78314c1c722d03bfeb0daa5cb702def9268e4c64f49c79b4fd92d4adf89a20f79c745ef70bc18d2b1143fbe0c7ad192b2f64cb1551b371
 WHIRLPOOL 
ae157354c066431f5aeaa86b6f4a8f427260a70bc39fa5da47b80f81381e4b17a7c423ec0cba2240feb752ba33f4ee56d3943ffa3540df69f7a906389cd38226

diff --git a/dev-util/abi-dumper/abi-dumper-1.1.ebuild 
b/dev-util/abi-dumper/abi-dumper-1.1.ebuild
new file mode 100644
index 000..fcf03f1cc2b
--- /dev/null
+++ b/dev-util/abi-dumper/abi-dumper-1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Dump ABI of an ELF object containing DWARF debug info"
+HOMEPAGE="https://github.com/lvc/abi-dumper";
+SRC_URI="https://github.com/lvc/abi-dumper/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   dev-libs/elfutils
+   dev-util/vtable-dumper"
+
+src_compile() {
+   :
+}
+
+src_install() {
+   dodir /usr
+   perl Makefile.pl -install -prefix "${EPREFIX}/usr" -destdir "${D}" || 
die
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/

2017-09-05 Thread Michał Górny
commit: aff05fd84af1603e9de69a9e8597b690408d814e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  5 17:06:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 17:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff05fd8

xfce-base/xfconf: Drop old interim version

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.13.3.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 38d70432c9c..e96a015bb7e 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,4 +1,3 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1
-DIST xfconf-4.13.3.tar.bz2 597311 SHA256 
842416258d87f24b8e2b72ddf3cb1385d0c73c982e66b18d2b2e7cb8123f98c8 SHA512 
d8b53f1785947c4c47de65fe7e43062a771b6a256e598eb09fee4be975c6ccf70446d922e2d50b52c68747603012b41ef69428f286ae8d2c0768f9e6ff8aee55
 WHIRLPOOL 
199af60c94a44b8350f922b2fb5e3325cf718d09ad80cd882e13b6879c673876a2b3b7d2ca860f28a8007255f042b4bb6a7d4559ea6df98e7b0e1fc348bdbf43
 DIST xfconf-4.13.4.tar.bz2 598700 SHA256 
4808997894ad9b6bcd39b0e8c609129e60d204c038d4edc4e9b8c55ea2d094c9 SHA512 
17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc
 WHIRLPOOL 
9f9c6db0a28bcc7a9a7c710335f2a1361d10d0b6eec1a61aebcecc4597362537280654289176a8b7abbd9ac9ead9a670f4cadd8c2a551ef4891262194b64ca3d

diff --git a/xfce-base/xfconf/xfconf-4.13.3.ebuild 
b/xfce-base/xfconf/xfconf-4.13.3.ebuild
deleted file mode 100644
index eff57ca4550..000
--- a/xfce-base/xfconf/xfconf-4.13.3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit virtualx xdg-utils
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=xfce-base/libxfce4util-4.10:=
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )
-   !

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

2017-09-05 Thread Aaron Swenson
commit: 9e0ba9394f263cb8201c48d4a52157b00fe5a795
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Sep  5 17:15:18 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Sep  5 17:15:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0ba939

app-portage/eclass-manpages: Snapshot bump 20170905

New snapshot bump (20170905) including the most recent change in
postres{,-multi}.eclass doc changes.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-portage/eclass-manpages/Manifest   |  1 +
 .../eclass-manpages-20170905.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-portage/eclass-manpages/Manifest 
b/app-portage/eclass-manpages/Manifest
index 9c254df8598..0d04210e30b 100644
--- a/app-portage/eclass-manpages/Manifest
+++ b/app-portage/eclass-manpages/Manifest
@@ -2,3 +2,4 @@ DIST eclass-manpages-20170321.tar.xz 459596 SHA256 
47aaef9603822bf0a5e7f738b4f35
 DIST eclass-manpages-20170428.tar.xz 457936 SHA256 
f1138d403ede694409c5cd584d1b7c1cd596e8714f092a84312cf19837240af6 SHA512 
15f21b13aa66eb7fa9a02bcd4e33ec5f9eba9a82412184ba821ccfdccaa1e34d8161464ae9db939bc3e7df661eda45755efa4a465883c4577b406ca712aa2e01
 WHIRLPOOL 
10f688309fc299189b315b25a7f528b38b5bb5d8f35785d4d3dd0af46d2f7fcf7dd14bad693a57a9c0262c95412a5edf44d7ad1ca729df71cc7a12b005edf643
 DIST eclass-manpages-20170521.tar.xz 455584 SHA256 
34063a43d913b5311596bf601c02f2cd0fd98d75dd6584fa95289bd7f8a2cbe6 SHA512 
0f91eaf3066a8208fd02c256927ea5e8b2d488642f37573bedf8284afef49d7c4951144687fda29146cf27af05cc29efbea0a41462e0d59fc94cae3e9e70870e
 WHIRLPOOL 
52846eb282307a56b662166dd4c26db4b09089fb4f8d8654aeccb4a94579b1495b7b196efee3bb4496b4895ca113f2e87d79aaab698c8c9977bf496172e3c156
 DIST eclass-manpages-20170712.tar.xz 456832 SHA256 
aac17f7efec309db108c34fb511dcb0ebdee0d5dbcf94fa36ca3317afe5669bd SHA512 
a64c97683fa796d6122b722dfe065447ebd106c2974a7f3c4ea67743429efa43082979febdfd5a3676635b745cec02420771d1b2ce401c7100867aef9bd9de0b
 WHIRLPOOL 
212bdc3b6bb29b17765e557e4540ed8fed678a42d8a4678661ee13f59b0a7282be2439a4078ff1b0af8db8cba33dfb0446adac6b632bba5f8e2d50cc8c10e9ac
+DIST eclass-manpages-20170905.tar.xz 453248 SHA256 
bcf4204dcb8c6c3f29d81d4be94638781d7712b32246bece036fa0445db295b0 SHA512 
a6e8732f7a06e3a7bfd009a25d91f7f3c6721283c0265361029ee25cdaa20198a7b273e5825d7ac3f66c7ccfa7eea20c2c3ff23dc08bab22a32c2325a413e6b5
 WHIRLPOOL 
c3b7d5b80539c8ac0393d33ba9d96ce12d7894981669b8e67e55a3c8985af5474d0fea53dfb3620cc6788dd43e9c88095758f51cdc5e84fa67c9e84a4c43afc7

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



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

2017-09-05 Thread Amy Liffey
commit: 876d10151101f68dec8521d7cd3be611f26e08cb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Sep  5 16:30:21 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Sep  5 18:15:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876d1015

x11-misc/tint2: remove unused patch

Closes:#5624

 .../0.12.3-no-hardcode-update-icon-cache.patch  | 21 -
 1 file changed, 21 deletions(-)

diff --git a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch 
b/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
deleted file mode 100644
index f923e065173..000
--- a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 155672e2245a..a4b6dc0c7eda 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -176,7 +176,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS 
"-pthread -fno-strict-aliasin
- install( TARGETS tint2 DESTINATION bin )
- install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
- install( FILES tint2.desktop DESTINATION ${DATADIR}/applications )
--install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
- install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
- install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
- install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} )
-diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt
-index e8c6db38fe20..f844c24371e7 100644
 a/src/tint2conf/CMakeLists.txt
-+++ b/src/tint2conf/CMakeLists.txt
-@@ -71,4 +71,3 @@ add_subdirectory(po)
- install( TARGETS tint2conf DESTINATION bin )
- install( FILES tint2conf.svg DESTINATION 
${DATADIR}/icons/hicolor/scalable/apps )
- install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications )
--install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )



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

2017-09-05 Thread Amy Liffey
commit: b3b568163f74a14e7967589456a7ddf7b8e2d639
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Sep  5 16:29:22 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Sep  5 18:15:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b56816

media-libs/opencv: remove unused patches

 .../files/opencv-2.4.12-git-autodetect.patch   |  57 
 .../files/opencv-3.1.0-gentooify-python.patch  | 101 -
 2 files changed, 158 deletions(-)

diff --git a/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch 
b/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch
deleted file mode 100644
index 8d6fcaf681f..000
--- a/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch
+++ /dev/null
@@ -1,57 +0,0 @@
 a/CMakeLists.txt   2016-04-07 14:44:17.461912634 +0200
-+++ b/CMakeLists.txt   2016-04-07 14:45:10.674910396 +0200
-@@ -388,32 +388,32 @@
- # 
- 
- # don't use FindGit because it requires CMake 2.8.2
--set(git_names git eg) # eg = easy git
-+#set(git_names git eg) # eg = easy git
- # Prefer .cmd variants on Windows unless running in a Makefile in the MSYS 
shell
--if(CMAKE_HOST_WIN32)
--  if(NOT CMAKE_GENERATOR MATCHES "MSYS")
--set(git_names git.cmd git eg.cmd eg)
--  endif()
--endif()
-+#if(CMAKE_HOST_WIN32)
-+#  if(NOT CMAKE_GENERATOR MATCHES "MSYS")
-+#set(git_names git.cmd git eg.cmd eg)
-+#  endif()
-+#endif()
- 
--find_host_program(GIT_EXECUTABLE NAMES ${git_names} PATH_SUFFIXES Git/cmd 
Git/bin DOC "git command line client")
--mark_as_advanced(GIT_EXECUTABLE)
-+#find_host_program(GIT_EXECUTABLE NAMES ${git_names} PATH_SUFFIXES Git/cmd 
Git/bin DOC "git command line client")
-+#mark_as_advanced(GIT_EXECUTABLE)
- 
--if(GIT_EXECUTABLE)
--  execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always --dirty 
--match "2.[0-9].[0-9]*"
--WORKING_DIRECTORY "${OpenCV_SOURCE_DIR}"
--OUTPUT_VARIABLE OPENCV_VCSVERSION
--RESULT_VARIABLE GIT_RESULT
--ERROR_QUIET
--OUTPUT_STRIP_TRAILING_WHITESPACE
--  )
--  if(NOT GIT_RESULT EQUAL 0)
--set(OPENCV_VCSVERSION "unknown")
--  endif()
--else()
-+#if(GIT_EXECUTABLE)
-+#  execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always --dirty 
--match "2.[0-9].[0-9]*"
-+#WORKING_DIRECTORY "${OpenCV_SOURCE_DIR}"
-+#OUTPUT_VARIABLE OPENCV_VCSVERSION
-+#RESULT_VARIABLE GIT_RESULT
-+#ERROR_QUIET
-+#OUTPUT_STRIP_TRAILING_WHITESPACE
-+#  )
-+#  if(NOT GIT_RESULT EQUAL 0)
-+#set(OPENCV_VCSVERSION "unknown")
-+#  endif()
-+#else()
-   # We don't have git:
--  set(OPENCV_VCSVERSION "unknown")
--endif()
-+#  set(OPENCV_VCSVERSION "unknown")
-+#endif()
- 
- 
- # 

diff --git a/media-libs/opencv/files/opencv-3.1.0-gentooify-python.patch 
b/media-libs/opencv/files/opencv-3.1.0-gentooify-python.patch
deleted file mode 100644
index 7bb01b455f0..000
--- a/media-libs/opencv/files/opencv-3.1.0-gentooify-python.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-diff -purN a/cmake/OpenCVDetectGentooPython.cmake 
b/cmake/OpenCVDetectGentooPython.cmake
 a/cmake/OpenCVDetectGentooPython.cmake 1970-01-01 01:00:00.0 
+0100
-+++ b/cmake/OpenCVDetectGentooPython.cmake 2016-06-09 10:21:09.236148446 
+0100
-@@ -0,0 +1,77 @@
-+# Find specified Python version
-+# Arguments:
-+#   found (variable): Set if interpreter found
-+#   executable (variable): Output of executable found
-+#   version_string (variable): Output of found version
-+#   version_major (variable): Output of found major version
-+#   version_minor (variable): Output of found minor version
-+#   libs_found (variable): Set if libs found
-+#   libs_version_string (variable): Output of found libs version
-+#   libraries (variable): Output of found Python libraries
-+#   library (variable): Output of found Python library
-+#   debug_libraries (variable): Output of found Python debug libraries
-+#   debug_library (variable): Output of found Python debug library
-+#   include_path (variable): Output of found Python include path
-+#   include_dir (variable): Output of found Python include dir
-+#   include_dir2 (variable): Output of found Python include dir2
-+#   packages_path (variable): Output of found Python packages path
-+#   numpy_include_dirs (variable): Output of found Python Numpy include dirs
-+function(find_python found executable version_string version_major 
version_minor
-+ libs_found libs_version_string libraries library debug_libraries
-+ debug_library include_path include_dir include_dir2 packages_path
-+ numpy_include_dirs)
-+
-+  set(${found} "TRUE" PARENT_SCOPE)
-+  set(${executable} "${GENTOO_PYTHON_EXECUTABLE}" CACHE FILEPATH "Path to 
Python interpretor")
-+  set(${version_string} "${GENTOO_PYTHON_MAJOR}.${GENTOO_PYTHON_MINOR}" 
PARENT_SCOPE)
-+  set(${version_m

[gentoo-commits] repo/gentoo:master commit in: games-arcade/opentyrian/

2017-09-05 Thread Austin English
commit: 57931659ff17897d8015248fe798e040fd18c905
Author: Austin English  gentoo  org>
AuthorDate: Tue Sep  5 18:30:19 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Sep  5 18:32:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57931659

games-arcade/opentyrian: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../opentyrian/opentyrian-2.1.20130907-r1.ebuild   | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild 
b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
new file mode 100644
index 000..5b961968215
--- /dev/null
+++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling 
shooter"
+HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home";
+SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
+http://www.camanis.net/${PN}/releases/${P}-src.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libsdl
+   media-libs/sdl-net"
+
+# Yes, mercurial is needed to set the build version stamp.
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-vcs/mercurial"
+
+PATCHES=(
+   "${FILESDIR}/${PV}-datapath.diff"
+   "${FILESDIR}/${PV}-cflag-idiocy.diff"
+)
+
+src_compile() {
+   emake DATA_PATH="/usr/share/${PN}" || die "Compilation failed"
+}
+
+src_install() {
+   dobin opentyrian || die "Failed to install game binary"
+   dosym ../../usr/bin/opentyrian /usr/bin/tyrian || die "Failed to 
symlink"
+   dodoc CREDITS NEWS README || die "Failed to install documentation"
+   domenu linux/opentyrian.desktop || die "Failed to install desktop file"
+   for i in linux/icons/*.png ; do
+   local size=`echo ${i} | sed -e 's:.*-\([0-9]\+\).png:\1:'`
+   insinto /usr/share/icons/hicolor/${size}x${size}/apps
+   newins ${i} opentyrian.png || die "Failed to install program 
icon"
+   done
+   insinto "/usr/share/${PN}"
+   cd "${WORKDIR}/tyrian21"
+   rm *.exe dpmi16bi.ovl loudness.awe || die "Failed to remove win32 
binaries"
+   doins * || die "Failed to install game data"
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mekanix/

2017-09-05 Thread Austin English
commit: 31c09bb4c06a4a8fa57038d6059821579af61880
Author: Austin English  gentoo  org>
AuthorDate: Tue Sep  5 18:02:51 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Sep  5 18:32:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c09bb4

games-emulation/mekanix: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-emulation/mekanix/mekanix-070-r1.ebuild | 33 +++
 1 file changed, 33 insertions(+)

diff --git a/games-emulation/mekanix/mekanix-070-r1.ebuild 
b/games-emulation/mekanix/mekanix-070-r1.ebuild
new file mode 100644
index 000..ee7f2d85c12
--- /dev/null
+++ b/games-emulation/mekanix/mekanix-070-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="SG-1000, SC-3000, SF-7000, SSC, SMS, GG, COLECO, and OMV emulator"
+HOMEPAGE="http://www.smspower.org/meka/";
+SRC_URI="http://www.smspower.org/meka/releases/${PN}${PV}.tgz";
+
+LICENSE="mekanix"
+SLOT="0"
+KEYWORDS="~x86"
+RESTRICT="strip"
+IUSE=""
+
+RDEPEND="media-libs/libpng
+   x11-libs/libXpm"
+
+S=${WORKDIR}/${PN}
+
+# file verfies that it's an elf, not win32, binary:
+QA_PREBUILT="opt/${PN}/meka.exe"
+
+src_install() {
+   local dir="/opt/${PN}"
+
+   insinto "${dir}"
+   doins * || die "doins failed"
+   fperms a+x "${dir}/meka.exe"
+   make_wrapper mekanix ./meka.exe "${dir}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-lb/

2017-09-05 Thread Pacho Ramos
commit: 0c10a2d5695aad184d6ffa0218cf02833deda417
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Sep  5 18:35:56 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Sep  5 18:36:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c10a2d5

net-print/cndrvcups-lb: amd64/x86 stable, bug #624418

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --force

 net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild 
b/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild
index 89b9326dd8f..5547321c051 100644
--- a/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild
+++ b/net-print/cndrvcups-lb/cndrvcups-lb-3.40.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://gdlp01.c-wss.com/gds/8/017658/04/${SOURCES_NAME}.tar.gz";
 
 LICENSE="Canon-UFR-II"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-lb/

2017-09-05 Thread Pacho Ramos
commit: 4c4cea7e9194f74382ffe100f04a7e597640e94d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Sep  5 18:36:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Sep  5 18:36:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cea7e

net-print/cndrvcups-lb: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-print/cndrvcups-lb/Manifest |   2 -
 net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild | 105 ---
 net-print/cndrvcups-lb/cndrvcups-lb-3.20.ebuild | 108 
 3 files changed, 215 deletions(-)

diff --git a/net-print/cndrvcups-lb/Manifest b/net-print/cndrvcups-lb/Manifest
index 6c2ff20adfd..914bbc0e36b 100644
--- a/net-print/cndrvcups-lb/Manifest
+++ b/net-print/cndrvcups-lb/Manifest
@@ -1,3 +1 @@
-DIST Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz 109548632 SHA256 
b28bc2b460aeddcb7800983d2fad8c29ea6efcc95ad767a78fe6c25d0956f242 SHA512 
fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801
 WHIRLPOOL 
661f8d6863bd1694efcc168615d9a7107e4a7aa09f5934a33b0f201b6d327038320cf87201bf4220ec876e1cca550169c91925d9f58fa3dae8dd4ea99de1ad1e
 DIST linux-UFRII-drv-v340-uken.tar.gz 117746329 SHA256 
fb3701f564f987126a9a3d03a163951f3182d6f7d626530a6767cb1f996fa203 SHA512 
05f12d2cac5ae9987fe389be1a15b11d280734f6d47b86f04fa2fcb61bf94175b7afdba4cc1cf5ecf2c1ef5a8e2c14eda5d72f7671618d7c94581c620fea4494
 WHIRLPOOL 
d17dacb98b6ea39d62822a4dd379fb6f8abc900243476893869e0d3a3d1ce1504cb5866d16f775bc006e94a3aeb726912a4c58faa50bf9f390e270482f20512e
-DIST o1581en_linux_UFRII_v300.zip 94262679 SHA256 
1ec1b162411642dc1814608ec71a3b94d6e22ede234f6b750bbdfd3820d5ac46 SHA512 
e31415f2e9256c5dc98e27afe3bdc2f75b852d0a99721f8f2ac78225bac497e84c6ce94e8447f3aed6bb6c94975c7625f0dbb2647be44f90c144a46e9af89b81
 WHIRLPOOL 
f419d6130ce9cfd87caebc9678991bbd46e2db5f8bb5a39fb8202a7532de33e969f4f907f2f1404859f987c57f49f562defcec42380ea1b4f284b8d4c6cae3e6

diff --git a/net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild 
b/net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild
deleted file mode 100644
index f991f37fdc4..000
--- a/net-print/cndrvcups-lb/cndrvcups-lb-3.00.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools multilib versionator
-
-DESCRIPTION="Canon UFR II / LIPSLX Printer Driver for Linux"
-HOMEPAGE="http://software.canon-europe.com/software/0046530.asp";
-SRC_URI="http://files.canon-europe.com/files/soft46530/software/o1581en_linux_UFRII_v300.zip";
-
-LICENSE="Canon-UFR-II"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-# Needed because GPL2 stuff miss their sources in tarball
-RESTRICT="mirror"
-
-RDEPEND="
-   ~net-print/cndrvcups-common-lb-3.10
-   gnome-base/libglade
-   net-print/cups
-   x11-libs/gtk+:2
-   >=dev-libs/libxml2-2.9.2-r4[abi_x86_32(-)]
-   virtual/jpeg:62[abi_x86_32(-)]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/uk_eng/Sources/${P}"
-MAKEOPTS+=" -j1"
-
-# Don't raise a fuss over pre-built binaries
-QA_PREBUILT="
-   /usr/bin/cnpkbidi
-   /usr/bin/cnpkmoduleufr2
-   /usr/$(get_abi_LIBDIR x86)/libEnoJPEG.so.1.0.0
-   /usr/$(get_abi_LIBDIR x86)/libEnoJBIG.so.1.0.0
-   /usr/$(get_abi_LIBDIR x86)/libufr2filter.so.1.0.0
-   /usr/$(get_abi_LIBDIR x86)/libcnlbcm.so.1.0
-   /usr/$(get_abi_LIBDIR x86)/libcaiocnpkbidi.so.1.0.0
-   /usr/$(get_abi_LIBDIR x86)/libcanonufr2.so.1.0.0
-"
-QA_SONAME="/usr/$(get_abi_LIBDIR x86)/libcaiocnpkbidi.so.1.0.0"
-
-src_unpack() {
-   unpack ${A}
-   cd "${WORKDIR}/uk_eng/Sources/"
-   unpack ./${P}-1.tar.gz
-}
-
-change_dir() {
-   for i in ppd pstoufr2cpca cngplp cngplp/files cpca ; do
-   cd "${i}"
-   "${@}"
-   cd "${S}"
-   done
-}
-
-src_prepare() {
-   sed -i -e \
-   "s:filterdir = \$(libdir)/cups/filter:filterdir = `cups-config 
--serverbin`/filter:" \
-   pstoufr2cpca/filter/Makefile.am || die
-
-   export "LIBS=-lgmodule-2.0"
-   change_dir eautoreconf
-}
-
-src_configure() {
-   change_dir econf
-}
-
-src_install() {
-   default
-
-   einstalldocs
-
-   prune_libtool_files
-
-   cd "${S}/data"
-   insinto /usr/share/caepcm
-   doins *
-
-   cd "${S}/libs"
-   insinto /usr/share/cnpkbidi
-   doins cnpkbidi_info*
-
-   insinto /usr/share/ufr2filter
-   doins ThLB*
-
-   ABI=x86
-   dobin cnpkbidi cnpkmoduleufr2
-   dolib.so libcnlbcm.so.1.0
-   dosym libcnlbcm.so.1.0 "/usr/$(get_libdir)/libcnlbcm.so.1"
-   dosym libcnlbcm.so.1.0 "/usr/$(get_libdir)/libcnlbcm.so"
-   for lib in *.so.?.?.?; do
-   dolib.so "${lib}"
-   dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?}"
-   dosym "${lib}" "/usr/$(get_libdir)/${lib%.?.?.?}"

[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/

2017-09-05 Thread Pacho Ramos
commit: 3f335619f89298fcb01671a5c5049e365a9d300c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Sep  5 18:34:22 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Sep  5 18:36:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f335619

net-print/cndrvcups-common-lb: amd64/x86 stable, bug #624418

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild 
b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild
index 0a35d997b50..f8318f3d2fe 100644
--- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild
+++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.40.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://gdlp01.c-wss.com/gds/8/017658/04/${SOURCES_NAME}.tar.gz";
 # GPL-2 License inside LICENSE-EN.txt files
 LICENSE="Canon-UFR-II GPL-2 MIT"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/

2017-09-05 Thread Pacho Ramos
commit: b604f2b4f43f63316f19cacadd78172b248ecb3c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Sep  5 18:35:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Sep  5 18:36:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b604f2b4

net-print/cndrvcups-common-lb: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-print/cndrvcups-common-lb/Manifest |   2 -
 .../cndrvcups-common-lb-3.10.ebuild| 110 
 .../cndrvcups-common-lb-3.20.ebuild| 111 -
 3 files changed, 223 deletions(-)

diff --git a/net-print/cndrvcups-common-lb/Manifest 
b/net-print/cndrvcups-common-lb/Manifest
index 6c2ff20adfd..914bbc0e36b 100644
--- a/net-print/cndrvcups-common-lb/Manifest
+++ b/net-print/cndrvcups-common-lb/Manifest
@@ -1,3 +1 @@
-DIST Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz 109548632 SHA256 
b28bc2b460aeddcb7800983d2fad8c29ea6efcc95ad767a78fe6c25d0956f242 SHA512 
fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801
 WHIRLPOOL 
661f8d6863bd1694efcc168615d9a7107e4a7aa09f5934a33b0f201b6d327038320cf87201bf4220ec876e1cca550169c91925d9f58fa3dae8dd4ea99de1ad1e
 DIST linux-UFRII-drv-v340-uken.tar.gz 117746329 SHA256 
fb3701f564f987126a9a3d03a163951f3182d6f7d626530a6767cb1f996fa203 SHA512 
05f12d2cac5ae9987fe389be1a15b11d280734f6d47b86f04fa2fcb61bf94175b7afdba4cc1cf5ecf2c1ef5a8e2c14eda5d72f7671618d7c94581c620fea4494
 WHIRLPOOL 
d17dacb98b6ea39d62822a4dd379fb6f8abc900243476893869e0d3a3d1ce1504cb5866d16f775bc006e94a3aeb726912a4c58faa50bf9f390e270482f20512e
-DIST o1581en_linux_UFRII_v300.zip 94262679 SHA256 
1ec1b162411642dc1814608ec71a3b94d6e22ede234f6b750bbdfd3820d5ac46 SHA512 
e31415f2e9256c5dc98e27afe3bdc2f75b852d0a99721f8f2ac78225bac497e84c6ce94e8447f3aed6bb6c94975c7625f0dbb2647be44f90c144a46e9af89b81
 WHIRLPOOL 
f419d6130ce9cfd87caebc9678991bbd46e2db5f8bb5a39fb8202a7532de33e969f4f907f2f1404859f987c57f49f562defcec42380ea1b4f284b8d4c6cae3e6

diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.10.ebuild 
b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.10.ebuild
deleted file mode 100644
index 7e13ca2bb19..000
--- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.10.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools multilib versionator
-
-DESCRIPTION="Common files for Canon drivers"
-HOMEPAGE="http://software.canon-europe.com/software/0046530.asp";
-SRC_URI="http://files.canon-europe.com/files/soft46530/software/o1581en_linux_UFRII_v300.zip";
-
-LICENSE="Canon-UFR-II GPL-2 MIT"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-# Needed because GPL2 stuff miss their sources in tarball
-RESTRICT="mirror"
-
-RDEPEND="
-   dev-libs/libxml2
-   gnome-base/libglade
-   net-print/cups
-   x11-libs/gtk+:2
-"
-DEPEND="${DEPEND}"
-
-S="${WORKDIR}/uk_eng/Sources/${P}"
-
-# Don't raise a fuss over pre-built binaries
-QA_PREBUILT="
-   /usr/libexec/cups/filter/c3pldrv
-   /usr/$(get_abi_LIBDIR x86)/libColorGear.so.0.0.0
-   /usr/$(get_abi_LIBDIR x86)/libColorGearC.so.0.0.0
-   /usr/$(get_abi_LIBDIR x86)/libc3pl.so.0.0.1
-   /usr/$(get_abi_LIBDIR x86)/libcaepcm.so.1.0
-   /usr/$(get_abi_LIBDIR x86)/libcaiousb.so.1.0.0
-   /usr/$(get_abi_LIBDIR x86)/libcaiowrap.so.1.0.0
-   /usr/$(get_abi_LIBDIR x86)/libcanon_slim.so.1.0.0
-   /usr/$(get_libdir)/libcanonc3pl.so.1.0.0
-"
-QA_SONAME="/usr/$(get_abi_LIBDIR x86)/libcaiousb.so.1.0.0"
-
-S="${WORKDIR}/uk_eng/Sources/${P//-lb}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${WORKDIR}/uk_eng/Sources/"
-   unpack ./${P//-lb}-1.tar.gz
-}
-
-change_dir() {
-   for i in cngplp buftool backend; do
-   cd "${i}"
-   "${@}"
-   cd "${S}"
-   done
-}
-
-src_prepare() {
-   sed -i -e \
-   "s:backenddir = \$(libdir)/cups/backend:backenddir = 
`cups-config --serverbin`/backend:" \
-   backend/Makefile.am || die
-
-   export "LIBS=-lgmodule-2.0"
-   change_dir eautoreconf
-}
-
-src_configure() {
-   change_dir econf
-}
-
-src_compile() {
-   change_dir emake
-
-   # Cannot be moved to 'change_dir' as it doesn't need eautoreconf
-   cd "${S}/c3plmod_ipc" && emake
-}
-
-src_install() {
-   MAKEOPTS+=" -j1" default
-
-   einstalldocs
-
-   cd "${S}/c3plmod_ipc"
-   dolib.so libcanonc3pl.so.1.0.0
-   dosym libcanonc3pl.so.1.0.0 "/usr/$(get_libdir)/libcanonc3pl.so.1"
-   dosym libcanonc3pl.so.1.0.0 "/usr/$(get_libdir)/libcanonc3pl.so"
-
-   cd "${S}/data"
-   insinto /usr/share/caepcm
-   doins *
-
-   ABI=x86
-   cd "${S}/libs"
-   exeinto $(cups-config --serverbin)/filter
-   doexe c3pldrv
-   dolib.so libcaepcm.so.1.0
-   dosym libc

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

2017-09-05 Thread Göktürk Yüksek
commit: d0104fa6641d1202f9a3e67517ade98f608f27f5
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Sep  4 03:45:09 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Sep  5 18:45:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0104fa6

sys-apps/elivepatch-server: init version

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/elivepatch-server/Manifest|  1 +
 .../elivepatch-server/elivepatch-server-0.1.ebuild | 29 ++
 sys-apps/elivepatch-server/metadata.xml| 10 
 3 files changed, 40 insertions(+)

diff --git a/sys-apps/elivepatch-server/Manifest 
b/sys-apps/elivepatch-server/Manifest
new file mode 100644
index 000..adad4cdaf7c
--- /dev/null
+++ b/sys-apps/elivepatch-server/Manifest
@@ -0,0 +1 @@
+DIST elivepatch-server-0.1.tar.gz 11564 SHA256 
8ce02c1284b5822fdb4c762fe45b6d3ea8d9f360bce5c59f42c96b3aa41e4908 SHA512 
d469fbc32df7a586fa899c6e587832bd53c1984c97b973e3aad4f6bf62962846142938a6e6e5729fce39d3f7d486c5ed9fd9f484425d863a40a1199f170830fb
 WHIRLPOOL 
98e7a30c8cfda908fa010185e5a508926e57c813a610156d163bdca116d6ef6e59ba31fe8a427a84a558d84a0d9f7ad7387db7b9536e5651a91de22d46648246

diff --git a/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild 
b/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild
new file mode 100644
index 000..84d6c4fbb2e
--- /dev/null
+++ b/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 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="Live patch building server with RESTFul Api for elivepatch-client"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch";
+SRC_URI="https://github.com/aliceinwire/elivepatch-server/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install_all() {
+   newinitd init/elivepatch.init ${PN}
+   newconfd init/elivepatch.confd ${PN}
+   distutils-r1_python_install_all
+}

diff --git a/sys-apps/elivepatch-server/metadata.xml 
b/sys-apps/elivepatch-server/metadata.xml
new file mode 100644
index 000..d7e109285f1
--- /dev/null
+++ b/sys-apps/elivepatch-server/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ali...@gentoo.org
+   
+   
+   aliceinwire/elivepatch-server
+   
+



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

2017-09-05 Thread Göktürk Yüksek
commit: e6c60412216a2fe4099119e710ca9af8bea9be04
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Sep  4 03:45:44 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Sep  5 18:45:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c60412

sys-apps/elivepatch-client: init version

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/elivepatch-client/Manifest|  1 +
 .../elivepatch-client/elivepatch-client-0.1.ebuild | 23 ++
 sys-apps/elivepatch-client/metadata.xml| 10 ++
 3 files changed, 34 insertions(+)

diff --git a/sys-apps/elivepatch-client/Manifest 
b/sys-apps/elivepatch-client/Manifest
new file mode 100644
index 000..2ee743143da
--- /dev/null
+++ b/sys-apps/elivepatch-client/Manifest
@@ -0,0 +1 @@
+DIST elivepatch-client-0.1.tar.gz 88031 SHA256 
f529a0872eb42a077909f2b0597d4faff308ed8072ae6932c4f29c164b2c6d3a SHA512 
c2e324f2be6d75ffe4b2f329875f6f81ba3e4657aa1c4e6514188d5269fd68f7d50b7d823281b1bb585804f84fda639931fcd349d168c169f736ee8613f9f451
 WHIRLPOOL 
38e4e30bd3d0302bae742198fdbb4bc31047140f1161bbc90215d8d311380f78ec5fb7100ac7271a44f29dc2d33d4c2867230cb47c5cf5f5fa4ff3047ce91a42

diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild 
b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
new file mode 100644
index 000..2645c846f0f
--- /dev/null
+++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 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="Live patch installer client working with elivepatch-server"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch";
+SRC_URI="https://github.com/aliceinwire/elivepatch-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-admin/sudo
+   dev-python/git-python[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/sys-apps/elivepatch-client/metadata.xml 
b/sys-apps/elivepatch-client/metadata.xml
new file mode 100644
index 000..56f9bdda854
--- /dev/null
+++ b/sys-apps/elivepatch-client/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ali...@gentoo.org
+   
+   
+   aliceinwire/elivepatch-client
+   
+



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

2017-09-05 Thread Aric Belsito
commit: 4fe96ad812200a0d3129e98393eca8694df36d04
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 18:47:44 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 18:47:44 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4fe96ad8

media-libs/mesa: remove 17.0.7

It's not in the ::gentoo tree.

 media-libs/mesa/Manifest   |   2 -
 media-libs/mesa/mesa-17.0.7.ebuild | 516 -
 2 files changed, 518 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index b285e7d..1fd3ec7 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -6,13 +6,11 @@ AUX mesa-17-missing-fcntl_h.patch 385 SHA256 
61fa64c296d22c0a490576ec595ee1a4beb
 DIST mesa-13.0.5.tar.xz 9171480 SHA256 
bfcea7e2c801525a60895c8aff11aa68457ee9aa35d01a4638e1f310a3f5ef87 SHA512 
db5f6a97b40ee6e45ba81280ab4543354e9f274c7112c5a43b8970244f329902a22f68d5eeddad5b64502507f462ffbcc028efc5dff93822adf95d30ba5903c1
 WHIRLPOOL 
164116608908331d4e8d69c4d2b92dc22e8e6d98725a20e8c2da5cc24b4e9ae9e05ee9c7209d55371b419e0f4e6c1d4752a46d149a968a6b83612aa77f7e480e
 DIST mesa-13.0.6.tar.xz 9179236 SHA256 
29ef104a7fc082d352b1599bd6cb1d040be424ccd22f5e0eb7ee9b0e9acd3597 SHA512 
2455e044647f674c2f1dd524143b61b8630713fa929bbf6fe1c981436a9c08dc933553d638a22b32d2799afb77be746355b48b1b20af172141c5b63891e94441
 WHIRLPOOL 
1fdaaf29de96225cf41a3bdeb559a35cf20fda524f80985b2bfdc52095dcb7f6b320704b7ccf754a6f80555925a6a80dfa2b1115a4bdd9bdc1ebb672f115208a
 DIST mesa-17.0.6.tar.xz 9494872 SHA256 
89ecf3bcd0f18dcca5aaa42bf36bb52a2df33be89889f94d91f7a504a69d SHA512 
537d28aa694c2d48811d2467e33b3adc841067d5f1cdb7e0809ba100f71869090285bbb246e57e5f0177401a539b44cc32b1ccfcb32a1855c14b011b92d32eaf
 WHIRLPOOL 
f3ee87377e87cbd23bd9009d840e6c0ae50ccbbb30cfa7be61f3023cbe9519f5b50f22c59dbcc207a106a6e357d77074fcaee63916ee091b920cbc3d511ec2ab
-DIST mesa-17.0.7.tar.xz 9460316 SHA256 
f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 SHA512 
378d643cf63ec3ed5fd093c00079fb03375f6a87875d3583a5d4707d3d6b21934194b0f624f4ed261c9a05a2fe3e9f292dcd8466e82cfb95d919459e3eb635ea
 WHIRLPOOL 
a18d8a7b4ec1f27f715ce7b1bfc8310b331f6341cab53264a53dd0026b0ebf53d74d6a0d4692b20cd311ce702295a68604a0eedd9002afae67976da8bc5925fb
 DIST mesa-17.1.8.tar.xz 9902800 SHA256 
75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db SHA512 
d29fd999d75967683f5aa836cf0b701705f54de428ebbbac059c3e335e94552c0b455aa67fa2870464a086dc58994f2f320710a1abc265dea363241aede71c5b
 WHIRLPOOL 
8faad2f3da8546d48ee9b5470d147de7507a0dc39787a876f6513933e958baa94571d285095fced7c34c674364ab897a896acc39374849fb22026dd05a9bd27f
 DIST mesa-17.2.0.tar.xz 10335284 SHA256 
3123448f770eae58bc73e15480e78909defb892f10ab777e9116c9b218094943 SHA512 
6ac39274fcf86a26ea5fe51aed486ba3d45b75e0d2f7cc17e1e71d4cf9a85420a832fe559a2ac7b215eda615fab99a2bd290c8388a48c52e13737e7e4ef8d4fd
 WHIRLPOOL 
3fec3810c23aa12f49c0fe561b6dbdbd5724a3bff513b21c273d5796c85eebdd889fb405a03f7cc0fe926a8289794e1872a0d04799c31122061a268faceacf36
 EBUILD mesa-13.0.5.ebuild 13658 SHA256 
c2d8750e43354a05926dd17e7bba27a9c348ea49d723ed3a0045f5b8dd34f639 SHA512 
30af415e1448909b0420080edf24b8006cc55d8b0b70d0d9b6f2c5f5d40b710c5ebb463f1203204de5e7e71bcb68564d490bd61be8c52362e0219d62074eb279
 WHIRLPOOL 
de6f514c8d879c41b7f63429d45790f133b1c60412262f0b38bffc5cae69f8621c988fc851f5c764a7867a5a22885391f80ab342ff4e84cf5b2bf0798a2c
 EBUILD mesa-13.0.6.ebuild 13584 SHA256 
3bfff928951edec571894f54fada7bb718e95e94f82806764731d09522b5304d SHA512 
1fb15e100deeb50f5de436e2ffe3e131ebe3badb820aa1ddef8cfa691426b42bd3fbe66fd55cd848f9c5f6de9b5dd396f6879813730fb0a234a96a818a71b1cc
 WHIRLPOOL 
6a7d6a0c01a847bfdb8bdeb3fa7ff558e4f3ac77b6f3f4334037ab3098f7763fe26de34378a49a57cbbefdec6ab22952cb0c948517b0885d882e0b92626af585
 EBUILD mesa-17.0.6.ebuild 13603 SHA256 
b4e554e727d9e35f77a83d5cb7ae8f19542e3e7ea367d3377496bc73f3e6da47 SHA512 
f0415ed538799bc0a74ff94563629b7b86372eba0aae17448e38c190be8211dcd48bad902b876ff54b7c9d65df4d83fd4a22cb197be9ab4d960202ee09d0beb7
 WHIRLPOOL 
c32a1c4d6a7fd06c9782ef980874ee6830b8477733b8c0f656e5a84a7ccd1f99cef19fdc1af913fdf5db62bc76bba75333afc20e96338b57f23a6b5534f152a6
-EBUILD mesa-17.0.7.ebuild 13611 SHA256 
06e11aa4c7e3a6bec9294c7028c907c5480dce3ee4c95052491712dbdb91a808 SHA512 
0fcfdc77728a7ab3d629bee9f399a59c1d63c593a6987d71f2766c2f3aba813ee6e36795f2d518e3309a14147a093b1616ab2fe0dfcdf43a2fcc498d62fbc0a2
 WHIRLPOOL 
92aca377f74604808a5ea904dde89bc48f26e3607a8bd3acef00e2eac50f6a011f177a224fbcb542f94cbeebc00e4757aec4abe0e501f19f9263c90b26494deb
 EBUILD mesa-17.1.8.ebuild 13510 SHA256 
68948c65aa47611e9df044b15049e2c762c2178c037fc491fa88839eddeaa4d7 SHA512 
5c305a289d36883517e48402f63a4a8883c80fba6c67936c4b13c1a394220df05a2d30be23a536127ab31302c8ac40b78c36bd1faf6f8464a6dd300a6bf2096d
 WHIRLPOOL 
b84db37e1807e1b9e95c7437486dbd46f4b3ee4f40637f30b715da23f0b27e5fd846a2261a00556b961a705389a43d3cd0fc5e96833d2dc003611a0c5cf2
 EBUI

[gentoo-commits] proj/musl:master commit in: dev-libs/wayland/files/, dev-libs/wayland/

2017-09-05 Thread Aric Belsito
commit: 916a4c7a0d4c352361010b0ad12c72a88d14c9bf
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 18:49:45 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 18:49:45 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=916a4c7a

dev-libs/wayland: remove 1.11.0

Later versions in tree work

 dev-libs/wayland/Manifest|  4 --
 dev-libs/wayland/files/1.11.0-replace-uint.patch | 12 -
 dev-libs/wayland/metadata.xml|  8 ---
 dev-libs/wayland/wayland-1.11.0.ebuild   | 62 
 4 files changed, 86 deletions(-)

diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
deleted file mode 100644
index b5b5a17..000
--- a/dev-libs/wayland/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 1.11.0-replace-uint.patch 436 SHA256 
de3a362ac0d1f4874561b2ec0546f6d8a704b800bcc622458ded5b16c3e371ce SHA512 
0b061820ce75f45e5d8d3d5f198759057bbc37a266f56e59ede3646aa1c80a1c6e0198dfef3e678bf72d4ed7d9d2137f7688d5556eb00d3afe7d8a19033857f5
 WHIRLPOOL 
59c06465767c24b9f0d49d73aeb8982460cdced87304f671d363deb7325dc8d0b803d2ca1b5ee9fc2e9810ee00deef8d2469c1a5c8e3e253064192560ceb00f8
-DIST wayland-1.11.0.tar.xz 374468 SHA256 
9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0 SHA512 
c8a0c927b6e095707a58398fe545ed708f4c808a70920c1f82c79d4275e6137cdf9926c0f18227faba511f717f4db4dfee9528075e00ec600ea44b97479471dd
 WHIRLPOOL 
6361bb1b05c5629b56e32d75ef4dd8398bacc31c03174e082b75850aeda2284fad929ccf91548b9d95b65524d3200013c27e02038c63ccb7e7f2f680e47cd3dd
-EBUILD wayland-1.11.0.ebuild 1460 SHA256 
97e16c3e6a3fdff45e22e3dd14bb1668a730ba807f017cf065ce9f06c05c9836 SHA512 
687034e779340c789ee06e3fa2f6ea4f76a6b4125b8ffed284879fb162cfffc3e7047b55714112a509dba7d5c9a82373705c2d3171266907ffbed4dade300772
 WHIRLPOOL 
6ed06879c1fcdebf0930db4f94e49f16ed8a89fb0bf651f792b545f72a1c022a41bc58a7156534045f69e497282bf65323c28d47f50db8bb41475825683ba81d
-MISC metadata.xml 230 SHA256 
677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 
d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
 WHIRLPOOL 
4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306

diff --git a/dev-libs/wayland/files/1.11.0-replace-uint.patch 
b/dev-libs/wayland/files/1.11.0-replace-uint.patch
deleted file mode 100644
index ec27874..000
--- a/dev-libs/wayland/files/1.11.0-replace-uint.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur wayland-1.11.0.orig/src/scanner.c wayland-1.11.0/src/scanner.c
 wayland-1.11.0.orig/src/scanner.c  2016-06-04 12:01:44.211512287 -0700
-+++ wayland-1.11.0/src/scanner.c   2016-06-04 12:01:14.270164487 -0700
-@@ -808,7 +808,7 @@
-   struct interface *i;
-   struct enumeration *e;
-   char *enum_name;
--  uint idx = 0, j;
-+  uint32_t idx = 0, j;
- 
-   for (j = 0; j + 1 < strlen(enum_attribute); j++) {
-   if (enum_attribute[j] == '.') {

diff --git a/dev-libs/wayland/metadata.xml b/dev-libs/wayland/metadata.xml
deleted file mode 100644
index e943b72..000
--- a/dev-libs/wayland/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   x...@gentoo.org
-   X11
-
-

diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild 
b/dev-libs/wayland/wayland-1.11.0.ebuild
deleted file mode 100644
index ffd864b..000
--- a/dev-libs/wayland/wayland-1.11.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-   AUTOTOOLS_AUTORECONF=1
-fi
-
-inherit autotools-multilib toolchain-funcs $GIT_ECLASS
-
-DESCRIPTION="Wayland protocol libraries"
-HOMEPAGE="https://wayland.freedesktop.org/";
-
-if [[ $PV = * ]]; then
-   SRC_URI="${SRC_PATCHES}"
-   KEYWORDS="alpha amd64 arm hppa x86"
-else
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz";
-   KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc static-libs"
-
-RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
-   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
-   dev-libs/libxml2:="
-DEPEND="${RDEPEND}
-   doc? (
-   >=app-doc/doxygen-1.6[dot]
-   app-text/xmlto
-   >=media-gfx/graphviz-2.26.0
-   sys-apps/grep[pcre]
-   )
-   virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PV}-replace-uint.patch" )
-
-multilib_src_configure() {
-   local myeconfargs=(
-   $(multilib_native_use_enable doc documentation)
-   $(multilib_native_enable dtd-validation)
-  

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

2017-09-05 Thread Johannes Huber
commit: 9e0e1395d26965ff36730a54f9bf46ced110ce3b
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Sep  5 18:54:18 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Sep  5 18:54:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0e1395

dev-libs/qtkeychain: Restore qt4/qt5 use flags

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild | 58 +++--
 1 file changed, 46 insertions(+), 12 deletions(-)

diff --git a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild 
b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild
index c82410ffc7a..8763ecfe4d8 100644
--- a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild
+++ b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils multibuild
 
 DESCRIPTION="Qt API for storing passwords securely"
 HOMEPAGE="https://github.com/frankosterfeld/qtkeychain";
@@ -12,26 +12,60 @@ 
SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> ${P}.t
 LICENSE="BSD"
 SLOT="0/1"
 KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring"
+IUSE="gnome-keyring qt4 +qt5"
+
+REQUIRED_USE="|| ( qt4 qt5 )"
 
 RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   )
+   qt4? (
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   )
 "
 DEPEND="${RDEPEND}
gnome-keyring? ( gnome-base/libgnome-keyring )
-   dev-qt/linguist-tools:5
+   qt5? ( dev-qt/linguist-tools:5 )
 "
 
 DOCS=( ChangeLog ReadMe.txt )
 
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+}
+
 src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_WITH_QT4=OFF
-   -DQTKEYCHAIN_STATIC=OFF
-   -DBUILD_TRANSLATIONS=ON
-   -DLIBSECRET_SUPPORT=$(usex gnome-keyring)
-   )
+   myconfigure() {
+   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
+   local mycmakeargs=(-DBUILD_WITH_QT4=ON)
+   fi
+   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
+   local mycmakeargs=(-DBUILD_WITH_QT4=OFF)
+   fi
+
+   mycmakeargs+=(
+   -DQTKEYCHAIN_STATIC=OFF
+   -DBUILD_TRANSLATIONS=ON
+   -DLIBSECRET_SUPPORT=$(usex gnome-keyring)
+   )
+
+   cmake-utils_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_test() {
+   multibuild_foreach_variant cmake-utils_src_test
+}
 
-   cmake-utils_src_configure
+src_install() {
+   multibuild_foreach_variant cmake-utils_src_install
 }



[gentoo-commits] proj/musl:master commit in: app-admin/rsyslog/, app-admin/rsyslog/files/8-stable/

2017-09-05 Thread Aric Belsito
commit: 93e2b32fc3b9e1b741780e17a7e271462189a2cb
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:03:37 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:03:37 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=93e2b32f

app-admin/rsyslog: version bump to 8.29.0

Include stable versions

 app-admin/rsyslog/Manifest |  16 ++-
 .../rsyslog/files/8-stable/50-default-r1.conf  | 107 +
 .../rsyslog-8.27.0-fix-librdkafka-detection.patch  |  43 -
 app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild |  10 +-
 ...slog-8.27.0.ebuild => rsyslog-8.26.0-r1.ebuild} |  16 +--
 ...rsyslog-8.27.0.ebuild => rsyslog-8.28.0.ebuild} |  21 +---
 ...rsyslog-8.27.0.ebuild => rsyslog-8.29.0.ebuild} |  20 +---
 7 files changed, 134 insertions(+), 99 deletions(-)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 1a9ac6e..c9d694c 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,17 +1,23 @@
+AUX 8-stable/50-default-r1.conf 1952 SHA256 
2ff8a047f14e7fc259c2d09195ced208f27503ca21efba8663df8c2aa05fda1c SHA512 
1bc4d8059d83de57ff44d34265b0c3881bab7889f51c044728ba462c9105c89425187f95b6b01d6d6d103abde22a9dff063e5d6b90027ed87e9f851f9b1ad5b3
 WHIRLPOOL 
bb6f12f9874e43702f69d1abb5c656dcbe12c8d81e936eb3d121078ebbdbfa259a45aace60e35a90b0445c9b03682faea4e1a808d3e8c55e01ed62577abeca7c
 AUX 8-stable/50-default.conf 1701 SHA256 
61c1dd1450f574a21a8d8375faaf3e42f9856df91011150ff13c0cfddc86ed41 SHA512 
33e4e63239b9112fec1a37115ac80ab8dbd6e7189d9d29b1bc743c433e0124ea0d1a4cf6f7ada9e5b92e9b0025b6617a1a16f4c491e743bbf4327a5f376a1ea9
 WHIRLPOOL 
d33b83bb690e78b5e5f7cfc090d21da03615c891a287b1f3a92a51514dcad1f5dfe8d2ceed867b3007768d47f48d207fac43a1ff33a85b24c21a5531cdf9d311
 AUX 8-stable/50-rsyslog-8.18.0-musl-fix.patch 168 SHA256 
5806738195b8155bbb19e3fb0db84f59668f5cf0c303d0f3c1e15a4ac31f8997 SHA512 
8ab680645e59392ce164e8b46b3c6b64def1fa08f83fca3feb1065d0f1a663f5cf34600aec86190edcd06d364399efaa04b372310f76f263d11cb179e3a840fa
 WHIRLPOOL 
e70fededf8f540d77628d26b9d28512ee7b1b6ca6bd0e13b644c6f7665c2a91c85a6602e7b22e5a404e758caf6a71393d0abfff3b2a6e98519ffa2399c1ec778
 AUX 8-stable/README.gentoo 1126 SHA256 
29b4c68f521f2f1f138f44c4635da1a270fed9cbd4a780569754080987aa777c SHA512 
46fdf3350e2005d3ef588d50dfc6d474a1b5d3010329b656879a43cbbd7be0cd91944b88d3838f45f69c830fc28c42e7fac2cd52e0a4b24bb6780562d59ae384
 WHIRLPOOL 
a1a3ec8b887110a01e8c1c1320f25493dd8ff343e4b08780c30c9bc3bb842afa0ef79db08195db876697c1a69807f49a8b3793609d25f78559fa534507fc195e
 AUX 8-stable/rsyslog-8.24.0-fix-tcpflood-without-librelp-r1.patch 4660 SHA256 
f50685f76004298a8a77ee6eb88868ff0f8fb8eb7ca5ce0f6809c4db9c42474d SHA512 
231030532a126dade0fa2c98d9bd8ef610d3059210cabfc6b0a51adfb610b61eb57b7926a2a51f01f196d196a9134b4c1db7105aeedc4d35eb70abac97301378
 WHIRLPOOL 
88a9ebe6e3dbeca7b55e16192e6be6d862241a17402c2abf0bcdad4f16fed5fa11f7c140ac0de1655a52d43ad18eaa493b3e2426e1b3c80d1be119dffdc9cd15
 AUX 8-stable/rsyslog-8.26.0-fix-zmq3-format-security.patch 1982 SHA256 
abf1b264e7de3a86c2f6cec86d59496bd865fcce5e691b71c7b2c977bdf7358d SHA512 
b426c3eaa2adc2de14e129125ccd630e2fa2132c6ca774f3e18ee784f0622573a95339d901a1b9c2877e8b77d00f8be9f9d17f92769136c356aaab58358d2159
 WHIRLPOOL 
e327d0d8f5e3aab078233324359f42fd21aba2cb65927097acdbbf9dbac296a84fcfad71de228a9b2868f229d7f2260742f4180b677ef2a961a47d81db65a2bb
-AUX 8-stable/rsyslog-8.27.0-fix-librdkafka-detection.patch 1556 SHA256 
638f22781452c361ae4021d66bf8faf78767752a62bf16588e310d3fc855753c SHA512 
374de4fb9a4e3c3b9e28ff2e5eca48b7744afc9a5ba222508661fdfa30037967b6a2497d0e82266010de27c1a540ebb300c15bf6049a1af9dcf019353c04acdc
 WHIRLPOOL 
bad8fc8d88ea42defef922b67cbf0e66706dfd71d01249dbc82e49bfba787056e1e641e58dd2ba22250073aacba8afb8445d5d8610f095a961f47286ea4a7562
 AUX 8-stable/rsyslog.conf 1562 SHA256 
fc70a94213b5eb519febf9aa7d758ee9526433bcc5683bcb7451d16e65a2f5b0 SHA512 
1720174fab020e2de590f3d6bbb03784aca1928fe05f7e75e02fb4597cb8b2ee755e6deb8e8f989060511044ae483f791f496f24e0eecaf27eb9e0b5e20a2c7a
 WHIRLPOOL 
97cf3fdee62a9339b412ebe93b71b2d6804df60aad9cb7e71779fcaddb01d489e38bbb353557864ea38aba384e664e6da636812c3c078ed9e22e261ed7b78cba
 AUX 8-stable/rsyslog.confd-r1 1145 SHA256 
0be3575df8010523de6b37e98c417192e8ec481292ca9fb47c8d2211795e03a6 SHA512 
a7f8621bdd490596b09f9a7583dd0c992006c55335b2e6e687bef4141bb18cd4bb43e23f590a138e9c8d5a3cbac0cc46c3b01c7d3ff9f9dd3c53418b13b0dd4a
 WHIRLPOOL 
05079ab1a55aca9b68c81c8b7da66ff029f72c7168bd15faebf7d7172dddc69f6ffb2864e1fcd8c1f2dbb51416bea89fab3667a34ed7295b3abafc6a93883d3e
 AUX 8-stable/rsyslog.initd-r1 1758 SHA256 
93044cc5fc344cd90d17cbb5cebee3c60ebf674e53c8b9efc6e758d53912d343 SHA512 
0ddd385e77759370344032f52f945b1e90d4961140db63e2562e4be78dfc2bae16ac9439d40fe078110593999b5c5efd7680b402fc0771b1261ff28b1725e265
 WHIRLPOOL 
14918404976219e379f80d67fe47a0f6e9d51938061c9f5d205bbcd7cedbda96825f75fd64f2fcc446d96292710a5ea375e117f

[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/

2017-09-05 Thread Jonas Stein
commit: effc1c8ad0fe57458ef587c5627a13ccbd823d32
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Sep  5 19:08:56 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Sep  5 19:08:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effc1c8a

app-dicts/myspell-ru: Update URL, bug #615418

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild | 31 ++
 1 file changed, 31 insertions(+)

diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild 
b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
new file mode 100644
index 000..682d4a0b823
--- /dev/null
+++ b/app-dicts/myspell-ru/myspell-ru-20150711-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MYSPELL_DICT=( ru_RU.{dic,aff} )
+
+MYSPELL_HYPH=( hyph_ru_RU.dic )
+
+MYSPELL_THES=( ru_th_aot.{dat,idx} )
+
+inherit myspell-r2
+
+EXT="extensions"
+DICT="russian-spellcheck-dictionary.-based-on-works-of-aot-group"
+MY_PN="dict_pack_ru-aot"
+MY_PV="0.4.0"
+
+DESCRIPTION="Russian spellcheck dictionary based on works of AOT group for 
myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group";
+SRC_URI="https://extensions.libreoffice.org/${EXT}/${DICT}/${MY_PV}/@@download/file/${MY_PN}-0-4-0.oxt";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-fbsd"
+
+src_prepare() {
+   default
+   mv russian-aot.dic ru_RU.dic
+   mv russian-aot.aff ru_RU.aff
+}



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

2017-09-05 Thread Ian Whyman
commit: 55b0dcaecec47e8cfad431a182e8cd5364187bd3
Author: Ian Whyman  gentoo  org>
AuthorDate: Tue Sep  5 19:07:50 2017 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Tue Sep  5 19:09:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b0dcae

profiles: Mask net-misc/gerbera[javascript,lastfm] on arm/arm64

Optional deps missing keywords.

 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/arm64/package.use.mask | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index e77b477a6d5..1846d6504be 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -509,3 +509,7 @@ app-admin/rsyslog zeromq
 # Ian Whyman  (22 May 2016)
 # RPI support on arm
 dev-libs/libcec -raspberry-pi
+
+# Ian Whyman  (05 Sept 2017)
+# missing keywords dev-lang/duktape media-libs/lastfmlib
+net-misc/gerbera javascript lastfm

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 96e46cf0d74..ab1b32fc9bc 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -406,3 +406,7 @@ media-video/vlc projectm chromaprint opencv
 # Ultrabug  (05 Sept 2011)
 # missing keyword for net-libs/zeromq
 app-admin/rsyslog zeromq
+
+# Ian Whyman  (05 Sept 2017)
+# missing keywords dev-lang/duktape media-libs/lastfmlib
+net-misc/gerbera javascript lastfm



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

2017-09-05 Thread Aric Belsito
commit: a7cdab76081f690a81f972734683757a1a5b5458
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:10:34 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:10:34 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a7cdab76

dev-qt/qtwebkit: sync with upstream

 dev-qt/qtwebkit/Manifest  |  7 +-
 dev-qt/qtwebkit/files/qtwebkit-5.6.2-icu-59.patch | 92 +++
 dev-qt/qtwebkit/metadata.xml  |  4 +-
 dev-qt/qtwebkit/qtwebkit-5.6.2.ebuild |  3 +-
 dev-qt/qtwebkit/qtwebkit-5.7.1.ebuild | 15 +++-
 5 files changed, 114 insertions(+), 7 deletions(-)

diff --git a/dev-qt/qtwebkit/Manifest b/dev-qt/qtwebkit/Manifest
index 26bc9ee..f4781f1 100644
--- a/dev-qt/qtwebkit/Manifest
+++ b/dev-qt/qtwebkit/Manifest
@@ -4,8 +4,9 @@ AUX qtwebkit-5.4.2-system-leveldb.patch 711 SHA256 
791a952174e5b50b0fc2a0e7b12fd
 AUX qtwebkit-5.5.0-fix-backtrace-detection-musl.patch 963 SHA256 
191811606733d24b368bb25a4b0b737a504b1b78b5bb6ef88bb0450be1b6ff16 SHA512 
5cfe5f73e9f9017a73034e45355a4e8772c43b6beface7e7964df54e396eb04e5ca2e39dd3e8e1e7ea2cc0893dc620d8cf65d72703e5fa94786957dbe2af3bd7
 WHIRLPOOL 
005fc53e8ed1e02bdd88ffa3189b28db063dc4695c3277f65f0a459b343a85a378b517e8328f6e9762e9c5b4868fb768531fe24943bed1d25949d6a0e8b01fb3
 AUX qtwebkit-5.5.1-disable-jit.patch 460 SHA256 
d4f64d992bdfde58d87bfb3fe131200bda55324ddbc9a7204d26f9df6dc14ec4 SHA512 
d9af937475bed746a0e47698b432370488b644a5aeeb008eaa201f4d264fe9f52525345b47757eec08b2adc8dc46d15a044e6ff5e49420f897f1bb416ca06749
 WHIRLPOOL 
5515613b1fddd09a5b05200dea5b843d875b4bd1e9e42d139fba77e47db15ab7967e2d9c21cc0194dac2f63d01d91d10c5ec48f4201801e2e41eed65f11cd7ec
 AUX qtwebkit-5.5.1-fix-stack-size-musl.patch 979 SHA256 
bc19a89dc3fe8867b129f18f4ded4d582571989a9ea68ecee495e48468afdfe5 SHA512 
f41eadec259da6bf14e709fa7e1f3ecef988a382a4952f641a7319253805a89dcabd273a23aa4523f2aa54e425ca84b76352ebd4d51b15a132ce74eef30e76ec
 WHIRLPOOL 
ae6fdda41dd661ceecf00bc7dd6c93c5de5e3b91cb2167e4ac808a13db4056b2a4175e2fe1b36e07a5363f59a4cd917de4ce9c024f4e36bff125b944e038
+AUX qtwebkit-5.6.2-icu-59.patch 4683 SHA256 
45af86da2d8b0621b213668808aee4136022c5a16b8baae11367d98acd5838b2 SHA512 
189b523c8ee6ae8b62b93e8a46319a2a656280a6aca476fc2bc04d8066f497a9fd3f18029659558bedf985ba7c500eb2d541c4140158e2410cc01db29612f356
 WHIRLPOOL 
838c887a0af099c6a22e4516a2aa24428c5266f2d0eb99e68ccf21aa4c0ce625cac2cd1d763ec6fcf6843fd7409fb79092643c4e7b2aedad7d2313590c9e47ef
 DIST qtwebkit-opensource-src-5.6.2.tar.xz 35306252 SHA256 
528a6b8b1c5095367b26e8ce4f3a46bb739e2e9913ff4dfc6ef58a04fcd73966 SHA512 
d3f795463c957b4927d61280df831d08282bf6c9e624cf1db2709ab56ab218eb028192a4efaef21e0bdb28edd42de8ec08995f37fc828bde99000cf6919c33c3
 WHIRLPOOL 
9667f2f68bb832fdf3f5de14da641afd3b71a0c270e436257bc37ae86ed7d8d3434cdcada3b8818ab73ac6866bd4a69892ae682618d6d6a00cd287bda4bf
 DIST qtwebkit-opensource-src-5.7.1.tar.xz 35298736 SHA256 
a46cf7c89339645f94a5777e8ae5baccf75c5fc87ab52c9dafc25da3327b5f03 SHA512 
538928ada8fd25c01f0b78efac79e004904e6e4ec110108c492877e334acd5d9253653d3b207e535d1e08d092af2833a7566cebb2bf8b90069944634bf24f60a
 WHIRLPOOL 
d2dce72777a6babb1c35025ff6d882b7f48895dca4425b9e29b099e45282e8538548a653f0757998d6a619d706544fad0363199d8979ccca94762ba39b6516bd
-EBUILD qtwebkit-5.6.2.ebuild 3331 SHA256 
850f6d425db7f2544cbbb878b4dc7cab11b64207b4b0a706a036f3379e2dd1fc SHA512 
f4c869ef19fbf63346d6a3e9c9894bce6285adcabfb40d125f3c060579123c3dfcf54ee36a5255ca9851cdc847bdbfcc3e253b7dd4ac4778b930b391d035a204
 WHIRLPOOL 
ef6501a0e4792208207e7f15d6eed6afc7631deefb9b19af8b4300e550120b6c4616e3d2ac18bc8a9d7430c4451fbd5012da172c717e6e848af63ff20f6e51eb
-EBUILD qtwebkit-5.7.1.ebuild 3335 SHA256 
8a7e340b36bb39f40e3934738983e8e6f70812b591ad72b71e9afa8553a9a433 SHA512 
5728411789befd23eb385cc68cc8f0bdaeb77073a936890530e641d2d261f1c5526e8714a287cb487221b0a11ae227feee994acdb20deec9d0b23bcbfd37c415
 WHIRLPOOL 
0979a4da56902dfb48b349f71764e093e8f6146800973d051acceba73e03ae100d34ac863695d7d68bdbecd614020324cc6fdebc01a92468a7b61d110749816d
-MISC metadata.xml 1333 SHA256 
8fefd129187060620948d41b0587b51f1e408bdecbd2a2ac04884753ea7f4e03 SHA512 
1e62e92fb25869311204d842684e2cd56b888bd8ae3acb69304edd84b77c1a97eb9cfe0d572837a8ca960448f290306e23699d457b6f1a82a8cf9724b277aaff
 WHIRLPOOL 
8d603d7bf6407edcb288ecbbd699d6f1240a24cb486657b091f97136a2ad428c749c79acd0c1160e6e76edf15eea882555d96b191499ae72c2d76a719020af0d
+EBUILD qtwebkit-5.6.2.ebuild 3377 SHA256 
dc14e53d257db7b00419c05e401ae23c8a1aba786f592570e5e3835f9e0c0d78 SHA512 
f48dffc5e8bd2ebc20306d13b055db0cdf1f4bf1c401ccbdc29ee285a1b5f6b2cc200c194ca582148914a7370aab0130fa6c84ac63f4cf3292bc04022871b6ad
 WHIRLPOOL 
b2262eaf8596f2ebc25c770e549fce793ba59378322a80a10f8eb42c0bfc77fa9a97fa83808527a0b8ca84e338c801f6c933e08c35d92b23d61bae3dc71c2c18
+EBUILD qtwebkit-5.7.1.ebuild 3659 SHA256 
383b2b08d2d9be3af4bd46518a216ad25bb05a069ab725a834d74eeecd951933 SHA512 

[gentoo-commits] proj/musl:master commit in: eclass/

2017-09-05 Thread Aric Belsito
commit: 57dbfdd6d2ed16648783e4bc61637c8d1f7e04d4
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:12:38 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:12:38 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=57dbfdd6

toolchain.eclass: sync with upstream

 eclass/toolchain.eclass | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index b996315..a07863c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2070,6 +2070,9 @@ gcc_slot_java() {
 
 toolchain_pkg_postinst() {
do_gcc_config
+   if [[ ${ROOT} == / && -f 
${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then
+   eselect compiler-shadow update all
+   fi
 
if ! is_crosscompile ; then
echo
@@ -2108,6 +2111,10 @@ toolchain_pkg_postinst() {
 }
 
 toolchain_pkg_postrm() {
+   if [[ ${ROOT} == / && -f 
${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then
+   eselect compiler-shadow clean all
+   fi
+
# to make our lives easier (and saner), we do the fix_libtool stuff 
here.
# rather than checking SLOT's and trying in upgrade paths, we just see 
if
# the common libstdc++.la exists in the ${LIBPATH} of the gcc that we 
are



[gentoo-commits] proj/musl:master commit in: gnome-base/gnome-keyring/

2017-09-05 Thread Aric Belsito
commit: 8aabc0c5a2c16e70042bc101000dc84eade24150
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:14:38 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:14:38 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8aabc0c5

gnome-base/gnome-keyring: sync with upstream

 gnome-base/gnome-keyring/Manifest | 4 +++-
 .../{gnome-keyring-3.20.1.ebuild => gnome-keyring-3.20.0.ebuild}  | 0
 gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-keyring/Manifest 
b/gnome-base/gnome-keyring/Manifest
index 58a55b7..dc6ae09 100644
--- a/gnome-base/gnome-keyring/Manifest
+++ b/gnome-base/gnome-keyring/Manifest
@@ -1,4 +1,6 @@
 AUX gnome-keyring-3.14.0-musl-add-sys_select_h.patch 504 SHA256 
17abd3f7674e162c69ff0fe0138271403c4b8a67595866fff5a3272a6001ad0e SHA512 
1b809e0529ad86719b6409cfb83f88bb8529c5da3ede71d5353a26123206183c05e96297c8f14658654906c9ed14505d32c6a6ef9184cc59e39877450dc81274
 WHIRLPOOL 
b29265de7e3129bdc458c08555051c4884a800c09fb3c6e2211cf3e708c137f637a7d3d741fadeafd68a2313d26e584f9f8203743e96ccfaf62ace7759d21253
+DIST gnome-keyring-3.20.0.tar.xz 1215324 SHA256 
bc17cecd748a0e46e302171d11c3ae3d76bba5258c441fabec3786f418e7ec99 SHA512 
f7e6195b4be52edaee3bc3181f006ec31ebd54f8000c98220520f4158f66580b60950e4f55247aefae6aa9320f6589c8a09c1e32853165915ae5ff1b40627c5b
 WHIRLPOOL 
63ceaf842b4f9661eb732fbddec6f26dda7ae157e405eb0d0b377ff07dd01c0e0ae3b3c0dd07d2434199edb3730994231da936aaf472054ee5cb76f089439fb8
 DIST gnome-keyring-3.20.1.tar.xz 1219800 SHA256 
97964e723f454be509c956ed5e38b5c2fd7363f43bd3f153b94a4a63eb888c8c SHA512 
a60d8a4b17a9c6d8c581578881abaf7d79de43045a314b401e3bfd3974edb4ab94117dd430203b721058f432b24bf6296e0b7c4fba1e66cccd2c2e9441787177
 WHIRLPOOL 
e05ccedf325cafdd3faa70c6873345b4febbf0dc9e45e611165b58b78e99659fd238dbddc5a24e470663cf6d8772eb0a07677257d1a4b35c5333f6cc872403af
-EBUILD gnome-keyring-3.20.1.ebuild 2227 SHA256 
bc537197051f520a0cd5b3d20c66568a6c317c5926106bd35302f8387b4f54c1 SHA512 
17ed3ff4f54a474929a9a6d8bfcc720ac1119e6b1e2985dec535b8d52f7cf9f9743be6d95c74dafa7f69fe73bfb75bd4d4492916c18b07203c54306f49e7efc3
 WHIRLPOOL 
3fb8e5c9298601259b2420dadcf0307e2e39fc5c46751ba705e860d0841c3b64db2723d19ed53bfe61c7c967f46dbd21e06baeda70f0a9dbe5037b223d421b43
+EBUILD gnome-keyring-3.20.0.ebuild 2227 SHA256 
bc537197051f520a0cd5b3d20c66568a6c317c5926106bd35302f8387b4f54c1 SHA512 
17ed3ff4f54a474929a9a6d8bfcc720ac1119e6b1e2985dec535b8d52f7cf9f9743be6d95c74dafa7f69fe73bfb75bd4d4492916c18b07203c54306f49e7efc3
 WHIRLPOOL 
3fb8e5c9298601259b2420dadcf0307e2e39fc5c46751ba705e860d0841c3b64db2723d19ed53bfe61c7c967f46dbd21e06baeda70f0a9dbe5037b223d421b43
+EBUILD gnome-keyring-3.20.1.ebuild 2235 SHA256 
20753962449f80b74f6ab9a1eb02c07b8c898df96f57733faf1d0c0b39812bf9 SHA512 
169dc8da62f7b5bc13746c2c7d3d4a4409da79dfbc395e095e02b52ec2a1c12e518a4946dee40b1718f31b4ff8facd753aa09fc7dcaeb9183f5984cda4a35a0d
 WHIRLPOOL 
353a47eb6ae23f926b7d34da5fae71e40cf8da678d57393fe6d45be1ac6bd137831a65a78fbbea14276bbabf0e27e6ed34d4a2425ad26daf7c3b029270d10fb6
 MISC metadata.xml 883 SHA256 
7f875d089777be10faa6f0e2e122e557ad278bbe6b924c2b21664715c8bf8b95 SHA512 
31d506051c1353e1e4dd987e5ccd39281d19f6ae08974a09bd8145218c7209588629a79c6baad9ff1b83358a699f46fddb8c4ec51da73efe26be2d5e7f0a905a
 WHIRLPOOL 
3d1be4bed4019ce047bda331b2342a08a91e823eff266de3f99be6f987632bb37b46321415003479325022dc41dbefc9daf3f42f68fad6787ad4f5782966322d

diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild 
b/gnome-base/gnome-keyring/gnome-keyring-3.20.0.ebuild
similarity index 100%
copy from gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild
copy to gnome-base/gnome-keyring/gnome-keyring-3.20.0.ebuild

diff --git a/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild 
b/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild
index 14ecc60..5ace93d 100644
--- a/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild
+++ b/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeKeyring";
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
 IUSE="+caps pam selinux +ssh-agent test"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 
 # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/

2017-09-05 Thread Jonas Stein
commit: b1067b44bd1ea9c01ac112f15e88fc2f99cb597e
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Sep  5 19:15:44 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Sep  5 19:15:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1067b44

app-dicts/myspell-ru: Dropped version 20060316

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-dicts/myspell-ru/Manifest   |  4 
 app-dicts/myspell-ru/myspell-ru-20060316.ebuild | 23 ---
 2 files changed, 27 deletions(-)

diff --git a/app-dicts/myspell-ru/Manifest b/app-dicts/myspell-ru/Manifest
index f15001a4968..5399d525e0e 100644
--- a/app-dicts/myspell-ru/Manifest
+++ b/app-dicts/myspell-ru/Manifest
@@ -1,5 +1 @@
 DIST dict_pack_ru-aot-0-4-0.oxt 1509261 SHA256 
0d4e15c3eca931e690d6533be8d0b5ce22948f0d45e3df0d1a5e0e870c093db9 SHA512 
00e63f5abcfbb2fecd72dc2a2b80dc5ebb4d16aac909b2f63670235edadd0d22a5ed3ae0508bfdb273a85f32ee60df4e84dc620fa1a44f42543848b71a9d1b01
 WHIRLPOOL 
fce8e71e09d0d86375a2648968254a355e0569bd744627abb2ec71c6bb6e34a824dbb5550d79cda0f19539bee210ec0983f64d12ee167f3ed3196c06577dd9b9
-DIST myspell-hyph_ru_RU-20060316.zip 11089 SHA256 
95b2198f937f1ba1fe2373302c81517ee88a38c237a1ed5557c543a7e2b141df SHA512 
4538a4fbdd61adafe321258fb4a9b1896d10747adf8203bd3a5eaa40ee15a9d5d3d8304a19a644f676a1224ac36f5d47ae7a10cbcae22ccbd2f8af49bf5e92ac
 WHIRLPOOL 
46d284df470596c796b436fab9042d8c58625dc3f0c3da41434133afed0eb35b0b2c326005460b9eda4c20499420d7d1bf8d51ac41160f0bfaa125ff45d27baa
-DIST myspell-ru_RU-20060316.zip 467216 SHA256 
387e9fd6c24c34e27fe5f0eb227beec2522b8855dc44917a37a66571db15ed0d SHA512 
2a1d62cd79d58ca093f477006e436e728ff2cf063c3b0e1ce127a0c83835afe7fce7846e9ec3577e848c9d911565b4fdff8475508bbbe29f2d9523fe0a858617
 WHIRLPOOL 
dfe9e19ba00aa5c200073e5da08b9d7d832c002f2e83814b138f40480d04b6dc91b0455cc45e2266d7f77492df767889f2958ba5fb781cb7c362fffc153d263c
-DIST myspell-ru_RU_ye-20060316.zip 984889 SHA256 
8eecd25a1d16e43dde23fd72deb6c9290e0f328b7fb2956ec3fe07692ce8e653 SHA512 
5d1e39166b8666ee2be599cd74872a80b34bba11ff389ca74919a0b2fca7f7e66dfd71188b97f08686161e5af54164b82d0fe86c9097c3aaad6c22432f867e19
 WHIRLPOOL 
05bb523e3c82a6dee7812c9642aa660998328858dd173af9d73db80c43eb73034aa48fb4e431e280b8d4af81f17c719c0cc3557927cafd35ca864572dc28e738
-DIST myspell-ru_RU_yo-20060316.zip 470326 SHA256 
d0c06e4db5ee2f0b6ebb9b382437fab5f92af9cb9bf1bc3576d3a9d24d87d034 SHA512 
4a4a85d9dff96de6fbc9b78c74f22fafae3abe143ababed7041df3b06bda3127c6fc44631cc2bfa33f4672b06db2871cf3062acb8355524b926716f1db639b19
 WHIRLPOOL 
bda43eb56a627c9aee5d8a337ceb0075536bac3d29574946a79704eeadd9a708b9c3148f398c80ad1f555401bb63c5cd466e9f2161189621476f75e581dbc737

diff --git a/app-dicts/myspell-ru/myspell-ru-20060316.ebuild 
b/app-dicts/myspell-ru/myspell-ru-20060316.ebuild
deleted file mode 100644
index 3232c010d67..000
--- a/app-dicts/myspell-ru/myspell-ru-20060316.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MYSPELL_SPELLING_DICTIONARIES=(
-"ru,RU,ru_RU,Russian (Russia),ru_RU.zip"
-"ru,RU,ru_RU_ie,Russian_ye (Russia),ru_RU_ye.zip"
-"ru,RU,ru_RU_yo,Russian_yo (Russia),ru_RU_yo.zip"
-)
-
-MYSPELL_HYPHENATION_DICTIONARIES=(
-"ru,RU,hyph_ru_RU,Russian (Russia),hyph_ru_RU.zip"
-)
-
-MYSPELL_THESAURUS_DICTIONARIES=(
-)
-
-inherit myspell
-
-DESCRIPTION="Russian dictionaries for myspell/hunspell"
-LICENSE="LGPL-2.1 myspell-ru_RU-AlexanderLebedev"
-HOMEPAGE="http://lingucomponent.openoffice.org/";
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-fbsd"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gerbera/, net-misc/gerbera/files/

2017-09-05 Thread Ian Whyman
commit: 3029c1b6974af21316360650904e8713ad04f39d
Author: Ian Whyman  gentoo  org>
AuthorDate: Tue Sep  5 19:17:09 2017 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Tue Sep  5 19:17:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3029c1b6

net-misc/gerbera: Fix up init script #629962

Thanks to Michael Orlitzky for the suggestions.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/gerbera/files/gerbera-1.0.0.confd | 13 ++-
 net-misc/gerbera/files/gerbera-1.0.0.initd | 45 --
 net-misc/gerbera/files/gerbera.tmpfiles|  1 -
 ...era-1.0.0-r1.ebuild => gerbera-1.0.0-r2.ebuild} | 11 ++
 net-misc/gerbera/gerbera-.ebuild   | 11 ++
 5 files changed, 27 insertions(+), 54 deletions(-)

diff --git a/net-misc/gerbera/files/gerbera-1.0.0.confd 
b/net-misc/gerbera/files/gerbera-1.0.0.confd
index 4c4a4422035..3f4bdf16a75 100644
--- a/net-misc/gerbera/files/gerbera-1.0.0.confd
+++ b/net-misc/gerbera/files/gerbera-1.0.0.confd
@@ -6,14 +6,6 @@
 # NOTE: The minimum value allowed is 49152
 GERBERA_PORT=49152
 
-# Run Gerbera as this user.
-# NOTE: For security reasons do not run Gerbera as root.
-GERBERA_USER="gerbera"
-
-# Run Gerbera as this group.
-# NOTE: For security reasons do not run Gerbera as root.
-GERBERA_GROUP="gerbera"
-
 # Path to Gerbera config file.
 GERBERA_CONFIG="/etc/gerbera/config.xml"
 
@@ -21,5 +13,8 @@ GERBERA_CONFIG="/etc/gerbera/config.xml"
 GERBERA_LOGFILE="/var/log/gerbera.log"
 
 # Other options you want to pass to Gerbera.
-# Add "--interface ${GERBERA_INTERFACE}" to bind to a named interface.
+# Add "--interface eth0" to bind to a named interface.
 GERBERA_OPTIONS=""
+
+# Uncomment if you are running Gerbera against a local MySQL
+# rc_need="mysql"

diff --git a/net-misc/gerbera/files/gerbera-1.0.0.initd 
b/net-misc/gerbera/files/gerbera-1.0.0.initd
index faee5e3c56c..758b0c8101e 100644
--- a/net-misc/gerbera/files/gerbera-1.0.0.initd
+++ b/net-misc/gerbera/files/gerbera-1.0.0.initd
@@ -2,38 +2,23 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+command="/usr/bin/gerbera"
+command_args="--logfile ${GERBERA_LOGFILE}
+ --config ${GERBERA_CONFIG}
+ --port ${GERBERA_PORT}
+ ${GERBERA_OPTIONS}"
+command_user="gerbera:gerbera"
+command_background=true
+start_stop_daemon_args="--wait 500"
+retry="10"
+pidfile="/run/${RC_SVCNAME}.pid"
+
 depend() {
need net
-   # In order to properly support this (need vs use), we would have to
-   # parse ${GERBERA_CONFIG} and see if mysql is enabled and if it is
-   # pointing to the local system.  #368409
-   use mysql
-}
-
-start() {
-   ebegin "Starting Gerbera"
-
-   checkpath --directory --owner "${GERBERA_USER}:${GERBERA_GROUP}" --mode 
0755 /run/gerbera
-   checkpath --file --owner "${GERBERA_USER}:${GERBERA_GROUP}" --mode 0644 
"${GERBERA_LOGFILE}"
-
-   start-stop-daemon \
-   --start \
-   --exec /usr/bin/gerbera \
-   --user ${GERBERA_USER} \
-   --group ${GERBERA_GROUP} \
-   --background \
-   --wait 500 \
-   -- \
-   --pidfile /run/gerbera/gerbera.pid \
-   --logfile ${GERBERA_LOGFILE} \
-   --config ${GERBERA_CONFIG} \
-   --port ${GERBERA_PORT} \
-   ${GERBERA_OPTIONS}
-   eend $?
 }
 
-stop () {
-   ebegin "Stopping Gerbera"
-   start-stop-daemon --stop --retry 10 --quiet --pidfile 
/run/gerbera/gerbera.pid
-   eend $?
+start_pre() {
+   checkpath --owner "gerbera:gerbera" \
+ --mode 0644 \
+ --file "${GERBERA_LOGFILE}"
 }

diff --git a/net-misc/gerbera/files/gerbera.tmpfiles 
b/net-misc/gerbera/files/gerbera.tmpfiles
deleted file mode 100644
index fcc9b5de490..000
--- a/net-misc/gerbera/files/gerbera.tmpfiles
+++ /dev/null
@@ -1 +0,0 @@
-d /run/gerbera 0755 gerbera gerbera -
\ No newline at end of file

diff --git a/net-misc/gerbera/gerbera-1.0.0-r1.ebuild 
b/net-misc/gerbera/gerbera-1.0.0-r2.ebuild
similarity index 86%
rename from net-misc/gerbera/gerbera-1.0.0-r1.ebuild
rename to net-misc/gerbera/gerbera-1.0.0-r2.ebuild
index 2d2a5ecf2c1..98b91521521 100644
--- a/net-misc/gerbera/gerbera-1.0.0-r1.ebuild
+++ b/net-misc/gerbera/gerbera-1.0.0-r2.ebuild
@@ -6,12 +6,12 @@ EAPI=6
 inherit cmake-utils eutils linux-info systemd tmpfiles user
 
 if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/v00d00/${PN}.git";
+   EGIT_REPO_URI="https://github.com/gerbera/${PN}.git";
KEYWORDS=""
SRC_URI=""
inherit git-r3
 else
-   SRC_URI="https://github.com/v00d00/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/gerbera/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"

[gentoo-commits] proj/musl:master commit in: media-video/guvcview/

2017-09-05 Thread Aric Belsito
commit: 79ecd0a62b8eeeba9b631cb55edb8dd8ebf90734
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:17:41 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:17:41 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=79ecd0a6

media-video/guvcview: sync keywords

 media-video/guvcview/Manifest  | 2 +-
 media-video/guvcview/guvcview-2.0.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/guvcview/Manifest b/media-video/guvcview/Manifest
index 8d1b34f..bb3dbc2 100644
--- a/media-video/guvcview/Manifest
+++ b/media-video/guvcview/Manifest
@@ -1,4 +1,4 @@
 AUX guvcview-2.0.4-musl.patch 2818 SHA256 
393245a83a40e884aa97e6fa1bfb62a780b3148db5d8b39379db486784afcac5 SHA512 
de8679382bbd5a98c90ea6291c320d51dd8be8165ead79588ff2bbbd5871721adfdf8a7c2c73af7a6864ebc91d5ea01993e1b33eb9ddbf35688f5d36aed24b6b
 WHIRLPOOL 
2b9fb99ed33518a103d1269ae7a56febaec7e968b53eeac46b20e933f1f2e1a505f02190d88f76b82f0dfa034c2329126a43e906bff43f1c13d931e27f481dfd
 DIST guvcview-src-2.0.5.tar.gz 1134237 SHA256 
a86beb5993a8449ed3cbcc6ec2a238ef0b90138b6cbe2afab4456d37f44c41a0 SHA512 
b4a1216ab2effbd0022d5ba0ce266ac06a781e453d3dbedfe29b654864d3a26fe1e8b68245d76eff854281d42f1871a8a82b06f783b5115e94ec1c111aac05eb
 WHIRLPOOL 
404f6f2afb57b0ac21326e996ab4c21e533a73c1617d3110550cf109c23555a9f2124fb77ac888dc0434844d1b7b5c728265c41bcbeaec6a85bdb4fdf21585b5
-EBUILD guvcview-2.0.5.ebuild 1390 SHA256 
26d3a85c918bf3b13064acb227e862ef66803775d39259b0e986c9158f2b0dda SHA512 
14f950aee2a77ecbe348a98e0afaf021d78b76e17bc573b011c56caa1fd11233d6d910ee2c15052b174884a9ee682280215e208966a3b120e169b1408c40
 WHIRLPOOL 
39da4cea51069a0814cdc41a39e49e0758d4c97042e9ee4a49992ba0237ac63f21402a397544778c6f2d4c98d957056e9804a16874ab48047a730f982c7dd6b9
+EBUILD guvcview-2.0.5.ebuild 1388 SHA256 
dd205558c81a26ee4cc77ab6b5004f879a67f594908b5ace309b83c29d86e7a8 SHA512 
815694d254a7dfc9ca2241de3c2d127fd049432e0d4ae419c6878c84dc36c8ce0527119d97412c76ce0409eb3a44ba9a423b5623e085ef3dddcc9294848cc702
 WHIRLPOOL 
7e68663074688451a94720859d46f4bffa95361e5c77651bb2d367279be65f74d24763b4b74e7980df374c04d9a6c563ec40325e7256425bcbec5b88e65130c4
 MISC metadata.xml 301 SHA256 
e412a1f077895ca3045da354e5bfbdc07604e58bccc13dc4583efd747193e9cb SHA512 
c4c12767b33b64b58f02905235bebe4337c18d5a7e33dbb02c50c29effa9d236bc137b41ff8b0948aaeab36deb6f282c57d1770d7594cc087caeac7dc1036b8c
 WHIRLPOOL 
d25f76a9302b9b4d6aae95da5ca33da573efe7860ce57ea73ccfe09d0b4e6422fbd84c312ba503b8dc177bd8b05079b0302fa1af16dc4c13549ffefc2cbe977a

diff --git a/media-video/guvcview/guvcview-2.0.5.ebuild 
b/media-video/guvcview/guvcview-2.0.5.ebuild
index e4f3fc5..75c5faa 100644
--- a/media-video/guvcview/guvcview-2.0.5.ebuild
+++ b/media-video/guvcview/guvcview-2.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gsl libav pulseaudio qt5"
 
 RDEPEND=">=dev-libs/glib-2.10



[gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/

2017-09-05 Thread Pacho Ramos
commit: e3d7bf108d18e307faf357d3e3511cda5eae95ce
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Sep  5 19:18:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Sep  5 19:18:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d7bf10

media-video/mkvtoolnix: libmatroska-1.4.7 or newer is needed as I just 
confirmed (#628880 by Jan Vansteenkiste).

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild | 2 +-
 media-video/mkvtoolnix/mkvtoolnix-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild
index 6afdf102386..e3d6a0086ae 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-15.0.0-r1.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
dev-libs/jsoncpp:=
dev-libs/pugixml
media-libs/flac
-   >=media-libs/libmatroska-1.4.5:=
+   >=media-libs/libmatroska-1.4.7:=
media-libs/libogg
media-libs/libvorbis
sys-apps/file

diff --git a/media-video/mkvtoolnix/mkvtoolnix-.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-.ebuild
index 6afdf102386..e3d6a0086ae 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
dev-libs/jsoncpp:=
dev-libs/pugixml
media-libs/flac
-   >=media-libs/libmatroska-1.4.5:=
+   >=media-libs/libmatroska-1.4.7:=
media-libs/libogg
media-libs/libvorbis
sys-apps/file



[gentoo-commits] proj/musl:master commit in: net-libs/webkit-gtk/

2017-09-05 Thread Aric Belsito
commit: 9c9d2ee4ce456ae46a016f487554a5332b9e6dac
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:25:49 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:25:49 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9c9d2ee4

net-libs/webkit-gtk: sync keywords

 net-libs/webkit-gtk/Manifest | 2 +-
 net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 3e42575..cd9369b 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -18,7 +18,7 @@ DIST webkitgtk-2.16.5.tar.xz 14655656 SHA256 
8e0396f3428e757898c5856e642eed4fcd5
 DIST webkitgtk-2.16.6.tar.xz 14658120 SHA256 
fc23650df953123c59b9c0edf3855e7bd55bd107820997fc72375811e1ea4b21 SHA512 
bb488d7a60e4d6f9683ac343852a75854ef73e6b5aa093361ffe2d08e71e2f11c19da4447f9937221e518cda784bdacfcfd151f9395605a1957380fbc5b1533b
 WHIRLPOOL 
b3053979c1837d97ba525e078d4a14c64a66c61cb0117041af02c8fd250b2062fda66e782134d6bf44f3f80a04917a9b2ac61aa4e800f0011e5243d7eb8583f4
 DIST webkitgtk-2.4.11.tar.xz 9869100 SHA256 
588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7 SHA512 
2e2cf01a52b8593765a0a3c2d7f0ad306121660019eb402226bd2826c7d4666dab4e91ca6ccbd29abe0ad3993549f256ed1ab88de22e9c8516d5f40a4edd6bfb
 WHIRLPOOL 
de86c4abfb22aacbf62163d0398158931c9cf6ab628547d3b30e613f0505d67c85c3200f7db96500e7c2b35f640cdaa7f501346fc13f492c9439dff4056849a3
 EBUILD webkit-gtk-2.16.5.ebuild 8479 SHA256 
e8e9654be98cad921754a3b789bb71c9aee06f0fe6d65c77c57d35c2881c2ef1 SHA512 
a64d237d9e011b78ce8e05158489aef83bc9d761ca3897d549f04cacf7377e44e4be5ef69182d3c81b6a0406b575d21d7866b3f5811fed47476476706a660a0f
 WHIRLPOOL 
c5d537a8e1247f82b83f6bea4a6c540af2fcb830b021d710b1cd831b9ae558058ed8abb0089aafa1f6527086d8069b3f222d7c2f7a50253d13c82814fba10b20
-EBUILD webkit-gtk-2.16.6.ebuild 8481 SHA256 
9c232c3ca0c86cb877e81cff728fc67313d55853590c34995cc77c642b99f9e6 SHA512 
a6385c354ad16edccab2695cddb9f0bb246f0d59cc6f1b128e9abf0d65f3d9b54f3bf83f3cc5063700811ddf6a9dc336275f7b58b3f1592dd35620f1892cdf12
 WHIRLPOOL 
50b9c7e099ac41d0a0e553a023ae0b5f00e20c6b1c56859fc1131b5e1d5bcf6ba90849299c60ccf9cdf5fe5ceeffed9f795eec0fd2cf3a85dab197f97cafecf6
+EBUILD webkit-gtk-2.16.6.ebuild 8479 SHA256 
e8e9654be98cad921754a3b789bb71c9aee06f0fe6d65c77c57d35c2881c2ef1 SHA512 
a64d237d9e011b78ce8e05158489aef83bc9d761ca3897d549f04cacf7377e44e4be5ef69182d3c81b6a0406b575d21d7866b3f5811fed47476476706a660a0f
 WHIRLPOOL 
c5d537a8e1247f82b83f6bea4a6c540af2fcb830b021d710b1cd831b9ae558058ed8abb0089aafa1f6527086d8069b3f222d7c2f7a50253d13c82814fba10b20
 EBUILD webkit-gtk-2.4.11-r1.ebuild 9116 SHA256 
cb634f504420a7b9c685f6e0b7def916e44c0671a31628ed5086da7b960013c9 SHA512 
e4796fa71dbfbe6bfc996e51a5d1a5eae8d6ad35736c55ca3d8a705f09833f19bf9d61d643ca8de3d14eb25264e2d1de1778c58ba904c7db044bbfbd6da7bd73
 WHIRLPOOL 
b62d76a261fc01f59cfaa9907585918b4ba9e5d059d5ac8e4a32fbb454ae41854e920c9e237236d775881fd097a6eca765e29e3551b2e4e87146ff666faf1f50
 EBUILD webkit-gtk-2.4.11-r200.ebuild 8523 SHA256 
0877a84ecd95a782324353b5f4d97de900826bdb68e92c5ffca780bed050948e SHA512 
faec9fa216387bcbb070f645a7ef1534880239c4ded5ce4a384c8e7b477e44f48905e5d0e87e2748d9296ce53c7770e72451cd142e7c09e2e908f570716d44db
 WHIRLPOOL 
30480cc629d706ce423ec5e709abb4075da678ba9445155ef8e960a3d4a823955914446c4259e49474c32c67d964dfb8ae12644557be3653bcf18a025aa39f9a
 MISC metadata.xml 697 SHA256 
4f096b51e01f6f74430bbca04ba292bcc015631d57417deb91a995fe943203a6 SHA512 
64bebe1fd72f81707b462bdf3630404e71a87d1807519c86ed5eff393a324e30a32c489f0c7d86d3b6dc2b3855758452e95ae98fb4d0c27555947b35b28907d9
 WHIRLPOOL 
17cce501d17ac9a29c142462737d223b087bf80b18284fb346de62e9c9f9f23e02efa6a30ec63780ee48d0b2c21a34af9fdc6fd7f72ac152fb272085214adea1

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild
index c3d245f..2b3f210 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 
 IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer 
+introspection +jit libnotify nsplugin +opengl spell wayland +webgl X"
 



[gentoo-commits] proj/musl:master commit in: net-dialup/linux-atm/

2017-09-05 Thread Aric Belsito
commit: b7996215755160d08920ea460d7b19e77de2c7b1
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:19:44 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:19:44 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b7996215

net-dialup/linux-atm: remove -r99 suffix

 net-dialup/linux-atm/Manifest | 4 ++--
 .../linux-atm/{linux-atm-2.5.2-r99.ebuild => linux-atm-2.5.2.ebuild}  | 4 ++--
 net-dialup/linux-atm/metadata.xml | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-dialup/linux-atm/Manifest b/net-dialup/linux-atm/Manifest
index 5ab81d4..3369d3d 100644
--- a/net-dialup/linux-atm/Manifest
+++ b/net-dialup/linux-atm/Manifest
@@ -2,5 +2,5 @@ AUX linux-atm-2.5.2-headers.patch 646 SHA256 
1af9ad2106d0a6e53cc360e1f052db1437c
 AUX linux-atm-2.5.2-mask-on_exit.patch 679 SHA256 
46d5dfb57b99fa127d19eae871e63925fca32ebf7a4ead4f3f1da8460e133111 SHA512 
cf36d15271c02924893fa52c255e8364caf9904b5a644c4850c7b716a33137763ed2f7512f74a713a8f30e063c9029ec94b2f2b5454b30b6e32f0f1ef0d45a5b
 WHIRLPOOL 
d1f697a272794615935e2f69afa2492a887013ff9a1903fd5e44b55aab2aa3869bbb71b320bd141b190fcd363d1f1966db718523bb4d265ce97d852dcefae024
 AUX linux-atm-2.5.2-remove-SYS_poll-hack.patch 654 SHA256 
5d167f63b7d57b4165cac106b83568bc8bc9a540cf25f79f8f071b0b36fbab2c SHA512 
6347356b3f160e62fd8b2578503c29f920bfa404a73553f9cde35f2bdde2d001aa5df490c3a348decff1e915ab34e99989aa0ea517a8c31fb097e108d51ab0e8
 WHIRLPOOL 
b818c13ffa1d44ebb06d6484f0497dff914fa4570b5c15a07b3d83efa16faf60a311195bb46e6e5802fac65d639d7758b67ce8296b955e6222ded6d92b41055e
 DIST linux-atm-2.5.2.tar.gz 1082256 SHA256 
9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a SHA512 
0a50e91513e4e1f882dc6f4792dc032e89497ff745c0eaea0c0c848b0f84e40d19e038e4ab5aa70c1f915c28a9f845340c332ac5c3ae838b8f539466e10a0a08
 WHIRLPOOL 
ddff2b022bd94a64662e2feb8588b0b7a1d33380aaca91888d57c90602ec777f8db308f62b33846f9b2f40dfd7d6b40ca4ddd9d430e1c6bc8a36cdbb4e370771
-EBUILD linux-atm-2.5.2-r99.ebuild 942 SHA256 
c243833d804e552b93fd1fc4f1f5a938d49c94ca94045d335e0cbd886c18bcbe SHA512 
a05b1e788acb568b0e220d14cc1628f58e15f22393d0c1b1feca66e42f36a4d1cd885e176ae2ae26d5d26421759f12279f16db59374f283904805fbfae4d1ddc
 WHIRLPOOL 
2d9ed370506e8152f011192f17f0301d5ebbd917cb401b05c9b6eeeb3d471326e91a2b286ec7557410c80b0285ac07ad539842be73ab8c4f5f7c1db2909dca58
-MISC metadata.xml 274 SHA256 
41c0af44b56f2c0662adbfde0249bbcabcbf0791350e5de60cb731bb414eda22 SHA512 
81b00453ccffb628c4268f9d387a84328206de79ec15448fa3e0ee026b765eb95f7f5f768cc0fd970590b57b2cd9bb290764f445a0703b8b4d0e87d96bbf9aa9
 WHIRLPOOL 
ec512f2ceb1d0d1d229c099d96da720784a79b715d49713bc69f8ed627f0976f5a44e2878958b142e22a3b6a63b069097af57608dd072e4e4265c47e7bbb7206
+EBUILD linux-atm-2.5.2.ebuild 1002 SHA256 
0040ed0528984e84a2aacdb657ee7621be5b848efad8c7d19f583d22f5db3b7a SHA512 
2d939af37704375390aa4c7246b2c6adb91089f905353872df401697bb4208eb6bb13107f07ba1e97e6b5fb446579ac25d02e59db1049158027b6d0d39dc347c
 WHIRLPOOL 
23a92499de5a40d56c1f9709c59f639c5bfe39dbaeebf8abcae2567e8fde2709ada290fe7d3ea1e53ec78ac687f41285394d033cb49cf00716f194f31d0937ef
+MISC metadata.xml 303 SHA256 
0b3c1c830298704b10c8cc47056485d0d910984e3270a807be57e306070233e0 SHA512 
86ae1e28bb9f9d2db0a9607d58dd8cb48f96e76c4aaf5e7027f9ae792ef41ca6ac8da92adf13a40c4bcc1bd2cbea67cd4535232116616f687011c89bc79b
 WHIRLPOOL 
2942d539ecac8269a09d0f0a0b3e761e42b7687c553d61450536061decd25e893b21ea8482006be740faf6f96d4ddb8a17c923ade4bd14540d4c09a79d9d9700

diff --git a/net-dialup/linux-atm/linux-atm-2.5.2-r99.ebuild 
b/net-dialup/linux-atm/linux-atm-2.5.2.ebuild
similarity index 86%
rename from net-dialup/linux-atm/linux-atm-2.5.2-r99.ebuild
rename to net-dialup/linux-atm/linux-atm-2.5.2.ebuild
index adfd89a..854cb0d 100644
--- a/net-dialup/linux-atm/linux-atm-2.5.2-r99.ebuild
+++ b/net-dialup/linux-atm/linux-atm-2.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="static-libs"
 
 RDEPEND=""

diff --git a/net-dialup/linux-atm/metadata.xml 
b/net-dialup/linux-atm/metadata.xml
index 34c6567..44b11c5 100644
--- a/net-dialup/linux-atm/metadata.xml
+++ b/net-dialup/linux-atm/metadata.xml
@@ -1,6 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+  
   Tools for ATM.
   
 linux-atm



[gentoo-commits] proj/musl:master commit in: net-libs/libtirpc/files/, net-libs/libtirpc/

2017-09-05 Thread Aric Belsito
commit: 3d0eb51c663bfe6de747d707ba7616a5518a9d02
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Sep  5 19:24:45 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Sep  5 19:24:45 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3d0eb51c

net-libs/libtirpc: cleanup

libtirpc-1.0.2 in the tree includes these patches, so only keep stable
versions.

 net-libs/libtirpc/Manifest |   9 -
 ...ibtirpc-1.0.1_add-des_impl-c-7f6bb9a3467a.patch |  29 -
 ...c-1.0.1_ifdef-out-yp-headers-742bbdff6ddf.patch |  30 -
 ...0.1_remove-des-deps-to-glibc-503ac2e9fa56.patch |  43 --
 ...tirpc-1.0.1_remove-nis-h-dep-5f00f8c78c5d.patch | 137 -
 ...tirpc-1.0.1_uclibc-dont-use-struct-rpcent.patch |  51 --
 ...ibtirpc-1.0.1_uclibc-use-memset-not-bzero.patch |  21 -
 net-libs/libtirpc/files/musl-1.0.1_r2.patch| 647 -
 net-libs/libtirpc/libtirpc-1.0.1-r2.ebuild |  70 ---
 net-libs/libtirpc/libtirpc-1.0.1.ebuild|  62 --
 10 files changed, 1099 deletions(-)

diff --git a/net-libs/libtirpc/Manifest b/net-libs/libtirpc/Manifest
index 2b95501..06817af 100644
--- a/net-libs/libtirpc/Manifest
+++ b/net-libs/libtirpc/Manifest
@@ -7,18 +7,9 @@ AUX 0007-no-des.patch 960 SHA256 
12823f030b803045108df782018d04ca253d4439b0e9201
 AUX git.patch 24736 SHA256 
0a62de190d38660efff0ddbb73b5b6315fdc015c20cf9c235e35c0cf7eeb0e85 SHA512 
4dd540470e9a25b5df0ea2c883dd647f26b71ed82e880c7efa4eed51dd98b898e18964a3ee998ceeadf39caed0a661f110f72157ec70584e33131d0a0f375a00
 WHIRLPOOL 
3b7fe2207ea84b56ce889778c4ef31669afe7dd340270063c1ac09accc3459e4d53bd5d084bfa090ec041fb188cd8bac6aad55d7fd60f43e485c89d53e06b14e
 AUX libtirpc-0.2.5-stdarg.patch 667 SHA256 
2b31b1148af9d96c9a9e6f609c0b5b03424954d6251c18d64b6119afd8afa6f7 SHA512 
2197f8c2ed3b4dbfc54ee37e973a6e275d19c6dde5d066b9ce45beecdbb17c9e620d7c6f0997b7ebfeb2bd1741327028a793b34edd94d59a89c8b36ac102b025
 WHIRLPOOL 
90d4e88c18f0d93ab8dfef4981377c2a6df42ff90b70049d07e203e7b66a5087910fe501cf9e1b93782eb25a8b3a8680c03287ccc563b838f517e5d1524b12c5
 AUX libtirpc-1.0.1-CVE-2017-8779.patch 7032 SHA256 
091d3ff2b53a3ef9b20c61af19192434f652e528070fd57c706bce2988de0279 SHA512 
b7c97f6f202cd57c988ff026e2805011942f470c71fdfd81a2647a0e197386db937b022f0056e6ad106bb143c36323835748965b4915a293b89efba3cd171c84
 WHIRLPOOL 
44f65f1fadec76e742641a3ec7c22f90f54309c3b9e6f1076b2de1dd14aaf0012c323d3c92599775b43446405253cf1375d9c4c3d5bf26d8de1224b42a552ead
-AUX libtirpc-1.0.1_add-des_impl-c-7f6bb9a3467a.patch 1207 SHA256 
1e65651a135c7c10a5ffae19ff176eb479b125b252ff4222dcd6797d583d9163 SHA512 
dd6c61bc885dace248bf69d9fa15d79cb8a73530c434f834a3c53ad5d3f5598b0b04786d9d708b25c53202d2421c0888e00b9c1a260abcafa776f25cef694c19
 WHIRLPOOL 
d436222fa75dbf26346f870aedafb1326d61c883ba90a563e99e2d56b4fc3521296cfa7bb554bbca238dea37c5dde72de802a85cfd5193da330b4c8f6a6c5fd7
-AUX libtirpc-1.0.1_ifdef-out-yp-headers-742bbdff6ddf.patch 821 SHA256 
96ffc42c9c7acf1b95b39f76f817caf9f2fd555de3fca593390154e1327e9777 SHA512 
3733c1e88acf91f30ec647f83f6ad44d1dbe087e89996db7cd4197b7eed7924443fb4854bfb4c0e5ce0e2c7b3569e2af444a1e6a8a4139ea3c408e9838419b88
 WHIRLPOOL 
3a9cc31c4e2eb8dfbf1e3a44caabcc90c52d0d2c30088f2120ee549060d66923f5170b6b3129598d1c70886735b7f69e65fa7142db4c07331ece3487b3298ac2
-AUX libtirpc-1.0.1_remove-des-deps-to-glibc-503ac2e9fa56.patch 1232 SHA256 
fffab75fc00ebcbb1d860d1869d9e525ede9aca68f46e40c9d94b2ee0e563d2d SHA512 
24a5012481eae9d8152267287546b390edb0fe9925bc043df50a3b82057517487e8a1b94782adc9e14ac1e72ded9b1cb44dd25e09c9a5451053a26adb3a821a2
 WHIRLPOOL 
e210f5417d74b8589c7898f319c91e5c3c6244e703fa9fbf3fb089ec63f2694f1f6acc082a30d2f3a55131e4b0d69708ac5c2785ae5b13651217d8047adba345
-AUX libtirpc-1.0.1_remove-nis-h-dep-5f00f8c78c5d.patch 4015 SHA256 
c185fd419d636a0992813b3f674f9a847ba28c56a6236246f36f39d29214d6d9 SHA512 
fcd76037bd78e298a261f288b51de6ff25d362c40a416e86ed2c766b3c106339e4633e92546b96b727d38d14c85566250be25b82c1093c470e8c8cb1c86faafa
 WHIRLPOOL 
b1d4d4f58f6dadad87680ef1a4f7e5b67035f9e36dff24d1609430c4de31c6bb3e169cb052f982198409a0521d7e2ee910df4e395709b05fa0a511e1580666ba
-AUX libtirpc-1.0.1_uclibc-dont-use-struct-rpcent.patch 2010 SHA256 
a747da94e2a7d5dc260ddcd5d52a3a787f4dc78076e6f2d8444a42e997a00e70 SHA512 
0486bd17ab67aaeba1ed536c20297f78091c2b5badb7ce41cd0cfdb0c6139e8501b827d40798b03f114e2bf03f4c98a684aa43f47cc5a1953f8245292a0f036a
 WHIRLPOOL 
bd3f9938903e4d70ce0710c608d7da85deb2f12f9a315809b5c127428869ffbce802ae5bce99aba531fb0399d5214345379478c5f7e463dcacb5dfeb33f4d8b7
-AUX libtirpc-1.0.1_uclibc-use-memset-not-bzero.patch 759 SHA256 
177266c0e4658af8b5b6c1c0ff7ce7fca08410a5e1acf2c395a341e6a6de84a1 SHA512 
122a1ae24fc08ede5580d31749f7e1cfc21266b628e2f82936feef856b2ea5b0da99f60291e5bdf87d87c5711891515b0c6bdc351b0bd46f97192ab215e5f25d
 WHIRLPOOL 
ebd781854a5b7d7f1fcd84e595d42c8394a5b9f7c8651c9750fe4fbdf5fd884e84ca081957f433d2aecb12bd5b5e9f9f0b81bb177fa8eae180c3d63344d4ed11
-AUX musl-1.0.1_r2.patch 19241 SHA25

  1   2   >