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

2018-07-18 Thread Georgy Yakovlev
commit: 4ba06b5ba1fef6cbd2d1c120f84b09c06932a13f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul 19 02:18:38 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul 19 02:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba06b5b

app-shells/fish: fix 'printf "%o"' handling on ppc

Backport as a patch, that is already upstream
https://github.com/fish-shell/fish-shell/pull/
Run tests with -j1 and be verbose
Run tests only if fish is already installed

Reported-by: Sergei Trofimovich  gentoo.org>
Bug: https://bugs.gentoo.org/656246
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../fish/files/fish-2.7.1-fix-printf-o-handling-on-ppc.patch | 12 
 app-shells/fish/fish-2.7.1.ebuild|  8 +++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git 
a/app-shells/fish/files/fish-2.7.1-fix-printf-o-handling-on-ppc.patch 
b/app-shells/fish/files/fish-2.7.1-fix-printf-o-handling-on-ppc.patch
new file mode 100644
index 000..4d3d79ae6a5
--- /dev/null
+++ b/app-shells/fish/files/fish-2.7.1-fix-printf-o-handling-on-ppc.patch
@@ -0,0 +1,12 @@
+diff --git a/src/builtin_printf.cpp b/src/builtin_printf.cpp
+index 8595120d5..24cf9a9e1 100644
+--- a/src/builtin_printf.cpp
 b/src/builtin_printf.cpp
+@@ -444,6 +444,7 @@ void builtin_printf_state_t::print_direc(const wchar_t 
*start, size_t length, wc
+ case L'X':
+ case L'd':
+ case L'i':
++case L'o':
+ case L'u': {
+ fmt.append(L"ll");
+ break;

diff --git a/app-shells/fish/fish-2.7.1.ebuild 
b/app-shells/fish/fish-2.7.1.ebuild
index 657ee7b3e84..06afa49de51 100644
--- a/app-shells/fish/fish-2.7.1.ebuild
+++ b/app-shells/fish/fish-2.7.1.ebuild
@@ -27,6 +27,8 @@ DEPEND="
test? ( dev-tcltk/expect )
 "
 
+PATCHES=( "${FILESDIR}/${P}-fix-printf-o-handling-on-ppc.patch" )
+
 S="${WORKDIR}/${MY_P}"
 
 src_configure() {
@@ -48,7 +50,11 @@ src_install() {
 }
 
 src_test() {
-   emake V=1 test
+   if has_version ~${CATEGORY}/${P} ; then
+   emake -j1 V=1 SHOW_INTERACTIVE_LOG=1 test
+   else
+   ewarn "Some tests only work when the package is already 
installed"
+   fi
 }
 
 pkg_postinst() {



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

2018-07-18 Thread Georgy Yakovlev
commit: 5998aad5a23e4e5e010267a8dd36354076c74405
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul 19 01:57:15 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul 19 01:57:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5998aad5

sys-process/glances: don't install docs by default

Also remove stray comment line from ebuild.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-process/glances/glances-2.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/glances/glances-2.11.1.ebuild 
b/sys-process/glances/glances-2.11.1.ebuild
index 51d1b0476c6..91ea01b9007 100644
--- a/sys-process/glances/glances-2.11.1.ebuild
+++ b/sys-process/glances/glances-2.11.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-IUSE="+doc"
+IUSE="doc"
 
 DEPEND="
doc? (
@@ -23,7 +23,7 @@ DEPEND="
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
)
dev-python/setuptools[${PYTHON_USEDEP}]"
-# There is another optional extra batinfo, absent from portage
+
 RDEPEND="${DEPEND}
>=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
 



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

2018-07-18 Thread Ben Kohler
commit: e594872f3d33b874cdf4de0ed0b02feac5b046ec
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jul 19 00:46:07 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jul 19 00:46:07 2018 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e594872f

genkernel.conf: fix a couple of paths in comments, thanks Mason LB

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

 genkernel.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/genkernel.conf b/genkernel.conf
index 85a1763..5e5a67b 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -300,7 +300,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
 #MINKERNPACKAGE="/path/to/file.bz2"
 
 # Add additional modules to the ramdisk using the module groups defined
-# in /usr/share/genkernel/default/modules_load (see this file for
+# in /usr/share/genkernel/defaults/modules_load (see this file for
 # more details).  This would be used if, for example, you
 # required an additional crypto module or network device at boot
 # time and did not want to staticly compile these in the kernel.
@@ -310,7 +310,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
 #AMODULES_group="module-to-include another-module"
 
 # Override the default modules in the ramdisk, for a given group, as defined by
-# /usr/share/genkernel/default/modules_load and the per-arch modules_load
+# /usr/share/genkernel/defaults/modules_load and the per-arch modules_load
 # files. You PROBABLY want to use AMODULES_* above, and NOT MODULES_* here.
 # If you use MODULES_* here, the default and per-arch modules will NOT be used.
 #MODULES_group1="some-module"



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

2018-07-18 Thread Sergei Trofimovich
commit: 88796dc3eb02643799f661d38386bede0109cef2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul 19 00:38:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 19 00:38:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88796dc3

sys-libs/glibc: preserve /usr/lib witk keepdir

Today crossdev does not install baselayout into /usr/${CTARGET}.
As a result /usr/${CTARGET}/usr/lib was not created by any ebuilds.
glibc ebuild used to create /usr/lib but recently added
install-qa-check.d/95empty-dirs by portage broke that assumption.

This change uses keepdir to ensure presense of /usr/${CTARGET}/usr/lib.
Longer term crossdev will attempt to use baselayout.

Reported-by: Vadim A. Misbakh-Soloviov  mva.name>
Bug: https://bugs.gentoo.org/652724
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-libs/glibc/glibc-2.27-r5.ebuild | 6 ++
 sys-libs/glibc/glibc-.ebuild| 6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.27-r5.ebuild 
b/sys-libs/glibc/glibc-2.27-r5.ebuild
index e123d28e80d..a42e486dd6b 100644
--- a/sys-libs/glibc/glibc-2.27-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.27-r5.ebuild
@@ -1215,10 +1215,8 @@ glibc_do_src_install() {
# gcc likes to use relative paths to get to its multilibs like
# /usr/lib/../lib64/.  So while we don't install any files into
# /usr/lib/, we do need it to exist.
-   cd "${ED}"$(alt_libdir)/..
-   [[ -e lib ]] || mkdir lib
-   cd "${ED}"$(alt_usrlibdir)/..
-   [[ -e lib ]] || mkdir lib
+   keepdir $(alt_prefix)/lib
+   keepdir $(alt_prefix)/usr/lib
 
dosym usr/include $(alt_prefix)/sys-include
return 0

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index a0c2c4f3d45..49b14e0284e 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -1219,10 +1219,8 @@ glibc_do_src_install() {
# gcc likes to use relative paths to get to its multilibs like
# /usr/lib/../lib64/.  So while we don't install any files into
# /usr/lib/, we do need it to exist.
-   cd "${ED}"$(alt_libdir)/..
-   [[ -e lib ]] || mkdir lib
-   cd "${ED}"$(alt_usrlibdir)/..
-   [[ -e lib ]] || mkdir lib
+   keepdir $(alt_prefix)/lib
+   keepdir $(alt_prefix)/usr/lib
 
dosym usr/include $(alt_prefix)/sys-include
return 0



[gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gnumail/

2018-07-18 Thread Bernard Cafarelli
commit: d32214bc7c8c8ad12f7d684966172cf5975db58c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul 18 23:16:31 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul 18 23:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32214bc

gnustep-apps/gnumail: 1.3.0 bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 gnustep-apps/gnumail/Manifest |  1 +
 gnustep-apps/gnumail/gnumail-1.3.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/gnustep-apps/gnumail/Manifest b/gnustep-apps/gnumail/Manifest
index 8abf8be8ff8..42164e7f63d 100644
--- a/gnustep-apps/gnumail/Manifest
+++ b/gnustep-apps/gnumail/Manifest
@@ -1,2 +1,3 @@
 DIST GNUMail-1.2.2.tar.gz 1397764 BLAKE2B 
8b913d31d93d8bdbd186ecb50530926ccfec4917b3f4bd1ed9c70b86a97110cb1bae620cb24d9f8e1dbcebb652dbf1d30847cf8fdbc68a5ed0b1ede214440c57
 SHA512 
3243c51eb177c1fabeeb894e6231e5ace09fb08fd0eb9d6311726bdebddc743e3b3958b4c00597e7eb97de7c2a25f1ca7e8f4111e7d543ecd65ee5f35bea89cc
 DIST GNUMail-1.2.3.tar.gz 1411658 BLAKE2B 
25feddbe4cb18305421488d3452093b5ef9dd04d4742b06c9260cd5428befa2643af8c34d402ecbcbeed20866adaf3a11c927b7d4aaa141869259799f5b39633
 SHA512 
5ee9b134b16c9aa8a7a0d4aff1e9d12a8c8d4f1f68c54d58cc354c3444a57a4c0bb31393886589ef83ae588789f00fd6e1313d01eb1f950af6623cc9ee42e598
+DIST GNUMail-1.3.0.tar.gz 1499242 BLAKE2B 
074b83fd5fc9599ccae8a9f286db77ce4d61db7bbc9c33d1fd86cef818831d05b297c598c776ec0254a379daa8fc73776857ff2578ec2e83835c5525def459f8
 SHA512 
9b3ccf0a2e086129d8f96cf1de38ceb16033ef4509c3fe15af2afe43c31eaad32d121c0f9cf53f3d86472067d4207736523a125162e632572c7d1aee1fbefd78

diff --git a/gnustep-apps/gnumail/gnumail-1.3.0.ebuild 
b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
new file mode 100644
index 000..fd4b6e0cef6
--- /dev/null
+++ b/gnustep-apps/gnumail/gnumail-1.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P=${P/gnum/GNUM}
+
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A fully featured mail application for GNUstep"
+HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html;
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="crypt"
+DEPEND=">=gnustep-base/gnustep-gui-0.11.0
+   =gnustep-libs/pantomime-1.3*
+   gnustep-apps/addresses"
+RDEPEND="crypt? ( app-crypt/gnupg )"
+
+src_prepare() {
+   use crypt || sed -i -e 's|Bundles/PGP||' GNUmakefile || die
+
+   default
+}
+
+src_install() {
+   gnustep-base_src_install
+   dodoc "${S}"/Documentation/*
+}



[gentoo-commits] repo/gentoo:master commit in: gnustep-libs/pantomime/

2018-07-18 Thread Bernard Cafarelli
commit: af99de9a222fb76e6f892bd98d67abd26bdb4188
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul 18 23:08:14 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul 18 23:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af99de9a

gnustep-libs/pantomime: 1.3.0 bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 gnustep-libs/pantomime/Manifest   |  1 +
 gnustep-libs/pantomime/pantomime-1.3.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/gnustep-libs/pantomime/Manifest b/gnustep-libs/pantomime/Manifest
index 4e2b18580b1..5e0e1585263 100644
--- a/gnustep-libs/pantomime/Manifest
+++ b/gnustep-libs/pantomime/Manifest
@@ -1,2 +1,3 @@
 DIST Pantomime-1.2.2.tar.gz 468276 BLAKE2B 
fcd740b52acd5351fe1d257b6bf5c0f517183e24bc8c8ac6c7753f3047b3b941817ba65a130e43f2b8b9e1f51f0759238420f84dcfc75b7ac49b23e69156c8bb
 SHA512 
198c1e0248f47bbd2cc284eec0d804959ea2a51e4a4810f8909048b41fc4bfbbaab9fc86e1ad507611a77382f353b357615c52845228e2411a0da7af88b2988f
 DIST Pantomime-1.2.3.tar.gz 474666 BLAKE2B 
b2fc4db717f06a3fea889a2b99de4ca88f5253e0cdf026d96b24200ccd01b6eca058869eaef0a52cfd4585585e7e909ac39d1ad50b7e788a97bb3eeb75784634
 SHA512 
01c56411a6822dbe246c1ff7f2c8be7654e8a0b2fb2c0b4e868ea80a47a16ba832cf4a912bf5eb66e7823900d835698966d64f51bf414978cef2cb606a215ad6
+DIST Pantomime-1.3.0.tar.gz 500934 BLAKE2B 
b6153ff13956131ca4a6dff6ccb1355068753c4e39c2a371644c35934a9a47b9d571f1ff5c1a9bfbe3def1ef7fd90fb00d8c136a91c79ba1586118194b116d17
 SHA512 
868a686f34097ad06568aec6b22dd78befd70517e1688bbc83f0ca0882a908d7b1d8489a861b1140a6eb78f6aead343613b728347ff9938964be8db5eb3d27d9

diff --git a/gnustep-libs/pantomime/pantomime-1.3.0.ebuild 
b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
new file mode 100644
index 000..6a868b84fd5
--- /dev/null
+++ b/gnustep-libs/pantomime/pantomime-1.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P=${P/p/P}
+
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A set of Objective-C classes that model a mail system"
+HOMEPAGE="http://www.nongnu.org/gnustep-nonfsf/gnumail/index.html;
+SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1 Elm"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/openssl:0="
+RDEPEND="${DEPEND}"
+
+DOCS=( "${S}"/Documentation/AUTHORS
+   "${S}"/Documentation/README
+   "${S}"/Documentation/TODO
+   "${S}"/Documentation/RFC
+   )
+
+src_install() {
+   gnustep-base_src_install
+   einstalldocs
+}



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

2018-07-18 Thread Bernard Cafarelli
commit: 9cbbd53c28739dfc0c15a669100959dda6437b67
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul 18 09:12:20 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul 18 23:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbbd53c

net-misc/nextcloud-client: drop old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/nextcloud-client/Manifest |   2 -
 .../nextcloud-client-2.3.2-r1.ebuild   | 108 -
 2 files changed, 110 deletions(-)

diff --git a/net-misc/nextcloud-client/Manifest 
b/net-misc/nextcloud-client/Manifest
index 86c03c4e70f..641c6718514 100644
--- a/net-misc/nextcloud-client/Manifest
+++ b/net-misc/nextcloud-client/Manifest
@@ -1,4 +1,2 @@
-DIST nextcloud-client-2.3.2.tar.gz 671944 BLAKE2B 
7970cca40e2642a6d7c6eca52568e7980d878b0232f87c1be9b1d7b814e1d36ee2e989ec6646b6b143c18f6a7ae162a657753919c8400a70edcd1f51dc1929c1
 SHA512 
0447a3e5ee3338cb98b9d503a94d32c926f9092a25fee11e3686e5d662362137dce09865350cdc3c9af62ac8a6ebfa7fcd00f817edbb10189512a6df8e587628
 DIST nextcloud-client-2.3.3.tar.gz 708611 BLAKE2B 
8f0a1f433ad18743e7d78bf4ab523e57f2c40cc1527508e940bb14c75f944723d728a5ee188c06a181ded535b910bea68620e8eb950c290af7556423fc28264f
 SHA512 
fd02c61a7a92b77f9063e4f15be426be84d02033bead4b176d876134f8b85d7385e4a361959b68c332f1ccb55d43e2a8b55e0d5c8e5a54f645a5816a37790bde
-DIST owncloudclient-2.3.2.tar.xz 12266008 BLAKE2B 
53d08aec4971ae309b4fd07cea4e6ed9643411d4f6921c82213d55ec757abcd61ee64abc81e359ea0808b54d8447e3742fdec5394ed55b2e09805616f5430a75
 SHA512 
8abe071c28b365c100eb30ed91610640a25a7385f4347f5527289f4664788bda375e9618396ffa3e441c7e473da55bdaf7a5cdd99c8fd5801de78cb945fabb9c
 DIST owncloudclient-2.3.3.tar.xz 33801712 BLAKE2B 
7642148a4f503a2702d56f920067202699b4a55bb6216337ecbd9df141e0a7467aaf2db8d7d6871502061d3866294f8c44c791fdbf9597ca8d761f360f7ffda1
 SHA512 
8cbffd4fdd4bd3bbbfb947498ec9bfbaceac3966ac29d61dea3db82405976230c1067c3a3afc9ddc4ce152c69c530ad44be154615a391f63524dc2fb40d5e5d2

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.2-r1.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.3.2-r1.ebuild
deleted file mode 100644
index 94a0c984007..000
--- a/net-misc/nextcloud-client/nextcloud-client-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Nextcloud themed desktop client"
-HOMEPAGE="https://github.com/nextcloud/client_theming;
-SRC_URI="http://download.owncloud.com/desktop/stable/owncloudclient-${PV}.tar.xz
-   https://github.com/nextcloud/client_theming/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc dolphin nautilus samba +sftp shibboleth test"
-
-COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-   dev-libs/qtkeychain[qt5(+)]
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   sys-fs/inotify-tools
-   virtual/libiconv
-   dolphin? (
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kio:5
-   )
-   nautilus? ( dev-python/nautilus-python )
-   samba? ( >=net-fs/samba-3.5 )
-   sftp? ( >=net-libs/libssh-0.5 )
-   shibboleth? ( dev-qt/qtwebkit:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !net-misc/ocsync
-   !net-misc/owncloud-client
-"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/linguist-tools:5
-   doc? (
-   dev-python/sphinx
-   dev-tex/latexmk
-   dev-texlive/texlive-latexextra
-   virtual/latex-base
-   )
-   dolphin? ( kde-frameworks/extra-cmake-modules )
-   test? (
-   dev-util/cmocka
-   dev-qt/qttest:5
-   )
-"
-
-S=${WORKDIR}/client_theming-${PV}
-
-src_unpack() {
-   default
-
-   rmdir "${S}"/client || die
-   mv "${WORKDIR}"/owncloudclient-${PV} "${S}"/client \
-   || die
-}
-
-src_prepare() {
-   CMAKE_USE_DIR="${S}"/client
-   # Keep tests in ${T}
-   sed -i -e "s#\"/tmp#\"${T}#g" client/test/test*.cpp || die
-   # Fix icon name
-   sed -e "/^Icon.*=/s/@APPLICATION_EXECUTABLE@/Nextcloud/" \
-   -i client/mirall.desktop.in || die
-
-   if ! use nautilus; then
-   pushd client/shell_integration > /dev/null || die
-   cmake_comment_add_subdirectory nautilus
-   popd > /dev/null || die
-   fi
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-   -DWITH_ICONV=ON
-   -DWITH_DOC=$(usex doc)
-   

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

2018-07-18 Thread Bernard Cafarelli
commit: e50556f4a5795ad84a80c3012e37b4fdbf0ce93f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jul 18 09:11:34 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jul 18 23:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50556f4

net-misc/owncloud-client: drop old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/owncloud-client/Manifest  |  2 -
 .../owncloud-client/owncloud-client-2.3.4.ebuild   | 98 --
 .../owncloud-client/owncloud-client-2.4.0.ebuild   | 98 --
 3 files changed, 198 deletions(-)

diff --git a/net-misc/owncloud-client/Manifest 
b/net-misc/owncloud-client/Manifest
index e795f529d98..1bdbc8f3748 100644
--- a/net-misc/owncloud-client/Manifest
+++ b/net-misc/owncloud-client/Manifest
@@ -1,3 +1 @@
-DIST owncloudclient-2.3.4.tar.xz 33796736 BLAKE2B 
3792be4f534c3424a58e83bfacef30a20d089df55de79dbaa51cfc9d20e7558ab65b65bda4ebf691276de050436253ffdb69dcdf7bad397c3dd4a074124e3053
 SHA512 
2a66182c1f679f4bb6d13c8b21d280dd6b530b8ef82e71a4fa0fecfed9a3f1a55f181ae3d96b24ff040a6f3c0b12777df035ee951264186ad3409e66da05b87b
-DIST owncloudclient-2.4.0.tar.xz 15385568 BLAKE2B 
616c4d5ca58a5c7fb4900a7b46df81a13f477c623e590e74be3b14fae2bf51f3f00154707aebb22fe839cba896c41caa6c71aa9d0f481bb8cf2b2b79dc648060
 SHA512 
b2e8bcc12e4f087d868244e1e453d7d81ab076dfe8b14965d37ef9e4cb05f2237254edd2c261a28bd5ddd9534bd80f0491d476844f4f0a5a69dd42ec52f450f0
 DIST owncloudclient-2.4.1.tar.xz 15403164 BLAKE2B 
0ab1ffbe2179fe04efc7977972d5941a32bc20cd73e310fa72e2a3cf341f7223911fd430f4d34f7e265819acb68d8576e2687a7bfe4ab7140b4c9e9381ea863b
 SHA512 
5b0ceea299078efbc92c1abe22210a93df44bf98094bf4cf8a0c5138f0b69a6719fdc88ef2d5674d49c0ec18ffb12493319eb84616c3e4b8666171cb1a52f0b7

diff --git a/net-misc/owncloud-client/owncloud-client-2.3.4.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.3.4.ebuild
deleted file mode 100644
index d8fb3b873c2..000
--- a/net-misc/owncloud-client/owncloud-client-2.3.4.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Synchronize files from ownCloud Server with your computer"
-HOMEPAGE="http://owncloud.org/;
-SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
-
-LICENSE="CC-BY-3.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc dolphin nautilus samba +sftp shibboleth test"
-
-COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-   dev-libs/qtkeychain[qt5(+)]
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   sys-fs/inotify-tools
-   virtual/libiconv
-   dolphin? (
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kio:5
-   )
-   nautilus? ( dev-python/nautilus-python )
-   samba? ( >=net-fs/samba-3.5 )
-   sftp? ( >=net-libs/libssh-0.5 )
-   shibboleth? ( dev-qt/qtwebkit:5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !net-misc/ocsync
-   !net-misc/nextcloud-client
-"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/linguist-tools:5
-   doc? (
-   dev-python/sphinx
-   dev-tex/latexmk
-   dev-texlive/texlive-latexextra
-   virtual/latex-base
-   )
-   dolphin? ( kde-frameworks/extra-cmake-modules )
-   test? (
-   dev-util/cmocka
-   dev-qt/qttest:5
-   )
-"
-
-S=${WORKDIR}/${P/-}
-
-src_prepare() {
-   # Keep tests in ${T}
-   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die "sed failed"
-
-   if ! use nautilus; then
-   pushd shell_integration > /dev/null || die
-   cmake_comment_add_subdirectory nautilus
-   popd > /dev/null || die
-   fi
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-   -DWITH_ICONV=ON
-   -DWITH_DOC=$(usex doc)
-   -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-   -DBUILD_WITH_QT4=OFF
-   -DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba)
-   -DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp)
-   -DNO_SHIBBOLETH=$(usex !shibboleth)
-   -DUNIT_TESTING=$(usex test)
-   )
-
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   if ! use doc ; then
-   elog "Documentation and man pages not installed"
-   elog "Enable doc USE-flag to generate them"
-   fi
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/net-misc/owncloud-client/owncloud-client-2.4.0.ebuild 

[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_passwdqc/files/

2018-07-18 Thread Aaron Bauman
commit: feabf2f3081bbe737d2bfee0f5106017e01cb0d5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jul 14 12:33:05 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul 18 22:45:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feabf2f3

sys-auth/pam_passwdqc: remove unused patch

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

 .../files/pam_passwdqc-1.0.4-makefile.patch| 44 --
 1 file changed, 44 deletions(-)

diff --git a/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.4-makefile.patch 
b/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.4-makefile.patch
deleted file mode 100644
index 13f8bd435dd..000
--- a/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.4-makefile.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Index: pam_passwdqc-1.0.4/Makefile
-===
 pam_passwdqc-1.0.4.orig/Makefile
-+++ pam_passwdqc-1.0.4/Makefile
-@@ -7,11 +7,11 @@ LD = $(CC)
- RM = rm -f
- MKDIR = mkdir -p
- INSTALL = install -c
--CFLAGS = -Wall -fPIC -O2
--LDFLAGS = -s --shared
--LDFLAGS_LINUX = -s --shared -Wl,--version-script,$(MAP)
--LDFLAGS_SUN = -s -G
--LDFLAGS_HP = -s -b
-+CFLAGS = -Wall -fPIC $(OPTCFLAGS)
-+LDFLAGS_GENERIC = --shared
-+LDFLAGS_LINUX = --shared -Wl,--version-script,$(MAP)
-+LDFLAGS_SUN = -G
-+LDFLAGS_HP = -b
- LDLIBS = -lpam -lcrypt
- LDLIBS_LINUX = -lpam -lcrypt
- LDLIBS_SUN = -lpam -lcrypt
-@@ -41,18 +41,18 @@ MAP = pam_passwdqc.map
- all:
-   if [ "`uname -s`" = "Linux" ]; then \
-   $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \
--  LDFLAGS="$(LDFLAGS_LINUX)" LDLIBS="$(LDLIBS_LINUX)" \
-+  LDFLAGS="$(LDFLAGS) $(LDFLAGS_LINUX)" 
LDLIBS="$(LDLIBS_LINUX)" \
-   $(PROJ); \
-   elif [ "`uname -s`" = "SunOS" ]; then \
-   $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \
--  LD=ld LDFLAGS="$(LDFLAGS_SUN)" LDLIBS="$(LDLIBS_SUN)" \
-+  LD=ld LDFLAGS="$(LDFLAGS) $(LDFLAGS_SUN)" 
LDLIBS="$(LDLIBS_SUN)" \
-   $(PROJ); \
-   elif [ "`uname -s`" = "HP-UX" ]; then \
-   $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \
--  LD=ld LDFLAGS="$(LDFLAGS_HP)" LDLIBS="$(LDLIBS_HP)" \
-+  LD=ld LDFLAGS="$(LDFLAGS) $(LDFLAGS_HP)" 
LDLIBS="$(LDLIBS_HP)" \
-   $(PROJ); \
-   else \
--  $(MAKE) $(PROJ); \
-+  $(MAKE) LDFLAGS="$(LDFLAGS) $(LDFLAGS_GENERIC)" $(PROJ); \
-   fi
- 
- $(LIBSHARED): $(OBJS) $(MAP)



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

2018-07-18 Thread Aaron Bauman
commit: b6d974a0125b45626412171ac863d46eb8de2b1d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 19 17:02:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul 18 22:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d974a0

app-arch/hardlink: use HTTPs

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

 app-arch/hardlink/hardlink-0.2.0.ebuild | 6 +++---
 app-arch/hardlink/hardlink-0.3.0.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-arch/hardlink/hardlink-0.2.0.ebuild 
b/app-arch/hardlink/hardlink-0.2.0.ebuild
index d45ddbfecf1..169f891ede6 100644
--- a/app-arch/hardlink/hardlink-0.2.0.ebuild
+++ b/app-arch/hardlink/hardlink-0.2.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 inherit toolchain-funcs
 
 DESCRIPTION="A tool which replaces copies of a file with hardlinks"
-HOMEPAGE="http://jak-linux.org/projects/hardlink/;
-SRC_URI="http://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.gz;
+HOMEPAGE="https://jak-linux.org/projects/hardlink/;
+SRC_URI="https://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/app-arch/hardlink/hardlink-0.3.0.ebuild 
b/app-arch/hardlink/hardlink-0.3.0.ebuild
index ba3a9f866ba..8b23adc7d94 100644
--- a/app-arch/hardlink/hardlink-0.3.0.ebuild
+++ b/app-arch/hardlink/hardlink-0.3.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 inherit toolchain-funcs
 
 DESCRIPTION="A tool which replaces copies of a file with hardlinks"
-HOMEPAGE="http://jak-linux.org/projects/hardlink/;
-SRC_URI="http://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.xz;
+HOMEPAGE="https://jak-linux.org/projects/hardlink/;
+SRC_URI="https://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"



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

2018-07-18 Thread Aaron Bauman
commit: 431b6daabe4357d67d424fe136b4cd33bc507936
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 19 17:12:05 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul 18 22:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431b6daa

app-arch/hardlink: EAPI7 with minor changes

 app-arch/hardlink/hardlink-0.3.0-r1.ebuild | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/app-arch/hardlink/hardlink-0.3.0-r1.ebuild 
b/app-arch/hardlink/hardlink-0.3.0-r1.ebuild
new file mode 100644
index 000..313db6d7190
--- /dev/null
+++ b/app-arch/hardlink/hardlink-0.3.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="A tool which replaces copies of a file with hardlinks"
+HOMEPAGE="https://jak-linux.org/projects/hardlink/;
+SRC_URI="https://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+RDEPEND="dev-libs/libpcre"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( README ${T}/README.rsync )
+
+src_prepare() {
+   default
+   sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die
+
+   cat <<-EOF > "${T}"/README.rsync
+   https://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex 
'^\..*\.\?{6,6}$'
+   for excluding rsync temporary files by default.
+
+   To accomplish same with this version, you can use following syntax:
+   # hardlink -x '^\..*\.\?{6,6}$'
+
+   This was discussed at https://bugs.gentoo.org/416613
+   EOF
+}
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}



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

2018-07-18 Thread Michał Górny
commit: f4ec26590525b6adeee30b82d92a8aca1ba8b70d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 22:06:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 22:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ec2659

dev-python/pygit2: Enable py3.7

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

diff --git a/dev-python/pygit2/pygit2-0.27.1.ebuild 
b/dev-python/pygit2/pygit2-0.27.1.ebuild
index aaf291a7b44..5cbd6a17c97 100644
--- a/dev-python/pygit2/pygit2-0.27.1.ebuild
+++ b/dev-python/pygit2/pygit2-0.27.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1 eapi7-ver
 



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

2018-07-18 Thread Michał Górny
commit: f43e9b1207efa9698ca98d2be4cf5125f5f269fd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 22:08:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 22:11:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43e9b12

dev-libs/libgit2: Drop vulnerable 0.26.4

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

 dev-libs/libgit2/Manifest  |  1 -
 dev-libs/libgit2/libgit2-0.26.4.ebuild | 80 --
 2 files changed, 81 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index 2ad164151b7..59403ee2cac 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,3 +1,2 @@
-DIST libgit2-0.26.4.tar.gz 4733342 BLAKE2B 
76dfacbf6df9128625e52f4c554814a971f446a44c9706a915200976f5a873a2add1869c0534360ccad821df11246faacfff43765f311162bcb6afca46088a77
 SHA512 
c65a0ef8e7ef2dc60d07bced36b8cfd26ce9c40f99978058fc67b30e5bbda8d6b15e26aec7b1277bb277123685e763d106bab175540fceb449bb5b50f776473a
 DIST libgit2-0.26.5.tar.gz 4734075 BLAKE2B 
cdc34a5792576d97d8bc8a8c998e610e9c2caab4899f55bfd11da382d73d3061277ac068edd20c8e31d7cf5c3b26ca688fd67eb43ca7b9e0b82413fb04d04b3f
 SHA512 
7dd7c567ad776db76b3514e6532f52841a4279b58dc51b44d39ab53b6911220cb60ee8f37b4c6ad6f369edbbd43a2591cf5f46aca354282f56735c8b215d533b
 DIST libgit2-0.27.3.tar.gz 4771877 BLAKE2B 
a15aed24d0391cf8d5c74329f5064d703def5db1cbf132881279d501d1ba31002367e54171e8a341b75862d327eddb1abebdaeeaee6878a14ad1d8abbbc8402d
 SHA512 
e470050b89289908ec64dafaa954ad9bfc8f557ba7dafcab440d9efde474f736c025d8202bfd81a508070d9cf678f3fb1f3687d72a849ce86edd1ee90ad13c3b

diff --git a/dev-libs/libgit2/libgit2-0.26.4.ebuild 
b/dev-libs/libgit2/libgit2-0.26.4.ebuild
deleted file mode 100644
index c94b6bca471..000
--- a/dev-libs/libgit2/libgit2-0.26.4.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~ppc-macos"
-fi
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.github.com/;
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/26"
-IUSE="+curl examples gssapi libressl +ssh test +threads trace"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   sys-libs/zlib
-   net-libs/http-parser:=
-   curl? (
-   !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] )
-   libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] )
-   )
-   gssapi? ( virtual/krb5 )
-   ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )
-
-src_prepare() {
-   # skip online tests
-   sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-   -DBUILD_CLAR=$(usex test)
-   -DENABLE_TRACE=$(usex trace)
-   -DUSE_GSSAPI=$(usex gssapi)
-   -DUSE_SSH=$(usex ssh)
-   -DTHREADSAFE=$(usex threads)
-   -DCURL=$(usex curl)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   if [[ ${EUID} -eq 0 ]] ; then
-   # repo::iterator::fs_preserves_error fails if run as root
-   # since root can still access dirs with  perms
-   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-   else
-   local TEST_VERBOSE=1
-   cmake-utils_src_test
-   fi
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   if use examples ; then
-   find examples -name '.gitignore' -delete || die
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



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

2018-07-18 Thread Michał Górny
commit: 6fe6e8ba190f8f544afc314c99d80264ebf68f74
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 22:07:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 22:11:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe6e8ba

dev-python/pygit2: Drop old

 dev-python/pygit2/Manifest |  2 --
 dev-python/pygit2/pygit2-0.26.3.ebuild | 26 --
 dev-python/pygit2/pygit2-0.27.0.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-python/pygit2/Manifest b/dev-python/pygit2/Manifest
index f8f563a6d81..0e0c239416e 100644
--- a/dev-python/pygit2/Manifest
+++ b/dev-python/pygit2/Manifest
@@ -1,4 +1,2 @@
-DIST pygit2-0.26.3.tar.gz 462080 BLAKE2B 
b3c4b9b8a6aeba22a70a8d2ef1393dace3a065a3625ee3574058e333bca4ba1d60223939f412eecf5ae9d93a81fb81c4a536af46aa047c2c82a48bd81afe4cf9
 SHA512 
6f727686221d4e8c348f836b7ad278b48a4b971a121b9953c2cf7163bf093936d838aaf83e9edb8628757624ab27e8345a2fb29eb1a79a30e06c0ab0a77e4cc6
 DIST pygit2-0.26.4.tar.gz 477318 BLAKE2B 
d17ef799ff3eab3629194fe0fe90dcc335e40509c13f53bc8f8e0b01e93dc838ca474a5e4ef44c9be2eac7d08e98c735820e936cbbcb7f398f76f9732954bc69
 SHA512 
e459e47bfa8137421625633a731d49882d95a52d4f2d672f2c8efe7cd6cca4b5ee7a353b309df4917d9b29b30c1f9a96b7e226e3e7fe0cd34bbefce6
-DIST pygit2-0.27.0.tar.gz 477427 BLAKE2B 
b12924a36ebbcd269e5acbba193b734cc5e6a804fc71c0b322503ecdc6628059cf0f12db867f2e335026bb0f4edd089e9a46896049027c9514b0e555f6e2a881
 SHA512 
e19363cc8135b3f538748f07ec937dae6668f22e5881f914e9406dcdabee65ed546caba27703d19fffb146083e492e51837fa93af414a35006cf1c81c36d9356
 DIST pygit2-0.27.1.tar.gz 477820 BLAKE2B 
e4db7bfa484c28130ce48a2b23a0af26a715d15a789998001182f7d5c426a7f0d432d8e6f598346ce417b2c3532eb2a3407ebcfd9d48723a1e6359a30574d46c
 SHA512 
9d889c13ad55e6c65e24b334f114f7d23b90961ae21c5b1f7bd8d85d44686f7ee8e98c13026c612c9a5feb500a54cf77bfa1e2bd165c657b58d879511622e6f7

diff --git a/dev-python/pygit2/pygit2-0.26.3.ebuild 
b/dev-python/pygit2/pygit2-0.26.3.ebuild
deleted file mode 100644
index bfbe4773f7f..000
--- a/dev-python/pygit2/pygit2-0.26.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 eapi7-ver
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.org/project/pygit2/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   =dev-libs/libgit2-$(ver_cut 1-2)*
-   >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   esetup.py test --args='-v'
-}

diff --git a/dev-python/pygit2/pygit2-0.27.0.ebuild 
b/dev-python/pygit2/pygit2-0.27.0.ebuild
deleted file mode 100644
index aaf291a7b44..000
--- a/dev-python/pygit2/pygit2-0.27.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 eapi7-ver
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.org/project/pygit2/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   =dev-libs/libgit2-$(ver_cut 1-2)*
-   >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   esetup.py test --args='-v'
-}



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

2018-07-18 Thread Michał Górny
commit: afe5bf5575d25c82704b8ee8ca6eddbd96526c2f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 21:47:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 21:48:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe5bf55

dev-python/pyblake2: Enable py3.7

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

diff --git a/dev-python/pyblake2/pyblake2-1.1.2.ebuild 
b/dev-python/pyblake2/pyblake2-1.1.2.ebuild
index 2b2d75afadf..490edf11796 100644
--- a/dev-python/pyblake2/pyblake2-1.1.2.ebuild
+++ b/dev-python/pyblake2/pyblake2-1.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
 inherit distutils-r1
 
 DESCRIPTION="BLAKE2 hash function extension module"



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

2018-07-18 Thread Michał Górny
commit: 841e71f3e9bd355aeea3f88b37d8470b397d6263
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 21:47:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 21:48:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841e71f3

dev-python/pyxattr: Enable py3.7

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

diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild 
b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
index 0830703a29f..7a678f05e29 100644
--- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1 eutils
 



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

2018-07-18 Thread Michał Górny
commit: 569a8792a7a53ae20119bf3fe4f9aa7a7d896782
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 21:47:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 21:48:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569a8792

dev-python/pysha3: Enable py3.7

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

diff --git a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild 
b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
index f73124da954..eb7479230d3 100644
--- a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
+++ b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 inherit distutils-r1
 
 DESCRIPTION="SHA-3 (Keccak) for Python 2.7 - 3.5"



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

2018-07-18 Thread Georgy Yakovlev
commit: 0ffc4989565f7d51bd4dc5199ac821a1271c493c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul 18 21:22:39 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul 18 21:22:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffc4989

sys-process/glances: add myself as a maintainer

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-process/glances/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-process/glances/metadata.xml b/sys-process/glances/metadata.xml
index cca665451cf..027fa2c9333 100644
--- a/sys-process/glances/metadata.xml
+++ b/sys-process/glances/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   

Glances is a cross-platform curses-based monitoring tool written in 
Python.
 



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

2018-07-18 Thread Matt Thode
commit: efd84bb1f8891fe8c5d546f6c969ffcd40cd1910
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 21:13:06 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 21:16:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd84bb1

app-emulation/diskimage-builder: 2.16.0 bup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-2.16.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index f6f881d15cf..c5a0397c616 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,2 +1,3 @@
 DIST diskimage-builder-2.14.1.tar.gz 348188 BLAKE2B 
3d751fc3f05578a7b5296c8b7ebde1b8dd0a38e40dc378fded93faa34c623db2abeac53c72048ce7ebd5747eb50a4f9e5525baba800adc4b2c1925f31a1dce0b
 SHA512 
d056c89e78b3f42ccc5ced2dfdd9ac1c50ecdcb6861f81bdb3cd3c9d624fbba89c2a2b9ed08850dd79ff9fdf47fcaa3d3519b32f909bd1b0b12bbacf4d9ab758
 DIST diskimage-builder-2.15.1.tar.gz 359802 BLAKE2B 
bfcd43ae76350f72d368bbb6eadf61d72de3ca26963399004921df721213d8aeb1c980085d414b227674d2b147ee06531381b59e78e7b11f949dfc4d63f43f5b
 SHA512 
7ab18f4d950c7578fc5f16f0aabfb469a74b38b0aa9d3209550019e3ea585a451a69be0a46901df2ae1ecfdc0dabcbd5554edae4ea71ae2921f5a8e99d4cb0b9
+DIST diskimage-builder-2.16.0.tar.gz 35 BLAKE2B 
29d9c2e0a2a42de3939a0ebac499f13755ef883074a43f7147e322af8c6cb2120fc0987271a4f6d4cead775283b4d502302dd50e8b3411e265c826b7f7fb9617
 SHA512 
2a10d7e3b69968f91de9f3aded7109addbe48201567257f1e849985dca7ad4860247aac431d3055780f2345670d10a27714acfb74507078bd6ec585c05cc7635

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.16.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.16.0.ebuild
new file mode 100644
index 000..1495264437f
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.16.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2018-07-18 Thread Matt Thode
commit: 5a6cf4ca76a8bb4c24759fca0367307cbb61772f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 21:15:42 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 21:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6cf4ca

media-sound/pulseeffects: 4.1.9 bup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.1.7.ebuild => pulseeffects-4.1.9.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 240b95ca747..02837611b34 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,4 +1,4 @@
 DIST pulseeffects-3.1.6.tar.gz 614441 BLAKE2B 
bb7461532785cd0ab79d0f506b5b9bcfc006779776e25870ce92b4af4e7cb0f7b3bcfe9c58180e52bdb9b9be20a14644ed8622fd3cc578dd3bdf9ff173c091b6
 SHA512 
efd9871c57f4b7152e4528927c7371e225980a09acacf4fcf939c468c7cb01b94b1bbb3c94cbd8879a6b41c7c4794ed5f45035a2b185b0a09b31515c964d4722
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
 DIST pulseeffects-4.1.3.tar.gz 721527 BLAKE2B 
616e341375aa71a209e8d5e3043b3013da037609ddbec595eec1f655c9a725e17f1c9359535aa4c6bf441af2e7943bef435340ecccbbd92c5022230697609a40
 SHA512 
416111e77a09adad9af501d4ef24482969277ac52da5d1df730995ab650e6eca46b96ec6277bada8ee8ed5bb14a09592e566d419ea19f6a87840cecdf1a79bdd
-DIST pulseeffects-4.1.7.tar.gz 750733 BLAKE2B 
a50751f9d7f23bef3b587f354d2a90c255bf45d67a7662bc09cfe87a8961d99ef32e723d96458ca266c6d73735cc76f51c055134b5ba2a5512b7ac1004b7b012
 SHA512 
da64ebb9f13a48290122615972c752336cb8a1f2371d83a542901acd6f3169e893eb2495ed59f7a8ba906ec673de9fda338a6db40e9711b5a4f82a1454f8dbca
+DIST pulseeffects-4.1.9.tar.gz 852833 BLAKE2B 
f315c56e42ea8e4fad04bd4872f09841d86b874d973aae31d5b34feaa8d036f49f91ffbfe1292f47c7037a4e55c86ea13034998fc14a724d1f9fc440c2fc7724
 SHA512 
48539f3ec1f827e67a552663f54ce2ec364de9e898b6b485dd195e13719f17124a88ac1e7aef79af0f09f14485bc7b3133739abbcd4cf3a403d4b5d435f219f7

diff --git a/media-sound/pulseeffects/pulseeffects-4.1.7.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.1.9.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.1.7.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.1.9.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/

2018-07-18 Thread Johannes Huber
commit: 392cfb354b490f1c766aeada72a4eafa32954a25
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jul 18 21:14:18 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jul 18 21:14:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392cfb35

net-irc/quassel: Version bump 0.13_rc1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-irc/quassel/Manifest | 1 +
 net-irc/quassel/{quassel-.ebuild => quassel-0.13_rc1.ebuild} | 6 --
 net-irc/quassel/quassel-.ebuild  | 4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/net-irc/quassel/Manifest b/net-irc/quassel/Manifest
index 4bdaa82b8d1..10920a057c5 100644
--- a/net-irc/quassel/Manifest
+++ b/net-irc/quassel/Manifest
@@ -1 +1,2 @@
 DIST quassel-0.12.5.tar.bz2 3747392 BLAKE2B 
624cd18c2a5e1c480f701072bfeeeb18589cdbd2f2b7ab0d524f32e384ac4feb7328b23b60c3005340d53e4bf3a209f75a5d673a8d5d3f659825f0ef21bd3f9f
 SHA512 
3a0263d7bec9ef4b0d8ef6ea53784f95e0efbadc0f03b49005908411b0b53543ebc66189fb4100c117d87264b648f2a1b01be48c371f926b9f326b1ffc870685
+DIST quassel-0.13-rc1.tar.bz2 4114806 BLAKE2B 
609d994c676b9e930884e738fb008a35e603e03fa0890b5119ffe91d7fbfd8d593eeefc903610309f360ca4c5cc985895e0e532c45d5eeafe1700f9de6735c9e
 SHA512 
13cbaeae83673fc476b8e1f59ca1b6eb929b9bb6dddf15ca248d0fc9535cc8d98a02d194dc16e5c18197c9bacbe7142d1a4712d79133226f979fa9aa7a7813aa

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-0.13_rc1.ebuild
similarity index 96%
copy from net-irc/quassel/quassel-.ebuild
copy to net-irc/quassel/quassel-0.13_rc1.ebuild
index a5038bf8a0a..ed2efb5c8b9 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-0.13_rc1.ebuild
@@ -6,8 +6,10 @@ EAPI=6
 inherit cmake-utils gnome2-utils pax-utils systemd user
 
 if [[ ${PV} != ** ]]; then
-   SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
+   MY_P=${PN}-${PV/_/-}
+   SRC_URI="http://quassel-irc.org/pub/${MY_P}.tar.bz2;
+   KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris"
+   S="${WORKDIR}/${MY_P}"
 else
EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
inherit git-r3

diff --git a/net-irc/quassel/quassel-.ebuild 
b/net-irc/quassel/quassel-.ebuild
index a5038bf8a0a..5db02b583e6 100644
--- a/net-irc/quassel/quassel-.ebuild
+++ b/net-irc/quassel/quassel-.ebuild
@@ -6,8 +6,10 @@ EAPI=6
 inherit cmake-utils gnome2-utils pax-utils systemd user
 
 if [[ ${PV} != ** ]]; then
-   SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2;
+   MY_P=${PN}-${PV/_/-}
+   SRC_URI="http://quassel-irc.org/pub/${MY_P}.tar.bz2;
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris"
+   S="${WORKDIR}/${MY_P}"
 else
EGIT_REPO_URI=( "https://github.com/${PN}/${PN}; 
"git://git.${PN}-irc.org/${PN}" )
inherit git-r3



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

2018-07-18 Thread Jonas Stein
commit: 27dfee62b23c4ef517ae3ebe07c880b22460d4ed
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:09:37 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:09:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dfee62

net-misc/trackma: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/trackma/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-misc/trackma/metadata.xml b/net-misc/trackma/metadata.xml
index 70c3dfa9d17..4412ee5ffa5 100644
--- a/net-misc/trackma/metadata.xml
+++ b/net-misc/trackma/metadata.xml
@@ -8,14 +8,7 @@
Enable cli version
Enable curses version
 
-
-   fds...@krutt.org
-   soredake
-
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
+
 
z411/trackma
 



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

2018-07-18 Thread Jonas Stein
commit: 4cf0eee65466744ef0ac32cffa4f3b1d1fcc1d24
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:09:48 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:09:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf0eee6

net-news/rssguard: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-news/rssguard/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 45d5f9354ee..0728c0b6e44 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

martinrotter/rssguard




[gentoo-commits] repo/gentoo:master commit in: games-util/lutris/

2018-07-18 Thread Jonas Stein
commit: 7a4ceddd971d6d1fe4ede144641e8b7931ef01ff
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:07:35 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4ceddd

games-util/lutris: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-util/lutris/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/games-util/lutris/metadata.xml b/games-util/lutris/metadata.xml
index 036f019d61d..5d9c019090e 100644
--- a/games-util/lutris/metadata.xml
+++ b/games-util/lutris/metadata.xml
@@ -5,14 +5,6 @@
ga...@gentoo.org
Gentoo Games Project

-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

Lutris is a gaming platform for GNU/Linux. Its goal is to make
gaming on Linux as easy as possible by taking care of installing



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

2018-07-18 Thread Jonas Stein
commit: c2a89d58f541dae6d7736023b6fb8c3e26b8f08d
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:10:09 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:10:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a89d58

sys-process/glances: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-process/glances/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sys-process/glances/metadata.xml b/sys-process/glances/metadata.xml
index 63f8470d66b..cca665451cf 100644
--- a/sys-process/glances/metadata.xml
+++ b/sys-process/glances/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

Glances is a cross-platform curses-based monitoring tool written in 
Python.
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot/

2018-07-18 Thread Jonas Stein
commit: 3490e87632dbb481f5532ac0c8ebf6c3bc56652a
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:07:19 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:07:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3490e876

games-strategy/colobot: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-strategy/colobot/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/games-strategy/colobot/metadata.xml 
b/games-strategy/colobot/metadata.xml
index 3816bd533ef..e955d3f3c92 100644
--- a/games-strategy/colobot/metadata.xml
+++ b/games-strategy/colobot/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

colobot/colobot




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

2018-07-18 Thread Jonas Stein
commit: e006f0844a590ce26972bda246e28bff1db26e9e
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:07:02 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e006f084

games-emulation/ppsspp: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-emulation/ppsspp/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/games-emulation/ppsspp/metadata.xml 
b/games-emulation/ppsspp/metadata.xml
index 69ffc51152a..5197ad9867b 100644
--- a/games-emulation/ppsspp/metadata.xml
+++ b/games-emulation/ppsspp/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

Build headless version of the 
PPSSPP
Use the system-wide 
media-video/ffmpeg instead of bundled



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

2018-07-18 Thread Jonas Stein
commit: f44f12aa0c774d05a55092408ed44527bbc7cdc8
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:02:28 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:02:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44f12aa

app-admin/profile-cleaner: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/app-admin/profile-cleaner/metadata.xml 
b/app-admin/profile-cleaner/metadata.xml
index 739dde6ad58..63a1b96e8b8 100644
--- a/app-admin/profile-cleaner/metadata.xml
+++ b/app-admin/profile-cleaner/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


https://github.com/graysky2/profile-cleaner/issues
graysky2/profile-cleaner



[gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot-data/

2018-07-18 Thread Jonas Stein
commit: 06ab626f0f9f42c529d11951262c541ffea518dc
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:07:10 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:07:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ab626f

games-strategy/colobot-data: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-strategy/colobot-data/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/games-strategy/colobot-data/metadata.xml 
b/games-strategy/colobot-data/metadata.xml
index f19541007ed..12f259a825d 100644
--- a/games-strategy/colobot-data/metadata.xml
+++ b/games-strategy/colobot-data/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
+   

colobot/colobot-data




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

2018-07-18 Thread Jonas Stein
commit: 3a51c925a2bbcb9856f0ea48e4d88b2ff2a40064
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:09:09 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:09:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a51c925

net-misc/streamlink: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/streamlink/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-misc/streamlink/metadata.xml b/net-misc/streamlink/metadata.xml
index e6798e56f53..0de61fae9d5 100644
--- a/net-misc/streamlink/metadata.xml
+++ b/net-misc/streamlink/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

streamlink/streamlink




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

2018-07-18 Thread Jonas Stein
commit: e6346f4012008328e63f4eaf5dc45634f140a9d2
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:06:16 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:06:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6346f40

app-crypt/veracrypt: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/app-crypt/veracrypt/metadata.xml b/app-crypt/veracrypt/metadata.xml
index 823abb296b3..8135875fe05 100644
--- a/app-crypt/veracrypt/metadata.xml
+++ b/app-crypt/veracrypt/metadata.xml
@@ -8,18 +8,10 @@
 
Enable assembly for optimization
 
-
-   fds...@krutt.org
-   soredake
-
 
gokt...@gentoo.org
Göktürk Yüksek
 
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
 
veracrypt/VeraCrypt
 



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

2018-07-18 Thread Jonas Stein
commit: e9ec02860a3a2e5481c1173bfcd4070f0bf96ada
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jul 18 21:06:46 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Jul 18 21:06:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ec0286

app-crypt/zulucrypt: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/app-crypt/zulucrypt/metadata.xml b/app-crypt/zulucrypt/metadata.xml
index 4a83a2a8ac5..25f3de3d1e0 100644
--- a/app-crypt/zulucrypt/metadata.xml
+++ b/app-crypt/zulucrypt/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fds...@krutt.org
-   soredake
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


Enable support for the freedesktop.org Secret Service 
API via app-crypt/libsecret



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

2018-07-18 Thread Matt Thode
commit: d21dc46037d956c988406f359e8e610897c82bb4
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 20:43:31 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 20:51:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21dc460

app-admin/puppet: 5.2.3 bup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-admin/puppet/Manifest|   1 +
 app-admin/puppet/puppet-5.5.3.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index e3c721f7f3f..2c6b424501f 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -2,3 +2,4 @@ DIST puppet-4.10.11.tar.gz 3022878 BLAKE2B 
d3eec840bb1c46e0dfbbc9dad598b362049a7
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.1.tar.gz 3035639 BLAKE2B 
2930ca9eb928d7c6a69ea76673fc4d002e230bf6dbcd28764e8d5bd504ae11326dc856ed64480e13c9eb1d683ad5e8ef64fc9e217942b59d90c6a0bc98e0197c
 SHA512 
20bf7094193f30cfc7a91244275fc79eef0296036ffbc6bbe405e9ca75123b722be6855c746ef8cd35f80bd7a7308408a9205d064f0f910e11877e4db0ebdabc
 DIST puppet-5.5.2.tar.gz 3036714 BLAKE2B 
8be2c2fa7b66a2fd8d413f01afad22f7e0724c31a0a92b777f1b61e2139f14f3284a11cfb52fea8833556208d8bb3e99f20b1ed4fa2816809eaa4b92fa730cd5
 SHA512 
4995b6b6d1b75d68dd4c8eba37585c0afa88f9c6b78857e837886ea72b373c884182adf8791e0c9f2a5079f22681a40073e512e6b727ecfcaff463c8024cf5db
+DIST puppet-5.5.3.tar.gz 304 BLAKE2B 
d2534da5956806e5280c59e82332f1ffca79e72f73b1abb460f155aac936a5ba1719f18dc5742c85fca365ff6b03a602ca0ceaa04714091045ab2afac1b57823
 SHA512 
14a711002c64f0598930f64e9e2b81c03daddda750860acb349271c1cc9d04c0d149b14817b200dda26f0ca75c3f79593990ecf28a5cca83220a3f5a16eac34d

diff --git a/app-admin/puppet/puppet-5.5.3.ebuild 
b/app-admin/puppet/puppet-5.5.3.ebuild
new file mode 100644
index 000..a5bdb149250
--- /dev/null
+++ b/app-admin/puppet/puppet-5.5.3.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem versionator
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # can't be run within portage.
+   epatch "${FILESDIR}/puppet-fix-tests-4.7.0.patch"
+
+   # fix systemd path
+   epatch "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.
+   rm spec/integration/parser/compiler_spec.rb || die
+
+   # Avoid failing spec that need further investigation.
+   rm spec/unit/module_tool/metadata_spec.rb || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" 
"/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   # systemd stuffs
+   insinto 

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

2018-07-18 Thread Matt Thode
commit: edf574465343f86e612fe157780df9f2784d7047
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 20:31:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 20:51:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf57446

app-admin/puppetserver: 5.3.4 bup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-admin/puppetserver/Manifest  |   1 +
 app-admin/puppetserver/puppetserver-5.3.4.ebuild | 130 +++
 2 files changed, 131 insertions(+)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 15a992de963..015c2de132b 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,3 +1,4 @@
 DIST puppetserver-5.3.0.tar.gz 66913938 BLAKE2B 
ed24e0c5a8ad14c2c63f7a88deca6a020121fa53890a68b83f3608081c6480540056d483a00df5c1b0d5a008216f27b5d72efa54d885c55f09b1f40441469b39
 SHA512 
5f08f0adba257947ec61eae91b7a417e9055510e278e444ce7c88358163b9bb00f2bf02580ace6064e508c43f8b60ca21d12aa3d1525814754e6259791b34bc5
 DIST puppetserver-5.3.1.tar.gz 67239406 BLAKE2B 
0aca973ad039d51877926459f935e48cb9ee6ed60792ca67af3a65800fc8fd9de8e6cadd3edc83ac83385f8dfba4f0cd83c9a6db665578f3d1d235ccc00e6547
 SHA512 
3d618c351299f4cc038682ab43eb4686bd1baf8f88390c8ac41eb3be9fdf8a7a3a501f0ab8713e45bee0ed02d7a9fd1ed1b7252ebb640ee52aa5da638f0b2ce2
 DIST puppetserver-5.3.3.tar.gz 67238194 BLAKE2B 
0a0b235f26ab15c8f461f6663c26531d3ae469c4467ae33caa98f70d94a02fb89eb0399405be6b1f65f65b2fe4add7a24129f367ae1ab028189d250b087d0915
 SHA512 
dced3a7b7b3acb8966e4eb6f35aa82c84d0bba81487fa0cffc60fa0751b5d5c633be925471145a3e21b8f74bcffaa74f02310644ecc8bf8ebef0222d967fa86a
+DIST puppetserver-5.3.4.tar.gz 67238476 BLAKE2B 
a92bdf77ffefc7c65c5cfd39431aa6b485bd92c617c4e32a281bfa431fbb428209b8834ef464a521e00d07f3ce0a443fe8a187f3a235c3200531533a1efa242d
 SHA512 
edfa121d64fdbca9a8eef201fe6744e2694141deb318bec64c942bb1ebe6ea61ba1aaa15aee4f4e59913f79247b1c833c6633d3ff121eee836a83ccbaaece900

diff --git a/app-admin/puppetserver/puppetserver-5.3.4.ebuild 
b/app-admin/puppetserver/puppetserver-5.3.4.ebuild
new file mode 100644
index 000..2b6f7873b99
--- /dev/null
+++ b/app-admin/puppetserver/puppetserver-5.3.4.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib systemd tmpfiles user
+
+DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
+HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
+SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="puppetdb"
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+="
+   >=virtual/jdk-1.8.0
+   app-admin/puppet-agent[puppetdb?]"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
+   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
+   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   insinto /opt/puppetlabs/server/apps/puppetserver
+   insopts -m0774
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppet-server-release.jar
+   doins jruby-9k.jar
+   doins jruby-1_7.jar
+   insinto /etc/puppetlabs/puppetserver
+   doins ext/config/logback.xml
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetserver/services.d
+   doins ext/system-config/services.d/bootstrap.cfg
+   doins ext/config/services.d/ca.cfg
+   insinto /etc/puppetlabs/puppetserver/conf.d
+   doins ext/config/conf.d/puppetserver.conf
+   doins ext/config/conf.d/auth.conf
+   doins ext/config/conf.d/global.conf
+   doins ext/config/conf.d/web-routes.conf
+   doins ext/config/conf.d/metrics.conf
+   doins ext/config/conf.d/webserver.conf
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
+   doins ext/cli/irb
+   doins ext/cli/foreground
+   doins ext/cli/gem
+   doins ext/cli/ruby
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli
+   doins ext/cli_defaults/cli-defaults.sh
+   insinto 

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

2018-07-18 Thread Matt Thode
commit: cfa7d225553abdf993589d9d3506f393860f8325
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 20:48:27 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 20:51:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa7d225

dev-ruby/puppetdb-termini: 5.2.4 bup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-ruby/puppetdb-termini/Manifest |  1 +
 .../puppetdb-termini/puppetdb-termini-5.2.4.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index c6eb745cb57..aeb15496525 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1 +1,2 @@
 DIST puppetdb-termini_5.2.2-1xenial_all.deb 20540 BLAKE2B 
2aa48a9de8e512d81fd2e38fff4664bf3ccc69d4fdc6558edf1838171dbc01f3e87186a84a3308c33955336ba3b7d0d70dee640da0cf145ed1624d2341f7614b
 SHA512 
7ac62306b16af0ebd9423a66ac911d35ac11403f45b03d2efe0a4d7c2aec3572670abd0c8930bd3b141c8d4a3aaf1c0b849535e74361b0b1f273b93a6bd855e8
+DIST puppetdb-termini_5.2.4-1xenial_all.deb 20538 BLAKE2B 
aad000bc0e13e3c97f4428bca88653cbfd76db2e5499f2acad90afcff58847e1dbaec9bc9ae8ec30e21c9b5c8308061b7d51058f0a17e2936d6dfd05ccc650f4
 SHA512 
98e871a4867735a8ca677ee3fbb6ab5e8718e78623fe6d497a3c680e090b86a0cefc35ee318f6f5abb45ebfd02d9bf75a04f0f1fc48ba654443c5c4ca99f3180

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild
new file mode 100644
index 000..ecc47a98cfa
--- /dev/null
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+inherit unpacker
+
+DESCRIPTION="Library needed to connect puppet to puppetdb"
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="http://apt.puppetlabs.com/pool/xenial/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1xenial_all.deb;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND+=""
+DEPEND+=""
+
+S=${WORKDIR}
+
+src_install() {
+   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
+   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
+}



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

2018-07-18 Thread Matt Thode
commit: 95821da50bf7b6cdafc9108bee7c9a2e0c990595
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 20:49:10 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 20:51:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95821da5

profiles: update networkx package.use.mask for arm64

disable test for networkx as testing requires another masked use flag.

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index e59346f7613..42b0f00fdef 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Matthew Thode  (18 Jul 2018)
-# dev-python/pandas not keyworded
-dev-python/networkx pandas
+# dev-python/pandas not keyworded and test uses pandas
+dev-python/networkx pandas test
 
 # Michał Górny  (07 Jul 2018)
 # Unkeyworded dependencies.



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

2018-07-18 Thread Matt Thode
commit: 43d30f80c04b111fa35f0ae21f151afa1fe17379
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 20:45:47 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 20:51:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d30f80

app-admin/puppet-agent: 5.5.4 bup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-admin/puppet-agent/Manifest  |  2 +
 app-admin/puppet-agent/puppet-agent-5.5.4.ebuild | 85 
 2 files changed, 87 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index c8d50af815c..6d3c13451af 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -4,3 +4,5 @@ DIST puppet-agent_5.5.1-1stretch_amd64.deb 17325604 BLAKE2B 
1fab815d5d238cb6a05d
 DIST puppet-agent_5.5.1-1stretch_i386.deb 18063690 BLAKE2B 
ea7c7068e57da1249c1b1c7232e1af673840b0c8c7e5795574ffcb1861c68683ac9f21f8f4216272130b12a61bb8b324e49d6bf7f0c3d314857fd2591a7ad6ff
 SHA512 
1a64616191a5143b150fe1d145ea786233ab763e87d5fe86bd1b3306fa73bab60d2f3d5c0bb7fcb6fe7c700a47a4c94c72eef1509732b18a5caf0fcd7f060602
 DIST puppet-agent_5.5.3-1stretch_amd64.deb 17272112 BLAKE2B 
5e052f837184b1d1dd5965ccb18e3a52dc88ea6ba85c0c3c5222ffe50e32e0a72a6f14274f5dd6c1bd63b3a160affa8a6b3399ac75e27d9cc2c267a1e1c0e89d
 SHA512 
1629b3535b900081676647f64c17e3c0d23df38525d90d5f3993877d0749d18cf55f72fb20c47e20a63d18c2c7ad95cc0f179449c386ce3b8ec8a6d0f40243e7
 DIST puppet-agent_5.5.3-1stretch_i386.deb 18189670 BLAKE2B 
a8791926a5ce08edad363670ab5269fcef208c3137db4126f33295fd7fdd447620578445eb0a9396e263fed8612981581cef0c5f6d3e51634722c01c79e2c9dc
 SHA512 
83a1f472c4af97a48703ca61a00740fc7806155732bd488d3f9d757f969dca0a19cec014dad0bb5e6d8b5384d32c2d906ad0e8438efeeae5fdd39524cc11f6f8
+DIST puppet-agent_5.5.4-1stretch_amd64.deb 17273314 BLAKE2B 
e296cda8219deafe9b36039298823edb6007f42047e90e120fc16e941bb91c8d660e1a7f1341aa9463c67d4a5e05fbd8bf9c072a7768b0e885536efe5956115c
 SHA512 
599aef07bb39b8d209e806ea1539157419de96376113ba88de6160525e96d6fa28f9865d7a89aff96698a0ff4e85ec474dd43ff4ea512b06a64c491c252cd973
+DIST puppet-agent_5.5.4-1stretch_i386.deb 18195740 BLAKE2B 
aa1e5b7030de4ec58a389a552c0d2c870875244f6a722c9b87d4aca28261f073b347476aaa313edd4f66fa07621a333c777a3a6b04228aa7d2f35391f4f84df8
 SHA512 
3e7346ccde7d3bc9e99bb38a2958c9ddda3dd4a5124ced21dc048df41566a0d9e6d9e5250f7c93433c02585fd83031292f8197a7c6537a1563dd6ebec464b979

diff --git a/app-admin/puppet-agent/puppet-agent-5.5.4.ebuild 
b/app-admin/puppet-agent/puppet-agent-5.5.4.ebuild
new file mode 100644
index 000..5570060df99
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-5.5.4.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   sys-libs/readline:0/7
+   sys-libs/ncurses:0[tinfo]
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/run/puppet puppet
+}
+
+src_install() {
+   # conf.d
+   doconfd etc/default/puppet
+   doconfd etc/default/mcollective
+   doconfd etc/default/pxp-agent
+   # logrotate.d
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/pxp-agent
+   # puppet itself
+   insinto /etc/puppetlabs
+   doins -r etc/puppetlabs/*
+   # logdir for systemd
+   dodir var/log/puppetlabs/puppet/
+   fperms 0750 var/log/puppetlabs/puppet/
+   # the rest
+   insinto /opt
+   dodir opt/puppetlabs/puppet/cache
+   doins -r opt/*
+   fperms 0750 /opt/puppetlabs/puppet/cache
+   # init
+   newinitd "${FILESDIR}/puppet.initd" puppet
+   newinitd "${FILESDIR}/mcollective.initd" mcollective
+   systemd_dounit lib/systemd/system/puppet.service
+   systemd_dounit lib/systemd/system/mcollective.service
+   systemd_dounit lib/systemd/system/pxp-agent.service
+   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
+   # symlinks
+   chmod 0755 -R 

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

2018-07-18 Thread Matt Thode
commit: a09a79baaa0b56ce9da5ecedebbbf719687f5593
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 20:30:08 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 20:51:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09a79ba

app-admin/puppetdb: 5.2.4 bup

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-admin/puppetdb/Manifest  |  1 +
 app-admin/puppetdb/puppetdb-5.2.4.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index 06ff4aba5d8..cdcc096c8db 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,2 +1,3 @@
 DIST puppetdb-5.2.1.tar.gz 25435195 BLAKE2B 
aed0e6175df0a603ea0aaf792c31b4933d408a4f7a037b557a8acb4b237e4c639a06f954232e049efe4b486d780a3af129c8a6a48833019168cd70f38e5bf403
 SHA512 
6d0b06f083093394f74e952112c6b388fd6c94452cf2954172dafc5dc42c7a0b45f6a9a7afcb6196f12316e15653943c3faed8a06ba7a7bd75a31db8515e0103
 DIST puppetdb-5.2.2.tar.gz 25436396 BLAKE2B 
e30d80b7da29c8cf3b00c9cda3d6e0a4c5635b3bb3a4e6d3e2bf284531509828df6d845a0d30b2a7a454ec35ab4879019fc4c68fc3aa8b6a72c3d0896b9e75f7
 SHA512 
cc598539801bedd4ef0052f50013320be5dc1eaf8098db8898a0759609d6d4e26aa094550bc1a45c041f9fe65ee99b0c00c00586d3cc93003836f1415bd92456
+DIST puppetdb-5.2.4.tar.gz 25438658 BLAKE2B 
4e548ed018b57f68c0cc81185579234e17086985733d56030802577ab5fb8106c7c47c603aa3da65ede3e5780c89df8b2dbece12c29aa1b171ceda1de7228f56
 SHA512 
6979ebccaa1136d19ffd0d67bdbff9c608c649d75b56b4b041d8795fdcedf24c831553c5361f8e144fa01bbac92af88e6548f917ca00eec707d8740a99689059

diff --git a/app-admin/puppetdb/puppetdb-5.2.4.ebuild 
b/app-admin/puppetdb/puppetdb-5.2.4.ebuild
new file mode 100644
index 000..5c45e1c342f
--- /dev/null
+++ b/app-admin/puppetdb/puppetdb-5.2.4.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib systemd user
+
+DESCRIPTION="PuppetDB collects data generated by Puppet."
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+=">=virtual/jdk-1.7.0"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppetdb
+   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
+   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
+   sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   dodir /opt/puppetlabs/server/data/puppetdb
+   insinto /opt/puppetlabs/server/apps/puppetdb
+   insopts -m0744
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppetdb.jar
+   insinto /etc/puppetlabs/puppetdb
+   doins ext/config/logback.xml
+   doins ext/config/bootstrap.cfg
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetdb/conf.d
+   doins ext/config/conf.d/jetty.ini
+   doins ext/config/conf.d/repl.ini
+   doins ext/config/conf.d/database.ini
+   doins ext/config/conf.d/config.ini
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
+   doins ext/cli/foreground
+   doins ext/cli/ssl-setup
+   doins ext/cli/config-migration
+   doins ext/cli/foreground
+   doins ext/cli/anonymize
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetdb/bin
+   doins ext/bin/puppetdb
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
+   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
+   # init type tasks
+   newconfd ext/default puppetdb
+   systemd_dounit ext/redhat/puppetdb.service
+   systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
+   newinitd "${FILESDIR}/puppetdb.initd" puppetdb
+   # misc
+   insinto /etc/logrotate.d
+   newins ext/puppetdb.logrotate.conf puppetdb
+   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
+   fperms -R 770 /opt/puppetlabs/server/data/puppetdb
+}
+
+pkg_postinst() {
+   elog "to install please run '/opt/puppetlabs/server/bin/puppetdb 

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

2018-07-18 Thread Vladimir Smirnov
commit: 1471da56c87d7114c24f7c1558a095636ff2d8d7
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Wed Jul 18 20:27:08 2018 +
Commit: Vladimir Smirnov  gentoo  org>
CommitDate: Wed Jul 18 20:27:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1471da56

dev-db/clickhouse: version bump to 1.1.54394

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-db/clickhouse/Manifest|  2 +-
 ...lickhouse-1.1.54390.ebuild => clickhouse-1.1.54394.ebuild} | 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index 5c14410032d..c7148fce40b 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-1.1.54390.tar.gz 5619103 BLAKE2B 
dac861ee2a4c1326485f5d98b0f6d7b41b32ea43f7b45e5cccf54761c5de72b6805324d1a18f3aa4eea655c055e87cbba6ad39bc55087d6c5ed1d7d9564f27a4
 SHA512 
09c7a87291555f85534f5560add9dc702a98f38f2679e2c9642607c6f2c25801b1865625d4fa2109fe94873bfa5fd992f7a4d70fb19a03e5e1cb8289c124ac5e
+DIST clickhouse-1.1.54394.tar.gz 5627145 BLAKE2B 
7ea84171eab77d2c9c24f28674c1c53a9bddd897c65531907589470cf1a8b5c346aa9cfa6f1ef64310f64b7a765c2645917c68856ce50428ce4f6c7e0457cf5e
 SHA512 
55093c9eee477ab9fa5290fff0b3643cbc7f348ed484a487672b78d25016a0480df33b0979b7bd5b9deef5da827f245398a8c593403926b07bb1b36f8404a5be

diff --git a/dev-db/clickhouse/clickhouse-1.1.54390.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54394.ebuild
similarity index 95%
rename from dev-db/clickhouse/clickhouse-1.1.54390.ebuild
rename to dev-db/clickhouse/clickhouse-1.1.54394.ebuild
index 643b68fe3dc..734544c61da 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54390.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54394.ebuild
@@ -50,7 +50,7 @@ RDEPEND="
)
dev-libs/icu:=
dev-libs/glib
-   dev-libs/boost:=
+   >=dev-libs/boost-1.65.0:=
dev-libs/openssl:0=
dev-libs/zookeeper-c
kafka? ( dev-libs/librdkafka:= )
@@ -81,7 +81,7 @@ DEPEND="${RDEPEND}
)
dev-libs/icu[static-libs]
dev-libs/glib[static-libs]
-   dev-libs/boost[static-libs]
+   >=dev-libs/boost-1.65.0[static-libs]
dev-libs/openssl[static-libs]
dev-libs/zookeeper-c[static-libs]
virtual/libmysqlclient[static-libs]
@@ -90,6 +90,7 @@ DEPEND="${RDEPEND}
 
sys-libs/libtermcap-compat
dev-util/patchelf
+   >=sys-devel/lld-6.0.0
|| (
>=sys-devel/gcc-7.0
>=sys-devel/clang-6.0
@@ -178,11 +179,11 @@ src_install() {
fi
 
if use doc; then
-   pushd "${S}/docs" || die "Failed to enter docs build directory"
-   ./build.sh || die "Failed to build docs"
+   pushd "${S}/docs/tools" || die "Failed to enter docs build 
directory"
+   ./build.py || die "Failed to build docs"
popd || die "Failed to exit docs build directory"
 
-   dodoc -r "${S}/docs/build/docs"
+   dodoc -r "${S}/docs/build"
fi
 
if use server; then



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

2018-07-18 Thread Fabian Groffen
commit: de6b2ac12e02c690f8dee2517af1c09b436f5fc9
Author: Hanno Boeck  gentoo  org>
AuthorDate: Wed Jul 18 20:03:34 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jul 18 20:03:34 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=de6b2ac1

main: fix potential buffer underrun

Signed-off-by: Fabian Groffen  gentoo.org>

 main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c
index 7dbdbe7..30dd063 100644
--- a/main.c
+++ b/main.c
@@ -969,7 +969,7 @@ initialize_portage_env(void)
 
/* Make sure ROOT always ends in a slash */
var = _to_read[0];
-   if ((*var->value.s)[var->value_len - 1] != '/') {
+   if (var->value_len == 0 || (*var->value.s)[var->value_len - 1] != '/') {
portroot = xrealloc(portroot, var->value_len + 2);
portroot[var->value_len] = '/';
portroot[var->value_len + 1] = '\0';



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

2018-07-18 Thread Matt Thode
commit: f02de69316759701742633412039cf45525703cc
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 17:46:01 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 19:58:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02de693

add arm64 use mask for networkx to disable pandas

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 6b4eac4badc..e59346f7613 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Thode  (18 Jul 2018)
+# dev-python/pandas not keyworded
+dev-python/networkx pandas
+
 # Michał Górny  (07 Jul 2018)
 # Unkeyworded dependencies.
 dev-python/matplotlib doc



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

2018-07-18 Thread Matt Thode
commit: 20183dd27e6de43cdc01daba6fcb0e370a8034bd
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 19:57:48 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 19:58:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20183dd2

dev-python/networkx: 2.1 bup

docs need work
Closes: https://bugs.gentoo.org/647490
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/networkx/Manifest|  1 +
 dev-python/networkx/metadata.xml|  3 ++
 dev-python/networkx/networkx-2.1.ebuild | 58 +
 3 files changed, 62 insertions(+)

diff --git a/dev-python/networkx/Manifest b/dev-python/networkx/Manifest
index 99fb7c47f74..d0df01630f9 100644
--- a/dev-python/networkx/Manifest
+++ b/dev-python/networkx/Manifest
@@ -1 +1,2 @@
 DIST networkx-1.11.tar.gz 1315737 BLAKE2B 
9f6556af1a4e23bf7fcf51fcbc753a08f2616dfe63c7b05fbe20ad7532580bf566c44ddc5db0c0d89626a17fd2029485583b513f44688e8033ca83cb36f28315
 SHA512 
622c93330bb5ba93a2be087f7f19963a1bb9a50dc72b6500ea8321c36aa9da19af379c5cd4bbee8bba3cb6e68a28f11ee24bbe333047f5c7d0ce0b755fd57253
+DIST networkx-2.1.zip 1612593 BLAKE2B 
0a603617105bb1efa3711f81a468520eef5f56438bf6e730091a43b628d04fdd22e8b62de671dbe98be180bff68b3ea4af61e475fcc1f274537ccd1e74fcdff5
 SHA512 
61b819ccfdd38e009e5b363f4bf551f2924bbf751b078aab1b41da9faf4c6b0841f38750b96bd359d3aebefef01e65e88b4c43a378ec25bbd45283d92bdae678

diff --git a/dev-python/networkx/metadata.xml b/dev-python/networkx/metadata.xml
index dff6872815b..9b4b8c4f40d 100644
--- a/dev-python/networkx/metadata.xml
+++ b/dev-python/networkx/metadata.xml
@@ -21,6 +21,9 @@
 networkx/networkx
   
   
+Provide graph drawing and graph layout algorithms 
along with shapefile format reading and writing
+Provides a DataFrame, which is a tabular data 
structure with labeled axes
 Enables scipy backend
+Provides YAML format reading and writing
   
 

diff --git a/dev-python/networkx/networkx-2.1.ebuild 
b/dev-python/networkx/networkx-2.1.ebuild
new file mode 100644
index 000..0dbd8fe2441
--- /dev/null
+++ b/dev-python/networkx/networkx-2.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Python tools to manipulate graphs and complex networks"
+HOMEPAGE="http://networkx.github.io/ https://github.com/networkx/networkx;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+IUSE="examples extras pandas scipy test xml yaml"
+
+REQUIRED_USE="
+   test? ( extras pandas scipy xml yaml )"
+
+COMMON_DEPEND="
+   >=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}]
+   extras? (
+   >=dev-python/pydot-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/pygraphviz-1.3.1[${PYTHON_USEDEP}]
+   >=sci-libs/gdal-1.10.0[python,${PYTHON_USEDEP}]
+   )
+   pandas? ( >=dev-python/pandas-0.20.1[${PYTHON_USEDEP}] )
+   scipy? ( >=sci-libs/scipy-0.19[${PYTHON_USEDEP}] )
+   xml? ( >=dev-python/lxml-3.7.3[${PYTHON_USEDEP}] )
+   yaml? ( >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] )"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/decorator-4.1.0[${PYTHON_USEDEP}]
+   ${COMMON_DEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   ${COMMON_DEPEND}
+   examples? (
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+)
+
+python_test() {
+   virtx nosetests -vv || die
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}



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

2018-07-18 Thread Matt Thode
commit: 527d1858b8ea133ab6ec679ddc2e44b56c4ae006
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 18 18:32:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 18 19:58:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527d1858

dev-libs/leatherman: 1.4.2-r1 bup for proper subslots

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

 dev-libs/leatherman/leatherman-1.4.2-r1.ebuild | 58 ++
 1 file changed, 58 insertions(+)

diff --git a/dev-libs/leatherman/leatherman-1.4.2-r1.ebuild 
b/dev-libs/leatherman/leatherman-1.4.2-r1.ebuild
new file mode 100644
index 000..f0eb9302790
--- /dev/null
+++ b/dev-libs/leatherman/leatherman-1.4.2-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib
+
+DESCRIPTION="A C++ toolkit"
+HOMEPAGE="https://github.com/puppetlabs/leatherman;
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+IUSE="debug static-libs test"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0/1.4.2"
+
+RDEPEND="net-misc/curl"
+DEPEND=">=dev-libs/boost-1.54:=[nls]
+   net-misc/curl
+   >=sys-devel/gcc-4.8:*"
+
+PATCHES=( "${FILESDIR}"/portage-sandbox-test-fix.patch )
+
+src_prepare() {
+   sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   )
+   if ! use static-libs; then
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=ON
+   )
+   else
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=OFF
+   )
+   fi
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   "${WORKDIR}/${P}"_build/bin/leatherman_test
+}
+
+src_install() {
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ada/aunit/

2018-07-18 Thread Alfredo Tupone
commit: 0155e1f68624d32efb2aaff9cdfe97fb6f585fa4
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Jul 18 19:57:56 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Jul 18 19:57:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0155e1f6

dev-ada/aunit: Build verbose

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/aunit/aunit-2018.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/aunit/aunit-2018.ebuild b/dev-ada/aunit/aunit-2018.ebuild
index 95e27b8d0b2..48583df18f6 100644
--- a/dev-ada/aunit/aunit-2018.ebuild
+++ b/dev-ada/aunit/aunit-2018.ebuild
@@ -30,7 +30,7 @@ S="${WORKDIR}"/${MYP}
 PATCHES=( "${FILESDIR}"/${PN}-2016-gentoo.patch )
 
 src_compile() {
-   emake GPRBUILD="gprbuild -j$(makeopts_jobs)"
+   emake GPRBUILD="gprbuild -j$(makeopts_jobs) -v"
 }
 
 src_install() {



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

2018-07-18 Thread Jason Donenfeld
commit: 7cc66eb5e4e5e6cddb8b389fac88adaaa52b0a36
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed Jul 18 19:38:50 2018 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Wed Jul 18 19:39:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc66eb5

net-vpn/wireguard: bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20180708-r1.ebuild => wireguard-0.0.20180718.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index 8acf02f1f7e..b89bf734200 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20180708.tar.xz 271816 BLAKE2B 
f8f8dd0ae90cc23fc0e8b339c97808d1dc81b5f245e08ec85b356391e3a7a84a61aded30295751e0fd63961214424bc1719ab8d9f85e5aff54dbe270fcbf215a
 SHA512 
91e4eb5c863f7070dc139739bbb5f6ce5b7ff9e8bd293a6217e6b9ac8dcacc710c01bac9386df50bd1226f0534c5332f8e1e2c50e9483e167eac6345a616f6f6
+DIST WireGuard-0.0.20180718.tar.xz 272072 BLAKE2B 
da18f6ff6fcbe9c226ddf39a7137d7648647ae49be311b3b239af845b864403feaf226de7f148b9a6d67c6426d7f96d6c077286fd332bbdb98c913a3039ecd8f
 SHA512 
38d7fa90ab7528c0f29e93c4b37c357e51f33061353c180044c50fe05a37874652b3cb179c80f17b8fe9dddbcb224253723ad730e2ad5649cb17ec9d32e8f9ca

diff --git a/net-vpn/wireguard/wireguard-0.0.20180708-r1.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20180718.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20180708-r1.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20180718.ebuild



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

2018-07-18 Thread Andreas Sturmlechner
commit: 53d1c034aab8c710e306f06df4ab3b00e078aaa5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 18 19:20:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 18 19:20:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d1c034

dev-libs/kproperty: Add BUILD_TESTING=true

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

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

diff --git a/dev-libs/kproperty/kproperty-3.1.0.ebuild 
b/dev-libs/kproperty/kproperty-3.1.0.ebuild
index f1c5aa1d63f..8efc5889fc9 100644
--- a/dev-libs/kproperty/kproperty-3.1.0.ebuild
+++ b/dev-libs/kproperty/kproperty-3.1.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+KDE_TEST="true" # build system adds autotests dir based on BUILD_TESTING value
 inherit kde5
 
 DESCRIPTION="Property editing framework with editor widget similar to Qt 
Designer"



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

2018-07-18 Thread Johannes Huber
commit: 2f68b425bdf4eee73c5791d00054ea06f2a7a709
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jul 18 19:15:46 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jul 18 19:16:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f68b425

net-vpn/openfortivpn: EAPI 7

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild
index bfc317510e6..85ff43fb15a 100644
--- a/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild
+++ b/net-vpn/openfortivpn/openfortivpn-1.7.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools linux-info
 



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

2018-07-18 Thread Virgil Dupras
commit: e9cd3ace73ed2e01653028c67bc9b4ecbb9a1f93
Author: Virgil Dupras  gentoo  org>
AuthorDate: Wed Jul 18 19:07:52 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Wed Jul 18 19:07:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cd3ace

dev-python/django: bump to 2.0.7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/django/Manifest |   1 +
 dev-python/django/django-2.0.7.ebuild  | 110 +
 .../django/files/django-2.0.7-bashcomp.patch   |  41 
 3 files changed, 152 insertions(+)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 22a10e97bc1..85e277a20ee 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -6,3 +6,4 @@ DIST Django-1.6.11.tar.gz 6764000 BLAKE2B 
85ea8c37e0728405e0109504e81db92a0a4f31
 DIST Django-1.7.11.tar.gz 7586798 BLAKE2B 
b48ba892e7c4830d122f179e7247862ee571b63ff840b9107d3d8ab21700ae744c6f51cfd7cb3606961b454c288c3f73f238301fcb5620b37b6fab4a1bf02ebe
 SHA512 
2e3415295ee6b590e366b09adb261baccb750519b9bcef1bb09bd52a2db705c8082bfc13440c621a5f41dd4f9bd626792eba4a572e78de3b7caf93c951c406ee
 DIST Django-1.8.18.tar.gz 7297986 BLAKE2B 
3cf777d98bfc278a3b6458cbb1bbd273e6b77e35bdae24e73cd1af6b6ab7e71ef12d36df73d90a3971ac3b6fe6edbb4a2d14a95a6f2200c99419a049eb95cdda
 SHA512 
41959c1012feec579dc991129976a655bc2f1ff7298bd05951c925b3d0a86a67cc32bf8a78273236b3db05cc1eb841a7aba5091bd06a072dd73c55eb0f7ecee8
 DIST Django-1.9.13.tar.gz 7498364 BLAKE2B 
f65cd9a20e6fa3f2f60e353a74d32f9ef1872a673ec60b1332cedeef99fbdd237a8221e3ff49fbc05bfbe831c6507fb745a63212a6739f76e889fce3445d3347
 SHA512 
bf642d5c342dd523ceb7a580213255ddf91a24bd5506355325b72c0eb91774d120ddb89d728a4b432ef0a587f8448e915c3217adcaa8ff5aa816873fa01ae7c0
+DIST Django-2.0.7.tar.gz 7988568 BLAKE2B 
afc3fb9cd3f37b7488ad8eb46eb9ebb540c54b04661a44620951930a352537ee3a3072a604fd2cbbc95ea3fe112ebab25f45f971bc30ad48161eb8cda26db6d3
 SHA512 
ef42d9046ce3e7b5067c5b85114c0cb5854b0ebb1d3bae526484f11da8abbf04864c83f176e9c6e498c9140b134c9a517968c7bb0bc087c49bf105b2aae8644c

diff --git a/dev-python/django/django-2.0.7.ebuild 
b/dev-python/django/django-2.0.7.ebuild
new file mode 100644
index 000..133d40ffb7d
--- /dev/null
+++ b/dev-python/django/django-2.0.7.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+WEBAPP_NO_AUTO_INSTALL="yes"
+
+inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
+
+MY_PN="Django"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/;
+SRC_URI="
+   https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
+   mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+   "
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc sqlite test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+WEBAPP_MANUAL_SLOT="yes"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
+)
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+python_prepare_all() {
+   # Prevent d'loading in the doc build
+   sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   # Tests have non-standard assumptions about PYTHONPATH,
+   # and don't work with ${BUILD_DIR}/lib.
+   PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 
--parallel 1 \
+   || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp extras/django_bash_completion ${PN}-admin
+   bashcomp_alias ${PN}-admin django-admin.py
+
+   if use doc; then
+   rm -fr docs/_build/html/_sources || die
+   local HTML_DOCS=( docs/_build/html/. )
+   fi
+
+   insinto "${MY_HTDOCSDIR#${EPREFIX}}"
+   doins -r django/contrib/admin/static/admin/.
+   distutils-r1_python_install_all
+}
+
+src_install() {
+   distutils-r1_src_install
+   webapp_src_install
+}
+

[gentoo-commits] proj/releng:master commit in: releases/weekly/portage/isos/savedconfig/sys-kernel/

2018-07-18 Thread Ben Kohler
commit: afa01bdc79d5f2c201c74cb388739acd4c23e7c2
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jul 18 18:53:42 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jul 18 18:53:42 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=afa01bdc

portage/isos/savedconfig: savedconfig for linux-firmware

This adds a new savedconfig file for linux-firmware to cut out firmware
types that we obviously don't need on installcds, such as multimedia/dvb
cards.  This file is unversioned so it'll apply to future linux-firmware
releases, so it may need minor tweaks over time as new unwanted
firmwares are added upstream.

This file doesn't take effect unless/until we set USE=savedconfig on
linux-firmware, this hasn't been done yet.

 .../isos/savedconfig/sys-kernel/linux-firmware | 1719 
 1 file changed, 1719 insertions(+)

diff --git a/releases/weekly/portage/isos/savedconfig/sys-kernel/linux-firmware 
b/releases/weekly/portage/isos/savedconfig/sys-kernel/linux-firmware
new file mode 100644
index ..97fc03d1
--- /dev/null
+++ b/releases/weekly/portage/isos/savedconfig/sys-kernel/linux-firmware
@@ -0,0 +1,1719 @@
+# Remove files that shall not be installed from this list.
+# This file originated from linux-firmware-20180103-r1
+3com/3C359.bin
+3com/typhoon.bin
+GPL-2
+GPL-3
+LICENCE.Abilis
+LICENCE.IntcSST2
+LICENCE.Marvell
+LICENCE.Netronome
+LICENCE.OLPC
+LICENCE.adsp_sst
+LICENCE.agere
+LICENCE.atheros_firmware
+LICENCE.broadcom_bcm43xx
+LICENCE.ca0132
+LICENCE.cavium
+LICENCE.chelsio_firmware
+LICENCE.cw1200
+LICENCE.cypress
+LICENCE.e100
+LICENCE.ene_firmware
+LICENCE.fw_sst_0f28
+LICENCE.go7007
+LICENCE.i2400m
+LICENCE.ibt_firmware
+LICENCE.it913x
+LICENCE.iwlwifi_firmware
+LICENCE.kaweth
+LICENCE.moxa
+LICENCE.myri10ge_firmware
+LICENCE.nvidia
+LICENCE.open-ath9k-htc-firmware
+LICENCE.phanfw
+LICENCE.qat_firmware
+LICENCE.qla1280
+LICENCE.qla2xxx
+LICENCE.r8a779x_usb3
+LICENCE.ralink-firmware.txt
+LICENCE.ralink_a_mediatek_company_firmware
+LICENCE.rockchip
+LICENCE.rtlwifi_firmware.txt
+LICENCE.siano
+LICENCE.tda7706-firmware.txt
+LICENCE.ti-connectivity
+LICENCE.ti-keystone
+LICENCE.ueagle-atm4-firmware
+LICENCE.via_vt6656
+LICENCE.wl1251
+LICENCE.xc4000
+LICENCE.xc5000
+LICENCE.xc5000c
+LICENSE.QualcommAtheros_ar3k
+LICENSE.QualcommAtheros_ath10k
+LICENSE.amd-ucode
+LICENSE.amdgpu
+LICENSE.atmel
+LICENSE.dib0700
+LICENSE.hfi1_firmware
+LICENSE.i915
+LICENSE.ipu3_firmware
+LICENSE.qcom
+LICENSE.radeon
+LICENSE.sdma_firmware
+Makefile
+README
+RTL8192E/boot.img
+RTL8192E/main.img
+RTL8192E/data.img
+TDA7706_OM_v2.5.1_boot.txt
+TDA7706_OM_v3.0.2_boot.txt
+WHENCE
+#a300_pfp.fw
+#a300_pm4.fw
+acenic/tg2.bin
+acenic/tg1.bin
+adaptec/starfire_tx.bin
+adaptec/starfire_rx.bin
+advansys/38C0800.bin
+advansys/38C1600.bin
+advansys/3550.bin
+advansys/mcode.bin
+agere_ap_fw.bin
+agere_sta_fw.bin
+amd-ucode/microcode_amd_fam15h.bin
+amd-ucode/microcode_amd.bin
+amd-ucode/microcode_amd_fam15h.bin.asc
+amd-ucode/microcode_amd_fam16h.bin.asc
+amd-ucode/microcode_amd_fam17h.bin
+amd-ucode/microcode_amd.bin.asc
+amd-ucode/microcode_amd_fam16h.bin
+#amdgpu/carrizo_sdma1.bin
+#amdgpu/polaris10_ce_2.bin
+#amdgpu/polaris12_ce.bin
+#amdgpu/vega10_vce.bin
+#amdgpu/fiji_rlc.bin
+#amdgpu/vega10_asd.bin
+#amdgpu/polaris11_mec_2.bin
+#amdgpu/polaris10_k_smc.bin
+#amdgpu/fiji_mec.bin
+#amdgpu/raven_pfp.bin
+#amdgpu/polaris10_sdma1.bin
+#amdgpu/topaz_smc.bin
+#amdgpu/fiji_me.bin
+#amdgpu/tonga_smc.bin
+#amdgpu/polaris12_pfp_2.bin
+#amdgpu/polaris12_smc.bin
+#amdgpu/polaris10_rlc.bin
+#amdgpu/vega10_ce.bin
+#amdgpu/vega10_sdma.bin
+#amdgpu/raven_vcn.bin
+#amdgpu/fiji_sdma.bin
+#amdgpu/carrizo_me.bin
+#amdgpu/raven_asd.bin
+#amdgpu/polaris11_mec.bin
+#amdgpu/topaz_mec2.bin
+#amdgpu/raven_mec.bin
+#amdgpu/polaris11_vce.bin
+#amdgpu/polaris11_uvd.bin
+#amdgpu/tonga_vce.bin
+#amdgpu/topaz_sdma1.bin
+#amdgpu/polaris11_pfp.bin
+#amdgpu/polaris10_vce.bin
+#amdgpu/raven_mec2.bin
+#amdgpu/vega10_gpu_info.bin
+#amdgpu/polaris12_mc.bin
+#amdgpu/raven_rlc.bin
+#amdgpu/fiji_pfp.bin
+#amdgpu/polaris12_ce_2.bin
+#amdgpu/polaris11_pfp_2.bin
+#amdgpu/polaris12_me.bin
+#amdgpu/polaris11_mc.bin
+#amdgpu/tonga_ce.bin
+#amdgpu/carrizo_mec2.bin
+#amdgpu/polaris10_smc_sk.bin
+#amdgpu/tonga_me.bin
+#amdgpu/polaris10_sdma.bin
+#amdgpu/vega10_acg_smc.bin
+#amdgpu/polaris12_sdma.bin
+#amdgpu/vega10_mec.bin
+#amdgpu/topaz_pfp.bin
+#amdgpu/polaris10_mec_2.bin
+#amdgpu/tonga_mc.bin
+#amdgpu/carrizo_vce.bin
+#amdgpu/topaz_sdma.bin
+#amdgpu/topaz_me.bin
+#amdgpu/vega10_sos.bin
+#amdgpu/stoney_mec.bin
+#amdgpu/vega10_smc.bin
+#amdgpu/carrizo_sdma.bin
+#amdgpu/polaris11_sdma.bin
+#amdgpu/carrizo_mec.bin
+#amdgpu/carrizo_ce.bin
+#amdgpu/polaris11_k_smc.bin
+#amdgpu/polaris10_me.bin
+#amdgpu/raven_sdma.bin
+#amdgpu/polaris12_mec_2.bin
+#amdgpu/stoney_uvd.bin
+#amdgpu/fiji_ce.bin
+#amdgpu/polaris12_vce.bin
+#amdgpu/polaris10_mec.bin
+#amdgpu/stoney_me.bin
+#amdgpu/stoney_vce.bin
+#amdgpu/topaz_ce.bin

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

2018-07-18 Thread Hans de Graaff
commit: bd1f34b36cb7465f6e97653469ba78547115e794
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 18:47:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 18:48:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1f34b3

dev-util/jenkins-bin: remove vulnerable versions, bug 661512

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/jenkins-bin/Manifest   |  2 --
 dev-util/jenkins-bin/jenkins-bin-2.121.1.ebuild | 46 -
 dev-util/jenkins-bin/jenkins-bin-2.121.ebuild   | 46 -
 3 files changed, 94 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index b994d4ee23f..ddf5afc15b3 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,4 +1,2 @@
-DIST jenkins-bin-2.121.1.war 74736772 BLAKE2B 
a5972bfd0a049065eec7f842482754de838e72db73eb846f4742273d356a0ad52adaf01dbf1c617d88d133502f78657488341b81aee42746b16e82a3250b143a
 SHA512 
b87c8458a5db9e8a1b1a67cc8e36d224719d8460987a8b95f563619c5d662e6af8a3fc276d420f5520e541a0bee7211d2fe414caf11b4116c57ba214c687faa8
 DIST jenkins-bin-2.121.2.war 74736956 BLAKE2B 
d63f49bad61bad216d06318c373951e99c46ff98bc0c9311fc123c9045d235131623436e3636db63bea0e95bf467040c755d0086612d69ea45b016e9dd39095a
 SHA512 
b62b8cbb76997ded9442311204f7e43acfef57ed9949db19c05c382cb2171042ac41332d6372a45a7a5f46f295b21a6fd0533bd71e800fec7b0bf6b3e2998c8e
-DIST jenkins-bin-2.121.war 74737297 BLAKE2B 
20d53c5869655331036ef5e18f94f71a0bda46f651b706bc61ae24083df72db285291478575662c52c661bc15c79e00e3f10e503f430aa5d23107f251f12d338
 SHA512 
4df05ad4abf0dd4fc40fbcb9dd8cdad985f6c3970ac4b777aeb5766a1ae45718b70929b71288e245f5e90541aa886c31c589dfdd006623759b7c6b5326e44118
 DIST jenkins-bin-2.133.war 75341772 BLAKE2B 
2e9ca1ba4cce14eb32157c0b3853b103b02d02c4ba7ab3cdc7308e1fe7b6210e70552ef52a1b92d107149d9c261de5ed8b74cbf044a6e8f09ca48b9ae7388d5c
 SHA512 
f1fcbaa40e554d854efc59d8ebc03b9c9626ca065e79bb18fd671c0f25db5b0e1cf1e4341459eea1e4ece9f978da53f5b46425bd125453f8a7c7abc5551ad000

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.121.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.121.1.ebuild
deleted file mode 100644
index 95d08ad47b2..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.121.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-RESTRICT="mirror"
-SLOT="lts"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   >=virtual/jre-1.8.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.121.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.121.ebuild
deleted file mode 100644
index 4f30f398771..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.121.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
-RESTRICT="mirror"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:lts
-   >=virtual/jre-1.8.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners 

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

2018-07-18 Thread Andreas Sturmlechner
commit: 27a15e8627b7ad6efac67741387effdee4ee7778
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 18 18:28:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 18 18:46:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a15e86

kde-frameworks/ktexteditor: Drop 5.46.0 (r0)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../ktexteditor/ktexteditor-5.46.0.ebuild  | 56 --
 1 file changed, 56 deletions(-)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.46.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.46.0.ebuild
deleted file mode 100644
index f5370b63dbe..000
--- a/kde-frameworks/ktexteditor/ktexteditor-5.46.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing a full text editor component"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE="editorconfig git"
-
-RDEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_frameworks_dep syntax-highlighting)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   editorconfig? ( app-text/editorconfig-core-c )
-   git? ( dev-libs/libgit2:= )
-"
-DEPEND="${RDEPEND}
-   $(add_qt_dep qtxmlpatterns)
-   test? ( $(add_frameworks_dep kservice) )
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package editorconfig EditorConfig)
-   $(cmake-utils_use_find_package git LibGit2)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlgui/, kde-frameworks/kxmlgui/files/

2018-07-18 Thread Andreas Sturmlechner
commit: 8eca89a494294f5923ff4c62e1d2723ea02998dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 18 18:32:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 18 18:46:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eca89a4

kde-frameworks/kxmlgui: KMainWindow saving incorrect widget settings

KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=395988
See also: https://phabricator.kde.org/D13808

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../kxmlgui/files/kxmlgui-5.48.0-kmainwindow.patch | 32 +
 kde-frameworks/kxmlgui/kxmlgui-5.48.0-r1.ebuild| 54 ++
 2 files changed, 86 insertions(+)

diff --git a/kde-frameworks/kxmlgui/files/kxmlgui-5.48.0-kmainwindow.patch 
b/kde-frameworks/kxmlgui/files/kxmlgui-5.48.0-kmainwindow.patch
new file mode 100644
index 000..ffc62a676d5
--- /dev/null
+++ b/kde-frameworks/kxmlgui/files/kxmlgui-5.48.0-kmainwindow.patch
@@ -0,0 +1,32 @@
+From d35a88289513c0420863b80aa6c1cb7d2c6e978f Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic 
+Date: Tue, 17 Jul 2018 09:45:30 +0200
+Subject: Fix KMainWindow saving incorrect widget settings
+
+BUG: 395988
+In certain cases KMainWindow::saveMainWindowSettings() could have been
+called after mainwindow started destroying itself. Window settings would
+be saved with incorrect child widget states. e.g. some widgets would be
+saved as hidden even if they were visible before destroying.
+---
+ src/kmainwindow.cpp | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/kmainwindow.cpp b/src/kmainwindow.cpp
+index 810bf32..885ac60 100644
+--- a/src/kmainwindow.cpp
 b/src/kmainwindow.cpp
+@@ -524,6 +524,10 @@ void KMainWindow::closeEvent(QCloseEvent *e)
+ }
+ 
+ if (queryClose()) {
++// widgets will start destroying themselves at this point and we don't
++// want to save state anymore after this as it might be incorrect
++d->autoSaveSettings = false;
++d->letDirtySettings = false;
+ e->accept();
+ } else {
+ e->ignore();//if the window should not be closed, don't close it
+-- 
+cgit v0.11.2
+

diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.48.0-r1.ebuild 
b/kde-frameworks/kxmlgui/kxmlgui-5.48.0-r1.ebuild
new file mode 100644
index 000..1bf6dd9dd26
--- /dev/null
+++ b/kde-frameworks/kxmlgui/kxmlgui-5.48.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for managing menu and toolbar actions in an abstract 
way"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="LGPL-2+"
+IUSE="attica"
+
+# slot op: includes QtCore/private/qlocale_p.h
+RDEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtcore '' '' '5=')
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork 'ssl')
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   attica? ( $(add_frameworks_dep attica) )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-kmainwindow.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package attica KF5Attica)
+   )
+
+   kde5_src_configure
+}
+
+src_test() {
+   # Files are missing; whatever. Bug: 650290
+   local myctestargs=(
+   -E "(kxmlgui_unittest)"
+   )
+
+   kde5_src_test
+}



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

2018-07-18 Thread Manuel Rüger
commit: d31542deed327486c3d5dce45e8b7bb663ee1166
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 18:38:40 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 18:39:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31542de

sys-cluster/minikube: Version bump to 0.28.1

Fix dependency on libvirt as provided by Holger Hoffstätte in bug 660304

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

 sys-cluster/minikube/Manifest   |  1 +
 sys-cluster/minikube/metadata.xml   |  3 ++
 sys-cluster/minikube/minikube-0.28.1.ebuild | 45 +
 3 files changed, 49 insertions(+)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index b9ac4a98591..afb2ecb1d5e 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -1 +1,2 @@
 DIST minikube-0.28.0.tar.gz 20350636 BLAKE2B 
002bf7a45483a724d9ebc4f2fa3bad5b9451d9d550211e3e93f8b7a39358fe11798d0c4b1632c3235ee21e82adc18c9b2f6f4ba9590eb998901f870b7d52
 SHA512 
bbcc8540b9d64a0ac9da93f912d44c66991d8377fdb96b02a656a8919347b4dd40669c08850582ea54adce6b1ef132c41376f21f4e3cc07e5776df9a3286f4e7
+DIST minikube-0.28.1.tar.gz 20075323 BLAKE2B 
47444de4c2245d13108b5f98544f5127565ab40178f0bfdda35f710d594b36f8d98dbde8157361172a3486411f7ce32689e87d6b126ba29d21c9061dd0b22fa9
 SHA512 
80591777cc419ac9dc3b27d444a5d8aa04f2482bd3c47edfbb6b8a74b3552610125dfc5244bbd2659ea46600ed17577e90bcf98e0806d12932dd88c46fd0283a

diff --git a/sys-cluster/minikube/metadata.xml 
b/sys-cluster/minikube/metadata.xml
index 56bdc5ee445..aabd116e7a5 100644
--- a/sys-cluster/minikube/metadata.xml
+++ b/sys-cluster/minikube/metadata.xml
@@ -8,4 +8,7 @@

kubernetes/minikube

+   
+   Build plugin for kvm
+   
 

diff --git a/sys-cluster/minikube/minikube-0.28.1.ebuild 
b/sys-cluster/minikube/minikube-0.28.1.ebuild
new file mode 100644
index 000..93f14a46204
--- /dev/null
+++ b/sys-cluster/minikube/minikube-0.28.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit python-any-r1 golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/minikube"
+ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Single Node Kubernetes Cluster"
+HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened libvirt"
+
+DEPEND="dev-go/go-bindata
+   ${PYTHON_DEPS}
+   libvirt? ( app-emulation/libvirt[qemu] )"
+RDEPEND=">=sys-cluster/kubectl-1.9.4"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e 's/ -s -w/ -w/' -e 's#.*GOBIN=$(GOPATH)/bin go get 
github.com/jteeuwen/go-bindata/...##' -e 
's#$(GOPATH)/bin/go-bindata#/usr/bin/go-bindata#g' src/${EGO_PN}/Makefile || die
+   sed -i -e "s/get_commit(), get_tree_state(), 
get_version()/get_commit(), 'gitTreeState=clean', get_version()/"  
src/${EGO_PN}/hack/get_k8s_version.py || die
+}
+
+src_compile() {
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN}  $(usex 
libvirt "out/docker-machine-driver-kvm2" "") out/localkube 
out/minikube-linux-amd64
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   newbin out/minikube-linux-amd64 minikube
+   dobin $(usex libvirt "out/docker-machine-driver-kvm2" "") out/localkube
+   dodoc -r docs CHANGELOG.md README.md
+   popd || die
+}



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

2018-07-18 Thread Hans de Graaff
commit: ce7501a32a93bce3b470994a7e844a3a00d125b2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 18:38:24 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 18:38:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7501a3

dev-util/jenkins-bin: update HOMEPAGE

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild
index 95d08ad47b2..3b701c29b1b 100644
--- a/dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild
+++ b/dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit user systemd
 
 DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
+HOMEPAGE="https://jenkins.io/;
 LICENSE="MIT"
 SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
 RESTRICT="mirror"



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

2018-07-18 Thread Hans de Graaff
commit: 1011dee4fdccbd88bc270cbf33e87adc3738b65f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 18:37:25 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 18:37:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1011dee4

dev-util/jenkins-bin: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/jenkins-bin/Manifest   |  3 --
 dev-util/jenkins-bin/jenkins-bin-2.107.2.ebuild | 46 -
 dev-util/jenkins-bin/jenkins-bin-2.107.3.ebuild | 46 -
 dev-util/jenkins-bin/jenkins-bin-2.116.ebuild   | 46 -
 4 files changed, 141 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 2787b76d5eb..b994d4ee23f 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,6 +1,3 @@
-DIST jenkins-bin-2.107.2.war 74568464 BLAKE2B 
b506199d2e56c3f88bdd295dd88b8644869c59e93689768376752b1bd54a5f5ccb8a56b32d9556a592b5567dc884cfa6d0049810f6a23304f5c1fa9026b31804
 SHA512 
c5abc515ac646904c44d06a31e253c5824096abb40af415357f47610354a793bd571310fed9e5596103c399a495a7b229a731509873a99795471459410db6411
-DIST jenkins-bin-2.107.3.war 74576216 BLAKE2B 
2791f6fce3c6c331c47e55b72777c90c2323e6c53629ee92ccd6987c4557a713759f1a2fe2f6e882cec5536c6e1783c1fb9b740174e1ab3f89d56e97460ad4ef
 SHA512 
29209b7359439f55c27127a946dbfcdc318407ee21de447b8f4864209e2076f0a16083dd501e3ead054b086af78f319e25979b7fd25847135d76deeb10a99fad
-DIST jenkins-bin-2.116.war 74606954 BLAKE2B 
15d1a665eeb35694bc03bc54c8b5b623fc3ad40c492c5e8541a271396fb48fe9a67eefaa25665a2658dff0f3ce1bea51de23902a3f7297dc0621750c7c7d5f8f
 SHA512 
ab2a41f848dae9bfcb3fc3a8dea2da4957cb919aa1cf0609bea238ef6670a973226e5da817f582e8d718700cd8e57c05384f6ef6cf9ad80e94c87813a5199373
 DIST jenkins-bin-2.121.1.war 74736772 BLAKE2B 
a5972bfd0a049065eec7f842482754de838e72db73eb846f4742273d356a0ad52adaf01dbf1c617d88d133502f78657488341b81aee42746b16e82a3250b143a
 SHA512 
b87c8458a5db9e8a1b1a67cc8e36d224719d8460987a8b95f563619c5d662e6af8a3fc276d420f5520e541a0bee7211d2fe414caf11b4116c57ba214c687faa8
 DIST jenkins-bin-2.121.2.war 74736956 BLAKE2B 
d63f49bad61bad216d06318c373951e99c46ff98bc0c9311fc123c9045d235131623436e3636db63bea0e95bf467040c755d0086612d69ea45b016e9dd39095a
 SHA512 
b62b8cbb76997ded9442311204f7e43acfef57ed9949db19c05c382cb2171042ac41332d6372a45a7a5f46f295b21a6fd0533bd71e800fec7b0bf6b3e2998c8e
 DIST jenkins-bin-2.121.war 74737297 BLAKE2B 
20d53c5869655331036ef5e18f94f71a0bda46f651b706bc61ae24083df72db285291478575662c52c661bc15c79e00e3f10e503f430aa5d23107f251f12d338
 SHA512 
4df05ad4abf0dd4fc40fbcb9dd8cdad985f6c3970ac4b777aeb5766a1ae45718b70929b71288e245f5e90541aa886c31c589dfdd006623759b7c6b5326e44118

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.107.2.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.107.2.ebuild
deleted file mode 100644
index 95d08ad47b2..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.107.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-RESTRICT="mirror"
-SLOT="lts"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   >=virtual/jre-1.8.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.107.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.107.3.ebuild
deleted file mode 100644
index 95d08ad47b2..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.107.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-RESTRICT="mirror"
-SLOT="lts"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   

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

2018-07-18 Thread Hans de Graaff
commit: 0d28af8fe390416f93a0ced749cfc9623e1e3846
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 18:33:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 18:33:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d28af8f

dev-util/jenkins-bin: add 2.121.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 8e7ad61d395..4a7d063e356 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -2,4 +2,5 @@ DIST jenkins-bin-2.107.2.war 74568464 BLAKE2B 
b506199d2e56c3f88bdd295dd88b864486
 DIST jenkins-bin-2.107.3.war 74576216 BLAKE2B 
2791f6fce3c6c331c47e55b72777c90c2323e6c53629ee92ccd6987c4557a713759f1a2fe2f6e882cec5536c6e1783c1fb9b740174e1ab3f89d56e97460ad4ef
 SHA512 
29209b7359439f55c27127a946dbfcdc318407ee21de447b8f4864209e2076f0a16083dd501e3ead054b086af78f319e25979b7fd25847135d76deeb10a99fad
 DIST jenkins-bin-2.116.war 74606954 BLAKE2B 
15d1a665eeb35694bc03bc54c8b5b623fc3ad40c492c5e8541a271396fb48fe9a67eefaa25665a2658dff0f3ce1bea51de23902a3f7297dc0621750c7c7d5f8f
 SHA512 
ab2a41f848dae9bfcb3fc3a8dea2da4957cb919aa1cf0609bea238ef6670a973226e5da817f582e8d718700cd8e57c05384f6ef6cf9ad80e94c87813a5199373
 DIST jenkins-bin-2.121.1.war 74736772 BLAKE2B 
a5972bfd0a049065eec7f842482754de838e72db73eb846f4742273d356a0ad52adaf01dbf1c617d88d133502f78657488341b81aee42746b16e82a3250b143a
 SHA512 
b87c8458a5db9e8a1b1a67cc8e36d224719d8460987a8b95f563619c5d662e6af8a3fc276d420f5520e541a0bee7211d2fe414caf11b4116c57ba214c687faa8
+DIST jenkins-bin-2.121.2.war 74736956 BLAKE2B 
d63f49bad61bad216d06318c373951e99c46ff98bc0c9311fc123c9045d235131623436e3636db63bea0e95bf467040c755d0086612d69ea45b016e9dd39095a
 SHA512 
b62b8cbb76997ded9442311204f7e43acfef57ed9949db19c05c382cb2171042ac41332d6372a45a7a5f46f295b21a6fd0533bd71e800fec7b0bf6b3e2998c8e
 DIST jenkins-bin-2.121.war 74737297 BLAKE2B 
20d53c5869655331036ef5e18f94f71a0bda46f651b706bc61ae24083df72db285291478575662c52c661bc15c79e00e3f10e503f430aa5d23107f251f12d338
 SHA512 
4df05ad4abf0dd4fc40fbcb9dd8cdad985f6c3970ac4b777aeb5766a1ae45718b70929b71288e245f5e90541aa886c31c589dfdd006623759b7c6b5326e44118

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild
new file mode 100644
index 000..95d08ad47b2
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.121.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="http://jenkins-ci.org/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2018-07-18 Thread Hans de Graaff
commit: 44cddaf33fa7694dd0656e290dffe955cb1214a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 18:36:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 18:36:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cddaf3

dev-util/jenkins-bin: add 2.133

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/jenkins-bin/Manifest |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.133.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 4a7d063e356..2787b76d5eb 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -4,3 +4,4 @@ DIST jenkins-bin-2.116.war 74606954 BLAKE2B 
15d1a665eeb35694bc03bc54c8b5b623fc3a
 DIST jenkins-bin-2.121.1.war 74736772 BLAKE2B 
a5972bfd0a049065eec7f842482754de838e72db73eb846f4742273d356a0ad52adaf01dbf1c617d88d133502f78657488341b81aee42746b16e82a3250b143a
 SHA512 
b87c8458a5db9e8a1b1a67cc8e36d224719d8460987a8b95f563619c5d662e6af8a3fc276d420f5520e541a0bee7211d2fe414caf11b4116c57ba214c687faa8
 DIST jenkins-bin-2.121.2.war 74736956 BLAKE2B 
d63f49bad61bad216d06318c373951e99c46ff98bc0c9311fc123c9045d235131623436e3636db63bea0e95bf467040c755d0086612d69ea45b016e9dd39095a
 SHA512 
b62b8cbb76997ded9442311204f7e43acfef57ed9949db19c05c382cb2171042ac41332d6372a45a7a5f46f295b21a6fd0533bd71e800fec7b0bf6b3e2998c8e
 DIST jenkins-bin-2.121.war 74737297 BLAKE2B 
20d53c5869655331036ef5e18f94f71a0bda46f651b706bc61ae24083df72db285291478575662c52c661bc15c79e00e3f10e503f430aa5d23107f251f12d338
 SHA512 
4df05ad4abf0dd4fc40fbcb9dd8cdad985f6c3970ac4b777aeb5766a1ae45718b70929b71288e245f5e90541aa886c31c589dfdd006623759b7c6b5326e44118
+DIST jenkins-bin-2.133.war 75341772 BLAKE2B 
2e9ca1ba4cce14eb32157c0b3853b103b02d02c4ba7ab3cdc7308e1fe7b6210e70552ef52a1b92d107149d9c261de5ed8b74cbf044a6e8f09ca48b9ae7388d5c
 SHA512 
f1fcbaa40e554d854efc59d8ebc03b9c9626ca065e79bb18fd671c0f25db5b0e1cf1e4341459eea1e4ece9f978da53f5b46425bd125453f8a7c7abc5551ad000

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.133.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.133.ebuild
new file mode 100644
index 000..bd24b8ebc14
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.133.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+RESTRICT="mirror"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2018-07-18 Thread Mikle Kolyada
commit: cde11b4a9dc67f2fac760e6667327af09c74600f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 18 17:23:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 18 17:24:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde11b4a

dev-db/mariadb: amd64 stable wrt bug #661500

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/mariadb/mariadb-10.0.35-r2.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.1.34.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.0.35-r2.ebuild 
b/dev-db/mariadb/mariadb-10.0.35-r2.ebuild
index 894bbb803b7..c57699a2db1 100644
--- a/dev-db/mariadb/mariadb-10.0.35-r2.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.35-r2.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mariadb/mariadb-10.1.34.ebuild 
b/dev-db/mariadb/mariadb-10.1.34.ebuild
index c4507c4f277..749aac700d3 100644
--- a/dev-db/mariadb/mariadb-10.1.34.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.34.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2018-07-18 Thread Andreas Sturmlechner
commit: 13df43d0565815f40bcbc6c748c5dc63b0f9ba3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 18 17:10:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 18 17:10:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13df43d0

net-im/kadu: Add virtualx for tests

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

 net-im/kadu/kadu-4.3-r2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-im/kadu/kadu-4.3-r2.ebuild b/net-im/kadu/kadu-4.3-r2.ebuild
index c6c749dc4d3..7c7b4b2617f 100644
--- a/net-im/kadu/kadu-4.3-r2.ebuild
+++ b/net-im/kadu/kadu-4.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit cmake-utils flag-o-matic gnome2-utils
+inherit cmake-utils flag-o-matic gnome2-utils virtualx
 
 MY_P="${P/_/-}"
 
@@ -133,6 +133,10 @@ src_configure() {
cmake-utils_src_configure
 }
 
+src_test() {
+   virtx cmake-utils_src_test
+}
+
 pkg_postinst() {
gnome2_icon_cache_update
 }



[gentoo-commits] repo/user/gerislay:master commit in: sci-geosciences/qmapshack/

2018-07-18 Thread gerion
commit: 82af2b8aa315b8874bec02b61def9282ec4d1509
Author: Gerion Entrup  flump  de>
AuthorDate: Mon Jul 16 16:22:31 2018 +
Commit: gerion  flump  de>
CommitDate: Wed Jul 18 15:37:53 2018 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=82af2b8a

add qmapshack-.ebuild

 sci-geosciences/qmapshack/Manifest  |  2 ++
 sci-geosciences/qmapshack/metadata.xml  | 21 +
 sci-geosciences/qmapshack/qmapshack-.ebuild | 40 +
 3 files changed, 63 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
new file mode 100644
index 000..fd0d934
--- /dev/null
+++ b/sci-geosciences/qmapshack/Manifest
@@ -0,0 +1,2 @@
+EBUILD qmapshack-.ebuild 866 BLAKE2B 
96372d7a38c123e701d878b0a6ccb6ce1cb318945541354290d2d37f3e2100c6d19ed88c912df6e7bb43ec52ad456eefb96a39bcc4cf98afe63ae8324c73e78b
 SHA512 
d782ca19e643e76f37d9ae1cdd7133a1b785ed18c739be5348c28a7eeac156d471c96014554dc3c3729cdbf536eb31734429ab8f222d9979b10fcbdbbaa1ab69
+MISC metadata.xml 772 BLAKE2B 
b1bd146b3ae624d365dd366cef81f3eaf37c8220ddd4eeb1f64916275f6520f3bd2d458a339bdea85d0f13cde14b3038d98c32f6265204e3aa1e22424f9dbfd2
 SHA512 
03cd1cf6d4e0b5a420b4301ffb1077f2dda9e023572dedd1c56ba4574ab4460c125d63bb5c7475b66b023ff15dc0b9c4cfc8479218366c935108e89850ed5d4d

diff --git a/sci-geosciences/qmapshack/metadata.xml 
b/sci-geosciences/qmapshack/metadata.xml
new file mode 100644
index 000..1ba0b96
--- /dev/null
+++ b/sci-geosciences/qmapshack/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+gro...@gentoo.org
+Andrey Grozin
+  
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+  Use QMapShack to plan your next outdoor trip or to visualize and archive
+  all the GPS recordings of your past exciting adventures.
+  QMapShack is the next generation of the famous QLandkarte GT application.
+  And of course it's even better and easier to use.
+
+  
+maproom/qmapshack
+  
+

diff --git a/sci-geosciences/qmapshack/qmapshack-.ebuild 
b/sci-geosciences/qmapshack/qmapshack-.ebuild
new file mode 100644
index 000..6139b14
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils mercurial
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+EHG_REPO_URI="https://bitbucket.org/maproom/qmapshack;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/user/gerislay:master commit in: net-voip/ekiga/files/, net-voip/ekiga/

2018-07-18 Thread gerion
commit: 93711400817da421263be328238416cb984702be
Author: Gerion Entrup  flump  de>
AuthorDate: Wed Jul 18 09:02:14 2018 +
Commit: gerion  flump  de>
CommitDate: Wed Jul 18 15:38:40 2018 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=93711400

drop ekiga. leads to problems with pmaint

 net-voip/ekiga/ChangeLog   | 466 --
 net-voip/ekiga/Manifest|  11 -
 net-voip/ekiga/ekiga-4.0.1-r1.ebuild   | 177 ---
 net-voip/ekiga/files/ekiga-1.99.0-configure.patch  |  25 -
 net-voip/ekiga/files/ekiga-2.0.12-gdu.patch| 111 -
 .../ekiga/files/ekiga-3.2.7-libnotify-0.7.patch|  62 ---
 net-voip/ekiga/files/ekiga-4.0.1-kontact.patch |  14 -
 .../files/ekiga-eggtrayicon-transparency.diff  |  95 
 net-voip/ekiga/files/ekiga-eggtrayicon-update.diff | 535 -
 net-voip/ekiga/files/not-gnome.patch   |  13 -
 net-voip/ekiga/metadata.xml|  15 -
 11 files changed, 1524 deletions(-)

diff --git a/net-voip/ekiga/ChangeLog b/net-voip/ekiga/ChangeLog
deleted file mode 100644
index c2d1fc8..000
--- a/net-voip/ekiga/ChangeLog
+++ /dev/null
@@ -1,466 +0,0 @@
-# ChangeLog for net-voip/ekiga
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.62 2015/01/28 
23:03:46 mgorny Exp $
-
-  14 Jul 2015; Gerion Entrup  ekiga-4.0.1.ebuild:
-  Fix configure with Kontact. 
-
-  28 Jan 2015; Michał Górny  ekiga-4.0.0-r1.ebuild,
-  ekiga-4.0.1.ebuild:
-  Switch to CPU_FLAGS_X86.
-
-  25 Aug 2014; Christopher Reffett <2011creff...@gentoo.org>
-  -ekiga-3.2.7.ebuild:
-  Security cleanup wrt bug 445846
-
-  04 Aug 2014; Raúl Porcel  ekiga-4.0.0-r1.ebuild:
-  sparc stable wrt #445846
-
-  25 Jul 2014; Johannes Huber  ekiga-3.2.7.ebuild,
-  ekiga-4.0.0-r1.ebuild, ekiga-4.0.1.ebuild:
-  EAPI 5.
-
-  04 Jun 2014;  metadata.xml:
-  Dropped myself from maintainer.
-
-  15 May 2014; Ulrich Müller  ekiga-3.2.7.ebuild,
-  ekiga-4.0.0-r1.ebuild, ekiga-4.0.1.ebuild:
-  QA: Fix USE dependency on net-libs/opal, "audio" USE flag was renamed to
-  "sound", bug 357661.
-
-  03 Apr 2014; Tom Wijsman  ekiga-3.2.7.ebuild,
-  ekiga-4.0.0-r1.ebuild:
-  [QA] Drop minor arch stable keyword(s) per 20130917 Council decision, due to
-  minor arch stable keyword drop(s) on {gentoo,linux}-sources.
-
-  15 Dec 2013; Dion Moult  -ekiga-2.0.12.ebuild:
-  <=net-libs/ekiga-2.0.12 removal (pending 11 July 2013), see #290062 and
-  #290063 for reference.
-
-  27 Oct 2013; Pacho Ramos  metadata.xml:
-  Voip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434
-
-*ekiga-4.0.1 (26 Aug 2013)
-
-  26 Aug 2013; Patrick Lauer  +ekiga-4.0.1.ebuild:
-  Bump
-
-  15 Aug 2013; Patrick Lauer  ekiga-2.0.12.ebuild:
-  Fixing src_unpack / src_prepare
-
-  16 Apr 2013; Andreas K. Huettel  ekiga-3.2.7.ebuild:
-  Bump EAPI to 4
-
-  05 Apr 2013; Agostino Sarubbo  ekiga-4.0.0-r1.ebuild:
-  Stable for ppc64, wrt bug #445846
-
-  01 Apr 2013; Agostino Sarubbo  ekiga-4.0.0-r1.ebuild:
-  Stable for alpha, wrt bug #445846
-
-  01 Apr 2013; Agostino Sarubbo  ekiga-4.0.0-r1.ebuild:
-  Stable for ia64, wrt bug #445846
-
-  30 Mar 2013; Agostino Sarubbo  ekiga-4.0.0-r1.ebuild:
-  Stable for ppc, wrt bug #445846
-
-  28 Mar 2013; Agostino Sarubbo  ekiga-4.0.0-r1.ebuild:
-  Stable for x86, wrt bug #445846
-
-  28 Mar 2013; Agostino Sarubbo  ekiga-4.0.0-r1.ebuild:
-  Stable for amd64, wrt bug #445846
-
-  16 Dec 2012; Pacho Ramos  metadata.xml:
-  Cleanup due retirement, #260683
-
-*ekiga-4.0.0-r1 (05 Dec 2012)
-
-  05 Dec 2012; Jesus Rivero  -ekiga-4.0.0.ebuild,
-  +ekiga-4.0.0-r1.ebuild:
-  Revbump. Fixed deps.
-
-*ekiga-4.0.0 (03 Dec 2012)
-
-  03 Dec 2012; Jesus Rivero  -ekiga-3.9.90.ebuild,
-  +ekiga-4.0.0.ebuild:
-  Version bump. Fixes to bugs #444992 #445846 and #442728
-
-  08 Nov 2012; Jesus Rivero  metadata.xml:
-  Added myself as a maintainer
-
-*ekiga-3.9.90 (08 Nov 2012)
-
-  08 Nov 2012; Jesus Rivero  +ekiga-3.9.90.ebuild:
-  Version bump
-
-  24 Oct 2012; Jesus Rivero  ekiga-3.2.7.ebuild:
-  Restricting net-libs/ptlib and net-libs/opal DEPS to avoid selecting the new
-  ones
-
-  30 Sep 2012; Raúl Porcel  ekiga-3.2.7.ebuild:
-  alpha stable wrt #397617
-
-  17 Jun 2012; Raúl Porcel  ekiga-3.2.7.ebuild:
-  ia64/sparc stable wrt #397617
-
-  20 May 2012; Mark Loeser  ekiga-3.2.7.ebuild:
-  Stable for ppc; bug #398847
-
-  03 May 2012; Jeff Horelick  ekiga-2.0.12.ebuild,
-  ekiga-3.2.7.ebuild:
-  dev-util/pkgconfig -> virtual/pkgconfig
-
-  02 May 2012; Gilles Dartiguelongue  ekiga-3.2.7.ebuild:
-  Adapt ebuild to new gnome2 eclass scrollkeeper support, see bug#301311.
-
-  25 Mar 2012; Pacho Ramos  metadata.xml:
-  Set herd as primary maintainer as talked with volkmar.
-
-  18 Mar 2012; Samuli Suominen  ekiga-2.0.12.ebuild:
-  Remove media-sound/esound from dependencies because it's not in 

[gentoo-commits] repo/user/gerislay:master commit in: media-libs/libdcadec/

2018-07-18 Thread gerion
commit: d3c7d8a8b486e95b3068dd0965ea0391537be7ac
Author: Gerion Entrup  flump  de>
AuthorDate: Wed Jul 18 15:56:44 2018 +
Commit: gerion  flump  de>
CommitDate: Wed Jul 18 15:56:44 2018 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=d3c7d8a8

drop libdcadec, already in tree

 media-libs/libdcadec/Manifest  |  1 -
 media-libs/libdcadec/libdcadec-.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/media-libs/libdcadec/Manifest b/media-libs/libdcadec/Manifest
deleted file mode 100644
index 38bc9c5..000
--- a/media-libs/libdcadec/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD libdcadec-.ebuild 625 SHA256 
d7ac4de997dfdf702356f53ff14c1af0ebbda62f4a9992b7280f3795b338ac4c SHA512 
e9a2de5fadeb0261c22c4960cc4fd84a013a356f756cbfbc1dd3c21024b7109a1af59758df17171faaf0d351dfffc7576e61fdf12bbbfbecf059132cd859f273
 WHIRLPOOL 
4e8a788e84fb9fcb243bf371c7a9413b63af492b0f40a6cd7f2eab870ad1353b9c8438f1656fcb7efe0d00332112e8b87e9b302e0acd8024876d77adf1df4d25

diff --git a/media-libs/libdcadec/libdcadec-.ebuild 
b/media-libs/libdcadec/libdcadec-.ebuild
deleted file mode 100644
index 4e93b73..000
--- a/media-libs/libdcadec/libdcadec-.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-EAPI=5
-
-inherit base
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://github.com/foo86/dcadec.git"
-   inherit git-r3
-else
-   EGIT_COMMIT="2a9186e34ce557d3af1a20f5b558d1e6687708b9"
-   SRC_URI="https://github.com/foo86/dcadec/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-fi
-
-DESCRIPTION="Free DTS Coherent Acoustics decoder with support for HD 
extensions"
-HOMEPAGE="https://github.com/foo86/dcadec/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/pkgconfig"
-RDEPEND="${DEPEND}
-   !media-libs/libdca"
-
-src_install() {
-   base_src_install PREFIX="${EPREFIX}/usr"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/

2018-07-18 Thread Andreas Hüttel
commit: 0d915d91aacb836f31a7c92d107e9bbc7eb44a64
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 18 14:45:09 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jul 18 15:04:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d915d91

sys-devel/binutils: Version bump to point release 2.31.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-devel/binutils/Manifest| 2 ++
 .../binutils/{binutils-2.31..ebuild => binutils-2.31.1.ebuild} | 7 +++
 sys-devel/binutils/binutils-2.31..ebuild   | 6 +++---
 sys-devel/binutils/binutils-.ebuild| 7 ---
 4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index 2f09e530523..276c7a8c749 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -12,5 +12,7 @@ DIST binutils-2.30-patches-2.tar.xz 490272 BLAKE2B 
a28a5b5bb8faa33fec269f2c69d6e
 DIST binutils-2.30-patches-3.tar.xz 548804 BLAKE2B 
428a1750233ae3f019e20cb5ed1d8e6fe6455181e8f5961dbfe7b66493d1c42050f889e45c02c1fc1a84d545c9e61f81ad6ffd5afc0b1099a702ccc7637c3abe
 SHA512 
c91e902d1d9fc2e9782df04c93173c3207c771f1c063e2ff12c9336593c954ea3f1b2474a8fc045927d72fe18f7401874059599d100c4a1fd152081f05913d03
 DIST binutils-2.30.tar.xz 20286700 BLAKE2B 
2dd5436a15a601011a1950e6082ec00082f5916fb82ce95ceab424fd8dc19f6daa7ac32a149f222ccdcc603354165cc206fde070eaa44fe2cc5e57486efc7868
 SHA512 
e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839
 DIST binutils-2.31-patches-1.tar.xz 16692 BLAKE2B 
ee9c7b344b12073c881eaf6fa80e8cb3187add720a26b60e7ef7db9dc3eb8e6e2b83cd0afb3115c4846aa914f8957554bd010f67af34dc5ad81e676639cf361e
 SHA512 
4004d52327babd00f946b199f71e9eca840e66c65a287730af80b5a69138fe5f946f33c13400e028088238314c644f00b858049f8923948d2e6144dc779c24c0
+DIST binutils-2.31.1-patches-1.tar.xz 10644 BLAKE2B 
3c2e09713593fc01d78d45ee4e4ac92020d5de781325c8ea98a5193a36a2a0a814f1b6730ae718ad92f92c5876e8e47d0eee7c42d2fce281cc0b37fadb85c42b
 SHA512 
d701e6e2c9d22ca5c7ac4bf08d9206a6648b299b7b04a053aaabc34fa94d7c5fd074a08e3f3af66365069918d9000986c646430bf2adf94213cbf0d55d6e6c51
+DIST binutils-2.31.1.tar.xz 20467996 BLAKE2B 
6b914df1fbb7cf54f2159f71b2c2b09f3f6a569b7a3cb4cf9790d0a3733a7548bc0ea32334a178ed3b56e8b97656ae99c7abaf212601beeaeae9a0884c0f6051
 SHA512 
0fca326feb1d5f5fe505a827b20237fe3ec9c13eaf7ec7e35847fd71184f605ba1cefe1314b1b8f8a29c0aa9d88162849ee1c1a3e70c2f7407d88339b17edb30
 DIST binutils-2.31.tar.xz 20445772 BLAKE2B 
02d9ef7f8ea0d24682716b6890916d507762b4672a3148192afbbc1d6323b3f3970eb630ec9af5e18c60ba1d4579d49d847e571bcd8b1236c24b04c9e3815481
 SHA512 
3448a71c42d790569c1159c1042aa520b2d8ac8af7506fb1f2a4199dfb13b39f1c2271a5cb3a643d10c7d8a388a73f190e90503d4793a016da7893473aa1c635
 DIST binutils--patches-1.tar.xz 10116 BLAKE2B 
1ae970fd13ea1b94f554ed5b3fde4b6bdd90efcfc2488efc2f1465511279027c2e7f2a7371069afadb91bf833680a24e1a5df50d3169c9ee132c933b3c1fdba9
 SHA512 
a5d97d7070b876bf072db2a99a2876c239e03409849b9c93467bd3e70cd97c468110031a09e1c182c05d48004ec3e1651f44a1850b0275a385c3bae598cd98d7

diff --git a/sys-devel/binutils/binutils-2.31..ebuild 
b/sys-devel/binutils/binutils-2.31.1.ebuild
similarity index 98%
copy from sys-devel/binutils/binutils-2.31..ebuild
copy to sys-devel/binutils/binutils-2.31.1.ebuild
index 5a79c08c6b9..46fc4e24954 100644
--- a/sys-devel/binutils/binutils-2.31..ebuild
+++ b/sys-devel/binutils/binutils-2.31.1.ebuild
@@ -20,7 +20,6 @@ IUSE="+cxx doc multitarget +nls static-libs test"
 #  Default: dilfridge :)
 
 PATCH_VER=1
-PATCH_BINUTILS_VER=
 
 case ${PV} in
)
@@ -35,13 +34,13 @@ case ${PV} in
inherit git-r3
S=${WORKDIR}/binutils
EGIT_CHECKOUT_DIR=${S}
-   EGIT_BRANCH=${PV%.}
+   EGIT_BRANCH=$(get_version_component_range 1-2)
EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch"
-   SLOT=${PV%.}
+   SLOT=$(get_version_component_range 1-2)
;;
*)
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
-   SLOT=${PV}
+   SLOT=$(get_version_component_range 1-2)
;;
 esac
 

diff --git a/sys-devel/binutils/binutils-2.31..ebuild 
b/sys-devel/binutils/binutils-2.31..ebuild
index 5a79c08c6b9..b51be8aa269 100644
--- a/sys-devel/binutils/binutils-2.31..ebuild
+++ b/sys-devel/binutils/binutils-2.31..ebuild
@@ -35,13 +35,13 @@ case ${PV} in
inherit git-r3
S=${WORKDIR}/binutils
EGIT_CHECKOUT_DIR=${S}
-   EGIT_BRANCH=${PV%.}
+   EGIT_BRANCH=$(get_version_component_range 1-2)
EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch"
-  

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

2018-07-18 Thread Andreas Hüttel
commit: 6339f4d274170bad8a1748fb113d66a7bf0b70d6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 18 15:03:37 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jul 18 15:04:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339f4d2

sys-libs/binutils-libs: Version bump to point release 2.31.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/binutils-libs/Manifest|   2 +
 sys-libs/binutils-libs/binutils-libs-2.31.1.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index cf7f4f1be09..a4026ff896e 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -10,4 +10,6 @@ DIST binutils-2.30-patches-2.tar.xz 490272 BLAKE2B 
a28a5b5bb8faa33fec269f2c69d6e
 DIST binutils-2.30-patches-3.tar.xz 548804 BLAKE2B 
428a1750233ae3f019e20cb5ed1d8e6fe6455181e8f5961dbfe7b66493d1c42050f889e45c02c1fc1a84d545c9e61f81ad6ffd5afc0b1099a702ccc7637c3abe
 SHA512 
c91e902d1d9fc2e9782df04c93173c3207c771f1c063e2ff12c9336593c954ea3f1b2474a8fc045927d72fe18f7401874059599d100c4a1fd152081f05913d03
 DIST binutils-2.30.tar.xz 20286700 BLAKE2B 
2dd5436a15a601011a1950e6082ec00082f5916fb82ce95ceab424fd8dc19f6daa7ac32a149f222ccdcc603354165cc206fde070eaa44fe2cc5e57486efc7868
 SHA512 
e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839
 DIST binutils-2.31-patches-1.tar.xz 16692 BLAKE2B 
ee9c7b344b12073c881eaf6fa80e8cb3187add720a26b60e7ef7db9dc3eb8e6e2b83cd0afb3115c4846aa914f8957554bd010f67af34dc5ad81e676639cf361e
 SHA512 
4004d52327babd00f946b199f71e9eca840e66c65a287730af80b5a69138fe5f946f33c13400e028088238314c644f00b858049f8923948d2e6144dc779c24c0
+DIST binutils-2.31.1-patches-1.tar.xz 10644 BLAKE2B 
3c2e09713593fc01d78d45ee4e4ac92020d5de781325c8ea98a5193a36a2a0a814f1b6730ae718ad92f92c5876e8e47d0eee7c42d2fce281cc0b37fadb85c42b
 SHA512 
d701e6e2c9d22ca5c7ac4bf08d9206a6648b299b7b04a053aaabc34fa94d7c5fd074a08e3f3af66365069918d9000986c646430bf2adf94213cbf0d55d6e6c51
+DIST binutils-2.31.1.tar.xz 20467996 BLAKE2B 
6b914df1fbb7cf54f2159f71b2c2b09f3f6a569b7a3cb4cf9790d0a3733a7548bc0ea32334a178ed3b56e8b97656ae99c7abaf212601beeaeae9a0884c0f6051
 SHA512 
0fca326feb1d5f5fe505a827b20237fe3ec9c13eaf7ec7e35847fd71184f605ba1cefe1314b1b8f8a29c0aa9d88162849ee1c1a3e70c2f7407d88339b17edb30
 DIST binutils-2.31.tar.xz 20445772 BLAKE2B 
02d9ef7f8ea0d24682716b6890916d507762b4672a3148192afbbc1d6323b3f3970eb630ec9af5e18c60ba1d4579d49d847e571bcd8b1236c24b04c9e3815481
 SHA512 
3448a71c42d790569c1159c1042aa520b2d8ac8af7506fb1f2a4199dfb13b39f1c2271a5cb3a643d10c7d8a388a73f190e90503d4793a016da7893473aa1c635

diff --git a/sys-libs/binutils-libs/binutils-libs-2.31.1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.31.1.ebuild
new file mode 100644
index 000..777a60ae37e
--- /dev/null
+++ b/sys-libs/binutils-libs/binutils-libs-2.31.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PATCH_VER=1
+
+inherit eutils toolchain-funcs multilib-minimal
+
+MY_PN="binutils"
+MY_P="${MY_PN}-${PV}"
+PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+PATCH_DEV=${PATCH_DEV:-dilfridge}
+
+DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for 
external packages"
+HOMEPAGE="https://sourceware.org/binutils/;
+SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
+   
mirror://gentoo/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+# The shared lib SONAMEs use the ${PV} in them.
+SLOT="0/${PV}"
+IUSE="64-bit-bfd multitarget nls static-libs"
+
+COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+DEPEND="${COMMON_DEPEND}
+   >=sys-apps/texinfo-4.7
+   nls? ( sys-devel/gettext )"
+# Need a newer binutils-config that'll reset include/lib symlinks for us.
+RDEPEND="${COMMON_DEPEND}
+   >=sys-devel/binutils-config-5
+   nls? ( !=2.24) make this an explicit option. #497268
+   --enable-install-libiberty
+   --disable-werror
+   --with-bugurl="https://bugs.gentoo.org/;
+   --with-pkgversion="$(pkgversion)"
+   $(use_enable static-libs static)
+   # The binutils eclass enables this flag for all bi-arch builds,
+   # but other tools often don't care about that support.  Put it
+   # beyond a flag if people really want it, but otherwise leave
+   # it disabled as it can slow things down on 32bit arches. 
#438522
+   $(use_enable 64-bit-bfd)
+   # This only disables building in the zlib subdir.
+   # For binutils itself, it'll use the system version. #591516
+   --without-zlib
+   --with-system-zlib
+   # We only care about the libs, so disable programs. #528088
+  

[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/

2018-07-18 Thread Andreas Hüttel
commit: e9c7429f9956177aa1b211ead697c94a5537fa82
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 18 14:49:51 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jul 18 15:04:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c7429f

sys-devel/binutils-hppa64: Version bump to point release 2.31.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-devel/binutils-hppa64/Manifest |   2 +
 .../binutils-hppa64/binutils-hppa64-2.31.1.ebuild  | 393 +
 2 files changed, 395 insertions(+)

diff --git a/sys-devel/binutils-hppa64/Manifest 
b/sys-devel/binutils-hppa64/Manifest
index a25f0b3ad7a..0174afd5183 100644
--- a/sys-devel/binutils-hppa64/Manifest
+++ b/sys-devel/binutils-hppa64/Manifest
@@ -16,4 +16,6 @@ DIST binutils-2.30-patches-2.tar.xz 490272 BLAKE2B 
a28a5b5bb8faa33fec269f2c69d6e
 DIST binutils-2.30-patches-3.tar.xz 548804 BLAKE2B 
428a1750233ae3f019e20cb5ed1d8e6fe6455181e8f5961dbfe7b66493d1c42050f889e45c02c1fc1a84d545c9e61f81ad6ffd5afc0b1099a702ccc7637c3abe
 SHA512 
c91e902d1d9fc2e9782df04c93173c3207c771f1c063e2ff12c9336593c954ea3f1b2474a8fc045927d72fe18f7401874059599d100c4a1fd152081f05913d03
 DIST binutils-2.30.tar.xz 20286700 BLAKE2B 
2dd5436a15a601011a1950e6082ec00082f5916fb82ce95ceab424fd8dc19f6daa7ac32a149f222ccdcc603354165cc206fde070eaa44fe2cc5e57486efc7868
 SHA512 
e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839
 DIST binutils-2.31-patches-1.tar.xz 16692 BLAKE2B 
ee9c7b344b12073c881eaf6fa80e8cb3187add720a26b60e7ef7db9dc3eb8e6e2b83cd0afb3115c4846aa914f8957554bd010f67af34dc5ad81e676639cf361e
 SHA512 
4004d52327babd00f946b199f71e9eca840e66c65a287730af80b5a69138fe5f946f33c13400e028088238314c644f00b858049f8923948d2e6144dc779c24c0
+DIST binutils-2.31.1-patches-1.tar.xz 10644 BLAKE2B 
3c2e09713593fc01d78d45ee4e4ac92020d5de781325c8ea98a5193a36a2a0a814f1b6730ae718ad92f92c5876e8e47d0eee7c42d2fce281cc0b37fadb85c42b
 SHA512 
d701e6e2c9d22ca5c7ac4bf08d9206a6648b299b7b04a053aaabc34fa94d7c5fd074a08e3f3af66365069918d9000986c646430bf2adf94213cbf0d55d6e6c51
+DIST binutils-2.31.1.tar.xz 20467996 BLAKE2B 
6b914df1fbb7cf54f2159f71b2c2b09f3f6a569b7a3cb4cf9790d0a3733a7548bc0ea32334a178ed3b56e8b97656ae99c7abaf212601beeaeae9a0884c0f6051
 SHA512 
0fca326feb1d5f5fe505a827b20237fe3ec9c13eaf7ec7e35847fd71184f605ba1cefe1314b1b8f8a29c0aa9d88162849ee1c1a3e70c2f7407d88339b17edb30
 DIST binutils-2.31.tar.xz 20445772 BLAKE2B 
02d9ef7f8ea0d24682716b6890916d507762b4672a3148192afbbc1d6323b3f3970eb630ec9af5e18c60ba1d4579d49d847e571bcd8b1236c24b04c9e3815481
 SHA512 
3448a71c42d790569c1159c1042aa520b2d8ac8af7506fb1f2a4199dfb13b39f1c2271a5cb3a643d10c7d8a388a73f190e90503d4793a016da7893473aa1c635

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1.ebuild
new file mode 100644
index 000..3abdfc717b0
--- /dev/null
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1.ebuild
@@ -0,0 +1,393 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+export CTARGET=hppa64-${CHOST#*-}
+
+inherit eutils libtool flag-o-matic gnuconfig multilib versionator
+
+DESCRIPTION="Tools necessary to build programs"
+HOMEPAGE="https://sourceware.org/binutils/;
+LICENSE="GPL-3+"
+IUSE="+cxx doc multitarget +nls static-libs test"
+
+# Variables that can be set here:
+# PATCH_VER  - the patchset version
+#  Default: empty, no patching
+# PATCH_BINUTILS_VER - the binutils version in the patchset name
+#- Default: PV
+# PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
+#  for the patchsets
+#  Default: dilfridge :)
+
+PATCH_VER=1
+
+case ${PV} in
+   )
+   BVER="git"
+   EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git;
+   inherit git-r3
+   S=${WORKDIR}/binutils
+   EGIT_CHECKOUT_DIR=${S}
+   ;;
+   *)
+   BVER=${PV}
+   SRC_URI="mirror://gnu/binutils/binutils-${BVER}.tar.xz 
https://sourceware.org/pub/binutils/releases/binutils-${BVER}.tar.xz;
+   ;;
+esac
+SLOT=$(get_version_component_range 1-2)
+#KEYWORDS="-* ~hppa"
+
+#
+# The Gentoo patchset
+#
+PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${BVER}}
+PATCH_DEV=${PATCH_DEV:-dilfridge}
+
+[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
+
+#
+# The cross-compile logic
+#
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
+
+#
+# The dependencies
+#

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

2018-07-18 Thread Manuel Rüger
commit: cd68cdb2b2a14d513d68194ec1fdfd53f15e4c3f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 14:44:03 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 14:45:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd68cdb2

dev-util/clair: Version bump to 2.0.4

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-util/clair/Manifest   |  1 +
 dev-util/clair/clair-2.0.4.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-util/clair/Manifest b/dev-util/clair/Manifest
index 3846915dfb6..724946ce054 100644
--- a/dev-util/clair/Manifest
+++ b/dev-util/clair/Manifest
@@ -1 +1,2 @@
 DIST clair-2.0.3.tar.gz 5194681 BLAKE2B 
b4f809e7699fbf66745c7f528f3f2c249e81541a64c540a8c39b9fa8f5b581d1297abdfe80bdb0ca3aec00010c6c95e8073397df284d2a92a3e95f91049cde80
 SHA512 
bf2d4ab15efc50bce3e828d0510ceb44463a6c1d978a854b3a0586203a7c33bb6e60470eccb6e0a1e23b8ff41955cd0fdda4b77a9a7e042e1e27dd2e0885
+DIST clair-2.0.4.tar.gz 5194393 BLAKE2B 
631ab14acfcf516a5dd65753fe2088dbabf1c7d13a6b079cb09f0c6a3000b346da948d9c6edd16c999753342d67b9bb2165a1b38956ee8957b48953d10490430
 SHA512 
fee3b9fe2865c0e352b454767383bf47d67bd14f7d08171197350c20f32bc80eb318db10c9fd4bd9da0024dac97ae287cb8dcc7605c3094f4d567122bfe3f7ed

diff --git a/dev-util/clair/clair-2.0.4.ebuild 
b/dev-util/clair/clair-2.0.4.ebuild
new file mode 100644
index 000..1cb27791309
--- /dev/null
+++ b/dev-util/clair/clair-2.0.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/coreos/clair"
+EGIT_COMMIT="v${PV}"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Vulnerability Static Analysis for Containers"
+HOMEPAGE="https://github.com/coreos/clair;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="app-arch/rpm
+   app-arch/xz-utils
+   dev-vcs/git
+   !!sci-visualization/xd3d" # File collision (Bug #621044)
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_compile() {
+   GOPATH="${S}" go build -o bin/${PN} -v ${EGO_PN}/cmd/${PN}  || die
+}
+
+src_install() {
+   dobin bin/${PN}
+   pushd src/${EGO_PN} || die
+   dodoc {README,ROADMAP,CONTRIBUTING}.md
+   insinto /etc/${PN}
+   doins config.example.yaml
+   popd || die
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: games-util/uglygs/files/

2018-07-18 Thread Jeroen Roovers
commit: 0786458c273fbdd1672b10fddf2b80f3f3e9e645
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 18 14:42:04 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 18 14:43:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0786458c

games-util/uglygs: Clean up patches.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-util/uglygs/files/0_rc11-uglygs.conf.patch | 4 ++--
 games-util/uglygs/files/0_rc11-uglygs.pl.patch   | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-util/uglygs/files/0_rc11-uglygs.conf.patch 
b/games-util/uglygs/files/0_rc11-uglygs.conf.patch
index f85c6a3c319..daf004ad2e2 100644
--- a/games-util/uglygs/files/0_rc11-uglygs.conf.patch
+++ b/games-util/uglygs/files/0_rc11-uglygs.conf.patch
@@ -1,5 +1,5 @@
 a/uglygs.conf.orig 2003-06-30 11:16:57.0 -0400
-+++ b/uglygs.conf  2003-06-30 11:22:50.0 -0400
+--- a/uglygs.conf
 b/uglygs.conf
 @@ -12,22 +12,23 @@
  $runmode = "loop";  # Run mode, 
Run as a loop or as a cron Executable
  

diff --git a/games-util/uglygs/files/0_rc11-uglygs.pl.patch 
b/games-util/uglygs/files/0_rc11-uglygs.pl.patch
index 61758e621a9..9aad3491ec4 100644
--- a/games-util/uglygs/files/0_rc11-uglygs.pl.patch
+++ b/games-util/uglygs/files/0_rc11-uglygs.pl.patch
@@ -1,5 +1,5 @@
 a/uglygs.pl.orig   2003-06-30 11:37:59.0 -0400
-+++ b/uglygs.pl2003-06-30 11:38:30.0 -0400
+--- a/uglygs.pl
 b/uglygs.pl
 @@ -8,7 +8,8 @@
  ##  Contact ugl...@uglypunk.com   
 ##
  
#
@@ -127,5 +127,5 @@
   while($serverline = ){
   my @data = split(/ /,$serverline);
   if ($data[0] eq 

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

2018-07-18 Thread Michał Górny
commit: 632d6c93720d28c706cc2bae153e1c1f121130a3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 14:27:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 14:37:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632d6c93

dev-python/python-bugzilla: Fix license

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

diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild 
b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
index 05c40aa7111..6dfe35cd78c 100644
--- a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="



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

2018-07-18 Thread Michał Górny
commit: 5249956b9c4b5b2922349fc37507775c7ac60c78
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 14:34:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 14:37:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5249956b

dev-python/python-bugzilla: Enable py3.7

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

diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild 
b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
index 31bdc328c60..5fc5e08dc55 100644
--- a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



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

2018-07-18 Thread Michał Górny
commit: 877c739695b3b8fdb1579a6cf3b52df18089aba9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 14:17:53 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 14:37:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877c7396

dev-python/python-magic: Actually run tests

Actually run the tests from the package rather than CPython's own test
suite.

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

 dev-python/python-magic/Manifest   | 2 +-
 dev-python/python-magic/python-magic-0.4.15.ebuild | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/python-magic/Manifest b/dev-python/python-magic/Manifest
index 0c9277f1daa..3c176e1fff4 100644
--- a/dev-python/python-magic/Manifest
+++ b/dev-python/python-magic/Manifest
@@ -1,2 +1,2 @@
 DIST python-magic-0.4.10.tar.gz 3950 BLAKE2B 
f672b95082a68ff8fb2c4b50da0d22316456cda4b72b92d4244fdcd47c43bf599821a9577c76d99bc2a3ae578f4ff05aa76efcfcde684f27a06b90e28d58235e
 SHA512 
8dadfd069bbca574a159dc034fca84fb110a3015ba54fa62c715006b586a5fd10373a5108a4847887bd86c6b7f2c4da90dfb7041cd5e4d51829ac1b94b8e1a03
-DIST python-magic-0.4.15.tar.gz 73194 BLAKE2B 
578056caa69dc617135336d00ac7b2da45f56f48e9cf99e9fe71c4ceb6b8432927c90d1aa84516564b3ead63d501789a22f89ac681950dea0bf9735aef263625
 SHA512 
df028669209e02cde06f4db0481d84c316cefc191273ab3c749e88a23c92cb79a703077f601a0cc194fccbbcf62b38de8bab79290827a8505bc06e2f4aa0c2bb
+DIST python-magic-0.4.15.gh.tar.gz 75476 BLAKE2B 
dad4973f69a21d08972e1e29bc92a51bc92f405907cc28f18eb9357029afdf9f1ba68010ce651acd821140d60dc10eb2e04138627fb19d132f185a2831fcea28
 SHA512 
004d6bfde52d58a9d3019ef4ff8c5b18b6a4206bf89820d3a0ae0ed78813f80dfba422aee9685528f88c990526ba65fa2153ac3b95b8863ce6cb3ebe925bd780

diff --git a/dev-python/python-magic/python-magic-0.4.15.ebuild 
b/dev-python/python-magic/python-magic-0.4.15.ebuild
index 272c99c4261..1abf74ba936 100644
--- a/dev-python/python-magic/python-magic-0.4.15.ebuild
+++ b/dev-python/python-magic/python-magic-0.4.15.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Access the libmagic file type identification library"
 HOMEPAGE="https://github.com/ahupp/python-magic;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/ahupp/python-magic/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -20,9 +20,6 @@ RDEPEND="sys-apps/file[-python]"
 DEPEND="${DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 
-# Needs MacOS python module, bug #659102
-RESTRICT="test"
-
 python_test() {
-   esetup.py test
+   "${EPYTHON}" test/test.py -v || die "Tests fail with ${EPYTHON}"
 }



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

2018-07-18 Thread Michał Górny
commit: cbd3db9b23ef1f39314b49d316b9abf0a79c2375
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 14:28:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 14:37:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd3db9b

dev-python/python-bugzilla: Fix handling test failures

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

diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild 
b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
index 8c979d2c596..31bdc328c60 100644
--- a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
@@ -24,5 +24,5 @@ DEPEND="${RDEPEND}
 "
 
 python_test() {
-   "${EPYTHON}" ./setup.py test
+   "${EPYTHON}" ./setup.py test || die "Tests fail with ${EPYTHON}"
 }



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

2018-07-18 Thread Michał Górny
commit: 484185fb1153137859562af70e78a64a4112e5b8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 14:08:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 14:37:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484185fb

sys-apps/file: Enable py3.7

 sys-apps/file/file-5.33-r2.ebuild | 2 +-
 sys-apps/file/file-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/file/file-5.33-r2.ebuild 
b/sys-apps/file/file-5.33-r2.ebuild
index c01383f7205..e67df7bc93a 100644
--- a/sys-apps/file/file-5.33-r2.ebuild
+++ b/sys-apps/file/file-5.33-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1 libtool ltprune toolchain-funcs multilib-minimal

diff --git a/sys-apps/file/file-.ebuild b/sys-apps/file/file-.ebuild
index 72de11bc591..eb7620e857d 100644
--- a/sys-apps/file/file-.ebuild
+++ b/sys-apps/file/file-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1 libtool ltprune toolchain-funcs multilib-minimal



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

2018-07-18 Thread Michał Górny
commit: c695ec6a3d76ead8cf2991a112cc6b637c567ed2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 14:27:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 14:37:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c695ec6a

dev-python/python-bugzilla: Remove unnecessary test deps

 dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild 
b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
index 6dfe35cd78c..8c979d2c596 100644
--- a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild
@@ -21,10 +21,6 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/coverage
-   dev-python/pep8
-   )
 "
 
 python_test() {



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-screenshot/

2018-07-18 Thread Mart Raudsepp
commit: 35b4d72784833ed00d0d09a87093c8d0f9b5ece7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 18 14:29:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 18 14:29:33 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=35b4d727

media-gfx/gnome-screenshot: remove keywords from live version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/gnome-screenshot/gnome-screenshot-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-.ebuild 
b/media-gfx/gnome-screenshot/gnome-screenshot-.ebuild
index 5fd55569..c0d25c19 100644
--- a/media-gfx/gnome-screenshot/gnome-screenshot-.ebuild
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-.ebuild
@@ -15,11 +15,9 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Attic/GnomeUtils;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
-#if [[ ${PV} =  ]]; then
-#  KEYWORDS=""
-#else
+if [[ ${PV} !=  ]]; then
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux"
-#fi
+fi
 
 # libcanberra 0.26-r2 is needed for gtk+:3 fixes
 COMMON_DEPEND="



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

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

app-emulation/containerd: Version bump to 1.1.2

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-1.1.2.ebuild | 55 
 app-emulation/containerd/metadata.xml|  2 +
 3 files changed, 58 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 30ef8cd533f..669fc87de20 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -3,3 +3,4 @@ DIST containerd-1.0.3.tar.gz 3776722 BLAKE2B 
31e9f2e56b23d09341e4cdd546198233517
 DIST containerd-1.0.3_p20180223.tar.gz 5029605 BLAKE2B 
bd3f74ad70c7de9a73397e401e49459d1724376434265dd51cf09ccd940ecf63dacf0dc7270175d99e473c224ab238c0c29b0e03d41ddf9295ef37b90586
 SHA512 
a4999c1eb16c40178e3ee63f4001d4826d2dc6f353f768fbfdc6b7e0962d0f4431014fdedc712f36aee1e05554fecf1917ac48c1e25818b6c80a423ed7e9
 DIST containerd-1.1.0.tar.gz 5095823 BLAKE2B 
1eca83add164ed79abc58bfe424da9f34b54d247ad147ec0f4ae20154cabefe147fe9b03ce2eab04c88c240f00995eec5b0f24c0e064640738517b81e3e7aa3d
 SHA512 
34e687c6ef270370160465ee9b8fe6b59780543907917b668db7867da67fd47c8465f57ba4268387f776d0f392f8dad533c206d6577bab36480aff4392775d42
 DIST containerd-1.1.1.tar.gz 5123253 BLAKE2B 
e3e14311f4b444531b9b5d22ad7babd3fe9e7f4bf540c98153ebfc7445c34dad9c1268863e90a383bdab8630fc6576d1425e3e6a7f37e25fe6fb392aac389e2f
 SHA512 
429070dbe0b486f8bbf5411c037e020f50fd008741091d6db1c13a0b526b2b4d0b22bb458401dd2ed142dc34e9bdcbd1ea30eabba39f11a50c294b94ce9867bd
+DIST containerd-1.1.2.tar.gz 5124208 BLAKE2B 
d989519d6bef4e12d1fa04aa00bfee223e94676a90525304d4357f4caf46326b4d2b897b885e9e137fe01ce66b93bc92fb7da7bd2b5dd5019edda5bb0bbc6d0a
 SHA512 
fe4121a43e72a354cd87577b5227f2c2e0d54674244001e6fdb695da78873b3fd3f46b6bda6bbd0c8793b33f50e0d725cb356bb75b789a273c862bbe7d4f719c

diff --git a/app-emulation/containerd/containerd-1.1.2.ebuild 
b/app-emulation/containerd/containerd-1.1.2.ebuild
new file mode 100644
index 000..2aebd40c413
--- /dev/null
+++ b/app-emulation/containerd/containerd-1.1.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/containerd/${PN}"
+
+inherit toolchain-funcs
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_rc/-rc.}"
+   EGIT_COMMIT="v${MY_PV}"
+   CONTAINERD_COMMIT="468a545b9edcd5932818eb9de8e72413e616e86e"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.tools;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor +btrfs +cri hardened +seccomp"
+
+DEPEND="btrfs? ( sys-fs/btrfs-progs )
+   seccomp? ( sys-libs/libseccomp )"
+RDEPEND="|| ( >=app-emulation/docker-runc-1.0.0_rc4
+   >=app-emulation/runc-1.0.0_rc4 )
+   seccomp? ( sys-libs/libseccomp )"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   if [[ ${PV} != ** ]]; then
+   sed -i -e "s/git describe --match.*$/echo ${PV})/"\
+   -e "s/git rev-parse HEAD.*$/echo $CONTAINERD_COMMIT)/"\
+   -e "s/-s -w//" \
+   Makefile || die
+   fi
+}
+
+src_compile() {
+   local options=( $(usex btrfs "" "no_btrfs") $(usex cri "" "no_cri") 
$(usex seccomp "seccomp" "") $(usex apparmor "apparmor" "") )
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') emake 
BUILDTAGS="${options[@]}"
+}
+
+src_install() {
+   dobin bin/containerd{-shim,-stress,} bin/ctr
+}

diff --git a/app-emulation/containerd/metadata.xml 
b/app-emulation/containerd/metadata.xml
index 7cc46305346..a28d7bea81a 100644
--- a/app-emulation/containerd/metadata.xml
+++ b/app-emulation/containerd/metadata.xml
@@ -21,7 +21,9 @@
William Hubbs


+   Support for AppArmor
Support for BTRFS snapshot driver
+   Support for Kubernetes CRI


docker/containerd



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-07-18 Thread Michał Górny
commit: 8c2974c140ff258a21a1f4eb78194fc72ae91ff9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 13:55:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 13:59:22 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=8c2974c1

create-dev-keyrings: Do not dispose GNUPGHOME

Instead of disposing GNUPGHOME and fetching fresh, just keep updating
the current keyring.  Since we export only part of it, stale keys
should not cause any trouble.

 create-dev-keyrings.bash | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 4e66655..7afed08 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -49,9 +49,6 @@ COMMITTING_DEVS=( $(grab_ldap_fingerprints "${COMMIT_RULE}") )
 NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints "${NONCOMMIT_RULE}") )
 #RETIRED_DEVS=( $(grab_ldap_fingerprints "${RETIRED_RULE}") )
 
-export GNUPGHOME=$(mktemp -d)
-trap 'rm -rf "${GNUPGHOME}"' EXIT
-
 grab_keys "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}"
 gpg --export "${COMMITTING_DEVS[@]}" > "${OUTPUT_DIR}"/committing-devs.gpg
 gpg --export "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" > 
"${OUTPUT_DIR}"/active-devs.gpg



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-07-18 Thread Michał Górny
commit: 0ae03c7004b64ffc0592625baec4ac263f1778ad
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 13:57:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 13:59:22 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=0ae03c70

create-dev-keyrings: Add timeout for gpg call

 create-dev-keyrings.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index 7afed08..9190004 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -21,7 +21,7 @@ grab_keys() {
local remaining=( "${@}" )
 
while :; do
-   gpg -q --recv-keys "${remaining[@]}" || :
+   timeout 5m gpg -q --recv-keys "${remaining[@]}" || :
missing=()
for key in "${remaining[@]}"; do
gpg --list-public "${key}" &>/dev/null || missing+=( 
"${key}" )



[gentoo-commits] proj/qa-scripts:master commit in: /

2018-07-18 Thread Michał Górny
commit: fabe5d056d65ea6b2e6b79b61c1aa512d71066dd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 13:55:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 13:59:21 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=fabe5d05

create-dev-keyrings: Use a single 'gpg --recv-keys' call

 create-dev-keyrings.bash | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index ea31587..4e66655 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -52,10 +52,9 @@ NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints 
"${NONCOMMIT_RULE}") )
 export GNUPGHOME=$(mktemp -d)
 trap 'rm -rf "${GNUPGHOME}"' EXIT
 
-grab_keys "${COMMITTING_DEVS[@]}"
-gpg --export > "${OUTPUT_DIR}"/committing-devs.gpg
-grab_keys "${NONCOMMITTING_DEVS[@]}"
-gpg --export > "${OUTPUT_DIR}"/active-devs.gpg
+grab_keys "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}"
+gpg --export "${COMMITTING_DEVS[@]}" > "${OUTPUT_DIR}"/committing-devs.gpg
+gpg --export "${COMMITTING_DEVS[@]}" "${NONCOMMITTING_DEVS[@]}" > 
"${OUTPUT_DIR}"/active-devs.gpg
 # -- not all are on keyservers
 #grab_keys "${RETIRED_DEVS[@]}"
 #gpg --export > "${OUTPUT_DIR}"/all-devs.gpg



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

2018-07-18 Thread Michał Górny
commit: 165f74d1e6762968cbedc0385cedb6ab75591f57
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 12:52:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 12:54:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165f74d1

dev-python/PyGithub: Disable a test requiring network access

 dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index e44864c83d7..eadab26e792 100644
--- a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
@@ -25,6 +25,13 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
 
+python_prepare_all() {
+   # tests requiring network access
+   sed -i -e 's:testDecodeJson:_&:' github/tests/Issue142.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
esetup.py test
 }



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

2018-07-18 Thread Michał Górny
commit: 5228ac9c7306784766466e5866e8e3426233db42
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 12:52:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 12:54:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5228ac9c

dev-python/PyGithub: Enable py3.7

 dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild 
b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
index eadab26e792..2d9c8b0680a 100644
--- a/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.40_alpha4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1
 



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

2018-07-18 Thread Michał Górny
commit: cf0c6e92fe7172d068571ebdea15d53aeb7b98e7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 12:23:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 12:54:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0c6e92

dev-python/pyjwt: Enable py3.7

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

diff --git a/dev-python/pyjwt/pyjwt-1.5.3.ebuild 
b/dev-python/pyjwt/pyjwt-1.5.3.ebuild
index 652713206d1..4f508b7efe4 100644
--- a/dev-python/pyjwt/pyjwt-1.5.3.ebuild
+++ b/dev-python/pyjwt/pyjwt-1.5.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy )
 
 inherit distutils-r1 eutils
 



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

2018-07-18 Thread Michał Górny
commit: c1da8c001b38a31a93eb41ac70d2fb85940c628f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 18 12:23:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 18 12:54:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1da8c00

dev-python/pyjwt: Remove unnecessary test-deps

 dev-python/pyjwt/pyjwt-1.5.3.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyjwt/pyjwt-1.5.3.ebuild 
b/dev-python/pyjwt/pyjwt-1.5.3.ebuild
index ae1f2157dea..652713206d1 100644
--- a/dev-python/pyjwt/pyjwt-1.5.3.ebuild
+++ b/dev-python/pyjwt/pyjwt-1.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,8 +24,6 @@ DEPEND="
test? (
>=dev-python/cryptography-1.4.0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
 
 S="${WORKDIR}"/${MY_PN}-${PV}
@@ -34,11 +32,14 @@ python_prepare_all() {
find . -name '__pycache__' -prune -exec rm -rf {} \; || die "Cleaning 
__pycache__ failed"
find . -name '*.pyc' -exec rm -f {} \; || die "Cleaing *.pyc failed"
 
+   # enables coverage, we don't need that
+   rm setup.cfg || die
+
distutils-r1_python_prepare_all
 }
 
 python_test() {
-   esetup.py test
+   pytest -vv || die "Tests fail with ${EPYTHON}"
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: games-strategy/tornado/

2018-07-18 Thread Jeroen Roovers
commit: dee60bc4c0cdd8ee51c19c67c8914982aed305d6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 18 12:16:59 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 18 12:30:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee60bc4

games-strategy/tornado: Simplify.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-strategy/tornado/tornado-1.4-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-strategy/tornado/tornado-1.4-r1.ebuild 
b/games-strategy/tornado/tornado-1.4-r1.ebuild
index 881a6f3ce85..86e269adbcf 100644
--- a/games-strategy/tornado/tornado-1.4-r1.ebuild
+++ b/games-strategy/tornado/tornado-1.4-r1.ebuild
@@ -16,9 +16,7 @@ PATCHES=(
"${FILESDIR}"/${PF}-gentoo.patch
 )
 
-src_prepare() {
-   default
-
+src_configure() {
tc-export CC PKG_CONFIG
 }
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/tornado/files/, games-strategy/tornado/

2018-07-18 Thread Jeroen Roovers
commit: 96c6c7a3faef6bdf2bc1bd6bc893dfb1d03fbc93
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 18 12:30:00 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 18 12:30:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c6c7a3

games-strategy/tornado: Add USE=nls.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 ...rnado-1.4-r1-gentoo.patch => tornado-1.4-r2-gentoo.patch} |  0
 .../tornado/{tornado-1.4-r1.ebuild => tornado-1.4-r2.ebuild} | 12 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/games-strategy/tornado/files/tornado-1.4-r1-gentoo.patch 
b/games-strategy/tornado/files/tornado-1.4-r2-gentoo.patch
similarity index 100%
rename from games-strategy/tornado/files/tornado-1.4-r1-gentoo.patch
rename to games-strategy/tornado/files/tornado-1.4-r2-gentoo.patch

diff --git a/games-strategy/tornado/tornado-1.4-r1.ebuild 
b/games-strategy/tornado/tornado-1.4-r2.ebuild
similarity index 73%
rename from games-strategy/tornado/tornado-1.4-r1.ebuild
rename to games-strategy/tornado/tornado-1.4-r2.ebuild
index 1cdb04da4b1..c2a5f7c2f76 100644
--- a/games-strategy/tornado/tornado-1.4-r1.ebuild
+++ b/games-strategy/tornado/tornado-1.4-r2.ebuild
@@ -11,13 +11,14 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="nls"
 
 DEPEND="
-   sys-devel/gettext
+   nls? ( sys-devel/gettext )
 "
 
 RDEPEND="
-   virtual/libintl
+   nls? ( virtual/libintl )
 "
 
 PATCHES=(
@@ -25,6 +26,13 @@ PATCHES=(
 )
 
 src_configure() {
+   if ! use nls; then
+   sed -i \
+   -e '/^all:/s|locales||g' \
+   -e '/^install:/s|install-locale-data||g' \
+   Makefile || die
+   fi
+
tc-export CC PKG_CONFIG
 }
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/tornado/

2018-07-18 Thread Jeroen Roovers
commit: 8878482f6f2039bf81ae8fbfe385b84300733c95
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 18 12:20:05 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 18 12:30:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8878482f

games-strategy/tornado: Add missing dependencies.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-strategy/tornado/tornado-1.4-r1.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/games-strategy/tornado/tornado-1.4-r1.ebuild 
b/games-strategy/tornado/tornado-1.4-r1.ebuild
index 86e269adbcf..1cdb04da4b1 100644
--- a/games-strategy/tornado/tornado-1.4-r1.ebuild
+++ b/games-strategy/tornado/tornado-1.4-r1.ebuild
@@ -12,6 +12,14 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+DEPEND="
+   sys-devel/gettext
+"
+
+RDEPEND="
+   virtual/libintl
+"
+
 PATCHES=(
"${FILESDIR}"/${PF}-gentoo.patch
 )



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

2018-07-18 Thread Lars Wendler
commit: 429db3d68a6da4a6ef4b07f86ee6df077ddb217d
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 18 12:09:00 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 18 12:09:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429db3d6

sys-apps/fwupd: Added missing dependency on sys-boot/gnu-efi

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

 sys-apps/fwupd/fwupd-1.1.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/fwupd/fwupd-1.1.0-r1.ebuild 
b/sys-apps/fwupd/fwupd-1.1.0-r1.ebuild
index f2cb5fbc14e..0b779394a53 100644
--- a/sys-apps/fwupd/fwupd-1.1.0-r1.ebuild
+++ b/sys-apps/fwupd/fwupd-1.1.0-r1.ebuild
@@ -57,6 +57,7 @@ RDEPEND="
uefi? (
media-libs/fontconfig
media-libs/freetype
+   sys-boot/gnu-efi
>=sys-libs/efivar-33
x11-libs/cairo
)



[gentoo-commits] repo/gentoo:master commit in: games-strategy/tornado/, games-strategy/tornado/files/

2018-07-18 Thread Jeroen Roovers
commit: f57e7ef95fa3e7fe13b318951d7f8fa012ae8671
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 18 11:53:33 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 18 11:54:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57e7ef9

games-strategy/tornado: New HOMEPAGE/SRC_URI.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-strategy/tornado/Manifest|   2 +-
 .../tornado/files/tornado-1.4-r1-gentoo.patch  | 388 +
 games-strategy/tornado/tornado-1.4-r1.ebuild   |  28 ++
 3 files changed, 417 insertions(+), 1 deletion(-)

diff --git a/games-strategy/tornado/Manifest b/games-strategy/tornado/Manifest
index cdaa97c94bf..358dc9b92bc 100644
--- a/games-strategy/tornado/Manifest
+++ b/games-strategy/tornado/Manifest
@@ -1 +1 @@
-DIST tornado-1.4.tar.gz 54591 BLAKE2B 
6a734730e987c6e0516f08e6b3a594b46285e86f3e9b967bd6ff575dc3a55c053b9e4bb7795b51914eebed87979e2a1a290a0273f68a045630b6255cc9714794
 SHA512 
764c18b228a24cdcaf1456af79d1bdb997f200c09bc33d8f54df28f1f995db1b1a3a328550c5561bc8ebd38d4187f472aa1c892d91889e613b9ff42b86bee322
+DIST tornado-1.4.tar.gz 56341 BLAKE2B 
81b99ab6484c5267c90792cfefb9dad638d8057224e4eb755dde85638e17bfb5cc17fe64bf84b0d631905493e8e1e276f0842b4f9bbe2eb40e740931a8f422a8
 SHA512 
32a9e078c0d0498befff78f5cafaa1e45ee2ad45d661f7d89e9038f8ca44c34b27ca846e3e4d68a15f203da20b5f6aeb41826c00159d66d9640f3b2bdd6b6e12

diff --git a/games-strategy/tornado/files/tornado-1.4-r1-gentoo.patch 
b/games-strategy/tornado/files/tornado-1.4-r1-gentoo.patch
new file mode 100644
index 000..72951781f3e
--- /dev/null
+++ b/games-strategy/tornado/files/tornado-1.4-r1-gentoo.patch
@@ -0,0 +1,388 @@
+--- a/doc/man/de/Makefile
 b/doc/man/de/Makefile
+@@ -9,10 +9,10 @@
+ 
+ install-man: tornado.6
+   @echo "Installing german manpage ..."
+-  if [ ! -d "$(PREFIX)/man/de/man6" ]; then \
+-mkdir -p $(PREFIX)/man/de/man6; \
++  if [ ! -d "$(DESTDIR)/$(PREFIX)/share/man/de/man6" ]; then \
++mkdir -p $(DESTDIR)/$(PREFIX)/share/man/de/man6; \
+   fi
+-  install -m 0644 tornado.6 $(PREFIX)/man/de/man6
++  install -m 0644 tornado.6 $(DESTDIR)/$(PREFIX)/share/man/de/man6
+ 
+ clean:
+   rm -f tornado.6
+--- a/doc/man/fr/Makefile
 b/doc/man/fr/Makefile
+@@ -9,10 +9,10 @@
+ 
+ install-man: tornado.6
+   @echo "Installing French manpage ..."
+-  if [ ! -d "$(PREFIX)/man/fr/man6" ]; then \
+-mkdir -p $(PREFIX)/man/fr/man6; \
++  if [ ! -d "$(DESTDIR)/$(PREFIX)/share/man/fr/man6" ]; then \
++mkdir -p $(DESTDIR)/$(PREFIX)/share/man/fr/man6; \
+   fi
+-  install -m 0644 tornado.6 $(PREFIX)/man/fr/man6
++  install -m 0644 tornado.6 $(DESTDIR)/$(PREFIX)/share/man/fr/man6
+ 
+ clean:
+   rm -f tornado.6
+--- a/doc/man/it/Makefile
 b/doc/man/it/Makefile
+@@ -9,10 +9,10 @@
+ 
+ install-man: tornado.6
+   @echo "Installing Italian manpage ..."
+-  if [ ! -d "$(PREFIX)/man/it/man6" ]; then \
+-mkdir -p $(PREFIX)/man/it/man6; \
++  if [ ! -d "$(DESTDIR)/$(PREFIX)/share/man/it/man6" ]; then \
++mkdir -p $(DESTDIR)/$(PREFIX)/share/man/it/man6; \
+   fi
+-  install -m 0644 tornado.6 $(PREFIX)/man/it/man6
++  install -m 0644 tornado.6 $(DESTDIR)/$(PREFIX)/share/man/it/man6
+ 
+ clean:
+   rm -f tornado.6
+--- a/doc/man/Makefile
 b/doc/man/Makefile
+@@ -15,10 +15,10 @@
+ 
+ install-man: tornado.6
+   @echo "Installing manpage ..."
+-  if [ ! -d "$(PREFIX)/man/man6" ]; then \
+-mkdir -p $(PREFIX)/man/man6; \
++  if [ ! -d "$(DESTDIR)/$(PREFIX)/share/man/man6" ]; then \
++mkdir -p $(DESTDIR)/$(PREFIX)/share/man/man6; \
+   fi
+-  install -m 0644 tornado.6 $(PREFIX)/man/man6
++  install -m 0644 tornado.6 $(DESTDIR)/$(PREFIX)/share/man/man6
+   $(MAKE) -C de install-man
+   $(MAKE) -C fr install-man
+   $(MAKE) -C it install-man
+--- a/doc/man/nl/Makefile
 b/doc/man/nl/Makefile
+@@ -9,10 +9,10 @@
+ 
+ install-man: tornado.6
+   @echo "Installing Dutch manpage ..."
+-  if [ ! -d "$(PREFIX)/man/nl/man6" ]; then \
+-mkdir -p $(PREFIX)/man/nl/man6; \
++  if [ ! -d "$(DESTDIR)/$(PREFIX)/share/man/nl/man6" ]; then \
++mkdir -p $(DESTDIR)/$(PREFIX)/share/man/nl/man6; \
+   fi
+-  install -m 0644 tornado.6 $(PREFIX)/man/nl/man6
++  install -m 0644 tornado.6 $(DESTDIR)/$(PREFIX)/share/man/nl/man6
+ 
+ clean:
+   rm -f tornado.6
+--- a/doc/man/no/Makefile
 b/doc/man/no/Makefile
+@@ -9,10 +9,10 @@
+ 
+ install-man: tornado.6
+   @echo "Installing Norwegian manpage ..."
+-  if [ ! -d "$(PREFIX)/man/no/man6" ]; then \
+-mkdir -p $(PREFIX)/man/no/man6; \
++  if [ ! -d "$(DESTDIR)/$(PREFIX)/share/man/no/man6" ]; then \
++mkdir -p $(DESTDIR)/$(PREFIX)/share/man/no/man6; \
+   fi
+-  install -m 0644 tornado.6 $(PREFIX)/man/no/man6
++  install -m 0644 

[gentoo-commits] repo/gentoo:master commit in: games-strategy/tornado/files/, games-strategy/tornado/

2018-07-18 Thread Jeroen Roovers
commit: 3dab339ab625b1ca0aa2f11a02dc36607e028ed1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul 18 11:54:21 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul 18 11:54:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dab339a

games-strategy/tornado: Old.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../tornado/files/tornado-1.4-gentoo.patch | 26 ---
 games-strategy/tornado/tornado-1.4.ebuild  | 37 --
 2 files changed, 63 deletions(-)

diff --git a/games-strategy/tornado/files/tornado-1.4-gentoo.patch 
b/games-strategy/tornado/files/tornado-1.4-gentoo.patch
deleted file mode 100644
index fb896684115..000
--- a/games-strategy/tornado/files/tornado-1.4-gentoo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 Makefile.old2009-02-12 12:42:25.0 +0100
-+++ Makefile2009-02-12 12:44:52.0 +0100
-@@ -1,10 +1,9 @@
--CC = gcc
- MAKE = make
--LDFLAGS = -lncurses
-+LDLIBS = -lncurses
- OBJFILES = main.o draw.o erwin.o network.o scores.o
--PREFIX = /usr/local
--LOCALEPATH = /usr/local/share/locale
--CFLAGS = -Wall -O2 -DPREFIX="\"$(PREFIX)\"" -DLOCALEPATH="\"$(LOCALEPATH)\""
-+PREFIX = /usr
-+LOCALEPATH = /usr/share/locale
-+CFLAGS += -DPREFIX="\"$(PREFIX)\"" -DLOCALEPATH="\"$(LOCALEPATH)\""
- VERSION = `grep " VERSION" version.h | sed s/\"//g | sed s/\#define\ VERSION\ 
//`
- LOCALES = de
- MAN = doc/man
-@@ -25,7 +24,7 @@
- $(MAKE) -C $(MAN) all
- 
- tornado: $(OBJFILES)
--  $(CC) $(LDFLAGS) $(OBJFILES) -o tornado
-+  $(CC) $(LDFLAGS) $(OBJFILES) $(LDLIBS) -o tornado
- 
- debug: tornado.6 locales
-   gcc -g -ggdb -Wall -ansi -pedantic -o tornado draw.c main.c erwin.c 
network.c scores.c -lncurses -DPREFIX="\"$(PREFIX)\"" 
-DLOCALEPATH="\"$(LOCALEPATH)\""

diff --git a/games-strategy/tornado/tornado-1.4.ebuild 
b/games-strategy/tornado/tornado-1.4.ebuild
deleted file mode 100644
index 0c6638176e9..000
--- a/games-strategy/tornado/tornado-1.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Clone of a C64 game -  destroy the opponent's house"
-HOMEPAGE="http://kiza.kcore.de/software/tornado/;
-SRC_URI="http://kiza.kcore.de/software/tornado/download/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-src_prepare() {
-   sed -i \
-   -e "s:PREFIX/bin:${GAMES_BINDIR}:" \
-   -e "s:PREFIX/man:/usr/man:" \
-   -e "s:/var/games:${GAMES_STATEDIR}:" \
-   -e "s:/usr/local:/usr:" \
-   doc/man/tornado.6.in \
-   || die "sed failed"
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
-   dogamesbin tornado
-   doman doc/man/tornado.6
-   dodoc AUTHOR CREDITS Changelog README TODO
-   insinto "${GAMES_STATEDIR}"
-   doins tornado.scores
-   prepgamesdirs
-   fperms 664 "${GAMES_STATEDIR}/tornado.scores"
-}



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

2018-07-18 Thread Mike Pagano
commit: b6bd9ef1b3095560953da4481c0e77dbb8cfcc79
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 18 11:47:41 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 18 11:47:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bd9ef1

sys-kernel/gentoo-sources: Linux patch 4.17.8

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f848a858ff6..67e57e371c8 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -64,6 +64,9 @@ DIST genpatches-4.17-7.extras.tar.xz 17480 BLAKE2B 
ba9706cc7fd251ce586062354be3a
 DIST genpatches-4.17-8.base.tar.xz 170084 BLAKE2B 
dc747c215803b06da66f94956589daed3d0767f7dfb3f4e10d4e1ebae5f714a5fb3e8d6b0b2e69fb349e15c859cf19c821dfa57438bbe0b0c308fa97c973bb8d
 SHA512 
96b088f7e8afbf9a6e1d6dafd49e4cc6b4079e36a16ce7e819c653e4852aaec7e7834806fd520edf84a6a92f9c19934b8c322d743df4de6a8e7a9075a3c18aa1
 DIST genpatches-4.17-8.experimental.tar.xz 5220 BLAKE2B 
2003d75504ae365714815a04947ac28aece44da7ec82772871b73fe15556015ffaadff44544cd5bff7379232df88d28dc545d808434a4430046a69a81a7b9ee0
 SHA512 
b527c3085e6bdf7fb9f6a4c44cf6a2810f1182f43ad533db9b8666e72a47a58b74d760985753cbbfec22337ec630cbb73d8262be0689d3eb78c4daba62bdcaa8
 DIST genpatches-4.17-8.extras.tar.xz 17488 BLAKE2B 
8965450e31b593640355e758334bdcb84cf57bcb5313261e734f31ac72a082c97e5f27e723f36383063bfad4842162bf86c8c382bbcd33e4282e15dec8f871b8
 SHA512 
2452bf5d442ec542a048402a48744e299275e5a42067e0ae007ed0d3934792b5698c05c485361ee890b66cefe2b4f7c4b9f84e9cc24820271f8592fa6b17e852
+DIST genpatches-4.17-9.base.tar.xz 170416 BLAKE2B 
4d8316d2b81dc5b08e5517fc36df7c782e88f725e48472adbdb11246a51b26cebbec0ce5a383b9dc244060ec92213883938585b6d1ecd1116a6e674a6dfee0a8
 SHA512 
55aaec70d1be0a0e56aa0b6ab505a554fd2271e4bf1e21a7db640c89286be945001e773110dd0255760dff9301fc407204cb0f7d0e35841934ee088ef8b873a1
+DIST genpatches-4.17-9.experimental.tar.xz 5220 BLAKE2B 
7b133e03a35f7f0ffa58b9a7a2e7465bbb186b4cde1f9d1ce57f0792edded4462ef69b1ce19fac97ac6fe5abf8ac1f14b5cf516eac2649e540bddd107358bafa
 SHA512 
b6dfb48d6140bfa252d06e9b8ca4510e9c77c76ff61e1bce6f26a28e115306ab17525d6838f84bb804056f41c95a73cfc4dd536f7101176635be65ad3bf781bb
+DIST genpatches-4.17-9.extras.tar.xz 17500 BLAKE2B 
6d3fe7e54d1acb6072d627d2d7e2de5884d7512b4b02c9d2d7c5d2588d5c2d8147a2c22d62ee3f10dc574ed2ad87b81c1cd5bc3e9b635454f137858830a338fd
 SHA512 
dd64f073f0dc99218b48a90fcbc4997ac3140672fdeb332341ab6d4bccbebfd2060c91e9f0197f9537a313c698deb106bb57a5d8334fd72e37c40767257e3b2c
 DIST genpatches-4.4-115.base.tar.xz 1692684 BLAKE2B 
8595bbb40d0f0172e5b6f5266d89b3aa67fad3889375c3925a39e01f9dd03e86f934d8d3c0bd93bab58ceee274277aaac4051d09f2edf665c106f2c0e29d
 SHA512 
43dac11a37c6cbef7a4070336bda44beb2d5a9a649188d188e37c4654ce94a71244a7e87652368da5a0f88dc53ad5c8d6194ad614c4033d08295debab0c90eca
 DIST genpatches-4.4-115.experimental.tar.xz 87744 BLAKE2B 
dc8a9f9ae6e6789e7c072e5c6dfa0e875765d77ffb746060f65cd708124f81f8a269a54ec6bd6f9bd159d0cd5d0d9dabd6ad9489ff5453e01c264b0f34153300
 SHA512 
e82343f1d4220ecab61503c7cefae9d5d9cd605187f4861eac21f330c39af77e90950badf1896a8fefee57133496f706e2b1905eee1d8c6cf945e77ed3b36094
 DIST genpatches-4.4-115.extras.tar.xz 16456 BLAKE2B 
3c854f5619d349eb7b20b8f92787564019769884c28cf8bd3191686e3fc8f5c764ebc3a3c99d3ea7290aab316b8a0a0728a4f679196b80b524943c503fef6705
 SHA512 
84d76421f1e3d3041ab18a2a6a019b571c1a6f27d2fc880da64ae11398c43e5eab79c538940df82aa02d697983a97145197b127613bb7f4765a26813cc36eacf

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



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2018-07-18 Thread Manuel Rüger
commit: 92f32ec3fc6be0267b29836e2929ecb96e3f9017
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:29:40 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:29:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f32ec3

sys-cluster/kube-controller-manager: Version bump to 1.11.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-controller-manager/Manifest   |  1 +
 .../kube-controller-manager-1.11.1.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index 822bbb0d40c..fe1e823c91e 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
 DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
+DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.11.1.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.11.1.ebuild
new file mode 100644
index 000..3a0b835d099
--- /dev/null
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.11.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Controller Manager"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2018-07-18 Thread Manuel Rüger
commit: 83d07bd2b573c3c48afb1075092389d3119aed8d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:29:53 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:29:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d07bd2

sys-cluster/kube-controller-manager: Remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-controller-manager/Manifest   |  1 -
 .../kube-controller-manager-1.11.0.ebuild  | 47 --
 2 files changed, 48 deletions(-)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index fe1e823c91e..cb24597f6fc 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
-DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
 DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.11.0.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.11.0.ebuild
deleted file mode 100644
index 3a0b835d099..000
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.11.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/kubernetes"
-ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Kubernetes Controller Manager"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="dev-go/go-bindata"
-
-RESTRICT="test"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
-   default
-   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
-   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
-}
-
-src_compile() {
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   dobin _output/bin/${PN}
-   popd || die
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2018-07-18 Thread Manuel Rüger
commit: 0a89a84aa175e04e333518146d221829159b9d95
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:31:51 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:31:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a89a84a

sys-cluster/kubelet: Version bump to 1.11.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kubelet/Manifest  |  1 +
 sys-cluster/kubelet/kubelet-1.11.1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index 822bbb0d40c..fe1e823c91e 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
 DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
+DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kubelet/kubelet-1.11.1.ebuild 
b/sys-cluster/kubelet/kubelet-1.11.1.ebuild
new file mode 100644
index 000..e1a41e8ec6b
--- /dev/null
+++ b/sys-cluster/kubelet/kubelet-1.11.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Node Agent"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-07-18 Thread Manuel Rüger
commit: debfe41a5850e0ca0fca76284a0f9efff88e8677
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:31:29 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:31:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debfe41a

sys-cluster/kube-scheduler: Remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-scheduler/Manifest|  1 -
 .../kube-scheduler/kube-scheduler-1.11.0.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index fe1e823c91e..cb24597f6fc 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
-DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
 DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.11.0.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.11.0.ebuild
deleted file mode 100644
index 576989d30fd..000
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.11.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/kubernetes"
-ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Kubernetes Scheduler"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="dev-go/go-bindata"
-
-RESTRICT="test"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
-   default
-   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
-   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
-}
-
-src_compile() {
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   dobin _output/bin/${PN}
-   popd || die
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2018-07-18 Thread Manuel Rüger
commit: 1ee865d931a90fd140742afe9b8fccdb6699a95e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:32:54 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:32:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee865d9

sys-cluster/kube-proxy: Remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-proxy/Manifest |  1 -
 sys-cluster/kube-proxy/kube-proxy-1.11.0.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index fe1e823c91e..cb24597f6fc 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
-DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
 DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.11.0.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.11.0.ebuild
deleted file mode 100644
index 882a7f40ebc..000
--- a/sys-cluster/kube-proxy/kube-proxy-1.11.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/kubernetes"
-ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Kubernetes Proxy service"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="dev-go/go-bindata"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
-   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
-}
-
-src_compile() {
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   dobin _output/bin/${PN}
-   popd || die
-   keepdir /var/log/${PN} /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2018-07-18 Thread Manuel Rüger
commit: dc450a95c3fd77360c52108da5d17cf8558a163b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:31:15 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:31:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc450a95

sys-cluster/kube-scheduler: Version bump to 1.11.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-scheduler/Manifest|  1 +
 .../kube-scheduler/kube-scheduler-1.11.1.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index 822bbb0d40c..fe1e823c91e 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
 DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
+DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.11.1.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.11.1.ebuild
new file mode 100644
index 000..576989d30fd
--- /dev/null
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.11.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Scheduler"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-07-18 Thread Manuel Rüger
commit: 97ca0fb5d69f619eb2880579083cc035df150dba
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:32:39 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:32:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ca0fb5

sys-cluster/kube-proxy: Version bump to 1.11.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-proxy/Manifest |  1 +
 sys-cluster/kube-proxy/kube-proxy-1.11.1.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index 822bbb0d40c..fe1e823c91e 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
 DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
+DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.11.1.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.11.1.ebuild
new file mode 100644
index 000..882a7f40ebc
--- /dev/null
+++ b/sys-cluster/kube-proxy/kube-proxy-1.11.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Proxy service"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN} /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-07-18 Thread Manuel Rüger
commit: 1fef007477f667b85971e8bb313ac37a150b3821
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:32:15 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:32:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fef0074

sys-cluster/kubelet: Remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kubelet/Manifest  |  1 -
 sys-cluster/kubelet/kubelet-1.11.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index fe1e823c91e..cb24597f6fc 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
-DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
 DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kubelet/kubelet-1.11.0.ebuild 
b/sys-cluster/kubelet/kubelet-1.11.0.ebuild
deleted file mode 100644
index e1a41e8ec6b..000
--- a/sys-cluster/kubelet/kubelet-1.11.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/kubernetes"
-ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Kubernetes Node Agent"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-DEPEND="dev-go/go-bindata"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
-   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
-}
-
-src_compile() {
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   dobin _output/bin/${PN}
-   popd || die
-   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2018-07-18 Thread Manuel Rüger
commit: 4a7e3179aa1f530dc3a12071458a81aa5d696fef
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:28:02 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:28:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7e3179

sys-cluster/kube-apiserver: Version bump to 1.11.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-apiserver/Manifest|  1 +
 .../kube-apiserver/kube-apiserver-1.11.1.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index 822bbb0d40c..fe1e823c91e 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -1,5 +1,6 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
 DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
+DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.11.1.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.11.1.ebuild
new file mode 100644
index 000..2cef7377473
--- /dev/null
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.11.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes API server"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2018-07-18 Thread Manuel Rüger
commit: a86bd98ace8bae870eadf6ca70c4f09296d251e7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 18 11:28:16 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 18 11:28:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86bd98a

sys-cluster/kube-apiserver: Remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-cluster/kube-apiserver/Manifest|  1 -
 .../kube-apiserver/kube-apiserver-1.11.0.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index fe1e823c91e..cb24597f6fc 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.10.4.tar.gz 24773451 BLAKE2B 
8ee589b12a9e594dc5858473f543ef704ba772d48d565bfe3095cf9fb0588cd1ab602f092cc0fdba533cdf6c50c12f18431416640ad55867590940f34ebf5987
 SHA512 
cf1ea11fd721a800a6fdb51ed795f7a225577f1d93661ad98929c00a57ba55f31ac3b3d34e6276da997665734375455668b396289badaaed9825a48f33bdace3
 DIST kubernetes-1.10.5.tar.gz 25046108 BLAKE2B 
4e3d85e872e13a11d7f1fe030d9c6ba62c56b37788c31d6460c7d149c47a59a18a9cbfc791092183977089f4d612b690138faee46383c1b3b7e65adfdd3a0276
 SHA512 
55ac294297385cf6a69a48193c691744b886a5fa5d22b7a3a601d39aacd4cd898edccfcdc186bb1845e257f0f177d330af15d29d1419caab03f863bfa095eddf
-DIST kubernetes-1.11.0.tar.gz 24433264 BLAKE2B 
7a848fcd8c25c45fb34a78f0e253724bbfe24190ed6b3d49447a431e45bacbc726c7f6992db1d1eb976e6b183b811b5b3d5ef7b6d58d68a824b9d5c18b9d99e5
 SHA512 
8152b47e1972f26a239166cea7ccb6449e212b8f51144e85576cfcfea85699a902be39aaa600f9400cd7673c2a169f5f18c9898b297b46df3e6268e4044d025a
 DIST kubernetes-1.11.1.tar.gz 24774820 BLAKE2B 
2b4ffda2258fbdf7f05eeea57f7fad8ca2eb574895d016475ceae35d8506d9c09d5874e689c0f25c806d0b0b957fca166a8930a8fc5aca98cbe3174dfd217653
 SHA512 
4afb54ae389aa414c7e64a7ab60d586c8f3c75afe4da00bcf2221b4b273e164a09548e61c24a0cdaf9d0e52394c3421e6c70f4fbfc80ed62c40ba7816b03afcf
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1
 DIST kubernetes-1.9.9.tar.gz 23588721 BLAKE2B 
0fdf1d934692df14d519b23ca3c5ff4fb887eefd7cc56a7ca51dde384e713f65fd48049a9b3376a7c36e0e32da05c472a704521ce8a66a0987e9e49c26f84b58
 SHA512 
0203fce2646c0221be95b22315f7f62340043542d7213f3020f1012ab016ee47b958d69399b4eaa36bdc219c1c3d3916a7fcff6fbd1975e2a91087bc866b3135

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.11.0.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.11.0.ebuild
deleted file mode 100644
index 2cef7377473..000
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.11.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user golang-build golang-vcs-snapshot
-
-EGO_PN="k8s.io/kubernetes"
-ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Kubernetes API server"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="dev-go/go-bindata"
-
-RESTRICT="test"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
-   default
-   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
-   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
-}
-
-src_compile() {
-   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   dobin _output/bin/${PN}
-   popd || die
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2018-07-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 18 11:27:29 2018 +

New tag: 4.17-9




  1   2   >