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

2017-09-15 Thread Patrick Lauer
commit: 9e1a25cba8f0cd851b227f6133c32e21c94f3922
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Sep 16 05:53:50 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Sep 16 05:54:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1a25cb

dev-lang/nqp: Bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/nqp/Manifest   |   1 +
 dev-lang/nqp/nqp-2017.08.ebuild | 159 
 2 files changed, 160 insertions(+)

diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest
index 781d2101fac..3a4784c1fcb 100644
--- a/dev-lang/nqp/Manifest
+++ b/dev-lang/nqp/Manifest
@@ -5,3 +5,4 @@ DIST nqp-2017.04.tar.gz 3693688 SHA256 
7c270fc91bb869094fdc981236beefd4e8ecad8b8
 DIST nqp-2017.05.tar.gz 3698847 SHA256 
e5326a0a4c791f70802cadfc1a71ba119f0da6697b5c57ac6afcc367e21ee1ca SHA512 
2679c48160179e5ed96ceba218a54e0841d89ea9d4ec931e6bd9fabd4541f48da3c3c66b866bb1d11311e9a342fbd77a694f88cb4256f8009a51ec1fbcef849f
 WHIRLPOOL 
d213dd6986a7fd1d81fad26c0dfc4112f443836de5c47a88c80dddf301e0dcaadf87228070dc76871871af0d55759d27ecb8cc24c72921263ef6190ca680e18f
 DIST nqp-2017.06.tar.gz 3714001 SHA256 
8275f0172b1256cc6bfa60c895a5534b65a70a29c20025b011c9edca2a4eb922 SHA512 
7a067c6650442fc1071bc5ce61b01755f2746a825aa48cf8d127cd7fb15aad6729872313df2a18270d6ff995564bdbc3d68138afaaa7a3680567700109595197
 WHIRLPOOL 
ea44ee01c19845f7c59125b5daed1ae63a722ead1f5cffc55ff2cdae78cb989e941be26428324cab746ccda72fa5b2ad8189442e0ccfc6b574c6af42a34ad790
 DIST nqp-2017.07.tar.gz 3713517 SHA256 
31fefc7fa02441b45ff0ca465b58a8b391522b7090965a85323134aa17cb1166 SHA512 
55ef0827c6e013b898d8a5034d2568e787bb89b510234cd58239f13c9f8f9ff24bb3790838aeade79fe09d721c2d2384c94bc4714b24f3d602a9b4a0dbcdcafc
 WHIRLPOOL 
71ee1e98810b32a8fe5220fb0efd5d99c393bbf1b1fd13898cf21c7ba82d5815a9136cc6965077cb58a8777c040f4578b3a50fb180b01e190d8f9f6b82366bae
+DIST nqp-2017.08.tar.gz 3718841 SHA256 
70e202096c1ca12ccaec700633807e64c21a395ca45a581c762f3a1d417fa76a SHA512 
b86e58f1465ca0baaafd3424739b3ad0da8b5b764e53afa36d77c5058015a66d6180c97e56adfa8de2892e28669b3bcc688d16009669ad995170ca6e68c8b486
 WHIRLPOOL 
c3c737d76099d22047860b97926f4af7202d2b1e4783d926a88fd9f914d0c0d0eeb65829f7c4d0d7af4e541b7c09a380f2db9a3c87889b6f2ed06a44aaa8d365

diff --git a/dev-lang/nqp/nqp-2017.08.ebuild b/dev-lang/nqp/nqp-2017.08.ebuild
new file mode 100644
index 000..1bf3d499cb6
--- /dev/null
+++ b/dev-lang/nqp/nqp-2017.08.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit java-pkg-opt-2 multibuild
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/perl6/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
+   inherit vcs-snapshot
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
+HOMEPAGE="http://rakudo.org/;
+
+LICENSE="Artistic-2"
+SLOT="0"
+IUSE="doc clang java +moar test"
+REQUIRED_USE="|| ( java moar )"
+
+CDEPEND="java? (
+   dev-java/asm:4
+   dev-java/jline:0
+   dev-java/jna:4
+   )
+   moar? ( ~dev-lang/moarvm-2017.08.1[clang=] )"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.7 )"
+DEPEND="${CDEPEND}
+   clang? ( sys-devel/clang )
+   java? ( >=virtual/jdk-1.7 )
+   dev-lang/perl"
+
+pkg_pretend() {
+   if has_version dev-lang/rakudo || has_version dev-lang/nqp; then
+   ewarn "NQP is known to fail compilation/installation with 
Rakudo and/or NQP"
+   ewarn "already being installed. So if it fails, try 
uninstalling both"
+   ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new 
installation."
+   ewarn "(see Bug #584394)"
+   fi
+}
+
+java_prepare() {
+   # Don't clean stage0 jars.
+   einfo "Cleaning upstream jars"
+   java-pkg_clean 3rdparty/
+
+   # Don't use jars we just deleted.
+   sed -i -r 's/(:3rdparty[^:]*)+/:${THIRDPARTY_JARS}/g' \
+   src/vm/jvm/runners/nqp-j || die
+}
+
+src_prepare() {
+   MULTIBUILD_VARIANTS=()
+   use moar && MULTIBUILD_VARIANTS+=( moar )
+   use java && MULTIBUILD_VARIANTS+=( jvm )
+
+   multibuild_copy_sources
+
+   # This will pull in conditional java_prepare
+   default
+}
+
+nqp_configure() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+   local myconfargs=(
+   "--backend=${MULTIBUILD_VARIANT}"
+   "--prefix=/usr" )
+
+   perl Configure.pl "${myconfargs[@]}" || die
+   popd || die
+}
+
+nqp_compile() {
+   if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then
+   emake -j1 \
+   -C "${BUILD_DIR}" \
+   THIRDPARTY_JARS=$(java-pkg_getjars --with-dependencies 
asm-4,jline,jna-4) \
+   

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

2017-09-15 Thread Patrick Lauer
commit: f19db9edd466826216616e695f0395b39331669c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Sep 16 05:54:05 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Sep 16 05:54:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19db9ed

dev-lang/rakudo: Bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/rakudo/Manifest  |  1 +
 dev-lang/rakudo/rakudo-2017.08.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest
index ee73f898da5..89e4426f5a4 100644
--- a/dev-lang/rakudo/Manifest
+++ b/dev-lang/rakudo/Manifest
@@ -5,3 +5,4 @@ DIST rakudo-2017.04.2.tar.gz 2937523 SHA256 
3085e07241d8c483b8d9c7ca65dbf03c02fc
 DIST rakudo-2017.05.tar.gz 2958481 SHA256 
5ec50c0b12255109341eb60535a7dcae0fd68672d272f66ba038521799ae3fe4 SHA512 
f285b8920c6f2f5ba8b75c47ab5327470fa08987a207bdb5d0120b89a4b45a3a9a66641887629357889b62957a25fcfc64a88f1af177a5331fc30c3aae72deaa
 WHIRLPOOL 
32a9f90a84d5e39c752d78434a94d85775c621b5aa16334b2e30a72e423cceeeb9ba9e95da642884fe791503196d86d0384265da72d94c17e3f45f166f810799
 DIST rakudo-2017.06.tar.gz 2963199 SHA256 
f4ff7b27edcbe44a7e80956f17abf1bb19e6d168d75d61fdd7f59d97988e429b SHA512 
fff211f200f9ff949ae7608edae099e08177e0edf6fee4f6dfb5357779f79ea1bb6f6ec629742744d2720979cb9d012f92730d6361e76e87a3550a33e203f6d5
 WHIRLPOOL 
99b81c465179d78f9557970fa6da5c76298b970173685f9830cb0fba6ba97eeb7fb488604a47061cb80050b17107ea56a5d7e3f2e9d1b074511ec0f87eb357b4
 DIST rakudo-2017.07.tar.gz 2984621 SHA256 
a1d55c2bfef84c32739535e0638e87496ececf4c97a74796f97fa97edb51edea SHA512 
a80fba71bce8a6537962c5728ef1b54c6bfd275b9a4b7caacc6497f12a826b293a3a2bf8c412b21e91bb29bd3a325d9da17ecd8abb0ba2ffd4b8eecf0297d39f
 WHIRLPOOL 
6c45f3e323bae859b00a2c97d37e40e0fe1e97daf359a692de8a9fd176899805ced1b5ebc98f57f471efca9ce35061b191b85132d7945c0bd39859cf9fbe2e4b
+DIST rakudo-2017.08.tar.gz 2992885 SHA256 
bd18bcb41e0174f3ea4a857da9e599a11d68c21535fd0bee52885ada4a3b32b5 SHA512 
61091f1181bc1d95433650ecc8ee318cf7ef4ee1a67d492020654e8abd5095368d8a0e3d20647f336de5864eba5f8ef4cf1ce54d09763cf79cc1b7c5c457a300
 WHIRLPOOL 
4862b5b40a14754c7ef995fabe8ce4451f85836c4dfb8135e92cc0f9a8523db967c0b7a92f55c510f0c5d2f054d74fb57aa6bbd524eef2e53c6e973ada43bef6

diff --git a/dev-lang/rakudo/rakudo-2017.08.ebuild 
b/dev-lang/rakudo/rakudo-2017.08.ebuild
new file mode 100644
index 000..0916271bb83
--- /dev/null
+++ b/dev-lang/rakudo/rakudo-2017.08.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit java-pkg-opt-2
+
+DESCRIPTION="A compiler for the Perl 6 programming language"
+HOMEPAGE="http://rakudo.org;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/rakudo/${PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   SRC_URI="https://rakudo.perl6.org/downloads/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Artistic-2"
+SLOT="0"
+# TODO: add USE="javascript" once that's usable in nqp
+IUSE="clang java +moar test"
+REQUIRED_USE="|| ( java moar )"
+
+CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]"
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.7 )"
+DEPEND="${CDEPEND}
+   clang? ( sys-devel/clang )
+   java? ( >=virtual/jdk-1.7 )
+   >=dev-lang/perl-5.10"
+
+pkg_pretend() {
+   if has_version dev-lang/rakudo; then
+   ewarn "Rakudo is known to fail compilation/installation with 
Rakudo"
+   ewarn "already being installed. So if it fails, try unmerging 
dev-lang/rakudo,"
+   ewarn "then do a new installation."
+   ewarn "(see Bug #584394)"
+   fi
+}
+
+src_configure() {
+   local backends
+   use moar && backends+="moar,"
+   use java && backends+="jvm"
+
+   local myargs=(
+   "--prefix=/usr"
+   "--sysroot=/"
+   "--sdkroot=/"
+   "--backends=${backends}"
+   )
+
+   perl Configure.pl "${myargs[@]}" || die
+
+   if use java; then
+   NQP=$(java-pkg_getjars --with-dependencies nqp)
+   fi
+}
+
+src_compile() {
+   emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" install
+}
+
+src_test() {
+   RAKUDO_PRECOMP_PREFIX=$(mktemp -d) default
+}



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

2017-09-15 Thread Patrick Lauer
commit: 8fe8660b1d9630c5d4a7a6854cdcc47ad156b9c4
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Sep 16 05:53:19 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Sep 16 05:54:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe8660b

dev-lang/moarvm: Bump

Use bundled libtommath #628552

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/moarvm/Manifest|  1 +
 dev-lang/moarvm/moarvm-2017.08.1.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest
index 94e3e7fd415..0c1f35fcbb4 100644
--- a/dev-lang/moarvm/Manifest
+++ b/dev-lang/moarvm/Manifest
@@ -5,3 +5,4 @@ DIST MoarVM-2017.04.tar.gz 4383487 SHA256 
7838c92e50afe75669f751db8e15f0e32d
 DIST MoarVM-2017.05.tar.gz 4386504 SHA256 
7cb9b7a871b14ac9b6cddc57e646d277177c4b3b21220e6fbc204084a15a4e41 SHA512 
a8fc79a41c30bc79e5d872c7c822cc658c258a2e8fffcfd053afe78fc985646db76af40dc2d610001819953784d9bf4e6c6f20a5e5d7de3027f9d1a3d1279edb
 WHIRLPOOL 
e27ef8969170db8c6a4c38cb3d2dcb33895292f233ff000df9dc43533f3076bd6db1fa8344b62ca551e23454c1ac72bc959a322a09f45be074c7965886a84c6a
 DIST MoarVM-2017.06.tar.gz 4391465 SHA256 
5102793557625ff812291ade39f6b3a32fc02d12a5e6845e7822e5ae15f2a293 SHA512 
32a14c5426ade7681f452dcc43a3c513cd7d73cfd4eca394005ea9e5f2c65e6651d442eaec9a27ef6656bb342f572b964fab587018e39012acecfc01b50db274
 WHIRLPOOL 
2b347e9d9adf0e5320451b9eef5f326c8c22f0db7c3c588662be497221e927e2bf752ec62629905d4a5b2a6597150f5ea255d149c2a94a61658bca576c5e95c6
 DIST MoarVM-2017.07.tar.gz 4396077 SHA256 
21c6c85464bcc012af4fa3ed5fe2a54262439f197c5141cfc71f57e2841ba67a SHA512 
675633bdc97e30eb6a7a2208338b7124215a92ed1a129076b0e59f9f2f0996b903120e3aa2a915a370c637d6529fdccef0bbcc31ce91c1485df60f9ce7e9e689
 WHIRLPOOL 
83b38aae50904680c58970f51bb33aa2b112a0cb8b92f04900085083e3e12c0905829107759782531b301714283dfdb044508133b02e4d4a5f271d6bd5eca6bc
+DIST MoarVM-2017.08.1.tar.gz 4440494 SHA256 
ce032fcbd3ff195825cb0c52c8844b611e63c54a57854602236e3a2a570fa643 SHA512 
52331993b59fdad8d30161f3e95e8bfcf16c69e452f8fa32492fa551d225ed7eb9e0ac015049e40d119e8e7958c529b966f34a0175ae686000264eb02478a749
 WHIRLPOOL 
72ce60a47eea7e9588b0da3d4cc9c6bb070686f1ff8524f0f157e9a93cd2531c876457f9e23c599069a0cb6dd45e9d6f528bde437ebbf634e3dbe4b15207b94a

diff --git a/dev-lang/moarvm/moarvm-2017.08.1.ebuild 
b/dev-lang/moarvm/moarvm-2017.08.1.ebuild
new file mode 100644
index 000..295d13af2f4
--- /dev/null
+++ b/dev-lang/moarvm/moarvm-2017.08.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+MY_PN="MoarVM"
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git;
+   inherit git-r3
+   KEYWORDS=""
+   S="${WORKDIR}/${P}"
+else
+   SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${MY_PN}-${PV}"
+fi
+
+DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6"
+HOMEPAGE="http://moarvm.org;
+LICENSE="Artistic-2"
+SLOT="0"
+IUSE="asan clang debug doc +jit static-libs optimize ubsan"
+
+RDEPEND="dev-libs/libatomic_ops
+   dev-libs/libuv
+   jit? ( dev-lang/lua:0[deprecated]
+   dev-lua/LuaBitOp )
+   virtual/libffi"
+DEPEND="${RDEPEND}
+   clang? ( >=sys-devel/clang-3.1 )
+   dev-lang/perl"
+
+DOCS=( CREDITS README.markdown )
+
+# Tests are conducted via nqp
+RESTRICT=test
+
+src_configure() {
+   use doc && DOCS+=( docs/* )
+   local myconfigargs=(
+   "--prefix=/usr"
+   "--has-libuv"
+   "--has-libatomic_ops"
+   "--has-libffi"
+   "--libdir=$(get_libdir)"
+   "--compiler=$(usex clang clang gcc)"
+   "$(usex asan--asan)"
+   "$(usex debug   --debug--no-debug)"
+   "$(usex jit --lua=/usr/bin/lua --no-jit)"
+   "$(usex optimize--optimize=--no-optimize)"
+   "$(usex static-libs --static)"
+   "$(usex ubsan   --ubsan)"
+   )
+   use optimize && filter-flags '-O*'
+
+   perl Configure.pl "${myconfigargs[@]}" || die
+}



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

2017-09-15 Thread Tim Harder
commit: dab790b6d1ee0d62dc861b08ff97d3d9aa48798d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 16 05:39:24 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 16 05:40:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab790b6

dev-python/pluggy: add rtd and github sites to HOMEPAGE

 dev-python/pluggy/pluggy-0.4.0.ebuild | 2 +-
 dev-python/pluggy/pluggy-0.5.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pluggy/pluggy-0.4.0.ebuild 
b/dev-python/pluggy/pluggy-0.4.0.ebuild
index d391ad1e6ac..d7f5e8492ec 100644
--- a/dev-python/pluggy/pluggy-0.4.0.ebuild
+++ b/dev-python/pluggy/pluggy-0.4.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="plugin and hook calling mechanisms for python"
-HOMEPAGE=" http://pypi.python.org/pypi/pluggy;
+HOMEPAGE="https://pypi.python.org/pypi/pluggy;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
 
 LICENSE="MIT"

diff --git a/dev-python/pluggy/pluggy-0.5.2.ebuild 
b/dev-python/pluggy/pluggy-0.5.2.ebuild
index 5e95a9c8147..19a7a49c85c 100644
--- a/dev-python/pluggy/pluggy-0.5.2.ebuild
+++ b/dev-python/pluggy/pluggy-0.5.2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="plugin and hook calling mechanisms for python"
-HOMEPAGE=" http://pypi.python.org/pypi/pluggy;
+HOMEPAGE="https://pluggy.readthedocs.io/ https://github.com/pytest-dev/pluggy 
https://pypi.python.org/pypi/pluggy;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2017-09-15 Thread Tim Harder
commit: 142c68ae386ee1a9ca0cfa59449d77372eb4c106
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 16 05:37:04 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 16 05:40:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142c68ae

dev-python/pluggy: version bump to 0.5.2

 dev-python/pluggy/Manifest|  1 +
 dev-python/pluggy/pluggy-0.5.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pluggy/Manifest b/dev-python/pluggy/Manifest
index cc56a7cc36c..20337c9be14 100644
--- a/dev-python/pluggy/Manifest
+++ b/dev-python/pluggy/Manifest
@@ -1 +1,2 @@
 DIST pluggy-0.4.0.zip 19054 SHA256 
dd841b5d290b252cf645f75f3bd37ceecfa0f36394ab313e4f785fe68a4081a4 SHA512 
1a6e28df05751767df1ac3dfac4c29ba0367f05ae9c8c6a7f5163bb53de36f90226ed18baedeb41bc8ca23504ca61a9b32ef907d3ec3fee7512bcdf45a56d19c
 WHIRLPOOL 
6fe852f807f8966d5df39a118871097758885c95c7aa1e722278704c8ccfaee14e6c18abf7e2033e4801aa0934a2ff0eb64ac3a8db5a53fc86841f6a9cf688cc
+DIST pluggy-0.5.2.tar.gz 18935 SHA256 
bd60171dbb250fdebafad46ed16d97065369da40568ae948ef7117eee8536e94 SHA512 
850b1a7b9e55d46d5deb16b8bc71e3f9d6c26b78fe34379b295a9780f3da8abb3c44f524f175d0392b61fc2d36d66d156db3f499a3c1666e2ff3e3c6344153cb
 WHIRLPOOL 
ae602eedb539f3e2b995edb474edf9de6a6637e6eee6e78987b43c6bcbfe8e9984beb9d1cbf5f33ac5e50367ea0a4ef2c69620fa3b776b0ed885e95b5878b020

diff --git a/dev-python/pluggy/pluggy-0.5.2.ebuild 
b/dev-python/pluggy/pluggy-0.5.2.ebuild
new file mode 100644
index 000..5e95a9c8147
--- /dev/null
+++ b/dev-python/pluggy/pluggy-0.5.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="plugin and hook calling mechanisms for python"
+HOMEPAGE=" http://pypi.python.org/pypi/pluggy;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "tests failed with ${EPYTHON}"
+}



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

2017-09-15 Thread Matthias Maier
commit: 1a7e72ca169b1489556a9a11ec08c9749b588912
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 16 05:12:43 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Sep 16 05:12:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7e72ca

dev-lang/julia: Update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-lang/julia/julia-.ebuild | 36 
 1 file changed, 12 insertions(+), 24 deletions(-)

diff --git a/dev-lang/julia/julia-.ebuild b/dev-lang/julia/julia-.ebuild
index 27c15e1646a..60063c60f85 100644
--- a/dev-lang/julia/julia-.ebuild
+++ b/dev-lang/julia/julia-.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/JuliaLang/julia.git;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="emacs"
+IUSE=""
 
 RDEPEND="
dev-lang/R:0=
@@ -30,15 +30,15 @@ RDEPEND="
sci-libs/fftw:3.0=[threads]
sci-libs/openlibm:0=
sci-libs/spqr:0=
+   >=dev-libs/libpcre2-10.23:0=[jit]
sci-libs/umfpack:0=
sci-mathematics/glpk:0=
>=sys-devel/llvm-4.0.0:=
>=sys-libs/libunwind-1.1:7=
sys-libs/readline:0=
sys-libs/zlib:0=
-   >=virtual/blas-1.1
-   virtual/lapack
-   emacs? ( app-emacs/ess )"
+   >=virtual/blas-3.6
+   virtual/lapack"
 
 DEPEND="${RDEPEND}
dev-util/patchelf
@@ -95,12 +95,14 @@ src_prepare() {
 }
 
 src_configure() {
-   # julia does not play well with the system versions of
-   # dsfmt, libuv, pcre2 and utf8proc
+   # julia does not play well with the system versions of dsfmt, libuv,
+   # and utf8proc
+
+   # USE_SYSTEM_LIBM=0 implies using external openlibm
cat <<-EOF > Make.user
USE_SYSTEM_DSFMT=0
USE_SYSTEM_LIBUV=0
-   USE_SYSTEM_PCRE=0
+   USE_SYSTEM_PCRE=1
USE_SYSTEM_RMATH=0
USE_SYSTEM_UTF8PROC=0
USE_LLVM_SHLIB=1
@@ -111,7 +113,7 @@ src_configure() {
USE_SYSTEM_GRISU=1
USE_SYSTEM_LAPACK=1
USE_SYSTEM_LIBGIT2=1
-   USE_SYSTEM_LIBM=1
+   USE_SYSTEM_LIBM=0
USE_SYSTEM_LIBUNWIND=1
USE_SYSTEM_LLVM=1
USE_SYSTEM_MPFR=1
@@ -133,11 +135,10 @@ src_compile() {
addpredict /proc/self/mem
 
emake cleanall
-   emake julia-release \
+   emake VERBOSE=1 julia-release \
prefix="/usr" DESTDIR="${D}" CC="$(tc-getCC)" CXX="$(tc-getCXX)"
pax-mark m $(file usr/bin/julia-* | awk -F : '/ELF/ {print $1}')
emake
-   use emacs && elisp-compile contrib/julia-mode.el
 }
 
 src_test() {
@@ -152,28 +153,15 @@ src_install() {
EOF
doenvd 99julia
 
-   if use emacs; then
-   elisp-install "${PN}" contrib/julia-mode.el
-   elisp-site-file-install "${FILESDIR}"/63julia-gentoo.el
-   fi
dodoc README.md
 
mv "${ED}"/usr/etc/julia "${ED}"/etc || die
rmdir "${ED}"/usr/etc || die
-   rmdir "${ED}"/usr/libexec || die
mv "${ED}"/usr/share/doc/julia/{examples,html} \
-   "${ED}"/usr/share/doc/${P} || die
+   "${ED}"/usr/share/doc/${PF} || die
rmdir "${ED}"/usr/share/doc/julia || die
if [[ $(get_libdir) != lib ]]; then
mkdir -p "${ED}"/usr/$(get_libdir) || die
mv "${ED}"/usr/lib/julia "${ED}"/usr/$(get_libdir)/julia || die
fi
 }
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/, dev-lang/julia/files/

2017-09-15 Thread Matthias Maier
commit: 0c42c3ebe595f815faf826261b2f5cdcec28dd76
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 16 04:58:43 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Sep 16 04:58:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c42c3eb

dev-lang/julia: Update live ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../julia/files/julia--fix_build_system.patch  | 43 +-
 dev-lang/julia/julia-.ebuild   |  2 -
 2 files changed, 10 insertions(+), 35 deletions(-)

diff --git a/dev-lang/julia/files/julia--fix_build_system.patch 
b/dev-lang/julia/files/julia--fix_build_system.patch
index 6f804161775..d7866f46b3e 100644
--- a/dev-lang/julia/files/julia--fix_build_system.patch
+++ b/dev-lang/julia/files/julia--fix_build_system.patch
@@ -1,5 +1,5 @@
 diff --git a/Make.inc b/Make.inc
-index e30c150..e6fdbb2 100644
+index e77681669..bc17c6fd0 100644
 --- a/Make.inc
 +++ b/Make.inc
 @@ -399,7 +399,7 @@ ifneq ($(OS), WINNT)
@@ -29,25 +29,8 @@ index e30c150..e6fdbb2 100644
  endif
  
  ifeq ($(USECCACHE), 1)
-diff --git a/deps/tools/jldownload b/deps/tools/jldownload
-index ab4fd69..e2c2408 100755
 a/deps/tools/jldownload
-+++ b/deps/tools/jldownload
-@@ -5,9 +5,9 @@
- 
- CACHE_HOST=https://cache.julialang.org
- 
--WGET=$(which wget 2>/dev/null)
--CURL=$(which curl 2>/dev/null)
--FETCH=$(which fetch 2>/dev/null)
-+WGET=/bin/true
-+CURL=/bin/true
-+FETCH=/bin/true
- 
- TIMEOUT=15 # seconds
- WGET_OPTS="--no-check-certificate --tries=1 --timeout=$TIMEOUT"
 diff --git a/doc/Makefile b/doc/Makefile
-index 743804d..e06dde0 100644
+index 743804d8b..e06dde030 100644
 --- a/doc/Makefile
 +++ b/doc/Makefile
 @@ -25,7 +25,7 @@ deps: UnicodeData.txt
@@ -60,28 +43,22 @@ index 743804d..e06dde0 100644
  cleanall: clean
  
 diff --git a/src/Makefile b/src/Makefile
-index f71f53d..7cdd23f 100644
+index d3ff98900..9c4d889b4 100644
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -85,20 +85,8 @@ PUBLIC_HEADER_TARGETS := $(addprefix 
$(build_includedir)/julia/,$(notdir $(PUBLI
+@@ -87,14 +87,7 @@ PUBLIC_HEADERS += $(LIBUV_INC)/uv*
+ endif
+ PUBLIC_HEADER_TARGETS := $(addprefix $(build_includedir)/julia/,$(notdir 
$(PUBLIC_HEADERS)))
  
- # In LLVM < 3.4, --ldflags includes both options and libraries, so use it 
both before and after --libs
- # In LLVM >= 3.4, --ldflags has only options, and --system-libs has the 
libraries.
+-# In LLVM < 3.4, --ldflags includes both options and libraries, so use it 
both before and after --libs
+-# In LLVM >= 3.4, --ldflags has only options, and --system-libs has the 
libraries.
 -ifneq ($(USE_LLVM_SHLIB),1)
 -LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) $(shell 
$(LLVM_CONFIG_HOST) --libs $(LLVM_LIBS)) $(shell $(LLVM_CONFIG_HOST) --ldflags) 
$(shell $(LLVM_CONFIG_HOST) --system-libs 2> /dev/null)
 -else
--ifeq ($(LLVM_USE_CMAKE),1)
 -LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM
--else
--ifeq ($(OS),WINNT)
--LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM-$(LLVM_VER_SHORT)
--else
--LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM-$(shell 
$(LLVM_CONFIG_HOST) --version)
--endif # OS == WINNT
--endif # LLVM_USE_CMAKE == 1
-+LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--libs) $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--system-libs)
- FLAGS += -DLLVM_SHLIB
+-FLAGS += -DLLVM_SHLIB
 -endif # USE_LLVM_SHLIB == 1
++LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--libs) $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) 
--system-libs)
  
  COMMON_LIBS := -L$(build_shlibdir) -L$(build_libdir) $(LIBUV) $(LIBUTF8PROC) 
$(NO_WHOLE_ARCHIVE) $(LLVMLINK) $(OSLIBS)
  DEBUG_LIBS := $(WHOLE_ARCHIVE) $(BUILDDIR)/flisp/libflisp-debug.a 
$(WHOLE_ARCHIVE) $(BUILDDIR)/support/libsupport-debug.a $(COMMON_LIBS)

diff --git a/dev-lang/julia/julia-.ebuild b/dev-lang/julia/julia-.ebuild
index 586f37aad42..27c15e1646a 100644
--- a/dev-lang/julia/julia-.ebuild
+++ b/dev-lang/julia/julia-.ebuild
@@ -59,8 +59,6 @@ src_prepare() {
# - fix BLAS and LAPACK link interface
 
sed -i \
-   -e 's|$(JLDOWNLOAD)|${EPREFIX}/bin/true|' \
-   -e 's|git submodule|${EPREFIX}/bin/true|g' \
-e "s|GENTOOCFLAGS|${CFLAGS}|g" \
-e "s|/usr/include|${EPREFIX%/}/usr/include|g" \
deps/Makefile || die



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

2017-09-15 Thread Matthias Maier
commit: 7950286ffa90947b43f92add9b68bcce0282c55d
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 16 04:50:43 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Sep 16 04:50:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7950286f

dev-lang/julia: update llvm dependencies

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-lang/julia/julia-0.6.0.ebuild | 2 +-
 dev-lang/julia/julia-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/julia/julia-0.6.0.ebuild 
b/dev-lang/julia/julia-0.6.0.ebuild
index 98506e18461..091fe9ed386 100644
--- a/dev-lang/julia/julia-0.6.0.ebuild
+++ b/dev-lang/julia/julia-0.6.0.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
>=dev-libs/libpcre2-10.23:0=[jit]
sci-libs/umfpack:0=
sci-mathematics/glpk:0=
-   >=sys-devel/llvm-3.9:=
+   sys-devel/llvm:4=
>=sys-libs/libunwind-1.1:7=
sys-libs/readline:0=
sys-libs/zlib:0=

diff --git a/dev-lang/julia/julia-.ebuild b/dev-lang/julia/julia-.ebuild
index 958c72d6a32..586f37aad42 100644
--- a/dev-lang/julia/julia-.ebuild
+++ b/dev-lang/julia/julia-.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
sci-libs/spqr:0=
sci-libs/umfpack:0=
sci-mathematics/glpk:0=
-   >=sys-devel/llvm-3.9:0=
+   >=sys-devel/llvm-4.0.0:=
>=sys-libs/libunwind-1.1:7=
sys-libs/readline:0=
sys-libs/zlib:0=



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

2017-09-15 Thread Mike Gilbert
commit: fbba0d646f6dad6aad4ace04b5ef3a94c0c2dc39
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Sep 15 21:44:27 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Sep 15 21:46:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbba0d64

dev-python/requests: bump to 2.18.4

Closes: https://bugs.gentoo.org/627920
Closes: https://bugs.gentoo.org/629918
Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38

 dev-python/requests/Manifest   |  1 +
 dev-python/requests/requests-2.18.4.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/requests/Manifest b/dev-python/requests/Manifest
index 19fcc1a16ad..ec0775052da 100644
--- a/dev-python/requests/Manifest
+++ b/dev-python/requests/Manifest
@@ -4,4 +4,5 @@ DIST requests-2.13.0.tar.gz 557508 SHA256 
5722cd09762faa01276230270ff16af7acf7c5
 DIST requests-2.14.2.tar.gz 521027 SHA256 
a274abba399a23e8713ffd2b5706535ae280ebe2b8069ee6a941cb089440d153 SHA512 
f6531ada6d854a261cad874044daa9e7f79d55c8f8fcfec1b25862563127318fbf717ed640644ddf0dbe4d7fe1298d478fcd76825a3604e06cefae5990fa9dd4
 WHIRLPOOL 
e242d8182312b437a27bdc1d4a099d7db0c6135b3de29c0285ba60f6a72e1102941603cc551d8f3a4597f479c7d9409eef073c25b2411df93d0903d9f87b316f
 DIST requests-2.18.1.tar.gz 124229 SHA256 
c6f3bdf4a4323ac7b45d01e04a6f6c20e32a052cd04de81e05103abc049ad9b9 SHA512 
d7482ddce36ce633bee830bc8d9f9a207e1c20595378f7c60dcef01cab016a16704965f3b52e3faac63dd50fbe7c61d575742e71f51a2b8d41c1922df2dbaa06
 WHIRLPOOL 
c1cf2544fdb4a7eb6536ff97847a15d786a9f1dcb7509e089a9d73e9372e5c6735b35a1c0d6e33580d933f573b3b3c3a1b48af2755563f04893daf66a114c8df
 DIST requests-2.18.2.tar.gz 125381 SHA256 
5b26fcc5e72757a867e4d562333f841eddcef93548908a1bb1a9207260618da9 SHA512 
b78660e5370f9acc458159edda385fbcbbb33b0703fa2c83400f3c08fe05253f357175e2ad76c5bff4bd942ab18da5df344473e9b5a924d7457596c0ff9bfbc6
 WHIRLPOOL 
ed0d8ffb2cefeab6f3230fcb68e585650afb0772239c33002ae34050fc805256bb2c2c837dcad55aa4029972f9e60595256dee6f89ec493b399c499fd155c71b
+DIST requests-2.18.4.tar.gz 126224 SHA256 
9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e SHA512 
5c59bed82ac1094194f04a973b299f7d783264d372abd7a5229295bccc6b2f7a9f082ee4b0dff348e9c22cf68ddbd7cb67f60fd0b7d9eda41c02e40d075e9472
 WHIRLPOOL 
ffdf4466188ef2c3545387a04b164eefdbc47d03bdd7d5114f783cd10935ba42d8f7016be40bf4c6710681d96ea37f16840a18e334b9d1d86cabd4b04ab9d6a3
 DIST requests-2.8.1.tar.gz 480803 SHA256 
84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b SHA512 
bccec89165596df3af3f46eb43b5b28b595752485b00ed73978ef76fa6b8a8961c3db046c3f91ff34fa390f037322f6e13b141ba9b600a836a6d798086bd13fb
 WHIRLPOOL 
445e0e12f5900c3396ae7a76d0010b9c4a4ff2c79c51dfc88f117918e436a4d67ea25de39f252cacaabd737b7b1542374172a2b6f482d7ffe1f7514d1cb4a06b

diff --git a/dev-python/requests/requests-2.18.4.ebuild 
b/dev-python/requests/requests-2.18.4.ebuild
new file mode 100644
index 000..50f154c78a6
--- /dev/null
+++ b/dev-python/requests/requests-2.18.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP library for human beings"
+HOMEPAGE="http://python-requests.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
+IUSE="socks5 +ssl"
+
+RDEPEND="
+   >=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
+   >=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.5[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
+   socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
+   ssl? (
+>=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+>=dev-python/pyopenssl-0.14[$(python_gen_usedep 'python*' 
pypy)]
+   )
+"
+
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# tests connect to various remote sites
+RESTRICT="test"
+
+#DEPEND+="
+#  test? (
+#  dev-python/pytest[${PYTHON_USEDEP}]
+#  dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+#  dev-python/pytest-mock[${PYTHON_USEDEP}]
+#  dev-python/pytest-xdist[${PYTHON_USEDEP}]
+#  >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
+#  )
+#"
+
+python_test() {
+   py.test || die
+}



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

2017-09-15 Thread Mike Gilbert
commit: 11c7e11fa90ed8d6ae8ccda1b66fd3c90f4a2df7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Sep 15 21:46:02 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Sep 15 21:46:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c7e11f

www-client/chromium: beta channel bump (62.0.3202.18)

Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38

 www-client/chromium/Manifest   | 2 +-
 .../{chromium-62.0.3198.0.ebuild => chromium-62.0.3202.18.ebuild}  | 7 +--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index be5611488a9..87332a02d4b 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,3 @@
 DIST chromium-61.0.3163.79.tar.xz 556218140 SHA256 
bdbc139ed86f3b5d1ec3c3b00caeaef4f9ac2c363438f03dded56e217ad10727 SHA512 
3729c4888737824937386b73e17ffce0c8c902582e0395da20d2ea86eb179bf0edc2be0d2ea780a6fc76accdeb8967a66392bea5069c7ebb71322c750f614d61
 WHIRLPOOL 
5024a89372f974b62e09c89ce4786efa87a6f52712faf211508c1ccad7edb0120cebd98540b928094893877517abc1243a9bfabcf74e057a4e5fc2cacac8480d
-DIST chromium-62.0.3198.0.tar.xz 516801712 SHA256 
6e7c33bfe357554cd9400d55bfc280338a7a9474bb0a53b6c81ea84688637970 SHA512 
61271628a8ea84f5c2838949869e067baaf86a9a5c0dad09e82e05fd86654e9a6584c8b7152de57851a0162068618c198f52748cf74c0cb050e86a5cd6a94a0c
 WHIRLPOOL 
bcfde66dbe69e11a06fa280c8739987e7e3e5afabb780ea0aafe3ac96d8843117d980d938f7a5762dc379711ce03cbdce391f77725e65af028b6ef9db88ee679
+DIST chromium-62.0.3202.18.tar.xz 517017924 SHA256 
38d76599b999e3636c3eb60888acd34ea8a8d7e24e6dba21ec7ae39d2045d47f SHA512 
7017bc7f17af969fc460f0001ae935dca48253d2dea65d5375a126434549bb7ce748518c716b6d06aa6ae357577ca08ec73c7fe0e11b606595c15768388bab87
 WHIRLPOOL 
305ca8e55bbd2d87c1b6444ed2580b2c6992c2c5072b0abc9751190e07e0a57bb2180d751aaf5a248beea8467c6888f681c1d76a0a7cfb6ccfc2ae5d9669f2ec
 DIST chromium-62.0.3202.9.tar.xz 516991748 SHA256 
d801d431417736098ee4bf4ecaea642f5fe6101ea88a4cf7b06a04da58331199 SHA512 
26e253dc0b779408116e4fbcc41e306afbd34687a9cb9f748d49381cec4ace4a094630aec5be14878584051696c261052ce7b07fd75b9680217165afd3909fe9
 WHIRLPOOL 
82645f14dd1a19faecc8b8af3fcfef03b2e14cb04c0ad8653bf9e11ef84169ecae7d8fdcbed1a84da0433f621dbbb331319670bb9cb0723759df617dd46e4617

diff --git a/www-client/chromium/chromium-62.0.3198.0.ebuild 
b/www-client/chromium/chromium-62.0.3202.18.ebuild
similarity index 99%
rename from www-client/chromium/chromium-62.0.3198.0.ebuild
rename to www-client/chromium/chromium-62.0.3202.18.ebuild
index f1b0a038ce7..4e429f77671 100644
--- a/www-client/chromium/chromium-62.0.3198.0.ebuild
+++ b/www-client/chromium/chromium-62.0.3202.18.ebuild
@@ -26,6 +26,7 @@ COMMON_DEPEND="
dev-libs/expat:=
dev-libs/glib:2
system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.5:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
>=dev-libs/nss-3.14.3:=
@@ -146,6 +147,7 @@ PATCHES=(
"${FILESDIR}/${PN}-FORTIFY_SOURCE-r2.patch"
"${FILESDIR}/${PN}-gcc5-r2.patch"
"${FILESDIR}/${PN}-gn-bootstrap-r17.patch"
+   "${FILESDIR}/${PN}-glibc2.26-r1.patch"
 )
 
 pre_build_checks() {
@@ -233,6 +235,7 @@ src_prepare() {
third_party/ced
third_party/cld_2
third_party/cld_3
+   third_party/crc32c
third_party/cros_system_api
third_party/devscripts
third_party/dom_distiller_js
@@ -260,7 +263,7 @@ src_prepare() {
third_party/libsrtp
third_party/libudev
third_party/libwebm
-   third_party/libxml
+   third_party/libxml/chromium
third_party/libyuv
third_party/lss
third_party/lzma_sdk
@@ -372,7 +375,6 @@ src_configure() {
# TODO: freetype 
(https://bugs.chromium.org/p/pdfium/issues/detail?id=733).
# TODO: use_system_hunspell (upstream changes needed).
# TODO: use_system_libsrtp (bug #459932).
-   # TODO: xml (bug #616818).
# TODO: use_system_protobuf (bug #525560).
# TODO: use_system_ssl (http://crbug.com/58087).
# TODO: use_system_sqlite (http://crbug.com/22208).
@@ -385,6 +387,7 @@ src_configure() {
libjpeg
libpng
libwebp
+   libxml
libxslt
openh264
re2



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

2017-09-15 Thread William Hubbs
commit: d07273de445ebfa901b756d9015ceecf0d37427b
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Sep 15 21:44:15 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 15 21:44:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07273de

sys-apps/openrc:  0.31 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-apps/openrc/Manifest   |   1 +
 sys-apps/openrc/openrc-0.31.ebuild | 329 +
 2 files changed, 330 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 999beffc955..0a8c206b32d 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -9,3 +9,4 @@ DIST openrc-0.27.2.tar.gz 223572 SHA256 
4e9c12c77c101b6ea255f1a9291c4c4d228c7ddc
 DIST openrc-0.28.tar.gz 224228 SHA256 
9548b03ffc164f75887d810469f0535a16c5c8c2e615e250d5753a16e66cf317 SHA512 
a10c293bf4287bcc4ffb9c996cbc1294f979483ea9fb2efb0dd1becee193f49ff114530c078850e8c11cf2c0a812be2e74801352fdbfe313b90cd9af5b8ccf93
 WHIRLPOOL 
d55ae26bef0ebf4c17f484c476c08cefe40d0bdaf55a571bb4cfefaf67248661661eb28936e509c4bbccb2f4a0e36e8d01f7b6ae3dc2b1831f571b26d0ac6223
 DIST openrc-0.29.tar.gz 223275 SHA256 
b919c4520e93ba02db24e7766d32688928d5bb0cc8fe2f250277c46274d99927 SHA512 
1accc52c3e729432fee433395eb7551fa7913004999c595f6485a0505b7916338df6d9e7d95304e865adf67df54378525a758b34bb67beefe240a90700e4f7d8
 WHIRLPOOL 
341ae930257f23513fd3582a7e329c48f546d306c467bab3430a8838c343d5697db5941e3590a8f1c33f34a0eefac07f0fb9c0e4a752d1659293374057cc4aea
 DIST openrc-0.30.tar.gz 222383 SHA256 
29b4d565bc37f51585c4a9aabedad46d79031861209cbda3a916a0a01c56e0bc SHA512 
d1893adc776184cdb9a7ab884250d29357d1e4855f5f1f93577e6ca2ff30f3233d263d237672395caaff6e479bcba5e52c31c9089e8904ed70b40a29f10864cb
 WHIRLPOOL 
68f931a6c8fb141d85217fa8d37e9a0507d583e7fc41a5db78b9700223f52ea06ffb514c19f541b93977609c351872804968fdd2ad0431055283c034c2a89698
+DIST openrc-0.31.tar.gz 223966 SHA256 
9d1631b647b3b8981dcbb5251f9d2444859c6cf0791c1b6b07469953e657 SHA512 
2c28daa5b2bfd3c31a2b87b08a7b39dc078ab0224c713a2b738e991f968f07d4761770a813fb449df551d6e3db58ed997ac8bbe210d1fb17b4c88ead859eba7b
 WHIRLPOOL 
929dbd2724b6f6aaeaae1d9bce913068ac94ec3e21aefae859d782ed7f6f2a948042a5371afc3a8f631b10552776225b4b8487a11188847366877bfd12889001

diff --git a/sys-apps/openrc/openrc-0.31.ebuild 
b/sys-apps/openrc/openrc-0.31.ebuild
new file mode 100644
index 000..278de480e1f
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.31.ebuild
@@ -0,0 +1,329 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /$(get_libdir)/rc/init.d
+   fi
+   keepdir /$(get_libdir)/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' 

[gentoo-commits] proj/openrc: New tag: 0.31

2017-09-15 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 15 21:39:38 2017 +

New tag: 0.31




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

2017-09-15 Thread Sergei Trofimovich
commit: 766abdcaf28cfb88249c44792fd6f654c3663922
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 15 20:49:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 15 20:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766abdca

sys-apps/nix: drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/nix/Manifest  |   3 -
 sys-apps/nix/nix-1.11.11.ebuild| 130 ---
 sys-apps/nix/nix-1.11.12-r1.ebuild | 135 -
 sys-apps/nix/nix-1.11.13.ebuild| 135 -
 4 files changed, 403 deletions(-)

diff --git a/sys-apps/nix/Manifest b/sys-apps/nix/Manifest
index 8aa06e86e33..d4dd2c3ef55 100644
--- a/sys-apps/nix/Manifest
+++ b/sys-apps/nix/Manifest
@@ -1,5 +1,2 @@
-DIST nix-1.11.11.tar.xz 625248 SHA256 
f5b9da21fb412e4c35b6e2bc771cfbf4ca44746be5d99868ff29d6e7604760e5 SHA512 
b4652755860637dae0eacab3c536c43bb835614a802fd0bcc606f6140ae3f5c4db312d30ecb20dad62732d47cafb8101a8760b321be5ec4b331f298c59a79e4e
 WHIRLPOOL 
d4d8fc1d868832a9a0ca131bf26cfdd566279be00b56cd40d6e3035935dbdb55d5a77e460e96e77636b60542cd085ccd4e97e15f3c219ddf794b67eb3f3fd2d5
-DIST nix-1.11.12.tar.xz 631940 SHA256 
02e8d85cfc02494fb04c90d8443dfea433639b9f787989b18f54567fd9769dd2 SHA512 
fc2a06841cfa70c2d0b69315b0b8e30530e1b982e8a6b72e8f41c84db4efe7fc89738dce97f356f47d28518860990870fd54eb688704c531ba08231d2a3dd012
 WHIRLPOOL 
b99e213e68cd479f9b6f8104e5f328c9bc409883aa1a88c155acf3f0a49ee95981f1774eff0d803b21182c0a087434a2910a9631dcaa97aae1847697473b27ea
-DIST nix-1.11.13.tar.xz 632224 SHA256 
0913975e262f8069fde6e71a5fae757bb3aef558c51d1711034c525146ea5913 SHA512 
7244b49a7c7416e6ecc7754abcf48028d650510ac27f26701ccc3954660e26ad8b083fdc4ae07de718d3df49ca2a6af3bf3261d537e962a90233f87b13cd1606
 WHIRLPOOL 
a4af739a21e6080fccdfc885c24833e08765fae450fc7833484843f97fee7a4087619f67328075026b55efeda01a9cbf6bf80eb9918bdbbcee96414ee28d363c
 DIST nix-1.11.14.tar.xz 632260 SHA256 
26593c831addf1d40f6b7d131f394cb0f9fbec9e46471369faed16eaa2c4b7e4 SHA512 
48ed17a090a161ad35c8e84652566e527f31586184b8722a5536a6d83eee1e81911b6c4d5f0661f57054db6c47b5d8211f2acf47899fbec72f2c4bf8a5262af5
 WHIRLPOOL 
d6db1f452dd5bb430a0e02644af89a3e648f3f0f898b81b60ef4d7b8c8d7c9498c0992c3c33637eafd3ff1d23f55df3b76e1a1da957a0b7066a88e3eff1c35ef
 DIST nix-1.11.15.tar.xz 632544 SHA256 
d20f20e45d519f54fae5c61d55eadcf53e6d7cdbde9870eeec80d499f9805165 SHA512 
449b3c78b74c776215dfbe9d6d09b96d8c6abf996c69c525073df12d0cffb1a2868890d356fbb52c794e2c6f485018756395625e7b170166f7c6f9e2bdd364d9
 WHIRLPOOL 
740cdd89aa4d10af8e80329a52299c7333a5820ca4b943c4527b8342c60edf07e9bfaad3378546903e052a66155f974df36ee74f6119926714c5b12d9455f2f4

diff --git a/sys-apps/nix/nix-1.11.11.ebuild b/sys-apps/nix/nix-1.11.11.ebuild
deleted file mode 100644
index f8b026b00b9..000
--- a/sys-apps/nix/nix-1.11.11.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic readme.gentoo-r1 user
-
-DESCRIPTION="A purely functional package manager"
-HOMEPAGE="https://nixos.org/nix;
-
-SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz;
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+etc_profile +gc doc sodium"
-
-RDEPEND="
-   app-arch/bzip2
-   app-arch/xz-utils
-   dev-db/sqlite
-   dev-libs/openssl:0=
-   net-misc/curl
-   sys-libs/libseccomp
-   sys-libs/zlib
-   gc? ( dev-libs/boehm-gc[cxx] )
-   doc? ( dev-libs/libxml2
-   dev-libs/libxslt
-   app-text/docbook-xsl-stylesheets
-   )
-   sodium? ( dev-libs/libsodium )
-   dev-lang/perl:=
-   dev-perl/DBD-SQLite
-   dev-perl/WWW-Curl
-   dev-perl/DBI
-"
-DEPEND="${RDEPEND}
-   >=sys-devel/bison-2.6
-   >=sys-devel/flex-2.5.35
-   virtual/perl-ExtUtils-ParseXS
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.11.6-systemd.patch
-   "${FILESDIR}"/${PN}-1.11.6-per-user.patch
-   "${FILESDIR}"/${PN}-1.11.6-respect-CXXFLAGS.patch
-   "${FILESDIR}"/${PN}-1.11.6-respect-LDFLAGS.patch
-)
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS=" Quick start user guide on Gentoo:
-
-[as root] enable nix-daemon service:
-   [systemd] # systemctl enable nix-daemon
-   [openrc]  # rc-update add nix-daemon
-[as a user] relogin to get environment and profile update
-[as a user] fetch nixpkgs update:
-   \$ nix-channel --update
-[as a user] install nix packages:
-   \$ nix-env -i mc
-[as a user] configure environment:
-   Somewhere in .bash_profile you might want to set
-   LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive
-   but please read https://github.com/NixOS/nixpkgs/issues/21820
-
-Next steps:
-   nix package manager user manual: http://nixos.org/nix/manual/
-"
-
-pkg_setup() {
-   enewgroup nixbld

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

2017-09-15 Thread Sergei Trofimovich
commit: 528ec5ed42c888999ebaef931c716d6c01122d9c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 15 20:49:08 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 15 20:49:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528ec5ed

sys-apps/nix: bump up to 1.11.15

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/nix/Manifest   |   1 +
 sys-apps/nix/nix-1.11.15.ebuild | 134 
 2 files changed, 135 insertions(+)

diff --git a/sys-apps/nix/Manifest b/sys-apps/nix/Manifest
index 3f4fb2cbe9d..8aa06e86e33 100644
--- a/sys-apps/nix/Manifest
+++ b/sys-apps/nix/Manifest
@@ -2,3 +2,4 @@ DIST nix-1.11.11.tar.xz 625248 SHA256 
f5b9da21fb412e4c35b6e2bc771cfbf4ca44746be5
 DIST nix-1.11.12.tar.xz 631940 SHA256 
02e8d85cfc02494fb04c90d8443dfea433639b9f787989b18f54567fd9769dd2 SHA512 
fc2a06841cfa70c2d0b69315b0b8e30530e1b982e8a6b72e8f41c84db4efe7fc89738dce97f356f47d28518860990870fd54eb688704c531ba08231d2a3dd012
 WHIRLPOOL 
b99e213e68cd479f9b6f8104e5f328c9bc409883aa1a88c155acf3f0a49ee95981f1774eff0d803b21182c0a087434a2910a9631dcaa97aae1847697473b27ea
 DIST nix-1.11.13.tar.xz 632224 SHA256 
0913975e262f8069fde6e71a5fae757bb3aef558c51d1711034c525146ea5913 SHA512 
7244b49a7c7416e6ecc7754abcf48028d650510ac27f26701ccc3954660e26ad8b083fdc4ae07de718d3df49ca2a6af3bf3261d537e962a90233f87b13cd1606
 WHIRLPOOL 
a4af739a21e6080fccdfc885c24833e08765fae450fc7833484843f97fee7a4087619f67328075026b55efeda01a9cbf6bf80eb9918bdbbcee96414ee28d363c
 DIST nix-1.11.14.tar.xz 632260 SHA256 
26593c831addf1d40f6b7d131f394cb0f9fbec9e46471369faed16eaa2c4b7e4 SHA512 
48ed17a090a161ad35c8e84652566e527f31586184b8722a5536a6d83eee1e81911b6c4d5f0661f57054db6c47b5d8211f2acf47899fbec72f2c4bf8a5262af5
 WHIRLPOOL 
d6db1f452dd5bb430a0e02644af89a3e648f3f0f898b81b60ef4d7b8c8d7c9498c0992c3c33637eafd3ff1d23f55df3b76e1a1da957a0b7066a88e3eff1c35ef
+DIST nix-1.11.15.tar.xz 632544 SHA256 
d20f20e45d519f54fae5c61d55eadcf53e6d7cdbde9870eeec80d499f9805165 SHA512 
449b3c78b74c776215dfbe9d6d09b96d8c6abf996c69c525073df12d0cffb1a2868890d356fbb52c794e2c6f485018756395625e7b170166f7c6f9e2bdd364d9
 WHIRLPOOL 
740cdd89aa4d10af8e80329a52299c7333a5820ca4b943c4527b8342c60edf07e9bfaad3378546903e052a66155f974df36ee74f6119926714c5b12d9455f2f4

diff --git a/sys-apps/nix/nix-1.11.15.ebuild b/sys-apps/nix/nix-1.11.15.ebuild
new file mode 100644
index 000..d4e616516f7
--- /dev/null
+++ b/sys-apps/nix/nix-1.11.15.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic readme.gentoo-r1 user
+
+DESCRIPTION="A purely functional package manager"
+HOMEPAGE="https://nixos.org/nix;
+
+SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz;
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+etc_profile +gc doc sodium"
+
+RDEPEND="
+   app-arch/bzip2
+   app-arch/xz-utils
+   dev-db/sqlite
+   dev-libs/openssl:0=
+   net-misc/curl
+   sys-libs/libseccomp
+   sys-libs/zlib
+   gc? ( dev-libs/boehm-gc[cxx] )
+   doc? ( dev-libs/libxml2
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   )
+   sodium? ( dev-libs/libsodium )
+   dev-lang/perl:=
+   dev-perl/DBD-SQLite
+   dev-perl/WWW-Curl
+   dev-perl/DBI
+"
+DEPEND="${RDEPEND}
+   >=sys-devel/bison-2.6
+   >=sys-devel/flex-2.5.35
+   virtual/perl-ExtUtils-ParseXS
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.11.6-systemd.patch
+   "${FILESDIR}"/${PN}-1.11.6-per-user.patch
+   "${FILESDIR}"/${PN}-1.11.6-respect-CXXFLAGS.patch
+   "${FILESDIR}"/${PN}-1.11.6-respect-LDFLAGS.patch
+)
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS=" Quick start user guide on Gentoo:
+
+[as root] enable nix-daemon service:
+   [systemd] # systemctl enable nix-daemon
+   [openrc]  # rc-update add nix-daemon
+[as a user] relogin to get environment and profile update
+[as a user] fetch nixpkgs update:
+   \$ nix-channel --update
+[as a user] install nix packages:
+   \$ nix-env -i mc
+[as a user] configure environment:
+   Somewhere in .bash_profile you might want to set
+   LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive
+   but please read https://github.com/NixOS/nixpkgs/issues/21820
+
+Next steps:
+   nix package manager user manual: http://nixos.org/nix/manual/
+"
+
+pkg_setup() {
+   enewgroup nixbld
+   for i in {1..10}; do
+   # we list 'nixbld' twice to
+   # both assign a primary group for user
+   # and add a user to /etc/group
+   enewuser nixbld${i} -1 -1 /var/empty nixbld,nixbld
+   done
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir="${EPREFIX}"/nix/var \
+   $(use_enable gc)
+}
+

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

2017-09-15 Thread Sergei Trofimovich
commit: c264a6aff0952fd4c172655e182d58279603e7e4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 15 20:43:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 15 20:43:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c264a6af

sys-libs/binutils-libs: stable 2.28.1 for 
alpha/amd64/arm/hppa/ia64/ppc/ppc64/sparc/x86, bug #628212

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="alpha amd64 arm hppa ia64 ppc ppc64 sparc 
x86"

 sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild
index d4be442f527..0af572c85ed 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.bz2
 LICENSE="|| ( GPL-3 LGPL-3 )"
 # The shared lib SONAMEs use the ${PV} in them.
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~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 ~amd64-fbsd -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="64-bit-bfd multitarget nls static-libs"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2017-09-15 Thread Sergei Trofimovich
commit: 9d8132604c47e61165c5001c28a48447b750763f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 15 20:37:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 15 20:38:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d813260

dev-libs/elfutils: stable 0.169-r1 for hppa, bug #618004 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 dev-libs/elfutils/elfutils-0.169-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/elfutils/elfutils-0.169-r1.ebuild 
b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
index 9a85fc27714..ce2f23a2128 100644
--- a/dev-libs/elfutils/elfutils-0.169-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



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

2017-09-15 Thread Sergei Trofimovich
commit: 7f6b32358f1d76310f870f5f0cdc9864f80019bf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 15 20:37:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 15 20:38:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6b3235

dev-libs/libpcre2: stable 10.30 for hppa, bug #617944 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-libs/libpcre2/libpcre2-10.30.ebuild 
b/dev-libs/libpcre2/libpcre2-10.30.ebuild
index 61a437bea82..c5bc12f250e 100644
--- a/dev-libs/libpcre2/libpcre2-10.30.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.30.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~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 ~amd64-fbsd ~sparc-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="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



[gentoo-commits] proj/openrc:master commit in: sh/

2017-09-15 Thread William Hubbs
commit: 25b45a5a239318fb57c405c3fe64e53b0738ad68
Author: William Hubbs  gmail  com>
AuthorDate: Fri Sep 15 19:22:34 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 15 19:22:34 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=25b45a5a

cgroup_cleanup: try to remove the cgroup version 2 cgroup

If we were able to kill all the processes in the cgroup, it should be
removed.

 sh/rc-cgroup.sh.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in
index 2a54ee4a..930eeefc 100644
--- a/sh/rc-cgroup.sh.in
+++ b/sh/rc-cgroup.sh.in
@@ -212,6 +212,7 @@ cgroup_cleanup()
yesno "${rc_send_sigkill:-yes}" &&
kill -s KILL ${pids} 2> /dev/null
fi
+   cgroup2_remove
[ -z "$(cgroup_get_pids)" ]
eend $? "Unable to stop all processes"
return 0



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

2017-09-15 Thread William Hubbs
commit: 2f60a959b442866b0e879d83f2732c4fa3ed3f7d
Author: William Hubbs  gmail  com>
AuthorDate: Fri Sep 15 19:25:33 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 15 19:25:33 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=2f60a959

update news file

 NEWS.md | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 053a3cd6..5ba32144 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,12 @@
 This file will contain a list of notable changes for each release. Note
 the information in this file is in reverse order.
 
+## OpenRC 0.31
+
+This version adds support for Control Groups version 2, which is
+considered stable as of Linux-4.13. Please see /etc/rc.conf for
+documentation on how to configure control groups.
+
 ## OpenRC-0.28
 
 This version mounts efivars read only due to concerns about changes in



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdiff3/

2017-09-15 Thread Johannes Huber
commit: f776830f77066d0e39ebb191869429b9916cf86e
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Sep 15 19:04:41 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Sep 15 19:04:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f776830f

kde-misc/kdiff3: Drop slot 4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-misc/kdiff3/Manifest|  1 -
 kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/kde-misc/kdiff3/Manifest b/kde-misc/kdiff3/Manifest
index 5c0a801aaff..2b2a91ba132 100644
--- a/kde-misc/kdiff3/Manifest
+++ b/kde-misc/kdiff3/Manifest
@@ -1,2 +1 @@
-DIST kdiff3-0.9.98.tar.gz 1762715 SHA256 
802c1ababa02b403a5dca15955c01592997116a24909745016931537210fd668 SHA512 
867f0b1d5beb421f1bf84e6044d8d9279d434900faa1962fd5417653ef6b1cc71a8f5dd6c29cd4826a1c70a6075786faeaee780548521ce2ce221d83229b52e6
 WHIRLPOOL 
4099488985182d36fc4ecf532914c1439273036e38b66f7584282b6b232c3c4a738ecab35dd8b1a30b9a368cf6a6f9aeebea38e921063b55ac3972f46e118c98
 DIST kdiff3-0.9.98_p20170219.tar.xz 798588 SHA256 
ed764a5380818424b629e6474eb24e7c4dd2d8af3b443caeb15761908918e97e SHA512 
847410bb6eb9ba19f4dab2d2a8c46c78a6c3c90a578df22bedad8d471902c8bf393c91d77050b68ad0f4e4a4cc1f7898ef11b66c1ddcb34e182506a43932df64
 WHIRLPOOL 
1916fe160b98659dac3b9e9962aba3fdfe9f46a602c3eaa56be59bda9caac572ad612fbac4106b07f6bdb288a4b2ba95e0d53e48431d63beb6bbcd2fb5358472

diff --git a/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild 
b/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild
deleted file mode 100644
index 3490fd344f0..000
--- a/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt/KDE based frontend to diff3"
-HOMEPAGE="http://kdiff3.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE="qt5"
-
-DEPEND="
-   !qt5? ( dev-qt/qtcore:4
-   dev-qt/qtgui:4 )
-   qt5? ( dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5 )
-"
-RDEPEND="${DEPEND}
-   sys-apps/diffutils
-"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   # adapt to Gentoo paths
-   sed -e s,documentation.path.*$,documentation.path\ =\ 
"${EPREFIX}"/usr/share/doc/"${PF}", \
-   -e s,target.path.*$,target.path\ =\ "${EPREFIX}"/usr/bin, -i 
src-QT4/kdiff3.pro || die
-}
-
-src_configure() {
-   if ! use qt5; then
-   eqmake4 "${S}"/src-QT4/kdiff3.pro
-   else
-   eqmake5 "${S}"/src-QT4/kdiff3.pro
-   fi
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-}



[gentoo-commits] proj/openrc:master commit in: sh/

2017-09-15 Thread William Hubbs
commit: 4651b8c7e9e2ef9c1ea1fb8d174d1ca4693627af
Author: William Hubbs  gmail  com>
AuthorDate: Fri Sep 15 18:42:50 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 15 18:42:50 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4651b8c7

rc-cgroup.sh: cgroup_cleanup fix error handling

cgroup_cleanup should warn if it is unable to clean up all processes in
the control group, but it will always return success.

 sh/rc-cgroup.sh.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in
index 3c7558cd..2a54ee4a 100644
--- a/sh/rc-cgroup.sh.in
+++ b/sh/rc-cgroup.sh.in
@@ -212,5 +212,7 @@ cgroup_cleanup()
yesno "${rc_send_sigkill:-yes}" &&
kill -s KILL ${pids} 2> /dev/null
fi
-   eend 0
+   [ -z "$(cgroup_get_pids)" ]
+   eend $? "Unable to stop all processes"
+   return 0
 }



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

2017-09-15 Thread Johannes Huber
commit: e6982bfe643618404c655543fc7986ce74974f74
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Sep 15 18:42:19 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Sep 15 18:42:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6982bfe

app-admin/calamares: Version bump 3.1.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/calamares/Manifest   |  1 +
 app-admin/calamares/calamares-3.1.4.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index 32245a6c115..dda04d011ed 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1 +1,2 @@
 DIST calamares-3.1.3.tar.gz 4944637 SHA256 
9a43dbe465f64f3f286bd13d2eea6a6cb790a561cf477521ae7dc54d49298c17 SHA512 
2a8e38234b60aaf8f82cf146e79c364055485a3a50f385d7ff6744df973a67de390223a8fa7e3b5ffb854f997cd0de7e93c1c912dd5739d56dca92528d9522c0
 WHIRLPOOL 
524ef6dc5528e83ecad4d98f8d7ebb4398f50d683c30c13c4b2aeba1797d3aa725158e80b3a3d25fd6d2071a579882231b78f56f9f2bb1fdf46a3cbb88d10713
+DIST calamares-3.1.4.tar.gz 4958385 SHA256 
8255eb9b001b9b1271771c1796eb8217be78299c0a4e7f20e432b3dd4f5d371f SHA512 
d3ced4222e21e6e9ab18fb90d4d591b1b59b5fd44841e56e41b2902d00f33a910e0ae287a6777c5d71eb08757cfca31d9210f6eabd00b3dd1dc6377413b54bb2
 WHIRLPOOL 
622122d9092bb4fff3fa40b0a08d5d71780da962c3fedd2d3c2336ff00242b25f2ba524b6ebdce48155ce0a9729a830b03d9aa3ad4c86bde3d3c26ab83574393

diff --git a/app-admin/calamares/calamares-3.1.4.ebuild 
b/app-admin/calamares/calamares-3.1.4.ebuild
new file mode 100644
index 000..780fcfe4fd0
--- /dev/null
+++ b/app-admin/calamares/calamares-3.1.4.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+inherit kde5 python-r1
+
+DESCRIPTION="Distribution-independent installer framework"
+HOMEPAGE="https://calamares.io;
+if [[ ${KDE_BUILD_TYPE} == live ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/${PN};
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+IUSE="+networkmanager pythonqt +upower"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebengine 'widgets')
+   $(add_qt_dep qtwidgets)
+   >=dev-cpp/yaml-cpp-0.5.1
+   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
+   sys-apps/dbus
+   sys-apps/dmidecode
+   sys-auth/polkit-qt[qt5(+)]
+   >=sys-libs/kpmcore-3.0.3:5=
+   pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
+"
+
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   dev-libs/libatasmart
+   net-misc/rsync
+   >=sys-block/parted-3.0
+   || ( sys-boot/grub:2 sys-boot/systemd-boot )
+   sys-boot/os-prober
+   sys-fs/squashfs-tools
+   virtual/udev
+   networkmanager? ( net-misc/networkmanager )
+   upower? ( sys-power/upower )
+"
+
+src_prepare() {
+   python_setup
+   export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
+  PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
+  PYTHON_CFLAGS="$(python_get_CFLAGS)"\
+  PYTHON_LIBS="$(python_get_LIBS)"
+
+   eapply_user
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWEBVIEW_FORCE_WEBKIT=OFF
+   -DWITH_PYTHONQT=$(usex pythonqt)
+   )
+
+   kde5_src_configure
+   sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
+   sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
+}
+
+src_install() {
+   kde5_src_install
+   dobin "${FILESDIR}"/calamares-pkexec
+}



[gentoo-commits] proj/openrc:master commit in: sh/

2017-09-15 Thread William Hubbs
commit: 50608b54ed98acb54fec5fe3323909ea684d3af9
Author: William Hubbs  gmail  com>
AuthorDate: Fri Sep 15 18:27:49 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep 15 18:28:15 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=50608b54

rc-cgroup.sh: fix signal names

The "SIG" prefix on signal names passed to kill -s isn't portable.

 sh/rc-cgroup.sh.in | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in
index 4b713594..3c7558cd 100644
--- a/sh/rc-cgroup.sh.in
+++ b/sh/rc-cgroup.sh.in
@@ -204,13 +204,13 @@ cgroup_cleanup()
local pids
pids="$(cgroup_get_pids)"
if [ -n "${pids}" ]; then
-   kill -s "${stopsig:-SIGTERM}" ${pids} 2> /dev/null
-   kill -s SIGCONT ${pids} 2> /dev/null
+   kill -s "${stopsig:-TERM}" ${pids} 2> /dev/null
+   kill -s CONT ${pids} 2> /dev/null
yesno "${rc_send_sighup:-no}" &&
-   kill -s SIGHUP ${pids} 2> /dev/null
+   kill -s HUP ${pids} 2> /dev/null
sleep "${rc_timeout_stopsec:-90}"
yesno "${rc_send_sigkill:-yes}" &&
-   kill -s SIGKILL ${pids} 2> /dev/null
+   kill -s KILL ${pids} 2> /dev/null
fi
eend 0
 }



[gentoo-commits] proj/openrc:master commit in: src/rc/

2017-09-15 Thread William Hubbs
commit: b0a077a35f85e266fdb82a245dcbda18664a8567
Author: William Hubbs  gmail  com>
AuthorDate: Thu Sep 14 23:24:31 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 14 23:24:39 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b0a077a3

add quiet switch to do_stop in src-schedules.c

This allows supervise-daemon to run this code without attempting to
print some status messages used by start-stop-daemon.

 src/rc/rc-schedules.c  | 13 -
 src/rc/rc-schedules.h  |  2 +-
 src/rc/start-stop-daemon.c |  4 ++--
 src/rc/supervise-daemon.c  |  7 ++-
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/rc/rc-schedules.c b/src/rc/rc-schedules.c
index 1b235a8d..13f615ee 100644
--- a/src/rc/rc-schedules.c
+++ b/src/rc/rc-schedules.c
@@ -253,7 +253,7 @@ void parse_schedule(const char *applet, const char *string, 
int timeout)
 
 /* return number of processes killed, -1 on error */
 int do_stop(const char *applet, const char *exec, const char *const *argv,
-pid_t pid, uid_t uid,int sig, bool test)
+pid_t pid, uid_t uid,int sig, bool test, bool quiet)
 {
RC_PIDLIST *pids;
RC_PID *pi;
@@ -274,11 +274,13 @@ int do_stop(const char *applet, const char *exec, const 
char *const *argv,
einfo("Would send signal %d to PID %d", sig, pi->pid);
nkilled++;
} else {
-   ebeginv("Sending signal %d to PID %d", sig, pi->pid);
+   if (!quiet)
+   ebeginv("Sending signal %d to PID %d", sig, 
pi->pid);
errno = 0;
killed = (kill(pi->pid, sig) == 0 ||
errno == ESRCH ? true : false);
-   eendv(killed ? 0 : 1,
+   if (! quiet)
+   eendv(killed ? 0 : 1,
"%s: failed to send signal %d to PID %d: %s",
applet, sig, pi->pid, strerror(errno));
if (!killed) {
@@ -335,7 +337,8 @@ int run_stop_schedule(const char *applet,
 
case SC_SIGNAL:
nrunning = 0;
-   nkilled = do_stop(applet, exec, argv, pid, uid, 
item->value, test);
+   nkilled = do_stop(applet, exec, argv, pid, uid, 
item->value, test,
+   quiet);
if (nkilled == 0) {
if (tkilled == 0) {
if (progressed)
@@ -364,7 +367,7 @@ int run_stop_schedule(const char *applet,
 nloops++)
{
if ((nrunning = do_stop(applet, exec, 
argv,
-   pid, uid, 0, test)) == 0)
+   pid, uid, 0, test, quiet)) 
== 0)
return 0;
 
 

diff --git a/src/rc/rc-schedules.h b/src/rc/rc-schedules.h
index a42ea0e3..234e62df 100644
--- a/src/rc/rc-schedules.h
+++ b/src/rc/rc-schedules.h
@@ -18,7 +18,7 @@ void free_schedulelist(void);
 int parse_signal(const char *applet, const char *sig);
 void parse_schedule(const char *applet, const char *string, int timeout);
 int do_stop(const char *applet, const char *exec, const char *const *argv,
-   pid_t pid, uid_t uid,int sig, bool test);
+   pid_t pid, uid_t uid,int sig, bool test, bool quiet);
 int run_stop_schedule(const char *applet,
const char *exec, const char *const *argv,
pid_t pid, uid_t uid,

diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index 46784b26..dab8b3b1 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -684,7 +684,7 @@ int main(int argc, char **argv)
pid = 0;
 
if (do_stop(applet, exec, (const char * const *)margv, pid, uid,
-   0, test) > 0)
+   0, test, false) > 0)
eerrorx("%s: %s is already running", applet, exec);
 
if (test) {
@@ -964,7 +964,7 @@ int main(int argc, char **argv)
} else
pid = 0;
if (do_stop(applet, exec, (const char *const *)margv,
-   pid, uid, 0, test) > 0)
+   pid, uid, 0, test, false) > 0)
alive = true;
}
 

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index a702a25c..7b894e7b 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -440,11 +440,6 @@ int main(int argc, char **argv)
applet = basename_c(argv[0]);
atexit(cleanup);
 
-   signal_setup(SIGINT, handle_signal);
-   signal_setup(SIGQUIT, 

[gentoo-commits] proj/openrc:master commit in: sh/, etc/

2017-09-15 Thread William Hubbs
commit: 6a5ca2ab368d0a85f51bb559672dba2e3ffcc6be
Author: William Hubbs  gmail  com>
AuthorDate: Thu Sep 14 16:40:26 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 14 21:17:20 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6a5ca2ab

make the procedure for killing child processes of services configurable

 etc/rc.conf| 29 ++---
 sh/rc-cgroup.sh.in | 13 -
 2 files changed, 34 insertions(+), 8 deletions(-)

diff --git a/etc/rc.conf b/etc/rc.conf
index d9ad911d..b7296d35 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -277,10 +277,33 @@ rc_tty_number=12
 
 # Set this to YES if you want all of the processes in a service's cgroup
 # killed when the service is stopped or restarted.
-# This should not be set globally because it kills all of the service's
-# child processes, and most of the time this is undesirable. Please set
-# it in /etc/conf.d/.
+# Be aware that setting this to yes means all of a service's
+# child processes will be killed. Keep this in mind if you set this to
+# yes here instead of for the individual services in
+# /etc/conf.d/.
 # To perform this cleanup manually for a stopped service, you can
 # execute cgroup_cleanup with /etc/init.d/ cgroup_cleanup or
 # rc-service  cgroup_cleanup.
+# The process followed in this cleanup is the following:
+# 1. send stopsig (sigterm if it isn't set) to all processes left in the
+# cgroup immediately followed by sigcont.
+# 2. Send sighup to all processes in the cgroup if rc_send_sighup is
+# yes.
+# 3. delay for rc_timeout_stopsec seconds.
+# 4. send sigkill to all processes in the cgroup unless disabled by
+# setting rc_send_sigkill to no.
 # rc_cgroup_cleanup="NO"
+
+# If this is yes, we will send sighup to the processes in the cgroup
+# immediately after stopsig and sigcont.
+#rc_send_sighup="NO"
+
+# This is the amount of time in seconds that we delay after sending sigcont
+# and optionally sighup, before we optionally send sigkill to all
+# processes in the # cgroup.
+# The default is 90 seconds.
+#rc_timeout_stopsec="90"
+
+# If this is set to no, we do not send sigkill to all processes in the
+# cgroup.
+#rc_send_sigkill="YES"

diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in
index 47a007b6..4b713594 100644
--- a/sh/rc-cgroup.sh.in
+++ b/sh/rc-cgroup.sh.in
@@ -204,10 +204,13 @@ cgroup_cleanup()
local pids
pids="$(cgroup_get_pids)"
if [ -n "${pids}" ]; then
-   kill -s TERM "${pids}"
-   sleep 1
-   pids="$(cgroup_get_pids)"
-   [ -n "${pids}" ] &&
-   kill -s KILL "${pids}"
+   kill -s "${stopsig:-SIGTERM}" ${pids} 2> /dev/null
+   kill -s SIGCONT ${pids} 2> /dev/null
+   yesno "${rc_send_sighup:-no}" &&
+   kill -s SIGHUP ${pids} 2> /dev/null
+   sleep "${rc_timeout_stopsec:-90}"
+   yesno "${rc_send_sigkill:-yes}" &&
+   kill -s SIGKILL ${pids} 2> /dev/null
fi
+   eend 0
 }



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

2017-09-15 Thread Patrick McLean
commit: f405991d290aff81e123340912bff05386746d2c
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Sep 15 18:17:46 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Sep 15 18:17:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f405991d

sys-apps/man-pages: Bump version to 4.13

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/man-pages/Manifest  |  1 +
 sys-apps/man-pages/man-pages-4.13.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index 7a78c0448a7..3c72e7f6057 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -2,4 +2,5 @@ DIST man-pages-4.09.tar.xz 1521560 SHA256 
a574a08e4a62a24dc639cb4ee3e7aa68e7cd8e
 DIST man-pages-4.10.tar.xz 1556948 SHA256 
7395dfc391d545385a998d23df9accb60f2020451c53940eaf8a07b6ea8a63fa SHA512 
6c5b8e1339a02054a5346ca3ff665c414ef178e69fe0d064d4ad7dc372ba364df2753bf605a682cc366c12661c42b9fd17567c72a0f24173f9b086d79cf354d4
 WHIRLPOOL 
d15515e5525797bb40b9d640ad130e82998d2a07e8464231ad422f5b2e38228c60616223cdb8bbb208edef6eed509374efe10db8ec414ca7157168836a1bbc0a
 DIST man-pages-4.11.tar.xz 1574380 SHA256 
adde80495f5efb26d077f4e5309bafdc4859e080b7529263720f7cb5f403f524 SHA512 
cc1282467255d5c078b099ab6dbc407c5f56fa66fb3f5789286bc66c98b229cae88bf8afdafa7c9609a37c87cdb1401bb381cec25c64690ab69faf4d00787187
 WHIRLPOOL 
31fb2e76223861fe03d2c00a25d161716c0b603dff41731ee8665856ecc6625e8b5d568e17e40453ac12ca7ee1ac9b68b01a5394c4c61b0f2b104280d4cd1b23
 DIST man-pages-4.12.tar.xz 1583664 SHA256 
6f6d79d991fed04e16e7c7a15705304b0b9d51de772c51c57428555039fbe093 SHA512 
03ab6fb4d3136ef31add16859706f965f954249bd0a44250c8a081b3e1260dce74d50112f1f56af079c08c46049aeaa71b48ccb7d1a3e57a1fc4a495c38647ce
 WHIRLPOOL 
698112ec2b53922bdae7055f72c68310466d1541da6ae111be400a09c5c6c43bc6fecbc2ec25390160dfe8d788e51fbe5aad8d535f9570ce2f75dfbe82bee399
+DIST man-pages-4.13.tar.xz 1593424 SHA256 
d5c005c5b653248ab6680560de00ea8572ff39e48a57bd5be1468d986a0631bf SHA512 
86479372cbe2ba5fcad3e2049f52ec788a4aa2d8056cadf7b248eaa776064e1c9387a42d0a77f4bde4385214c11aac117b1e99745459260ca639c656c01698b7
 WHIRLPOOL 
6d2180f32d31d52eba2d82768edf384593a85c831892ce195f1e3f4b32ff047b6ab1dee927f61b942486b9e83c435e774773d7618dfc96b5736bfea0aae2f11e
 DIST man-pages-gentoo-2.tar.bz2 5141 SHA256 
b7d9423c2069e587deb7671273d4a1ffed7d31b9f95a689b128a759d636762f0 SHA512 
6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
 WHIRLPOOL 
dcacb319a54ccd2a965786c816684de286581dee6f7b3f8ba4c97cc368e2e50abc92aad403dbdb7b0c15764accb06cd562046bcf14229ad12be242bb2bc7f651

diff --git a/sys-apps/man-pages/man-pages-4.13.ebuild 
b/sys-apps/man-pages/man-pages-4.13.ebuild
new file mode 100644
index 000..257d28c4257
--- /dev/null
+++ b/sys-apps/man-pages/man-pages-4.13.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+GENTOO_PATCH=2
+
+DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
+HOMEPAGE="https://www.kernel.org/doc/man-pages/;
+SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
+   mirror://kernel/linux/docs/man-pages/${P}.tar.xz
+   mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
+   
https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2;
+
+LICENSE="man-pages GPL-2+ BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN"
+IUSE="nls ${IUSE_L10N// / l10n_}"
+RESTRICT="binchecks"
+
+# Block packages that used to install colliding man pages #341953 #548900 
#612640 #617462
+RDEPEND="virtual/man
+   !

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

2017-09-15 Thread Patrick McLean
commit: 638b9f87e8d55c88b3c82ce550349098c27f30f3
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Sep 15 18:22:47 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Sep 15 18:22:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638b9f87

dev-util/herdtools7: Fix tarball filename in 7.47 (oops)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/herdtools7/Manifest   | 2 +-
 dev-util/herdtools7/herdtools7-7.47.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/herdtools7/Manifest b/dev-util/herdtools7/Manifest
index cbd644626b2..554438c17b7 100644
--- a/dev-util/herdtools7/Manifest
+++ b/dev-util/herdtools7/Manifest
@@ -1 +1 @@
-DIST 7.47.tar.gz 763045 SHA256 
04703fe1c5f6fab3de7e67e3f6ede4971994bfd758c05823ca3e67748183e83d SHA512 
85295815fb725b78e7015f597cdad10c3a52db2e40b179efb314f6750c7e5ec09393fac4038dafe0b7eb3f5db74d10a032384a384adf3c97bf846cb016f5180c
 WHIRLPOOL 
ea9340cb18fc4a946586eff9cbe2e7eafa398224a2dddc04326f467b91ee1eb534f8d4c2758c11a58fe93504868e74e8598cb953fac30c6eb1fec5917a976039
+DIST herdtools7-7.47.tar.gz 763045 SHA256 
04703fe1c5f6fab3de7e67e3f6ede4971994bfd758c05823ca3e67748183e83d SHA512 
85295815fb725b78e7015f597cdad10c3a52db2e40b179efb314f6750c7e5ec09393fac4038dafe0b7eb3f5db74d10a032384a384adf3c97bf846cb016f5180c
 WHIRLPOOL 
ea9340cb18fc4a946586eff9cbe2e7eafa398224a2dddc04326f467b91ee1eb534f8d4c2758c11a58fe93504868e74e8598cb953fac30c6eb1fec5917a976039

diff --git a/dev-util/herdtools7/herdtools7-7.47.ebuild 
b/dev-util/herdtools7/herdtools7-7.47.ebuild
index fbd02aff8ec..b30623969e8 100644
--- a/dev-util/herdtools7/herdtools7-7.47.ebuild
+++ b/dev-util/herdtools7/herdtools7-7.47.ebuild
@@ -7,7 +7,7 @@ inherit opam
 
 DESCRIPTION="The Herd toolsuite to deal with .cat memory models"
 HOMEPAGE="http://diy.inria.fr/sources/index.html;
-SRC_URI="https://github.com/herd/herdtools7/archive/${PV}.tar.gz;
+SRC_URI="https://github.com/herd/herdtools7/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="CeCILL-B"
 SLOT="0"



[gentoo-commits] proj/betagarden:master commit in: media-sound/soundkonverter/

2017-09-15 Thread Sebastian Pipping
commit: e236a93fe7b5a370a4323ce2235fdc26dd43ff6d
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Sep 15 17:50:41 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Sep 15 17:50:41 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e236a93f

media-sound/soundkonverter: Remove 2.2.2_p20170829-r2

3.0.0 is in master repo by now

 media-sound/soundkonverter/metadata.xml| 16 --
 .../soundkonverter-2.2.2_p20170829-r2.ebuild   | 57 --
 2 files changed, 73 deletions(-)

diff --git a/media-sound/soundkonverter/metadata.xml 
b/media-sound/soundkonverter/metadata.xml
deleted file mode 100644
index 2130507..000
--- a/media-sound/soundkonverter/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   so...@gentoo.org
-   Gentoo Sound project
-   
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   sp...@gentoo.org
-   Sebastian Pipping
-   
-

diff --git 
a/media-sound/soundkonverter/soundkonverter-2.2.2_p20170829-r2.ebuild 
b/media-sound/soundkonverter/soundkonverter-2.2.2_p20170829-r2.ebuild
deleted file mode 100644
index a660c94..000
--- a/media-sound/soundkonverter/soundkonverter-2.2.2_p20170829-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="ca cs de es es_AR et fr hu it nl pl pt pt_BR ro ru sl sv zh_CN 
zh_TW"
-inherit kde5
-
-MY_COMMIT=d153c0d06be68e129cb79d0db4329058e57cfe68
-DESCRIPTION="Frontend to various audio converters"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024;
-SRC_URI="https://github.com/dfaust/soundkonverter/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   !media-sound/soundkonverter:4
-   media-libs/phonon[qt5]
-   >=media-libs/taglib-1.10
-   media-sound/cdparanoia
-   sys-devel/gcc:*[cxx]
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_kdeapps_dep libkcddb)
-   $(add_qt_dep qtcore)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-S="${WORKDIR}"/${PN}-${MY_COMMIT}/src
-
-pkg_postinst() {
-   kde5_pkg_postinst
-
-   elog "soundKonverter optionally supports many different audio formats."
-   elog "You will need to install the appropriate encoding packages for 
the"
-   elog "formats you require. For a full listing, consult the README file"
-   elog "in /usr/share/doc/${PF}"
-}



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

2017-09-15 Thread Johannes Huber
commit: 811f1687ed1acf679523759e11b164e6d78210ab
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Sep 15 18:14:17 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Sep 15 18:14:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811f1687

media-video/kaffeine: Fix SRC_URI

Reported-by: josef64
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/media-video/kaffeine/kaffeine-2.0.13.ebuild 
b/media-video/kaffeine/kaffeine-2.0.13.ebuild
index 6c8e28ca773..47799bf6d33 100644
--- a/media-video/kaffeine/kaffeine-2.0.13.ebuild
+++ b/media-video/kaffeine/kaffeine-2.0.13.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Media player with digital TV support by KDE"
 HOMEPAGE="https://kaffeine.kde.org/;
-SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 
1-3)/src/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
 KEYWORDS="~amd64 ~x86"



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

2017-09-15 Thread Patrick McLean
commit: fdbd8bef321b0affd852dfb1cd3d25a96318872d
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Sep 15 17:44:38 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Sep 15 17:44:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbd8bef

dev-util/herdtools7: Make sure to die properly if build fails, update ocaml dep

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/herdtools7/herdtools7-7.47.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/herdtools7/herdtools7-7.47.ebuild 
b/dev-util/herdtools7/herdtools7-7.47.ebuild
index f4e8a84c5b0..fbd02aff8ec 100644
--- a/dev-util/herdtools7/herdtools7-7.47.ebuild
+++ b/dev-util/herdtools7/herdtools7-7.47.ebuild
@@ -15,16 +15,16 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-ml/ocamlbuild"
-RDEPEND=">=dev-lang/ocaml-4.01.0"
+RDEPEND=">=dev-lang/ocaml-4.02.0"
 
 PATCHES=(
"${FILESDIR}/${P}-mkdir.patch"
 )
 
 src_compile() {
-   ./build.sh /usr
+   ./build.sh /usr || die "Build failed"
 }
 
 src_install() {
-   ./install.sh "${ED}/usr"
+   ./install.sh "${ED}/usr" || die "Install failed"
 }



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

2017-09-15 Thread Patrick McLean
commit: 95b5122d208ce11bc1482999ea368ff7adb85d5b
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Sep 15 17:43:03 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Sep 15 17:43:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b5122d

dev-util/herdtools7: New package, the Herd toolsuite to deal with .cat memory 
models

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/herdtools7/Manifest   |  1 +
 .../herdtools7/files/herdtools7-7.47-mkdir.patch   | 21 +++
 dev-util/herdtools7/herdtools7-7.47.ebuild | 30 ++
 dev-util/herdtools7/metadata.xml   |  8 ++
 4 files changed, 60 insertions(+)

diff --git a/dev-util/herdtools7/Manifest b/dev-util/herdtools7/Manifest
new file mode 100644
index 000..cbd644626b2
--- /dev/null
+++ b/dev-util/herdtools7/Manifest
@@ -0,0 +1 @@
+DIST 7.47.tar.gz 763045 SHA256 
04703fe1c5f6fab3de7e67e3f6ede4971994bfd758c05823ca3e67748183e83d SHA512 
85295815fb725b78e7015f597cdad10c3a52db2e40b179efb314f6750c7e5ec09393fac4038dafe0b7eb3f5db74d10a032384a384adf3c97bf846cb016f5180c
 WHIRLPOOL 
ea9340cb18fc4a946586eff9cbe2e7eafa398224a2dddc04326f467b91ee1eb534f8d4c2758c11a58fe93504868e74e8598cb953fac30c6eb1fec5917a976039

diff --git a/dev-util/herdtools7/files/herdtools7-7.47-mkdir.patch 
b/dev-util/herdtools7/files/herdtools7-7.47-mkdir.patch
new file mode 100644
index 000..5c45f880ea1
--- /dev/null
+++ b/dev-util/herdtools7/files/herdtools7-7.47-mkdir.patch
@@ -0,0 +1,21 @@
+diff --git a/install.sh b/install.sh
+index 72f6163..e84c645 100755
+--- a/install.sh
 b/install.sh
+@@ -17,6 +17,16 @@ fi
+ BINDIR=$PREFIX/bin
+ LIBDIR=$PREFIX/share/herdtools7
+ 
++if ! [ -d $BINDIR ]
++then
++  mkdir -p $BINDIR
++fi
++
++if ! [ -d $LIBDIR ]
++then
++  mkdir -p $LIBDIR
++fi
++
+ cpbin () {
+   SUB=$1
+   EXECS="$2"

diff --git a/dev-util/herdtools7/herdtools7-7.47.ebuild 
b/dev-util/herdtools7/herdtools7-7.47.ebuild
new file mode 100644
index 000..f4e8a84c5b0
--- /dev/null
+++ b/dev-util/herdtools7/herdtools7-7.47.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit opam
+
+DESCRIPTION="The Herd toolsuite to deal with .cat memory models"
+HOMEPAGE="http://diy.inria.fr/sources/index.html;
+SRC_URI="https://github.com/herd/herdtools7/archive/${PV}.tar.gz;
+
+LICENSE="CeCILL-B"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-ml/ocamlbuild"
+RDEPEND=">=dev-lang/ocaml-4.01.0"
+
+PATCHES=(
+   "${FILESDIR}/${P}-mkdir.patch"
+)
+
+src_compile() {
+   ./build.sh /usr
+}
+
+src_install() {
+   ./install.sh "${ED}/usr"
+}

diff --git a/dev-util/herdtools7/metadata.xml b/dev-util/herdtools7/metadata.xml
new file mode 100644
index 000..cee379b1540
--- /dev/null
+++ b/dev-util/herdtools7/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+



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

2017-09-15 Thread Patrick McLean
commit: a40ab206c75ffbc426b641ecd28e279a4b7c2399
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Sep 15 17:41:31 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Sep 15 17:43:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40ab206

licenses: Add CeCILL-B license

 licenses/CeCILL-B | 514 ++
 1 file changed, 514 insertions(+)

diff --git a/licenses/CeCILL-B b/licenses/CeCILL-B
new file mode 100644
index 000..365263d878a
--- /dev/null
+++ b/licenses/CeCILL-B
@@ -0,0 +1,514 @@
+CeCILL-B FREE SOFTWARE LICENSE AGREEMENT
+
+
+Notice
+
+This Agreement is a Free Software license agreement that is the result
+of discussions between its authors in order to ensure compliance with
+the two main principles guiding its drafting:
+
+* firstly, compliance with the principles governing the distribution
+  of Free Software: access to source code, broad rights granted to
+  users,
+* secondly, the election of a governing law, French law, with which
+  it is conformant, both as regards the law of torts and
+  intellectual property law, and the protection that it offers to
+  both authors and holders of the economic rights over software.
+
+The authors of the CeCILL-B (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
+license are: 
+
+Commissariat à l'Energie Atomique - CEA, a public scientific, technical
+and industrial research establishment, having its principal place of
+business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
+
+Centre National de la Recherche Scientifique - CNRS, a public scientific
+and technological establishment, having its principal place of business
+at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
+
+Institut National de Recherche en Informatique et en Automatique -
+INRIA, a public scientific and technological establishment, having its
+principal place of business at Domaine de Voluceau, Rocquencourt, BP
+105, 78153 Le Chesnay cedex, France.
+
+
+Preamble
+
+This Agreement is an open source software license intended to give users
+significant freedom to modify and redistribute the software licensed
+hereunder.
+
+The exercising of this freedom is conditional upon a strong obligation
+of giving credits for everybody that distributes a software
+incorporating a software ruled by the current license so as all
+contributions to be properly identified and acknowledged.
+
+In consideration of access to the source code and the rights to copy,
+modify and redistribute granted by the license, users are provided only
+with a limited warranty and the software's author, the holder of the
+economic rights, and the successive licensors only have limited liability.
+
+In this respect, the risks associated with loading, using, modifying
+and/or developing or reproducing the software by the user are brought to
+the user's attention, given its Free Software status, which may make it
+complicated to use, with the result that its use is reserved for
+developers and experienced professionals having in-depth computer
+knowledge. Users are therefore encouraged to load and test the
+suitability of the software as regards their requirements in conditions
+enabling the security of their systems and/or data to be ensured and,
+more generally, to use and operate it in the same conditions of
+security. This Agreement may be freely reproduced and published,
+provided it is not altered, and that no provisions are either added or
+removed herefrom.
+
+This Agreement may apply to any or all software for which the holder of
+the economic rights decides to submit the use thereof to its provisions.
+
+
+Article 1 - DEFINITIONS
+
+For the purpose of this Agreement, when the following expressions
+commence with a capital letter, they shall have the following meaning:
+
+Agreement: means this license agreement, and its possible subsequent
+versions and annexes.
+
+Software: means the software in its Object Code and/or Source Code form
+and, where applicable, its documentation, "as is" when the Licensee
+accepts the Agreement.
+
+Initial Software: means the Software in its Source Code and possibly its
+Object Code form and, where applicable, its documentation, "as is" when
+it is first distributed under the terms and conditions of the Agreement.
+
+Modified Software: means the Software modified by at least one
+Contribution.
+
+Source Code: means all the Software's instructions and program lines to
+which access is required so as to modify the Software.
+
+Object Code: means the binary files originating from the compilation of
+the Source Code.
+
+Holder: means the holder(s) of the economic rights over the Initial
+Software.
+
+Licensee: means the Software user(s) having accepted the Agreement.
+
+Contributor: means a Licensee having made at least one Contribution.
+
+Licensor: means the Holder, or any other individual or legal entity, who
+distributes the 

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

2017-09-15 Thread Brian Dolbec
commit: 5999e97547e8a25853c81d07afb052551cf2ffb4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 19:53:39 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5999e975

dev-util/buildbot-pkg: Version bump, fix metadata.xml indentation

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot-pkg/Manifest   |  1 +
 dev-util/buildbot-pkg/buildbot-pkg-0.9.11.ebuild | 45 
 dev-util/buildbot-pkg/metadata.xml   | 35 +-
 3 files changed, 64 insertions(+), 17 deletions(-)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
index a635f9e2d0a..cee2b696fee 100644
--- a/dev-util/buildbot-pkg/Manifest
+++ b/dev-util/buildbot-pkg/Manifest
@@ -1,4 +1,5 @@
 DIST buildbot-pkg-0.9.10.tar.gz 4422 SHA256 
6eecdde02f98be469ec9fde47c55fe64ca04eec764a4729be2ff4faa892532d8 SHA512 
d31ef269ddbd042a9064daea526f289f2ec3ffa58dc8f43a8e40ae81b03cfa026f219bcce2ccb83addca0b1da0a8a2d3bc894a400edb9c45f4c0cde7691b5e4d
 WHIRLPOOL 
36ff1465b3f0ab2699d3c9b5916862b1f3038e4fa39730a7a280576b2bae5f106d2f34faabfe6ae3cabfe4ea5bcfd75bb472dddc6ac43fc36ad702d81aed
+DIST buildbot-pkg-0.9.11.tar.gz 4420 SHA256 
6328abfa68efba299d0309a88b8de40d71d1da4d7bc9148476fed8f393e407be SHA512 
63f75f4df2a725caa48d98c09037580c7b6a16609e4063e7aaab8a0e4b7bda4c74da8bf524b7d9a0cf9e909146522af5ffe8f1a5a8617c5f67658cc723f61b2e
 WHIRLPOOL 
795aeeb945191bcd23df5acec634c2782e7910f9c10cbc9d7586d01baea82034d33273c98708676344adba67d0a8a9a29d3c6b37ea45d055e1b737b19189e869
 DIST buildbot-pkg-0.9.4.tar.gz 3830 SHA256 
968f252f0700fbbcc6cac9f3fcf66d06bd577db5bf793fb3d7c84158f4f64325 SHA512 
ac41792076e5a86ffeb58e694d6aedcf3cf386facf156ce658dfa7c73166c7883c097d160babf6d6ca92c1fba1527db58bade74c3500fb62c448eeecbd840dc0
 WHIRLPOOL 
cb4255c90ae59750aa43fea890d79880bb30958ca36ee27a0f11e859575372dbee82708960dd8862c1ac551b4f9e5b38e4d70c8b7cc87048385c08c31ed455c3
 DIST buildbot-pkg-0.9.7.tar.gz 3871 SHA256 
fbb75cff1d313a0fa810894073716ddf56b834ede761b1fae34f100f420e655c SHA512 
7991425e69a404e15fd018d920accc65915e9d40a3b4b1faeca7b7501d1c9a2b01c2bef209ac10b9ea4dce03a41fd0d05266a5c3c9d50ec0f936a5f1c80f577b
 WHIRLPOOL 
186fe1d1f155df98452e441303f916c498a01fc1e01ce741388ca00f33dd83105aad59d3024fd5b2f50680369f99e17fa609c3d325f291f4a33df7699d8394e5
 DIST buildbot-pkg-0.9.8.tar.gz 3913 SHA256 
1b0630d2f96230fada97828b986b4e9f4897fefb4b8be63e51b73e6ed63c SHA512 
53e21a4ed20df687f9f646f0570fe610bd6d9da116bf7fdd60f1f2d245541ba9444e6cf7c63e3d780979a9320c9b98fcbe310acd736e3877c02bee31c683ebfc
 WHIRLPOOL 
831f21235e4396603e4fdaec226006a7c6e01fd8378c7df9c2a8a24724542c315f97641b9fe4edb353405b79273bd361e7dade34a2be81be9e27c551728351ee

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.11.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-0.9.11.ebuild
new file mode 100644
index 000..dd96a049c7c
--- /dev/null
+++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.11.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="BuildBot common www build tools for packaging releases"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-pkg;
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+# No real integration tests for this pkg.
+# all tests are related to making releases and final checks for distribution
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-pkg/metadata.xml 
b/dev-util/buildbot-pkg/metadata.xml
index 00d0bf0e6bb..0661cac6ea6 100644
--- a/dev-util/buildbot-pkg/metadata.xml
+++ b/dev-util/buildbot-pkg/metadata.xml
@@ -2,26 +2,27 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   hwoar...@gentoo.org
-   Markos Chandras
-   
-   
dol...@gentoo.org
Brian Dolbec

-   The BuildBot is a system to automate the 
compile/test cycle required
-by most software projects to validate code changes.
-Features:
-  * run builds on a variety of slave platforms
-  * arbitrary build process: handles projects using C, Python, whatever
-  * minimal host requirements: python and Twisted
-  * 

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2017-09-15 Thread Brian Dolbec
commit: 448797eda768d23bbf100afce216e4a1265e6307
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 20:05:15 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448797ed

dev-util/buildbot-waterfall-view: Version bump, fix metdata.xml indentation

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot-waterfall-view/Manifest  |  1 +
 .../buildbot-waterfall-view-0.9.11.ebuild  | 52 ++
 dev-util/buildbot-waterfall-view/metadata.xml  | 13 +++---
 3 files changed, 60 insertions(+), 6 deletions(-)

diff --git a/dev-util/buildbot-waterfall-view/Manifest 
b/dev-util/buildbot-waterfall-view/Manifest
index 9de89c13465..43930d586b3 100644
--- a/dev-util/buildbot-waterfall-view/Manifest
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -1,4 +1,5 @@
 DIST buildbot-waterfall-view-0.9.10.tar.gz 714260 SHA256 
c2768391d7eb92e550afe4210e3cba7b69b34a7c9a27d333582f2a04b0f8b030 SHA512 
e57a680fb3be7072f1dd6a757787932d9640f1442370048411987d3521f6c600c1f1adedb439ed439cf7928110a6191c8cc4207bf7cd7ebc8e6d1ac5a36f4a1e
 WHIRLPOOL 
95894f7d7b1a52f0312cf1a11f645f5212cd0a18a62ad99f90c804271013ccd4c3f82f7e851d0e02bddef5da9c1ba8af1b2599d424bd95a7f3f29e7f914fe6c3
+DIST buildbot-waterfall-view-0.9.11.tar.gz 713915 SHA256 
54e36f8d02be7c046510173f7adb14e3eaeb912e0f41f1b7784e2ac0744799c1 SHA512 
aec554156ac6d430f62a090d61896732cca7a0f9ebeaa33c929113f9fcf07c4383d9aae7e544d3dbeb83e7f267327810c10c04ba3ec1f7f9c7192a03b4cd47f6
 WHIRLPOOL 
5d9003b79c25622048b22ec5ab5a17cf6219ccca964ce8ab14de7052d95af9deee7e8dc9dadbd819b444c3b1562957625cc39a7e684060dcacbd89c3870e3c54
 DIST buildbot-waterfall-view-0.9.4.tar.gz 705483 SHA256 
4e8e8d85a77a95fb6ec6e9b0eaa4a774f80cbc6f3a6568f8525d4c90f336b69f SHA512 
b619e366b2d276ec956c7f2b814fbea5ad8d626f21d365f586fb93d9ddd8d90c6e3f290a6404b401051e780b228b84f78642f876783c0da6e96549f0e2c9929c
 WHIRLPOOL 
f6622afe37931b1525f4234b138d7cd6c296ab92ea00a476eab2b8cd00192972e2b3ca936d54d01b5ed4d93441824d79734b179153614f568a3023ecb308fcfd
 DIST buildbot-waterfall-view-0.9.7.tar.gz 705818 SHA256 
d6455df447720e367988f043ae381130add96daf80ae45cdf5a0fbcc8aa082e0 SHA512 
4f5a068ff03d2ea24eca2344676eecd5558b02127f805b0c88ab0b1bcf353640a6b0bc8756c12d0565a5fdfc8dedff8394b5dc014378200880d469fa26b7263b
 WHIRLPOOL 
2d63af137626018440975cb55e587a94dd9227e0dbc2b62b6726b9bb86e78b183ad656dcb52ec0afecca6b66a0320bc3ac42bb208c4f835343e6e062d00abfdd
 DIST buildbot-waterfall-view-0.9.8.tar.gz 705815 SHA256 
a8ffe67b5bb8bd5ac15e6cf853cc693c3328fc508ecfa337613fc8f6081c3603 SHA512 
82f75f706c97bdedb744f34229c5efefe6f7bb713874f0d99a322233663764b37572b9c9b7a2004c64d7693f6e58625e0c17bacbf743c16ed5fce16d6ad87b2d
 WHIRLPOOL 
87922d9637a8f9b028c1e7495d552b7b2c63a78c5efb313066e6cc212211b6728de105076ad399ea04086948707b7f5f0182fa6c5e471b5cc83cd9b135ab6677

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.11.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.11.ebuild
new file mode 100644
index 000..a2fb5877143
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot waterfall-view plugin"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-waterfall-view;
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-waterfall-view/metadata.xml 
b/dev-util/buildbot-waterfall-view/metadata.xml
index ea40ebf534a..fbcb11072aa 100644
--- a/dev-util/buildbot-waterfall-view/metadata.xml
+++ b/dev-util/buildbot-waterfall-view/metadata.xml
@@ -2,15 +2,16 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   hwoar...@gentoo.org
-   Markos Chandras
-   
-   
dol...@gentoo.org
Brian Dolbec

-   The 

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

2017-09-15 Thread Brian Dolbec
commit: f509eabdb20dcf2976da6d8ef52446ef7f7acc28
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 19:32:57 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f509eabd

dev-util/buildbot: Version bump, fix metadata.xml indentation

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot/Manifest |  1 +
 ...buildbot-.ebuild => buildbot-0.9.11.ebuild} | 12 +-
 dev-util/buildbot/buildbot-.ebuild | 12 +-
 dev-util/buildbot/metadata.xml | 27 +++---
 4 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/dev-util/buildbot/Manifest b/dev-util/buildbot/Manifest
index 21102ff942a..22d255baed0 100644
--- a/dev-util/buildbot/Manifest
+++ b/dev-util/buildbot/Manifest
@@ -1,5 +1,6 @@
 DIST buildbot-0.8.12.tar.gz 4834352 SHA256 
c6b66976dff712268566574d57131ec15e5682f6d4390cd5c8559bab0980c4d6 SHA512 
18c5144132fb033f3581d3c494d5e8ff35d3e8b1548764452ce9ae543d710e58a2c6e3e8e46a0ef237804f9a6a45485890ae4616ab655fb00d4ccf328d6f6645
 WHIRLPOOL 
5754b7c0278fb5e7da8a7dd66253f6f4d12f54c125f6a78aa9018a2b6b22fd88a27e79e6821ab05e4cd9e87bf0dd08c3c73c7914d4c499ac13c48ca232ed21c8
 DIST buildbot-0.9.10.tar.gz 3112750 SHA256 
8c5ed75f3f16f4ff0f2c9e3f9b091acb5e6e1c0ef68ffa8f687a55413a833143 SHA512 
95b489d5f7d0bc00ae5f71cd056b36fe689c4dc9408a7a0e4b1b45e036c9074832c8e3755981520a8c85a791b50f7f40765962c12a71887198dc0bbd0140d0e0
 WHIRLPOOL 
8d62d0aecdea4122709693ce48c72d5dbac2e946a6923a7ea41842dc759369a678e21a8abb0b4ff825e1ba559a9d490bcc4ff56fc5568a4f7f2d94b4f6c5f027
+DIST buildbot-0.9.11.tar.gz 3096455 SHA256 
9be352c0aab5d1520fedac8d6b19aadda4f48763ac7f72bb00e5f8cc51107ee8 SHA512 
c68a657213b0f878d8c2b4e6ebe18cfc9b3e19a4eecaf085fd3e5631bbb78dc9bd14e6b3d4b576e78eb1631329c86331371200a350d33696204fb76e7beae81c
 WHIRLPOOL 
3b1804d7920e110ca1ae1d04e7a7c38fef0db4a2c7b448a21175a0f2693ba8725d228d27720ffdad976071d143e4158b41dc527d120e2c4928df3fdbd765285f
 DIST buildbot-0.9.4.docs.tar.xz 69224 SHA256 
69fc33762a885568b02c42954a64d62d28bcb750b3aed011c3da8a9f84c13371 SHA512 
906e551e0db32c8a0b4010b3b8b00c4776e3d1b7d7381e4dc0ccf01d361184e4605c3ab0ecaf4e42207bd73c3e72f8a570a4d4c29db72f4d68241abf48741d7e
 WHIRLPOOL 
95f263e0b9ab22a649118f362d866b08cbdf62511f2a1f9bd6a7265103f174e35d0c8d86ad6a3b7dd5fd0b4277d60dbd25801c5e6f7e414e7fa634c241dae987
 DIST buildbot-0.9.4.tar.gz 3020851 SHA256 
068161cd9ada10b87f40117c768a37ce796ebf5e7bf08f224f4c7ded88cd7472 SHA512 
938a94192560b989a277d9650c50781d7e7c116bc5e2010ccb2e655df757de0ee254369531b2f432c835c0285c724e52d999a393d0ce1b104d4b9dcc5c6687da
 WHIRLPOOL 
0ffe61b82ee93b78cdb3cb74ef96d5a3547e0fcab9ec8093b59a7212c5e2a1ad16eff046306bffcc0ea63b2e0bf2df1e54b5a0874dc78e27744db2088ccac804
 DIST buildbot-0.9.7.tar.gz 3092434 SHA256 
8fcbf0e6536e5d60407f59d14f96d5f8386cd91846a4fa47b4336d71551a9e33 SHA512 
3fd2b488cabac37e297bb1a475cdb115f261324a22ec4d6fbcf8dc5bfb6ee135fab3763998433be8795581d476f69e2adb6f42d248bf2131a42eecfc1667202a
 WHIRLPOOL 
427d4c1c452f767550a3d2731b2e34480c399dcf50e57d4fb69f0a350f381e3e7ecc47d712fc8fbb99afcf8b230c7bd3afe8437ec3b24bf9ddbf7d35b4d1caad

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-0.9.11.ebuild
similarity index 100%
copy from dev-util/buildbot/buildbot-.ebuild
copy to dev-util/buildbot/buildbot-0.9.11.ebuild
index 63417f191f3..dbb4358a838 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/buildbot/buildbot-0.9.11.ebuild
@@ -33,6 +33,12 @@ RDEPEND="
>=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
+   dev-python/future[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+   >=dev-python/txaio-2.2.2[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}]
crypt? (
>=dev-python/twisted-17.5.0[${PYTHON_USEDEP},crypt]
>=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
@@ -42,12 +48,6 @@ RDEPEND="
irc? (
dev-python/txrequests[${PYTHON_USEDEP}]
)
-   dev-python/future[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
-   >=dev-python/txaio-2.2.2[${PYTHON_USEDEP}]
-   dev-python/pyjwt[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}]
-   ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
>=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-.ebuild
index 63417f191f3..dbb4358a838 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/buildbot/buildbot-.ebuild
@@ -33,6 

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-wsgi-dashboards/

2017-09-15 Thread Brian Dolbec
commit: 8f1a9f0839e9d65c0f01ea9be07b89b4b94e5fda
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 23:19:47 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1a9f08

dev-util/buildbot-wsgi-dashboards: New buildbot plugin module

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot-wsgi-dashboards/Manifest |  1 +
 .../buildbot-wsgi-dashboards-0.9.11.ebuild | 50 ++
 dev-util/buildbot-wsgi-dashboards/metadata.xml | 24 +++
 3 files changed, 75 insertions(+)

diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest 
b/dev-util/buildbot-wsgi-dashboards/Manifest
new file mode 100644
index 000..c75e8dd8d31
--- /dev/null
+++ b/dev-util/buildbot-wsgi-dashboards/Manifest
@@ -0,0 +1 @@
+DIST buildbot-wsgi-dashboards-0.9.11.tar.gz 627215 SHA256 
bb72b78045867bc0ee2cbe90df96978860ed14e61090dc67b5ecd9606bab2975 SHA512 
6f829d5ead05cb91f5b85f128874f1df01288e87938df9f8dd1cca1552ccfb7cae35be4eb077ea97d5ca4f44b236947649131b9aed2bdc9142920c2ee1439f4b
 WHIRLPOOL 
d33937eb54c8c4f7bc8d5d3258d37b0fac39293657e2668fc96149a574ff583f37798ff0ce03b2bc5a2ab5db1015db5538c1d5806ff23ca7d2b7a8152666d97f

diff --git 
a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.11.ebuild 
b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.11.ebuild
new file mode 100644
index 000..cf9810a5d1c
--- /dev/null
+++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.11.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to 
buildbot UI"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-wsgi-dashboards;
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-wsgi-dashboards/metadata.xml 
b/dev-util/buildbot-wsgi-dashboards/metadata.xml
new file mode 100644
index 000..5635b23b831
--- /dev/null
+++ b/dev-util/buildbot-wsgi-dashboards/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   The buildbot-wsgi-dashboards plugin is the user interface code 
used to
+   integrate flask or bottle dashboards to buildbot's web 
interface.
+   
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot-wsgi-dashboards
+   buildbot/buildbot
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2017-09-15 Thread Brian Dolbec
commit: 5982ea2b393fbe5ff583c12092ae1f7374b37ef4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 19:49:23 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5982ea2b

dev-util/buildbot-console-view: Version bump, fix metadata.xml indentation

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot-console-view/Manifest|  1 +
 .../buildbot-console-view-0.9.11.ebuild| 52 ++
 dev-util/buildbot-console-view/metadata.xml| 13 +++---
 3 files changed, 60 insertions(+), 6 deletions(-)

diff --git a/dev-util/buildbot-console-view/Manifest 
b/dev-util/buildbot-console-view/Manifest
index cb987b2da14..5ff1a55c67c 100644
--- a/dev-util/buildbot-console-view/Manifest
+++ b/dev-util/buildbot-console-view/Manifest
@@ -1,4 +1,5 @@
 DIST buildbot-console-view-0.9.10.tar.gz 640908 SHA256 
ca62780a7405df761fa2d80019890c8b25d79f6b716df26fbc4ce257a21f762e SHA512 
a7ad6289a314f096e6375646d17e2f6b595ecae040e9d135334ac46e810d24f6903318e5ef34f015d923b795d01d8e4011dca00b9b6adeb8c91734350f5d1982
 WHIRLPOOL 
fb60315596c0f0d1ef1a07bd9f40a6f194430e5b825979c5e80616fb96c185a3fee126c42634ab7183c1bdb60ff53f058e8ef6085271c29007a468788117deaa
+DIST buildbot-console-view-0.9.11.tar.gz 640623 SHA256 
a0467c096971178462dc18b6a652b53485d1ad0f2791c19f6026a432a07d9d9b SHA512 
24a7915713665aeefe0389fa2aae1cdbde2b0dea0041b4a00410b77956b76897a9a427658303bf976916c5a0e3bb373a4a21339f4ded0b716d80ec380ad16cb4
 WHIRLPOOL 
834c44937994a41c3d82dcf31c378f18c15c89313a9cb49d9d0ce9d2c19f725e2d04b6cf7efeac87b5568317ab360b3c8c7531387561930e8aa826d8469f6250
 DIST buildbot-console-view-0.9.4.tar.gz 631510 SHA256 
16d1ab8801439d50d712883ab155530840588d4d77ab600299ead0ef23da5bf0 SHA512 
f2e99e58acea3eebec7600a23597c6235fe93532653352c8e427d4b55a14066534dbc046de02856d738a5943ccdaed0ac14643a830d9d11acf76f6d1760def03
 WHIRLPOOL 
1d3ec1476d69e68f9bd752f5ff88796b504b997373e82f3428e5ead44f7c19c66278448e61aa1a36bd1d3e2bc7e55e21877537b8d02f9add0d12c5dd7c0e24b7
 DIST buildbot-console-view-0.9.7.tar.gz 632458 SHA256 
757ee80e5c4b698e6bac7b409c63af7ebd8c00c31117fa290776ad6c103a67c7 SHA512 
e07c032e17ce9faa9d71b71c5c48fde9ebde4995dec408781b6bb2ed77edcbe320b8d825a9a4bd76d9f3c48dd445560ec55867639c454591c5b7095e4142c4f2
 WHIRLPOOL 
58a534d641d3f28272f074998231b4873086cc1c8cc081463545e0d6b49145299e2496974ba6d51150cab505b67c5bd81d56fa9747271b64ed8b487d1409a5ae
 DIST buildbot-console-view-0.9.8.tar.gz 632459 SHA256 
573b03db8c102114b12bcc29c3224653bbc4a08cce25b91725b4bcee2abd7020 SHA512 
f6419fd47b70369866440437521a10a2e4062466878979b0c65594c7d74095c89c01c65cc0641f8faf7dee163347426e50a272f93dfe45ee91d072360e249674
 WHIRLPOOL 
5bfe80b6f148603f98ff684b1b317e059587d37baf88c04e2f4f6f1eb4f4026d92df57463365f4bf460743c2bc4ce5407cce2df74ff2623f95d09d5b6230d7fa

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.11.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-0.9.11.ebuild
new file mode 100644
index 000..e40d00b64c6
--- /dev/null
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot console-view plugin"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-console-view;
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-console-view/metadata.xml 
b/dev-util/buildbot-console-view/metadata.xml
index 4cb6c1bc622..a12007494ae 100644
--- a/dev-util/buildbot-console-view/metadata.xml
+++ b/dev-util/buildbot-console-view/metadata.xml
@@ -2,15 +2,16 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   hwoar...@gentoo.org
-   Markos Chandras
-   
-   
dol...@gentoo.org
Brian Dolbec

-   The buildbot-console-view plugin is the user 
interface 

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

2017-09-15 Thread Brian Dolbec
commit: 29ea36efca2dcb65edacf603b70205a5a59b5832
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 23:15:51 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ea36ef

dev-util/buildbot-worker: Version bump, fix pkg_config()

Include a sample buildbot.tac file.
Remove older 0.9.10 ebuild versions.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot-worker/Manifest  |  1 +
 ...-r1.ebuild => buildbot-worker-0.9.10-r2.ebuild} |  7 +-
 .../buildbot-worker/buildbot-worker-0.9.10.ebuild  | 74 --
 ...r-.ebuild => buildbot-worker-0.9.11.ebuild} |  7 +-
 .../buildbot-worker/buildbot-worker-.ebuild|  7 +-
 dev-util/buildbot-worker/files/buildbot.tac.sample | 70 
 6 files changed, 83 insertions(+), 83 deletions(-)

diff --git a/dev-util/buildbot-worker/Manifest 
b/dev-util/buildbot-worker/Manifest
index d38d1bf39f8..be50c03bdc7 100644
--- a/dev-util/buildbot-worker/Manifest
+++ b/dev-util/buildbot-worker/Manifest
@@ -1,4 +1,5 @@
 DIST buildbot-worker-0.9.10.tar.gz 99028 SHA256 
1793631d74629cd73bc0df1fadf28fb34d87e63aa72cba82058122bde165a824 SHA512 
0f515610d9c788657b10ba6624745841241fe554b472e53abdda221a678eb73d7a21a6529eb0769450de3a79b43bb6e51f4208247a4d8ef25c3d36b6ced6ec89
 WHIRLPOOL 
67cb199328428167c7e52f7b6ecbe7aa73729b5b453b5a8c16ba4999502bf30d9b139788f755eb4811968a60ce61fde32cdc29a31242d3777302792bb04863a6
+DIST buildbot-worker-0.9.11.tar.gz 100746 SHA256 
4254bf964465acb6586fda36b26a424466a265b6a5259138cf4fa63a1e9f6851 SHA512 
c7209c3fff8c43a23de71fa61709c9f02a5bdd9c8c8980ac5d205f720abdaa9bdb78d0d4e40fe9f915c8d5cf253b9e3c63401712ee121ac085909b0244d82897
 WHIRLPOOL 
30e1fb17eda975ff3a1e333a0ae17bdc2b432bd9c139a0c1f8dbea69984311add3a6f0659b7add0a3fecc2acf9460a908709efa8994f5763bfbbd2618df67050
 DIST buildbot-worker-0.9.4.tar.gz 100889 SHA256 
129e0d3fa9ee34f0f227487b6d1645820d2d4853099a1b0aed56587d3acab965 SHA512 
7d055b7b005ebf1cc8033fb86f5321a9d80e0505c1a8b28b9ba3945323f157d34f34066ee9513e82b05c63af099d6030bf42d6f44533859b4e01983f1114462b
 WHIRLPOOL 
8f2b95a476e93beaba5305137bb1d219a9aff59e8bb4450d6352babe799bb0166c299e7c8ea69e53c467e7e58be2681ddba4ae74ad8ba945221e1059906e5fc1
 DIST buildbot-worker-0.9.7.tar.gz 96416 SHA256 
a41b4e0c7329821a0d85ee0e6edbde3db403676c62e59a6f436a048a008ac268 SHA512 
84ccaf0472553f8422b342163e44e55481f6691338df38db6b1be74f0a79c13e2a52be56df632491662ab79648cd5034ce04d906bbedb01030e4fa96f1689ef9
 WHIRLPOOL 
70379e6f34ea30aef0e0008fd098a53ba144696f1416ac77c3756018bc371646d2261a28589ad5131f7be7de930189bd771b4a82de27343441543da5c683e122
 DIST buildbot-worker-0.9.8.tar.gz 97193 SHA256 
825e022a794c7470276169b6ac1b774f39f60d16545bb46fdf5b4a3b2c78f44f SHA512 
43cb7d83835d009c3d4f9a9671d3bd1037d50969b6238f9c77e9f1caedea83c9b9f77d642743d47ff2eea8f3c6549b9e4c843b7d9f638dc5a28339e034ea9b47
 WHIRLPOOL 
1127b956c3a94ad426c686e42dcbdf6a6f4427751c4ddf247569bc0ee03e86d1ae609263386e730d92b2a572be76208cb999c571fdee9f85de49de161a5c1ab1

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.10-r1.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.10-r2.ebuild
similarity index 95%
rename from dev-util/buildbot-worker/buildbot-worker-0.9.10-r1.ebuild
rename to dev-util/buildbot-worker/buildbot-worker-0.9.10-r2.ebuild
index 5b24f1fed3b..7bbef0496bd 100644
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.10-r1.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.10-r2.ebuild
@@ -66,6 +66,9 @@ python_install_all() {
newconfd "${FILESDIR}/buildbot_worker.confd2" buildbot_worker
newinitd "${FILESDIR}/buildbot_worker.initd2" buildbot_worker
 
+   dodir /var/lib/buildbot_worker
+   cp "${FILESDIR}/buildbot.tac.sample" "${D}/var/lib/buildbot_worker"|| 
die "Install failed!"
+
readme.gentoo_create_doc
 }
 
@@ -106,13 +109,11 @@ pkg_config() {
die "Instance already exists"
fi
 
-   local buildbot="/usr/bin/buildbot"
if [[ ! -d "${buildworker_path}" ]]; then
mkdir --parents "${buildworker_path}" || die "Unable to create 
directory ${buildworker_path}"
fi
-   "${buildbot}" create-master "${instance_path}" &>/dev/null || die 
"Creating instance failed"
chown --recursive buildbot "${instance_path}" || die "Setting 
permissions for instance failed"
-   mv "${instance_path}/master.cfg.sample" "${instance_path}/master.cfg" \
+   cp "${buildworker_path}/buildbot.tac.sample" 
"${instance_path}/buildbot.tac" \
|| die "Moving sample configuration failed"
ln --symbolic --relative "/etc/init.d/buildbot_worker" 
"/etc/init.d/buildbot_worker.${instance_name}" \
|| die "Unable to create link to init file"

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.10.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.10.ebuild
deleted file mode 100644

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-grid-view/

2017-09-15 Thread Brian Dolbec
commit: b53a80a43dbdcf3339e1487581a2fae90cf41d6f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 23:18:33 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53a80a4

dev-util/buildbot-grid-view: New buildbot plugin module

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot-grid-view/Manifest   |  1 +
 .../buildbot-grid-view-0.9.11.ebuild   | 50 ++
 dev-util/buildbot-grid-view/metadata.xml   | 24 +++
 3 files changed, 75 insertions(+)

diff --git a/dev-util/buildbot-grid-view/Manifest 
b/dev-util/buildbot-grid-view/Manifest
new file mode 100644
index 000..e10352fb5af
--- /dev/null
+++ b/dev-util/buildbot-grid-view/Manifest
@@ -0,0 +1 @@
+DIST buildbot-grid-view-0.9.11.tar.gz 638818 SHA256 
f93088ba6ac063c4bd7400b2477c94e86a7531fc614c3965c18914dcc701812b SHA512 
4da052b284452557a1de080afd31064b8ae950f1a1fbe2f2418a130e1150b84fc25a119866ccc5889a38dfe94a5f1f8d3b4ff7f3f7dd6cdb485eea90adda3f2a
 WHIRLPOOL 
1ccd86ff91d508ec06c2f21128e2f09889450c81efce2603d29348c449c4d4d2e82ad7c885c11c53abc001ae3d40100ef3de86f1fac7ea1b8099da2ef13c

diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.11.ebuild 
b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.11.ebuild
new file mode 100644
index 000..c52caef7509
--- /dev/null
+++ b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.11.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="BuildBot grid view web interface"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-grid-view;
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-grid-view/metadata.xml 
b/dev-util/buildbot-grid-view/metadata.xml
new file mode 100644
index 000..c5790cf414b
--- /dev/null
+++ b/dev-util/buildbot-grid-view/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   The buildbot-grid-view plugin is the user interface code used to
+   display information about the builds.
+   
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot-grid-view
+   buildbot/buildbot
+   
+



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

2017-09-15 Thread Brian Dolbec
commit: 36e25a2809f96edd3fa2c6f93951eab85e5ea18c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 14 19:56:13 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e25a28

dev-util/buildbot-www: Version bump, fix metadata.xml indentation

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/buildbot-www/Manifest   |  1 +
 dev-util/buildbot-www/buildbot-www-0.9.11.ebuild | 51 
 dev-util/buildbot-www/metadata.xml   |  5 ++-
 3 files changed, 55 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index bbc160f8cc8..95d73f84321 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1,4 +1,5 @@
 DIST buildbot-www-0.9.10.tar.gz 693452 SHA256 
9083516d702feefb8b61dd6cb351a54163f3b2d4f34b14071f77f2f550de9bf6 SHA512 
9ff91de09ceff6dc53619ddd7b8a233f9206b91d75f508cb82fa948451eff8146aa112bada5f1f261f3c25870867046c40a41b85a4acd3b98c00ddab76580780
 WHIRLPOOL 
7986ad9423d5b585a52a9b04e0fbaf98716f9bfe81f1d99fe57fef7cd84dd391347cd16acaf3684626fc5927171cebec71cf2b12c60e24f393da5d3dcedb7fba
+DIST buildbot-www-0.9.11.tar.gz 687664 SHA256 
af01216d543eddba0772e55a0a97a2a1d0a9b0fddc1c87dd59b449b4818893db SHA512 
5a4ecde7a79bace65fbaeedb9153ccfc8094e0fdccd19bf656a1aee1cb5eb84dd28ffb0279aaa0f75a2365278276f5a16d7015eab732e2642a3344d2b28ff441
 WHIRLPOOL 
05ac3085a70b07ed430d20e70225c13c80133cca31b5e86f9cea71b1e2cb22c08a2dcc68e0461d6f9259679351bec4b19221cc43996f25ac1c004f841ffaaf67
 DIST buildbot-www-0.9.4.tar.gz 691706 SHA256 
eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 SHA512 
522716f4200c00c1fbf196834279caef0fa2d805c7020d31890ce4d95ade85c5fa4a605d343a4fbf0d404f3088d98a7fd3c39bea58f3b02bc9e4a6daa9e3f6c6
 WHIRLPOOL 
6991e6052b3e5c3fffb83f2808f0b7da4f2267c0b4aa9b3cf3b665ba2046e5f123baf18d8dfbe25780782e9230b488edf1cfee8b3c07241aa59ce99509bb735c
 DIST buildbot-www-0.9.7.tar.gz 691849 SHA256 
3123b1518976edbf285c2c0791719dafda59baab0103e533a54eb6ed134b78c9 SHA512 
be9eaef167d354e1a028552792047ba31b475f57fc19204076f125552b5ee84770987d16894bc78ebc281b69d480e7b204d8cdaf5a4041af9ae09fb7785721ba
 WHIRLPOOL 
abee257ab8df9851bdcb047432d48648176a423337c1dbcc9c45832cb905bc58df8ba3d359b9de7367df36a251375f94f2579a984353a8747e1d256efb691676
 DIST buildbot-www-0.9.8.tar.gz 691945 SHA256 
d3384b942b9194f52d8855df066ae355417a52cb69dc02ba061ebeb0f996f06b SHA512 
819fa74219f27c0a8a7d4b05f099d4a92e1211cd6cf212dd9db4df3fb3d2ec3bf29bd4de8a463bedb611fec5e7c82e64b3a139b77505b0b9955ee3ed1cde205f
 WHIRLPOOL 
cdfa636af9aaaee8d42425b0269cd77c2c87846333d9b62cbdae9dc513ad37bc52ebc631b4f1284e2c27f94aed78a01df84114dfa1c766102e49ead1d7806505

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.11.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.11.ebuild
new file mode 100644
index 000..e248b15e6f7
--- /dev/null
+++ b/dev-util/buildbot-www/buildbot-www-0.9.11.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-www;
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-www/metadata.xml 
b/dev-util/buildbot-www/metadata.xml
index 1cb809239ff..55b76e0cd4d 100644
--- a/dev-util/buildbot-www/metadata.xml
+++ b/dev-util/buildbot-www/metadata.xml
@@ -9,8 +9,9 @@
dol...@gentoo.org
Brian Dolbec

-   The BuildBot-www package is the base or 
common code used for the other user interface
-packages such as the waterfall and console views.
+   
+   The BuildBot-www package is the base or common code used for 
the other
+   user interface packages such as the waterfall and console views.


  

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

2017-09-15 Thread Brian Dolbec
commit: b22c4f3ac487d5d5302c24a9331ee75d306563e1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep 15 02:40:35 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 15 17:41:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22c4f3a

dev-python/moto: Revision bump, fix python yaml dep to correct package

Correct dep to dev-python/pretty-yaml instead of dev-python/pyyaml.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/moto/{moto-1.0.1.ebuild => moto-1.0.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/moto/moto-1.0.1.ebuild 
b/dev-python/moto/moto-1.0.1-r1.ebuild
similarity index 96%
rename from dev-python/moto/moto-1.0.1.ebuild
rename to dev-python/moto/moto-1.0.1-r1.ebuild
index d058dd3da59..8f93f7b6fa3 100644
--- a/dev-python/moto/moto-1.0.1.ebuild
+++ b/dev-python/moto/moto-1.0.1-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
>=dev-python/boto-2.36.0[${PYTHON_USEDEP}]
>=dev-python/boto3-1.2.1[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/pretty-yaml[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ebuild-mode/

2017-09-15 Thread Ulrich Müller
commit: bb2a36d8100f3bd349ed966d52f683f75efcf52d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Sep 15 17:13:26 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Sep 15 17:25:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2a36d8

app-xemacs/ebuild-mode: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-xemacs/ebuild-mode/Manifest|  1 +
 app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
index e2ab7921f85..fb75096c061 100644
--- a/app-xemacs/ebuild-mode/Manifest
+++ b/app-xemacs/ebuild-mode/Manifest
@@ -1 +1,2 @@
 DIST ebuild-mode-1.37.tar.xz 30816 SHA256 
f7368a8757036874dde542c69c26b824fe3da5241098f89a6b7d7e2665cbbf1d SHA512 
1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0
 WHIRLPOOL 
75928f5965bdfe66733e203588f01ab3b5de67a5958d33f41069d0793842bd9617ab0904ab71f95aeae04e0aa2f55646e4c545d6199cc1d357140b8fd1a714ab
+DIST ebuild-mode-1.38.tar.xz 30744 SHA256 
63f39bb1a09e29b86e5048f162f4779f287c8825e161a092e74530962947d3c3 SHA512 
bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349
 WHIRLPOOL 
ea61825ac0fd2d50ec9722088b03ed9664708dd6fac076ff3db8323bfdf8d1b2e351c7059f2f77471ea200b7a19d9f67ab233ebdb743ece80218f0e940fb0706

diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild 
b/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild
new file mode 100644
index 000..41189cb9095
--- /dev/null
+++ b/app-xemacs/ebuild-mode/ebuild-mode-1.38.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xemacs-elisp
+
+DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs;
+SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+RDEPEND=">=app-editors/xemacs-21.4.20-r5
+   app-xemacs/sh-script"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
+   -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || 
die
+   xemacs-elisp-make-autoload-file *.el || die
+}



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

2017-09-15 Thread Ulrich Müller
commit: e8eaa081b28026a70a649de3449ecd0bc0c455ea
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Sep 15 17:11:19 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Sep 15 17:25:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eaa081

app-emacs/ebuild-mode: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emacs/ebuild-mode/Manifest|  1 +
 app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
index e2ab7921f85..fb75096c061 100644
--- a/app-emacs/ebuild-mode/Manifest
+++ b/app-emacs/ebuild-mode/Manifest
@@ -1 +1,2 @@
 DIST ebuild-mode-1.37.tar.xz 30816 SHA256 
f7368a8757036874dde542c69c26b824fe3da5241098f89a6b7d7e2665cbbf1d SHA512 
1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0
 WHIRLPOOL 
75928f5965bdfe66733e203588f01ab3b5de67a5958d33f41069d0793842bd9617ab0904ab71f95aeae04e0aa2f55646e4c545d6199cc1d357140b8fd1a714ab
+DIST ebuild-mode-1.38.tar.xz 30744 SHA256 
63f39bb1a09e29b86e5048f162f4779f287c8825e161a092e74530962947d3c3 SHA512 
bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349
 WHIRLPOOL 
ea61825ac0fd2d50ec9722088b03ed9664708dd6fac076ff3db8323bfdf8d1b2e351c7059f2f77471ea200b7a19d9f67ab233ebdb743ece80218f0e940fb0706

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild
new file mode 100644
index 000..0c3afe1a742
--- /dev/null
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit readme.gentoo-r1 elisp
+
+DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs;
+SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+
+DEPEND="sys-apps/texinfo"
+
+DOCS="ChangeLog keyword-generation.sh"
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo-1.31.el"
+DOC_CONTENTS="Some optional features may require installation of additional
+   packages, like app-portage/gentoolkit-dev for echangelog."



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2017-09-15 Thread Jason Zaman
commit: e544807b2603f481a895a630a28e25fe4f350b38
Author: Jason Zaman  perfinion  com>
AuthorDate: Fri Sep 15 02:45:27 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Sep 15 05:33:37 2017 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e544807b

chromium: allow mapping own types

 policy/modules/contrib/chromium.if | 4 
 policy/modules/contrib/chromium.te | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/policy/modules/contrib/chromium.if 
b/policy/modules/contrib/chromium.if
index 3f9301b7..26eb0259 100644
--- a/policy/modules/contrib/chromium.if
+++ b/policy/modules/contrib/chromium.if
@@ -45,6 +45,7 @@ interface(`chromium_role',`
allow chromium_sandbox_t $2:fd use;
allow chromium_naclhelper_t $2:fd use;
 ')
+
 ###
 ## 
 ## Read-write access to Chromiums' temporary fifo files
@@ -62,6 +63,7 @@ interface(`chromium_rw_tmp_pipes',`
 
rw_fifo_files_pattern($1, chromium_tmp_t, chromium_tmp_t)
 ')
+
 ##
 ## 
 ## Automatically use the specified type for resources created in chromium's
@@ -91,6 +93,7 @@ interface(`chromium_tmp_filetrans',`
search_dirs_pattern($1, chromium_tmp_t, chromium_tmp_t)
filetrans_pattern($1, chromium_tmp_t, $2, $3, $4)
 ')
+
 ###
 ## 
 ## Execute a domain transition to the chromium domain (chromium_t)
@@ -110,6 +113,7 @@ interface(`chromium_domtrans',`
corecmd_search_bin($1)
domtrans_pattern($1, chromium_exec_t, chromium_t)
 ')
+
 ###
 ## 
 ## Execute chromium in the chromium domain and allow the specified role to 
access the chromium domain

diff --git a/policy/modules/contrib/chromium.te 
b/policy/modules/contrib/chromium.te
index a4fba97c..76f2583a 100644
--- a/policy/modules/contrib/chromium.te
+++ b/policy/modules/contrib/chromium.te
@@ -113,6 +113,7 @@ allow chromium_t chromium_naclhelper_t:process { share };
 
 # tmp has a wide class access (used for plugins)
 manage_files_pattern(chromium_t, chromium_tmp_t, chromium_tmp_t)
+allow chromium_t chromium_tmp_t:file map;
 manage_dirs_pattern(chromium_t, chromium_tmp_t, chromium_tmp_t)
 manage_lnk_files_pattern(chromium_t, chromium_tmp_t, chromium_tmp_t)
 manage_sock_files_pattern(chromium_t, chromium_tmp_t, chromium_tmp_t)
@@ -120,10 +121,12 @@ manage_fifo_files_pattern(chromium_t, chromium_tmp_t, 
chromium_tmp_t)
 files_tmp_filetrans(chromium_t, chromium_tmp_t, { file dir sock_file })
 
 manage_files_pattern(chromium_t, chromium_tmpfs_t, chromium_tmpfs_t)
+allow chromium_t chromium_tmpfs_t:file map;
 fs_tmpfs_filetrans(chromium_t, chromium_tmpfs_t, file)
 fs_tmpfs_filetrans(chromium_renderer_t, chromium_tmpfs_t, file)
 
 manage_files_pattern(chromium_t, chromium_xdg_config_t, chromium_xdg_config_t)
+allow chromium_t chromium_xdg_config_t:file map;
 manage_lnk_files_pattern(chromium_t, chromium_xdg_config_t, 
chromium_xdg_config_t)
 manage_dirs_pattern(chromium_t, chromium_xdg_config_t, chromium_xdg_config_t)
 xdg_config_home_filetrans(chromium_t, chromium_xdg_config_t, dir, "chromium")



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

2017-09-15 Thread Mike Pagano
commit: 3bd7c7d785ff9c03812d7b90f6f2376b1cdaaa69
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 16:53:30 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 16:53:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd7c7d7

sys-kernel/gentoo-sources: Remove Kernel 3.10.X version vulnerable to 
CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-3.10.107.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1e03d033e72..6f1746903e2 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,6 +1,3 @@
-DIST genpatches-3.10-114.base.tar.xz 1631264 SHA256 
d72748b6ad9ceb465506302190c0a568535d9eac64f0678df020bfc82036c46c SHA512 
83c7c94b2340e35ea052b42649bc7b6a9e1715421e9896573e477f5b5065ff38ca44acb23beb9ee24e6b3ed07d7d0293fd61f60c7fcfea7bcd4f75e9c3921baa
 WHIRLPOOL 
7dc4e6aa0bd5dd9861897a7f96aea0b28b73d3eea9164e7920f2793511c85a0af7c63ad6df62c2b9ccfcfe9fcfbaced13f55f0a28cc218ffe83f663383593746
-DIST genpatches-3.10-114.experimental.tar.xz 60168 SHA256 
61647aaec6512e6f74004d23c87b131aa0317599d09691fc55d4ae7f11f2bc58 SHA512 
a0b5e1e82ad1198e11f4c0c4f531630697b6f0cd7e22e9284cadacd9540c1a3bed62a9e1cb6fec3fd36e0f9c3c8eca3e7a64484321c5c705341c3b378c4bf42b
 WHIRLPOOL 
d1c3fa8c68d2378ae6c568e3114a5a65b29521a2be376b3f6f6e27a7683d520a8a33abc53a39885cd142fcd533c8b4d28c2dd094c52e1775dbe08a49406a
-DIST genpatches-3.10-114.extras.tar.xz 17860 SHA256 
0b58d43cf47c3b93d127d0e1ba3d47d1d5cce0062326acfe02f1309346dfe1b2 SHA512 
4311e18c407daa20530d27627bdcdb1b785fcf4a482175c9859f5fa9bfe6a65014182684773be69e4c075aa4838a2aa36592ff33e8ad9382413c02550027
 WHIRLPOOL 
dfb78527469aadc63d9008244bdaecf8b59e3e3e71f6a9c8158b4ae3e65097185b5241d8a502ee3bb921ad9e671626cf4f293ba2f8b1cbd6a264e6c7d8b7154f
 DIST genpatches-3.10-115.base.tar.xz 1633532 SHA256 
9dca8aadcabfc7e9ea5650649d0c72f0169579337dc812428fda9783c9ed0707 SHA512 
8c8992776820137bd37440897faca8c7337fd217927a5f35da46a5717abec9f4d9b70f961a617a36f4c8af496d2e4d589431d82f47f4054f3394b8d8bc1f4454
 WHIRLPOOL 
10f0a4aff15d3e16cebd5e6058a85444d9f1c677a66e482f409921cda3e86b35711ba120a9253a0956a580f0911b11d575e420520cf8d0b140d00dcee93438d6
 DIST genpatches-3.10-115.experimental.tar.xz 60168 SHA256 
5e2ce7288158cbd9b1bb6aa77dcdb11de5826bf0635bb1c522bd388d6d799c4a SHA512 
e8b9dd31816dbcbc83456b2a6f9fadad3f0a95b9a2918a217a434ac481e624e7f46342828c13714091192ec453967800a71c274238eac73389c98bd37a5cb6a5
 WHIRLPOOL 
7dc1f55e41ca0c3180e9fd42041414275184a58ea39b53db97c19d6f5f027908ed7c217a0860bb5036306a72c1d081e8a5973354bb3c64c6270b4a661e39ebd1
 DIST genpatches-3.10-115.extras.tar.xz 17860 SHA256 
13de6f8c3992cab5f8fef069ef5979b53fb30e5c2d83f65c231359ff7aacad00 SHA512 
5ca937b25e8210053375745c4751987e97c30c11d0797cf1c011a59ee3a5422542d16781eabc25543eb7ddbbeb74f1540324f83cf30930fdafc392d377602979
 WHIRLPOOL 
b43c0a22240c83ccf349d443b49003a0206a21e09851a0cf4ff387002925230e5f60c335611da35d048323346c1429fc95e3a6ce61ec91fb70c5f319479c3227

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



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

2017-09-15 Thread Mike Pagano
commit: eade0d3edfd0aa735bdd2612192f0f7a9989f82e
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 16:51:33 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 16:51:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eade0d3e

sys-kernel/gentoo-sources: For version 3.10.X, stable previously stabled archs 
due to CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild
index 3b8768c9435..81381f7dc55 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild
@@ -9,7 +9,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-09-15 Thread Mike Pagano
commit: 74ed986a8fdc409b6a0678810f000f5ff35fdd4a
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 16:48:19 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 16:48:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ed986a

sys-kernel/gentoo-sources: For 3.10.X, include patch to validate the output 
buffer length for L2CAP config reqs and resps to avoid stack buffer 
overflowing. CVE-2017-1000251. See bug #630840

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 137396a79d1..1e03d033e72 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,6 +1,9 @@
 DIST genpatches-3.10-114.base.tar.xz 1631264 SHA256 
d72748b6ad9ceb465506302190c0a568535d9eac64f0678df020bfc82036c46c SHA512 
83c7c94b2340e35ea052b42649bc7b6a9e1715421e9896573e477f5b5065ff38ca44acb23beb9ee24e6b3ed07d7d0293fd61f60c7fcfea7bcd4f75e9c3921baa
 WHIRLPOOL 
7dc4e6aa0bd5dd9861897a7f96aea0b28b73d3eea9164e7920f2793511c85a0af7c63ad6df62c2b9ccfcfe9fcfbaced13f55f0a28cc218ffe83f663383593746
 DIST genpatches-3.10-114.experimental.tar.xz 60168 SHA256 
61647aaec6512e6f74004d23c87b131aa0317599d09691fc55d4ae7f11f2bc58 SHA512 
a0b5e1e82ad1198e11f4c0c4f531630697b6f0cd7e22e9284cadacd9540c1a3bed62a9e1cb6fec3fd36e0f9c3c8eca3e7a64484321c5c705341c3b378c4bf42b
 WHIRLPOOL 
d1c3fa8c68d2378ae6c568e3114a5a65b29521a2be376b3f6f6e27a7683d520a8a33abc53a39885cd142fcd533c8b4d28c2dd094c52e1775dbe08a49406a
 DIST genpatches-3.10-114.extras.tar.xz 17860 SHA256 
0b58d43cf47c3b93d127d0e1ba3d47d1d5cce0062326acfe02f1309346dfe1b2 SHA512 
4311e18c407daa20530d27627bdcdb1b785fcf4a482175c9859f5fa9bfe6a65014182684773be69e4c075aa4838a2aa36592ff33e8ad9382413c02550027
 WHIRLPOOL 
dfb78527469aadc63d9008244bdaecf8b59e3e3e71f6a9c8158b4ae3e65097185b5241d8a502ee3bb921ad9e671626cf4f293ba2f8b1cbd6a264e6c7d8b7154f
+DIST genpatches-3.10-115.base.tar.xz 1633532 SHA256 
9dca8aadcabfc7e9ea5650649d0c72f0169579337dc812428fda9783c9ed0707 SHA512 
8c8992776820137bd37440897faca8c7337fd217927a5f35da46a5717abec9f4d9b70f961a617a36f4c8af496d2e4d589431d82f47f4054f3394b8d8bc1f4454
 WHIRLPOOL 
10f0a4aff15d3e16cebd5e6058a85444d9f1c677a66e482f409921cda3e86b35711ba120a9253a0956a580f0911b11d575e420520cf8d0b140d00dcee93438d6
+DIST genpatches-3.10-115.experimental.tar.xz 60168 SHA256 
5e2ce7288158cbd9b1bb6aa77dcdb11de5826bf0635bb1c522bd388d6d799c4a SHA512 
e8b9dd31816dbcbc83456b2a6f9fadad3f0a95b9a2918a217a434ac481e624e7f46342828c13714091192ec453967800a71c274238eac73389c98bd37a5cb6a5
 WHIRLPOOL 
7dc1f55e41ca0c3180e9fd42041414275184a58ea39b53db97c19d6f5f027908ed7c217a0860bb5036306a72c1d081e8a5973354bb3c64c6270b4a661e39ebd1
+DIST genpatches-3.10-115.extras.tar.xz 17860 SHA256 
13de6f8c3992cab5f8fef069ef5979b53fb30e5c2d83f65c231359ff7aacad00 SHA512 
5ca937b25e8210053375745c4751987e97c30c11d0797cf1c011a59ee3a5422542d16781eabc25543eb7ddbbeb74f1540324f83cf30930fdafc392d377602979
 WHIRLPOOL 
b43c0a22240c83ccf349d443b49003a0206a21e09851a0cf4ff387002925230e5f60c335611da35d048323346c1429fc95e3a6ce61ec91fb70c5f319479c3227
 DIST genpatches-4.1-52.base.tar.xz 1244220 SHA256 
1a942c5d8de494ea7053fd37ef1a1ad9790a442a9e7de14504973c35fd5ffe80 SHA512 
811888dc6adde5a51f6e4166700ae1a22fbd310229e1ea3f67e3d4d5440352f671cdcf42abc6400d180129678b7e79e31924fed4116fb2d47eb67a575713090e
 WHIRLPOOL 
710783f4af251ed8eb0119fdbcda60f4a7d2dc2d5c8fc7541e20de01ffb638d8ec9f1c781b4479e30dcd86eb9097143d386f424ce0ad8107b63ec9fd7e52d2a4
 DIST genpatches-4.1-52.experimental.tar.xz 61752 SHA256 
efeef9c6b152c51049923e0788f3781c47699e0920c1f017d178e0408ab7e49d SHA512 
a7a749acb0d022f9131fef00159656a2e57e00e4afb7e34d85462e6c965bbb52677d5a09ffc9832edf5f7dbd613134488aabc24d357d8c1f546c9cd94fbab2e6
 WHIRLPOOL 
122df717f42cc46f63710ea59d5935675686a5091b8517e3dfb65027305d35824c896915a548d2e32cb0fa02f2d146ee96e52f93f19e350821b23e32ef583cae
 DIST genpatches-4.1-52.extras.tar.xz 16464 SHA256 
811ee549775b21ec4cc3af31d64eca8ada3af165bab6352d482179a351d99cd4 SHA512 
1cfb4b50a7c9c0b921837e92bcbc1b208d2aca4407d363f972b13d31c4487fe82784b42832b6bba1422b581dbd7268f520ce0cf83154c8c9ace30c5de4139cdd
 WHIRLPOOL 
f8f4671ad308f222b7152feefd548edd4c7988260c45ff3492a157f67f5b86d4379dd4443fce8797b6d2d6c4732706f5d929d1a7e588089cc636e01c8cd422d0

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild
new file mode 100644
index 000..3b8768c9435
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.107-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"

[gentoo-commits] proj/linux-patches: New tag: 3.10-115

2017-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 16:29:35 2017 +

New tag: 3.10-115




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

2017-09-15 Thread Mike Pagano
commit: 26127f3cb6a7b4e6ee2e0843aed511b52a1691f0
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 16:27:02 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 16:27:02 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=26127f3c

For 3.10.X, include patch to validate the output buffer length for L2CAP config 
reqs and resps to avoid stack buffer overflowing. CVE-2017-1000251. See bug 
#630840

 _README |   4 +
 2410_BT-check-L2CAP-buffer-length.patch | 357 
 2 files changed, 361 insertions(+)

diff --git a/_README b/_README
index 8da7d43..e949f2e 100644
--- a/_README
+++ b/_README
@@ -494,6 +494,10 @@ Patch:  2400_kcopy-patch-for-infiniband-driver.patch
 From:   Alexey Shvetsov 
 Desc:   Zero copy for infiniband psm userspace driver
 
+Patch: 2410_BT-check-L2CAP-buffer-length.patch 
+From:  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e860d2c904d1a9f38a24eb44c9f34b8f915a6ea3
+Desc:  Validate the output buffer length for L2CAP config reqs and resps to 
avoid stack buffer overflowing. CVE-2017-1000251. See bug #630840 
+
 Patch:  2700_ThinkPad-30-brightness-control-fix.patch
 From:   Seth Forshee 
 Desc:   ACPI: Disable Windows 8 compatibility for some Lenovo ThinkPads

diff --git a/2410_BT-check-L2CAP-buffer-length.patch 
b/2410_BT-check-L2CAP-buffer-length.patch
new file mode 100644
index 000..c6bfdf7
--- /dev/null
+++ b/2410_BT-check-L2CAP-buffer-length.patch
@@ -0,0 +1,357 @@
+From e860d2c904d1a9f38a24eb44c9f34b8f915a6ea3 Mon Sep 17 00:00:00 2001
+From: Ben Seri 
+Date: Sat, 9 Sep 2017 23:15:59 +0200
+Subject: Bluetooth: Properly check L2CAP config option output buffer length
+
+Validate the output buffer length for L2CAP config requests and responses
+to avoid overflowing the stack buffer used for building the option blocks.
+
+Cc: sta...@vger.kernel.org
+Signed-off-by: Ben Seri 
+Signed-off-by: Marcel Holtmann 
+Signed-off-by: Linus Torvalds 
+---
+ net/bluetooth/l2cap_core.c | 80 +-
+ 1 file changed, 43 insertions(+), 37 deletions(-)
+
+diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
+index 303c779..43ba91c 100644
+--- a/net/bluetooth/l2cap_core.c
 b/net/bluetooth/l2cap_core.c
+@@ -58,7 +58,7 @@ static struct sk_buff *l2cap_build_cmd(struct l2cap_conn 
*conn,
+  u8 code, u8 ident, u16 dlen, void *data);
+ static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 
len,
+  void *data);
+-static int l2cap_build_conf_req(struct l2cap_chan *chan, void *data);
++static int l2cap_build_conf_req(struct l2cap_chan *chan, void *data, size_t 
data_size);
+ static void l2cap_send_disconn_req(struct l2cap_chan *chan, int err);
+ 
+ static void l2cap_tx(struct l2cap_chan *chan, struct l2cap_ctrl *control,
+@@ -1473,7 +1473,7 @@ static void l2cap_conn_start(struct l2cap_conn *conn)
+ 
+   set_bit(CONF_REQ_SENT, >conf_state);
+   l2cap_send_cmd(conn, l2cap_get_ident(conn), 
L2CAP_CONF_REQ,
+- l2cap_build_conf_req(chan, buf), buf);
++ l2cap_build_conf_req(chan, buf, 
sizeof(buf)), buf);
+   chan->num_conf_req++;
+   }
+ 
+@@ -2987,12 +2987,15 @@ static inline int l2cap_get_conf_opt(void **ptr, int 
*type, int *olen,
+   return len;
+ }
+ 
+-static void l2cap_add_conf_opt(void **ptr, u8 type, u8 len, unsigned long val)
++static void l2cap_add_conf_opt(void **ptr, u8 type, u8 len, unsigned long 
val, size_t size)
+ {
+   struct l2cap_conf_opt *opt = *ptr;
+ 
+   BT_DBG("type 0x%2.2x len %u val 0x%lx", type, len, val);
+ 
++  if (size < L2CAP_CONF_OPT_SIZE + len)
++  return;
++
+   opt->type = type;
+   opt->len  = len;
+ 
+@@ -3017,7 +3020,7 @@ static void l2cap_add_conf_opt(void **ptr, u8 type, u8 
len, unsigned long val)
+   *ptr += L2CAP_CONF_OPT_SIZE + len;
+ }
+ 
+-static void l2cap_add_opt_efs(void **ptr, struct l2cap_chan *chan)
++static void l2cap_add_opt_efs(void **ptr, struct l2cap_chan *chan, size_t 
size)
+ {
+   struct l2cap_conf_efs efs;
+ 
+@@ -3045,7 +3048,7 @@ static void l2cap_add_opt_efs(void **ptr, struct 
l2cap_chan *chan)
+   }
+ 
+   l2cap_add_conf_opt(ptr, L2CAP_CONF_EFS, sizeof(efs),
+- (unsigned long) );
++ (unsigned long) , size);
+ }
+ 
+ static void l2cap_ack_timeout(struct work_struct *work)
+@@ -3191,11 +3194,12 @@ static inline void l2cap_txwin_setup(struct l2cap_chan 
*chan)
+   chan->ack_win = chan->tx_win;
+ }
+ 
+-static int l2cap_build_conf_req(struct l2cap_chan *chan, void *data)

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2017-09-15 Thread Christoph Junghans
commit: 61a0eab2868d6ca00eb60f3e8207ef2be5ccc56c
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Sep 15 15:59:20 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Sep 15 15:59:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a0eab2

sci-chemistry/gromacs: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-chemistry/gromacs/Manifest  |   2 +
 sci-chemistry/gromacs/gromacs-2016.4.ebuild | 276 
 2 files changed, 278 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index 71d427fcf3c..fb80356088e 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,12 +1,14 @@
 DIST gromacs-2016.1.tar.gz 27336258 SHA256 
9e7d2892a903777b982bc9ab4306de969d92cb45b51a562f523ec5fe58db41e3 SHA512 
d30a4ad5faa6e12c95b8e94acaabc387d9aab3780490f5442c48ccac2f86bef6dca60df5bb6097dbc68ab28e6f1a15e234e1244606afdf12a841b88ece65c97b
 WHIRLPOOL 
4be9c84d99286889dda23d9f1e2dd7b2d87a70740fb686bd58e59155771e897471d0920b02c5ec529a01a4b01428ebb2ca5b27e4d8df9034d2d3b33c5ab1a1ca
 DIST gromacs-2016.2.tar.gz 27339623 SHA256 
b6ac3632b848ab0c19f8f319dd5b58fcd09b8e2005ee7509478606613e5409a5 SHA512 
f5e74bb8c126823c90d205ac0f0835e61fdd13a4550bc15aa9c972ee9b187f6451cdc90877c17276d2f889d61abb5eaa5ea1b54f7cbf3da67074146c749c1aa6
 WHIRLPOOL 
698c4d4e67266483be4f1047eb947b243b5c8caa3c5e30bdab6b5f0dd302bb51ac5aa6e3a3357beab567cf71c1b8ecc1f9684a89754d18f963dd6f5fc90a33f4
 DIST gromacs-2016.3.tar.gz 27342692 SHA256 
7bf00e74a9d38b7cef9356141d20e4ba9387289cbbfd4d11be479ef932d77d27 SHA512 
16593df0a52620766fb86cfeb16328793503f860cb07cdbbd503ba7f41e6430efb4848389b7179ca3907b57311162666d05224b454e1afb1b74b220f38498d86
 WHIRLPOOL 
dfe31f212545ae2baf7373fde31f715a8df203d098d3ace915d4269b7bf16d06a1f91ead33ccbf8a17e9e0091b593818d0ce2eff151ce532238a8c27f5e20cda
+DIST gromacs-2016.4.tar.gz 27368706 SHA256 
4be9d3bfda0bdf3b5c53041e0b8344f7d22b75128759d9bfa9442fe65c289264 SHA512 
69661d2a7a8a5259be277de35e2baa4b688d1f7bef225fc7d733a9b00c6ee135dcbad517c7c9f751121647c2fbd085f2c9cdf22dbd941c7ebc5d3b09e7e08f1f
 WHIRLPOOL 
c1586377d2a27f0b529370efb63e09ecca64cdb3d418fe9bc4f3ea1ff82ff5293d159834f4ed5d0136d801095d6f4085722e0d91bce873776fa4549853497ff7
 DIST gromacs-2016.tar.gz 27321561 SHA256 
aa0a27cd13050a4b70aacfbd169ddce2fe507c7e668f460ecf6cf32afcac5771 SHA512 
756771baaa85a1d16e7d5b8e4c96bbd1c04c7acdc536a253886cff186316330f06d60d206a0159efb15f47f161c779d3757dc5dbceab8c097241c1382d376201
 WHIRLPOOL 
1cc3d3797e1aaf93e1e0cb2e71173896e33fee2bb03f4e97e06be3ab85842e6da3feaf8701425358f1d701e00159ff6ce3b24fa1488d5e8ef70a1acbb914361c
 DIST gromacs-5.0.4.tar.gz 26342095 SHA256 
78068eeccc0b950018ddb45c41280e53c8bedae4639dca48e17c940f8896b23b SHA512 
bc62b623bf71dcaa948aaf7563a3d3afa973da0702062848a20323db202e862dcee413197dacd1472866ccb40fce7709e283177b1c6c49514064f23e6c46b5ee
 WHIRLPOOL 
d8458d3d563e015e830622ae0c924e896765a6329ffe4cb1a31c7aef3c804f392d29e3f1db5617051e85058403422f7d69a160a6c7cc810564696d88f9d50bd4
 DIST gromacs-5.1.3.tar.gz 27095702 SHA256 
c962d9446939a9ba9905e7ca440c9306fd310f08600da3b744806bfd0eacccde SHA512 
9ab26e1b2268f8d567b89b2d99d0b75b937b28edceaec56d17ca3243c76faa31255ffc0c45d762c7c693fe500b00e36ad43b80572d1d7f92dc87f9d2d98c0ba6
 WHIRLPOOL 
bdd9c63ceb5e61963c4edd0af815cc34a3f237d8dee410c834b9b55bb82374de65b437828390a668282e50428b9907b887cd5265caf2a2007fc7673e7ab23733
 DIST regressiontests-2016.1.tar.gz 67094518 SHA256 
10c9f50ff3cb32cf629aa35e35d957965dcfce4af84a6569e6d65a16c4e09eb7 SHA512 
fc01c802d81400373a147171881f3b7b9309402e8ffb08287ba393aefbb701ba93bbe0b9549ff6fa264a8befbba445c2d2c7450633063a724f78ec8ca81ae8c9
 WHIRLPOOL 
e8c54164558fcbaa1e65e9280e438882c96bbbaa6c9389a2ee5aed37d70b83b6b36e95dd5141b4e64b303e3799411ee01cf04aa919f25014d172011e49714126
 DIST regressiontests-2016.2.tar.gz 67095329 SHA256 
53fa9ad062cc3e269fc6186db1ccbb64a93d36c2fa1cafd6433564ba2583c112 SHA512 
e0aceb56d1f38a7e6ab9fdaac5063fd20c5b3a162ffb6eddd0e6dc7dff9b724bfe31363493a9437e9f9d5421a534b375960fcb31e903a4901a0fa94ed8511294
 WHIRLPOOL 
408741abf781ecf880f8f1337590ed81196cabcf25a49d2cd97bbe0596c8495ea866d6aa64a944c6ee0eb209110883dff204f0f52f6aa6e6dd52f50bcbbade66
 DIST regressiontests-2016.3.tar.gz 67093968 SHA256 
a3d1b09acfc61820765a381f706190b4657606488f1e676becb859ea7ecc SHA512 
ee87df9f339954da0e1f1b4c8b8d4deb574f3b73d174010a295a7a0e8bc462ead7691090ea7cf8ac3d984a6cd70f1cd22c3592fa161b2967061ae5ba2796286b
 WHIRLPOOL 
2e986136f7faf6db108bc79e6fb6db9fe81d05f5af8bc27037b80cd25869f7cd4162d5cabc03994b36c71945910be79a217ff27f61463d1548cbdff6acd99f56
+DIST regressiontests-2016.4.tar.gz 67643648 SHA256 
d58d1a2a53c22c06e2dc03bd98ae1eea0a0d51696a1f20f635dfc394fa3da957 SHA512 
367438b897a05e1cc0dcd1d3872fb6a0e9ff6b1146e9448d941d6517dce789f0c478d20cf0a4f3565070f132dc88872441aadb8b499f59efa0e1e4a6dd6a7135
 WHIRLPOOL 

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

2017-09-15 Thread Tobias Klausmann
commit: 35b8eba73fea3d0381ed63d2cb1169bc26706d90
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b8eba7

dev-libs/libatasmart-0.19-r2: alpha stable

Gentoo-Bug: 630338

 dev-libs/libatasmart/libatasmart-0.19-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild 
b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
index eb7c709c765..2e3420063b7 100644
--- a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
+++ b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.xz
 
 LICENSE="LGPL-2.1"
 SLOT="0/4"
-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="static-libs"
 
 RDEPEND="virtual/libudev:="



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

2017-09-15 Thread Tobias Klausmann
commit: 60ebc12c957a83a53fa744b31cd3d7ffbbda6b66
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:51 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ebc12c

dev-db/sqlite-3.20.1-r0: alpha stable

Gentoo-Bug: 630738

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

diff --git a/dev-db/sqlite/sqlite-3.20.1.ebuild 
b/dev-db/sqlite/sqlite-3.20.1.ebuild
index 28a9c5838f4..e86ccdcbb11 100644
--- a/dev-db/sqlite/sqlite-3.20.1.ebuild
+++ b/dev-db/sqlite/sqlite-3.20.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2017/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~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 ~sparc-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="debug doc icu +readline secure-delete static-libs tcl test tools"
 
 RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: sys-power/upower/

2017-09-15 Thread Tobias Klausmann
commit: f1622a8e25b7d461c8a3eb4f2ce8a4401d952689
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:51 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1622a8e

sys-power/upower-0.99.5-r0: alpha stable

Gentoo-Bug: 630358

 sys-power/upower/upower-0.99.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/upower/upower-0.99.5.ebuild 
b/sys-power/upower/upower-0.99.5.ebuild
index d22b8634816..dd43985cb08 100644
--- a/sys-power/upower/upower-0.99.5.ebuild
+++ b/sys-power/upower/upower-0.99.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



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

2017-09-15 Thread Tobias Klausmann
commit: 1c55a17ca6d3db542b29ef4c2ab7d3c399bd7177
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:51 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c55a17c

media-gfx/gphoto2-2.5.14-r0: alpha stable

Gentoo-Bug: 623636

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

diff --git a/media-gfx/gphoto2/gphoto2-2.5.14.ebuild 
b/media-gfx/gphoto2/gphoto2-2.5.14.ebuild
index 86091f2fc66..989bda67630 100644
--- a/media-gfx/gphoto2/gphoto2-2.5.14.ebuild
+++ b/media-gfx/gphoto2/gphoto2-2.5.14.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="aalib exif ncurses nls readline"
 
 # aalib -> needs libjpeg



[gentoo-commits] repo/gentoo:master commit in: sys-block/thin-provisioning-tools/

2017-09-15 Thread Tobias Klausmann
commit: 15cddd061c237a8cd5e3ee491cbf570e42675746
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:51 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cddd06

sys-block/thin-provisioning-tools-0.7.0-r0: alpha stable

Gentoo-Bug: 619126

 sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.0.ebuild 
b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.0.ebuild
index cdd6194b03d..0ba200fe064 100644
--- a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.0.ebuild
+++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.7.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jthornber/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="static test"
 
 LIB_DEPEND="dev-libs/expat[static-libs(+)]



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/

2017-09-15 Thread Tobias Klausmann
commit: acf65f4451e2da636d4f5fac87de515456f7cc6d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf65f44

x11-misc/xdg-user-dirs-gtk-0.10-r1: alpha stable

Gentoo-Bug: 630360

 x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild 
b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
index a6caf64a5b4..ba7a02ebb29 100644
--- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
+++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
@@ -9,7 +9,7 @@ 
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-09-15 Thread Tobias Klausmann
commit: 1c715f61f4d2f6f06b908410c9314966381d94c6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c715f61

dev-libs/libbsd-0.8.6-r0: alpha stable

Gentoo-Bug: 630340

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

diff --git a/dev-libs/libbsd/libbsd-0.8.6.ebuild 
b/dev-libs/libbsd/libbsd-0.8.6.ebuild
index a7a78868ab0..49dd914c557 100644
--- a/dev-libs/libbsd/libbsd-0.8.6.ebuild
+++ b/dev-libs/libbsd/libbsd-0.8.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DEPEND=">=sys-kernel/linux-headers-3.17"



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

2017-09-15 Thread Tobias Klausmann
commit: e1cf7cb1909df67ba18f4194a84b9b6afd5a18c0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cf7cb1

dev-libs/cdk-5.0.20160131-r0: alpha stable

Gentoo-Bug: 630138

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

diff --git a/dev-libs/cdk/cdk-5.0.20160131.ebuild 
b/dev-libs/cdk/cdk-5.0.20160131.ebuild
index 01da7c810be..2208d4200e9 100644
--- a/dev-libs/cdk/cdk-5.0.20160131.ebuild
+++ b/dev-libs/cdk/cdk-5.0.20160131.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz;
 
 LICENSE="BSD"
 SLOT="0/6" # subslot = soname version
-KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples static-libs unicode"
 
 DEPEND=">=sys-libs/ncurses-5.2:0=[unicode?]"



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

2017-09-15 Thread Tobias Klausmann
commit: 3ef723a65d7d3bd668be7881ef05f2c1616289b4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef723a6

sys-apps/net-tools-1.60_p20161110235919-r0: alpha stable

Gentoo-Bug: 605312

 sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
index c0514d1965a..2044a4188c7 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://gentoo/${P}.tar.xz"
-   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"
 fi
 
 DESCRIPTION="Standard Linux networking tools"



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

2017-09-15 Thread Tobias Klausmann
commit: 5e95751bdd758c94b0febf7ebe82aea07f31c0a3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e95751b

dev-lang/ruby-2.2.8-r0: alpha stable

Gentoo-Bug: 631034

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

diff --git a/dev-lang/ruby/ruby-2.2.8.ebuild b/dev-lang/ruby/ruby-2.2.8.ebuild
index 621e417b2cf..877f3ae2e04 100644
--- a/dev-lang/ruby/ruby-2.2.8.ebuild
+++ b/dev-lang/ruby/ruby-2.2.8.ebuild
@@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl tk xemacs ncurses +readline"
 
 RDEPEND="



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

2017-09-15 Thread Tobias Klausmann
commit: 5e8df807f6123b5a11eddb14f90ad1803e554e1f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8df807

dev-util/intltool-0.51.0-r2: alpha stable

Gentoo-Bug: 614698

 dev-util/intltool/intltool-0.51.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/intltool/intltool-0.51.0-r2.ebuild 
b/dev-util/intltool/intltool-0.51.0-r2.ebuild
index 98a155995db..162edfa3aea 100644
--- a/dev-util/intltool/intltool-0.51.0-r2.ebuild
+++ b/dev-util/intltool/intltool-0.51.0-r2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~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 ~sparc-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=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/

2017-09-15 Thread Tobias Klausmann
commit: 774dcec362e46ab323f9527db962db35714d2c33
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774dcec3

media-fonts/noto-20170403-r0: alpha stable

Gentoo-Bug: 625832

 media-fonts/noto/noto-20170403.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/noto/noto-20170403.ebuild 
b/media-fonts/noto/noto-20170403.ebuild
index 7f97feaa459..971be6c493f 100644
--- a/media-fonts/noto/noto-20170403.ebuild
+++ b/media-fonts/noto/noto-20170403.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz;
 
 LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="cjk"
 
 RDEPEND="cjk? ( media-fonts/noto-cjk )"



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

2017-09-15 Thread Tobias Klausmann
commit: 2c7ed4d3c925115bd4ac7d895581d9361e51c81e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7ed4d3

sys-fs/quota-4.03-r0: alpha stable

Gentoo-Bug: 630040

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

diff --git a/sys-fs/quota/quota-4.03.ebuild b/sys-fs/quota/quota-4.03.ebuild
index f519359b398..26ed6ee4b59 100644
--- a/sys-fs/quota/quota-4.03.ebuild
+++ b/sys-fs/quota/quota-4.03.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="ldap netlink nls rpc tcpd"
 
 RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )



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

2017-09-15 Thread Tobias Klausmann
commit: 5ac900e8e8f6f892637a1f2953cde61bc9c8f592
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac900e8

net-misc/quagga-1.2.1-r0: alpha stable

Gentoo-Bug: 630088

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

diff --git a/net-misc/quagga/quagga-1.2.1.ebuild 
b/net-misc/quagga/quagga-1.2.1.ebuild
index 974762731ee..3f1ebb52983 100644
--- a/net-misc/quagga/quagga-1.2.1.ebuild
+++ b/net-misc/quagga/quagga-1.2.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ppc ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ppc ~s390 ~sparc x86"
 
 IUSE="bgpclassless caps fpm doc elibc_glibc ipv6 multipath nhrpd ospfapi pam 
protobuf +readline snmp tcp-zebra"
 



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/

2017-09-15 Thread Tobias Klausmann
commit: 646629243b39ffa983ddee021e59247e3047a309
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:42 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64662924

net-proxy/squid-3.5.26-r0: alpha stable

Gentoo-Bug: 613302

 net-proxy/squid/squid-3.5.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/squid/squid-3.5.26.ebuild 
b/net-proxy/squid/squid-3.5.26.ebuild
index d35ded0ec64..17cf8b97aac 100644
--- a/net-proxy/squid/squid-3.5.26.ebuild
+++ b/net-proxy/squid/squid-3.5.26.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="caps ipv6 pam ldap libressl samba sasl kerberos nis radius ssl snmp 
selinux logrotate test \
ecap esi ssl-crtd \
mysql postgres sqlite \



[gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/

2017-09-15 Thread Tobias Klausmann
commit: 4d1aac172b86008275988458a59a46bc48cc7279
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1aac17

sys-boot/plymouth-0.9.3-r1: alpha stable

Gentoo-Bug: 630530

 sys-boot/plymouth/plymouth-0.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild 
b/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
index 7c04ae2defd..f422d958d03 100644
--- a/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.3-r1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/;
 LICENSE="GPL-2"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="debug gdm +gtk +libkms +pango static-libs"
 
 CDEPEND="



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

2017-09-15 Thread Tobias Klausmann
commit: ee149d90e66a371e9434b6ab2441b51d6d6cd0cc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee149d90

dev-util/pkgconfig-0.29.2-r0: alpha stable

Gentoo-Bug: 629968

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

diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild 
b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
index 1717d4dafb3..1a7d39ae83c 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
 else
-   KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~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 ~amd64-fbsd ~sparc-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"
SRC_URI="https://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz;
 fi
 



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

2017-09-15 Thread Tobias Klausmann
commit: f834f60b03a24557071152b6fd6e3bacc21281f0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 15 15:37:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 15 15:37:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f834f60b

media-libs/libraw-0.18.4-r0: alpha stable

Gentoo-Bug: 630842

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

diff --git a/media-libs/libraw/libraw-0.18.4.ebuild 
b/media-libs/libraw/libraw-0.18.4.ebuild
index ed8d0af65b4..9af861cc973 100644
--- a/media-libs/libraw/libraw-0.18.4.ebuild
+++ b/media-libs/libraw/libraw-0.18.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz
 
 LICENSE="LGPL-2.1 CDDL demosaic? ( GPL-2 GPL-3 )"
 SLOT="0/16" # subslot = libraw soname version
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



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

2017-09-15 Thread Manuel Rüger
commit: 8e439b76725d2f17c33c3977c6547fd3831ce259
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 13:00:56 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 13:00:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e439b76

app-emulation/docker-machine: Version bump to 0.12.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/docker-machine/Manifest  |  1 +
 .../docker-machine/docker-machine-0.12.2.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-emulation/docker-machine/Manifest 
b/app-emulation/docker-machine/Manifest
index 68a0fe2f691..16a720913f2 100644
--- a/app-emulation/docker-machine/Manifest
+++ b/app-emulation/docker-machine/Manifest
@@ -1,3 +1,4 @@
 DIST docker-machine-0.10.0.tar.gz 1605832 SHA256 
ed64698723436e68341a1ebd8486006293eac306bfa8628e924b38bfcb5b039d SHA512 
337ed74474b5e55e10ccd7c8bb3b778d06fc2c56c1646678715548ddeb41a0b7320212d498ad96cbdd08137f78013506b569c4e0aa0a2f28169264d64d814f7c
 WHIRLPOOL 
06802376ba23ec1706ad09c784e3ceb70aab439d88523c2845a69a895e9a31911737bbf889f91627caae79e31cf8039265382183f7112987f0de6aea58adf138
 DIST docker-machine-0.12.0.tar.gz 1663612 SHA256 
2238dbb8580ca2399c64fa6cda0089a9dde6142d4dcbb8d750aedbeee042fbfe SHA512 
5fd27fcae1a44ed45db229342c93b3d53f0c193eaaf95d8f12d6e2be830c14c13154fd9338050f28b52bc0a5f8586bd72b802afc042b8d7f6c4d5dd5bc4c12ac
 WHIRLPOOL 
c0e6929447a1c6c582ce5e1aa2a01452661d9e1b9edcd43de75fd3300f200454c7b94196cf38a055befbebceb75decb7a303108ebd19e0512dae56d9ab55b6af
+DIST docker-machine-0.12.2.tar.gz 1725590 SHA256 
d8b89fcaa8226bd0ed294630b12740def88c70b1924ca4cc1ea05a19b25c05a3 SHA512 
58b2ed13b56034f5bfb8374397aead67c669fc544409932f6c29ca56578ad61b3f584a8f32b281cafac56a9647d6e215ab5138045c2c6810a5d202c68bfdb3b0
 WHIRLPOOL 
391f7dc350ff45cc8754a1f17162b78879ebd81dee38be83cda4c7f78aaccaecf5917ad55fad6e22e9540401ddb10a355a3f17e91eddf2761686981dbf86dfed
 DIST docker-machine-0.9.0.tar.gz 1603705 SHA256 
8e445e70a92c98a5e73594d8aea07b31dda6fa4ed2d1e7643663f0267e05f25f SHA512 
f405f4b50e493d8c3e7526e89c8b45edf9167c9c04a1dfc9dafad3070f32a9a38570f02b900ceb322a43c596558c07b8f0b060cc4afe1fe2b6b6f4af0179a779
 WHIRLPOOL 
39b504327264c6f0ba2268fac2fa03c1b4f5f93c9e347d6f459e4a5f6bbfe773c5c272fb63d10fb272b92aa622e7474679f67200583f10fb5156f3198b0c1adb

diff --git a/app-emulation/docker-machine/docker-machine-0.12.2.ebuild 
b/app-emulation/docker-machine/docker-machine-0.12.2.ebuild
new file mode 100644
index 000..1697e3defa6
--- /dev/null
+++ b/app-emulation/docker-machine/docker-machine-0.12.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN=github.com/docker/machine
+
+if [[ ${PV} = ** ]]; then
+   inherit golang-vcs
+else
+   KEYWORDS="~amd64"
+   EGIT_COMMIT="v${PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="Machine management for a container-centric world"
+HOMEPAGE="https://docs.docker.com/machine/;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+RESTRICT="test"
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+src_prepare() {
+   default
+   # don't pre-strip binaries
+   sed -e 's|\(GO_LDFLAGS := $(GO_LDFLAGS) -w\) -s|\1|' -i mk/main.mk ||die
+}
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${WORKDIR}/${P}" 
emake build || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc CHANGELOG.md CONTRIBUTING.md README.md ROADMAP.md
+}



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

2017-09-15 Thread Manuel Rüger
commit: f93c131422212a9825b81d4214a8aa98ccb7983f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 12:54:21 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 12:54:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93c1314

app-misc/yq: Version bump to 2.3.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/yq/Manifest|  1 +
 app-misc/yq/yq-2.3.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-misc/yq/Manifest b/app-misc/yq/Manifest
index 0e2c8a0cec2..ee60a5cf79b 100644
--- a/app-misc/yq/Manifest
+++ b/app-misc/yq/Manifest
@@ -1 +1,2 @@
 DIST yq-2.1.2.tar.gz 4704 SHA256 
daa2fcde26220382527c68bac353a7d972d81ea4f348d20eea3ffa981991f8dc SHA512 
88f32e58aacd82deb06deee6910f5a145e54d20829f438cd47248d560119dd8112e0813ea8d55708664ac29ef011bbc3fd6b882e1c538ef44aaa9aa119584e99
 WHIRLPOOL 
5fd88627fafdd03318baab0b99aae4c980e8b1517808aa700c0be60e6bda61d655072bf60ce01435b5299108ae253f76b68858a9f990bb144616c4efae7e3a41
+DIST yq-2.3.0.tar.gz 5165 SHA256 
81a54d2beb10fcc48f117a8214c566b350cbe21c7e2c5e4fbec370ed8dd2 SHA512 
f256d1766b697f6bcb88bb8129e587bb99929154e13167f179bff1669b08b5444af90d7a17382b4f434092110ddb9e578c1f374b56aba03b4a4406fc25b76d6a
 WHIRLPOOL 
ea935efdc91e6b68ac8c5d1522c8b4f0529424e294c459625bc4893e98a9420eb7b4b018db504cf32509b0b15d0891a2bc3d16b59ea09ba1f7c7d4e91bad9e65

diff --git a/app-misc/yq/yq-2.3.0.ebuild b/app-misc/yq/yq-2.3.0.ebuild
new file mode 100644
index 000..2ead45746ee
--- /dev/null
+++ b/app-misc/yq/yq-2.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
+HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ 
https://pypi.python.org/pypi/yq;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-misc/jq
+   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   ./test/test.py || die
+}



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

2017-09-15 Thread Michał Górny
commit: b8a92dc6aa2d82e12e5cf20601955dadbf8bd180
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 15 12:22:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 15 12:45:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a92dc6

dev-python/docutils-glep: Add a live ebuild for the revived project

 dev-python/docutils-glep/docutils-glep-.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/docutils-glep/docutils-glep-.ebuild 
b/dev-python/docutils-glep/docutils-glep-.ebuild
new file mode 100644
index 000..e6476c34c89
--- /dev/null
+++ b/dev-python/docutils-glep/docutils-glep-.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+EGIT_REPO_URI="https://github.com/gentoo/docutils-glep.git;
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Gentoo GLEP support for docutils"
+HOMEPAGE="https://github.com/gentoo/docutils-glep/;
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}]"



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

2017-09-15 Thread Manuel Rüger
commit: 73d8d2f60067ee4b7299cd3107dccd3aed4a5dd0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 12:33:46 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 12:33:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d8d2f6

sys-auth/docker_auth: Version bump to 1.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-auth/docker_auth/Manifest| 19 ++
 sys-auth/docker_auth/docker_auth-1.3.ebuild  | 87 
 sys-auth/docker_auth/files/docker_auth.initd |  9 +--
 3 files changed, 108 insertions(+), 7 deletions(-)

diff --git a/sys-auth/docker_auth/Manifest b/sys-auth/docker_auth/Manifest
index f5f2b7db1bd..1e8917e2624 100644
--- a/sys-auth/docker_auth/Manifest
+++ b/sys-auth/docker_auth/Manifest
@@ -1,9 +1,13 @@
 DIST docker_auth-1.2.1.tar.gz 40378 SHA256 
8134310d34a2cb8dc1b2b843e8617eba508659133453b272d66459dc251a91f2 SHA512 
07fb139ccf8bd0e39541144bc320985f9865d1d710c8b5c5941d0ff6f6a9381d454522eadd44af9162e8d4b98b6c69926067b9439363e5ab104e67c1ae41f2b5
 WHIRLPOOL 
2b1c5a9e9120694641ae019c244ce097abb9f51fb34a25b2ee486674bc19dee1e24d26f5a8a922ad741971b4f60b13751b34565056603dd9b11095eac60bcd8b
 DIST docker_auth-1.2.1_p20170711.tar.gz 40378 SHA256 
8134310d34a2cb8dc1b2b843e8617eba508659133453b272d66459dc251a91f2 SHA512 
07fb139ccf8bd0e39541144bc320985f9865d1d710c8b5c5941d0ff6f6a9381d454522eadd44af9162e8d4b98b6c69926067b9439363e5ab104e67c1ae41f2b5
 WHIRLPOOL 
2b1c5a9e9120694641ae019c244ce097abb9f51fb34a25b2ee486674bc19dee1e24d26f5a8a922ad741971b4f60b13751b34565056603dd9b11095eac60bcd8b
+DIST docker_auth-1.3.tar.gz 48970 SHA256 
6279ca7c4428b46117f96c303114562b17bbe2337b5da82e5c2fc894d411fe86 SHA512 
c0964a643d0269b2c7c4a1a747b421dfea8d8c42e3812a6b0dc2fa989e9e81fd6d6fd34672b19ea4472bf05be53bdd4d1c343fd241eab55d9b3496b47b3fa0c8
 WHIRLPOOL 
58793aef915358e7e4084745553d8b83ad53d87a20689358407d43a6e4150aa4a41d0aa19586e35b72523885aabedd416ad532633dd920b21d74345c38f3c35e
+DIST 
github.com-GoogleCloudPlatform-gcloud-golang-bbf380d59635bf267fc8a8df03d6d261c448ee3c.tar.gz
 1082782 SHA256 
5aa3ca04f524b22b9970a91a575d2e31d501dcceee56b7577a2615eaff1918e3 SHA512 
d4b8f145a5007668d7b67ea63ffc221d4b56b76bfabfc7ba7b8182ca579edeca707638b4d81746ea1d7ae30915358028d026e17524e1e49a14d3f70c0efb85c2
 WHIRLPOOL 
d3b366fceb3a1c52a7512691c4789e0c380e73843495487b8adb9708d5fe2c21480d7488cf6d3d3a46bbcac931f55853a546cafb76b78f60177e0a099e1dfb9f
 DIST github.com-cesanta-glog-22eb27a0ae192b290b25537b8e876556fc25129c.tar.gz 
20273 SHA256 9960f3d916d6dba8e7456fdef3982f57b6034321cb29d2df8c7ddb2d41d0 
SHA512 
3c4b757fc0d0e45382b1ef0180eea2f0429e8c7ecac0089fca79bc717f6c0a04918b91a144ca78331178cc914b808b40596c6a6e214157d2f812858be31c13d6
 WHIRLPOOL 
f4d4abff55e1704d53efb52072405199e6d10b72aaf4abe5b9fe0b2255014da311f3f5d95ba69d1e4faed74511d0641658562eb46ae6279a417b4ac40dc92971
 DIST github.com-dchest-uniuri-8902c56451e9b58ff940bbe5fec35d5f9c04584a.tar.gz 
2471 SHA256 f0e76f66c27b485fb8fd76ed0da635bf34751714487a16931f07bf1b1986b30f 
SHA512 
70421b526e3040a49e63be6c892de2953b4f9ecdb01b148eb2bab3814f610a8c39bd98aad858cbaf9dcf621b52ee9ef952f0cdcdc6eca77da8ebf80dbbf1c04c
 WHIRLPOOL 
63b97e4c3aa3b0275d3e2cd8f4fcdc523da62abba89b177c4f2a228bd7237fe719804e24616c082a41a2fef421ec3ed86be399cc207265675931a1e4cb73e050
 DIST 
github.com-deckarep-golang-set-3a36ffa8b5bf7cd329c8834c6b743d6930dad12f.tar.gz 
12556 SHA256 0a40212b47dab5aef266a4af14c84e96c3ed8a16eb6920168091192ed6f0cd33 
SHA512 
99403278805067a6f4d831f664e58b6bea510f2b51db3c1335f4b09a1dbb3b0ef886d7150faf48c7fba1f1c29f17f335b6a8af4b35e3dfe8be07daa8510adfe8
 WHIRLPOOL 
9326c0f9c1a0d72db28bb6678bd5d1ba0dc18979e1b67d9034890f5aea0440de7f65d054226cbd1234a8ac572ac832bc03e6fa221ec830a134b1b5e7f5a50d86
 DIST 
github.com-deckarep-golang-set-da5f92821c31f5f1e2fe1a768c8b6052278532f2.tar.gz 
11803 SHA256 13769b15f251990919c888fa63d08b901c4609a691833ae902fd2c8f71368ea9 
SHA512 
725882a828be7a76b403c40b818da91039c9654a27e1b1f25219ed382cfc36cafb0c03e651a4f5ea80e90de4bf0fdb58d826dfc2b3d2c28a40882f7d0064ee45
 WHIRLPOOL 
a1326a564d0ea98397672b4567cf73cc756fe8aa7447544bfdb5aef1ac13890a876253a19bdd1617fce628710d89f701c028b347dd734f06a722344eaee1dfa7
+DIST 
github.com-deckarep-golang-set-fc8930a5e645572ee00bf66358ed3414f3c13b90.tar.gz 
11814 SHA256 3d7de16db3e4f53349fc35fa538f14ef6f9a1286b8eeb39b95cc1050d43eee3d 
SHA512 
4ac5a5a8985e7bda13d272854f68ad41feb435ab2fb835ca47a63db49211311f502273355f2d9e0c4bd264d8cd6438d077f0eae7b0c6aecadde93c766bd69513
 WHIRLPOOL 
efe7302aa62737b55376760296055e6befc058565841d95fdee99469c4a3d2a3ffe2a8daf564780b4652c9a828ecc81bf7b45473792ad1aa39e2fc80d5626d43
+DIST 
github.com-docker-distribution-0700fa570d7bcc1b3e46ee127c4489fd25f4daa3.tar.gz 
1609656 SHA256 c295f3bf74b0d6c4ab241f2e7ba38c0f95a03ca062319f54cd7870dbd09f9d14 
SHA512 
b155225d711c5bdca3246ad2a5cfd41a3cee9144cd30d90dde0407d3cc8c1aa20e6957016959424bd55e21b2a9332629a62294d09799ccb2626eb5136455e1b8
 WHIRLPOOL 

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

2017-09-15 Thread Mike Pagano
commit: 9dab6ab3ae903104d5663bbbe02dda82822ac5fa
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 12:14:09 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 12:14:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dab6ab3

sys-kernel/gentoo-sources: Remove Kernel 4.1.X versions vulnerable to 
CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest |  6 -
 .../gentoo-sources/gentoo-sources-4.1.42.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.1.43.ebuild| 28 --
 3 files changed, 62 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ffab40cfe7b..137396a79d1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,12 +1,6 @@
 DIST genpatches-3.10-114.base.tar.xz 1631264 SHA256 
d72748b6ad9ceb465506302190c0a568535d9eac64f0678df020bfc82036c46c SHA512 
83c7c94b2340e35ea052b42649bc7b6a9e1715421e9896573e477f5b5065ff38ca44acb23beb9ee24e6b3ed07d7d0293fd61f60c7fcfea7bcd4f75e9c3921baa
 WHIRLPOOL 
7dc4e6aa0bd5dd9861897a7f96aea0b28b73d3eea9164e7920f2793511c85a0af7c63ad6df62c2b9ccfcfe9fcfbaced13f55f0a28cc218ffe83f663383593746
 DIST genpatches-3.10-114.experimental.tar.xz 60168 SHA256 
61647aaec6512e6f74004d23c87b131aa0317599d09691fc55d4ae7f11f2bc58 SHA512 
a0b5e1e82ad1198e11f4c0c4f531630697b6f0cd7e22e9284cadacd9540c1a3bed62a9e1cb6fec3fd36e0f9c3c8eca3e7a64484321c5c705341c3b378c4bf42b
 WHIRLPOOL 
d1c3fa8c68d2378ae6c568e3114a5a65b29521a2be376b3f6f6e27a7683d520a8a33abc53a39885cd142fcd533c8b4d28c2dd094c52e1775dbe08a49406a
 DIST genpatches-3.10-114.extras.tar.xz 17860 SHA256 
0b58d43cf47c3b93d127d0e1ba3d47d1d5cce0062326acfe02f1309346dfe1b2 SHA512 
4311e18c407daa20530d27627bdcdb1b785fcf4a482175c9859f5fa9bfe6a65014182684773be69e4c075aa4838a2aa36592ff33e8ad9382413c02550027
 WHIRLPOOL 
dfb78527469aadc63d9008244bdaecf8b59e3e3e71f6a9c8158b4ae3e65097185b5241d8a502ee3bb921ad9e671626cf4f293ba2f8b1cbd6a264e6c7d8b7154f
-DIST genpatches-4.1-50.base.tar.xz 1204924 SHA256 
6c3f4c7e9b22d9138499f28a3251965dde1e90c2207d213d883e7ecb8ba14c97 SHA512 
6df06641fd4f3ba0d48aa8cd597a201809b312f8be721fa84f2a49669f8e9fddc29dfa11b1cee8d8bffb483b1cf3d19cae86f7d6ee07b6072c987dbc6cba
 WHIRLPOOL 
fccac8fe1c302f760a1631c201e3a7f3b37d55c9cc07386595997501f59c58799a2f4225030706e416cbf5cf6402cbbd921df5609a706fabbf2641b936a19122
-DIST genpatches-4.1-50.experimental.tar.xz 61752 SHA256 
afa69cdc1e8a96b6cedcea76e255273f629f60076ecc6446696355f22c9b03e8 SHA512 
6b123df8701c46ab5edaf8af49ebf49c042dce1840af34a2a46f32b5e15d5f7cb257a96ce78a7d7af530ed68b7e04e338b5d7603af49215adc3c6afc3b6bcb5d
 WHIRLPOOL 
ae3c04ffc1e4a1d27ad91f1237fc3d5348098bf9840ff6ebb9c79ca0778e33ba8d2233f9dedc8afb39825141862b543bf1781e248d338f7fa8a79657046066a5
-DIST genpatches-4.1-50.extras.tar.xz 16456 SHA256 
1435763c72906df822a66e7811fca6f36844ed91835dfb743902b595f7c6eb23 SHA512 
02f7eed98b7fc9d8df63e32875fea7b08cad03457c93aca717915038b69d3248a1617c3747d3c29615a8b2c24544316fa76dccae6f43a6cd0c00c5f6dbfb7e0e
 WHIRLPOOL 
59efd315b3269e130acef8bcb06cd9af0ea65179e0c2259fd48eaf01e4f250ed78f385a4cc4cb06ce5eb046c487dcb9cc698ec39c24e13b60744099dd7db66cb
-DIST genpatches-4.1-51.base.tar.xz 1242168 SHA256 
b2f9188331b21834289dba6bc75f5c6259ec96076411d41f817951fb13ff SHA512 
14f3944e8fbd6e320469d0c9205de9ac2fbfc19a54cb3dbefa3f21330456299488eb3e334d52d71e4fb5629c36216776a1c53c2aa6815ccf7bb530ff84ce0d54
 WHIRLPOOL 
f56f85f1779ad4c9334a35f7d98ce6f919abcf24e550b3839fa1990950b274e371af9a707e1601c26044a58ce31de5b8bc42a61ff8654103e1d0e708c1b7ccfc
-DIST genpatches-4.1-51.experimental.tar.xz 61748 SHA256 
4827cc8b57c7a8d39eb9694f84bb6e3b84a9623991c006a6c3e8675ff60021e3 SHA512 
37784028125bf9b6f3b378e5ef9eed8c767af3dba1ddd1daa217dcfedff17a22e1509605bf91db85ea6e9d79270f8a28eb9cbebe3d834445c6b175778d19b0f5
 WHIRLPOOL 
cca3c3ac0c442ccffbcd896da5697e717c225bfb8a0ec9a48f71de6c78211d07849b72db8a332e40e2589615c89b2a4f6eab7ddbef3f92b406a9c8a7392ce040
-DIST genpatches-4.1-51.extras.tar.xz 16464 SHA256 
93fa23eff867b5b1ab0b218912dab4c852076a5bf71175f275f4dd9698bd4c8f SHA512 
36f1ee9a2e7e88186b2f687f5d027919957ae24cbdc371b0de270f39565e9096e1eabbe8250f916953f4b79ceba74e566120a2e44a0e12dc138067c4792e781e
 WHIRLPOOL 
51a7beaeffdd296bf457d3847f67231bd0c8929996c423f1a183f7735c55565d034fa5f8495aa262e069fa6c78aa9e911170989d49b645086bcac4732d5a168c
 DIST genpatches-4.1-52.base.tar.xz 1244220 SHA256 
1a942c5d8de494ea7053fd37ef1a1ad9790a442a9e7de14504973c35fd5ffe80 SHA512 
811888dc6adde5a51f6e4166700ae1a22fbd310229e1ea3f67e3d4d5440352f671cdcf42abc6400d180129678b7e79e31924fed4116fb2d47eb67a575713090e
 WHIRLPOOL 
710783f4af251ed8eb0119fdbcda60f4a7d2dc2d5c8fc7541e20de01ffb638d8ec9f1c781b4479e30dcd86eb9097143d386f424ce0ad8107b63ec9fd7e52d2a4
 DIST genpatches-4.1-52.experimental.tar.xz 61752 SHA256 

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

2017-09-15 Thread Mike Pagano
commit: 5a82aae1d1acc3610c0d3098389faed3b3fd96ce
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 12:13:03 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 12:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a82aae1

sys-kernel/gentoo-sources: For version 4.1.X, stable previously stabled archs 
due to CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-4.1.43-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.43-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.43-r1.ebuild
index 1a445906ef2..ae0cf883c15 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.1.43-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.43-r1.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-09-15 Thread Michael Palimaka
commit: 1701e0842d5fc8b9a7b9290ee7ada82c4a8d1efb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 12:10:51 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 12:11:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1701e084

app-text/ansifilter: stabilise 2.8.1 for amd64/x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/ansifilter/ansifilter-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ansifilter/ansifilter-2.8.1.ebuild 
b/app-text/ansifilter/ansifilter-2.8.1.ebuild
index a4c7a3b32c7..47881d0b881 100644
--- a/app-text/ansifilter/ansifilter-2.8.1.ebuild
+++ b/app-text/ansifilter/ansifilter-2.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="qt5"
 
 RDEPEND="



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

2017-09-15 Thread Michael Palimaka
commit: 341d397b7fa7c66b58e88760df2e366924fc8915
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 12:11:11 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 12:11:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341d397b

app-text/ansifilter: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/ansifilter/Manifest |  3 --
 app-text/ansifilter/ansifilter-2.4-r1.ebuild | 57 
 app-text/ansifilter/ansifilter-2.4.ebuild| 55 ---
 app-text/ansifilter/ansifilter-2.5.ebuild| 57 
 app-text/ansifilter/ansifilter-2.6.ebuild| 57 
 5 files changed, 229 deletions(-)

diff --git a/app-text/ansifilter/Manifest b/app-text/ansifilter/Manifest
index 191454b1e30..3367df31941 100644
--- a/app-text/ansifilter/Manifest
+++ b/app-text/ansifilter/Manifest
@@ -1,4 +1 @@
-DIST ansifilter-2.4.tar.bz2 114180 SHA256 
c57cb878afa7191c7b7db3c086a344b4234df814aed632596619a4bda5941d48 SHA512 
2eaecd7dc6027c6976775d2a817b8fde0221fb1cce967bd4f6e272230b64e0bb77ed0cbddbc41533aa6087897b94903efa9633dffdd76df57ba029f6776ae6d2
 WHIRLPOOL 
df5f96802c4b988ee3c3326dc0a6ecc2ab594fe766c6e5118d1695a05adf3969d51b0a89b1bfbc0b94cb84325131dc39622334c549a47e0ffa76c0e3fca7a997
-DIST ansifilter-2.5.tar.bz2 435332 SHA256 
30d05ccfa9be98b0328ee29fe39473e55047f1d32a9a2460d3d4d1ff2475f0e2 SHA512 
2fca95a5a47e72f9348beef8b09a7fd995f0b99e0d6605cf7694f8fd1ddba40c64e5c30b9134f55319c902d45011605ba30184c0205d41573ac77c3cd98debe7
 WHIRLPOOL 
5c3c3cd8f1cef99ad0d4ea5ce7635301776cb5ce14442d74a1949894c24becb4d3727344f7b1cf2e137bc8abfc8469c23d13e0055529c04f9aafeb991e7cf7f6
-DIST ansifilter-2.6.tar.bz2 436252 SHA256 
4e3abd8c18197db85575c38418dbc8ee424d0caa0681589e5296fc8e72251175 SHA512 
2b1aabb37eaee6bdd853dce7a1509e1c7df1a03c58e9f4f34dca6237e71115faff0ec6a6b788fa1035264b4bb9cb5e927f2d2c6d8eb870b23806f40a9d9129f3
 WHIRLPOOL 
d12fdb240d613ba16b2c0c7eb3535dae33be6519a2135395473dd94126c963b634a47dff7bd214fb9168ff031d4a8cdc2d92b59c003e0f6bce363b840956b4b4
 DIST ansifilter-2.8.1.tar.bz2 436461 SHA256 
65556f76c234e709e9c3d326042e88a769ebf456c2fbbc5e32ffb247214fc6c6 SHA512 
f736b1e9d975a17431a19c2a889ede1feab6b8967d6981fa08d4d1a541cdc1478258dbf6173b7d00f9aa476cf79cfd1c7321c9d017a8aa6ad7ac9133b33a0830
 WHIRLPOOL 
233edb50e9ed1e1116a1a5875bce4ddd197b9d0b5cadc490d07b3f0b62c9e0de28eba3ac8e06846f58d4cbb2359d621d268eeec19c2e0c894390ef7bd71ca1b8

diff --git a/app-text/ansifilter/ansifilter-2.4-r1.ebuild 
b/app-text/ansifilter/ansifilter-2.4-r1.ebuild
deleted file mode 100644
index 96216b32abe..000
--- a/app-text/ansifilter/ansifilter-2.4-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs qmake-utils
-
-DESCRIPTION="Handles text files containing ANSI terminal escape codes"
-HOMEPAGE="http://www.andre-simon.de/;
-SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="qt5"
-
-RDEPEND="
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   # bug 431452
-   rm src/qt-gui/moc_mydialog.cpp || die
-}
-
-src_configure() {
-   if use qt5 ; then
-   pushd src/qt-gui > /dev/null || die
-   eqmake5
-   popd > /dev/null || die
-   fi
-}
-
-src_compile() {
-   emake -f makefile CC="$(tc-getCXX)" CFLAGS="${CFLAGS} -c -std=c++11" 
LDFLAGS="${LDFLAGS}"
-
-   if use qt5 ; then
-   pushd src/qt-gui > /dev/null || die
-   emake
-   popd > /dev/null || die
-   fi
-}
-
-src_install() {
-   dobin src/${PN}
-   use qt5 && dobin src/qt-gui/${PN}-gui
-
-   gunzip man/${PN}.1.gz
-   doman man/${PN}.1
-   einstalldocs
-}

diff --git a/app-text/ansifilter/ansifilter-2.4.ebuild 
b/app-text/ansifilter/ansifilter-2.4.ebuild
deleted file mode 100644
index 0b91c71ab9d..000
--- a/app-text/ansifilter/ansifilter-2.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs qmake-utils
-
-DESCRIPTION="Handles text files containing ANSI terminal escape codes"
-HOMEPAGE="http://www.andre-simon.de/;
-SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="qt5"
-
-RDEPEND="
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   # bug 431452
-   rm src/qt-gui/moc_mydialog.cpp || die
-}
-
-src_configure() {
-   if use qt5 ; then
-

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

2017-09-15 Thread Mike Pagano
commit: ddd3bfd9d5efbbdc29f1c8515b60dedf32c78df9
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 12:10:46 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 12:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd3bfd9

sys-kernel/gentoo-sources: Remove Kernel 4.4.X versions vulnerable to 
CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest |  9 ---
 .../gentoo-sources/gentoo-sources-4.4.75.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.86.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.87.ebuild| 28 --
 4 files changed, 93 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 2132e7ddad1..ffab40cfe7b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,15 +22,6 @@ DIST genpatches-4.13-3.extras.tar.xz 17408 SHA256 
c9ad579a61c6f6950f404ca5717b1e
 DIST genpatches-4.13-4.base.tar.xz 31660 SHA256 
aff863f8f08a4b139bac89b2b988f5fc99f527e60f1d3ec73c50c6bcbcb02ed2 SHA512 
b2bc50427d69c9e51e0f05c6e9b800843d844cae6d75d04849ec926bff102f5f8a331579fb5ef23c26c464c2ad968d8ee0f697b53f8a6607d411219d426527af
 WHIRLPOOL 
619f8e7ea1cd51dbc5423afe1ec708e4eba0312719768210f97ca09c0b331d66b2c8d42686fca4bb21768e0310079923fe4853e6a18f2ffa37b86b9deba7ad05
 DIST genpatches-4.13-4.experimental.tar.xz 5184 SHA256 
6913c755d227c266d7d841e717bf613fbc2ba376fe50654bd9840e04f0831b32 SHA512 
9d1384e824493e98d3fdab28592a3488f7a8957ef4f6a3ac348e0f8812cde9bf8c50ac8b84da8e85cd08e2edbdd6f60a47d44943129f0e3a962c1a856e990a74
 WHIRLPOOL 
1dd7e5a9727ed9016a3ddef7c656e899aa12571cdda3462e091706665282e5b1b986a4c9353ae713592da2a5e65f82790e3d120febb1f838096ebcb6aa74cde4
 DIST genpatches-4.13-4.extras.tar.xz 17400 SHA256 
b1dada7d064da74656a165b3dedaf3eae99222a0bd98c4fe2c36ef215c3e7dfd SHA512 
cb18e52f33f85be5470952085759df557113c155a6662e1f4e5c984ea6dbcd55e82232419a49caf13225b8650578e27f9d3d3294efcef02ecfb67757c2cc060e
 WHIRLPOOL 
dd807e5f2761665dcfda8d443acd9aba39c93688ce45143c9f70e17415b26493b35384308a54d3df35175f8a62c803535f7758db57bb3a925fec2e7eddaf3325
-DIST genpatches-4.4-78.base.tar.xz 1301884 SHA256 
c868c44f408fb8a5623df0a14d67fd299850542ce99f70cef150eb845f17097f SHA512 
ede98f88e5352c9735baaab83efd4d7cf38918dece98141482d4ace85150bf83b6d97e356831a1dbdba372fc37c9c1e6b25bff0693c210c7b5b62f22826267df
 WHIRLPOOL 
5abccc6e1c41e99831ab7d0de03254c7a77425037af377ba172194ef646603ede47210b1e6d7d05fb3e603686e2b7e8c3dde6bfe41bea32695826d4ec261bbfc
-DIST genpatches-4.4-78.experimental.tar.xz 87752 SHA256 
661b088ea8e05f2b194f3ffc56acd961eb658f455272f7c59c89ebfc8d9f7e44 SHA512 
eb20d21353920d1f8d33e4334162b292800866c8644305756795d72a5c1f5ef96ed4bb2b66945d01dea350c8ebebeca72afeed4fe5c9ae7dfe2df020313fe21e
 WHIRLPOOL 
4605296903e417256bf8f2e3d4e76672daf1662d9a97e1a4ed437cab1d54cddb9ad603a25b9b0bb54240227d054be61ab378ef840589a86a803e055cbe490c2e
-DIST genpatches-4.4-78.extras.tar.xz 16460 SHA256 
1d40b1955ecb836c2c069d717ab01b63b3a93ebd85bb39142bdd9550dab23484 SHA512 
5c4b8b939d8c9c3a7b55befbdbb38fabf7f21f15465f3b942dbc4fcd074c2f23d5cc180fe16a3b19d477ebffd86aeb1f2c53e1e32ff6f8872cc04382ad7cd10d
 WHIRLPOOL 
00f070a02bb1848cb3b46dae83350e32acc696ba43708f34abe5e53d9c9daf226d10b68ade44616301ef83b8fa305ea83933722bb9b32868a9961280e29fb480
-DIST genpatches-4.4-89.base.tar.xz 1423428 SHA256 
7b56f29be13b014d59e27bfe3cab9831e8319f89f363dc16e7c3f9cd05884036 SHA512 
268a570e56e28df15e6baf887deb69a94b3fd18eca7c34bb7485d10c82caaf1ee6ae8f64d441b038af77f8d15da8ba11a701fbb9216387477ea763fb433354f5
 WHIRLPOOL 
511d6591c5f54f1eb2d8826d4b259775c44cfec4a0321ea2f18a36fda4fa64350aa93a61928b9fe3852ec226b885a9de8b34c40a4b636d2bf909992a730610c9
-DIST genpatches-4.4-89.experimental.tar.xz 87776 SHA256 
91fb55d254381bcd08dd6e48599fdddeaf0f0780985af6b265d5b83a315a SHA512 
124e55201bdcd3bb24836f276a2f0b6060718f5f6428fc9c1c80138a315a57aa2a3b7a2e5b87a7eff51f54c904573db215875f94a7a27edad6337dc03162560c
 WHIRLPOOL 
1f267ef9562a595b4f67f1c8a8d214ae2898b322b5913d27b37be6408574d0c6b806829c2b70e6992d9405dc63f8fb3c20720fe263297c4897a1480ce0a36772
-DIST genpatches-4.4-89.extras.tar.xz 16464 SHA256 
30be388534caef67e26fbac0a706aa49c17c3aadd6ca46ea6d4800d955914f28 SHA512 
3f13ddfc0b1ccad6d05e83e738a8c17c0dec0cf642138df800ef93113639eb940a6e444196fae39d79d7a5815a22e792fdd022f3b29695988aca8dbf7599d2ad
 WHIRLPOOL 
00d5d9cf5fa4894ac79bf03eaa3e77f6218a93be356a150e7cf6a294b6643aabffd354a8855350f4ecee0d798253431693b53cce390300441f0c1ad47452a271
-DIST genpatches-4.4-90.base.tar.xz 1426196 SHA256 
4868ff14883cb43ebadefac4369cc9e9d12da9616855fb929adfbe8f5391aa8a SHA512 
819c8aeb4c942714d9a919495c322b46e9d51a29e75a14b1e24f8d6ef25ef8b7dade5a7e76e2e669b38ae2002e6f67c5989fb68bfcb249a65037721f66cf2c0d
 WHIRLPOOL 

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

2017-09-15 Thread Mike Pagano
commit: 5fd4834ff55056e60a87eba03ce67efc2f7ea5eb
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 12:09:34 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 12:09:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd4834f

sys-kernel/gentoo-sources: For version 4.4.X, stable previously stabled archs 
due to CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-4.4.87-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.87-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.87-r1.ebuild
index 49a3cccfad1..cf2bd016381 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.87-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.87-r1.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-09-15 Thread Mike Pagano
commit: 6eb14762b74ed62b9ad2b29ae8398f64636e1e64
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 12:06:26 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 12:06:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb14762

sys-kernel/gentoo-sources: Remove Kernel 4.9.X versions vulnerable to 
CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest | 12 --
 .../gentoo-sources/gentoo-sources-4.9.34.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.47.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.48.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.49.ebuild| 28 --
 5 files changed, 124 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 0e9de91e3da..2132e7ddad1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -37,18 +37,6 @@ DIST genpatches-4.4-91.extras.tar.xz 16468 SHA256 
6cc85cbae6d2ccf087104b5f719abf
 DIST genpatches-4.4-92.base.tar.xz 1433276 SHA256 
dfe3051458c5d39c8ee9c61f63b0b29f8b3bc26efc0e4010f91cd25c31fd6dfd SHA512 
ad6e1aaf436065b6b896e3409bd334da1bd6686d83b0f137db0a392550479cf2e9606799630ac00029e49f7816ebcccb14fb2ede65b634447dd6a98a854d917b
 WHIRLPOOL 
98985a30f1d1c81deaf5b32740cde7ff9b109dd94c0f9d641783a68a33f108d7818e5e53a57cff517376c396d40778223c068b6a778670499bddedd63339841f
 DIST genpatches-4.4-92.experimental.tar.xz 87788 SHA256 
a7ed5ca7822a7d3f69cdc1b693d808b627e9bb283843916b8bd45c676d19922b SHA512 
7bd52a7d4547dea44bb403a2234f377011a72f69e3a466566f6c86e773e48ed6a76fa321d5664d4c0a8386d402bfc45ece1f59d0dc6b6fdfe1bbeee24e6c1c64
 WHIRLPOOL 
a21924bfd2f548f6fa6ca58b5bd971d47afc8aa5d02d6d975675ca1ab136326b18002eca68baa7692bc99b5f03c5cfd33c907676ff387eec7019f8510b297570
 DIST genpatches-4.4-92.extras.tar.xz 16468 SHA256 
ff94045f614320fc7060c48b4952ff30085f86a7080fa388f4cfe65338268052 SHA512 
ad1659644ab6351cfd7942f1fe460b4293eef573cfbb3aa9ba8a15cfa6b9d28de339d46a47d43b2be4c110214765948f0162978cf26c8d184e3973c1a2d823ed
 WHIRLPOOL 
5ec5b6a7d5d7f32e4fa3d3c75601b02c7ab5cfd126f4c0abde8f11782b69b8d1f2b38a471d056b60ba7d1662f9a2372d0068aa4338e7f002e1f1f43dc917ff37
-DIST genpatches-4.9-35.base.tar.xz 784760 SHA256 
8af30b82a2065351a1339a2ee4ee68483f09723b9d227e3f8dc211198ae6aac3 SHA512 
d75c36e17fc32ed8cbde8747e77045cb41a365e5276a11861ee2b7255b5f41b9e1435859452227d19591c1387a56ca18f07305e3c70aaaefb596961ee0473c2a
 WHIRLPOOL 
014ed90fd4d6046b0983d5389fabf7436c5b5333deeab64f7e78f6aa2d44817b93a3404ede2411910cb36ceb45b1e5fddec656de2f4a4e6b6a986bd3f1a03211
-DIST genpatches-4.9-35.experimental.tar.xz 106392 SHA256 
7d37afac8eac9662881206341b11c9a0c3c0705a9c5a805fc57acad796bf6fb8 SHA512 
8c5e920875d7390a1168172a6deeb54c09100f82b4536eb890df93ed32f031664e9e340f2db7d84f014f1b88bc97eae66adb554115e20dbade9d9d856e8bcd65
 WHIRLPOOL 
d23d1d18b97aefed1972d3a0c4c6272ec669eafc6866f63a4f1c88b37500054c5f2dc97a12c93a33201e3a9eef0914a4c76369155e332aa5da90ef5ef6c67a1f
-DIST genpatches-4.9-35.extras.tar.xz 17348 SHA256 
33e2bb26e7d22e95ac9cbdbee17a237ce9e07fcf249aad12ed6ebdcf3d9d0a98 SHA512 
abaccadd70bbb34f1a7f28f332f38a54e035afa96be6b0d3d3e1daa16898743d4cf004225bf52287e0a6ea305492d59d76f8f40871dcf00de7ff965ce0d97f10
 WHIRLPOOL 
f1ec67a941fc6bf31cd1e3290fe67bf136c23881ed4c835e623afdb6a9d05c2f662fe53113215a019bd7b0217cdb40d9dd328b4dfcb2b6c1525656d870579f59
-DIST genpatches-4.9-48.base.tar.xz 990904 SHA256 
43bc3327f75d355913969baced8e6bd66e3619a8d6db396e0b5df6573ca17d82 SHA512 
147a75a75347479e7e7d6f5e4ba550b082120c79f7081a4928fa56c77e22bf3e3a94699f158e14a1f1a93df3c46535c88a77c62e3c2466208cf92e67336a54c7
 WHIRLPOOL 
a64f98002376b79cecf5252520ccfc6d10ae5a61649003895b60094517c0203757af130113e5ef456e22d241002f23ad1073838d24a5763970ab9dce31706e5c
-DIST genpatches-4.9-48.experimental.tar.xz 106400 SHA256 
d788d5b51b3c93f04ee10b1ee35b9bdb489ad8e0dd825d14315c9855ff3d1f5a SHA512 
f38dc99e3521722a48c8815fd325f452313f458833c8acca30e4af5e9b7fa7b2cf95b02f741ab7ebdee65fd71f6c346fc59bd0fe577d27f8acd103bfe6e1e668
 WHIRLPOOL 
5a15ea3aec5c141c0103c628cea936c57b44a695c99d9d4a1ef4578e1721354b4c2334ab95380dd55b03c58df529ecce1b6499ab485a49b60cfe190fcd8df343
-DIST genpatches-4.9-48.extras.tar.xz 17352 SHA256 
17a96839ac1d2397aba183c2fda67bcc074c320f591c25dc8cd1b6004129f6ed SHA512 
0d9252a3b13a20e8a8dfac6363c68986cc812792e8233287264c18895f37a78691d3f6cd19fb54b6c817f7876e2418463ced1634ce58fe75ab53f1c4a52781d3
 WHIRLPOOL 
54202a8fd7eb6e00d440dd68537601256644d1059535c235770fa05e3d67f5249adb3a9926a09fc98557cd8e16f187e9fe83c98556050679930a951848a7bc8b
-DIST genpatches-4.9-49.base.tar.xz 994248 SHA256 
e613b3d0f7503d89548383c28ecd888668f14a4d69f2572695eadd2ce481e017 SHA512 

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

2017-09-15 Thread Mike Pagano
commit: d1d1f2ef3d73eb6c35c3b83a3cf93e91d6da2d77
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Sep 15 12:03:27 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Sep 15 12:03:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d1f2ef

sys-kernel/gentoo-sources: Stable previously stabled archs due to 
CVE-2017-1000251. See bug #630840.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild
index 0fe1398535e..bbde981c05a 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-09-15 Thread Michael Palimaka
commit: e28c7acce682b979d236610599c70aefc05ffb6f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 11:53:23 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 11:55:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28c7acc

media-video/kaffeine: version bump 2.0.13

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-video/kaffeine/Manifest   |  1 +
 media-video/kaffeine/kaffeine-2.0.13.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 86248ad21a6..9e427aaeea8 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1,3 +1,4 @@
 DIST kaffeine-2.0.12.1.tar.xz 4412824 SHA256 
abd3b4a97ae2af930f506652984198e7ec929640f8cb0a6dbb4af6555cd06ec5 SHA512 
479b22ed8f11ea452e1788623cfc1e341002a00fa0a0420b8f33e5255844ca4be7d2a95ac2120e0b0793521bae937cd573186b27a803960d2728f3ae8d518137
 WHIRLPOOL 
030cfe7b5cb01e5c5acdafc9a3f36d2e59bbed48e203497c8c7d9d96284077e97b4b92ca4c952a4d2dce8531340777b79b45bc6c54df3130fc10cd2ee7b87030
 DIST kaffeine-2.0.12.tar.xz 4371652 SHA256 
a19eb8262f1f35b013c3ea5aa66fd7cd99d624643db718d2e9d36d9dd7a796ca SHA512 
e53206095e6c06a7caca3f81ab198dadb68fecf8ac5f762b39d55b22d1fe33dab558617226ea06f740a3ad8bf1693809a2a0b3e2618600a9a33a17273b6aed86
 WHIRLPOOL 
1dc51bcb9f1fc0621adce7e805944c336429583f98980b545b4e8050f37d4bcf253715eaa876921f16d56e70b3adba088bf6cdd584e2b0a8d50013c74cb560e7
+DIST kaffeine-2.0.13.tar.xz 4374124 SHA256 
1ac52ac811a9c9e88fcd466a7df13860fcd749cd125e7d533f589e6a6ee176fd SHA512 
710d6c5b35f2b2f82094004e8d09edd33ec95c8e0afb64f6dcf2bc14f3e6619ae87712e2a5bd3cde23e886d1e9300510fb0b0c355c33386d4dd238aada2760f5
 WHIRLPOOL 
3748a8a01289b14a466d3d6651ade04c712350a78ae539811d01ce681b2b2afb96f0882503eccf3e4195ac474429394f874f08560300841f73bc9b9a6860273f
 DIST kaffeine-2.0.9.tar.xz 4398832 SHA256 
ac53b697bba4fa97350706698c777908c21c464f7c567fe1a4ce9352e955754f SHA512 
5adf86185aaafce4eadda4cfe40af2e0c867477f51b74a464bf813c018ecf035f9e13f47fffd21c0cd547289825441d2d80298ec7035e260f3cc0414c5fdd0d7
 WHIRLPOOL 
948eecec4957046c6ddee872747959661725f4d9f8408c735803d0dcc82c38dfcc7df6e9e92c46e8fda58e2f53a41ab6cf8c33da4b88f7d89542aa427a486223

diff --git a/media-video/kaffeine/kaffeine-2.0.13.ebuild 
b/media-video/kaffeine/kaffeine-2.0.13.ebuild
new file mode 100644
index 000..6c8e28ca773
--- /dev/null
+++ b/media-video/kaffeine/kaffeine-2.0.13.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Media player with digital TV support by KDE"
+HOMEPAGE="https://kaffeine.kde.org/;
+SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 
1-3)/src/${P}.tar.xz"
+
+LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsql 'sqlite')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   media-libs/libv4l
+   media-video/vlc[X]
+   x11-libs/libXScrnSaver
+"
+DEPEND="${CDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   !media-video/kaffeine:4
+"
+
+DOCS=( Changelog NOTES README.md )
+
+src_prepare() {
+   default
+
+   if ! use handbook ; then
+   sed -i CMakeLists.txt \
+   -e "/find_package(KF5DocTools CONFIG REQUIRED)/s/^/#/" \
+   -e "/kdoctools_install(po)/s/^/#/" || die
+   fi
+}
+
+src_configure() {
+   # tools working on $HOME directory for a local git checkout
+   local mycmakeargs=(
+   -DBUILD_TOOLS=OFF
+   )
+
+   kde5_src_configure
+}



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

2017-09-15 Thread Michael Palimaka
commit: 3970d9c9ffe5aae50007f3abc1fa5e4a46d8ba7b
Author: Myckel Habets  biology  leidenuniv  nl>
AuthorDate: Fri Sep 15 11:47:04 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 11:48:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3970d9c9

dev-libs/libbsd: x86 stable

Bug: https://bugs.gentoo.org/630340
Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-libs/libbsd/libbsd-0.8.6.ebuild 
b/dev-libs/libbsd/libbsd-0.8.6.ebuild
index 90563f411bf..a7a78868ab0 100644
--- a/dev-libs/libbsd/libbsd-0.8.6.ebuild
+++ b/dev-libs/libbsd/libbsd-0.8.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 BSD-4 ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DEPEND=">=sys-kernel/linux-headers-3.17"



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

2017-09-15 Thread Manuel Rüger
commit: a03ab4353ddcf725b7d97760bebb6c37fa4a7121
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 11:41:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 11:41:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03ab435

dev-util/pycharm-professional: Remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/pycharm-professional/Manifest |  1 -
 .../pycharm-professional-2017.1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index faebdb3..025710a4ae6 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,4 +1,3 @@
 DIST pycharm-professional-2016.3.2.tar.gz 283150795 SHA256 
c36413a56a8a1d046c84a2c32bab8aaba132551305a5db0845a6c7ed1dc0d4db SHA512 
a189ae38a70874709b0e0243dc6a1dd14aa2b5199e8cf33a0f8c85dd0606e35ddb9d0f954ec9252da7a098cbe184bfa6bf69e43b7c8475c5c3776312f89395f7
 WHIRLPOOL 
d8350fb6d1b4712f0082bca41b9ecf2f190bc5c95a72677efc9321abe7a9f5687c05f3554c7e7022e18e7d747f1a628acde8738012eb7e354d1801e374acbc53
 DIST pycharm-professional-2017.1.5.tar.gz 269726667 SHA256 
52519dfd0e913b5ccb8767155cd4d1fd413967d5010e8474cdc9a1fa688016ce SHA512 
5ba5c2893587afef3b2a5f0b7a5d4395665fd8e75764f9d8c7e1c41170af0c0457f0f27953adceb74a24c8f2260cabc65ba54918bdd38271e1aba014a5428bc8
 WHIRLPOOL 
0eaee27ef5ed2b3a4a2c5da3211aeed596d15de928c6a4c8a80abfaa03383e167d40e2633900f26e9795720692242a1f12afd880912e57f8b83fa378ffbd85fa
-DIST pycharm-professional-2017.1.tar.gz 269318383 SHA256 
6e5223fa4b50e459ad6b03d33b6184ec59791aedd97048f50588602ded6071e7 SHA512 
d3aa0f79b8b2ae9060695d2fdc1a1b1e5c4df6b9f47a6f51dcb500ddd12961a4c819345826509782ea6220a28b056c3e18530947b0cc13dd11dc79885658d699
 WHIRLPOOL 
443de54379a8b42b8718068181efe398f07dab645c2601cf0ec090ca81aaadb4fe71d27fe1219ea0fdd8baecadb6976d87ce9e91b7444350eec351d0af4e2375
 DIST pycharm-professional-2017.2.3.tar.gz 273776254 SHA256 
3e6f1cd48c08363353b2d2777a581cb60bebd6c538b325767c11d02395376945 SHA512 
1233b4b272017856e90125e3439f1057f22852749d101532e1b57d51c382d017fa15442307120d49a77a150c863e33fa53e799f2c77ff6d56312381a82fd51fd
 WHIRLPOOL 
52336480fc7dee194ba707adf529814d040519d8a6433ea381a37592adfab765c4f8533360d39d97d7ed169b1255ce2a225a4430f875eb86fdefb8306b83314d

diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.1.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2017.1.ebuild
deleted file mode 100644
index 0adb6ec2e6a..000
--- a/dev-util/pycharm-professional/pycharm-professional-2017.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils readme.gentoo-r1
-
-DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
-HOMEPAGE="http://www.jetbrains.com/pycharm/;
-SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
-
-LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8
-dev-python/pip"
-DEPEND=""
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/${PN}/bin/fsnotifier
-   opt/${PN}/bin/fsnotifier64
-   opt/${PN}/bin/fsnotifier-arm
-   opt/${PN}/bin/libyjpagent-linux.so
-   opt/${PN}/bin/libyjpagent-linux64.so"
-
-MY_PN=${PN/-professional/}
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
-   default
-
-   rm -rf jre || die
-}
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r *
-
-   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
-
-   dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
-   newicon "bin/${MY_PN}.png" ${PN}.png
-   make_desktop_entry ${PN} "${PN}" "${PN}"
-
-   readme.gentoo_create_doc
-}



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

2017-09-15 Thread Manuel Rüger
commit: 61282711503e0188d29a22fbdc2142a7c778a477
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 11:41:14 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 11:41:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61282711

dev-util/pycharm-professional: Version bump to 2017.2.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/pycharm-professional/Manifest |  1 +
 .../pycharm-professional-2017.2.3.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 50bcd4b0bd2..faebdb3 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,3 +1,4 @@
 DIST pycharm-professional-2016.3.2.tar.gz 283150795 SHA256 
c36413a56a8a1d046c84a2c32bab8aaba132551305a5db0845a6c7ed1dc0d4db SHA512 
a189ae38a70874709b0e0243dc6a1dd14aa2b5199e8cf33a0f8c85dd0606e35ddb9d0f954ec9252da7a098cbe184bfa6bf69e43b7c8475c5c3776312f89395f7
 WHIRLPOOL 
d8350fb6d1b4712f0082bca41b9ecf2f190bc5c95a72677efc9321abe7a9f5687c05f3554c7e7022e18e7d747f1a628acde8738012eb7e354d1801e374acbc53
 DIST pycharm-professional-2017.1.5.tar.gz 269726667 SHA256 
52519dfd0e913b5ccb8767155cd4d1fd413967d5010e8474cdc9a1fa688016ce SHA512 
5ba5c2893587afef3b2a5f0b7a5d4395665fd8e75764f9d8c7e1c41170af0c0457f0f27953adceb74a24c8f2260cabc65ba54918bdd38271e1aba014a5428bc8
 WHIRLPOOL 
0eaee27ef5ed2b3a4a2c5da3211aeed596d15de928c6a4c8a80abfaa03383e167d40e2633900f26e9795720692242a1f12afd880912e57f8b83fa378ffbd85fa
 DIST pycharm-professional-2017.1.tar.gz 269318383 SHA256 
6e5223fa4b50e459ad6b03d33b6184ec59791aedd97048f50588602ded6071e7 SHA512 
d3aa0f79b8b2ae9060695d2fdc1a1b1e5c4df6b9f47a6f51dcb500ddd12961a4c819345826509782ea6220a28b056c3e18530947b0cc13dd11dc79885658d699
 WHIRLPOOL 
443de54379a8b42b8718068181efe398f07dab645c2601cf0ec090ca81aaadb4fe71d27fe1219ea0fdd8baecadb6976d87ce9e91b7444350eec351d0af4e2375
+DIST pycharm-professional-2017.2.3.tar.gz 273776254 SHA256 
3e6f1cd48c08363353b2d2777a581cb60bebd6c538b325767c11d02395376945 SHA512 
1233b4b272017856e90125e3439f1057f22852749d101532e1b57d51c382d017fa15442307120d49a77a150c863e33fa53e799f2c77ff6d56312381a82fd51fd
 WHIRLPOOL 
52336480fc7dee194ba707adf529814d040519d8a6433ea381a37592adfab765c4f8533360d39d97d7ed169b1255ce2a225a4430f875eb86fdefb8306b83314d

diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild
new file mode 100644
index 000..b8731d8db52
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils readme.gentoo-r1
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/;
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
+
+LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.8
+dev-python/pip"
+DEPEND=""
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm
+   opt/${PN}/bin/libyjpagent-linux.so
+   opt/${PN}/bin/libyjpagent-linux64.so"
+
+MY_PN=${PN/-professional/}
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon "bin/${MY_PN}.png" ${PN}.png
+   make_desktop_entry ${PN} "${PN}" "${PN}"
+
+   readme.gentoo_create_doc
+}



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

2017-09-15 Thread Manuel Rüger
commit: 6b346db9ab604c07d4c583f713db8d2f4b2ca649
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 11:38:29 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 11:38:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b346db9

dev-util/pycharm-community: Remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/pycharm-community/Manifest|  2 -
 .../pycharm-community-2017.1.3.ebuild  | 45 --
 .../pycharm-community-2017.1.ebuild| 45 --
 3 files changed, 92 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index dfee0d36b74..b98cd23ef80 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,6 +1,4 @@
 DIST pycharm-community-2016.3.2.tar.gz 215633678 SHA256 
e1092d3692118f9097e4182edfccc76159160353b7d7379cada3249b9e2d4f39 SHA512 
64f8fd908c2165e4534f77596e6f9a86e72a04390432a0c1206d8a5cfde8a54067d5747a6f1f2a5ba5bb168e311d5f432939c87a15f871330ce2c2e42c9bfc8a
 WHIRLPOOL 
92320d3f96b76148bba1e0ead93578cde6890119fa963e1390b7da2ea570d4b99e6bebdffe6167e283d534073b06cd063c2d9e70c0100436afc6b6d0fd264eda
-DIST pycharm-community-2017.1.3.tar.gz 195297254 SHA256 
6dedbf06c62490047b5d8a539c94af89affc80048f4cf79eea25d29f50894a1b SHA512 
9e8f1ab779bd10073e7cd1922cc0b8d43bebd02b64b1626d242d2fd1fdf21fe66811cc1809c17675b9ad91aff26bbef5c6b2c8afd47f70486dc66c7e66cde017
 WHIRLPOOL 
51212ddcf95167387fab8c274d098b77f74ce4832720fdffc62694e34d3eba4a77df12ea5c99a654ca97f6102fd02003afc44a8107fcd200ee9e2e17a6d8bf33
 DIST pycharm-community-2017.1.5.tar.gz 195342869 SHA256 
1a0bbf0d881527e08aad7a5adaa3ad44e8754c3eb2c3a8ed5ab113491549679b SHA512 
1eac6062a1b92782e50425e053ec326965eaff6bf36ec3cf6d4e9fcdc1fe1a8baaf4d16131a38fc506c55c384943aaea51cf5f4c9d8d2e36080b7342ef1af21c
 WHIRLPOOL 
1a655bcaa78b4a6607601229455e822cc56341c70132363a57cb9f6597f9f31ce007426a70284467cfe2c1a082972883746957e67dc678b5d379956f46a6c3cf
-DIST pycharm-community-2017.1.tar.gz 195354973 SHA256 
6669120b68873a0bcb7faf179ea79f7c2dd7eac34d377d1f574724604b70e692 SHA512 
056b23ba8b6cda4d609a2011b18e207f470670048185afeff0ad18dff8093d0ff0efa20a0a20b020ce81bc23008a31c7c9620c7fb4dc1f7e3d3b62316005322c
 WHIRLPOOL 
0fefc16a433d41d64034a2df057a27bd035ec92cc7e00246f93a1afc0ef2350e919018071781e87d6285526993997507616f01f310e8c308bc4a1552b3eb4ef3
 DIST pycharm-community-2017.2.1.tar.gz 200410040 SHA256 
4a7e5ab8c89be6ac3b6da649003260d1ed86b1dd41b7e9aa1d3873cacd7d6bd1 SHA512 
734cbe66b38970a6f0c7e14d25f73143074d75034f6a29907c33998c3f83142f18f0016350916577db4497356594f144c7499f73c6a2e53e80374b3bf387f4f3
 WHIRLPOOL 
7dc075e2ce63dabb5eaca9a2b390d5930330ad39964b0d9e3d6ab935c141c1627696fd8f72bc862c3e684c9a454f9e3c21dd630673f01ff0909dd4c0cf01a3c8
 DIST pycharm-community-2017.2.3.tar.gz 200478376 SHA256 
e8562938c2ede32a1c1036391942190144cd9f0927bd49b6b3ddf5f7a01c33aa SHA512 
502b056f15367c0aaed2a2b001b218f2f7e48d65b313d7560f3b77a0337a2502628ee502cb730eb2f8c6c853460988760e10601b98d43936603afa80beb1065e
 WHIRLPOOL 
4096a3afcf86ae17e8021783c55264625e80a87034eaf6b0612fd622f88d52d24d7c27388be0c7f9a78b21333762fcf0531bd8f17b5cd4b2849cee5298d2f831

diff --git a/dev-util/pycharm-community/pycharm-community-2017.1.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2017.1.3.ebuild
deleted file mode 100644
index 5b7ba98c48d..000
--- a/dev-util/pycharm-community/pycharm-community-2017.1.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils readme.gentoo-r1
-
-DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
-HOMEPAGE="http://www.jetbrains.com/pycharm/;
-SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
-
-LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8"
-DEPEND=""
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/${PN}/bin/fsnotifier
-   opt/${PN}/bin/fsnotifier64
-   opt/${PN}/bin/fsnotifier-arm"
-
-MY_PN=${PN/-community/}
-
-src_prepare() {
-   default
-
-   rm -rf jre || die
-}
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r *
-
-   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
-
-   dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
-   newicon "bin/${MY_PN}.png" ${PN}.png
-   make_desktop_entry ${PN} "${PN}" "${PN}"
-
-   readme.gentoo_create_doc
-}

diff --git a/dev-util/pycharm-community/pycharm-community-2017.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2017.1.ebuild
deleted file mode 100644
index 5b7ba98c48d..000
--- a/dev-util/pycharm-community/pycharm-community-2017.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-

[gentoo-commits] repo/gentoo:master commit in: app-forensics/afl/

2017-09-15 Thread Manuel Rüger
commit: 9c58011a5b3765ac9f7803540fe067780920a6e6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 11:39:05 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 11:39:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c58011a

app-forensics/afl: Version bump to 2.51b

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-forensics/afl/Manifest |  1 +
 app-forensics/afl/afl-2.51b.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/app-forensics/afl/Manifest b/app-forensics/afl/Manifest
index 7ecdd9719c8..bb7339148dc 100644
--- a/app-forensics/afl/Manifest
+++ b/app-forensics/afl/Manifest
@@ -1,3 +1,4 @@
 DIST afl-2.35b.tgz 829515 SHA256 
596167527ad7a69cf06dc8143a051eb8b2ee04f159447a3086f6e60ae460bcea SHA512 
77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5
 WHIRLPOOL 
b2935a18f5f03b4c1da04365412d76d6ff9d2ddc0d9dd1fea0a5866fb632b1033c3f03f4229f36d45a6ec406410b1c522bf5198bbce2ca6478dffdc433dde422
 DIST afl-2.39b.tgz 830897 SHA256 
968eceae4d013eee62bc8f2fdddbb7060b92e03a0175153b0285ec7f5c78f141 SHA512 
0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0
 WHIRLPOOL 
3972c7718c35f545e6faadf763bbbd4bb57d1412ba2ec729832db9c636290bc8d67dfb5b8bfd67e3dff7f27b247b8ecd264245b75593a44c3298f0ca947cbb1a
 DIST afl-2.46b.tgz 834265 SHA256 
268e2aec75f1bdd37d0d3dad70bbb80c32bce85152faf8f4f62e0c812e5d5d77 SHA512 
01e150f05a023277f6fbf165f1ee0799f9a330efae562d67725cf87b456f4104e086162796634fcfdd7c68aa33a38ef7df9ac5931f8893c14364d270b864d059
 WHIRLPOOL 
9815f239d84a9bfa1418f523fbe5eca1a6f7bc0453ecfbc3397f7cefa4dff28a1beab259aa5c722e44f1e1b8915808e47f5d79a605e8de8f6c4e3b5da0d183c3
+DIST afl-2.51b.tgz 835611 SHA256 
d435b94b35b844ea0bacbdb8516d2d5adffc2a4f4a5aad78785c5d2a5495bb97 SHA512 
fd67cf44b7336175041c2efa42b122e91f887f4a293618a59ea1e145ef47b9c0fab9fc274e4b94499c523bec950ff5a704050c3f4260e890ad97774c365a358c
 WHIRLPOOL 
1bf84c4855bcd2e28a1c9a50a7c154f355b024356dec0d9490ccc0b501f2b2b2ff0ecd24fc8d6a48b097f6a4f96573792554741e2945460a4560811ac2a7b609

diff --git a/app-forensics/afl/afl-2.51b.ebuild 
b/app-forensics/afl/afl-2.51b.ebuild
new file mode 100644
index 000..f78cf33093a
--- /dev/null
+++ b/app-forensics/afl/afl-2.51b.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib toolchain-funcs flag-o-matic
+
+DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer"
+HOMEPAGE="http://lcamtuf.coredump.cx/afl/;
+SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="sys-devel/gcc:*
+   sys-devel/clang"
+RDEPEND="${DEPEND}"
+QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf"
+
+src_compile() {
+   emake CC="$(tc-getCC)" \
+   PREFIX="/usr" \
+   HELPER_PATH="/usr/$(get_libdir)/afl" \
+   DOC_PATH="/usr/share/doc/${PF}"
+   CC="clang" CXX="clang++" strip-unsupported-flags
+   cd llvm_mode || die
+   emake \
+   PREFIX="/usr" \
+   HELPER_PATH="/usr/$(get_libdir)/afl" \
+   DOC_PATH="/usr/share/doc/${PF}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" \
+   PREFIX="/usr" \
+   HELPER_PATH="/usr/$(get_libdir)/afl" \
+   DOC_PATH="/usr/share/doc/${PF}" \
+   install
+}



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

2017-09-15 Thread Manuel Rüger
commit: 7ebbb6c2c33b896683fe6f1fe63ea80a97d34238
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 11:38:05 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 11:38:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebbb6c2

dev-util/pycharm-community: Version bump to 2017.2.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2017.2.3.ebuild  | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 5f6c3a9e2bc..dfee0d36b74 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -3,3 +3,4 @@ DIST pycharm-community-2017.1.3.tar.gz 195297254 SHA256 
6dedbf06c62490047b5d8a53
 DIST pycharm-community-2017.1.5.tar.gz 195342869 SHA256 
1a0bbf0d881527e08aad7a5adaa3ad44e8754c3eb2c3a8ed5ab113491549679b SHA512 
1eac6062a1b92782e50425e053ec326965eaff6bf36ec3cf6d4e9fcdc1fe1a8baaf4d16131a38fc506c55c384943aaea51cf5f4c9d8d2e36080b7342ef1af21c
 WHIRLPOOL 
1a655bcaa78b4a6607601229455e822cc56341c70132363a57cb9f6597f9f31ce007426a70284467cfe2c1a082972883746957e67dc678b5d379956f46a6c3cf
 DIST pycharm-community-2017.1.tar.gz 195354973 SHA256 
6669120b68873a0bcb7faf179ea79f7c2dd7eac34d377d1f574724604b70e692 SHA512 
056b23ba8b6cda4d609a2011b18e207f470670048185afeff0ad18dff8093d0ff0efa20a0a20b020ce81bc23008a31c7c9620c7fb4dc1f7e3d3b62316005322c
 WHIRLPOOL 
0fefc16a433d41d64034a2df057a27bd035ec92cc7e00246f93a1afc0ef2350e919018071781e87d6285526993997507616f01f310e8c308bc4a1552b3eb4ef3
 DIST pycharm-community-2017.2.1.tar.gz 200410040 SHA256 
4a7e5ab8c89be6ac3b6da649003260d1ed86b1dd41b7e9aa1d3873cacd7d6bd1 SHA512 
734cbe66b38970a6f0c7e14d25f73143074d75034f6a29907c33998c3f83142f18f0016350916577db4497356594f144c7499f73c6a2e53e80374b3bf387f4f3
 WHIRLPOOL 
7dc075e2ce63dabb5eaca9a2b390d5930330ad39964b0d9e3d6ab935c141c1627696fd8f72bc862c3e684c9a454f9e3c21dd630673f01ff0909dd4c0cf01a3c8
+DIST pycharm-community-2017.2.3.tar.gz 200478376 SHA256 
e8562938c2ede32a1c1036391942190144cd9f0927bd49b6b3ddf5f7a01c33aa SHA512 
502b056f15367c0aaed2a2b001b218f2f7e48d65b313d7560f3b77a0337a2502628ee502cb730eb2f8c6c853460988760e10601b98d43936603afa80beb1065e
 WHIRLPOOL 
4096a3afcf86ae17e8021783c55264625e80a87034eaf6b0612fd622f88d52d24d7c27388be0c7f9a78b21333762fcf0531bd8f17b5cd4b2849cee5298d2f831

diff --git a/dev-util/pycharm-community/pycharm-community-2017.2.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2017.2.3.ebuild
new file mode 100644
index 000..6bcb19218d4
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2017.2.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils readme.gentoo-r1
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/;
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
+
+LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=""
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm"
+
+MY_PN=${PN/-community/}
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon "bin/${MY_PN}.png" ${PN}.png
+   make_desktop_entry ${PN} "${PN}" "${PN}"
+
+   readme.gentoo_create_doc
+}



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

2017-09-15 Thread Manuel Rüger
commit: 4086896f141c4415d608379586deed9209253f9d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 11:04:07 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 11:04:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4086896f

sys-apps/yarn: Version bump to 1.0.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.0.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index c2236cbedbc..5b7ad9af11f 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1,3 @@
 DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b
 DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
+DIST yarn-v1.0.2.tar.gz 843696 SHA256 
8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 
21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad
 WHIRLPOOL 
12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d

diff --git a/sys-apps/yarn/yarn-1.0.2.ebuild b/sys-apps/yarn/yarn-1.0.2.ebuild
new file mode 100644
index 000..f028ad115d0
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



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

2017-09-15 Thread Manuel Rüger
commit: b386b851e88c7c1e88c91ba36de3354481fbe7c5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 10:49:21 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 10:49:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b386b851

dev-util/drone-cli: Update snapshot

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/drone-cli/Manifest|  1 +
 .../drone-cli/drone-cli-0.8.0_pre20170913.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/drone-cli/Manifest b/dev-util/drone-cli/Manifest
index 27781a01b04..4a91f927973 100644
--- a/dev-util/drone-cli/Manifest
+++ b/dev-util/drone-cli/Manifest
@@ -1,2 +1,3 @@
 DIST drone-cli-0.7.0_p20170717.tar.gz 1148862 SHA256 
f94abfa825a0f0ad51956587684517910176fb7db2afdbb65fe32add12221f1a SHA512 
f901b9409354c9dc3bf21024f82a188e789c8ab05e8bca179cc77069baf024f40ce13995230f48d5c40e7485ab31bb3f22fae0ca68a8669295cdfb11dbb1b168
 WHIRLPOOL 
73d6edfe770f95eb514d193766c41c4e704bef59070140ad30784a44b547a7f7adda95e2fc29f07b94becb0af9d6a05d803a82735769f926ef3655a3a0f0270d
 DIST drone-cli-0.8.0_pre20170801.tar.gz 1149163 SHA256 
ada4ee1b4a38cf4666fd48e170fc2267812dc999fd37135366b85c8acf644ca9 SHA512 
258703e961580f385bfcdde75baccbec1321134744f3fc393a25c8bb2883bf45addf09a7d4407fc432fddb4df059d6f07f85ce6bb84cc733758da1c4ddf9db90
 WHIRLPOOL 
c836913947e2bf7a7f0abb20c0e24a2b3947a5d75e364d860766941a5b61146c48f35734816d8549bfda4c91c77fd6e76926f3ae85089252ecd0f2747e2dcc08
+DIST drone-cli-0.8.0_pre20170913.tar.gz 1149494 SHA256 
20e1435c2b15927b4eaefcfec920a559d95c324bf593f7de75d79e8fce5541de SHA512 
5dc9a9910a76e31f0f9f845e1d59a0dc8371463de295f35090efdc16230b1458cc2d2f8632e91c46d18efb0c154874c65388cf6a37cca72b72f08d56b61cae72
 WHIRLPOOL 
81eb6ae8d7b4a4d111e92fef00bb0338420c3c6cd3a584a88170df292ce62c2bdfb2502cf03b6ba14c4ab00aa134411f48283c1942e0f92e996d517ca97728fc

diff --git a/dev-util/drone-cli/drone-cli-0.8.0_pre20170913.ebuild 
b/dev-util/drone-cli/drone-cli-0.8.0_pre20170913.ebuild
new file mode 100644
index 000..2a1ec2b9273
--- /dev/null
+++ b/dev-util/drone-cli/drone-cli-0.8.0_pre20170913.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/drone/drone-cli"
+EGIT_COMMIT="d7b19e6f6f581880352f232ba3453e0b769a9dca"
+
+inherit golang-build golang-vcs-snapshot
+
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Command-line interface for Drone"
+HOMEPAGE="https://github.com/drone/drone-cli;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RESTRICT="test"
+
+RDEPEND="!!

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/

2017-09-15 Thread Michael Palimaka
commit: 460c5de9d4d30b71e23e3f1f5b3807ddcd6abecc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 10:36:47 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 10:39:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460c5de9

kde-misc/kmarkdownwebview: new package

Ebuild imported from KDE overlay.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-misc/kmarkdownwebview/Manifest |  1 +
 .../kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild | 38 ++
 kde-misc/kmarkdownwebview/metadata.xml | 11 +++
 3 files changed, 50 insertions(+)

diff --git a/kde-misc/kmarkdownwebview/Manifest 
b/kde-misc/kmarkdownwebview/Manifest
new file mode 100644
index 000..c1723fdc104
--- /dev/null
+++ b/kde-misc/kmarkdownwebview/Manifest
@@ -0,0 +1 @@
+DIST kmarkdownwebview-0.1.0.tar.xz 33444 SHA256 
361fec6c4fa9396975e788cfe759b1c45a2ccfc2b83e64b5105869ef312a5410 SHA512 
0d02f89594fcd67f898158b4869b9810c5055f663c3e33284c577253ea0e98ecc5d62eb1e0df01e8e5c4685e1a90784abf24b9b8b8fb5af0f6277120e592a2f2
 WHIRLPOOL 
3b6ab8806da8a862beb05279a1c55983debdf1eb0dcde7573447c62ad1029af98388291fc7f1f6c5f7ba483f33f4349ea09f11b9848689958669dfd5fe68c592

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild
new file mode 100644
index 000..48060d54cb7
--- /dev/null
+++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KPart for rendering Markdown content"
+HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="!webkit? ( BSD ) LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE="webkit"
+
+DEPEND="
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   webkit? ( $(add_qt_dep qtwebkit) )
+   !webkit? (
+   $(add_qt_dep qtwebchannel)
+   $(add_qt_dep qtwebengine 'widgets')
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QTWEBKIT=$(usex webkit)
+   )
+
+   kde5_src_configure
+}

diff --git a/kde-misc/kmarkdownwebview/metadata.xml 
b/kde-misc/kmarkdownwebview/metadata.xml
new file mode 100644
index 000..4ec8ab04c61
--- /dev/null
+++ b/kde-misc/kmarkdownwebview/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   Use dev-qt/qtwebkit instead of 
dev-qt/qtwebengine
+   
+



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

2017-09-15 Thread Michael Palimaka
commit: 8b18736bfe8da45b70f15bfdb1d729201a7b8b68
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 10:36:26 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 10:36:31 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b18736b

kde-misc/kmarkdownwebview: whitespace

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
index 67fbf4b36b..77ec1ffb9d 100644
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
+++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit kde5
 
-DESCRIPTION="KPart for rendering Markdown content "
+DESCRIPTION="KPart for rendering Markdown content"
 HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/;
 
 LICENSE="!webkit? ( BSD ) LGPL-2.1+"



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

2017-09-15 Thread Michael Palimaka
commit: 99026a5bd36fa3956388f5c980638da950165031
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 10:23:02 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 10:36:05 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=99026a5b

kde-misc/kmarkdownwebview: add local USE flag description for webkit

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-misc/kmarkdownwebview/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-misc/kmarkdownwebview/metadata.xml 
b/kde-misc/kmarkdownwebview/metadata.xml
index 2fdbf33d96..4ec8ab04c6 100644
--- a/kde-misc/kmarkdownwebview/metadata.xml
+++ b/kde-misc/kmarkdownwebview/metadata.xml
@@ -5,4 +5,7 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Use dev-qt/qtwebkit instead of 
dev-qt/qtwebengine
+   
 



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

2017-09-15 Thread Michael Palimaka
commit: ae1e4ca48e590c8513ca4a59b4287bfe79660a68
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 10:35:55 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 10:36:05 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae1e4ca4

kde-misc/kmarkdownwebview: update LICENSE

BSD is used for src/lib/data/3rdparty/qwebchannel.js which is only compiled in
with USE="-webkit".

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
index c328563c9d..67fbf4b36b 100644
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
+++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 DESCRIPTION="KPart for rendering Markdown content "
 HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/;
 
-LICENSE="GPL-2"
+LICENSE="!webkit? ( BSD ) LGPL-2.1+"
 KEYWORDS=""
 IUSE="webkit"
 



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

2017-09-15 Thread Michael Palimaka
commit: e010bafd2c94932d3129615cbabf2549bfb1022b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 10:22:07 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 10:36:05 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e010bafd

kde-misc/kmarkdownwebview: update HOMEPAGE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild 
b/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
index cb4b9279c0..c328563c9d 100644
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
+++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="KPart for rendering Markdown content "
-HOMEPAGE="http://www.krename.net/;
+HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/;
 
 LICENSE="GPL-2"
 KEYWORDS=""



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

2017-09-15 Thread Michael Palimaka
commit: 17dc51d1b0cf4b9e18155252840cf9eb6a52fdf8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 10:20:05 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 10:20:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17dc51d1

x11-libs/libyui: version bump 3.3.3

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/libyui/Manifest|  1 +
 x11-libs/libyui/libyui-3.3.3.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/x11-libs/libyui/Manifest b/x11-libs/libyui/Manifest
index c85a74de8f9..aca8ab13c13 100644
--- a/x11-libs/libyui/Manifest
+++ b/x11-libs/libyui/Manifest
@@ -1,2 +1,3 @@
 DIST libyui-3.0.13.tar.gz 204028 SHA256 
aa3d961f4424365efdfffd4de1facdcd870570890681ebc9e59d16ea3687e44f SHA512 
b698c4d44d9fa1d888b52f8d5e2216ff4a490ef97c153fac52674a237527807140663d87ceac7b36b0c6092e9035eaec7bfe7a2e1e93922de106873130a69c66
 WHIRLPOOL 
a7c01af68f800e1f27ce5631c0b34ea35d3f82c3d173caea1516887de9bef557662ce0e577daa6ffb2003070adac40f958c7f3dd9c64d32b46fc11d4fed72b15
 DIST libyui-3.2.5.tar.gz 218517 SHA256 
0fa6bc8f226ff74c5658fea27dfea532ca1c3199bd4ed9f70b3c1bb76cca5387 SHA512 
174ec6893f749bc81495c2ee620e8c7d85e9cdb61db08d4f7d800c13306eb76e0f40d20a1eafeb579344b35d99f9735b65e63525ddd804cbe30ab7f4c18bec43
 WHIRLPOOL 
4bd63127753f329b4e8a8d8937c80b61eecdc1d634d2985e0f97d0d5497896c853042af319721d9c86ffddfe7802f2e4ef3c41f650d30428d7c5dfd91caa8ecd
+DIST libyui-3.3.3.tar.gz 230452 SHA256 
37b0ccd93f7226248cd228a669f5f61ced5f615d17e9fb88db46470213b948f2 SHA512 
1db31218703c90e7b8b877b613997e0984275a0923c7837c6e813626c0037d56d524168e0f56e8ca36561c1af5480a0f379e8f87fbc4a380570a6d9ab336977f
 WHIRLPOOL 
c6e0d163a2881c289a592d9153d28157298e1fb9c50e122771338d719ace38356087531f1f1ef5586308efb0c44a2cde5eb2660e205346863da6fcc537205ab2

diff --git a/x11-libs/libyui/libyui-3.3.3.ebuild 
b/x11-libs/libyui/libyui-3.3.3.ebuild
new file mode 100644
index 000..66ac3137191
--- /dev/null
+++ b/x11-libs/libyui/libyui-3.3.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="UI abstraction library"
+HOMEPAGE="https://github.com/libyui/libyui;
+SRC_URI="https://github.com/libyui/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/6"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk ncurses qt5 static-libs"
+
+# Only Boost headers are needed
+DEPEND="dev-libs/boost"
+PDEPEND="
+   gtk? ( x11-libs/libyui-gtk:${SLOT} )
+   ncurses? ( x11-libs/libyui-ncurses:${SLOT} )
+   qt5? ( x11-libs/libyui-qt:${SLOT} )
+"
+
+REQUIRED_USE="|| ( gtk ncurses qt5 )"
+
+src_prepare() {
+   cp buildtools/CMakeLists.common CMakeLists.txt || die
+
+   # TODO: set proper docs deps and USE flag for building them
+   sed -i -e '/SET_AUTODOCS/d' CMakeLists.txt || die 'sed on 
CMakeLists.txt failed'
+   sed -i -e 's/src examples/src/' PROJECTINFO.cmake || die 'sed on 
PROJECTINFO.cmake failed'
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDOC_DIR="${EPREFIX%/}/usr/share/doc/${PF}"
+   -DENABLE_STATIC=$(usex static-libs)
+   -DENABLE_WERROR=OFF
+   -DRESPECT_FLAGS=ON
+   )
+   cmake-utils_src_configure
+}



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

2017-09-15 Thread Michael Palimaka
commit: 633359ed3f5e135e6009bba4fde15944d55b8487
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 15 09:54:13 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 15 10:20:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633359ed

x11-libs/libyui-qt: remove 2.44.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/libyui-qt/Manifest|  1 -
 x11-libs/libyui-qt/libyui-qt-2.44.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/x11-libs/libyui-qt/Manifest b/x11-libs/libyui-qt/Manifest
index fa2598d22d2..f7560c69c6a 100644
--- a/x11-libs/libyui-qt/Manifest
+++ b/x11-libs/libyui-qt/Manifest
@@ -1,2 +1 @@
-DIST libyui-qt-2.44.0.tar.gz 161145 SHA256 
2414c91a1b9823191cdddeedefbb994c4a3343baaab6ee61e358a80ce9523d03 SHA512 
4bc5e96a663fda5ded2a7d4c75ffef51d1d30bf2f907e758f99570e31d62f7cb90a5441dc74790cbd89f8bf2542768186fda2f3a4bbcf42e2089ced7024ad53b
 WHIRLPOOL 
a468a7a1036a4ce6d20ddfc597a657411909740bf33630058d54dc7ac22b26471377df075db7b06932d3b77e5eaafa51e88b07f46ba5db11211597b40498cfdd
 DIST libyui-qt-2.46.21.tar.gz 167324 SHA256 
0c0e622fa796169b9feaed4512586469b6553e80ca5186c9794514c145fc7b5f SHA512 
715154efd9fa2753f528e5a809fd2a3c635751b9bee3d511e396051b04a55086446510dbec5c70e753b1926c35faf84aaf05ea92a2a7f089f9b95dce9ee1a77f
 WHIRLPOOL 
55539cee83f6a36a9f13c25c02bef27e65929f8129e32a1ee543b1bbd81826688cb52d5756271f0e4c594947ee37ee975082d112a77a44cfa652bded05f281de

diff --git a/x11-libs/libyui-qt/libyui-qt-2.44.0.ebuild 
b/x11-libs/libyui-qt/libyui-qt-2.44.0.ebuild
deleted file mode 100644
index 21ea97e7b67..000
--- a/x11-libs/libyui-qt/libyui-qt-2.44.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="UI abstraction library - Qt plugin"
-HOMEPAGE="https://github.com/libyui/libyui-qt;
-SRC_URI="https://github.com/libyui/${PN}/archive/${PN}/master/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="static-libs"
-
-RDEPEND="
-   dev-qt/qtgui:4
-   media-libs/freetype
-   x11-libs/libX11
-   x11-libs/libyui:${SLOT}
-"
-# Only Boost headers are needed
-# QtSvg headers only required, no linking
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   dev-qt/qtsvg:4"
-
-S="${WORKDIR}/${PN}-${PN}-master-${PV}"
-
-src_prepare() {
-   cp "${EPREFIX}/usr/share/libyui/buildtools/CMakeLists.common" 
CMakeLists.txt || die
-
-   # TODO: set proper docs deps and USE flag for building them
-   sed -i -e '/SET_AUTODOCS/d' CMakeLists.txt || die 'sed on 
CMakeLists.txt failed'
-   sed -i -e 's/src examples/src/' PROJECTINFO.cmake || die 'sed on 
PROJECTINFO.cmake failed'
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_EXAMPLES=OFF
-   -DENABLE_WERROR=OFF
-   -DDOC_DIR="${EPREFIX}/usr/share/doc/${P}"
-   -DRESPECT_FLAGS=ON
-   $(cmake-utils_use_enable static-libs STATIC)
-   )
-   cmake-utils_src_configure
-}



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

2017-09-15 Thread Jeroen Roovers
commit: 0484a9c73d8f2c42e9aafaaa18dd2a6d716d4c67
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 15 10:02:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 15 10:02:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0484a9c7

net-misc/chrony: Old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/chrony/Manifest   |   2 -
 net-misc/chrony/chrony-3.2_pre1.ebuild | 121 -
 net-misc/chrony/chrony-3.2_pre2.ebuild | 121 -
 3 files changed, 244 deletions(-)

diff --git a/net-misc/chrony/Manifest b/net-misc/chrony/Manifest
index 0b44b521869..9cb038ea728 100644
--- a/net-misc/chrony/Manifest
+++ b/net-misc/chrony/Manifest
@@ -2,6 +2,4 @@ DIST chrony-2.2.1.tar.gz 340514 SHA256 
4776fa8e80d698723e9a88eb882170951f6c45860
 DIST chrony-2.3.tar.gz 355113 SHA256 
58bffb523012fb0fa87cc0d94d6e36de9689fe9556519cbd0d1ba254af92ccb2 SHA512 
2a9cda6c2bc931438b798bd037614196bdb1533d12432467a690d57095c74013c80c92fcaadbd43fd5b0c816872822527a1ade3014add458d669d7813d5fa080
 WHIRLPOOL 
06864181ac74b2cf13baf7d9098404f8540c26db41035fe38005fbfea8e12f2de179008f5b1a2544e24ebb7e4cca712421746690edb7f36b90416ad87901e920
 DIST chrony-2.4.1.tar.gz 390641 SHA256 
0fd59e0ef625b4459e3a9c7f221c52f56596582bce31abfae5f7369702edb6e0 SHA512 
7772065103ad95706f80374d88ba452b76cf8e29689abf22b38e7eb5ad2fcc491593e11702400daa8bf908218614df21b08ff15ab2d3d2347876119cd80abc4d
 WHIRLPOOL 
ed2c2ac8e11371e009d3e96553bb73e58b410bb38e6123a9e39a3451e5dc6860d981d45e67b4e2dc47b39f616f95146feb35efd15dbaa90932f07837172c440a
 DIST chrony-3.1.tar.gz 424109 SHA256 
9d9107dcdb7768a03dc129d33b2a7a25f1eea2f5620bc85eb00cfea07c1b6075 SHA512 
4ba3a75c3634050bb63ba9ee80d9be7a295f44ce4d195a050e4be4738bd7dd807fe37f2289d7ead4a75272bd5ebadbd03c233c67f859e9b68871fca5a6671427
 WHIRLPOOL 
d1b499bbcdd74a049c972c183d4b88365db4c6512d8011ca8b87f15c4e0d1bc882bde4f742591f5cfe49e820a5884f6b1960d132d5787be02a36bd57b9e2605f
-DIST chrony-3.2-pre1.tar.gz 431211 SHA256 
3c6fa2fe71ba670955498dcecab6a57c0b4ed8bc5a761629e96cd6038946942f SHA512 
8ce54f246c3e11e72d90ba03e6f39894445eed314b26113c4a98b5746a00c1886291bf1bb20db68318c3310350b36ea6c88fe05607ae82e551ee93aea6e3fcb6
 WHIRLPOOL 
1fdf2b0d66b048b448e184b947416bd5ac10996633a41b77749f787ac88b2e605925174483ba8b52f398a1adc8c79b56a2c75d759d187066981dad8045c32eb2
-DIST chrony-3.2-pre2.tar.gz 433579 SHA256 
8fe90b486e33909c22362ad524701470cd119618013d10e6bc750edca0cb5fbd SHA512 
ddc1008da21ee995bfc6049e713f79e9872a3c45d26867b763c41914000bcc5c016c968588d00f85547405bb0bc7950c5954b5757ef08edef8adf988c711546a
 WHIRLPOOL 
e4e52c1b5b08824acfae22f554aee464c6d642bd007f6a979fa89c931b7dfa848ec67798ab71c9e1e87cb9570521ad0278671af3ce420255a08b31b6574b1323
 DIST chrony-3.2.tar.gz 433882 SHA256 
329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116 SHA512 
496af5bed91600f268c1a0fa577bb8c7785e485f78598b666829c674e94770c16548cec4289a2ae9d0a51191d2705eda00886cb6cccae3828aa201a49d4783a4
 WHIRLPOOL 
b8a9045c81970653393c2afadece1e3a5e093c893b7ac3bae061bbd40bc043439e426df8da6598e36ef9589b4dd402419199307a9bfa48df526206952814667e

diff --git a/net-misc/chrony/chrony-3.2_pre1.ebuild 
b/net-misc/chrony/chrony-3.2_pre1.ebuild
deleted file mode 100644
index 7df999b0de1..000
--- a/net-misc/chrony/chrony-3.2_pre1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils systemd toolchain-funcs
-
-DESCRIPTION="NTP client and server programs"
-HOMEPAGE="https://chrony.tuxfamily.org/;
-SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64"
-IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc 
seccomp selinux +adns"
-REQUIRED_USE="
-   ?? ( libedit readline )
-"
-
-CDEPEND="
-   caps? ( sys-libs/libcap )
-   libedit? ( dev-libs/libedit )
-   readline? ( >=sys-libs/readline-4.1-r4:= )
-   seccomp? ( sys-libs/libseccomp )
-"
-DEPEND="
-   ${CDEPEND}
-   html? ( dev-ruby/asciidoctor )
-   pps? ( net-misc/pps-tools )
-"
-RDEPEND="
-   ${CDEPEND}
-   selinux? ( sec-policy/selinux-chronyd )
-"
-
-RESTRICT=test
-
-S="${WORKDIR}/${P/_/-}"
-
-src_prepare() {
-   sed -i \
-   -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
-   -e 's:/var/run:/run:g' \
-   conf.c doc/*.man.in examples/* || die
-
-   default
-}
-
-src_configure() {
-   tc-export CC
-
-   local CHRONY_EDITLINE
-   # ./configure legend:
-   # --disable-readline : disable line editing entirely
-   # --without-readline : do not use sys-libs/readline (enabled by default)
-   # --without-editline : do not use dev-libs/libedit (enabled by default)
-   if ! use readline && ! use libedit; then
-   

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

2017-09-15 Thread Jeroen Roovers
commit: 9f078a84fa607ad81ae48874a46093dc06eba27a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 15 10:01:40 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 15 10:01:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f078a84

net-misc/chrony: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/chrony/Manifest  |   1 +
 net-misc/chrony/chrony-3.2.ebuild | 121 ++
 2 files changed, 122 insertions(+)

diff --git a/net-misc/chrony/Manifest b/net-misc/chrony/Manifest
index 382f361e3a3..0b44b521869 100644
--- a/net-misc/chrony/Manifest
+++ b/net-misc/chrony/Manifest
@@ -4,3 +4,4 @@ DIST chrony-2.4.1.tar.gz 390641 SHA256 
0fd59e0ef625b4459e3a9c7f221c52f56596582bc
 DIST chrony-3.1.tar.gz 424109 SHA256 
9d9107dcdb7768a03dc129d33b2a7a25f1eea2f5620bc85eb00cfea07c1b6075 SHA512 
4ba3a75c3634050bb63ba9ee80d9be7a295f44ce4d195a050e4be4738bd7dd807fe37f2289d7ead4a75272bd5ebadbd03c233c67f859e9b68871fca5a6671427
 WHIRLPOOL 
d1b499bbcdd74a049c972c183d4b88365db4c6512d8011ca8b87f15c4e0d1bc882bde4f742591f5cfe49e820a5884f6b1960d132d5787be02a36bd57b9e2605f
 DIST chrony-3.2-pre1.tar.gz 431211 SHA256 
3c6fa2fe71ba670955498dcecab6a57c0b4ed8bc5a761629e96cd6038946942f SHA512 
8ce54f246c3e11e72d90ba03e6f39894445eed314b26113c4a98b5746a00c1886291bf1bb20db68318c3310350b36ea6c88fe05607ae82e551ee93aea6e3fcb6
 WHIRLPOOL 
1fdf2b0d66b048b448e184b947416bd5ac10996633a41b77749f787ac88b2e605925174483ba8b52f398a1adc8c79b56a2c75d759d187066981dad8045c32eb2
 DIST chrony-3.2-pre2.tar.gz 433579 SHA256 
8fe90b486e33909c22362ad524701470cd119618013d10e6bc750edca0cb5fbd SHA512 
ddc1008da21ee995bfc6049e713f79e9872a3c45d26867b763c41914000bcc5c016c968588d00f85547405bb0bc7950c5954b5757ef08edef8adf988c711546a
 WHIRLPOOL 
e4e52c1b5b08824acfae22f554aee464c6d642bd007f6a979fa89c931b7dfa848ec67798ab71c9e1e87cb9570521ad0278671af3ce420255a08b31b6574b1323
+DIST chrony-3.2.tar.gz 433882 SHA256 
329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116 SHA512 
496af5bed91600f268c1a0fa577bb8c7785e485f78598b666829c674e94770c16548cec4289a2ae9d0a51191d2705eda00886cb6cccae3828aa201a49d4783a4
 WHIRLPOOL 
b8a9045c81970653393c2afadece1e3a5e093c893b7ac3bae061bbd40bc043439e426df8da6598e36ef9589b4dd402419199307a9bfa48df526206952814667e

diff --git a/net-misc/chrony/chrony-3.2.ebuild 
b/net-misc/chrony/chrony-3.2.ebuild
new file mode 100644
index 000..7df999b0de1
--- /dev/null
+++ b/net-misc/chrony/chrony-3.2.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils systemd toolchain-funcs
+
+DESCRIPTION="NTP client and server programs"
+HOMEPAGE="https://chrony.tuxfamily.org/;
+SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64"
+IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc 
seccomp selinux +adns"
+REQUIRED_USE="
+   ?? ( libedit readline )
+"
+
+CDEPEND="
+   caps? ( sys-libs/libcap )
+   libedit? ( dev-libs/libedit )
+   readline? ( >=sys-libs/readline-4.1-r4:= )
+   seccomp? ( sys-libs/libseccomp )
+"
+DEPEND="
+   ${CDEPEND}
+   html? ( dev-ruby/asciidoctor )
+   pps? ( net-misc/pps-tools )
+"
+RDEPEND="
+   ${CDEPEND}
+   selinux? ( sec-policy/selinux-chronyd )
+"
+
+RESTRICT=test
+
+S="${WORKDIR}/${P/_/-}"
+
+src_prepare() {
+   sed -i \
+   -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
+   -e 's:/var/run:/run:g' \
+   conf.c doc/*.man.in examples/* || die
+
+   default
+}
+
+src_configure() {
+   tc-export CC
+
+   local CHRONY_EDITLINE
+   # ./configure legend:
+   # --disable-readline : disable line editing entirely
+   # --without-readline : do not use sys-libs/readline (enabled by default)
+   # --without-editline : do not use dev-libs/libedit (enabled by default)
+   if ! use readline && ! use libedit; then
+   CHRONY_EDITLINE='--disable-readline'
+   else
+   CHRONY_EDITLINE+=" $(usex readline '' --without-readline)"
+   CHRONY_EDITLINE+=" $(usex libedit '' --without-editline)"
+   fi
+
+   # not an autotools generated script
+   local CHRONY_CONFIGURE="
+   ./configure \
+   $(use_enable seccomp scfilter) \
+   $(usex adns '' --disable-asyncdns) \
+   $(usex caps '' --disable-linuxcaps) \
+   $(usex cmdmon '' --disable-cmdmon) \
+   $(usex ipv6 '' --disable-ipv6) \
+   $(usex ntp '' --disable-ntp) \
+   $(usex phc '' --disable-phc) \
+   $(usex pps '' --disable-pps) \
+   $(usex refclock '' --disable-refclock) \
+   $(usex rtc '' --disable-rtc) \
+   ${CHRONY_EDITLINE} \
+   ${EXTRA_ECONF} \
+   

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

2017-09-15 Thread Manuel Rüger
commit: 1e3aa43876a04d604758a3287945afbf76ed4a0a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 08:39:33 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 08:39:33 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e3aa438

eclass: Fix plasma >=5.10 beta URI

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 738b1268d5..7df4d287f7 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -345,7 +345,7 @@ _calculate_src_uri() {
local plasmapv=$(get_version_component_range 1-3)
 
case ${PV} in
-   5.?.[6-9]? )
+   5.?.[6-9]? | 5.??.[6-9]? )
# Plasma 5 beta releases

SRC_URI="mirror://kde/unstable/plasma/${plasmapv}/${_kmname}-${PV}.tar.xz"
RESTRICT+=" mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2017-09-15 Thread Patrice Clement
commit: 6c2e9e1f431cffe86c33dc4870d56b515eadae7e
Author: charIes17  arcor  de>
AuthorDate: Thu Sep 14 09:24:05 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 15 08:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2e9e1f

net-print/cups-filters: update HOMEPAGE.

Gentoo-Bug: https://bugs.gentoo.org/630936

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5700

 net-print/cups-filters/cups-filters-1.13.5.ebuild | 4 ++--
 net-print/cups-filters/cups-filters-1.16.4.ebuild | 4 ++--
 net-print/cups-filters/cups-filters-1.17.4.ebuild | 4 ++--
 net-print/cups-filters/cups-filters-1.17.5.ebuild | 4 ++--
 net-print/cups-filters/cups-filters-1.5.0.ebuild  | 4 ++--
 net-print/cups-filters/cups-filters-.ebuild   | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-print/cups-filters/cups-filters-1.13.5.ebuild 
b/net-print/cups-filters/cups-filters-1.13.5.ebuild
index 538b5eadaa1..4d22acc134f 100644
--- a/net-print/cups-filters/cups-filters-1.13.5.ebuild
+++ b/net-print/cups-filters/cups-filters-1.13.5.ebuild
@@ -14,8 +14,8 @@ else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
 fi
-DESCRIPTION="Cups PDF filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 
 LICENSE="MIT GPL-2"
 SLOT="0"

diff --git a/net-print/cups-filters/cups-filters-1.16.4.ebuild 
b/net-print/cups-filters/cups-filters-1.16.4.ebuild
index 25780fbc625..7afa069810a 100644
--- a/net-print/cups-filters/cups-filters-1.16.4.ebuild
+++ b/net-print/cups-filters/cups-filters-1.16.4.ebuild
@@ -14,8 +14,8 @@ else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
 fi
-DESCRIPTION="Cups PDF filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 
 LICENSE="MIT GPL-2"
 SLOT="0"

diff --git a/net-print/cups-filters/cups-filters-1.17.4.ebuild 
b/net-print/cups-filters/cups-filters-1.17.4.ebuild
index acc59f5802c..76eabdc0a62 100644
--- a/net-print/cups-filters/cups-filters-1.17.4.ebuild
+++ b/net-print/cups-filters/cups-filters-1.17.4.ebuild
@@ -14,8 +14,8 @@ else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
 fi
-DESCRIPTION="Cups PDF filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 
 LICENSE="MIT GPL-2"
 SLOT="0"

diff --git a/net-print/cups-filters/cups-filters-1.17.5.ebuild 
b/net-print/cups-filters/cups-filters-1.17.5.ebuild
index acc59f5802c..76eabdc0a62 100644
--- a/net-print/cups-filters/cups-filters-1.17.5.ebuild
+++ b/net-print/cups-filters/cups-filters-1.17.5.ebuild
@@ -14,8 +14,8 @@ else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
 fi
-DESCRIPTION="Cups PDF filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 
 LICENSE="MIT GPL-2"
 SLOT="0"

diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild 
b/net-print/cups-filters/cups-filters-1.5.0.ebuild
index 8bd1a31817e..030ee621125 100644
--- a/net-print/cups-filters/cups-filters-1.5.0.ebuild
+++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild
@@ -14,8 +14,8 @@ else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
 fi
-DESCRIPTION="Cups PDF filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 
 LICENSE="MIT GPL-2"
 SLOT="0"

diff --git a/net-print/cups-filters/cups-filters-.ebuild 
b/net-print/cups-filters/cups-filters-.ebuild
index acc59f5802c..76eabdc0a62 100644
--- a/net-print/cups-filters/cups-filters-.ebuild
+++ b/net-print/cups-filters/cups-filters-.ebuild
@@ -14,8 +14,8 @@ else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 

  1   2   >