[gentoo-commits] repo/dev/tamiko:master commit in: sys-devel/gcc/files/4.1.0/, sys-devel/gcc/files/awk/, sys-devel/gcc/files/, ...

2018-03-19 Thread Matthias Maier
commit: 1b53704928988a0577e03d4e1f9bf73fba626e27
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Mar 20 05:54:44 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Mar 20 05:54:44 2018 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=1b537049

sys-devel/gcc: Remove

 sys-devel/gcc/Manifest |   2 -
 .../gcc/files/4.1.0/gcc-4.1.0-cross-compile.patch  |  40 ---
 .../gcc-4.1.0-fast-math-i386-Os-workaround.patch   |  64 
 sys-devel/gcc/files/awk/fixlafiles.awk | 313 ---
 sys-devel/gcc/files/awk/fixlafiles.awk-no_gcc_la   | 334 -
 sys-devel/gcc/files/c89|  20 --
 sys-devel/gcc/files/c99|  21 --
 sys-devel/gcc/files/fix_libtool_files.sh   |  66 
 sys-devel/gcc/files/gcc-configure-LANG.patch   |  64 
 sys-devel/gcc/files/gcc-configure-texinfo.patch|  16 -
 sys-devel/gcc/files/gcc-spec-env-r1.patch  |  87 --
 sys-devel/gcc/files/gcc-spec-env.patch |  42 ---
 sys-devel/gcc/gcc-7.3.0_rc20180117.ebuild  |  25 --
 sys-devel/gcc/metadata.xml |  36 ---
 14 files changed, 1130 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
deleted file mode 100644
index 49ae305..000
--- a/sys-devel/gcc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ecj-4.5.jar 1470676 SHA256 
98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 SHA512 
d4e1bf7538ace56e3d69fa91da5bbd16c272923b4de0a9d8dee23ea2b75f9f38c603de72fc4061df49285c450b63f3df211cee5270e9fffc5447445d1a9c9e4e
 WHIRLPOOL 
db54206cfd5eba935e707b8d36ebac40f3c4ed3c1f06ede794288cbdd9c7da9d90c0898e8c98b383af276ea4c1b40c861ebd9e1fc1dce712946184321339d3ad
-DIST gcc-7.3.0-RC-20180117.tar.xz 62521764 SHA256 
e276677ae6240c5c463096af5ff27f6b1c5e16f3a2a1c1e7a7aed5808f3f843c SHA512 
ad8b456144df25dc2c6d9787a5edc26f076a0943e546bb2238810ff8693294460b7a3183b0de9e68d87b221c2cf9adcc13d4f964200b00813d908e2884f35ef6
 WHIRLPOOL 
a495bf60e7477cc7fd1595fede6e11da291cafc1e62477ce1f52aaabc5394570f061eab9b8255d19e553898e1a7e4db7ea9578f58e7d226d5442b3de5e191093

diff --git a/sys-devel/gcc/files/4.1.0/gcc-4.1.0-cross-compile.patch 
b/sys-devel/gcc/files/4.1.0/gcc-4.1.0-cross-compile.patch
deleted file mode 100644
index 523caa4..000
--- a/sys-devel/gcc/files/4.1.0/gcc-4.1.0-cross-compile.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Some notes on the 'bootstrap with or without libc headers' debate:
-http://linuxfromscratch.org/pipermail/lfs-dev/2005-July/052409.html
-http://gcc.gnu.org/ml/gcc/2005-07/msg01195.html
-
 gcc/unwind-dw2.c
-+++ gcc/unwind-dw2.c
-@@ -253,9 +253,11 @@
- }
- #endif
- 
-+#ifndef inhibit_libc
- #ifdef MD_UNWIND_SUPPORT
- #include MD_UNWIND_SUPPORT
- #endif
-+#endif
- 
- /* Extract any interesting information from the CIE for the translation
-unit F belongs to.  Return a pointer to the byte after the augmentation,
 gcc/configure
-+++ gcc/configure
-@@ -12857,7 +12857,7 @@ then
-   | powerpc*-*-*,powerpc64*-*-*)
-   CROSS="$CROSS -DNATIVE_CROSS" ;;
-   esac
--elif test "x$TARGET_SYSTEM_ROOT" != x; then
-+elif test "x$TARGET_SYSTEM_ROOT" != x -o $build != $host; then
- SYSTEM_HEADER_DIR=$build_system_header_dir
- fi
- 
 gcc/configure.ac
-+++ gcc/configure.ac
-@@ -1717,7 +1717,7 @@ then
-   | powerpc*-*-*,powerpc64*-*-*)
-   CROSS="$CROSS -DNATIVE_CROSS" ;;
-   esac
--elif test "x$TARGET_SYSTEM_ROOT" != x; then
-+elif test "x$TARGET_SYSTEM_ROOT" != x -o $build != $host; then
- SYSTEM_HEADER_DIR=$build_system_header_dir 
- fi
- 

diff --git 
a/sys-devel/gcc/files/4.1.0/gcc-4.1.0-fast-math-i386-Os-workaround.patch 
b/sys-devel/gcc/files/4.1.0/gcc-4.1.0-fast-math-i386-Os-workaround.patch
deleted file mode 100644
index 6090d66..000
--- a/sys-devel/gcc/files/4.1.0/gcc-4.1.0-fast-math-i386-Os-workaround.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-workaround for lame stack packing on i386 ...
-
-   - build gcc with -Os (crtfastmath.o to be specific)
-   - crtfastmath.o is installed into gcc libdir
-   - run gcc with -ffast-math and get crtfastmath.o linked in
-   - resulting compiled app segfaults due to init code in
- crtfastmath.o that has mis-aligned structure on stack
-
-http://bugs.gentoo.org/147020
-http://gcc.gnu.org/PR28621
-
-this is supposed to be fixed in current 4.1 branch, but i'm unable to get
-the fix to work so until i can figure out what i'm doing wrong, we'll use
-this workaround for now.
-
 gcc-4.1.1/gcc/config/i386/crtfastmath.c
-+++ gcc-4.1.1/gcc/config/i386/crtfastmath.c
-@@ -37,6 +37,23 @@
- #define FXSAVE(1 << 24)
- #define SSE   (1 << 25)
- 
-+struct
-+{
-+  unsigned short int cwd;
-+  unsigned short int swd;
-+  unsigned short int twd;
-+  unsigned short int fop;
-+  long int fip;
-+  long int fcs;
-+  long int foo;
-+  long 

[gentoo-commits] repo/gentoo:master commit in: net-fs/s3backer/

2018-03-19 Thread Tim Harder
commit: edd4fac1aff78307326a5b206288930d2444b59f
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 04:40:08 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:40:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd4fac1

net-fs/s3backer: remove old

 net-fs/s3backer/Manifest  |  1 -
 net-fs/s3backer/s3backer-1.3.7.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/net-fs/s3backer/Manifest b/net-fs/s3backer/Manifest
index 011cb12c601..0298646a845 100644
--- a/net-fs/s3backer/Manifest
+++ b/net-fs/s3backer/Manifest
@@ -1,2 +1 @@
-DIST s3backer-1.3.7.tar.gz 179068 BLAKE2B 
b72fe6207b935e10c3156d8fd167013f92fd3fca2d06432bb12e9a60ca8064b664a64824eb72a55713c1d768ae1f025f0239027b55cefb4f319843d25681
 SHA512 
c3fae911e6b39cb211ac5d85c3d75cb6fd823243879d98d2a2b18644d22fe5a70a293d06c4e3c6559452d39cec80bbac9cea76965ead451bb0a145a61df8bc83
 DIST s3backer-1.4.5.tar.gz 103318 BLAKE2B 
0fb93418ddf0fe295002fe0335f8ea626b8d0cb584f0fab6bcd60964b8dc14b883b35c2e2a973d542715732efe3afb3f7e214b96208a6f33aa991915a4a9ccdc
 SHA512 
9feb42266639981e6f7da5618ec356a5c87fdc3c26fe17b27773509d161df62dcf4e42efbc4bb5d55e2f1cd9ea4cef563274ed5fd4119cf1fb3924e91180f589

diff --git a/net-fs/s3backer/s3backer-1.3.7.ebuild 
b/net-fs/s3backer/s3backer-1.3.7.ebuild
deleted file mode 100644
index 0d2d6cb324a..000
--- a/net-fs/s3backer/s3backer-1.3.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="FUSE-based single file backing store via Amazon S3"
-HOMEPAGE="https://github.com/archiecobbs/s3backer;
-SRC_URI="https://s3backer.googlecode.com/files/s3backer-${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="net-misc/curl
-   sys-fs/fuse
-   sys-libs/zlib
-   dev-libs/expat
-   dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -e "/docdir=/s:packages/\$(PACKAGE):${PF}:" \
-   -e "/doc_DATA=/d" \
-   -i Makefile.am || die
-
-   eautoreconf
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}



[gentoo-commits] repo/gentoo:master commit in: net-fs/s3backer/

2018-03-19 Thread Tim Harder
commit: 2ab442471f7461d11dc0a5d5e50cc87bec0bf473
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 04:38:20 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:39:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab44247

net-nfs/s3backer: version bump to 1.4.5

 net-fs/s3backer/Manifest  |  1 +
 net-fs/s3backer/s3backer-1.4.5.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/net-fs/s3backer/Manifest b/net-fs/s3backer/Manifest
index 4134d257e97..011cb12c601 100644
--- a/net-fs/s3backer/Manifest
+++ b/net-fs/s3backer/Manifest
@@ -1 +1,2 @@
 DIST s3backer-1.3.7.tar.gz 179068 BLAKE2B 
b72fe6207b935e10c3156d8fd167013f92fd3fca2d06432bb12e9a60ca8064b664a64824eb72a55713c1d768ae1f025f0239027b55cefb4f319843d25681
 SHA512 
c3fae911e6b39cb211ac5d85c3d75cb6fd823243879d98d2a2b18644d22fe5a70a293d06c4e3c6559452d39cec80bbac9cea76965ead451bb0a145a61df8bc83
+DIST s3backer-1.4.5.tar.gz 103318 BLAKE2B 
0fb93418ddf0fe295002fe0335f8ea626b8d0cb584f0fab6bcd60964b8dc14b883b35c2e2a973d542715732efe3afb3f7e214b96208a6f33aa991915a4a9ccdc
 SHA512 
9feb42266639981e6f7da5618ec356a5c87fdc3c26fe17b27773509d161df62dcf4e42efbc4bb5d55e2f1cd9ea4cef563274ed5fd4119cf1fb3924e91180f589

diff --git a/net-fs/s3backer/s3backer-1.4.5.ebuild 
b/net-fs/s3backer/s3backer-1.4.5.ebuild
new file mode 100644
index 000..8a6fa70538e
--- /dev/null
+++ b/net-fs/s3backer/s3backer-1.4.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="FUSE-based single file backing store via Amazon S3"
+HOMEPAGE="https://github.com/archiecobbs/s3backer;
+SRC_URI="https://github.com/archiecobbs/s3backer/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="net-misc/curl
+   sys-fs/fuse:0
+   sys-libs/zlib
+   dev-libs/expat
+   dev-libs/openssl:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -e "/docdir=/s:packages/\$(PACKAGE):${PF}:" \
+   -e "/doc_DATA=/d" \
+   -i Makefile.am || die
+
+   eautoreconf
+}
+
+src_compile() {
+   emake CFLAGS="${CFLAGS}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/

2018-03-19 Thread Tim Harder
commit: c9e3e44abc4f87bf220cc9b6209689f2d8366a2b
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 04:32:46 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:39:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e3e44a

net-fs/s3fs: remove old

 net-fs/s3fs/Manifest |  2 --
 net-fs/s3fs/s3fs-1.74.ebuild | 28 
 net-fs/s3fs/s3fs-1.78.ebuild | 34 --
 3 files changed, 64 deletions(-)

diff --git a/net-fs/s3fs/Manifest b/net-fs/s3fs/Manifest
index 5368ee70191..1b0a180fd2f 100644
--- a/net-fs/s3fs/Manifest
+++ b/net-fs/s3fs/Manifest
@@ -1,4 +1,2 @@
-DIST s3fs-1.74.tar.gz 199120 BLAKE2B 
4b2d3be59c443fe015ce2198218a6b87b258524edb6b290f333f20998eef58907c62abf904a7d8f007c5b0da8176a645972d51e864c56b877346ffc48f92fb72
 SHA512 
c9f6e2a113d2cfb9d6ac485d58ae8ebf317b9fc29b2fab34de427f206902eda22de056cbcdbc0e8cdebeff7900793e96a87f4ad8a3b1add85433a617ba53889d
-DIST s3fs-1.78.tar.gz 99538 BLAKE2B 
635369651f8a695390fb96efbb25076f8fb9eeb575e1dfa5324de59c3de08972a0602456fb255dcb072d5ccd4436c19415ed50db7a23e6270de8aebae863a5a4
 SHA512 
ba0ad1ee5fc3c31d5b98dc7511abc8e74e91649af27aaaf5ecdca76cc7503bf66118638f983199bcdcaa51897f1bfa802310db9e2b72538d9f345f6942a3a8d0
 DIST s3fs-1.80.tar.gz 135891 BLAKE2B 
a2e38154e1721a88042e49db22bbd607ce0776758a351f5a54e76cb1654518a4d3e30cf9faf3d6d04f6d45d3224491f6e55cbae83ee5b88c27211044255d51d0
 SHA512 
c98c61198a6c2132f98ef5a8c8f600787cf359c6f79010366f786a3758281257cbf79b4bb47892fd1e9e50d8e46a389125ea67f3828c1c8131cbee5462c74141
 DIST s3fs-1.83.tar.gz 150816 BLAKE2B 
1b567708ea6264a619b664c5be3186374dcd3f50f01ac7d9aa093a82520f4685b7adc49a2d9c5a30e64334439c4c2676ae6cc74079251b4e47fe4ff7ad1f5945
 SHA512 
a925fb09c5786f2ff7fcb458e3cc37cce0eb2bd431b24e582cf02e7656716bfd9b7ffa3647f6f3c56ccfa313d2238cd263f28c2321850c1de082c48ebd9af5cb

diff --git a/net-fs/s3fs/s3fs-1.74.ebuild b/net-fs/s3fs/s3fs-1.74.ebuild
deleted file mode 100644
index 88bea69d200..000
--- a/net-fs/s3fs/s3fs-1.74.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-MY_PN=${PN}-fuse
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Amazon mounting S3 via fuse"
-HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/;
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-CDEPEND=">=dev-libs/libxml2-2.6:2
-   dev-libs/openssl
-   >=net-misc/curl-7.0
-   >=sys-fs/fuse-2.8.4"
-RDEPEND="${CDEPEND}
-   app-misc/mime-types"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-
-RESTRICT="test"

diff --git a/net-fs/s3fs/s3fs-1.78.ebuild b/net-fs/s3fs/s3fs-1.78.ebuild
deleted file mode 100644
index a60f9c0f267..000
--- a/net-fs/s3fs/s3fs-1.78.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-MY_PN=${PN}-fuse
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Amazon mounting S3 via fuse"
-HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/;
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND=">=dev-libs/libxml2-2.6:2
-   dev-libs/openssl
-   >=net-misc/curl-7.0
-   >=sys-fs/fuse-2.8.4"
-RDEPEND="${CDEPEND}
-   app-misc/mime-types"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/

2018-03-19 Thread Tim Harder
commit: f4c9ccc45a309798692a3a07ef2ea650c5484dff
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 04:32:04 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:39:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c9ccc4

net-fs/s3fs: version bump to 1.83

 net-fs/s3fs/Manifest |  1 +
 net-fs/s3fs/s3fs-1.83.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/net-fs/s3fs/Manifest b/net-fs/s3fs/Manifest
index 9073a17b380..5368ee70191 100644
--- a/net-fs/s3fs/Manifest
+++ b/net-fs/s3fs/Manifest
@@ -1,3 +1,4 @@
 DIST s3fs-1.74.tar.gz 199120 BLAKE2B 
4b2d3be59c443fe015ce2198218a6b87b258524edb6b290f333f20998eef58907c62abf904a7d8f007c5b0da8176a645972d51e864c56b877346ffc48f92fb72
 SHA512 
c9f6e2a113d2cfb9d6ac485d58ae8ebf317b9fc29b2fab34de427f206902eda22de056cbcdbc0e8cdebeff7900793e96a87f4ad8a3b1add85433a617ba53889d
 DIST s3fs-1.78.tar.gz 99538 BLAKE2B 
635369651f8a695390fb96efbb25076f8fb9eeb575e1dfa5324de59c3de08972a0602456fb255dcb072d5ccd4436c19415ed50db7a23e6270de8aebae863a5a4
 SHA512 
ba0ad1ee5fc3c31d5b98dc7511abc8e74e91649af27aaaf5ecdca76cc7503bf66118638f983199bcdcaa51897f1bfa802310db9e2b72538d9f345f6942a3a8d0
 DIST s3fs-1.80.tar.gz 135891 BLAKE2B 
a2e38154e1721a88042e49db22bbd607ce0776758a351f5a54e76cb1654518a4d3e30cf9faf3d6d04f6d45d3224491f6e55cbae83ee5b88c27211044255d51d0
 SHA512 
c98c61198a6c2132f98ef5a8c8f600787cf359c6f79010366f786a3758281257cbf79b4bb47892fd1e9e50d8e46a389125ea67f3828c1c8131cbee5462c74141
+DIST s3fs-1.83.tar.gz 150816 BLAKE2B 
1b567708ea6264a619b664c5be3186374dcd3f50f01ac7d9aa093a82520f4685b7adc49a2d9c5a30e64334439c4c2676ae6cc74079251b4e47fe4ff7ad1f5945
 SHA512 
a925fb09c5786f2ff7fcb458e3cc37cce0eb2bd431b24e582cf02e7656716bfd9b7ffa3647f6f3c56ccfa313d2238cd263f28c2321850c1de082c48ebd9af5cb

diff --git a/net-fs/s3fs/s3fs-1.83.ebuild b/net-fs/s3fs/s3fs-1.83.ebuild
new file mode 100644
index 000..434d6f6bf7a
--- /dev/null
+++ b/net-fs/s3fs/s3fs-1.83.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_PN=${PN}-fuse
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Amazon S3 mounting via fuse"
+HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/;
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="openssl nss gnutls nettle"
+REQUIRED_USE="
+   ^^ ( openssl nss gnutls )
+   nettle? ( gnutls )"
+
+CDEPEND="
+   >=dev-libs/libxml2-2.6:2
+   openssl? ( dev-libs/openssl:0= )
+   nss? ( dev-libs/nss )
+   gnutls? ( net-libs/gnutls:= )
+   nettle? ( dev-libs/nettle:= )
+   >=net-misc/curl-7.0
+   >=sys-fs/fuse-2.8.4:0"
+
+RDEPEND="
+   ${CDEPEND}
+   app-misc/mime-types"
+
+DEPEND="
+   ${CDEPEND}
+   virtual/pkgconfig"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with nss) \
+   $(use_with nettle) \
+   $(use_with gnutls) \
+   $(use_with openssl)
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/

2018-03-19 Thread Matthias Maier
commit: 204cfc28088ee86d46c94a267a30989ce4d26cdf
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Mar 20 04:02:11 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Mar 20 04:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204cfc28

sci-libs/sundials: version bump to 3.0.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-libs/sundials/Manifest  |  1 +
 sci-libs/sundials/sundials-3.0.0.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/sci-libs/sundials/Manifest b/sci-libs/sundials/Manifest
index 90658767e7d..fa23e7dfe48 100644
--- a/sci-libs/sundials/Manifest
+++ b/sci-libs/sundials/Manifest
@@ -1 +1,2 @@
 DIST sundials-2.7.0.tar.gz 12258093 BLAKE2B 
331fcf255f2bb8bcc798818b05db114feda7aacb6585177a836f17a9b58477f504099b4a33c7d71cab6e70eeb6fe47a76d101c08aa6219ee6fbac630524d5928
 SHA512 
c86c167538065a4109b36ae7c8f60f3d92184133cfa661b5acfccee052c38f40be865412a1746bb57907b61602c212c0f15e1e30ef29e8a49db6d46a75a28e69
+DIST sundials-3.0.0.tar.gz 12996039 BLAKE2B 
0557190f6f7550bd4d7d3df10f727c6f235ff4917f2cfd35ca77785037edc43236a82383664f6fe1579bb5b07a148875b82b22f5a9e4f5f2a0607838e8a3b286
 SHA512 
3c86c7f27e64c2e6732546b0b1e87ea092502e361cae09b3b7eb29795c978edf494e17be13b78541dc91cc0709d928006bd0fc62ea968f2b621efa51856cdd60

diff --git a/sci-libs/sundials/sundials-3.0.0.ebuild 
b/sci-libs/sundials/sundials-3.0.0.ebuild
new file mode 100644
index 000..35e90af469e
--- /dev/null
+++ b/sci-libs/sundials/sundials-3.0.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit cmake-utils toolchain-funcs fortran-2 versionator
+
+DESCRIPTION="Suite of nonlinear solvers"
+HOMEPAGE="http://computation.llnl.gov/projects/sundials;
+SRC_URI="http://computation.llnl.gov/projects/sundials/download/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/$(get_major_version)"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cxx doc examples fortran hypre lapack mpi openmp sparse static-libs 
superlumt threads"
+REQUIRED_USE="hypre? ( mpi )"
+
+RDEPEND="
+   lapack? ( virtual/lapack )
+   mpi? ( virtual/mpi sci-libs/hypre:= )
+   sparse? ( sci-libs/klu:= )
+   superlumt? ( sci-libs/superlu_mt:= )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=( )
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use openmp && [[ $(tc-getCC) == 
*gcc ]] && ! tc-has-openmp; then
+   ewarn "OpenMP is not available in your current selected gcc"
+   die "need openmp capable gcc"
+   fi
+}
+
+src_configure() {
+   mycmakeargs+=(
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_STATIC_LIBS="$(usex static-libs)"
+   -DCXX_ENABLE="$(usex cxx)"
+   -DFCMIX_ENABLE="$(usex fortran)"
+   -DF90_ENABLE="$(usex fortran)"
+   -DHYPRE_ENABLE="$(usex hypre)"
+   -DHYPRE_INCLUDE_DIR="${EPREFIX}/usr/include/hypre"
+   -DHYPRE_LIBRARY="HYPRE"
+   -DKLU_ENABLE="$(usex sparse)"
+   -DKLU_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libklu.so"
+   -DLAPACK_ENABLE="$(usex lapack)"
+   -DMPI_ENABLE="$(usex mpi)"
+   -DOPENMP_ENABLE="$(usex openmp)"
+   -DPTHREAD_ENABLE="$(usex threads)"
+   -DSUPERLUMT_ENABLE="$(usex superlumt)"
+   -DSUPERLUMT_INCLUDE_DIR="${EPREFIX}/usr/include/superlu_mt"
+   -DSUPERLUMT_LIBRARY="superlu_mt"
+   -DEXAMPLES_ENABLE="$(usex examples)"
+   -DEXAMPLES_INSTALL=ON
+   -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples"
+   -DUSE_GENERIC_MATH=ON
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   use doc && dodoc doc/*/*.pdf
+   cd src
+   for r in */README; do
+   newdoc ${r} README-${r%/*}
+   done
+
+   # Use a sledgehammer, patching the buildsystem is too annoyoing (the
+   # CMake build systems consists of 2000 "lib" DESTINATIONS...)
+   if [[ lib != $(get_libdir) ]]; then
+   mv "${ED%/}"/usr/lib "${ED%/}"/usr/$(get_libdir) || die
+   fi
+}



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

2018-03-19 Thread Tim Harder
commit: 461cb3e09d4a9dbbe53ba3383dc3d5fd53a500d4
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 04:06:59 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:07:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461cb3e0

dev-python/hypothesis: version bump to 3.50.1

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-3.50.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 510dd4f499b..4d520bdf689 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -2,4 +2,5 @@ DIST hypothesis-3.38.5.tar.gz 474087 BLAKE2B 
a3182701463e03383cf4d5fb16605d494c5
 DIST hypothesis-3.44.26.tar.gz 420980 BLAKE2B 
436dc5b0388188122a9327457f8009fea318a4690bffd6e56717750409fbd79e2566ea820ba542c12ff1f04fc358ee36f8c98e72fe6f9efba90d25168c823208
 SHA512 
59ea34951802cf57f14512c6698ca1169ee3424d3edfe76843fce4a5b691580d57aaa850322318b7ed98025f779b264e9a5f43ab345a1ae633be0ec45aa631ad
 DIST hypothesis-3.44.7.tar.gz 403113 BLAKE2B 
a929322db86a9f769dff43c668609ad18407d1e3456cb1b0057f846d1e3c807f1198f23d6a182b48fc39b2e716780d07433cfffbc636de9b9456e4f335e07b60
 SHA512 
07c21480457c70c2d57e7036296a4c2c418f0380608f28790f7c2269d003b227a2038fbac8b8370e3178bb77fea8ce2e13bb6f14296486ea6eae2fdef5870567
 DIST hypothesis-3.45.3.tar.gz 430444 BLAKE2B 
d96ef466768c590138b829f32f8b2aef803f68e9d44cc0b40052611a6264727b8d298029c9322b2ccfc911f211e20770459da844e443daa7be12d981965884fa
 SHA512 
2cd970695f23fc0e523f27e56bd0ac9e8f2f5ca2e4cc1042202e9dafc5045505a3c6d8490114b4adc359b2ab72a346130901daa6c74a8ac2c3230834cbb4c89b
+DIST hypothesis-3.50.1.tar.gz 439102 BLAKE2B 
fb0731fdd7a22ce4a851879b09cbd4ea9bbcb0dc869c2e77745d776640b0f9d697b7c0ada05050ccb1cc758857fba8179b96472c704548ffd51acbe6c7250819
 SHA512 
2928a6a724ba616644e5ff4010ba19473789f6f953b0d00910cb6ecbafbb85750f4fe747d3cc808a3fc23b2b0cbe05507e9b28bf184e7e77ffef59dba2dfd54b
 DIST hypothesis-3.6.0.tar.gz 73586 BLAKE2B 
b0ec133e8c71f752114211061155c15a7d536e771ba85eab6489440b2063d3083018bf8502d9e9dbc73105ee5f03060e3189e64574a3dfa052b091040e7e7915
 SHA512 
cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389

diff --git a/dev-python/hypothesis/hypothesis-3.50.1.ebuild 
b/dev-python/hypothesis/hypothesis-3.50.1.ebuild
new file mode 100644
index 000..df6dfe53b33
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-3.50.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python 
https://pypi.python.org/pypi/hypothesis;
+SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd"
+IUSE=""
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
pypy)"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}-python-${PV}"
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" dev-python/django dev-python/pytz
+   optfeature "pytest support" dev-python/pytest
+}



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

2018-03-19 Thread Tim Harder
commit: 890c06ad596c238fa56a43c22b7f8ba0a9057175
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 03:32:52 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:07:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890c06ad

dev-python/setuptools_scm: version bump to 1.16.1

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-1.16.1.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 38e65e6fc29..bc55882199e 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
 DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0
+DIST setuptools_scm-1.16.1.tar.gz 28956 BLAKE2B 
6721830e9ef171768afb94e6d6aacb829665658599409880e87c58e1bf2c6366d04a666ff60ed5d689bf376c258eda93367a4c52fe28ec694a3a93ac109db1fb
 SHA512 
fd5017648c4a8af696e8528eab37061776e8495e2de3640f726e5e4347836eca5a13cbe54fc0c2223c3ae80ede1a81a6f3d9c0910a417545b9f9f206e5177a13

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.16.1.ebuild
new file mode 100644
index 000..8da7e59692a
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-1.16.1.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 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~amd64-fbsd"
+IUSE="git mercurial test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   git? ( dev-vcs/git )
+   mercurial? ( dev-vcs/mercurial )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_functions.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_main.py || die "tests failed under 
${EPYTHON}"
+   py.test -v -v -x -k testing/test_regressions.py || die "tests failed 
under ${EPYTHON}"
+   if use git; then
+   py.test -v -v -x -k testing/test_git.py || die "tests failed 
under ${EPYTHON}"
+   fi
+   if use mercurial; then
+   py.test -v -v -x -k testing/test_mercurial.py || die "tests 
failed under ${EPYTHON}"
+   fi
+}



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

2018-03-19 Thread Tim Harder
commit: 0f742f1c55eb54bc04bbccd20cb8ae8cdfc1f8cf
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 04:06:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 04:07:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f742f1c

media-sound/rosegarden: version bump to 17.12.1

 media-sound/rosegarden/Manifest  |  1 +
 media-sound/rosegarden/rosegarden-17.12.1.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/media-sound/rosegarden/Manifest b/media-sound/rosegarden/Manifest
index 5db879969dc..5127008716b 100644
--- a/media-sound/rosegarden/Manifest
+++ b/media-sound/rosegarden/Manifest
@@ -1 +1,2 @@
 DIST rosegarden-17.04.tar.bz2 6454603 BLAKE2B 
cc028a4108f4c51c9f3559bb454a8344d03f31280db6fd51e98a0b39bdc10e29add97272e7dace848dc4b4ac384ba787ade6664d991aed14fa3101b4fdce2743
 SHA512 
23240522cba8cc3b5d0e3b29ee5b871c911c7634d74f65d04b353f59747bdf6a1bfd9985f16ab331ea2399a797e66b2ebd110e192bb52ba4df453d42d7b8f73b
+DIST rosegarden-17.12.1.tar.bz2 6692715 BLAKE2B 
698ecfb58754ee292e589e0fb3618e2076a6e59dde1f06d15ed3bad43313cc79ed03307364350f5cd2323350173119ccc71b42c839d8498d360461a19801a96a
 SHA512 
8bd4a464bbf2825d6c2fb8d36123e68d94de7f4e997c6ed8efc5670e87799781eb8251995890979c9d107d4fc58c636fe73e699c859c8e95aa567c4289958495

diff --git a/media-sound/rosegarden/rosegarden-17.12.1.ebuild 
b/media-sound/rosegarden/rosegarden-17.12.1.ebuild
new file mode 100644
index 000..d0131349c95
--- /dev/null
+++ b/media-sound/rosegarden/rosegarden-17.12.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="MIDI and audio sequencer and notation editor"
+HOMEPAGE="http://www.rosegardenmusic.com/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="lirc"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-libs/alsa-lib:=
+   >=media-libs/dssi-1.0.0:=
+   media-libs/ladspa-sdk:=
+   media-libs/liblo:=
+   media-libs/liblrdf:=
+   media-libs/libsamplerate:=
+   media-libs/libsndfile:=
+   sci-libs/fftw:3.0
+   sys-libs/zlib:=
+   virtual/jack
+   x11-libs/libSM:=
+   lirc? ( app-misc/lirc:= )
+"
+DEPEND="${RDEPEND}
+   dev-qt/qttest:5
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   "-DDISABLE_LIRC=$(usex lirc OFF ON)"
+   )
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: perl-core/Test-Simple/

2018-03-19 Thread Kent Fredric
commit: 2556d6e477f95b2cad702a98174ee602342da524
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 20 01:57:06 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 20 02:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2556d6e4

perl-core/Test-Simple: Spread ~x64-cygwin from dev-lang/perl

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild | 4 ++--
 perl-core/Test-Simple/Test-Simple-1.302.96.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild 
b/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild
index 458b5103bd2..b195efb75dc 100644
--- a/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild
+++ b/perl-core/Test-Simple/Test-Simple-1.1.14-r1.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Basic utilities for writing tests"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/perl-core/Test-Simple/Test-Simple-1.302.96.ebuild 
b/perl-core/Test-Simple/Test-Simple-1.302.96.ebuild
index f08dd4ea2c5..9c2d7c4931e 100644
--- a/perl-core/Test-Simple/Test-Simple-1.302.96.ebuild
+++ b/perl-core/Test-Simple/Test-Simple-1.302.96.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Basic utilities for writing tests"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: perl-core/Module-CoreList/

2018-03-19 Thread Kent Fredric
commit: 3142ce48a898ae92672b05a3249a736eb3471bf2
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 20 01:54:10 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 20 02:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3142ce48

perl-core/Module-CoreList: Spread ~x64-cygwin from dev-lang/perl

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 perl-core/Module-CoreList/Module-CoreList-5.201.709.230.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.709.230.ebuild 
b/perl-core/Module-CoreList/Module-CoreList-5.201.709.230.ebuild
index 3c96465ae37..54f477f1fa8 100644
--- a/perl-core/Module-CoreList/Module-CoreList-5.201.709.230.ebuild
+++ b/perl-core/Module-CoreList/Module-CoreList-5.201.709.230.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
@@ -10,5 +10,5 @@ inherit perl-module
 DESCRIPTION="what modules shipped with versions of perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-Balanced/, virtual/perl-IPC-Cmd/, ...

2018-03-19 Thread Kent Fredric
commit: b46be386ecffad338fd3a1209855c6ed643d8d38
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 20 02:13:44 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 20 02:22:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46be386

virtual/perl-*: Spread ~x64-cygwin keywords from dev-lang/perl

Virtuals are ultimately part of dev-lang/perl and are independent
for portage related reasons, so should share perl's keywording.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/perl-Archive-Tar/perl-Archive-Tar-2.240.0.ebuild  | 4 ++--
 virtual/perl-Archive-Tar/perl-Archive-Tar-2.40.100_rc-r5.ebuild   | 2 +-
 .../perl-Attribute-Handlers/perl-Attribute-Handlers-0.990.0-r2.ebuild | 4 ++--
 virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r5.ebuild | 4 ++--
 virtual/perl-B-Debug/perl-B-Debug-1.230.0-r3.ebuild   | 4 ++--
 virtual/perl-B-Debug/perl-B-Debug-1.240.0.ebuild  | 4 ++--
 .../perl-CPAN-Meta-Requirements-2.140.0-r2.ebuild | 4 ++--
 virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r5.ebuild| 2 +-
 virtual/perl-CPAN/perl-CPAN-2.180.0.ebuild| 4 ++--
 virtual/perl-DB_File/perl-DB_File-1.835.0-r3.ebuild   | 4 ++--
 virtual/perl-DB_File/perl-DB_File-1.840.0.ebuild  | 4 ++--
 virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.320.0-r1.ebuild | 4 ++--
 virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.350.0.ebuild| 4 ++--
 virtual/perl-Digest/perl-Digest-1.170.100_rc-r5.ebuild| 2 +-
 virtual/perl-Dumpvalue/perl-Dumpvalue-1.180.0-r2.ebuild   | 4 ++--
 .../perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r11.ebuild  | 2 +-
 virtual/perl-Filter-Simple/perl-Filter-Simple-0.920.0-r3.ebuild   | 4 ++--
 virtual/perl-Filter-Simple/perl-Filter-Simple-0.930.0.ebuild  | 4 ++--
 virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc-r3.ebuild | 2 +-
 virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild   | 4 ++--
 virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0-r5.ebuild   | 4 ++--
 virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.420.0.ebuild  | 4 ++--
 virtual/perl-IO-Zlib/perl-IO-Zlib-1.100.0-r10.ebuild  | 4 ++--
 virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.100_rc-r5.ebuild  | 2 +-
 virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.960.0.ebuild  | 4 ++--
 .../perl-Locale-Maketext-Simple-0.210.100_rc-r5.ebuild| 2 +-
 .../perl-Locale-Maketext/perl-Locale-Maketext-1.260.100_rc-r5.ebuild  | 2 +-
 virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.280.0.ebuild  | 4 ++--
 .../perl-Math-BigInt-FastCalc-0.400.0-r1.ebuild   | 4 ++--
 .../perl-Math-BigInt-FastCalc-0.500.500.ebuild| 4 ++--
 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715-r2.ebuild | 4 ++--
 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806-r1.ebuild | 4 ++--
 virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.802-r1.ebuild | 4 ++--
 virtual/perl-Math-BigRat/perl-Math-BigRat-0.261.100.ebuild| 4 ++--
 virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r9.ebuild | 4 ++--
 virtual/perl-Math-Complex/perl-Math-Complex-1.590.100.ebuild  | 4 ++--
 virtual/perl-Memoize/perl-Memoize-1.30.100_rc-r5.ebuild   | 2 +-
 .../perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild | 4 ++--
 .../perl-Module-CoreList/perl-Module-CoreList-5.201.709.230.ebuild| 4 ++--
 .../perl-Module-Load-Conditional-0.640.0-r3.ebuild| 4 ++--
 .../perl-Module-Load-Conditional-0.680.0.ebuild   | 4 ++--
 virtual/perl-Module-Load/perl-Module-Load-0.320.0-r5.ebuild   | 4 ++--
 virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r9.ebuild| 4 ++--
 virtual/perl-Net-Ping/perl-Net-Ping-2.430.100_rc-r5.ebuild| 2 +-
 virtual/perl-Net-Ping/perl-Net-Ping-2.550.0.ebuild| 4 ++--
 virtual/perl-Params-Check/perl-Params-Check-0.380.0-r6.ebuild | 4 ++--
 virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r3.ebuild| 4 ++--
 virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r3.ebuild | 4 ++--
 virtual/perl-Pod-Simple/perl-Pod-Simple-3.320.0-r1.ebuild | 4 ++--
 virtual/perl-Pod-Simple/perl-Pod-Simple-3.350.0.ebuild| 4 ++--
 virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild | 4 ++--
 virtual/perl-Safe/perl-Safe-2.400.0.ebuild| 4 ++--
 .../perl-Scalar-List-Utils-1.420.200_rc-r1.ebuild | 4 ++--
 virtual/perl-Socket/perl-Socket-2.20.30_rc-r2.ebuild  | 4 ++--
 virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.330.100_rc-r5.ebuild| 2 +-
 virtual/perl-Sys-Syslog/perl-Sys-Syslog-0.350.0.ebuild| 4 ++--
 

[gentoo-commits] repo/gentoo:master commit in: perl-core/Unicode-Collate/

2018-03-19 Thread Kent Fredric
commit: cea7123944e75419f64d8a13a26a10229c6036ff
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Mar 20 02:01:19 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Mar 20 02:22:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea71239

perl-core/Unicode-Collate: Spread ~x64-cygwin from dev-lang/perl

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 perl-core/Unicode-Collate/Unicode-Collate-1.140.0.ebuild | 4 ++--
 perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild | 4 ++--
 perl-core/Unicode-Collate/Unicode-Collate-1.210.0.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/perl-core/Unicode-Collate/Unicode-Collate-1.140.0.ebuild 
b/perl-core/Unicode-Collate/Unicode-Collate-1.140.0.ebuild
index 5c12f519dfa..85745e8cbb6 100644
--- a/perl-core/Unicode-Collate/Unicode-Collate-1.140.0.ebuild
+++ b/perl-core/Unicode-Collate/Unicode-Collate-1.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Unicode Collate Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild 
b/perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild
index fbf14dd6bd3..0f2bf13caa7 100644
--- a/perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild
+++ b/perl-core/Unicode-Collate/Unicode-Collate-1.190.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Unicode Collate Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/perl-core/Unicode-Collate/Unicode-Collate-1.210.0.ebuild 
b/perl-core/Unicode-Collate/Unicode-Collate-1.210.0.ebuild
index 510b863cd81..72f002cd06f 100644
--- a/perl-core/Unicode-Collate/Unicode-Collate-1.210.0.ebuild
+++ b/perl-core/Unicode-Collate/Unicode-Collate-1.210.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Unicode Collate Algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-03-19 Thread Tim Harder
commit: 9570041a9b1b37b08dde71929f71c94af8ba821c
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 00:37:08 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 02:20:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9570041a

sys-fs/owfs: version bump to 3.2_p2

 sys-fs/owfs/Manifest   |   1 +
 sys-fs/owfs/owfs-3.2_p2.ebuild | 190 +
 2 files changed, 191 insertions(+)

diff --git a/sys-fs/owfs/Manifest b/sys-fs/owfs/Manifest
index bbef21bbb84..5182feef855 100644
--- a/sys-fs/owfs/Manifest
+++ b/sys-fs/owfs/Manifest
@@ -1 +1,2 @@
 DIST owfs-3.1p4.tar.gz 1455420 BLAKE2B 
58a0356d0abffd1bda3585a8e05faed0cf80c3818f33ea9ac32c7930ba37c06addb42c3326eadfd662016d6a15a0c5238a4e7bbf0fe6580d35e10f15bf44efad
 SHA512 
9d04b466fc64761f53dc5fb11b4eb71d10154be5eb335174e8a9002a944bb3f2fbfe1cea3cf5962aa794486830e78d7ba5a7a87c68e3a4d32ab1a95e7ca59cdb
+DIST owfs-3.2p2.tar.gz 1491195 BLAKE2B 
3e56b954fc61e097d6e39345d689d3ba5386f2ed4383bb7755da6a867d802fe56b9e920fe9b4f24cdd639543bad79a6d13bd549e7ce81afb8eab52372864565a
 SHA512 
d64078639ce4c1c5c42735c720cfa6741a34b91297500d6a7cff6e48a0a87b6391e43fc0c5f6bf44cec27feffb9a2f9b5510e085c602666a5adf803bb8ba3338

diff --git a/sys-fs/owfs/owfs-3.2_p2.ebuild b/sys-fs/owfs/owfs-3.2_p2.ebuild
new file mode 100644
index 000..b8e17902bbb
--- /dev/null
+++ b/sys-fs/owfs/owfs-3.2_p2.ebuild
@@ -0,0 +1,190 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_OPTIONAL=1
+
+inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user
+
+MY_P=${P/_/}
+
+DESCRIPTION="Access 1-Wire devices like a filesystem"
+SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
+HOMEPAGE="http://owfs.org/ https://sourceforge.net/projects/owfs/;
+
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0/4.0.0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   ftdi? ( dev-embedded/libftdi:0 )
+   fuse? ( sys-fs/fuse:0 )
+   perl? ( dev-lang/perl:= )
+   parport? ( sys-kernel/linux-headers )
+   php? ( dev-lang/php:=[cli] )
+   python? ( ${PYTHON_DEPS} )
+   tcl? ( dev-lang/tcl:0= )
+   usb? ( virtual/libusb:0 )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )"
+
+DEPEND="${RDEPEND}
+   perl? ( dev-lang/swig )
+   php? ( dev-lang/swig )
+   python? ( dev-lang/swig )"
+
+IUSE="debug ftdi ftpd fuse httpd parport perl php python tcl usb zeroconf"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1-vendordir.patch
+   "${FILESDIR}"/${PN}-3.1p4-sysmacros.patch
+)
+
+S=${WORKDIR}/${MY_P}
+
+OWUID=${OWUID:-owfs}
+OWGID=${OWGID:-owfs}
+
+pkg_setup() {
+   if use kernel_linux; then
+   linux-info_pkg_setup
+
+   if linux_config_exists; then
+   if ! linux_chkconfig_present W1; then
+   ewarn "CONFIG_W1 isn't set. You will not be 
able to use 1-wire bus on this system!"
+   fi
+   else
+   elog "Cannot find a linux kernel configuration. 
Continuing anyway."
+   fi
+   fi
+
+   use perl && perl_set_version
+
+   enewgroup ${OWGID} 150
+   enewuser  ${OWUID} 150 -1 -1 ${OWGID}
+}
+
+src_prepare() {
+   default
+
+   # Support user's CFLAGS and LDFLAGS.
+   sed -i "s/@CPPFLAGS@/@CPPFLAGS@ ${CFLAGS}/" \
+   module/swig/perl5/OW/Makefile.linux.in || die
+   sed -i "s/@LIBS@/@LIBS@ ${LDFLAGS}/" \
+   module/swig/perl5/OW/Makefile.linux.in || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # disable owpython since we can build python anyway
+   # and without it, we don't have to fix the build ;)
+   local myeconf=(
+   $(use_enable debug)
+   $(use_enable fuse owfs)
+   $(use_enable ftdi)
+   $(use_enable ftpd owftpd)
+   $(use_enable httpd owhttpd)
+   $(use_enable parport)
+   $(use_enable perl owperl)
+   $(use_enable php owphp)
+   --disable-owpython
+   $(use_enable tcl owtcl)
+   $(use_enable zeroconf avahi)
+   $(use_enable zeroconf zero)
+   $(use_enable usb)
+   --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+   )
+
+   if use httpd || use ftpd || use fuse; then
+   myeconf+=( --enable-owserver )
+   else
+   myeconf+=( --disable-owserver )
+   fi
+
+   econf ${myeconf[@]}
+}
+
+src_compile() {
+   default
+
+   if use python; then
+   local CFLAGS="${CFLAGS} -fno-strict-aliasing"
+
+   pushd module/ownet/python > /dev/null || die
+   distutils-r1_src_compile
+   popd > /dev/null || die
+
+   pushd module/swig/python > /dev/null 

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

2018-03-19 Thread Tim Harder
commit: bbd3a8f795fa8be559e335a12ddbbeba04759e4d
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 00:19:22 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 02:20:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd3a8f7

sys-fs/rar2fs: remove old

 sys-fs/rar2fs/Manifest |  1 -
 sys-fs/rar2fs/rar2fs-1.25.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest
index 59e1af3c29d..c6975063757 100644
--- a/sys-fs/rar2fs/Manifest
+++ b/sys-fs/rar2fs/Manifest
@@ -1,2 +1 @@
-DIST rar2fs-1.25.2.tar.gz 257550 BLAKE2B 
afb9562c1d4e0244bdc1aec8e84043e131969844528d6bc647683281737550c01e23238653126f3932d32c248b3b4e7d9077b5072423d28625f914ac33a4bddd
 SHA512 
10fcf2db037bde467781ae4c9b0b1ee95422a9b80f4d3f4643c2660b0a17dcd041eb111330c345f8759adbad7ef864f8ba108a106117adabc836d782becf7bfe
 DIST rar2fs-1.26.0.tar.gz 258987 BLAKE2B 
ff1fbac1f6792f0423fffdfac789c9f7b7e56721f231590b85896e59e712628162e5c31ee6798b8e92001fe34157bb476811efd38f965897e02596d7740634b9
 SHA512 
f67ba9826eb3de9f6a82088a25c20393cec32fff3c51c1e6bec6b95dd9707fdbb56388639c160a487de687cfda18d7b4985462d22722fd7cc581066a24845d1f

diff --git a/sys-fs/rar2fs/rar2fs-1.25.2.ebuild 
b/sys-fs/rar2fs/rar2fs-1.25.2.ebuild
deleted file mode 100644
index 05cc6b39d68..000
--- a/sys-fs/rar2fs/rar2fs-1.25.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR 
archive(s)"
-HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs;
-SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=app-arch/unrar-5:=
-   sys-fs/fuse"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   export USER_CFLAGS="${CFLAGS}"
-
-   econf \
-   --with-unrar=/usr/include/libunrar \
-   --disable-static-unrar \
-   $(use_enable debug)
-}



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

2018-03-19 Thread Tim Harder
commit: 14f17413b829558980851f2537e8a2e22abee383
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar 20 00:38:07 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar 20 02:20:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f17413

sys-fs/fuse-exfat: remove old

 sys-fs/fuse-exfat/Manifest|  3 ---
 sys-fs/fuse-exfat/fuse-exfat-1.2.4.ebuild | 24 
 sys-fs/fuse-exfat/fuse-exfat-1.2.6.ebuild | 24 
 sys-fs/fuse-exfat/fuse-exfat-1.2.7.ebuild | 24 
 4 files changed, 75 deletions(-)

diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest
index eaf1c6ac6aa..5eba3509ecf 100644
--- a/sys-fs/fuse-exfat/Manifest
+++ b/sys-fs/fuse-exfat/Manifest
@@ -1,4 +1 @@
-DIST fuse-exfat-1.2.4.tar.gz 136048 BLAKE2B 
b0901531cdbf0432d78bb27070eed846db0cb5c7158f063c1a3dfde3a8183fb110bebbdc480bc4bc7fd295ecd204414ba0fa6d9e9879da2bdddc7cc2dde04ecb
 SHA512 
e425df39b205de017250ae29231a1d485649710fa08d6c46f2c831e3ff6a696f20e5bf2086d7803b992edc7e9296ee28df5cf1321cc21183f96e373aa3b5fcd9
-DIST fuse-exfat-1.2.6.tar.gz 136534 BLAKE2B 
56dd5b5cace39804241c55fcd7224264360d106f81e591e7afc58e8937adbf8e4a7a1b4ea9b254d81f851709f827e941291c93bc0163db897ca21911dcf6ecd9
 SHA512 
93132583b9637c9c48eeaa40d49222686488db7123d0c524d6f70daf6e11fdb5b2b0e44046820b36d3a31a3421165ff9546beb93cb94a6f04cb2d0477aa0c420
-DIST fuse-exfat-1.2.7.tar.gz 135447 BLAKE2B 
6cdba6e97643d8705e682540615a9beb191d309817cc8f6d019c25fe088758515b7bedbb1916a47b32ad0f612be36e27adcb6c109e048d3db03597bb4cac6d22
 SHA512 
dd41a9dac2c0229b42127ef517b15d0f63095bdde57a534a7bf4c473a14164964372ae9c8f8d35bf73f8e0ad3acc66483e34f35e90ed18bb88d2696a5cb9645e
 DIST fuse-exfat-1.2.8.tar.gz 159588 BLAKE2B 
929fb87ee75aa70ba68814763c085c76fa1e263451bc3cd388b67dc6e793383c8eede1ea754a55c7ce7f14b38b7ec40f503acd28b0709d1ef58b10cb977a1d58
 SHA512 
ce81f15121b9f21bdaaacb09bdeeccdc8d556585967b85f1ab57534a8da07ea45434541fc571069b5795bae0f2ba5f090bbe7a0d5881dd35de06b706abe6d395

diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.4.ebuild 
b/sys-fs/fuse-exfat/fuse-exfat-1.2.4.ebuild
deleted file mode 100644
index 54bbc72c75a..000
--- a/sys-fs/fuse-exfat/fuse-exfat-1.2.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="exFAT filesystem FUSE module"
-HOMEPAGE="https://github.com/relan/exfat;
-SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz;
-
-# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to 
GPLv2+"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~arm-linux ~x86-linux"
-
-RDEPEND="sys-fs/fuse"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog )
-
-src_install() {
-   default
-   dosym mount.exfat-fuse.8 /usr/share/man/man8/mount.exfat.8
-}

diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.6.ebuild 
b/sys-fs/fuse-exfat/fuse-exfat-1.2.6.ebuild
deleted file mode 100644
index 5380f93ed27..000
--- a/sys-fs/fuse-exfat/fuse-exfat-1.2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="exFAT filesystem FUSE module"
-HOMEPAGE="https://github.com/relan/exfat;
-SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz;
-
-# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to 
GPLv2+"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~arm-linux ~x86-linux"
-
-RDEPEND="sys-fs/fuse"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog )
-
-src_install() {
-   default
-   dosym mount.exfat-fuse.8 /usr/share/man/man8/mount.exfat.8
-}

diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.7.ebuild 
b/sys-fs/fuse-exfat/fuse-exfat-1.2.7.ebuild
deleted file mode 100644
index 5380f93ed27..000
--- a/sys-fs/fuse-exfat/fuse-exfat-1.2.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="exFAT filesystem FUSE module"
-HOMEPAGE="https://github.com/relan/exfat;
-SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz;
-
-# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to 
GPLv2+"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~arm-linux ~x86-linux"
-
-RDEPEND="sys-fs/fuse"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog )
-
-src_install() {
-   default
-   dosym mount.exfat-fuse.8 /usr/share/man/man8/mount.exfat.8
-}



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

2018-03-19 Thread Matt Thode
commit: 36f40a14b8b3a3268b697c9d3ca6d9702ac59f4b
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:24:16 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f40a14

dev-python/entrypoints: adding arm keyword for dev-python/keyring

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/entrypoints/entrypoints-0.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/entrypoints/entrypoints-0.2.3.ebuild 
b/dev-python/entrypoints/entrypoints-0.2.3.ebuild
index 2f1065d5e64..cefd6fa5227 100644
--- a/dev-python/entrypoints/entrypoints-0.2.3.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.2.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com//takluyver/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2018-03-19 Thread Matt Thode
commit: f139fd03948623b4d539c1cb2d8a8053b6caccf3
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:27:04 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f139fd03

dev-python/keyring: 11.1.0 and 12.0.0 bup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/keyring/Manifest  |  2 ++
 dev-python/keyring/keyring-11.1.0.ebuild | 40 
 dev-python/keyring/keyring-12.0.0.ebuild | 40 
 3 files changed, 82 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 77a13cdd2af..a01b8078566 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,2 +1,4 @@
 DIST keyring-10.6.0.tar.gz 40782 BLAKE2B 
acd327711a8f7deb08d172000294d5f104e2d01b65dc7412fa8ceec1c24405206982af04e75da0dfdb7a224a4f8c9ad6f8d5f37106e68eb1add637d7d5027c4f
 SHA512 
56e9c11ac6d50d22ca74f6d677eb24da876a27c84501d8be4ad0cee44356a67213a7d255e0fdab1343411b75b55e9ab50210d0ae95879ae9f3acb8cbe73f9848
 DIST keyring-11.0.0.tar.gz 40883 BLAKE2B 
50ce8bf1265899a3054edf2fabef75694190e06e83a56b5de8e76b3d6c4ea460971d74c1a03d936765914d3b2a1812836bb56363911b706d20d59c158e8478f2
 SHA512 
d4937e84e6de18ed8fcba02d2d297ecc5a6434623c362f5608141041acbc7bc27fbf94e54a5a503a02b725df737fa8505d0d91e2c3e84298fa4044d7dc99f207
+DIST keyring-11.1.0.tar.gz 25518 BLAKE2B 
8b23853a15217a4d51a30d2add4f2e4eaa9af788c37fbb821bde69081d120f4a81560d2165b067b3eb299903a35d0316d944c3889c312745609085bb6ce29cec
 SHA512 
3fb099f8a72c705ad1e2387b67ca3b9bf18615f9253e589bc8996e3b31db4b295a925ff95ef52da861e94ecf10d080db93bde1a7420e8de12448220abe2e016e
+DIST keyring-12.0.0.tar.gz 25387 BLAKE2B 
701a7c7c66761f7d096229a61ccc53b26ae0a5fcd48d62c1109aba908b83a8a0f273bacf25dc182bece1bc907a8ded6765e7d28abdf1c5aefccb37b2c9a1f1b8
 SHA512 
1d9a00aced4d3116eec4483513911ce338900742c005215edaa91df1839495cd102cd7454a1cf5f4a501698866efdb26cb6c5bf551cb1cb4951f1e485371fbe0

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

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



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

2018-03-19 Thread Matt Thode
commit: 9937009ab720f9854902c2e9293952102018b70c
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:07:22 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9937009a

dev-python/pathlib: adding arm keyword for dev-python/keyring

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 801219bee2d..53b77d2f734 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ia64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ppc64 x86"
 IUSE=""
 
 python_test() {



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

2018-03-19 Thread Matt Thode
commit: efdf96ee41f53f6594b02afa1de03a712a053544
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:35:50 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdf96ee

dev-python/oslo-utils: adding with fast stable for pip fixes

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --force

 dev-python/oslo-utils/Manifest  | 2 +-
 .../oslo-utils/{oslo-utils-3.28.1.ebuild => oslo-utils-3.28.2.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 6f0f84d4049..46da31f2539 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1,2 @@
-DIST oslo-utils-3.28.1.tar.gz 85889 BLAKE2B 
b789bcee79f30a59a178c51997b42bc63bc67b998aedf2972b7f01c098992236eb2535a4e7fc43cbde5888340b0b14930093b49142fc9434fa7ea0069733b7d7
 SHA512 
f46c097378af27b8b1e7c9ff0908e3077c19c819ca02a9c181a54fd77a62506668ca22b42d5127a9e49f62244d034b5cef0b7c8c751b55a651a6f46fff0b4c02
+DIST oslo-utils-3.28.2.tar.gz 85818 BLAKE2B 
02e3bee59576a509d5c49e6bad98eca9e099e8a12296af73d5690e6410a4e0e7bad96a0445ad19f7cbee517e7da182979c60ffbe79ad2efedcd3b057710952f8
 SHA512 
39b8d4c67d97c4953a980fe9c8a9ad4b64704e65831f5f34f867ae027141c644cb39d14e5297419618b4dfffa24f2d10abfe988b269063490aa8194155a19f93
 DIST oslo-utils-3.35.0.tar.gz 86107 BLAKE2B 
2b4e00af5993799e43b40d63c667fb582984f8abbdd768203e0c95d2ecaf0f8ea10ba70ed520c116ed0da841dcac479d81881b4061ffe3529d8fe26917bb264f
 SHA512 
dee75fd36b1c3fbccbb432408769c15d17b7dfdeef3b6f7056218670ca2c7e97a1e98acae3e06810f842a8e20fab1cf419b23153cde94c93e6b60e498ae2f527

diff --git a/dev-python/oslo-utils/oslo-utils-3.28.1.ebuild 
b/dev-python/oslo-utils/oslo-utils-3.28.2.ebuild
similarity index 98%
rename from dev-python/oslo-utils/oslo-utils-3.28.1.ebuild
rename to dev-python/oslo-utils/oslo-utils-3.28.2.ebuild
index 80b3b8cbd1c..ef3e39395e7 100644
--- a/dev-python/oslo-utils/oslo-utils-3.28.1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-3.28.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2018-03-19 Thread Matt Thode
commit: 669c523b722f712e3a961d7b47e3be67d5da4121
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:45:34 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669c523b

dev-ruby/facter: 3.11.0 bup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/facter/Manifest |   1 +
 dev-ruby/facter/facter-3.11.0.ebuild | 108 +++
 2 files changed, 109 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 21daef1f21d..e5a20946aea 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -2,5 +2,6 @@ DIST facter-2.4.6.gem 246272 BLAKE2B 
105a43b2697cde0a48d4fcf87e221cfcb348695f817
 DIST facter-2.5.1.gem 254464 BLAKE2B 
7276e9c406c000e51e68a2a1c22d0636e294902d31bcaf58e922961a8e1dd99a362467b7046362a5f179fe72f6c077656d4d400e354ed40ed3a06c71de7f07cc
 SHA512 
4fa4b5248bac64c7a76036e428f0f5fdb0b2173987fbaaf18d0130386126dabb083e23cea8cb4df37bae0ea5a883663f71bc6c04406c562bfb7adc23e0899f57
 DIST facter-3.1.8.tar.gz 324710 BLAKE2B 
9b7ce93d7d0b2112771ea79df0cb35e7bb752e19e4a54d213161479c27c7ade79e148fe1fdbbb3c20d0d61462aac5f4b97b6e84fdca89623d9ba4911f286e9fd
 SHA512 
2884c2c0bb3075b2552763dee7f33228b0e70b4eb46367f52c4cbf9e01930ddc5e58d062d06ced4174900fc3eae5214d80471a4fe499bf0f2ac0278640e0e8c7
 DIST facter-3.10.0.tar.gz 388935 BLAKE2B 
fe224a098bf306cccdfea919eb898e0d60dff09d8277ad7bf70f9af5a2c10983d47bc7abc397357c9296169e3864aa5547e8e67bf7e76596929f1a2b77fa26c5
 SHA512 
4b8538948871578c88498e95b87757e0bf4b3ced6bef174a120fcc16189996adf6c17c9815e1fa7d8d0921dc7d8c45fe518061f79020a3e2ac49dfd3b5457c59
+DIST facter-3.11.0.tar.gz 388960 BLAKE2B 
a37c72201d4b32fda2f2fd1e047f86014121faac4ae78010b7736d40ebb8470cd8c635b5837acb72d891d7540aa0b8cb02908b780de93c85e69bf1e6a95e7cac
 SHA512 
de2ee8e4467eeb40dcf6367063d5902c1d7fb49564ae22536003dbe360b4c6ddf562f8a7139995d0e1c79222437cb47076b3b07cb3a89630a7410aed4e1710ce
 DIST facter-3.9.2.tar.gz 380883 BLAKE2B 
d2804664e0499715230e5696c5a9ebae933f5b43dfb37154251d47763c2c7f78cfa8d1413dd836e5a0c76ed67300d066fa5bb390f17f85cd4cb7a444eaf0d133
 SHA512 
bc040826311bbff40f5a151ade315d9d47ef1e0f3faa570805e48ca55405265e66308230118b9cd59f701ecd76a7b0fd4d9200dd4ace838521223a162b105374
 DIST facter-3.9.5.tar.gz 388129 BLAKE2B 
baa63de9c2faf4b1891999fdbb5c576461ebc0fe522b77d01d7c711a67466a739802426e2b60812083eacd4e684422353227029152384a78477a840be223781f
 SHA512 
32462caa637e08bae5964b18821bceec3ec4de4d1f5d8c28feaacb3574e3d0dbeabe09c41a7972358d874b29ebc0b0ea73dbc75adf118ec6379d3ad04fb1b36a

diff --git a/dev-ruby/facter/facter-3.11.0.ebuild 
b/dev-ruby/facter/facter-3.11.0.ebuild
new file mode 100644
index 000..921e49af450
--- /dev/null
+++ b/dev-ruby/facter/facter-3.11.0.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+# git-r3 goes after ruby-ng so that it overrides src_unpack properly
+inherit cmake-utils eutils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/puppetlabs/facter.git;
+   EGIT_BRANCH="master"
+   S="${S}/${P}"
+else
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${S}/all/${P}"
+fi
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   dev-cpp/cpp-hocon"
+CDEPEND="
+   >=dev-libs/leatherman-1.0.0:=
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   >=dev-libs/boost-1.54:=[nls]
+   >=dev-cpp/yaml-cpp-0.5.1
+   ! 10.1.0/>= 10/' \
+   -e '/rspec/ s/2.11.0/2.11/' \
+   -e '/mocha/ s/0.10.5/0.14.0/' lib/Gemfile || die
+   # patches
+   default
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DUSE_JRUBY_SUPPORT=FALSE
+   -DBLKID_LIBRARY=/$(get_libdir)/libblkid.so.1
+   )
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+}
+
+each_ruby_install() {
+   doruby "${BUILD_DIR}"/lib/facter.rb
+}
+
+src_test() {
+   cmake-utils_src_test
+}
+

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

2018-03-19 Thread Matt Thode
commit: 6b74362150df0e63f6b5337cb892c23eea621f5f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:40:02 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b743621

app-admin/mcollective: 2.12.0 bup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/mcollective/Manifest| 2 +-
 .../{mcollective-2.11.3.ebuild => mcollective-2.12.0.ebuild}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 51acb3c653b..ec8363566f3 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,2 @@
-DIST mcollective-2.11.3.tar.gz 1516665 BLAKE2B 
1610ee73bc44bce3da458c150837c1462a7a1168e8d96acd4ed0fa1a29d1f08bd20fb263cc219f3485e813c669937d8f4ea6243070e8e9bb5a6112e9cdcb5b89
 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
 DIST mcollective-2.11.4.tar.gz 1517194 BLAKE2B 
8723d433e4b8e07b4aecd8c9d13c322ba3e3b6cb7153dbcbbc2e2463fe0ddf48c7b1c1d659e8a28278bb2fa4ec6b3da2f148117b3633b8148f9ba5a0aaabc4b4
 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
+DIST mcollective-2.12.0.tar.gz 1517498 BLAKE2B 
0395cf027ad09e493387d6722112871ebd58def45a5a333dac801c643b989d0bb209489806123bb15a557fb6d690e0084dda2799512079ac1a599ddc664189b4
 SHA512 
ca3e3c6d58f7887e9564fce2ecb05b3c105f58401761082e7e7da5235166d722be9d3dc871cb8de14b7c9126fbc6e63f968c5cd1fd65701347323398fb1c56fd

diff --git a/app-admin/mcollective/mcollective-2.11.3.ebuild 
b/app-admin/mcollective/mcollective-2.12.0.ebuild
similarity index 96%
rename from app-admin/mcollective/mcollective-2.11.3.ebuild
rename to app-admin/mcollective/mcollective-2.12.0.ebuild
index 1e7cca4d567..da18a50ab12 100644
--- a/app-admin/mcollective/mcollective-2.11.3.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc +client"
 
 DEPEND=""



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

2018-03-19 Thread Matt Thode
commit: 982b85abb49885f29d6fd7dadc2eb4c6cb4a8031
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:08:35 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982b85ab

virtual/python-pathlib: adding arm keyword for dev-python/keyring

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild 
b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 8d68b5a625f..6f798a00d8e 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for Python pathlib module"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ia64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/user/ssnb:master commit in: sci-misc/rapidminer-studio/

2018-03-19 Thread Samuel Bernardo
commit: 6f4c444c93ee9ef1e64be2c5fe22960b791e2ec2
Author: Samuel Bernardo  gmail  com>
AuthorDate: Tue Mar 20 00:08:40 2018 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Tue Mar 20 00:08:40 2018 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=6f4c444c

update rapidminer-studio

 sci-misc/rapidminer-studio/Manifest|  6 ++-
 .../rapidminer-studio-8.1.1.ebuild | 57 ++
 2 files changed, 61 insertions(+), 2 deletions(-)

diff --git a/sci-misc/rapidminer-studio/Manifest 
b/sci-misc/rapidminer-studio/Manifest
index 3324338..cbe73ff 100644
--- a/sci-misc/rapidminer-studio/Manifest
+++ b/sci-misc/rapidminer-studio/Manifest
@@ -1,2 +1,4 @@
-DIST rapidminer-studio-7.5.3.zip 130651787 SHA256 
f6f4424e68c688ca2cdcc0e1de0639a6a425e0ecd91546f3a7883b30770949fa SHA512 
1742ac7ec1262a649e02b71a6ae6f9f82b5569608ea1262be786cf5db0c2ea0dfebae1a4391db873fa460c9403725390c24484a3c24ae258219a4084222157c7
 WHIRLPOOL 
7f924ae075ff457073a54abf23dbbaa1137323b006692fc3099a70bf61c7dfb0fdbc793adfc1c30f3703b4e3a95a1591177ad10fe3db13b6077fd6ade160d75a
-EBUILD rapidminer-studio-7.5.3.ebuild 1184 SHA256 
00e6ff764cd0bed5b59549be8e4586e096cdc149557a0e79a4330c5f2af41b4d SHA512 
13f20c85e08d0629420d447481a9ea5b4e9b66d8312ed8da9f29958aede18d06a05504ad62130d72a7305e6a24b8d7ab7b2d36ec5424d605c941d9a4ad728cec
 WHIRLPOOL 
c5baeddda0d81a02735b751c71652da5b91d09256a7ea1b6b760c774406757a932fdb74564fb159bc2b060ad2b37bf0e8eda9767e0b1a525a18f6e9c9e079f39
+DIST rapidminer-studio-7.5.3.zip 130651787 BLAKE2B 
7f199c0d08115a8a27da0e1ef564d1eff5dd48f9b3d436a8a67e6f18f524b677b4f4482474bd2c744a36a6b354415a090511de89a39984bdf82f6213290322b8
 SHA512 
1742ac7ec1262a649e02b71a6ae6f9f82b5569608ea1262be786cf5db0c2ea0dfebae1a4391db873fa460c9403725390c24484a3c24ae258219a4084222157c7
+DIST rapidminer-studio-8.1.1.zip 138020790 BLAKE2B 
eb9262f404b4f8c29eb5bc527a7342b519c1a7b494c4950cf60af3e7753146e31e4c1fb9ac3d4c936d40b48fafb79de4c059fdf7911b73dec80155e541908f1d
 SHA512 
2a7ee297947b12c2a2948f9f1216fbd47fe18354ad34d41a6be4204a7b2bf5cd2f57053d87589d097442670fcc7d0b504dd1399bb5e5abc918d5254ebede8bd2
+EBUILD rapidminer-studio-7.5.3.ebuild 1184 BLAKE2B 
0eec1fd1b2f1f14ec6cb8a89528b866ab2319367074482e393fb09afb75cc79bf1c2df1ff7040801d5684112271a4e640dd454d2816ef2217444184c08700ffc
 SHA512 
13f20c85e08d0629420d447481a9ea5b4e9b66d8312ed8da9f29958aede18d06a05504ad62130d72a7305e6a24b8d7ab7b2d36ec5424d605c941d9a4ad728cec
+EBUILD rapidminer-studio-8.1.1.ebuild 1184 BLAKE2B 
0eec1fd1b2f1f14ec6cb8a89528b866ab2319367074482e393fb09afb75cc79bf1c2df1ff7040801d5684112271a4e640dd454d2816ef2217444184c08700ffc
 SHA512 
13f20c85e08d0629420d447481a9ea5b4e9b66d8312ed8da9f29958aede18d06a05504ad62130d72a7305e6a24b8d7ab7b2d36ec5424d605c941d9a4ad728cec

diff --git a/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild 
b/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild
new file mode 100644
index 000..faaf78a
--- /dev/null
+++ b/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+DESCRIPTION="RapidMiner Studio Free"
+HOMEPAGE="http://rapidminer.com/;
+SRC_URI="https://s3.amazonaws.com/rapidminer.releases/rapidminer-studio/${PV}/rapidminer-studio-${PV}.zip;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE=""
+
+#RESTRICT="fetch"
+
+DEPEND=">=virtual/jdk-1.8"
+RDEPEND="${DEPEND}"
+
+#pkg_nofetch {
+#einfo "Please download ${P}.zip from ${HOMEPAGE}"
+#  einfo "and place them in ${DISTDIR}"
+#}
+
+src_unpack() {
+   if [ "${A}" != "" ]; then
+   unpack ${A}
+   fi
+   ln -sf "$WORKDIR/rapidminer-studio" "$WORKDIR/$P"
+}
+
+src_configure() {
+   return
+}
+
+src_compile() {
+   return
+}
+
+src_install() {
+   local RAPIDDIR="opt/rapidminer/${PV}"
+   dodir "$RAPIDDIR"
+   cp -a "${S}/"* "${D}/${RAPIDDIR}"
+   cp "${FILESDIR}/rapidminer-studio-logo.png" "${D}/${RAPIDDIR}"
+   dodir usr/share/applications
+   cat < "$D/usr/share/applications/rapidminer-studio.desktop"
+[Desktop Entry]
+Name=RapidMiner Studio $PV
+Type=Application
+Comment=RapidMiner Studio
+Exec=/$RAPIDDIR/RapidMiner-Studio.sh
+Icon=/$RAPIDDIR/rapidminer-studio-logo.png
+Categories=Science;
+DESKTOP
+}
+



[gentoo-commits] repo/gentoo:master commit in: app-office/scribus/, app-office/scribus/files/

2018-03-19 Thread Andreas Sturmlechner
commit: 41e75c83ad5a6f8298b3029a2ff751393435c5a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 23:55:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 23:56:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e75c83

app-office/scribus: Fix build with Qt 5.11

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../scribus/files/scribus-1.5.3-qt-5.11.patch  | 59 ++
 app-office/scribus/scribus-1.5.3-r1.ebuild |  1 +
 2 files changed, 60 insertions(+)

diff --git a/app-office/scribus/files/scribus-1.5.3-qt-5.11.patch 
b/app-office/scribus/files/scribus-1.5.3-qt-5.11.patch
new file mode 100644
index 000..d46a9cfcf60
--- /dev/null
+++ b/app-office/scribus/files/scribus-1.5.3-qt-5.11.patch
@@ -0,0 +1,59 @@
+From ed5bb7e205e10a2855b2f55d6de9d5702f81633f Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Mon, 19 Mar 2018 23:52:49 +0100
+Subject: [PATCH] Fix build with Qt 5.11 (missing headers)
+
+---
+ .../plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.cpp   | 3 ++-
+ scribus/plugins/tools/lenseffects/lensdialog.cpp   | 1 +
+ scribus/sclistboxpixmap.h  | 2 ++
+ 3 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git 
a/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.cpp 
b/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.cpp
+index 3f0d916b7..645aec8d1 100644
+--- a/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.cpp
 b/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.cpp
+@@ -26,8 +26,9 @@ for which a new license (GPL+exception) is in place.
+ 
+ #include "meshdistortiondialog.h"
+ 
+-#include 
+ #include 
++#include 
++#include 
+ 
+ #include "commonstrings.h"
+ #include "fpointarray.h"
+diff --git a/scribus/plugins/tools/lenseffects/lensdialog.cpp 
b/scribus/plugins/tools/lenseffects/lensdialog.cpp
+index cfabc4091..bed8305dc 100644
+--- a/scribus/plugins/tools/lenseffects/lensdialog.cpp
 b/scribus/plugins/tools/lenseffects/lensdialog.cpp
+@@ -27,6 +27,7 @@ for which a new license (GPL+exception) is in place.
+ #include "lensdialog.h"
+ #include 
+ #include 
++#include 
+ #include "iconmanager.h"
+ #include "selection.h"
+ #include "sccolorengine.h"
+diff --git a/scribus/sclistboxpixmap.h b/scribus/sclistboxpixmap.h
+index a067b7912..ebdae272c 100644
+--- a/scribus/sclistboxpixmap.h
 b/scribus/sclistboxpixmap.h
+@@ -9,11 +9,13 @@ for which a new license (GPL+exception) is in place.
+ 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #include "scguardedptr.h"
+-- 
+2.16.2
+

diff --git a/app-office/scribus/scribus-1.5.3-r1.ebuild 
b/app-office/scribus/scribus-1.5.3-r1.ebuild
index b65910862d8..12d67402592 100644
--- a/app-office/scribus/scribus-1.5.3-r1.ebuild
+++ b/app-office/scribus/scribus-1.5.3-r1.ebuild
@@ -97,6 +97,7 @@ PATCHES=(
"${FILESDIR}"/${P}-cmake-openssl.patch
"${FILESDIR}"/${P}-poppler-0.58.patch
"${FILESDIR}"/${P}-x86-fpic.patch
+   "${FILESDIR}"/${P}-qt-5.11.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-office/kexi/files/, app-office/kexi/

2018-03-19 Thread Andreas Sturmlechner
commit: 6b6a048bc18c3c4532aa4ba3c9e8326108224018
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 23:10:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 23:56:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6a048b

app-office/kexi: Fix build with Qt 5.11

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/kexi/files/kexi-3.1.0-qt-5.11.patch | 24 
 app-office/kexi/kexi-3.1.0.ebuild  |  2 ++
 2 files changed, 26 insertions(+)

diff --git a/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch 
b/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch
new file mode 100644
index 000..a879b2a4604
--- /dev/null
+++ b/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch
@@ -0,0 +1,24 @@
+From c7b9215e7ae30a052fa11aa4199e7adea517c7e2 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Tue, 20 Mar 2018 00:06:46 +0100
+Subject: [PATCH] Fix build with Qt 5.11 (missing headers)
+
+---
+ src/main/startup/KexiNewProjectAssistant.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/main/startup/KexiNewProjectAssistant.cpp 
b/src/main/startup/KexiNewProjectAssistant.cpp
+index 59e819acc..6568f1b5c 100644
+--- a/src/main/startup/KexiNewProjectAssistant.cpp
 b/src/main/startup/KexiNewProjectAssistant.cpp
+@@ -48,6 +48,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.16.2
+

diff --git a/app-office/kexi/kexi-3.1.0.ebuild 
b/app-office/kexi/kexi-3.1.0.ebuild
index fa15f9b5f72..8ceeaf7b7c7 100644
--- a/app-office/kexi/kexi-3.1.0.ebuild
+++ b/app-office/kexi/kexi-3.1.0.ebuild
@@ -62,6 +62,8 @@ RDEPEND="${COMMON_DEPEND}
!app-office/calligra-l10n:4[calligra_features_kexi(+)]
 "
 
+PATCHES=( "${FILESDIR}"/${P}-qt-5.11.patch )
+
 src_prepare() {
if ! use webkit; then
punt_bogus_dep Qt5 WebKit



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2018-03-19 Thread Sergei Trofimovich
commit: 3e48e603923af1675c5b4b2a05de269f776423c7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:36:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:36:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e48e603

dev-java/tomcat-servlet-api: stable 8.5.23 for ppc64, bug #637656

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.23.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.23.ebuild
index e9d9db39df0..df5d6f08c21 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.23.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.23.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"



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

2018-03-19 Thread Sergei Trofimovich
commit: 1f17c330de6aa0ae3a497b9a6b5f48331ec5844f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:33:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:33:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f17c330

net-misc/dhcpcd: stable 7.0.1 for ia64, bug #650938

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-misc/dhcpcd/dhcpcd-7.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild 
b/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild
index 2723156dac9..7aa7f2c2c19 100644
--- a/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-7.0.1.ebuild
@@ -11,7 +11,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2018-03-19 Thread Sergei Trofimovich
commit: f59050ac934ee53937f449937f26d9137e42ad30
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:23:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:23:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59050ac

net-analyzer/icinga: stable 1.14.2 for ppc64, bug #637640

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 net-analyzer/icinga/icinga-1.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/icinga/icinga-1.14.2.ebuild 
b/net-analyzer/icinga/icinga-1.14.2.ebuild
index a611880db2e..3bc81cee760 100644
--- a/net-analyzer/icinga/icinga-1.14.2.ebuild
+++ b/net-analyzer/icinga/icinga-1.14.2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-core-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
 IUSE="+apache2 contrib eventhandler +idoutils lighttpd +mysql perl +plugins 
postgres ssl +vim-syntax +web"
 DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
perl? ( dev-lang/perl:= )



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

2018-03-19 Thread Sergei Trofimovich
commit: ff7acff3ab82143025a3cc5c9919f238ab833c92
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:24:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7acff3

net-analyzer/pnp4nagios: stable 0.6.26-r9 for ppc64, bug #637640

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild 
b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
index c786b4d7cc5..48d161daa23 100644
--- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
+++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="apache2 icinga +nagios"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 
 REQUIRED_USE="^^ ( icinga nagios )"
 



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

2018-03-19 Thread Sergei Trofimovich
commit: 03c12107d33b40b0037f2805f5d8ee8df953c1b1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:23:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:23:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c12107

net-analyzer/icinga2: stable 2.8.1 for ppc64, bug #637640

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 net-analyzer/icinga2/icinga2-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/icinga2/icinga2-2.8.1.ebuild 
b/net-analyzer/icinga2/icinga2-2.8.1.ebuild
index 646a2279247..ed2e1ddc30c 100644
--- a/net-analyzer/icinga2/icinga2-2.8.1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 if [[ ${PV} !=  ]]; then
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 else
inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;



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

2018-03-19 Thread Sergei Trofimovich
commit: 2ea5491bca006e8a04a08a44b9c242be44559943
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:19:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:19:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea5491b

app-arch/xar: stable 1.6.1-r1 for hppa, bug #621010

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-arch/xar/xar-1.6.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/xar/xar-1.6.1-r1.ebuild b/app-arch/xar/xar-1.6.1-r1.ebuild
index 6e7d19808e1..fc7d40c29d5 100644
--- a/app-arch/xar/xar-1.6.1-r1.ebuild
+++ b/app-arch/xar/xar-1.6.1-r1.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
@@ -10,7 +10,7 @@ SRC_URI="mirror://github/mackyle/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="+bzip2 libressl"
 
 DEPEND="



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

2018-03-19 Thread Sergei Trofimovich
commit: 5e625efe5fccc3b6915d6887d87008afa8008324
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:17:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:17:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e625efe

app-misc/tmux: stable 2.6 for ppc, bug #644254

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/app-misc/tmux/tmux-2.6.ebuild b/app-misc/tmux/tmux-2.6.ebuild
index a4d3a8dc6f6..f71497add19 100644
--- a/app-misc/tmux/tmux-2.6.ebuild
+++ b/app-misc/tmux/tmux-2.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_*}/${P/_/-}.tar.
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
 
 CDEPEND="



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

2018-03-19 Thread Manuel Rüger
commit: b01e1f5b4d009b881426f83d54ce2b9872b13486
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 23:13:39 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 23:13:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01e1f5b

sys-kernel/linux-firmware: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/linux-firmware/Manifest |   2 -
 .../linux-firmware/linux-firmware-20170314.ebuild  | 112 ---
 .../linux-firmware/linux-firmware-20180119.ebuild  | 119 -
 3 files changed, 233 deletions(-)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 69508ebb303..0bd60fafdab 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -1,5 +1,3 @@
-DIST linux-firmware-20170314.tar.gz 96072698 BLAKE2B 
bf650b91a696d88272361c1845d0d7856e90c6d6e1d008a3d5f40bb9beb43a6047f2280d7e4fabeff25a2518c63086a331f1e1af59c458d6bec451efc4415ad2
 SHA512 
1e3a40d42ccd5260afd66161727e45af1de80129093f83f547f20502fce075927952629bfda4ec5b53a6f279daca0304fb462e7c6aa566bfe2b9b687688b6460
 DIST linux-firmware-20180103.tar.gz 138263360 BLAKE2B 
b7af0f94bf7111a1f4a10c7403f43dbfe837912ccf3afd4bcc362e483bcf15e02df76a37b112b2545c67bfbb2df031890dead100552e402ffc4727041409d891
 SHA512 
ed95205c075b47a2f30d9c96181ca0047de017abb1b5904f7c504a0afb8ea673c179980eb92d5690dd1a5cfb29815f224f384b4dcc472f80ddc90af3b2cbd4ce
-DIST linux-firmware-20180119.tar.gz 138505266 BLAKE2B 
d97f8d674b73f487cc90d4ad1f82c45967953bb5fd5241b7f552908efe39a3fe5890ab02b4826df9269bc7abd3dabd2ccf81542af11c97ae50335dc97c70b4ff
 SHA512 
4378d6f9a80cc6c5f6b387b321794bb2a1c7931aebc90d134858ce59d83428d684ff22587efd234e9b30e6d71f672f9e04a92fa0b2c21605912e5ec72252be12
 DIST linux-firmware-20180213.tar.gz 140041732 BLAKE2B 
8f8b382233c0d7ad3c1e82169880ed9ab8a00f3372e27f79a0c43bcf8493740dd6c496559a4b28d531878ea32b88ad0e68480ed487f23fa70b2d7c4534ef96b0
 SHA512 
d4c4e72cf55111cd1914d6f82def864f951c31f7d90031a14c0420ab4d36421c49df788f24ef0c3677b32ae10a1d7920a0d1a4fa983a8f1106715f94fd7977ed
 DIST microcode_amd_fam17h.tar.gz 2204 BLAKE2B 
20f3b006587f49fced335fd38711da2384a1f5cd0b93a483d7022d8aa211dc855427a637583dd2eae9f108120f2fda4b80db081d48d3332da906de8e10b94464
 SHA512 
d3b52797a5968f8da76d39322780e61d04bab5d810b0b07d64e469fcd67998e4191b0e0a9ab7e4c27189941369ef1b28501458fd9bbeb958c98f6e378510

diff --git a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
deleted file mode 100644
index 361167c19d6..000
--- a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit savedconfig
-
-if [[ ${PV} == * ]]; then
-   inherit git-2
-   SRC_URI=""
-   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
-   KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-else
-   GIT_COMMIT="e39f0e3e6897ad865b3704f61218ae83f98a85da"
-   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-fi
-
-DESCRIPTION="Linux firmware files"
-HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
-
-LICENSE="linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+ freedist"
-SLOT="0"
-IUSE="savedconfig"
-
-DEPEND=""
-RDEPEND="!savedconfig? (
-   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
-   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
-   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
-   !sys-firmware/alsa-firmware[alsa_cards_sb16]
-   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
-   !media-tv/cx18-firmware
-   ! 
${PN}.conf
-   find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf
-
-   if use savedconfig; then
-   restore_config ${PN}.conf
-   ebegin "Removing all files not listed in config"
-   find * \( \! -type d -and \! -name ${PN}.conf \) \
-   | sort ${PN}.conf ${PN}.conf - \
-   | uniq -u | xargs -r rm
-   eend $? || die
-   # remove empty directories, bug #396073
-   find -type d -empty -delete || die
-   fi
-}
-
-src_install() {
-   if use !savedconfig; then
-   save_config ${PN}.conf
-   fi
-   rm ${PN}.conf || die
-   insinto /lib/firmware/
-   doins -r *
-}
-
-pkg_preinst() {
-   if use savedconfig; then
-   ewarn "USE=savedconfig is active. You must handle file 
collisions manually."
-   fi
-}
-
-pkg_postinst() {
-   

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

2018-03-19 Thread Manuel Rüger
commit: d804ee9893c7f587e1aea7c62d9180707ba744fa
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 23:16:07 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 23:16:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d804ee98

sys-kernel/linux-firmware: Update snapshot

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20180314.ebuild  | 119 +
 2 files changed, 120 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 0bd60fafdab..cef6f8e3cc3 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -1,3 +1,4 @@
 DIST linux-firmware-20180103.tar.gz 138263360 BLAKE2B 
b7af0f94bf7111a1f4a10c7403f43dbfe837912ccf3afd4bcc362e483bcf15e02df76a37b112b2545c67bfbb2df031890dead100552e402ffc4727041409d891
 SHA512 
ed95205c075b47a2f30d9c96181ca0047de017abb1b5904f7c504a0afb8ea673c179980eb92d5690dd1a5cfb29815f224f384b4dcc472f80ddc90af3b2cbd4ce
 DIST linux-firmware-20180213.tar.gz 140041732 BLAKE2B 
8f8b382233c0d7ad3c1e82169880ed9ab8a00f3372e27f79a0c43bcf8493740dd6c496559a4b28d531878ea32b88ad0e68480ed487f23fa70b2d7c4534ef96b0
 SHA512 
d4c4e72cf55111cd1914d6f82def864f951c31f7d90031a14c0420ab4d36421c49df788f24ef0c3677b32ae10a1d7920a0d1a4fa983a8f1106715f94fd7977ed
+DIST linux-firmware-20180314.tar.gz 143769384 BLAKE2B 
91a90cdfcb413abf6c95a19c240c4f50077b7fcf727edd4ecb280ae29bdd3ed32fb8ffb562eee16da674be0a82ea2ecd84e263b44d910114d89d7b2a031bba5c
 SHA512 
9f9822c0e2f15d928e9c68b2ecd5f3302ac570ca8f375003168cfaaa8acf2efceb279e82ada6a98c5f2554ca81f77b7a5a126d02b43ff2e5252ab68071507f54
 DIST microcode_amd_fam17h.tar.gz 2204 BLAKE2B 
20f3b006587f49fced335fd38711da2384a1f5cd0b93a483d7022d8aa211dc855427a637583dd2eae9f108120f2fda4b80db081d48d3332da906de8e10b94464
 SHA512 
d3b52797a5968f8da76d39322780e61d04bab5d810b0b07d64e469fcd67998e4191b0e0a9ab7e4c27189941369ef1b28501458fd9bbeb958c98f6e378510

diff --git a/sys-kernel/linux-firmware/linux-firmware-20180314.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20180314.ebuild
new file mode 100644
index 000..768f03733aa
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20180314.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit savedconfig
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   SRC_URI=""
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git;
+   KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+else
+   GIT_COMMIT="4c0bf113a55975d702673e57c5542f150807ad66"
+   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz
 -> ${P}.tar.gz
+   mirror://gentoo/microcode_amd_fam17h.tar.gz
+   
https://dev.gentoo.org/~whissi/dist/${PN}/microcode_amd_fam17h.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
+
+LICENSE="linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+ freedist"
+SLOT="0"
+IUSE="savedconfig"
+
+DEPEND=""
+RDEPEND="!savedconfig? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
+   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
+   !sys-firmware/alsa-firmware[alsa_cards_sb16]
+   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
+   !media-tv/cx18-firmware
+   ! 
${PN}.conf
+   find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf
+
+   if use savedconfig; then
+   restore_config ${PN}.conf
+   ebegin "Removing all files not listed in config"
+   find * \( \! -type d -and \! -name ${PN}.conf \) \
+   | sort ${PN}.conf ${PN}.conf - \
+   | uniq -u | xargs -r rm
+   eend $? || die
+   # remove empty directories, bug #396073
+   find -type d -empty -delete || die
+   fi
+}
+
+src_install() {
+   if use !savedconfig; then
+   save_config ${PN}.conf
+   fi
+   rm ${PN}.conf || die
+   insinto /lib/firmware/
+   doins -r *
+}
+
+pkg_preinst() {
+   if use savedconfig; then
+   ewarn "USE=savedconfig is active. You must handle file 
collisions manually."
+   fi
+}
+
+pkg_postinst() {
+   elog "If you are only interested in particular firmware files, edit the 
saved"
+   elog "configfile and remove those that you do not want."
+}



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

2018-03-19 Thread Sergei Trofimovich
commit: c06b362ff14651c729a0865b7fcaf516cc8d5d47
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:00:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06b362f

dev-python/sphinx-gallery: stable 0.1.12 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
index cdec5170a65..d67dc59bff5 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2018-03-19 Thread Sergei Trofimovich
commit: 93280dfb221065d152c3396d07df9ce754514017
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:00:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93280dfb

dev-python/cycler: stable 0.10.0 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/cycler/cycler-0.10.0.ebuild 
b/dev-python/cycler/cycler-0.10.0.ebuild
index af99062a4a5..4dee2de1209 100644
--- a/dev-python/cycler/cycler-0.10.0.ebuild
+++ b/dev-python/cycler/cycler-0.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2018-03-19 Thread Sergei Trofimovich
commit: 19bae3034566a530e122f303b2b79e2d02de7e4a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:00:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bae303

dev-python/versioneer: stable 0.16 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/versioneer/versioneer-0.16.ebuild 
b/dev-python/versioneer/versioneer-0.16.ebuild
index 5dea8ac26b2..14462c4155e 100644
--- a/dev-python/versioneer/versioneer-0.16.ebuild
+++ b/dev-python/versioneer/versioneer-0.16.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="public-domain"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2018-03-19 Thread Sergei Trofimovich
commit: fbcb0e0f2b626f0f0ec84321a5a07a4d86631a22
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:00:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcb0e0f

media-libs/qhull: stable 2015.2 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/qhull/qhull-2015.2.ebuild 
b/media-libs/qhull/qhull-2015.2.ebuild
index 328e14b473f..f88a8b84a6e 100644
--- a/media-libs/qhull/qhull-2015.2.ebuild
+++ b/media-libs/qhull/qhull-2015.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/download/${PN}-2015-src-7.2.0.tgz -> 
${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc static-libs"
 
 DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )



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

2018-03-19 Thread Sergei Trofimovich
commit: 27c63ac794eaf3fc83ae7a023e5603f17398daab
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:00:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c63ac7

dev-python/xcffib: stable 0.5.1 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/xcffib/xcffib-0.5.1.ebuild 
b/dev-python/xcffib/xcffib-0.5.1.ebuild
index 5f4fe901483..c5c4077789b 100644
--- a/dev-python/xcffib/xcffib-0.5.1.ebuild
+++ b/dev-python/xcffib/xcffib-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="test"
 
 COMMON_DEPEND="x11-libs/libxcb"



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

2018-03-19 Thread Sergei Trofimovich
commit: 4fd9c5d285e668538d45b0101b401413211d0c62
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:03:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd9c5d2

dev-python/cairocffi: stable 0.8.0 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/cairocffi/cairocffi-0.8.0.ebuild 
b/dev-python/cairocffi/cairocffi-0.8.0.ebuild
index 9e67118b8c4..e5fe6c9ee2a 100644
--- a/dev-python/cairocffi/cairocffi-0.8.0.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.8.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2018-03-19 Thread Ulrich Müller
commit: 8a87de18707ceffbda8bb11bad8d3048e6a0d408
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 19 23:03:58 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 19 23:03:58 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=8a87de18

eapi_usage.sh: Replace first awk by grep.

This should make it slightly more robust.
Don't exclude files names Manifest* as it may be a valid package name.

 eapi_usage.sh | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/eapi_usage.sh b/eapi_usage.sh
index 9ed0819..29c3831 100755
--- a/eapi_usage.sh
+++ b/eapi_usage.sh
@@ -7,20 +7,18 @@
 #
 #pinspect eapi_usage /usr/portage
 
-find /usr/portage/metadata/md5-cache -type f \
-  ! -name '*.gz' ! -name 'Manifest*' -exec awk '
-/^EAPI=/ { sub("EAPI=",""); eapi[$1]++; nextfile }
-END { for (i in eapi) print i,eapi[i] }
-  ' '{}' '+' | awk '
-{ eapi[$1]+=$2; total+=$2 }
+find /usr/portage/metadata/md5-cache -type f ! -name '*.gz' \
+  -exec grep -h '^EAPI=' '{}' + \
+  | awk '
+{ sub("EAPI=",""); eapi[$1]++ }
 END {
   PROCINFO["sorted_in"]="@val_num_desc"
   for (i in eapi) {
-s=""; for (j=1; j

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

2018-03-19 Thread Sergei Trofimovich
commit: c5b948f410a8f2106e1eddff06bbc642788fa54e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:00:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b948f4

dev-python/subprocess32: stable 3.2.7 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/subprocess32/subprocess32-3.2.7.ebuild 
b/dev-python/subprocess32/subprocess32-3.2.7.ebuild
index 39e9a5df677..4672d3e0fd1 100644
--- a/dev-python/subprocess32/subprocess32-3.2.7.ebuild
+++ b/dev-python/subprocess32/subprocess32-3.2.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ppc64 x86"
 IUSE="test"
 
 PATCHES=( "${FILESDIR}"/${P}-sandbox-test-fix.patch )



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

2018-03-19 Thread Sergei Trofimovich
commit: 38801915bbf3a466e90033c9ffbcbde5d57a571d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:04:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38801915

dev-python/matplotlib: stable 2.1.2-r1 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild 
b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild
index 81e07f0879b..69536d0eefc 100644
--- a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ppc64 ~x86"
 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"



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

2018-03-19 Thread Sergei Trofimovich
commit: ffc8b6e5807cb0ef32dd08233943c4deface475c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 23:00:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 23:05:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc8b6e5

dev-python/colorspacious: stable 1.1.0 for ppc64, bug #636054

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/colorspacious/colorspacious-1.1.0.ebuild 
b/dev-python/colorspacious/colorspacious-1.1.0.ebuild
index 67191c2abd3..a04f48a957a 100644
--- a/dev-python/colorspacious/colorspacious-1.1.0.ebuild
+++ b/dev-python/colorspacious/colorspacious-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND="



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

2018-03-19 Thread Manuel Rüger
commit: 879ab26fbcb957687142286c69c1e009159f9369
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 22:53:48 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 22:53:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879ab26f

app-emulation/docker-runc: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/docker-runc/Manifest |  2 -
 .../docker-runc-1.0.0_rc4_p20170926.ebuild | 59 --
 .../docker-runc-1.0.0_rc4_p20171108.ebuild | 59 --
 3 files changed, 120 deletions(-)

diff --git a/app-emulation/docker-runc/Manifest 
b/app-emulation/docker-runc/Manifest
index e9895f2f911..34e45bed57d 100644
--- a/app-emulation/docker-runc/Manifest
+++ b/app-emulation/docker-runc/Manifest
@@ -1,4 +1,2 @@
 DIST docker-runc-1.0.0_rc4_p20170917.tar.gz 1094599 BLAKE2B 
fed7b3cb3bbf214c61f9bc84752f143de9f18aa1ad1720c80df171eaa82f545cdafdbd58f64ee21e05db67f7fcfa139622fc8356aa7584db87b72d46e3285907
 SHA512 
0cb0748812296294a87dda257dbf0947897a1ada2aa861ff3e65309a6bbecebbe798929845fca6f23b66fd0dc019bca0a032737c7192fe20618d8e1849866f3d
-DIST docker-runc-1.0.0_rc4_p20170926.tar.gz 1188421 BLAKE2B 
ba21aaed4c434358876e9a1656a0592e5df90e16ebd52b69a2ddd3344aba2db5e335de1c88aeed27101ec5441174da148d0da02ade0b517d36d45e0aff53ca9e
 SHA512 
bad4643ce37dbba168cc3b0820cf7dc8166ff2d7970de519f86ca09123b5174dd98b7bc550b714dc8235732923e0090031c789deb603f310e042a39f1d76
-DIST docker-runc-1.0.0_rc4_p20171108.tar.gz 1189298 BLAKE2B 
e213955ef59e7d5a43f1567c67d72b99d7de503340ed8c777a43a70c4f2b1dbfce2905377c912958f736cf31247334d1c2ab29fae203a297561c26ad43a4e4c1
 SHA512 
a5bf97ce284317e03e63ee0e39228d77848fcde2f6322de06eebc2536978b5d87fd8c3fbccb2e74ef8c80fbaa28f3d0b24074cb9fde01e268593332aacd57695
 DIST docker-runc-1.0.0_rc4_p20180122.tar.gz 1184954 BLAKE2B 
faf07c06c12301588d9adb1bfd31d562b31cd1119f1247b06afb2d6eba077c37a8871bd32d48e20b79f1b91fd052ec54fe6da5ac8c51713c9757e1967db563c3
 SHA512 
c7b24ca6212ce500d1d4c3a1776be5ca116d4f005d71e5fe8f2228c26f039058f3dd1071e9e39aa9c93272a49f7ff2ac86e2fbbcf6115cc3de65a370127d8ea5

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170926.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170926.ebuild
deleted file mode 100644
index e87d7dd2df9..000
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170926.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/opencontainers/${PN/docker-}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="0351df1c5a66838d0c392b4ac4cf9450de844e2d"
-   RUNC_COMMIT="0351df1" # Change this when you update the ebuild
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="runc container cli tools (docker fork)"
-HOMEPAGE="http://runc.io;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+ambient apparmor hardened +seccomp"
-
-RDEPEND="
-   apparmor? ( sys-libs/libapparmor )
-   seccomp? ( sys-libs/libseccomp )
-   !app-emulation/runc
-"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -i -e "s/git rev-parse.*\$/echo gentoo)/" -e "/COMMIT :=/d" -e 
"/COMMIT_NO :=/d" Makefile || die
-}
-
-src_compile() {
-   # Taken from app-emulation/docker-1.7.0-r1
-   export CGO_CFLAGS="-I${ROOT}/usr/include"
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
-   -L${ROOT}/usr/$(get_libdir)"
-
-   # build up optional flags
-   local options=(
-   $(usex ambient 'ambient' '')
-   $(usex apparmor 'apparmor' '')
-   $(usex seccomp 'seccomp' '')
-   )
-
-   GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \
-   COMMIT="${RUNC_COMMIT}"
-}
-
-src_install() {
-   dobin runc
-}

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20171108.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20171108.ebuild
deleted file mode 100644
index f8b7a5ec038..000
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20171108.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/opencontainers/${PN/docker-}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="b2567b37d7b75eb4cf325b77297b140ea686ce8f"
-   RUNC_COMMIT="b2567b3" # Change this when you update the ebuild
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="runc container 

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

2018-03-19 Thread Manuel Rüger
commit: cd53a8974060ec786b52a4e35e27625cdf88f077
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 22:51:22 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 22:51:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd53a897

app-emulation/docker-runc: Stabilize on amd64

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild
index ac5fcf94919..cf7b91c52a9 100644
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild
+++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20180122.ebuild
@@ -11,7 +11,7 @@ else
EGIT_COMMIT="9f9c96235cc97674e935002fc3d78361b696a69e"
RUNC_COMMIT="9f9c962" # Change this when you update the ebuild
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
+   KEYWORDS="amd64 ~arm ~ppc64"
inherit golang-vcs-snapshot
 fi
 



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

2018-03-19 Thread Manuel Rüger
commit: fb3cbd065f3c0604452e26e16c3a0a8c59e495cb
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 22:52:07 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 22:52:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3cbd06

app-emulation/docker-proxy: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/docker-proxy/Manifest|  1 -
 .../docker-proxy-0.8.0_p2016.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-emulation/docker-proxy/Manifest 
b/app-emulation/docker-proxy/Manifest
index 7e853ac820a..0849ac8772c 100644
--- a/app-emulation/docker-proxy/Manifest
+++ b/app-emulation/docker-proxy/Manifest
@@ -1,3 +1,2 @@
-DIST docker-proxy-0.8.0_p2016.tar.gz 2150464 BLAKE2B 
a752ad0170cab2aebe2d5e826db22f5e21135a8fbfa835f62804c303be9f136fee941942e7d07e82e19033a62d51f37a41e9c36b48df48947d2885c351584f4f
 SHA512 
86293b9cafc3c468760266b47412040f21309baad27765f584cfa1e93bc2ad88068832ed55f2ae8e4f16825e9f44619e89985fd36d98b3d47eaf1d1160f76c8e
 DIST docker-proxy-0.8.0_p20170917.tar.gz 2177045 BLAKE2B 
0fed1328e8216ab83b23e8e1fe1793da6e874eced7ad18d101b0b7757f1de4fa7d321fb78620a349a4ed492abb4d85c3ecbf49311698b6af156a6255dec5740e
 SHA512 
673ea638fa5c560d8238d7c1d88f114430f9d8efe701804bfe30044d0c059a688cbf6b62922be50834e16ee055ef6cf015f6232f76f0d942768f9e84e95496cd
 DIST docker-proxy-0.8.0_p20180112.tar.gz 2679651 BLAKE2B 
aa134607a90029b41f12885876f175e0e4d77de7e23888912e561d2a75056a8b85f8bb31bfc27e5ddcb102d7d113720ecf4796d7c7d6f6a4c5db10c5f4c60915
 SHA512 
43d7a8259b5ee2f605ae07dfe64e25b90445b9d38b279a19366df64093dc7d16f3820e3cd67c8569292efc548334a278f1fcbcfb13aed3a73ba980309f8115c9

diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild 
b/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
deleted file mode 100644
index 3df01103346..000
--- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p2016.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/libnetwork"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   EGIT_COMMIT="57be722e077059d1ee0539be31743a3642ccbeb3"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="Docker container networking"
-HOMEPAGE="https://github.com/docker/libnetwork;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-RDEPEND="!

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

2018-03-19 Thread Manuel Rüger
commit: ea386ba30e3906692da42d13e37fc3c2f2489eb9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 22:50:17 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 22:50:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea386ba3

app-emulation/containerd: Stabilize 1.0.1 on amd64

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/containerd/containerd-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/containerd/containerd-1.0.1.ebuild 
b/app-emulation/containerd/containerd-1.0.1.ebuild
index f9e3a202515..4495f702849 100644
--- a/app-emulation/containerd/containerd-1.0.1.ebuild
+++ b/app-emulation/containerd/containerd-1.0.1.ebuild
@@ -13,7 +13,7 @@ else
EGIT_COMMIT="v${MY_PV}"
CONTAINERD_COMMIT="9b55aab"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
+   KEYWORDS="amd64 ~arm ~ppc64"
inherit golang-vcs-snapshot
 fi
 



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

2018-03-19 Thread Manuel Rüger
commit: c1ae7d8ebc957069feb73c59e77528cd31c24eb8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 22:49:36 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 22:49:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ae7d8e

app-emulation/docker: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/docker/Manifest |   1 -
 app-emulation/docker/docker-17.12.0-r2.ebuild | 316 --
 2 files changed, 317 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index a61b5b6552b..dc73d87778d 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,4 +1,3 @@
 DIST docker-17.09.1.tar.gz 10135978 BLAKE2B 
4c2dea48b3593332ac7b02bfcc7bf037b858adf87e5dd8ff84b03aca75d711375fafb06683a6a57cd2549c1a0a0edb2d7c7c1d4cf1b9ceefce18f4f91164b931
 SHA512 
e968ced32c379b74602053d1e9fe9ee5abe595078bb8d5f0d994c7eafd1557158d58fa48489ca8d7d578dbc7a5241182288b3ab37885b53abb8364d7aa9d2a4f
-DIST docker-17.12.0-r1.tar.gz 11008332 BLAKE2B 
95a95bdf64bc6d6aa7a60d515d5661589c0e94ba687d5d766010579a5511dc85f2675dc2b22d628b153ef6fc018be9015ea80a4bcdaea4c10689a7c70eddea79
 SHA512 
7381bddf4b2538b2b76229d962925eee74a38ddbb18a6f988ccff2a2ce0ef334148ea76d9697e89acc6c9018cb6f785b59c27450dfb930ead01fa5684c6a90b1
 DIST docker-17.12.1.tar.gz 11046888 BLAKE2B 
f50236826d8b064023e76a6c23a52c307eada73338d25fcc4fd3448a855f91b0f1d3080408bc9e58102467a9605c54c20080773b46851135566b85ce00f7dfb8
 SHA512 
ca9c28a489c6c65de27cb64e68c783336e2ddca7e7b2d241e9557a43e62e33146afb644aa67fe92afce658522c02fbe0378b3c1318a32628c1a1a046c67a4fb7
 DIST docker-18.02.0.tar.gz 12659242 BLAKE2B 
0aac95ec6e6cbf980ec163cd40d9646207ef46df93dab9dab397ddc9a5a29addd25c014b810056a48f7498b5e2cb0d5772f99eed0b2b4d12eac815822ac22609
 SHA512 
4d1bd0ffc893e70fc524f46cacdc4ab035d8b7e0fd7e8de9faf6d9c30b9920b68a99764101e47a8375425b774fe93c317213509b2d1ace87c7598b2b939b849b

diff --git a/app-emulation/docker/docker-17.12.0-r2.ebuild 
b/app-emulation/docker/docker-17.12.0-r2.ebuild
deleted file mode 100644
index 2c3a57a2871..000
--- a/app-emulation/docker/docker-17.12.0-r2.ebuild
+++ /dev/null
@@ -1,316 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker-ce"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git;
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   inherit versionator
-   if [ "$(get_version_component_count)" = 4 ]; then
-   MY_PV="$(replace_version_separator 3 '-ce-')"
-   else
-   MY_PV="$PV-ce"
-   fi
-   DOCKER_GITCOMMIT="c97c6d6"
-   EGIT_COMMIT="v${MY_PV}"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}-r1.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm2-2.02.89[thin]
-   )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-   apparmor? ( sys-libs/libapparmor )
-"
-
-DEPEND="
-   ${CDEPEND}
-
-   dev-go/go-md2man
-
-   btrfs? (
-   >=sys-fs/btrfs-progs-3.16.1
-   )
-"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
-RDEPEND="
-   ${CDEPEND}
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7
-   >=app-arch/xz-utils-4.9
-   dev-libs/libltdl
-   ~app-emulation/containerd-1.0.0
-   ~app-emulation/docker-runc-1.0.0_rc4_p20171108[apparmor?,seccomp?]
-   >=app-emulation/docker-proxy-0.8.0_p20170917
-   container-init? ( >=sys-process/tini-0.16.1[static] )
-"
-
-RESTRICT="installsources strip"
-
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-# see "contrib/check-config.sh" from upstream's sources
-CONFIG_CHECK="
-   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
-   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
-   ~KEYS
-   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
-   ~NF_NAT_IPV4 ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE
-   ~NETFILTER_XT_MATCH_ADDRTYPE 

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

2018-03-19 Thread Sergei Trofimovich
commit: 2f9645c326c005d24a37e811b90fa0d0e6e0545b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 22:42:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 22:42:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9645c3

app-text/openjade: stable 1.3.2-r7 for hppa, bug #620838

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-text/openjade/openjade-1.3.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/openjade/openjade-1.3.2-r7.ebuild 
b/app-text/openjade/openjade-1.3.2-r7.ebuild
index b6534846e1a..687b57fad76 100644
--- a/app-text/openjade/openjade-1.3.2-r7.ebuild
+++ b/app-text/openjade/openjade-1.3.2-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/openjade/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="app-text/sgml-common



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

2018-03-19 Thread Sergei Trofimovich
commit: 2b53379e080358f3a4045d5b06e861dc4bbe4add
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 22:35:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 22:39:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b53379e

net-analyzer/icinga: stable 1.14.2 for ppc, bug #637640

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 net-analyzer/icinga/icinga-1.14.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/icinga/icinga-1.14.2.ebuild 
b/net-analyzer/icinga/icinga-1.14.2.ebuild
index d9d4e9fb365..a611880db2e 100644
--- a/net-analyzer/icinga/icinga-1.14.2.ebuild
+++ b/net-analyzer/icinga/icinga-1.14.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-core-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86"
 IUSE="+apache2 contrib eventhandler +idoutils lighttpd +mysql perl +plugins 
postgres ssl +vim-syntax +web"
 DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
perl? ( dev-lang/perl:= )



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

2018-03-19 Thread Sergei Trofimovich
commit: 78d0b6274d84e8f9a003653ba7dfc98fe077059e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 22:35:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 22:39:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d0b627

net-analyzer/icinga2: stable 2.8.1 for ppc, bug #637640

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 net-analyzer/icinga2/icinga2-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/icinga2/icinga2-2.8.1.ebuild 
b/net-analyzer/icinga2/icinga2-2.8.1.ebuild
index ce606b8bb30..646a2279247 100644
--- a/net-analyzer/icinga2/icinga2-2.8.1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 if [[ ${PV} !=  ]]; then
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 else
inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;



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

2018-03-19 Thread Sergei Trofimovich
commit: 1e6d301bd61a4ef4533bcd02aabb9111b493844f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 22:35:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 22:39:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6d301b

net-analyzer/pnp4nagios: stable 0.6.26-r9 for ppc, bug #637640

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild 
b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
index 784147a6a68..c786b4d7cc5 100644
--- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
+++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.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
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="apache2 icinga +nagios"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 
 REQUIRED_USE="^^ ( icinga nagios )"
 



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

2018-03-19 Thread Ulrich Müller
commit: d02922ea9d5ba04f70d116d0111cdaac85121626
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 19 22:28:49 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 19 22:28:49 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d02922ea

eapi_usage.sh: Delete unused variable.

 eapi_usage.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eapi_usage.sh b/eapi_usage.sh
index fd5df9d..9ed0819 100755
--- a/eapi_usage.sh
+++ b/eapi_usage.sh
@@ -9,8 +9,7 @@
 
 find /usr/portage/metadata/md5-cache -type f \
   ! -name '*.gz' ! -name 'Manifest*' -exec awk '
-BEGINFILE { found=0 }
-/^EAPI=/ { sub("EAPI=",""); eapi[$1]++; found=1; nextfile }
+/^EAPI=/ { sub("EAPI=",""); eapi[$1]++; nextfile }
 END { for (i in eapi) print i,eapi[i] }
   ' '{}' '+' | awk '
 { eapi[$1]+=$2; total+=$2 }



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

2018-03-19 Thread Manuel Rüger
commit: d8edfba793a17c959669bf91e63623fc08d9b732
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 22:24:05 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 22:24:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8edfba7

dev-util/drone: Update snapshot

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/drone/Manifest |  3 ++
 dev-util/drone/drone-0.8.4_p20180216.ebuild | 52 +
 2 files changed, 55 insertions(+)

diff --git a/dev-util/drone/Manifest b/dev-util/drone/Manifest
index 890a24d651a..50736c6624e 100644
--- a/dev-util/drone/Manifest
+++ b/dev-util/drone/Manifest
@@ -1,6 +1,9 @@
 DIST drone-0.7.3.tar.gz 4133041 BLAKE2B 
819976f11e37c4f2484b00648191f64818ab254a326f31c594917c5ba02122a4e061168344148c113a32e0d14791e59e95a71bb224cd04bef7d1586703fd77fd
 SHA512 
4c85e964f43ce3076996cd1cbcfc3675d74b254278d046d1e7d4b7f04ee5fcc55a6de04947c3f8102be474e0ef3fbd5d0006ac2b39aae04fe2bc6b466b513c66
 DIST drone-0.8.4.tar.gz 4759676 BLAKE2B 
6da0ef008468e60dec0bfaa0b2f0f6171439d8b7b1ba842173f435eb60fd48992236fbf3c040f6591ba7f84fc91cd7968eac2b9785893319a2d69549ba81c64e
 SHA512 
978f07aa471125dca00e6c6e5a9061c20cabe84f802fe21f2a85a383bf79f59d9baeb305d45acd5c8918aad5f1882e598b39a3174b31a4f6e5cfa226d9bcccaa
+DIST drone-0.8.4_p20180216.tar.gz 4759023 BLAKE2B 
4a99e8a32230abb39c5bfe47f243efd1a5cd01cdcd2cc416148876e156370b8a88a8db85332f29172d69a6308670f48a9c2216db4180b11d4162e358581241e2
 SHA512 
3ffaabd8099720a1b56f81a5b758db1b17a986381970480e40a75630a1bad17eab6927bf8f00872b9dbfa83b4f0a1a028fcfc9a762a495efededc5b92780bc44
 DIST github.com-drone-drone-ui-2910d0ee662816a2463d31f0988b1ecccd0410b5.tar.gz 
167172 BLAKE2B 
26d5aadcaee776c073bc5b4514f5c7b2925a7dab25a22162c10464f16a18e14cb564012b2b13ca929d7c5156dc5790d0d0659ccef8d8424ee82be2410ce0d211
 SHA512 
d4c6fbeba9ae5c55533a76fdcf6c251516aa4f8c650f49add7e9392d22a131438bd829670df801495d361417ec12cce07e9d9c28aacd1ce1adc0024408cf3cca
 DIST github.com-drone-drone-ui-cc079b1279f70e54f64cf0c14e1e531b6689232b.tar.gz 
229805 BLAKE2B 
6ecf7a24405d5881a6dae751a77bcc0a41f2e4d01e8166a1edd92f7d4bc4e7a1ab1fa310765ded55068d20d3a4abdd1c2f54f15fc42ca17756e7fd89b43f1b96
 SHA512 
8c9dcd0f77916cbf144ee062453adebfb73a8537c0f40f799d87cae9e3811cdf914cec90ecd4526149be0c3baed646b9065ed879c69d185df7c7ecb452bcf798
 DIST github.com-golang-net-0ed95abb35c445290478a5348a7b38bb154135fd.tar.gz 
930720 BLAKE2B 
73434ace62ef2a9db1b551075baf05458b8a8ed25b44ce88ca0780d9ff38a2fc176ab3040b198d5a8b2b8744ba60aa97f57cefdeed5cf1574c010b933bb033c2
 SHA512 
0e5bfc2f04e44b7eb3b1aa44a77f0a5e40e0df5e80284cb4fca267ee224f44089f1d28d1486cf5748fbeb4bb8818159dcd019de9e1f24f016f06b05c5379f41c
+DIST github.com-golang-net-92b859f39abd2d91a854c9f9c4621b2f5054a92d.tar.gz 
936723 BLAKE2B 
fc8519b7259939c1d3508515a39489b8b2efc19515deb5a62cba92be1e475c116f167c52e539d734b7793b5d31fbc1da6993c4ae68c4bd2af5eebcc34a0d4c73
 SHA512 
cc70a2c15032bb44ccc77251c83d19be5b2b66e68d43861c99d11ee156d565674d649f27989320472f8a6adff9e1098b93c1fa1f5bbc58055003dd239dc5b4ff
 DIST 
github.com-golang-protobuf-925541529c1fa6821df4e44ce2723319eb2be768.tar.gz 
269739 BLAKE2B 
8f2b6aa86390b6f5df1e8af249a5a7ad268006e8d5da72aab1c76a54acf7b4f9d365a0047ad65dc966b7e3fbb9667c544fa97c76e98db3749b2dd13889096569
 SHA512 
bb420871f20ab482d1ebefc0d9225d2acc890252cec3cb3ed02bbf4720d5733aaa39b78c9a7b72998be094a77148d121c3afc0c2811ddc3e728819e5d36963d4
+DIST 
github.com-golang-protobuf-bbd03ef6da3a115852eaf24c8a1c46aeb39aa175.tar.gz 
269721 BLAKE2B 
d79e88018bda589557af76bfc6751c130301a58274658a4eaede05c65e946a55aaf3e93c672387dad1e33355b828f806cb2a5d172a5c0c4a4e3f6ac67f01d080
 SHA512 
fc73beb6b112692a51bd7a20d44bfe14a61347b06dd789f99cff67ababa9699b9ff0643d85786f949ec819d05a6439fa7287c2ffd115e480e1599aac740aab77

diff --git a/dev-util/drone/drone-0.8.4_p20180216.ebuild 
b/dev-util/drone/drone-0.8.4_p20180216.ebuild
new file mode 100644
index 000..d3dab64bcc4
--- /dev/null
+++ b/dev-util/drone/drone-0.8.4_p20180216.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/drone/drone"
+EGIT_COMMIT="ce3855812bb00dbf1993d8663b6100b272e104dd"
+EGO_VENDOR=( "github.com/drone/drone-ui 
cc079b1279f70e54f64cf0c14e1e531b6689232b"
+   "github.com/golang/protobuf bbd03ef6da3a115852eaf24c8a1c46aeb39aa175"
+   "golang.org/x/net 92b859f39abd2d91a854c9f9c4621b2f5054a92d 
github.com/golang/net"
+   )
+
+inherit golang-build golang-vcs-snapshot user
+
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go"
+HOMEPAGE="https://github.com/drone/drone;
+SRC_URI="${ARCHIVE_URI}
+   ${EGO_VENDOR_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-go/go-bindata
+   dev-go/go-bindata-assetfs:="
+
+RESTRICT="test"
+

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

2018-03-19 Thread Ulrich Müller
commit: ac021b43e1d310ea390535c0456285e0855fd5f4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 19 22:21:24 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 19 22:21:24 2018 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ac021b43

eapi_usage.sh: Ignore Manifest and gzipped files.

Also EAPI should always be explicit in the md5-cache, so a default
of 0 is not necessary.

 eapi_usage.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eapi_usage.sh b/eapi_usage.sh
index 3e72883..fd5df9d 100755
--- a/eapi_usage.sh
+++ b/eapi_usage.sh
@@ -7,10 +7,10 @@
 #
 #pinspect eapi_usage /usr/portage
 
-find /usr/portage/metadata/md5-cache -type f -exec awk '
+find /usr/portage/metadata/md5-cache -type f \
+  ! -name '*.gz' ! -name 'Manifest*' -exec awk '
 BEGINFILE { found=0 }
 /^EAPI=/ { sub("EAPI=",""); eapi[$1]++; found=1; nextfile }
-ENDFILE { if (!found) eapi[0]++ }
 END { for (i in eapi) print i,eapi[i] }
   ' '{}' '+' | awk '
 { eapi[$1]+=$2; total+=$2 }



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

2018-03-19 Thread Patrice Clement
commit: 3327d086c56fe8c33b4dc84b21a485d0a9daedf8
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 19 22:14:55 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 19 22:15:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3327d086

dev-python/neovim-python-client: version bump to 0.2.4.

Closes: https://bugs.gentoo.org/650900
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/neovim-python-client/Manifest   |  1 +
 .../neovim-python-client-0.2.4.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/neovim-python-client/Manifest 
b/dev-python/neovim-python-client/Manifest
index 9b5176a2bd7..3007ba10674 100644
--- a/dev-python/neovim-python-client/Manifest
+++ b/dev-python/neovim-python-client/Manifest
@@ -1,2 +1,3 @@
 DIST neovim-python-client-0.1.13.tar.gz 41413 BLAKE2B 
819c3e7763cfb357d45130928dab23ad149a5f9d8efb0df8699a805bc394662447837ad3edc869705a95d74a37f2eec4f155212da918ac779d389c150a0d7189
 SHA512 
ecef42601632551c98f8de019bfdf4dbff3ce1f0e1b6943b78a506b710e5810f6a7e611adc09435992b97288ff365a416870a74202a5c68236b5daeb51d15c8b
 DIST neovim-python-client-0.2.1.tar.gz 41971 BLAKE2B 
9ebff937e08963cb8c764c4dcfcef8b6e28e8d0219635f9602ccc77b0bf4412a797de71fbf149bcaafe85bd1122a0d3cec1d8bfa81217c8c2d5a89bc1772c572
 SHA512 
710be7f5355077fa1eae256c541a06d475902492a19638c5786e25aafb9181f40afcc8df70aca0da15a569a9d6b095ab7bd8008e4f947725cf081954fb7c042e
+DIST neovim-python-client-0.2.4.tar.gz 47216 BLAKE2B 
029bc18936fcd23518ee0b80e5396b2ad9477a4395c27ca5d7e30f897599b47d68529cfe0febafae321a2dc9bb8dfd7cdcdde97225e166bae0565bd301598a4b
 SHA512 
38dcd146060d1942d5ab58ab036f39667b908719b1fc48f79c0bd2b82cf458c3ef6750ccf6d0e4b5bdb71b42a9e5666c008f03a46b07801f2ea8435dec8c716a

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.2.4.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.2.4.ebuild
new file mode 100644
index 000..fba1505898d
--- /dev/null
+++ b/dev-python/neovim-python-client/neovim-python-client-0.2.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+inherit distutils-r1
+
+DESCRIPTION="Python client for Neovim"
+HOMEPAGE="https://github.com/neovim/python-client;
+SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+   virtual/python-greenlet[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python2_7)"
+
+RDEPEND="
+   ${DEPEND}
+   >=app-editors/neovim-0.2.1"
+
+S="${WORKDIR}/python-client-${PV}"
+
+python_prepare_all() {
+   # allow useage of renamed msgpack
+   sed -i '/^msgpack/d' setup.py || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] proj/kde:master commit in: media-sound/amarok/files/, media-sound/amarok/

2018-03-19 Thread Andreas Sturmlechner
commit: 70e741b9b265af7dbe13c21fb91dead0997d99e8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 21:50:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 21:51:22 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=70e741b9

media-sound/amarok: Find liblastfm header path

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/amarok/amarok-.ebuild  |  5 -
 .../amarok/files/amarok-liblastfm-headers.patch| 25 ++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index 6cfbeb8ca7..863557895f 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -85,7 +85,10 @@ RDEPEND="${COMMONDEPEND}
!media-sound/amarok:4
 "
 
-PATCHES=( ${FILESDIR}/${PN}-2.8.90-mysqld-rpath.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8.90-mysqld-rpath.patch
+   "${FILESDIR}"/${PN}-liblastfm-headers.patch
+)
 
 src_configure() {
local mycmakeargs=(

diff --git a/media-sound/amarok/files/amarok-liblastfm-headers.patch 
b/media-sound/amarok/files/amarok-liblastfm-headers.patch
new file mode 100644
index 00..7120db0412
--- /dev/null
+++ b/media-sound/amarok/files/amarok-liblastfm-headers.patch
@@ -0,0 +1,25 @@
+From b331e6e7c0e34dd896e21b9d1569214a0ec0fddb Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Mon, 19 Mar 2018 22:26:54 +0100
+Subject: [PATCH] Search for liblastfm header path without suffix
+
+---
+ cmake/modules/FindLibLastFm.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/modules/FindLibLastFm.cmake 
b/cmake/modules/FindLibLastFm.cmake
+index a3a065f181..ef89423c90 100644
+--- a/cmake/modules/FindLibLastFm.cmake
 b/cmake/modules/FindLibLastFm.cmake
+@@ -13,7 +13,7 @@ find_path(LIBLASTFM_INCLUDE_DIR NAMES global.h
+/opt/local/include
+/usr/include
+/usr/local/include
+-   PATH_SUFFIXES lastfm5
++   PATH_SUFFIXES lastfm5 lastfm
+ )
+ 
+ find_library( LIBLASTFM_LIBRARY NAMES lastfm5
+-- 
+2.16.2
+



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

2018-03-19 Thread Manuel Rüger
commit: f5a2a20ee40573e72486ad18267304c761460f92
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 21:31:01 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 21:32:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a2a20e

app-admin/bind_exporter: Fix DESCRIPTION

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild 
b/app-admin/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild
index 97396355dc6..2a1f34a0129 100644
--- a/app-admin/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild
+++ b/app-admin/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild
@@ -9,7 +9,7 @@ EXPORTER_COMMIT="38ef3a6caa68e8c42a08e72d51e90b00333e6894"
 ARCHIVE_URI="https://${EGO_PN}/archive/${EXPORTER_COMMIT}.tar.gz -> 
${P}.tar.gz"
 KEYWORDS="~amd64"
 
-DESCRIPTION="Elasticsearch stats exporter for Prometheus"
+DESCRIPTION="Prometheus exporter for BIND"
 HOMEPAGE="https://github.com/digitalocean/bind_exporter;
 SRC_URI="${ARCHIVE_URI}"
 LICENSE="Apache-2.0"



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

2018-03-19 Thread Tim Harder
commit: c548be5126ec1787021bad40e0eb9d878b3e781b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 20:51:48 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 21:04:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c548be51

sys-fs/fuse: add initial support for running tests

 sys-fs/fuse/fuse-3.2.1.ebuild | 19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/sys-fs/fuse/fuse-3.2.1.ebuild b/sys-fs/fuse/fuse-3.2.1.ebuild
index c60d8702e86..ae8b104dbba 100644
--- a/sys-fs/fuse/fuse-3.2.1.ebuild
+++ b/sys-fs/fuse/fuse-3.2.1.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
 
-inherit meson multilib-minimal flag-o-matic
+inherit meson multilib-minimal flag-o-matic python-single-r1
 
 DESCRIPTION="An interface for filesystems implemented in userspace"
 HOMEPAGE="https://github.com/libfuse/libfuse;
@@ -12,9 +13,15 @@ 
SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-RESTRICT="test"
-
-DEPEND="virtual/pkgconfig"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+   "
 RDEPEND="sys-fs/fuse-common"
 
 DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
@@ -37,6 +44,10 @@ multilib_src_compile() {
eninja
 }
 
+multilib_src_test() {
+   python3 -m pytest test || die
+}
+
 multilib_src_install() {
DESTDIR="${D}" eninja install
 }



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

2018-03-19 Thread Tim Harder
commit: 6ae0af115e4dc89a11d4000634245d2cd1b359fc
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 20:48:34 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 21:04:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae0af11

sys-fs/fuse-common: skip tests run in sys-fs/fuse

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

 sys-fs/fuse-common/fuse-common-3.2.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-fs/fuse-common/fuse-common-3.2.1.ebuild 
b/sys-fs/fuse-common/fuse-common-3.2.1.ebuild
index e2dc774e41a..8477bf40e08 100644
--- a/sys-fs/fuse-common/fuse-common-3.2.1.ebuild
+++ b/sys-fs/fuse-common/fuse-common-3.2.1.ebuild
@@ -18,6 +18,9 @@ RDEPEND="!

[gentoo-commits] proj/kde:master commit in: media-libs/liblastfm/

2018-03-19 Thread Johannes Huber
commit: 53aa22370d836b0c36c9a68f59ec8efb2ba9806a
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Mar 19 20:58:40 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Mar 19 20:58:40 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=53aa2237

media-libs/liblastfm: Drop Qt4 support

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/liblastfm/liblastfm-.ebuild | 68 +++---
 1 file changed, 16 insertions(+), 52 deletions(-)

diff --git a/media-libs/liblastfm/liblastfm-.ebuild 
b/media-libs/liblastfm/liblastfm-.ebuild
index 69cc347346..3c315d12c2 100644
--- a/media-libs/liblastfm/liblastfm-.ebuild
+++ b/media-libs/liblastfm/liblastfm-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils multibuild git-r3
+inherit cmake-utils git-r3
 
 DESCRIPTION="Collection of libraries to integrate Last.fm services"
 HOMEPAGE="https://github.com/lastfm/liblastfm;
@@ -12,33 +12,21 @@ EGIT_REPO_URI=( "https://github.com/lastfm/${PN}; )
 LICENSE="GPL-3"
 KEYWORDS=""
 SLOT="0/0"
-IUSE="fingerprint qt4 +qt5 test"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="fingerprint test"
 
 COMMON_DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtxml:5
fingerprint? (
+   dev-qt/qtsql:5
media-libs/libsamplerate
sci-libs/fftw:3.0
-   qt4? ( dev-qt/qtsql:4 )
-   qt5? ( dev-qt/qtsql:5 )
-   )
-   qt4? (
-   dev-qt/qtcore:4[ssl]
-   dev-qt/qtdbus:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtxml:5
)
 "
 DEPEND="${COMMON_DEPEND}
-   test? (
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )
+   test? ( dev-qt/qttest:5 )
 "
 RDEPEND="${COMMON_DEPEND}
!

[gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/

2018-03-19 Thread Johannes Huber
commit: 7ec7c7662f2a9ef8a529e6faab79bc7f84fd2922
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Mar 19 20:48:41 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Mar 19 20:48:54 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ec7c766

sys-auth/polkit-qt: Drop Qt4 support

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/polkit-qt/polkit-qt-.ebuild | 62 
 1 file changed, 14 insertions(+), 48 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-.ebuild 
b/sys-auth/polkit-qt/polkit-qt-.ebuild
index 6ef6906e1a..bf58a5bc98 100644
--- a/sys-auth/polkit-qt/polkit-qt-.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils multibuild git-r3
+inherit cmake-utils git-r3
 
 DESCRIPTION="PolicyKit Qt API wrapper library"
 HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/;
@@ -12,62 +12,28 @@ EGIT_REPO_URI=( "https://anongit.kde.org/polkit-qt-1; )
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug examples qt4 +qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="debug examples"
 
 RDEPEND="
dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
>=sys-auth/polkit-0.103
-   qt4? (
-   dev-qt/qtcore:4[glib]
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4[glib]
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   examples? ( dev-qt/qtxml:5 )
-   )
+   examples? ( dev-qt/qtxml:5 )
 "
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README README.porting TODO )
 
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
 src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DBUILD_EXAMPLES=$(usex examples)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-   mycmakeargs+=( -DUSE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-   mycmakeargs+=( -DUSE_QT5=ON )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DBUILD_EXAMPLES=$(usex examples)
+   -DUSE_QT4=OFF
+   -DUSE_QT5=ON
+   )
 
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
+   cmake-utils_src_configure
 }



[gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/

2018-03-19 Thread Johannes Huber
commit: de2b51abd0eda6e17113106b4ea48d18ecbd4119
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Mar 19 20:52:20 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Mar 19 20:52:20 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=de2b51ab

sys-auth/polkit-qt: Drop unused parameter

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/polkit-qt/polkit-qt-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-.ebuild 
b/sys-auth/polkit-qt/polkit-qt-.ebuild
index bf58a5bc98..07c474cf46 100644
--- a/sys-auth/polkit-qt/polkit-qt-.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-.ebuild
@@ -29,7 +29,6 @@ DOCS=( AUTHORS README README.porting TODO )
 
 src_configure() {
local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-DBUILD_EXAMPLES=$(usex examples)
-DUSE_QT4=OFF
-DUSE_QT5=ON



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

2018-03-19 Thread Michał Górny
commit: 12b69996fb2e4d51632b37eb9121865369a6ff26
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 19 20:18:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 19 20:48:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b69996

dev-python/mygpoclient: fix HOMEPAGE and SRC_URI

 dev-python/mygpoclient/Manifest  | 2 +-
 dev-python/mygpoclient/mygpoclient-1.7-r1.ebuild | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/mygpoclient/Manifest b/dev-python/mygpoclient/Manifest
index 004d4165abb..99063cbe2d0 100644
--- a/dev-python/mygpoclient/Manifest
+++ b/dev-python/mygpoclient/Manifest
@@ -1 +1 @@
-DIST mygpoclient-1.7.tar.gz 35890 BLAKE2B 
1d0d9c7e164f7f3db51d56ef15a29abbdb4d4829179a4e21f9124c3e6f3726cfdf8e64fc320c9a4866d94b0998b5aed5eb9ddc1441cf9451e59ca1e2b5242d73
 SHA512 
95e5920799300590830be6fba9d48fcd0398cab9eb07e34c9f07254f01f0fd483a3f117434a536c82fa8b1c846017919c9e3cbb7e848109912d9c38a347f896c
+DIST mygpoclient-1.7.tar.gz 36423 BLAKE2B 
6331eff9d095a705cb805a8984f530b418d8f8f61dcb239fd3dba4236c8f376dcb329747887c4f22f66ca657525cea260d5e2d2093a37d33dea43d2ca93d
 SHA512 
618c94cea37f427fbef333a7cecade12fadda33bd727814b4ce904e74aae65d4ba85d7d09578b9e5b6b9fb0b2f6fe0f73abbd7f60d66b3d9b51dabb554169e9f

diff --git a/dev-python/mygpoclient/mygpoclient-1.7-r1.ebuild 
b/dev-python/mygpoclient/mygpoclient-1.7-r1.ebuild
index 46c40ed7c5c..e91e9b673f7 100644
--- a/dev-python/mygpoclient/mygpoclient-1.7-r1.ebuild
+++ b/dev-python/mygpoclient/mygpoclient-1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,9 @@ PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1 eutils
 
 DESCRIPTION="A gpodder.net client library"
-HOMEPAGE="http://thp.io/2010/mygpoclient/;
-SRC_URI="http://thp.io/2010/${PN}/${P}.tar.gz;
+HOMEPAGE="https://github.com/gpodder/mygpoclient
+   https://mygpoclient.readthedocs.io/en/latest/;
+SRC_URI="https://github.com/gpodder/mygpoclient/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2018-03-19 Thread Michał Górny
commit: 18d7319ab88b5160d933ce9d07908e80666c15e3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 19 20:22:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 19 20:48:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d7319a

dev-python/priority: fix HOMEPAGE and use HTTPS

 dev-python/priority/priority-1.3.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/priority/priority-1.3.0.ebuild 
b/dev-python/priority/priority-1.3.0.ebuild
index 8bf532ecb56..3c235efdb71 100644
--- a/dev-python/priority/priority-1.3.0.ebuild
+++ b/dev-python/priority/priority-1.3.0.ebuild
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
 inherit distutils-r1
 
 DESCRIPTION="A pure-Python implementation of the HTTP/2 priority tree"
-HOMEPAGE="http://python-hyper.org/priority 
https://github.com/python-hyper/priority https://pypi.python.org/pypi/priority;
+HOMEPAGE="https://python-hyper.org/priority/en/latest/
+   https://github.com/python-hyper/priority
+   https://pypi.python.org/pypi/priority;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2018-03-19 Thread Michał Górny
commit: 2e2d00e81730e282f155d7bb507b948b2e180a2f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 19 20:24:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 19 20:49:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2d00e8

dev-python/pylzma: fix HOMEPAGE and use HTTPS

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

 dev-python/pylzma/pylzma-0.4.9.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pylzma/pylzma-0.4.9.ebuild 
b/dev-python/pylzma/pylzma-0.4.9.ebuild
index a1f58e4d416..148c36ae1be 100644
--- a/dev-python/pylzma/pylzma-0.4.9.ebuild
+++ b/dev-python/pylzma/pylzma-0.4.9.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
@@ -6,7 +6,8 @@ PYTHON_COMPAT=(python2_7)
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for the LZMA compression library"
-HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ 
https://pypi.python.org/pypi/pylzma;
+HOMEPAGE="https://www.joachim-bauch.de/projects/pylzma/
+   https://pypi.python.org/pypi/pylzma;
 # pypi tarball does not include test data
 SRC_URI="https://github.com/fancycode/pylzma/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 



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

2018-03-19 Thread Michał Górny
commit: bd83ab13f01f29b7fb776eb3a6b435525f5b6a41
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 19 19:52:55 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 19 20:48:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd83ab13

dev-python/netifaces: use HTTPS

 dev-python/netifaces/netifaces-0.10.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/netifaces/netifaces-0.10.6.ebuild 
b/dev-python/netifaces/netifaces-0.10.6.ebuild
index e9b0229c776..cd1efb72de0 100644
--- a/dev-python/netifaces/netifaces-0.10.6.ebuild
+++ b/dev-python/netifaces/netifaces-0.10.6.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
@@ -10,7 +10,7 @@ inherit distutils-r1
 DESCRIPTION="Portable network interface information"
 HOMEPAGE="
https://pypi.python.org/pypi/netifaces/
-   http://alastairs-place.net/netifaces/
+   https://alastairs-place.net/projects/netifaces/
https://bitbucket.org/al45tair/netifaces;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



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

2018-03-19 Thread Michał Górny
commit: 88ec68aca0e728b90dfba2e0752b27dc356b14f2
Author: Kanogin Alex  5252  ru>
AuthorDate: Mon Mar 19 19:21:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 19 20:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ec68ac

app-admin/hddtemp: add some harddisks

Closes: https://bugs.gentoo.org/650932
Closes: https://github.com/gentoo/gentoo/pull/7514

 app-admin/hddtemp/files/hddgentoo.db | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-admin/hddtemp/files/hddgentoo.db 
b/app-admin/hddtemp/files/hddgentoo.db
index 2158f4e24a0..e21a0064aa1 100644
--- a/app-admin/hddtemp/files/hddgentoo.db
+++ b/app-admin/hddtemp/files/hddgentoo.db
@@ -251,3 +251,7 @@
 "CT480BX200SSD1"   194 C "Crucial 
BX200 480GB SSD"
 "CT240BX200SSD1"   194 C "Crucial 
BX200 240GB SSD"
 "Crucial_CT256M550SSD1"194 C 
"Crucial M550 256GB SSD"
+"WDC WD80EFZX-68UW8N0" 194 C "Western 
Digital Red 8TB SATA3 5400RPM 128MB"
+"WDC WD60EFRX-68MYMN1" 194 C "Western 
Digital Red 6TB SATA3 5700RPM 64MB"
+"WDC WD1003FBYZ-010FB0"194 C 
"Western Digital WD RE 1TB SATA3 7200RPM 64MB"
+"WDC WD1002FBYS-02A6B0"194 C 
"Western Digital WD RE3 1TB SATA3 7200RPM 32MB"



[gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/

2018-03-19 Thread Johannes Huber
commit: e23410c88fe07d5203586559dd2cf716fc1c7970
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Mar 19 20:31:20 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Mar 19 20:31:20 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e23410c8

net-libs/telepathy-qt: Sync /w kde overlay

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/telepathy-qt/telepathy-qt-.ebuild | 78 +-
 1 file changed, 25 insertions(+), 53 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-.ebuild
index ed5f8203..699f4ab1 100644
--- a/net-libs/telepathy-qt/telepathy-qt-.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-.ebuild
@@ -1,39 +1,30 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
-inherit python-any-r1 cmake-utils virtualx git-r3 multibuild
+inherit python-any-r1 cmake-utils virtualx git-r3
 
 DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="http://telepathy.freedesktop.org/;
+HOMEPAGE="https://telepathy.freedesktop.org/;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug farstream +qt4 qt5 test"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="debug farstream test"
 
 RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtxml:5
farstream? (
>=net-libs/telepathy-farstream-0.2.2
>=net-libs/telepathy-glib-0.18.0
)
-   qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtxml:5
-   )
-   !net-libs/telepathy-qt4
 "
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
@@ -42,53 +33,34 @@ DEPEND="${RDEPEND}
dev-libs/dbus-glib
dev-libs/glib:2
dev-python/dbus-python
-   qt4? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
+   dev-qt/qttest:5
)
 "
 
-DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+# bug 549448 - last checked with 0.9.7
+RESTRICT="test"
 
 pkg_setup() {
python-any-r1_pkg_setup
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }
 
 src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DENABLE_DEBUG_OUTPUT=$(usex debug)
-   -DENABLE_FARSTREAM=$(usex farstream)
-   -DENABLE_TESTS=$(usex test)
-   -DENABLE_EXAMPLES=OFF
-   -ENABLE_SERVICE_SUPPORT=ON
-   )
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=( -DDESIRED_QT_VERSION=4 )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=( -DDESIRED_QT_VERSION=5 )
-   fi
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
+   local mycmakeargs=(
+   -DDESIRED_QT_VERSION=5
+   -DENABLE_DEBUG_OUTPUT=$(usex debug)
+   -DENABLE_FARSTREAM=$(usex farstream)
+   -DENABLE_TESTS=$(usex test)
+   -DENABLE_EXAMPLES=OFF
+   )
+   cmake-utils_src_configure
 }
 
 src_test() {
-   mytest() {
-   pushd "${BUILD_DIR}" > /dev/null || die
-   VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die 
"tests failed"
-   popd > /dev/null || die
+   _test_runner() {
+   ctest -E '(CallChannel)'
}
 
-   multibuild_foreach_variant mytest
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
+   pushd "${BUILD_DIR}" > /dev/null || die
+   virtx _test_runner
+   popd > /dev/null || die
 }



[gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/

2018-03-19 Thread Johannes Huber
commit: 0d2648c1e3291de83293db48e2d90a3a9ed6428d
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Mar 19 20:29:14 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Mar 19 20:29:55 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d2648c1

net-libs/telepathy-qt: Dropping non-existing patches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/telepathy-qt/telepathy-qt-.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-.ebuild
index a747146f28..699f4ab1e5 100644
--- a/net-libs/telepathy-qt/telepathy-qt-.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-.ebuild
@@ -37,11 +37,6 @@ DEPEND="${RDEPEND}
)
 "
 
-PATCHES=(
-   "${FILESDIR}/${PN}-0.9.6.1-yes-release.patch"
-   "${FILESDIR}/${PN}-0.9.6.1-qtpath.patch"
-)
-
 # bug 549448 - last checked with 0.9.7
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/lnav/, app-admin/lnav/files/

2018-03-19 Thread Tim Harder
commit: 235c40abc000341e9d85b152dea65e051d4e2601
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 20:16:28 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 20:17:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235c40ab

app-admin/lnav: disable another failing test

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

 .../lnav/files/lnav-0.8.3-disable-tests.patch  | 32 ++
 app-admin/lnav/lnav-0.8.3.ebuild   |  9 +-
 2 files changed, 33 insertions(+), 8 deletions(-)

diff --git a/app-admin/lnav/files/lnav-0.8.3-disable-tests.patch 
b/app-admin/lnav/files/lnav-0.8.3-disable-tests.patch
new file mode 100644
index 000..1f442afc3fd
--- /dev/null
+++ b/app-admin/lnav/files/lnav-0.8.3-disable-tests.patch
@@ -0,0 +1,32 @@
+Disable failing tests for bug #630916.
+
+--- lnav-0.8.3/test/Makefile.am
 lnav-0.8.3/test/Makefile.am
+@@ -374,7 +374,6 @@
+   test_concise \
+   test_line_buffer2 \
+   test_line_buffer.sh \
+-  test_listview.sh \
+   test_grep_proc.sh \
+   test_grep_proc2 \
+   test_hist_source \
+@@ -388,18 +387,15 @@
+   test_scripts.sh \
+   test_sessions.sh \
+   test_shlexer.sh \
+-  test_sql.sh \
+   test_sql_coll_func.sh \
+   test_sql_json_func.sh \
+   test_sql_fs_func.sh \
+   test_sql_str_func.sh \
+   test_sql_time_func.sh \
+-  test_view_colors.sh \
+   test_vt52_curses.sh \
+   test_top_status \
+   test_data_parser.sh \
+-  test_yajlpp \
+-  test_pretty_print.sh
++  test_yajlpp
+ 
+ if HAVE_LIBCURL
+ TESTS += \

diff --git a/app-admin/lnav/lnav-0.8.3.ebuild b/app-admin/lnav/lnav-0.8.3.ebuild
index 5a47db6dfcb..4cc902a0eb9 100644
--- a/app-admin/lnav/lnav-0.8.3.ebuild
+++ b/app-admin/lnav/lnav-0.8.3.ebuild
@@ -25,17 +25,10 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS NEWS README )
+PATCHES=( "${FILESDIR}"/${P}-disable-tests.patch )
 
 src_prepare() {
default
-
-   # skip failing tests
-   sed -i \
-   -e '/test_listview\.sh/d' \
-   -e '/test_view_colors\.sh/d' \
-   -e '/test_sql\.sh/d' \
-   test/Makefile.am || die
-
eautoreconf
 }
 



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

2018-03-19 Thread Sergei Trofimovich
commit: b96cc74447fed60ed27942ab4941da33c409c93e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 20:06:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 20:06:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96cc744

dev-libs/librelp: stable 1.2.13 for hppa, bug #620326

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-libs/librelp/librelp-1.2.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/librelp/librelp-1.2.13.ebuild 
b/dev-libs/librelp/librelp-1.2.13.ebuild
index c5a27631f89..02b5e651ab1 100644
--- a/dev-libs/librelp/librelp-1.2.13.ebuild
+++ b/dev-libs/librelp/librelp-1.2.13.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"
@@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.2.0"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~sparc x86"
 IUSE="debug doc +ssl static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/

2018-03-19 Thread Sergei Trofimovich
commit: 593ca6558f55e599b3289c46fcb01b639b08d714
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 20:02:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 20:02:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ca655

mail-client/roundcube: stable 1.2.7 for ppc, bug #636970

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 mail-client/roundcube/roundcube-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/roundcube/roundcube-1.2.7.ebuild 
b/mail-client/roundcube/roundcube-1.2.7.ebuild
index bead793bd0e..dd429291c3d 100644
--- a/mail-client/roundcube/roundcube-1.2.7.ebuild
+++ b/mail-client/roundcube/roundcube-1.2.7.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
 # roundcube is GPL-licensed, the rest of the licenses here are
 # for bundled PEAR components, googiespell and utf8.class.php
 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 arm ~ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 
 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
 REQUIRED_USE="|| ( mysql postgres sqlite )"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2018-03-19 Thread Sergei Trofimovich
commit: c1dbee45e2aa27052be981ebd6c35df9fde2f485
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dbee45

x11-drivers/xf86-input-libinput: stable 0.25.1 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild
index a50d41e82d2..1cf69f19cc0 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit linux-info xorg-2
 
 DESCRIPTION="X.org input driver based on libinput"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libinput-1.5.0:0="



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

2018-03-19 Thread Sergei Trofimovich
commit: f1598ace8dc0f2b7f148c3d777139820e2e5e67b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1598ace

x11-apps/xkbcomp: stable 1.4.0 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
index f9cb77b07c0..be2694f8fed 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"



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

2018-03-19 Thread Sergei Trofimovich
commit: 50156b3fc92ceb9fee0a0290af17b824fcc57ecc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50156b3f

dev-libs/libevdev: stable 1.5.7 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-libs/libevdev/libevdev-1.5.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libevdev/libevdev-1.5.7.ebuild 
b/dev-libs/libevdev/libevdev-1.5.7.ebuild
index 66d4f73e03f..3677c0f3cdd 100644
--- a/dev-libs/libevdev/libevdev-1.5.7.ebuild
+++ b/dev-libs/libevdev/libevdev-1.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ else
 fi
 
 RESTRICT="test" # Tests need to run as root.
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"



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

2018-03-19 Thread Sergei Trofimovich
commit: 7e41d9868cd62adc63be3c08837b74ec27f6dc72
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e41d986

x11-libs/libXpresent: stable 1.0.0 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 x11-libs/libXpresent/libXpresent-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild 
b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
index 85701d29667..c0299a35a90 100644
--- a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
+++ b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X Present Extension C Library"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-03-19 Thread Sergei Trofimovich
commit: 60eed3b46f254d35322cd50bf726b1e284a6e06b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60eed3b4

dev-libs/wayland: stable 1.13.0 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-libs/wayland/wayland-1.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland/wayland-1.13.0.ebuild 
b/dev-libs/wayland/wayland-1.13.0.ebuild
index c7fc27e4860..3ea948e26b8 100644
--- a/dev-libs/wayland/wayland-1.13.0.ebuild
+++ b/dev-libs/wayland/wayland-1.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ if [[ $PV = * ]]; then
SRC_URI=""
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



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

2018-03-19 Thread Sergei Trofimovich
commit: cb1ce762e11ac5053d5b4089c28748329229fc20
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1ce762

media-libs/libepoxy: stable 1.4.2 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 media-libs/libepoxy/libepoxy-1.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libepoxy/libepoxy-1.4.2.ebuild 
b/media-libs/libepoxy/libepoxy-1.4.2.ebuild
index c81920132ff..0bb1a38de57 100644
--- a/media-libs/libepoxy/libepoxy-1.4.2.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2018-03-19 Thread Sergei Trofimovich
commit: 33a42834e664f58d76b7d2f724d4d84495daaee2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a42834

x11-libs/libxkbcommon: stable 0.7.1 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
index dfd5bab5d30..ab4a07d9ac5 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
 HOMEPAGE="https://xkbcommon.org/;
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="X doc test"
 
 DEPEND="sys-devel/bison



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

2018-03-19 Thread Sergei Trofimovich
commit: da4e8c73211e7e1b4f4f7dff26fe830e65f74f74
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4e8c73

dev-libs/libpthread-stubs: stable 0.4 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 5371affb709..78ac1d41678 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2018-03-19 Thread Agostino Sarubbo
commit: 6bcf352c088cdb8e44bf72d32cd33ef9a815ec25
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 19 19:49:36 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 19 19:49:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcf352c

app-emulation/spice-vdagent: amd64 stable wrt bug #650020

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild 
b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
index a7df7047bde..48d524aa357 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/${MY_P}.tar.bz2
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+consolekit selinux systemd"
 S="${WORKDIR}/${MY_P}"
 



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

2018-03-19 Thread Agostino Sarubbo
commit: a9ba0f1c20febbac4764e3454747ebbae111ae8e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 19 19:50:17 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 19 19:50:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ba0f1c

net-misc/spice-gtk: amd64 stable wrt bug #650878

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild
index 2e841086165..b3a488fb6cd 100644
--- a/net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.34-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.spice-space.org 
https://cgit.freedesktop.org/spice/spice-g
 LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.bz2;
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="dbus gstaudio gstvideo +gtk3 +introspection lz4 mjpeg policykit 
pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
 
 REQUIRED_USE="?? ( pulseaudio gstaudio )"



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

2018-03-19 Thread Agostino Sarubbo
commit: 87a290947fcaf368f8b776ab1a8b7c7d612b24b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 19 19:50:01 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 19 19:50:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a29094

app-emulation/spice-protocol: amd64 stable wrt bug #650878

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild 
b/app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild
index fe3743969c8..2581ebf9a33 100644
--- a/app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild
+++ b/app-emulation/spice-protocol/spice-protocol-0.12.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=""



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

2018-03-19 Thread Agostino Sarubbo
commit: 6381b270004152806955d8107b99e056f8c1caa8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 19 19:49:55 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 19 19:49:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6381b270

app-emulation/spice: amd64 stable wrt bug #650878

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 app-emulation/spice/spice-0.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/spice/spice-0.14.0-r1.ebuild 
b/app-emulation/spice/spice-0.14.0-r1.ebuild
index 1894349c506..d462ab18b64 100644
--- a/app-emulation/spice/spice-0.14.0-r1.ebuild
+++ b/app-emulation/spice/spice-0.14.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
 
 # the libspice-server only uses the headers of libcacard



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

2018-03-19 Thread Sergei Trofimovich
commit: ca3d1567d5347aade97bbc5c52262b796571f621
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 19 19:31:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:46:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3d1567

sys-apps/rename: stable 1.3-r2 for sparc, bug #646960

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sys-apps/rename/rename-1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/rename/rename-1.3-r2.ebuild 
b/sys-apps/rename/rename-1.3-r2.ebuild
index 5fb8c6be7b9..d44ca0e4be1 100644
--- a/sys-apps/rename/rename-1.3-r2.ebuild
+++ b/sys-apps/rename/rename-1.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://${PN}/sourceforge.net/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 MY_PATCHES=(
"${FILESDIR}"/${P}-rename.patch



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

2018-03-19 Thread Sergei Trofimovich
commit: cede675282e9a48b180a442e7f81eb197eb45d9a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 19 19:31:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:46:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cede6752

sys-apps/setserial: stable 2.17-r5 for sparc, bug #646962

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sys-apps/setserial/setserial-2.17-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/setserial/setserial-2.17-r5.ebuild 
b/sys-apps/setserial/setserial-2.17-r5.ebuild
index 01bbba0d744..78abcc2b99a 100644
--- a/sys-apps/setserial/setserial-2.17-r5.ebuild
+++ b/sys-apps/setserial/setserial-2.17-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
 
 PATCHES=(
"${FILESDIR}"/${P}-spelling.patch



[gentoo-commits] proj/kde:master commit in: app-office/kmymoney/

2018-03-19 Thread Andreas Sturmlechner
commit: a91f9008b4d09bc96a53efc59ce7533d3fc6a296
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 17:00:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 19:45:40 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a91f9008

app-office/kmymoney: Fix USE=weboob

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/kmymoney/kmymoney-5.0..ebuild | 16 +---
 app-office/kmymoney/kmymoney-.ebuild | 17 ++---
 2 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0..ebuild 
b/app-office/kmymoney/kmymoney-5.0..ebuild
index 5e06e63f04..c1782017e9 100644
--- a/app-office/kmymoney/kmymoney-5.0..ebuild
+++ b/app-office/kmymoney/kmymoney-5.0..ebuild
@@ -4,13 +4,15 @@
 EAPI=6
 
 EGIT_BRANCH="5.0"
+PYTHON_COMPAT=( python2_7 )
+
 KDE_GCC_MINIMAL="6.4"
 KDE_HANDBOOK="optional"
 KDE_TEST="forceoptional"
 QT_MINIMAL="5.9.3"
 VIRTUALX_REQUIRED="test"
 VIRTUALDBUS_TEST="true"
-inherit kde5
+inherit kde5 python-r1
 
 DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org;
@@ -22,6 +24,8 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcmutils)
@@ -76,7 +80,8 @@ COMMON_DEPEND="
)
!webkit? ( $(add_qt_dep qtwebengine 'widgets') )
weboob? (
-   $(add_frameworks_dep kross)
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
www-client/weboob
)
 "
@@ -89,6 +94,11 @@ RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )
 "
 
+pkg_setup() {
+   use weboob && python-setup
+   kde5_pkg_setup
+}
+
 src_configure() {
local mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
@@ -102,7 +112,7 @@ src_configure() {
-DENABLE_OFXIMPORTER=$(usex ofx)
-DENABLE_WEBENGINE=$(usex !webkit)
-DENABLE_WEBOOB=$(usex weboob)
-   $(cmake-utils_use_find_package weboob KF5Kross)
+   $(cmake-utils_use_find_package weboob PythonLibs)
)
kde5_src_configure
 }

diff --git a/app-office/kmymoney/kmymoney-.ebuild 
b/app-office/kmymoney/kmymoney-.ebuild
index 1fc5b1e56d..c1782017e9 100644
--- a/app-office/kmymoney/kmymoney-.ebuild
+++ b/app-office/kmymoney/kmymoney-.ebuild
@@ -3,13 +3,16 @@
 
 EAPI=6
 
+EGIT_BRANCH="5.0"
+PYTHON_COMPAT=( python2_7 )
+
 KDE_GCC_MINIMAL="6.4"
 KDE_HANDBOOK="optional"
 KDE_TEST="forceoptional"
 QT_MINIMAL="5.9.3"
 VIRTUALX_REQUIRED="test"
 VIRTUALDBUS_TEST="true"
-inherit kde5
+inherit kde5 python-r1
 
 DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org;
@@ -21,6 +24,8 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcmutils)
@@ -75,7 +80,8 @@ COMMON_DEPEND="
)
!webkit? ( $(add_qt_dep qtwebengine 'widgets') )
weboob? (
-   $(add_frameworks_dep kross)
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
www-client/weboob
)
 "
@@ -88,6 +94,11 @@ RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )
 "
 
+pkg_setup() {
+   use weboob && python-setup
+   kde5_pkg_setup
+}
+
 src_configure() {
local mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
@@ -101,7 +112,7 @@ src_configure() {
-DENABLE_OFXIMPORTER=$(usex ofx)
-DENABLE_WEBENGINE=$(usex !webkit)
-DENABLE_WEBOOB=$(usex weboob)
-   $(cmake-utils_use_find_package weboob KF5Kross)
+   $(cmake-utils_use_find_package weboob PythonLibs)
)
kde5_src_configure
 }



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

2018-03-19 Thread Andreas Sturmlechner
commit: 63f180e63d83badb265fb9c8586f85f87502ec73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 18:21:25 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 18:21:25 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=63f180e6

kde5-functions.eclass: Avoid 5.12 stable branch depend on KF-

 eclass/kde5-functions.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 46d2c4974a..69971b4e4c 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,7 +39,7 @@ case ${CATEGORY} in
;;
kde-plasma)
[[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.1}
-   if [[ ${KDE_BUILD_TYPE} = live ]]; then
+   if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then
: ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=}
fi



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

2018-03-19 Thread Andreas Sturmlechner
commit: a3de86fd26775bccf4be5bc75e827453d585d19e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 18:28:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 19:29:14 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3de86fd

kde5-functions.eclass: FRAMEWORKS_MINIMAL=5.44.0 for >=kde-apps-18.04

 eclass/kde5-functions.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 69971b4e4c..edfe2142cb 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -45,6 +45,9 @@ case ${CATEGORY} in
fi
;;
kde-apps)
+   if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
+   : ${FRAMEWORKS_MINIMAL:=5.44.0}
+   fi
if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then
: ${QT_MINIMAL:=5.9.1}
fi



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

2018-03-19 Thread William Hubbs
commit: 4ecb6fb2b5a9012f44c6727509de2a3e77930fb7
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Mar 19 18:45:38 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar 19 18:46:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecb6fb2

sys-apps/baselayout: live ebuild: add warning about path change

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/baselayout/baselayout-.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-apps/baselayout/baselayout-.ebuild 
b/sys-apps/baselayout/baselayout-.ebuild
index 20a7143a742..6bd0c0d4f70 100644
--- a/sys-apps/baselayout/baselayout-.ebuild
+++ b/sys-apps/baselayout/baselayout-.ebuild
@@ -245,10 +245,14 @@ pkg_postinst() {
fi
 
for x in ${REPLACING_VERSIONS}; do
-   if ! version_is_at_least 2.4 ${v}; then
+   if ! version_is_at_least 2.4 ${x}; then
ewarn "After updating ${EROOT}etc/profile, please run"
-   ewarn "env-update and . /etc/profile"
-   break
+   ewarn "env-update && . /etc/profile"
+   fi
+
+   if ! version_is_at_least 2.5 ${x}; then
+   ewarn "Please run env-update then log out and back in 
to"
+   ewarn "update your path."
fi
done
 



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

2018-03-19 Thread Hans de Graaff
commit: 8fc35d791e3679e056cd4c80e27e4d3e9d905419
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 19 17:58:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 19 18:43:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc35d79

dev-ruby/ox: add missing ruby22

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/ox/ox-2.8.2.ebuild b/dev-ruby/ox/ox-2.8.2.ebuild
index 61a6f743a6d..193ee535eed 100644
--- a/dev-ruby/ox/ox-2.8.2.ebuild
+++ b/dev-ruby/ox/ox-2.8.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY=" ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2018-03-19 Thread Manuel Rüger
commit: e014ac0591a3051c46b77f269a13e1a91c553910
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 18:31:25 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 18:31:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e014ac05

app-misc/go-jira: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/go-jira/Manifest  |  1 -
 app-misc/go-jira/go-jira-1.0.12.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/app-misc/go-jira/Manifest b/app-misc/go-jira/Manifest
index 660bc7e3df6..bdd0e8705cd 100644
--- a/app-misc/go-jira/Manifest
+++ b/app-misc/go-jira/Manifest
@@ -1,3 +1,2 @@
-DIST go-jira-1.0.12.tar.gz 1296394 BLAKE2B 
9f693fbaf1c2e4463a98b08b545646f0ac4780403f6b98f5218066eee8be8345c23389373c28aed160d8cea974f207b6a141cd031eb88e6a726e286bdc3f062d
 SHA512 
d777544253920691b2802c3cc0651b908501660365e4a991713d85cbc10e8f4c319056b91926cf6b06c13682ee160747834a82898b269aa7e10d87981066633e
 DIST go-jira-1.0.14.tar.gz 1378174 BLAKE2B 
119c40878eac9c6af2b7f17a914821110f40af3d5cb9b3f3783ba2c5c781314d0c76e5a0573c74e69e298f086d876b97ca7538828cbbf845f42e5874550beb7b
 SHA512 
f9fc43adfb8c09f80307a39d2d169c4e4b537f64fbca5b7d355178125aa315cd6de9147b00b03a80218cb685ce02a0e0156cd902277367122aaa00c395c6f880
 DIST go-jira-1.0.15.tar.gz 1381623 BLAKE2B 
430451fc6f86c72421619433427694f4a7a756c24cbd239c38ddcfb8b35a83215377bb239af43ceff90da1a9122d312190b8185dc5e04032a50491c8f61d9c2f
 SHA512 
e4ceae1577ad8f512a9375775308687e78a50131faa298ba1cddc8397a8a04feca55f132c022d942458e8cab68f28e5610bf4b3334fe2c16f71e924e290ee955

diff --git a/app-misc/go-jira/go-jira-1.0.12.ebuild 
b/app-misc/go-jira/go-jira-1.0.12.ebuild
deleted file mode 100644
index 76adf6c250b..000
--- a/app-misc/go-jira/go-jira-1.0.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
-
-inherit golang-build golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-
-DESCRIPTION="A simple JIRA commandline client in Go"
-HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira;
-SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
-   ${EGO_VENDOR_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-src_compile() {
-   pushd src/${EGO_PN} || die
-   GOPATH="${WORKDIR}/${P}" go build -v -o jira  cmd/jira/main.go || die
-   popd || die
-}
-
-src_install() {
-   dobin src/${EGO_PN}/jira
-   dodoc src/${EGO_PN}/{CHANGELOG,README}.md
-}



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

2018-03-19 Thread Manuel Rüger
commit: 527d1b89fcb4ec0805d897bddface002e19f044e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 18:30:50 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 18:30:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527d1b89

app-misc/go-jira: Version bump to 1.0.15

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/go-jira/Manifest  |  1 +
 app-misc/go-jira/go-jira-1.0.15.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-misc/go-jira/Manifest b/app-misc/go-jira/Manifest
index 08cd704f4aa..660bc7e3df6 100644
--- a/app-misc/go-jira/Manifest
+++ b/app-misc/go-jira/Manifest
@@ -1,2 +1,3 @@
 DIST go-jira-1.0.12.tar.gz 1296394 BLAKE2B 
9f693fbaf1c2e4463a98b08b545646f0ac4780403f6b98f5218066eee8be8345c23389373c28aed160d8cea974f207b6a141cd031eb88e6a726e286bdc3f062d
 SHA512 
d777544253920691b2802c3cc0651b908501660365e4a991713d85cbc10e8f4c319056b91926cf6b06c13682ee160747834a82898b269aa7e10d87981066633e
 DIST go-jira-1.0.14.tar.gz 1378174 BLAKE2B 
119c40878eac9c6af2b7f17a914821110f40af3d5cb9b3f3783ba2c5c781314d0c76e5a0573c74e69e298f086d876b97ca7538828cbbf845f42e5874550beb7b
 SHA512 
f9fc43adfb8c09f80307a39d2d169c4e4b537f64fbca5b7d355178125aa315cd6de9147b00b03a80218cb685ce02a0e0156cd902277367122aaa00c395c6f880
+DIST go-jira-1.0.15.tar.gz 1381623 BLAKE2B 
430451fc6f86c72421619433427694f4a7a756c24cbd239c38ddcfb8b35a83215377bb239af43ceff90da1a9122d312190b8185dc5e04032a50491c8f61d9c2f
 SHA512 
e4ceae1577ad8f512a9375775308687e78a50131faa298ba1cddc8397a8a04feca55f132c022d942458e8cab68f28e5610bf4b3334fe2c16f71e924e290ee955

diff --git a/app-misc/go-jira/go-jira-1.0.15.ebuild 
b/app-misc/go-jira/go-jira-1.0.15.ebuild
new file mode 100644
index 000..80c476f47f7
--- /dev/null
+++ b/app-misc/go-jira/go-jira-1.0.15.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
+
+inherit golang-build golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A simple JIRA commandline client in Go"
+HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira;
+SRC_URI="https://github.com/Netflix-Skunkworks/go-jira/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
+   ${EGO_VENDOR_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   GOPATH="${WORKDIR}/${P}" go build -v -o jira  cmd/jira/main.go || die
+   popd || die
+}
+
+src_install() {
+   dobin src/${EGO_PN}/jira
+   dodoc src/${EGO_PN}/{CHANGELOG,README}.md
+}



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

2018-03-19 Thread Manuel Rüger
commit: f7471dece3a02d7db32bb16b55db6737bb6aeb53
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 18:31:10 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 18:31:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7471dec

app-misc/go-jira: Stabilize on amd64

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/go-jira/go-jira-1.0.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/go-jira/go-jira-1.0.14.ebuild 
b/app-misc/go-jira/go-jira-1.0.14.ebuild
index 76adf6c250b..6092975389c 100644
--- a/app-misc/go-jira/go-jira-1.0.14.ebuild
+++ b/app-misc/go-jira/go-jira-1.0.14.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
@@ -7,7 +7,7 @@ EGO_PN="gopkg.in/Netflix-Skunkworks/go-jira.v1"
 
 inherit golang-build golang-vcs-snapshot
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DESCRIPTION="A simple JIRA commandline client in Go"
 HOMEPAGE="https://github.com/Netflix-Skunkworks/go-jira;



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

2018-03-19 Thread Aric Belsito
commit: 8a916ee941937b7808c9e9dc3a2064280b6a7183
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Mar 19 18:19:15 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Mar 19 18:19:15 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8a916ee9

app-editors/emacs: version bump to 24.5-r5/25.3-r3

sync with upstream

 .../{emacs-24.5-r4.ebuild => emacs-24.5-r5.ebuild} | 49 ++
 app-editors/emacs/emacs-25.3-r1.ebuild |  8 ++--
 .../{emacs-25.3-r1.ebuild => emacs-25.3-r3.ebuild} | 14 +++
 app-editors/emacs/metadata.xml |  1 -
 4 files changed, 40 insertions(+), 32 deletions(-)

diff --git a/app-editors/emacs/emacs-24.5-r4.ebuild 
b/app-editors/emacs/emacs-24.5-r5.ebuild
similarity index 92%
rename from app-editors/emacs/emacs-24.5-r4.ebuild
rename to app-editors/emacs/emacs-24.5-r5.ebuild
index 46b7444..0de8807 100644
--- a/app-editors/emacs/emacs-24.5-r4.ebuild
+++ b/app-editors/emacs/emacs-24.5-r5.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
@@ -12,8 +12,8 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="24"
-KEYWORDS="~amd64 ~arm ia64 ~mips ~ppc ~sh ~sparc ~x86"
-IUSE="acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk +gtk3 
gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif 
pax_kernel png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X 
Xaw3d xft +xpm zlib"
+KEYWORDS="amd64 arm ia64 ~mips ppc ~sh ~sparc x86"
+IUSE="acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk +gtk3 
gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif 
pax_kernel png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X 
Xaw3d xft +xpm zlib"
 REQUIRED_USE="?? ( aqua X )"
 
 RDEPEND="sys-libs/ncurses:0=
@@ -24,7 +24,6 @@ RDEPEND="sys-libs/ncurses:0=
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gpm? ( sys-libs/gpm )
-   hesiod? ( net-dns/hesiod )
!inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
kerberos? ( virtual/krb5 )
libxml2? ( >=dev-libs/libxml2-2.2.0 )
@@ -32,8 +31,12 @@ RDEPEND="sys-libs/ncurses:0=
ssl? ( net-libs/gnutls:0= )
zlib? ( sys-libs/zlib )
X? (
-   x11-libs/libXmu
-   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXinerama
+   x11-libs/libXrandr
x11-misc/xbitmaps
gconf? ( >=gnome-base/gconf-2.26.2 )
gsettings? ( >=dev-libs/glib-2.28.6 )
@@ -48,6 +51,7 @@ RDEPEND="sys-libs/ncurses:0=
media-libs/fontconfig
media-libs/freetype
x11-libs/libXft
+   x11-libs/libXrender
m17n-lib? (
>=dev-libs/libotf-0.9.4
>=dev-libs/m17n-lib-1.5.1
@@ -58,10 +62,23 @@ RDEPEND="sys-libs/ncurses:0=
!gtk3? ( x11-libs/gtk+:2 )
)
!gtk? (
-   motif? ( >=x11-libs/motif-2.3:0 )
+   motif? (
+   >=x11-libs/motif-2.3:0
+   x11-libs/libXpm
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
!motif? (
-   Xaw3d? ( x11-libs/libXaw3d )
-   !Xaw3d? ( athena? ( x11-libs/libXaw ) )
+   Xaw3d? (
+   x11-libs/libXaw3d
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+   !Xaw3d? ( athena? (
+   x11-libs/libXaw
+   x11-libs/libXmu
+   x11-libs/libXt
+   ) )
)
)
)"
@@ -104,6 +121,7 @@ src_prepare() {
 src_configure() {
strip-flags
filter-flags -pie   #526948
+   append-ldflags $(test-flags -no-pie)#639570
 
if use sh; then
replace-flags "-O[1-9]" -O0 #262359
@@ -197,11 +215,11 @@ src_configure() {

--enable-locallisppath="${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP}" \
--with-gameuser=":gamestat" \
--without-compress-install \
+   --without-hesiod \

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

2018-03-19 Thread Ulrich Müller
commit: a17e820596d5e89e12b459e06f0c988fb7ceed11
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 19 18:11:30 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 19 18:13:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17e8205

app-emacs/evil: Version bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/evil/Manifest   |  1 +
 app-emacs/evil/evil-1.2.13.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/evil/Manifest b/app-emacs/evil/Manifest
index 5a47ce65b8f..7025a8f2597 100644
--- a/app-emacs/evil/Manifest
+++ b/app-emacs/evil/Manifest
@@ -1 +1,2 @@
 DIST evil-1.0.8.tar.xz 427884 BLAKE2B 
9a2327d268c7d64c2b439788a3d6fc8104ad2554bce150431efeecd9c6db8dd41acb2e5886328ccfd21a3a94d56962cc9167ec53b3abb785565783beb213acdb
 SHA512 
d827ff8856c0240c334088f4c61226c93994a4c5afdd775a7170233add884af134b22cdc8bfa6432d3f44d3e6cf3cea89501a4ebfdc37ed5c70b3c712ad2ea86
+DIST evil-1.2.13.tar.gz 540559 BLAKE2B 
064d746415775653a6152557645324d6900edff39ecab409105bb2ea8f810a3ff8e706acc776e4749c6d9675c2e5e4798bc9744056130a24b3c6382a2eafdbb8
 SHA512 
30d6f65db234c8c23cd31d1fbd9347e71b7d47ed7a9b50161c3e5820243dca2d9ce661469a1f141be08f89aeaaa5d2d04fce5a6bc8f38285e6a5229c6a05dcf7

diff --git a/app-emacs/evil/evil-1.2.13.ebuild 
b/app-emacs/evil/evil-1.2.13.ebuild
new file mode 100644
index 000..6163a663e1d
--- /dev/null
+++ b/app-emacs/evil/evil-1.2.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Extensible vi layer for Emacs"
+HOMEPAGE="https://github.com/emacs-evil/evil;
+SRC_URI="https://github.com/emacs-evil/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+RDEPEND=">=app-emacs/undo-tree-0.6.3"
+DEPEND="${RDEPEND}
+   sys-apps/texinfo"
+
+ELISP_REMOVE="evil-pkg.el evil-tests.el evil-test-helpers.el"
+ELISP_TEXINFO="doc/evil.texi"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="CHANGES.org CONTRIBUTING.md README.md"



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

2018-03-19 Thread Manuel Rüger
commit: 1d6012f450ce71b63400698299fd48b43aeb32b1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 19 18:07:23 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 19 18:07:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6012f4

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

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index c77995a56d9..5ad3b30110d 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,3 +1,4 @@
 DIST kubernetes-1.8.7.tar.gz 23246803 BLAKE2B 
b7fb8919462359f0fa211cf0cad834a7f09c893dd7da2ea9ca4564cc9f65e374ae6e036f12c182a42cd0f3b52f80b366d1e662bdf7967a066cacc9e6b8018ad4
 SHA512 
ea1be8a1cdc78d818a393da7ef7629405b08cf9a6fd2426d891912082b2230a148be49465b415cef9494476694715779a90429660ad1bb815bf258f3978c9707
 DIST kubernetes-1.9.2.tar.gz 23390279 BLAKE2B 
de9782209236d04fddefe83e074f1c41b37bc052ac45472cd75b30b0d5ba6a358ccf3db67fdb621627b483a59fa78b4fefdc78693287a138b18154f0e8f782fc
 SHA512 
8dd20ad6b2e77f1adc5ef37bdb319be472c5afa47c83c64e4496bb7ee3517bcca0aba398c16283dfda981915878dbd3685a61af65912d4d3fd14a77346edbe13
 DIST kubernetes-1.9.3.tar.gz 23396346 BLAKE2B 
e65a68e27f479dfedbfa17dd770dbeee9d56cd439abe3537a928bed15e054a12f7f8445c35e89957665b74a831135240d0e12af10ef14bd4e5938bca1781e0e5
 SHA512 
73a20c0f28cc04728bdaac36d08a2b78c7f203bc61a80c4716a1cb8447547f56e7ae76cbe77b3b03c704b6224392c4d0aa88ede3ce116c8aa2c15cb8a9bd4840
+DIST kubernetes-1.9.4.tar.gz 23531489 BLAKE2B 
d61ff9d986e0925a290f8ce3ad4c1bb60d390bd5af45b783b6709dfdc523472f9b7f6ed75e2a506bfd38b563de0c88ea575fe8a966137352a66cc3c3a0f90848
 SHA512 
f703f68938abfb3552e73c5b6f49dc176e5b851761010d1625cae8e1c7e36318b28c677b13ea7016edce0b74082858dbc3dc204630bbdf7a02f2076ae8b8d9b5

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.9.4.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.9.4.ebuild
new file mode 100644
index 000..882a7f40ebc
--- /dev/null
+++ b/sys-cluster/kube-proxy/kube-proxy-1.9.4.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}
+}



  1   2   3   >