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

2018-12-21 Thread Mikle Kolyada
commit: bc3a4294cc72cd85ee1ecf08fe03d98de8f20ff6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 07:53:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:53:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3a4294

dev-util/pycharm-professional: Version bump (v2018.3.2)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/pycharm-professional/Manifest |  1 +
 .../pycharm-professional-2018.3.2.ebuild   | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 533177a6bba..0937e1d2e45 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,3 +1,4 @@
 DIST pycharm-professional-2018.2.4.tar.gz 343705704 BLAKE2B 
69cb8a57f8daf8d986c201e549bfb68b048a2f78e819aeee000bab836c5a25b50d0d6aa9870f6ff8b35907ba9bd69fef7071d421c74970f68496e4448495d43d
 SHA512 
3bc35cfeb1f1d4b95bbc490bfdb724ab76757a5f819c7acc2cbe85688493a9d8dc57cfa179a424fc24679f2093f55d5417a6859001093d58518a8b330d60f7f4
 DIST pycharm-professional-2018.3.1.tar.gz 397871775 BLAKE2B 
e9f950125c5c1f355e48e16a8c047751a88c6ee6e4862c6dbb8df12aa3e0e57a3d0d61c2cccb5995f2763e0d99eaaa967c19c884c40a350a7148dae71a66be0c
 SHA512 
9324315f865bce9b379ab9f698eb6e97917aa3cb4ef90612b22d33516c18cfbed9fb806dd9bd4884ead6e7a72e2b481e5636956630ac7da75234ff8ba4975878
+DIST pycharm-professional-2018.3.2.tar.gz 398099987 BLAKE2B 
68ec7f409335b5f9f35f623fd962c2f975c6e1fa844b8f142ab3d4604e1e0a1f10c361d95281a414b1e15e60f6dfc0d1b061c1512533d5ce171f0ee34872f538
 SHA512 
69dd521a44a971f6a5620d879234a7f788ec44a94fd2793df41b8765c5e239ff1d04364172b53750cdc248a945f2f6df02e1b5687c61156286797441ba7fc9e7
 DIST pycharm-professional-2018.3.tar.gz 397608153 BLAKE2B 
7130533fb3721d1f573105dec2289091cab23b6438acadda0c62f945e7a9b2a0a55b4d55260e1f472ec77d1fd8dbc9ac9e7f7220ef26424ffbe918874049071e
 SHA512 
0e83fa9117d46a503a3afd790fe2512cf04abc327ff7efdf46e40a24bcd028d6d2033ce56cdb1c4cfd1a8552d7d31af6e97a203c6273a5fd1b79263575fd2ee7

diff --git a/dev-util/pycharm-professional/pycharm-professional-2018.3.2.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2018.3.2.ebuild
new file mode 100644
index 000..24928072aba
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2018.3.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+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"
+
+RDEPEND=">=virtual/jre-1.8
+   dev-python/pip"
+
+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
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2018-12-21 Thread Tim Harder
commit: ba21f4689760e116dd936d2c7974219ac414e09d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 22 02:27:48 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 22 07:49:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba21f468

media-sound/abcmidi: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-sound/abcmidi/Manifest  |  3 --
 media-sound/abcmidi/abcmidi-2018.02.22.ebuild | 40 ---
 media-sound/abcmidi/abcmidi-2018.03.21.ebuild | 40 ---
 media-sound/abcmidi/abcmidi-2018.04.01.ebuild | 40 ---
 4 files changed, 123 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index 038ae4b1f10..4389154801a 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,5 +1,2 @@
-DIST abcMIDI-2018.02.22.zip 561032 BLAKE2B 
30bd7c8bf048d1713fc8b538c47ee6c391e429915659b4fdd1e7ab9464f6bc99ef2922678df28fc361e91cbec84fb4911ed390cb6b51fad3a3f4b23fcb976dc6
 SHA512 
d389b88cad6c7df152fd120f65dd5b02419f7bc2f94f68ab1995712c06ab9ab9cc99f81ec1d49a788cb968e8d3934d9953bc45c0732e87f76cc5b6dfbf1cf07c
-DIST abcMIDI-2018.03.21.zip 562177 BLAKE2B 
d7467ef5785999daa18f4701c2168ad3679c806f2e7c7227d999fe6af7afe821d2b17ea015616c5d355758195ed2180dd567f9eaa23782dcb4e38d95d0efb491
 SHA512 
3701b284f4e97102eb048234e0975219b827ed438faf36fef72136e16114538b0094cb576d93183f00968c8d243ab890ab4cb749d2da3f1fd363eda2590853d5
-DIST abcMIDI-2018.04.01.zip 562436 BLAKE2B 
819e6a8f872cc4a2e2ef5f5e38b307355eefa63388866b54e114fdfcf94e24df757b209adfb46c81896f0bb7d4f2f893cbfe6ec24400c0c89465fbc1fe22dd70
 SHA512 
e82942bb531a11a64b0eb3cde1a8f48f366d888bb0c1a4d78a9aa44997c7f793f8e49ae6510e56405092ed717372a086e66e3bebda26b43386f573b0c2e04e45
 DIST abcMIDI-2018.06.23.zip 564262 BLAKE2B 
0c99e5bb0787f4a41381ec77b1a64da273955997f0788eded8149297e332d05224e02eca2eb5a1b846b3314d7a62dad7eb3997ac2ed4c4aa4b13d0f099f08afb
 SHA512 
d1f95fae383432d4ecb09fd7136212d42bb0a7b08fc7372b2511ecfbeff9fa0b51cd242f46f20827cf4122bc04e35c8a8442af4666b0e7093e6ad91302bb40ba
 DIST abcMIDI-2018.12.21.zip 558423 BLAKE2B 
e40e8d01744d623042445642b21aa6654d5ba087bfb426b62e9ff44ea39d20f6b3b8f1d94d406362e63ab173a3ff721c737fd945b2195e42468d458aa3d8a176
 SHA512 
5f338852f3c65dcdfac760c1ab50d05654930f4b02701ffe44b0f8f830e39108ede63b7b47eb751790c6c2730af74dbd1e9b3ec361c5242ecef81376259399c7

diff --git a/media-sound/abcmidi/abcmidi-2018.02.22.ebuild 
b/media-sound/abcmidi/abcmidi-2018.02.22.ebuild
deleted file mode 100644
index 2c8a0b2744b..000
--- a/media-sound/abcmidi/abcmidi-2018.02.22.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html";
-SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
-   default
-
-   rm configure Makefile || die
-   sed -i "s:-O2::" configure.ac || die
-
-   eautoreconf
-}
-
-src_install() {
-   default
-   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
-
-   if use examples ; then
-   docinto examples
-   dodoc samples/*.abc
-   fi
-}

diff --git a/media-sound/abcmidi/abcmidi-2018.03.21.ebuild 
b/media-sound/abcmidi/abcmidi-2018.03.21.ebuild
deleted file mode 100644
index 2c8a0b2744b..000
--- a/media-sound/abcmidi/abcmidi-2018.03.21.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html";
-SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
-   default
-
-   rm configure Makefile || die
-   sed -i "s:-O2::" configure.ac || die
-
-   eautoreconf
-}
-
-src_install() {
-   default
-   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
-
-   if use examples ; then
-   docinto examples
-   dodoc samples/*.abc
-   fi
-}

diff --git a/media-sound/abcmidi/abcmidi-2018.04.01.ebuild 
b/media-sound/abcmidi/abcmidi-2018.04.01.ebuild
deleted file mode 100644
index 2c8a0b2744b..000
--- a/media-sound/abcmidi/abcmidi-2018.04.01.ebuild

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

2018-12-21 Thread Mikle Kolyada
commit: 44efe7f0959d8a22da9043c7044588dc95ae5ef4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 07:49:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:49:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44efe7f0

dev-util/pycharm-community: Version bump (v2018.3.2)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2018.3.2.ebuild  | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 64e49c66c1f..c804ca0d315 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,3 +1,4 @@
 DIST pycharm-community-2018.2.4.tar.gz 260812419 BLAKE2B 
2274d8af513535e4c5b3b69619c944f503dd9f2248a43cf3352221b34c40604f409038d85366321e858037e3c9c63dc838c046917c3102a2d536e4aef05c1636
 SHA512 
aca812b332c6a65865385e82c96fbca06f9caa39fd21723710922865f7aeb38de33eb041efb1e3553e161c34de6d8b8ed724d7c91ba16f3a818711ca9468
 DIST pycharm-community-2018.3.1.tar.gz 310702122 BLAKE2B 
c54153b9529bf03a09d92eb8b139da45bfb047cb1fdeacc9b64f17982edd237ed0633c391c15326ecaed7d9e599b3f87c0a16a2eb1302ceb37dfc1e0329693d0
 SHA512 
8d1f418bd97d8249481ad63fa699c141e498820698485b74c6f08674e4b0eee6054e9ad1e59260342fd615a5030ed932d1177ed8173ab9cf6026561c10fee9d8
+DIST pycharm-community-2018.3.2.tar.gz 310664794 BLAKE2B 
2dd7e59514909da3e319b1d8eb8b3e24e8dc7d67868ffea621b1c3273b6daa32459f09fb2d2e5b94d8044d9c2a0ea55d5940551bfd945e3ed8dabc200bcc2927
 SHA512 
613c1556dcf86f448cb496cf492ee76636dfef22cc4eb55f57ca1ed91a53f8a78da6455cc6f49becaa6250e136d786c92014e23a4333fbf0a6477a2f1e67a21c
 DIST pycharm-community-2018.3.tar.gz 310642963 BLAKE2B 
b32f3c9a3c28bc1ee4658c1ef60cbbe2c4775b310512b3a7fd1b28839bf1c69a566198808b128d18cbbe2d987f61d80bcbcc590177b25d8e9c8fce5fb1754d49
 SHA512 
00121b4ee9daae92d5c389913f4dd9efcd634f9888b21f6bcae10a3a67cc4bc36a5012590e6836224168053521edf5ba848080f4fc1060df04dc4c58cfdd9fff

diff --git a/dev-util/pycharm-community/pycharm-community-2018.3.2.ebuild 
b/dev-util/pycharm-community/pycharm-community-2018.3.2.ebuild
new file mode 100644
index 000..7a0fdedacc6
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2018.3.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+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"
+
+RDEPEND=">=virtual/jre-1.8
+dev-python/pip"
+
+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
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2018-12-21 Thread Tim Harder
commit: 359c6add13d927884c5616baf6678665b4eddd85
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 22 02:27:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 22 07:49:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359c6add

media-sound/abcmidi: version bump to 2018.12.21

Signed-off-by: Tim Harder  gentoo.org>

 media-sound/abcmidi/Manifest  |  1 +
 media-sound/abcmidi/abcmidi-2018.12.21.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index c5c46eae311..038ae4b1f10 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -2,3 +2,4 @@ DIST abcMIDI-2018.02.22.zip 561032 BLAKE2B 
30bd7c8bf048d1713fc8b538c47ee6c391e42
 DIST abcMIDI-2018.03.21.zip 562177 BLAKE2B 
d7467ef5785999daa18f4701c2168ad3679c806f2e7c7227d999fe6af7afe821d2b17ea015616c5d355758195ed2180dd567f9eaa23782dcb4e38d95d0efb491
 SHA512 
3701b284f4e97102eb048234e0975219b827ed438faf36fef72136e16114538b0094cb576d93183f00968c8d243ab890ab4cb749d2da3f1fd363eda2590853d5
 DIST abcMIDI-2018.04.01.zip 562436 BLAKE2B 
819e6a8f872cc4a2e2ef5f5e38b307355eefa63388866b54e114fdfcf94e24df757b209adfb46c81896f0bb7d4f2f893cbfe6ec24400c0c89465fbc1fe22dd70
 SHA512 
e82942bb531a11a64b0eb3cde1a8f48f366d888bb0c1a4d78a9aa44997c7f793f8e49ae6510e56405092ed717372a086e66e3bebda26b43386f573b0c2e04e45
 DIST abcMIDI-2018.06.23.zip 564262 BLAKE2B 
0c99e5bb0787f4a41381ec77b1a64da273955997f0788eded8149297e332d05224e02eca2eb5a1b846b3314d7a62dad7eb3997ac2ed4c4aa4b13d0f099f08afb
 SHA512 
d1f95fae383432d4ecb09fd7136212d42bb0a7b08fc7372b2511ecfbeff9fa0b51cd242f46f20827cf4122bc04e35c8a8442af4666b0e7093e6ad91302bb40ba
+DIST abcMIDI-2018.12.21.zip 558423 BLAKE2B 
e40e8d01744d623042445642b21aa6654d5ba087bfb426b62e9ff44ea39d20f6b3b8f1d94d406362e63ab173a3ff721c737fd945b2195e42468d458aa3d8a176
 SHA512 
5f338852f3c65dcdfac760c1ab50d05654930f4b02701ffe44b0f8f830e39108ede63b7b47eb751790c6c2730af74dbd1e9b3ec361c5242ecef81376259399c7

diff --git a/media-sound/abcmidi/abcmidi-2018.12.21.ebuild 
b/media-sound/abcmidi/abcmidi-2018.12.21.ebuild
new file mode 100644
index 000..f07ab78a388
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2018.12.21.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_P="abcMIDI-${PV}"
+DESCRIPTION="Programs for processing ABC music notation files"
+HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html";
+SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
+   default
+
+   rm configure Makefile || die
+   sed -i "s:-O2::" configure.ac || die
+
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
+
+   if use examples ; then
+   docinto examples
+   dodoc samples/*.abc
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/llpp/, app-text/llpp/files/

2018-12-21 Thread Tim Harder
commit: 045561eb7c94dc7d4acf061a421d541c3a3d3e58
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 22 07:41:29 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 22 07:49:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045561eb

app-text/llpp: version bump to 30

Closes: https://bugs.gentoo.org/662206
Closes: https://bugs.gentoo.org/672360

Signed-off-by: Tim Harder  gentoo.org>

 app-text/llpp/Manifest   |  1 +
 app-text/llpp/files/Makefile | 90 
 app-text/llpp/files/llpp-30-keysym.patch | 55 +++
 app-text/llpp/files/llpp.desktop | 14 +
 app-text/llpp/llpp-30.ebuild | 70 +
 5 files changed, 230 insertions(+)

diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest
index bfbf28930ce..b3c280baf7e 100644
--- a/app-text/llpp/Manifest
+++ b/app-text/llpp/Manifest
@@ -1 +1,2 @@
 DIST llpp-26b_p20180114.tar.gz 170204 BLAKE2B 
c7f46491d69350e8e94b444f0be4d7375f5658cccded792ecce2a246c907ae98bcca45d73e3b6c15765bd926d559327491559b5e5eec63bf2645cba84f6ee0d3
 SHA512 
1bc544f4bae268f573c2c111b69f7129bd3d1c1c8cc635c06f76e12670ad9476b4c2a2776e3959203ab6e53ea8ad1c68be290619298f7ebc1ae8203875f88314
+DIST llpp-30.tar.gz 165821 BLAKE2B 
755648f9f7e0e0740dd9647559c085ab1626edfceb91d8df4aa783610f32499d744f24a2e0ac0d6f13e747695e8829112e59bcf0fc78c7ef5f4b2427c759353d
 SHA512 
1dfcf273bdabfb3c7b38366bac60659555b943f459cb3fd6e656df1a33c0f84e6745d62522c5498df0bd6182bda13973144724054588c07145018bb3e758d893

diff --git a/app-text/llpp/files/Makefile b/app-text/llpp/files/Makefile
new file mode 100644
index 000..1fb99c9a211
--- /dev/null
+++ b/app-text/llpp/files/Makefile
@@ -0,0 +1,90 @@
+VERSION = $(shell test -d .git && git describe --tags --dirty 2>/dev/null)
+ifeq "$(VERSION)" ""
+VERSION = 28
+endif
+
+# paths
+PREFIX ?= /usr/local
+
+# includes and libs
+PKGCONF_DEPS := freetype2 harfbuzz libopenjp2 libjpeg mupdf x11 zlib
+CPPFLAGS += -D_GNU_SOURCE -DFFP
+CFLAGS += -g -std=c99 -pedantic -Wall -Wextra -Wshadow $(shell pkg-config 
--cflags $(PKGCONF_DEPS))
+LDLIBS = -lpthread -ljbig2dec $(shell pkg-config --libs $(PKGCONF_DEPS))
+
+# ocaml
+CAMLOPT = ocamlopt
+CAMLFLAGS = -g -w +a -safe-string -I +lablGL
+
+VPATH = wsi/x11
+
+C_SRC = cutils.c keysym2ucs.c link.c xlib.c version.c
+C_OBJ = $(C_SRC:.c=.o)
+OCAML_SRC = utils.ml wsi.ml confstruct.ml parser.ml config.ml ffi.ml 
glutils.ml help.ml keys.ml utf8syms.ml listview.ml main.ml
+OCAML_OBJ = $(OCAML_SRC:.ml=.cmx)
+MOD = unix.cmxa str.cmxa lablgl.cmxa
+SRCMANS = $(wildcard adoc/*.adoc)
+MANS = $(SRCMANS:.adoc=.1)
+
+DISTFILES := Makefile $(OCAML_SRC) link.c glfont.c keysym2ucs.c wsi.mli
+DISTFILES += $(wildcard *.sh) KEYS README BUILDING
+DISTFILES += misc/ adoc/
+
+all: llpp $(MANS)
+
+# dependency ordering
+config.cmx: wsi.cmi parser.cmx utils.cmx confstruct.cmx
+confstruct.cmx: wsi.cmx utils.cmx
+ffi.cmx: config.cmx
+glutils.cmx: ffi.cmx
+help.cmx: help.cmi config.cmx utils.cmx
+listview.cmx: utils.cmx glutils.cmx config.cmx utf8syms.cmx
+main.cmx: main.ml utils.cmx config.cmx glutils.cmx listview.cmx ffi.cmx 
keys.cmx wsi.cmx
+main.cmx: CAMLFLAGS += -thread
+parser.cmx: utils.cmx
+wsi.cmi: utils.cmx keys.cmx
+wsi.cmx: wsi.cmi
+
+link.o: glfont.c
+version.o: CPPFLAGS += -DLLPP_VERSION=$(VERSION)
+
+# ordinary targets
+llpp: $(OCAML_OBJ) $(C_OBJ)
+   $(CAMLOPT) -o $@ $(CAMLFLAGS) $(C_OBJ) -ccopt '$(LDFLAGS)' -cclib 
'$(LDLIBS)' $(MOD) $(OCAML_OBJ)
+
+
+confstruct.ml: genconfstr.sh
+   sh $< >$@
+
+# pattern rules
+%.o: %.c
+   $(CAMLOPT) -c -o $@ $(CAMLFLAGS) -cc $(CC) -ccopt '$(CFLAGS) 
$(CPPFLAGS)' $<
+
+%.cmx: %.ml
+   $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $<
+
+%.cmi: %.mli
+   $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $<
+
+%.1: %.adoc adoc/asciidoc.conf
+   a2x -d manpage -f manpage --asciidoc-opts="-f adoc/asciidoc.conf 
--out-file=$@.xml" $<
+
+# special targets
+clean:
+   $(RM) llpp link.o help.ml $(OCAML_OBJ) $(OCAML_OBJ:.cmx=.cmi) 
$(OCAML_OBJ:.cmx=.o) $(MANS) $(MANS:.1=.xml)
+
+dist: clean
+   mkdir llpp-$(VERSION)
+   cp -r $(DISTFILES) llpp-$(VERSION)
+   tar czf llpp-$(VERSION).tar.gz llpp-$(VERSION)
+   rm -rf llpp-$(VERSION)
+
+install:
+   install -Dm755 llpp "$(DESTDIR)"$(PREFIX)/bin/llpp
+   install -Dm644 -t "$(DESTDIR)"$(PREFIX)/share/man/man1  $(MANS)
+   install -Dm755 misc/llppac "$(DESTDIR)"$(PREFIX)/bin/llppac
+   install -Dm755 misc/llpp.inotify "$(DESTDIR)"$(PREFIX)/bin/llpp.inotify
+   install -Dm755 misc/llpphtml "$(DESTDIR)"$(PREFIX)/bin/llpphtml
+   install -Dm644 misc/llpp.desktop 
"$(DESTDIR)"$(PREFIX)/share/applications/llpp.desktop
+
+.PHONY: all clean dist install

diff --git a/app-text/llpp/files/llpp-30-keysym.patch 
b/app-text/llpp/files/llpp-30-keysym.patch
new file mode 100644
index 000..b1527e1856f
--- /dev/null
+++ b/app-text/llpp/files/llpp-30-keysym.patch
@@ -0,0 +1,55 @@
+From

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

2018-12-21 Thread Mikle Kolyada
commit: 45c4ea6dabd2ead283631674ee782234ddd49b4f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 07:14:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:14:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c4ea6d

dev-python/pathlib2: Add ~s390 keyword wrt bug #661306

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-python/pathlib2/pathlib2-2.3.2.ebuild 
b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
index 86351292a49..c54d4a498d3 100644
--- a/dev-python/pathlib2/pathlib2-2.3.2.ebuild
+++ b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2018-12-21 Thread Mikle Kolyada
commit: 55d99e05176730b395f4bac09071a64e49870232
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 07:14:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:14:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d99e05

dev-python/atomicwrites: Add ~s390 keyword wrt bug #661306

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild 
b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
index 87e99814612..d95f0a72f49 100644
--- a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
+++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd"
 IUSE="doc test"
 
 DEPEND="



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

2018-12-21 Thread Mikle Kolyada
commit: 2e26a8c4f2acc65861319bd9a0b32de820578f17
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 07:14:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:14:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e26a8c4

dev-python/scandir: Add ~s390 keyword wrt bug #661306

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-python/scandir/scandir-1.9.0.ebuild 
b/dev-python/scandir/scandir-1.9.0.ebuild
index 736b43ccf95..de883e3763d 100644
--- a/dev-python/scandir/scandir-1.9.0.ebuild
+++ b/dev-python/scandir/scandir-1.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-12-21 Thread Mikle Kolyada
commit: bb395bdc115cad6fd635000aa2d39ac59ffdea27
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 07:13:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:13:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb395bdc

dev-python/more-itertools: Add ~s390 keyword wrt bug #661306

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild 
b/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
index 1ed28b38477..089b14979d2 100644
--- a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
+++ b/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-fbsd"
 IUSE="doc test"
 
 RDEPEND="

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

2018-12-21 Thread Mikle Kolyada
commit: 611f180fc1e3b53f006ea59852342dca5f92d5e3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 07:14:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:14:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611f180f

dev-python/pytest: Add ~s390 keyword wrt bug #661306

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest/pytest-3.10.1.ebuild | 2 +-
 dev-python/pytest/pytest-4.0.2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest/pytest-3.10.1.ebuild 
b/dev-python/pytest/pytest-3.10.1.ebuild
index de5d4c01da6..7419f06cfcc 100644
--- a/dev-python/pytest/pytest-3.10.1.ebuild
+++ b/dev-python/pytest/pytest-3.10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # When bumping, please check setup.py for the proper py version

diff --git a/dev-python/pytest/pytest-4.0.2.ebuild 
b/dev-python/pytest/pytest-4.0.2.ebuild
index de5d4c01da6..7419f06cfcc 100644
--- a/dev-python/pytest/pytest-4.0.2.ebuild
+++ b/dev-python/pytest/pytest-4.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # When bumping, please check setup.py for the proper py version



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

2018-12-21 Thread Mikle Kolyada
commit: 15057079885baa4bac4ea368f4c87a778c9b6a84
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:42:06 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15057079

app-misc/elasticsearch: bump to 6.5.4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-misc/elasticsearch/Manifest   |  2 +
 app-misc/elasticsearch/elasticsearch-6.5.4.ebuild | 91 +++
 2 files changed, 93 insertions(+)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index bcc09f2738a..be2ac15acba 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -2,6 +2,8 @@ DIST elasticsearch-5.6.13.tar.gz 33894848 BLAKE2B 
d6b486154c4b4df155e443adee7d07
 DIST elasticsearch-6.3.2.tar.gz 91452574 BLAKE2B 
c422990fabad70e6e77e8f59f6fb9e9bf5a84eb7e6b8b67dfd91f53e474b1b501b3a1d5ea8f54f0793631504f194a116e816eb3558782b67c8dadecbc2711ee5
 SHA512 
954cd1e16a5f2e0b0efaeb7e6b19c708d1588d30814a31defb09037c3b90f78c5e9dbd1ca9af9c700d517145a4279bacc1d8ce7cc6894fbe7bf71eec9ed3110d
 DIST elasticsearch-6.4.3.tar.gz 97872736 BLAKE2B 
e8c5db4f7238afccce4cf1ca0eced7b7e97891455cd28583eafd7ba028ba3cbc3596cedb2dc4267e677b3c7bbd459b8144284eca358f8c0e34a9a0b8a33426a8
 SHA512 
2f48720fd1644b1d0f103ca93bd19632c2a12bd3c94434ddf58bc692cb0b23631222f8d23cc0d0e85e271e11099fe0fc8aedf402906b76845ad680eb592f8987
 DIST elasticsearch-6.5.2.tar.gz 113320120 BLAKE2B 
4e1783890ea146d1a484e549c66d003c71bfd1977aae56de6e2b14322d776570b5c1061fbb3fa771adf86aab9421d76ba9fc591eea09fb67a506e7f9b3c9
 SHA512 
b7923d49abb5b5c62d020f75bf9152b8972e24001d31b7e59034c4469acb59cebe6efe1005e7f2c983d4cb02dd1588cf7735146e56aa101f20a8f8c772862957
+DIST elasticsearch-6.5.4.tar.gz 113322649 BLAKE2B 
876dd23f80e24390e4efa1aeca6fa5791e3320a292d60d1b7628c685d1a3210f8ab15b78013ccbad5e589bf65fc05153ee810a1113d6ab9b2bfe62a335887302
 SHA512 
dcd6afdac02cdacdd4bbb3d9f73bffeb7a93750b35f5a5a991dae6c7d9f8883e33401ddf3096346e008047bfcf08d09435ea5f0290e717ff3a041600ea088584
 DIST elasticsearch-oss-6.3.2.tar.gz 29418577 BLAKE2B 
152640dc01a10f44ba43f87f68361cc0dd5e1cf54d0ff92377f3acd1a12a247f002ffe2d003cc53760e891278249c10b1d6d4eb978b0bb1c1ebf8879a2cfcb9a
 SHA512 
3c51a860414f7e55900b1d9a350bdbc3e673c8445e316454c2480315b4b9fc08df58090c6281cecc3ae63d12d78d6bd58e228b3371aa325db799ce18758a21f4
 DIST elasticsearch-oss-6.4.3.tar.gz 33727639 BLAKE2B 
b4f4821af7a2447a6a16158c32bf676ebbfd8598fde8af558dd19d6e365df66be17d0984e3acb9380a0d5e0cff486b85f6edf96312bd3bb3fc5ae52c270306f3
 SHA512 
b1147baa95119a8a96779125351358b4c62f2a546b65a9750c11d1d1b9270f06db6da8ff1d9ad11efade1eaea8487087e2d8839b0edfc5da6d9b54da6c6df4e7
 DIST elasticsearch-oss-6.5.2.tar.gz 34263400 BLAKE2B 
30d30d173aaccf2c70c3cf7a2cb14de8c38358dba9affe31452b3a42f48fdcec6ff7484909d4bc68a93360367d04a226df95b3ebe868c22c86934f0ce78bc865
 SHA512 
45eb22f94da4d048f0a5ef7cb0ae402af10b7fb2bb7d79a520865524ef52f0e2e5e2295ec3970a1d34f496bab729e1bfd6ba753c323ff82d165902bb81bddb69
+DIST elasticsearch-oss-6.5.4.tar.gz 34267092 BLAKE2B 
18a35c4556a93d953665c1b740265c539e9f7f2232070a2ee9a0419f3c4b09748f8661bb53c5c785b4a26b001060a8b8bf96f4fc50af3a9252380e89623c9253
 SHA512 
1835aa2862104d328deb5bfcdbbab5d121cd8dff883b7f56f14cc4dadb88c7560b688ac21fb51e0d086b6ed07e0345f26de91c2887253b40abf23c4d5e37e197

diff --git a/app-misc/elasticsearch/elasticsearch-6.5.4.ebuild 
b/app-misc/elasticsearch/elasticsearch-6.5.4.ebuild
new file mode 100644
index 000..1db488852a4
--- /dev/null
+++ b/app-misc/elasticsearch/elasticsearch-6.5.4.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd user
+
+DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
+HOMEPAGE="https://www.elastic.co/products/elasticsearch";
+SRC_URI="x-pack? ( https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz )
+   !x-pack? ( 
https://artifacts.elastic.co/downloads/${PN}/${PN}-oss-${PV}.tar.gz )"
+LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain x-pack? ( Elastic )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="x-pack"
+
+RDEPEND="virtual/jre:1.8"
+
+QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN}
+}
+
+src_prepare() {
+   default
+
+   rm bin/*.{bat,exe} LICENSE.txt NOTICE.txt || die
+   rmdir logs || die
+
+   if use x-pack; then
+   rm bin/x-pack/*.bat || die
+   rm -r modules/x-pack-ml/platform/{darwin,windows}-x86_64 || die
+   fi
+}
+
+src_install() {
+   keepdir /etc/${PN}
+   keepdir /etc/${PN}/scripts
+
+   insinto /etc/${PN}
+   doins -r config/.
+   rm -r config || die
+
+   fowners roo

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

2018-12-21 Thread Mikle Kolyada
commit: ea44cb01c283797f26fd3e4d44b532fae7078edb
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:51:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea44cb01

www-apps/kibana-bin: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 www-apps/kibana-bin/Manifest|  2 -
 www-apps/kibana-bin/kibana-bin-6.5.2.ebuild | 74 -
 2 files changed, 76 deletions(-)

diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest
index df61b9f321a..ce6e7643fd6 100644
--- a/www-apps/kibana-bin/Manifest
+++ b/www-apps/kibana-bin/Manifest
@@ -1,9 +1,7 @@
 DIST kibana-5.6.13-linux-x86_64.tar.gz 53161803 BLAKE2B 
708827b2d9d3b216cc20ae8f63376fbbb53b6a7baaf3dbc73d4649ff02b54e417cbc0c4609a6c8b8388029ec0f34092e34a683d97f57963e3203d503eb5651fe
 SHA512 
e32631f58e4428840f7f9482fed30f685bba0ac99dbeb39aa9b4b5e490cdae52105df332917dd9d149880bf8bbe200816304d03a93d919b7ca0b9c54ebe51353
 DIST kibana-6.3.2-linux-x86_64.tar.gz 205331616 BLAKE2B 
17273e641a9f146943cc4aebbce1114706dcf5d4c5f4d865a79d5b576a845c40268ea4389c358d555ca278c0bed4a68baef661472f80f7957dd013f0ce2e9835
 SHA512 
35eb97ca2f8d0bd80dc7dcdc5bc03f8ab21d1280d11d892f12eda5a173a951dfe88718d45c94ff0a748bb324e44f243cda0ba314c6dcd249cd960928f7c7b7ea
 DIST kibana-6.4.3-linux-x86_64.tar.gz 235299366 BLAKE2B 
58d788180b2afbf5c010b712e04fe39f469d63effb256454e8d56e36a0e0eb372255ac8c19af3b3e878992858472353c79eaaf447f2fdd8a8d70235dd79d36bf
 SHA512 
f247078bfa7435239f9b9258a1563e73e17662735a83b154a02809f9c383f56cec68a3c189c84f43ecd2d9e4abc25d55f6593dd79b725fd79820f92d8543d244
-DIST kibana-6.5.2-linux-x86_64.tar.gz 206752918 BLAKE2B 
0a337a768fd2d1dd7d6ce9250c43618248e6f694a9be9245292e2180fb5b2caf017daf28c95e5261d3abccc9b53e65d9657e2fce97ed557c8f6542b33d71d6a5
 SHA512 
a2ec63533f74b26ce590a322c5f1d6b1b2d4502501cbec8692dd055f4e794ca11fd30e9ee429fcf0eef97a106b9f58b9d7879de19fd310b9421b0c04dd516250
 DIST kibana-6.5.4-linux-x86_64.tar.gz 206631363 BLAKE2B 
83be5a2c0f47257338ad5b547fecb20748c10f1607d88543ec36d6a9ea6b519c6545af13df90eac5fbb774ff1431bcede8c29d7cb4c0bca98ce26557d907bb03
 SHA512 
260e577ba5f9464228a03689e8fd823cfba4a91670dea2f210da508d97ade6091febb2bae29893427eccdcfd2db75a8d62e265edade7ca9b9f2513fb66f8917d
 DIST kibana-oss-6.3.2-linux-x86_64.tar.gz 89561513 BLAKE2B 
37031653e171d683a18f25c957545b6b143c2f0d8c07da6c02ea61c8296657d190540f4ffee2c6a62a9146800971041d7e4e30767892ba2bbff0486aef31cda5
 SHA512 
87236fa1a45a5c5e0ecdc033f864e9a1f74cb148e350b83c6c024b37eb71e3c16236fe52525898532f286f816cb6d03de23cba3d97e0cc0c4d622cdd18c7defb
 DIST kibana-oss-6.4.3-linux-x86_64.tar.gz 76671516 BLAKE2B 
c3800f2c53af55139ce101ff13391fff2908fb0b9e45b46588f18a27653bf6492259a81e93b5c0f8e654696434efa510646cba5d5f6dba9ba2377451aaf9f259
 SHA512 
db55d5201675d1d71cbc511ffd4fb94332316eef8f06c2419d498b930e068030c625c18a0c2fec761cb0c066abc16ddf2c2d8a2fa59aaa3bc35ea1e289b8ae99
-DIST kibana-oss-6.5.2-linux-x86_64.tar.gz 77696717 BLAKE2B 
a659a5486b101f041885996f11f555dd5a7c864097365d76c4199693ca27a0fae0df5ea10b02aa1267d057e13a18b1e4f9e0d5fd8d679e8282eb6ff61135a224
 SHA512 
a83696783e45025c4f3636ccdbb3e8430085aee155f6d5df9ec3c16da6f646e23d6ec05096d0752f29ffee77ed42bd45bec0e1f1871b5b7c8aeb7709749c984a
 DIST kibana-oss-6.5.4-linux-x86_64.tar.gz 77637829 BLAKE2B 
f9b6881c35ebcaf112634989337f40820b450cf2a070c32f02f4a7d4c122f0c4ff44f8feb56b0d8683e96a13f2ef6ee96e237dd27fd9c32efdb9c7dfde020fb8
 SHA512 
65c4ab427ae2a2486b71520893eeb78d8628bf3e6fd47c0d576ca4b6bfa8f9058ecf957ef488fd47260c8295ea49952e1b411d6a6c199f26d74e6a84cfcf7309

diff --git a/www-apps/kibana-bin/kibana-bin-6.5.2.ebuild 
b/www-apps/kibana-bin/kibana-bin-6.5.2.ebuild
deleted file mode 100644
index ed01f9fe2aa..000
--- a/www-apps/kibana-bin/kibana-bin-6.5.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd user
-
-MY_PN="${PN%-bin}"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Analytics and search dashboard for Elasticsearch"
-HOMEPAGE="https://www.elastic.co/products/kibana";
-SRC_URI="x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz )
-   !x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_PN}-oss-${PV}-linux-x86_64.tar.gz
 )"
-
-# source: LICENSE.txt and NOTICE.txt
-LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT 
MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB x-pack? ( Elastic 
)"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="x-pack"
-
-RDEPEND=">=net-libs/nodejs-8.14.0"
-
-S="${WORKDIR}/${MY_P}-linux-x86_64"
-
-pkg_setup() {
-   enewgroup ${MY_PN}
-   enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN}
-}
-
-src_prepare() {
-   default
-
-   # remove bundled nodejs
-  

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

2018-12-21 Thread Mikle Kolyada
commit: 7b145833fdf226a3be743d3844ae70a3345e852f
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:55:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b145833

app-admin/filebeat: bump to 6.5.4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/filebeat/Manifest  |  1 +
 app-admin/filebeat/filebeat-6.5.4.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index f813266b12e..70fafd51150 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -2,3 +2,4 @@ DIST filebeat-5.6.13.tar.gz 18212575 BLAKE2B 
a0b8810523cecd1c6c87a69832c92b39fdc
 DIST filebeat-6.3.2.tar.gz 20923316 BLAKE2B 
70ac7e574f94a6141a7c6a1bd0af45ddbda3d01d6ea006c90ea341d2df03cac320d53496833cace3b394b9433251ea68a248dafdc8e28a85a6014314d5a2f3c4
 SHA512 
3d6ed03c9286bc778ad979b1398fcd70d870be184f912202ee5fab7c0ff23df639f445ec14cfcfd4d41ef648f33e88c2959f3c5f966fd3986884a223623a
 DIST filebeat-6.4.3.tar.gz 22085261 BLAKE2B 
466580ba371d02bd0b51bd80f0e8d9766f2af1d371f88cd01144a648cd8d5488ca54447e925e9014790a836009d76be9eec9ef9b14a102287d3f4a71b852d20d
 SHA512 
c28d9939c2082b586ddf744b4e18427096290987efd74f7ea03d2632a1cdcbc5dd2b043ee7ceeb0457098faeb52abbac57652077c518112fb65858954ee27f34
 DIST filebeat-6.5.2.tar.gz 25277622 BLAKE2B 
9a18270e7f147528a324b8ec2c06780ab92bae5a67456d141e66a21cbf8962ef085b7e750476f204e01265cf56cbdec1a3dbe298b037ed59cae8a850205cbd2e
 SHA512 
a4417ecc9ef46ac0b4263434baa4c04058fba82ff312fc8dd9cfd94cbd4c0536ad19a47a18c09707e84360af2eacc64e23715d76359360c38f91e5e7ef8e8d99
+DIST filebeat-6.5.4.tar.gz 25286147 BLAKE2B 
c3eca03c8e8e2b863918f3fe65bdea46b351739569f5570daac3e321963e98190331c5bf99c2451db5faa615620e023d2fd9c73060d4d775392a86a2f5578d80
 SHA512 
a48b9ae267ec80c1b45e4e07644f8080f8ba280da5c3543022b73472eb70de9d836cfffd387e576298becf9313d2cfa67d835158442f163b1a1bd0e72df31297

diff --git a/app-admin/filebeat/filebeat-6.5.4.ebuild 
b/app-admin/filebeat/filebeat-6.5.4.ebuild
new file mode 100644
index 000..9c0c5d215f4
--- /dev/null
+++ b/app-admin/filebeat/filebeat-6.5.4.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
+HOMEPAGE="https://www.elastic.co/products/beats";
+SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+DEPEND=">=dev-lang/go-1.11.2"
+RDEPEND="!app-admin/filebeat-bin"
+
+# Do not complain about CFLAGS etc since go projects do not use them.
+QA_FLAGS_IGNORED='.*'
+
+S="${WORKDIR}/src/github.com/elastic/beats"
+
+src_unpack() {
+   mkdir -p "${S%/*}" || die
+   default
+   mv beats-${PV} "${S}" || die
+}
+
+src_prepare() {
+   default
+
+   # avoid Elastic license
+   rm -r x-pack || die
+
+   # use ${PV} instead of git commit id
+   sed -i "s/\(COMMIT_ID=\).*/\1${PV}/g" "${S}/libbeat/scripts/Makefile" 
|| die
+}
+
+src_compile() {
+   GOPATH="${WORKDIR}" emake -C "${S}/filebeat"
+}
+
+src_install() {
+   keepdir /var/{lib,log}/${PN}
+
+   fperms 0750 /var/{lib,log}/${PN}
+
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+   newinitd "${FILESDIR}/${PN}.initd.1" ${PN}
+
+   docinto examples
+   dodoc ${PN}/{filebeat.yml,filebeat.reference.yml}
+
+   dobin filebeat/filebeat
+}
+
+pkg_postinst() {
+   if [[ -n "${REPLACING_VERSIONS}" ]]; then
+   elog "Please read the migration guide at:"
+   elog "https://www.elastic.co/guide/en/beats/libbeat/$(ver_cut 
1-2)/upgrading.html"
+   elog ""
+   fi
+
+   elog "Example configurations:"
+   elog "${EROOT}/usr/share/doc/${PF}/examples"
+}



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

2018-12-21 Thread Mikle Kolyada
commit: b276b3b92f413c7c36f55430bf6155b7501561b9
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:52:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b276b3b9

app-admin/logstash-bin: bump to 6.5.4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/logstash-bin/Manifest  |  2 +
 app-admin/logstash-bin/logstash-bin-6.5.4.ebuild | 77 
 2 files changed, 79 insertions(+)

diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
index 21f8c5ea20f..d201d30d30d 100644
--- a/app-admin/logstash-bin/Manifest
+++ b/app-admin/logstash-bin/Manifest
@@ -2,6 +2,8 @@ DIST logstash-5.6.13.tar.gz 104517136 BLAKE2B 
c4f0ba5f8e1624ef0493e553166a3c18aa
 DIST logstash-6.3.2.tar.gz 144211416 BLAKE2B 
8471fd0a920b4ef06cd775ceaafde33e16e5d1898c89339f4a039262a7a6472d6cb8dd2017db8811d6a827395a5b1e7040d9759c8734de2ccd1fc7e615345813
 SHA512 
11507b9177aa6cd4172eb825e395571de71bae8b0e39d7f700fe27c7219b22bc2b9a493e39016eead2d54407dc5e5cc20a0c6e4453140d628cadea076453308f
 DIST logstash-6.4.3.tar.gz 153936585 BLAKE2B 
efdcc4664587a3ab18e2e78136c92bc643e99989fa5ac1cd1daaeb48ca1f6fa57f122a5686ddcaab59d920a0ef0e59dc70f59c05a520b731347f37d8faa78c38
 SHA512 
39bab1b9b0c9f0006c2ad7aa152b3863179030352202ec0c4c4a887bdeb98d4c34127699655cfc7c5b9f44119b45de9629bfacc670d520dcf266b3298fdf2484
 DIST logstash-6.5.2.tar.gz 160290894 BLAKE2B 
5ddd7df30b1ba121fd0b28a9a7a9f21af487c3beb310509ce532766b5d652de46e4df3fc0ad9cb391e3256a12811b1d841859ab9124c0646c16e72d5e337b655
 SHA512 
2595a47c7834425f61e5e2fc2a34b1a87895db3e262e371c2faa588553de6530f395b2bc311e696ed5cac1b5d225a7ca97d1c6efe6906452791765920da8275f
+DIST logstash-6.5.4.tar.gz 160286824 BLAKE2B 
6f76edee968566539670b0ffc5462a0a417d39dc8f7d3fab35704ace23c27503f7051a064fca2820d52b100a19818621841356f8e1df20a80c95902f4c1c7f95
 SHA512 
8dff51b3944219b462002d0ced4ae7050d8ab8f9335de1132be11ab8e7277731f319c5794601881ee94350152725c599093316c5ef55ddc95279697ec794cc57
 DIST logstash-oss-6.3.2.tar.gz 144128583 BLAKE2B 
99de9d375a06d132844ce63fa5d0e092bb05aedb93ff5e4a278ea75ca2fe68701afa3028af4f9c3e5b3b469e46faf4d6dc62d006e9dac3a9e9528ff94aa2dd47
 SHA512 
7fa97f0ca070677aaddc73ff900397ce4a45f4b02467917219acb3c414cf0cbf396b481f624d2ebc3f370b2e41120b3b103f6d080a9fafdce98b119eb8d27f5d
 DIST logstash-oss-6.4.3.tar.gz 153809786 BLAKE2B 
774e67b7f3b89747299fda520456164186e843dedbea4b6727fa325dc8148ea1b25fcb2105e76b84330729a55390e597fac93cf2e2f258e83f2b6cc1c1091372
 SHA512 
c84e4fcdbf8e96e5d3005186bdf45f20939bb065f02370128b4e15273c4c0fe5609bab606fc7a6a2b71fcee90beb3f435ff42c9126efaed436bf5af1d784c56a
 DIST logstash-oss-6.5.2.tar.gz 160161702 BLAKE2B 
fac7d07c09f80756e3dbc4c36768a1b88a0710eb4c7fb6e5cc5e630f37cd9548917f8ddb51dad97abd8a06bd9a9cbd7710532fa264c80d0af8d0137aaf2aec8d
 SHA512 
509ff8d4bf8a9954d70fc126d379e969c062f8e8ccaf304895a7596abf7e546936fc686fe1f94fa8f536eff86d9307276c5c8b46a4b5a10a8da38a61265479a2
+DIST logstash-oss-6.5.4.tar.gz 160157672 BLAKE2B 
47a6de33697ccc04ba08cb15086cb17ead20a38c9348619ddcd383e61c20265864451939f5be10ec9ebd0ba9b0667264af389130f87181734b942efa49c7e705
 SHA512 
0b8384e48bc584236fa7369339843c9aa1d08fb09a80e209beabf8e029f2fb5a4a5a1a5ef8b91f069cb35472d3b8147752749a4f6a84c6fc5a2cc801ac8d3c91

diff --git a/app-admin/logstash-bin/logstash-bin-6.5.4.ebuild 
b/app-admin/logstash-bin/logstash-bin-6.5.4.ebuild
new file mode 100644
index 000..7cc0ca6f38b
--- /dev/null
+++ b/app-admin/logstash-bin/logstash-bin-6.5.4.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2 user
+
+MY_PN="${PN%-bin}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Tool for managing events and logs"
+HOMEPAGE="https://www.elastic.co/products/logstash";
+SRC_URI="x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.tar.gz )
+   !x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_PN}-oss-${PV}.tar.gz )"
+
+# source: LICENSE.txt and NOTICE.txt
+LICENSE="Apache-2.0 MIT x-pack? ( Elastic )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="x-pack"
+
+RESTRICT="strip"
+QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so"
+
+RDEPEND="virtual/jre:1.8"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   enewgroup ${MY_PN}
+   enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN}
+}
+
+src_install() {
+   keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins}
+   keepdir "/var/lib/${MY_PN}"
+   keepdir "/var/log/${MY_PN}"
+
+   insinto "/usr/share/${MY_PN}"
+   newins "${FILESDIR}/agent.conf.sample" agent.conf
+
+   rm -v config/{pipelines.yml,startup.options} || die
+   insinto /etc/${MY_PN}
+   doins -r config/.
+   doins "${FILESDIR}/pipelines.yml"
+   rm -rv config data || die
+
+

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

2018-12-21 Thread Mikle Kolyada
commit: acc469fd54da17d22ff9a1b2c90b8d3a7852ef58
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:50:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc469fd

www-apps/kibana-bin: bump to 6.5.4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 www-apps/kibana-bin/Manifest|  2 +
 www-apps/kibana-bin/kibana-bin-6.5.4.ebuild | 74 +
 2 files changed, 76 insertions(+)

diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest
index 60c39918851..df61b9f321a 100644
--- a/www-apps/kibana-bin/Manifest
+++ b/www-apps/kibana-bin/Manifest
@@ -2,6 +2,8 @@ DIST kibana-5.6.13-linux-x86_64.tar.gz 53161803 BLAKE2B 
708827b2d9d3b216cc20ae8f
 DIST kibana-6.3.2-linux-x86_64.tar.gz 205331616 BLAKE2B 
17273e641a9f146943cc4aebbce1114706dcf5d4c5f4d865a79d5b576a845c40268ea4389c358d555ca278c0bed4a68baef661472f80f7957dd013f0ce2e9835
 SHA512 
35eb97ca2f8d0bd80dc7dcdc5bc03f8ab21d1280d11d892f12eda5a173a951dfe88718d45c94ff0a748bb324e44f243cda0ba314c6dcd249cd960928f7c7b7ea
 DIST kibana-6.4.3-linux-x86_64.tar.gz 235299366 BLAKE2B 
58d788180b2afbf5c010b712e04fe39f469d63effb256454e8d56e36a0e0eb372255ac8c19af3b3e878992858472353c79eaaf447f2fdd8a8d70235dd79d36bf
 SHA512 
f247078bfa7435239f9b9258a1563e73e17662735a83b154a02809f9c383f56cec68a3c189c84f43ecd2d9e4abc25d55f6593dd79b725fd79820f92d8543d244
 DIST kibana-6.5.2-linux-x86_64.tar.gz 206752918 BLAKE2B 
0a337a768fd2d1dd7d6ce9250c43618248e6f694a9be9245292e2180fb5b2caf017daf28c95e5261d3abccc9b53e65d9657e2fce97ed557c8f6542b33d71d6a5
 SHA512 
a2ec63533f74b26ce590a322c5f1d6b1b2d4502501cbec8692dd055f4e794ca11fd30e9ee429fcf0eef97a106b9f58b9d7879de19fd310b9421b0c04dd516250
+DIST kibana-6.5.4-linux-x86_64.tar.gz 206631363 BLAKE2B 
83be5a2c0f47257338ad5b547fecb20748c10f1607d88543ec36d6a9ea6b519c6545af13df90eac5fbb774ff1431bcede8c29d7cb4c0bca98ce26557d907bb03
 SHA512 
260e577ba5f9464228a03689e8fd823cfba4a91670dea2f210da508d97ade6091febb2bae29893427eccdcfd2db75a8d62e265edade7ca9b9f2513fb66f8917d
 DIST kibana-oss-6.3.2-linux-x86_64.tar.gz 89561513 BLAKE2B 
37031653e171d683a18f25c957545b6b143c2f0d8c07da6c02ea61c8296657d190540f4ffee2c6a62a9146800971041d7e4e30767892ba2bbff0486aef31cda5
 SHA512 
87236fa1a45a5c5e0ecdc033f864e9a1f74cb148e350b83c6c024b37eb71e3c16236fe52525898532f286f816cb6d03de23cba3d97e0cc0c4d622cdd18c7defb
 DIST kibana-oss-6.4.3-linux-x86_64.tar.gz 76671516 BLAKE2B 
c3800f2c53af55139ce101ff13391fff2908fb0b9e45b46588f18a27653bf6492259a81e93b5c0f8e654696434efa510646cba5d5f6dba9ba2377451aaf9f259
 SHA512 
db55d5201675d1d71cbc511ffd4fb94332316eef8f06c2419d498b930e068030c625c18a0c2fec761cb0c066abc16ddf2c2d8a2fa59aaa3bc35ea1e289b8ae99
 DIST kibana-oss-6.5.2-linux-x86_64.tar.gz 77696717 BLAKE2B 
a659a5486b101f041885996f11f555dd5a7c864097365d76c4199693ca27a0fae0df5ea10b02aa1267d057e13a18b1e4f9e0d5fd8d679e8282eb6ff61135a224
 SHA512 
a83696783e45025c4f3636ccdbb3e8430085aee155f6d5df9ec3c16da6f646e23d6ec05096d0752f29ffee77ed42bd45bec0e1f1871b5b7c8aeb7709749c984a
+DIST kibana-oss-6.5.4-linux-x86_64.tar.gz 77637829 BLAKE2B 
f9b6881c35ebcaf112634989337f40820b450cf2a070c32f02f4a7d4c122f0c4ff44f8feb56b0d8683e96a13f2ef6ee96e237dd27fd9c32efdb9c7dfde020fb8
 SHA512 
65c4ab427ae2a2486b71520893eeb78d8628bf3e6fd47c0d576ca4b6bfa8f9058ecf957ef488fd47260c8295ea49952e1b411d6a6c199f26d74e6a84cfcf7309

diff --git a/www-apps/kibana-bin/kibana-bin-6.5.4.ebuild 
b/www-apps/kibana-bin/kibana-bin-6.5.4.ebuild
new file mode 100644
index 000..ed01f9fe2aa
--- /dev/null
+++ b/www-apps/kibana-bin/kibana-bin-6.5.4.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd user
+
+MY_PN="${PN%-bin}"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Analytics and search dashboard for Elasticsearch"
+HOMEPAGE="https://www.elastic.co/products/kibana";
+SRC_URI="x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz )
+   !x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_PN}-oss-${PV}-linux-x86_64.tar.gz
 )"
+
+# source: LICENSE.txt and NOTICE.txt
+LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT 
MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB x-pack? ( Elastic 
)"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="x-pack"
+
+RDEPEND=">=net-libs/nodejs-8.14.0"
+
+S="${WORKDIR}/${MY_P}-linux-x86_64"
+
+pkg_setup() {
+   enewgroup ${MY_PN}
+   enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN}
+}
+
+src_prepare() {
+   default
+
+   # remove bundled nodejs
+   rm -r node || die
+
+   # remove empty unused directory
+   rmdir data || die
+
+   # handle node.js version with RDEPEND
+   sed -i /node_version_validator/d src/setup_node_env/index.js || die
+}
+
+src_install() {
+   

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

2018-12-21 Thread Mikle Kolyada
commit: f4154ed32c11838ebacc936a3a6bafc6df3e6184
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:53:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4154ed3

app-admin/logstash-bin: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/logstash-bin/Manifest  |  2 -
 app-admin/logstash-bin/logstash-bin-6.5.2.ebuild | 77 
 2 files changed, 79 deletions(-)

diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
index d201d30d30d..ea5184722c8 100644
--- a/app-admin/logstash-bin/Manifest
+++ b/app-admin/logstash-bin/Manifest
@@ -1,9 +1,7 @@
 DIST logstash-5.6.13.tar.gz 104517136 BLAKE2B 
c4f0ba5f8e1624ef0493e553166a3c18aab9c4d73a661a5f91988627ec8470dc8a1b52461673e27169c8c10b33dfdeffeef96e70e1a8a04b7ee4a1e71a9afb68
 SHA512 
df12877b8d28ce9392f9d9ec9414205dd1f628a8e927c8b31f0ad3c3c7b11108509fe6b44119faa3f1bab393ea7be74a3a7c5b5b6b49d6ff5b54ce31fd024a04
 DIST logstash-6.3.2.tar.gz 144211416 BLAKE2B 
8471fd0a920b4ef06cd775ceaafde33e16e5d1898c89339f4a039262a7a6472d6cb8dd2017db8811d6a827395a5b1e7040d9759c8734de2ccd1fc7e615345813
 SHA512 
11507b9177aa6cd4172eb825e395571de71bae8b0e39d7f700fe27c7219b22bc2b9a493e39016eead2d54407dc5e5cc20a0c6e4453140d628cadea076453308f
 DIST logstash-6.4.3.tar.gz 153936585 BLAKE2B 
efdcc4664587a3ab18e2e78136c92bc643e99989fa5ac1cd1daaeb48ca1f6fa57f122a5686ddcaab59d920a0ef0e59dc70f59c05a520b731347f37d8faa78c38
 SHA512 
39bab1b9b0c9f0006c2ad7aa152b3863179030352202ec0c4c4a887bdeb98d4c34127699655cfc7c5b9f44119b45de9629bfacc670d520dcf266b3298fdf2484
-DIST logstash-6.5.2.tar.gz 160290894 BLAKE2B 
5ddd7df30b1ba121fd0b28a9a7a9f21af487c3beb310509ce532766b5d652de46e4df3fc0ad9cb391e3256a12811b1d841859ab9124c0646c16e72d5e337b655
 SHA512 
2595a47c7834425f61e5e2fc2a34b1a87895db3e262e371c2faa588553de6530f395b2bc311e696ed5cac1b5d225a7ca97d1c6efe6906452791765920da8275f
 DIST logstash-6.5.4.tar.gz 160286824 BLAKE2B 
6f76edee968566539670b0ffc5462a0a417d39dc8f7d3fab35704ace23c27503f7051a064fca2820d52b100a19818621841356f8e1df20a80c95902f4c1c7f95
 SHA512 
8dff51b3944219b462002d0ced4ae7050d8ab8f9335de1132be11ab8e7277731f319c5794601881ee94350152725c599093316c5ef55ddc95279697ec794cc57
 DIST logstash-oss-6.3.2.tar.gz 144128583 BLAKE2B 
99de9d375a06d132844ce63fa5d0e092bb05aedb93ff5e4a278ea75ca2fe68701afa3028af4f9c3e5b3b469e46faf4d6dc62d006e9dac3a9e9528ff94aa2dd47
 SHA512 
7fa97f0ca070677aaddc73ff900397ce4a45f4b02467917219acb3c414cf0cbf396b481f624d2ebc3f370b2e41120b3b103f6d080a9fafdce98b119eb8d27f5d
 DIST logstash-oss-6.4.3.tar.gz 153809786 BLAKE2B 
774e67b7f3b89747299fda520456164186e843dedbea4b6727fa325dc8148ea1b25fcb2105e76b84330729a55390e597fac93cf2e2f258e83f2b6cc1c1091372
 SHA512 
c84e4fcdbf8e96e5d3005186bdf45f20939bb065f02370128b4e15273c4c0fe5609bab606fc7a6a2b71fcee90beb3f435ff42c9126efaed436bf5af1d784c56a
-DIST logstash-oss-6.5.2.tar.gz 160161702 BLAKE2B 
fac7d07c09f80756e3dbc4c36768a1b88a0710eb4c7fb6e5cc5e630f37cd9548917f8ddb51dad97abd8a06bd9a9cbd7710532fa264c80d0af8d0137aaf2aec8d
 SHA512 
509ff8d4bf8a9954d70fc126d379e969c062f8e8ccaf304895a7596abf7e546936fc686fe1f94fa8f536eff86d9307276c5c8b46a4b5a10a8da38a61265479a2
 DIST logstash-oss-6.5.4.tar.gz 160157672 BLAKE2B 
47a6de33697ccc04ba08cb15086cb17ead20a38c9348619ddcd383e61c20265864451939f5be10ec9ebd0ba9b0667264af389130f87181734b942efa49c7e705
 SHA512 
0b8384e48bc584236fa7369339843c9aa1d08fb09a80e209beabf8e029f2fb5a4a5a1a5ef8b91f069cb35472d3b8147752749a4f6a84c6fc5a2cc801ac8d3c91

diff --git a/app-admin/logstash-bin/logstash-bin-6.5.2.ebuild 
b/app-admin/logstash-bin/logstash-bin-6.5.2.ebuild
deleted file mode 100644
index 7cc0ca6f38b..000
--- a/app-admin/logstash-bin/logstash-bin-6.5.2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-pkg-2 user
-
-MY_PN="${PN%-bin}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Tool for managing events and logs"
-HOMEPAGE="https://www.elastic.co/products/logstash";
-SRC_URI="x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.tar.gz )
-   !x-pack? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_PN}-oss-${PV}.tar.gz )"
-
-# source: LICENSE.txt and NOTICE.txt
-LICENSE="Apache-2.0 MIT x-pack? ( Elastic )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="x-pack"
-
-RESTRICT="strip"
-QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so"
-
-RDEPEND="virtual/jre:1.8"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   enewgroup ${MY_PN}
-   enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN}
-}
-
-src_install() {
-   keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins}
-   keepdir "/var/lib/${MY_PN}"
-   keepdir "/var/log/${MY_PN}"
-
-   insinto "/usr/share/${MY_PN}"
-   newins "${FILESD

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

2018-12-21 Thread Mikle Kolyada
commit: 7e3c5672c7295d34e41dfd0d09e0a4d6653ac061
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:55:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3c5672

app-admin/filebeat: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/filebeat/Manifest  |  1 -
 app-admin/filebeat/filebeat-6.5.2.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index 70fafd51150..3f1be06837d 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -1,5 +1,4 @@
 DIST filebeat-5.6.13.tar.gz 18212575 BLAKE2B 
a0b8810523cecd1c6c87a69832c92b39fdc4cbe199eeae3c837f60b5057915e4d1ffb0fd371b3296cea398a11135b9d8da147451997514c85447722d086b8739
 SHA512 
fd572666858f1aeeede9e1b2074668d0bd691f58d51acd7955a3203b27d3ee850784a39e47941a570a833926a4109645eb98c24b49263276d1df475578c17efa
 DIST filebeat-6.3.2.tar.gz 20923316 BLAKE2B 
70ac7e574f94a6141a7c6a1bd0af45ddbda3d01d6ea006c90ea341d2df03cac320d53496833cace3b394b9433251ea68a248dafdc8e28a85a6014314d5a2f3c4
 SHA512 
3d6ed03c9286bc778ad979b1398fcd70d870be184f912202ee5fab7c0ff23df639f445ec14cfcfd4d41ef648f33e88c2959f3c5f966fd3986884a223623a
 DIST filebeat-6.4.3.tar.gz 22085261 BLAKE2B 
466580ba371d02bd0b51bd80f0e8d9766f2af1d371f88cd01144a648cd8d5488ca54447e925e9014790a836009d76be9eec9ef9b14a102287d3f4a71b852d20d
 SHA512 
c28d9939c2082b586ddf744b4e18427096290987efd74f7ea03d2632a1cdcbc5dd2b043ee7ceeb0457098faeb52abbac57652077c518112fb65858954ee27f34
-DIST filebeat-6.5.2.tar.gz 25277622 BLAKE2B 
9a18270e7f147528a324b8ec2c06780ab92bae5a67456d141e66a21cbf8962ef085b7e750476f204e01265cf56cbdec1a3dbe298b037ed59cae8a850205cbd2e
 SHA512 
a4417ecc9ef46ac0b4263434baa4c04058fba82ff312fc8dd9cfd94cbd4c0536ad19a47a18c09707e84360af2eacc64e23715d76359360c38f91e5e7ef8e8d99
 DIST filebeat-6.5.4.tar.gz 25286147 BLAKE2B 
c3eca03c8e8e2b863918f3fe65bdea46b351739569f5570daac3e321963e98190331c5bf99c2451db5faa615620e023d2fd9c73060d4d775392a86a2f5578d80
 SHA512 
a48b9ae267ec80c1b45e4e07644f8080f8ba280da5c3543022b73472eb70de9d836cfffd387e576298becf9313d2cfa67d835158442f163b1a1bd0e72df31297

diff --git a/app-admin/filebeat/filebeat-6.5.2.ebuild 
b/app-admin/filebeat/filebeat-6.5.2.ebuild
deleted file mode 100644
index 9c0c5d215f4..000
--- a/app-admin/filebeat/filebeat-6.5.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
-HOMEPAGE="https://www.elastic.co/products/beats";
-SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-DEPEND=">=dev-lang/go-1.11.2"
-RDEPEND="!app-admin/filebeat-bin"
-
-# Do not complain about CFLAGS etc since go projects do not use them.
-QA_FLAGS_IGNORED='.*'
-
-S="${WORKDIR}/src/github.com/elastic/beats"
-
-src_unpack() {
-   mkdir -p "${S%/*}" || die
-   default
-   mv beats-${PV} "${S}" || die
-}
-
-src_prepare() {
-   default
-
-   # avoid Elastic license
-   rm -r x-pack || die
-
-   # use ${PV} instead of git commit id
-   sed -i "s/\(COMMIT_ID=\).*/\1${PV}/g" "${S}/libbeat/scripts/Makefile" 
|| die
-}
-
-src_compile() {
-   GOPATH="${WORKDIR}" emake -C "${S}/filebeat"
-}
-
-src_install() {
-   keepdir /var/{lib,log}/${PN}
-
-   fperms 0750 /var/{lib,log}/${PN}
-
-   newconfd "${FILESDIR}/${PN}.confd" ${PN}
-   newinitd "${FILESDIR}/${PN}.initd.1" ${PN}
-
-   docinto examples
-   dodoc ${PN}/{filebeat.yml,filebeat.reference.yml}
-
-   dobin filebeat/filebeat
-}
-
-pkg_postinst() {
-   if [[ -n "${REPLACING_VERSIONS}" ]]; then
-   elog "Please read the migration guide at:"
-   elog "https://www.elastic.co/guide/en/beats/libbeat/$(ver_cut 
1-2)/upgrading.html"
-   elog ""
-   fi
-
-   elog "Example configurations:"
-   elog "${EROOT}/usr/share/doc/${PF}/examples"
-}



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

2018-12-21 Thread Mikle Kolyada
commit: 3f3e5b1714de627dcfb5ce3dc66dd3ebef8baf37
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 09:48:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 07:08:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3e5b17

app-misc/elasticsearch: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-misc/elasticsearch/Manifest   |  2 -
 app-misc/elasticsearch/elasticsearch-6.5.2.ebuild | 91 ---
 2 files changed, 93 deletions(-)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index be2ac15acba..d92e5026475 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -1,9 +1,7 @@
 DIST elasticsearch-5.6.13.tar.gz 33894848 BLAKE2B 
d6b486154c4b4df155e443adee7d07200822f4a14f9cc50753e5b4621630c3b5de7b6b3d3ad7745b898f5a24c02aaddbec05aaf0f5d38fbda8acd78eed433939
 SHA512 
dbda463f0fba0b921ac65ca8743f53cb21410001cb6113aeaa2bfe3e22fbdac9f9010a3bdd2df5b8bc6c7cd59513d9fbac8b408d22d2b885ff5dadbb463b7981
 DIST elasticsearch-6.3.2.tar.gz 91452574 BLAKE2B 
c422990fabad70e6e77e8f59f6fb9e9bf5a84eb7e6b8b67dfd91f53e474b1b501b3a1d5ea8f54f0793631504f194a116e816eb3558782b67c8dadecbc2711ee5
 SHA512 
954cd1e16a5f2e0b0efaeb7e6b19c708d1588d30814a31defb09037c3b90f78c5e9dbd1ca9af9c700d517145a4279bacc1d8ce7cc6894fbe7bf71eec9ed3110d
 DIST elasticsearch-6.4.3.tar.gz 97872736 BLAKE2B 
e8c5db4f7238afccce4cf1ca0eced7b7e97891455cd28583eafd7ba028ba3cbc3596cedb2dc4267e677b3c7bbd459b8144284eca358f8c0e34a9a0b8a33426a8
 SHA512 
2f48720fd1644b1d0f103ca93bd19632c2a12bd3c94434ddf58bc692cb0b23631222f8d23cc0d0e85e271e11099fe0fc8aedf402906b76845ad680eb592f8987
-DIST elasticsearch-6.5.2.tar.gz 113320120 BLAKE2B 
4e1783890ea146d1a484e549c66d003c71bfd1977aae56de6e2b14322d776570b5c1061fbb3fa771adf86aab9421d76ba9fc591eea09fb67a506e7f9b3c9
 SHA512 
b7923d49abb5b5c62d020f75bf9152b8972e24001d31b7e59034c4469acb59cebe6efe1005e7f2c983d4cb02dd1588cf7735146e56aa101f20a8f8c772862957
 DIST elasticsearch-6.5.4.tar.gz 113322649 BLAKE2B 
876dd23f80e24390e4efa1aeca6fa5791e3320a292d60d1b7628c685d1a3210f8ab15b78013ccbad5e589bf65fc05153ee810a1113d6ab9b2bfe62a335887302
 SHA512 
dcd6afdac02cdacdd4bbb3d9f73bffeb7a93750b35f5a5a991dae6c7d9f8883e33401ddf3096346e008047bfcf08d09435ea5f0290e717ff3a041600ea088584
 DIST elasticsearch-oss-6.3.2.tar.gz 29418577 BLAKE2B 
152640dc01a10f44ba43f87f68361cc0dd5e1cf54d0ff92377f3acd1a12a247f002ffe2d003cc53760e891278249c10b1d6d4eb978b0bb1c1ebf8879a2cfcb9a
 SHA512 
3c51a860414f7e55900b1d9a350bdbc3e673c8445e316454c2480315b4b9fc08df58090c6281cecc3ae63d12d78d6bd58e228b3371aa325db799ce18758a21f4
 DIST elasticsearch-oss-6.4.3.tar.gz 33727639 BLAKE2B 
b4f4821af7a2447a6a16158c32bf676ebbfd8598fde8af558dd19d6e365df66be17d0984e3acb9380a0d5e0cff486b85f6edf96312bd3bb3fc5ae52c270306f3
 SHA512 
b1147baa95119a8a96779125351358b4c62f2a546b65a9750c11d1d1b9270f06db6da8ff1d9ad11efade1eaea8487087e2d8839b0edfc5da6d9b54da6c6df4e7
-DIST elasticsearch-oss-6.5.2.tar.gz 34263400 BLAKE2B 
30d30d173aaccf2c70c3cf7a2cb14de8c38358dba9affe31452b3a42f48fdcec6ff7484909d4bc68a93360367d04a226df95b3ebe868c22c86934f0ce78bc865
 SHA512 
45eb22f94da4d048f0a5ef7cb0ae402af10b7fb2bb7d79a520865524ef52f0e2e5e2295ec3970a1d34f496bab729e1bfd6ba753c323ff82d165902bb81bddb69
 DIST elasticsearch-oss-6.5.4.tar.gz 34267092 BLAKE2B 
18a35c4556a93d953665c1b740265c539e9f7f2232070a2ee9a0419f3c4b09748f8661bb53c5c785b4a26b001060a8b8bf96f4fc50af3a9252380e89623c9253
 SHA512 
1835aa2862104d328deb5bfcdbbab5d121cd8dff883b7f56f14cc4dadb88c7560b688ac21fb51e0d086b6ed07e0345f26de91c2887253b40abf23c4d5e37e197

diff --git a/app-misc/elasticsearch/elasticsearch-6.5.2.ebuild 
b/app-misc/elasticsearch/elasticsearch-6.5.2.ebuild
deleted file mode 100644
index 1db488852a4..000
--- a/app-misc/elasticsearch/elasticsearch-6.5.2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd user
-
-DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
-HOMEPAGE="https://www.elastic.co/products/elasticsearch";
-SRC_URI="x-pack? ( https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz )
-   !x-pack? ( 
https://artifacts.elastic.co/downloads/${PN}/${PN}-oss-${PV}.tar.gz )"
-LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain x-pack? ( Elastic )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="x-pack"
-
-RDEPEND="virtual/jre:1.8"
-
-QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN}
-}
-
-src_prepare() {
-   default
-
-   rm bin/*.{bat,exe} LICENSE.txt NOTICE.txt || die
-   rmdir logs || die
-
-   if use x-pack; then
-   rm bin/x-pack/*.bat || die
-   rm -r modules/x-pack-ml/plat

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

2018-12-21 Thread Andrew Savchenko
commit: f4a8f285371d3b64355e50bfc2a4754fbfbbe2ec
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat Dec 22 06:53:17 2018 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Dec 22 06:54:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a8f285

dev-util/oprofile: remove old

Signed-off-by: Andrew Savchenko  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 dev-util/oprofile/Manifest |  1 -
 .../files/oprofile-1.1.0-gcc6-template-depth.patch | 10 ---
 dev-util/oprofile/files/oprofile-1.1.0-gcc6.patch  | 30 -
 dev-util/oprofile/oprofile-1.1.0-r1.ebuild | 75 --
 4 files changed, 116 deletions(-)

diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest
index 9485fee3e1b..6e3bf9e62e3 100644
--- a/dev-util/oprofile/Manifest
+++ b/dev-util/oprofile/Manifest
@@ -1,3 +1,2 @@
-DIST oprofile-1.1.0.tar.gz 1468502 BLAKE2B 
5c0abdf1ce6f3fa9b7140036ff654b2f5d5e29d996afec834014c141a4669e57c1d4ac60d6705c35ee1dce23ce790e07063b58508abd39b6562b7298744e2eb4
 SHA512 
b26f67f20172a4912c0aafb3adf83f9084ea62b9ca89e4cfcb3e13276114a05b07587f7d250028995a10c39ae993e2bce271be11688010473ab9f0fd81715758
 DIST oprofile-1.2.0.tar.gz 1533343 BLAKE2B 
873433ddba11389a221ff3b6eb6b8b19748ac4989232bda7d9af698b95dedf8ecd1112dce3accab5e1b40c87287901c015eec167713b9ad11daa0a0f0e3255f9
 SHA512 
d642d9a8d71ad271a80d21806ffd8522613830f450a71dc531005e940f31f683936691898d381a31f8913715361db8c1713dfe3744a5f9214419349f6504717d
 DIST oprofile-1.3.0.tar.gz 1547258 BLAKE2B 
d8777e41856dc2f082570a1542609bd730fd7076000443f2e17c77eaf75df7a7a772ebb49d82ee657f563797858cecb4c23b130b0174d154c54d5619b8528ad1
 SHA512 
02a940cd8d38834dca2a97c8ac0fff04ef95b3819cfdf74a462b9326c7abbf2dc55d2a9b9d1fbefc7f455465bf85516be2b879d7daf1861ba2c4af51214377ba

diff --git a/dev-util/oprofile/files/oprofile-1.1.0-gcc6-template-depth.patch 
b/dev-util/oprofile/files/oprofile-1.1.0-gcc6-template-depth.patch
deleted file mode 100644
index 01fc86910a3..000
--- a/dev-util/oprofile/files/oprofile-1.1.0-gcc6-template-depth.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 oprofile-1.1.0/configure.ac.orig   2015-07-21 17:53:27.0 +0300
-+++ oprofile-1.1.0/configure.ac2016-11-22 01:15:31.329067697 +0300
-@@ -320,7 +320,6 @@
- AX_CXXFLAGS_OPTION(OP_CXXFLAGS,[-Wall])
- AX_CFLAGS_OPTION(OP_CFLAGS,[-fno-common])
- AX_CXXFLAGS_OPTION(OP_CXXFLAGS,[-fno-common])
--AX_CXXFLAGS_OPTION(OP_CXXFLAGS,[-ftemplate-depth-50])
- AX_CFLAGS_OPTION(OP_CFLAGS,[-Wdeclaration-after-statement])
- 
- dnl enable option to use GCC test coverage

diff --git a/dev-util/oprofile/files/oprofile-1.1.0-gcc6.patch 
b/dev-util/oprofile/files/oprofile-1.1.0-gcc6.patch
deleted file mode 100644
index ab3ca7c1b14..000
--- a/dev-util/oprofile/files/oprofile-1.1.0-gcc6.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 a/libop/op_alloc_counter.c
-+++ b/libop/op_alloc_counter.c
-@@ -171,7 +171,7 @@
-   /* no counters then probably perfmon managing perfmon hw */
-   if (nr_counters <= 0) {
-   nr_counters = op_get_nr_counters(cpu_type);
--  unavailable_counters = (~0) << nr_counters;
-+  unavailable_counters = (~0U) << nr_counters;
-   }
- 
-   /* Check to see if we have enough physical counters to map events*/
 a/libutil++/op_bfd.cpp
-+++ b/libutil++/op_bfd.cpp
-@@ -535,15 +535,13 @@
- {
-   op_bfd_symbol const & sym = syms[sym_idx];
- 
--  bool const verbose = cverb << (vbfd & vlevel1);
--
-   if (anon_obj)
-   start = sym.vma();
-   else
-   start = sym.filepos();
-   end = start + sym.size();
- 
--  if (!verbose)
-+  if (!(cverb << (vbfd & vlevel1)))
-   return;
- 
-   io_state state(cverb << (vbfd & vlevel1));

diff --git a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild 
b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild
deleted file mode 100644
index 2c8a16f7a16..000
--- a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit autotools eutils java-pkg-opt-2 linux-info multilib user
-
-MY_P=${PN}-${PV/_/-}
-DESCRIPTION="A transparent low-overhead system-wide profiler"
-HOMEPAGE="http://${PN}.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86"
-IUSE="java pch"
-
-RDEPEND=">=dev-libs/popt-1.7-r1
-   sys-libs/binutils-libs:=
-   >=sys-libs/glibc-2.3.2-r1
-   java? ( >=virtual/jdk-1.5:= )
-   ppc64? ( dev-libs/libpfm )"
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.31"
-
-S="${WORKDIR}/${MY_P}"
-
-CONFIG_CHECK="PERF_EVENTS"
-ERROR_PERF_EVENTS="CONFIG_PERF_EVENTS is mandatory for ${PN} to work."
-
-pkg_setup() {
-   linux-info_pkg_setup
-   if ! kernel_is -ge 2 6 31; then
-  

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

2018-12-21 Thread Hans de Graaff
commit: 5fb473b281cf9ddbff87a86e523d8e06ad0c1a61
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 22 06:44:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 22 06:44:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb473b2

dev-ruby/patron: missing test dep on puma

Add a missing test dependency on www-servers/puma and drop ~ppc64, bug 673556

Fixes: https://bugs.gentoo.org/673488
Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/patron/patron-0.13.1-r1.ebuild | 46 +
 1 file changed, 46 insertions(+)

diff --git a/dev-ruby/patron/patron-0.13.1-r1.ebuild 
b/dev-ruby/patron/patron-0.13.1-r1.ebuild
new file mode 100644
index 000..c935879f8a6
--- /dev/null
+++ b/dev-ruby/patron/patron-0.13.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
+HOMEPAGE="https://toland.github.com/patron/";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND+=" net-misc/curl"
+RDEPEND+=" net-misc/curl"
+
+ruby_add_bdepend "test? ( www-servers/puma )"
+
+all_ruby_prepare() {
+   # Fix Rakefile
+   sed -i -e 's:rake/rdoctask:rdoc/task:' \
+   -e 's/README.txt/README.md/' \
+   -e '/bundler/I s:^:#:' \
+   -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/^end/ s:^:#:' \
+   Rakefile || die
+
+   # Avoid specs with failures. We were not running any specs before.
+   rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb 
|| die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/patron extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/patron V=1
+   cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to 
cp shared object file"
+}



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

2018-12-21 Thread Hans de Graaff
commit: 3d0464402a9273c35236d34e33a2e89636f45631
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 22 05:55:34 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 22 05:55:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d046440

www-apps/nanoc: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/nanoc/Manifest|  2 -
 www-apps/nanoc/nanoc-4.8.10.ebuild | 69 
 www-apps/nanoc/nanoc-4.9.5.ebuild  | 93 --
 3 files changed, 164 deletions(-)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index f688650ef1c..7a989b966f4 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -1,6 +1,4 @@
 DIST nanoc-4.10.3.tar.gz 290368 BLAKE2B 
5fed3e8d137a24df9a1e94e112425198422a284274a1a052fe89d02f9fd04960e54e867c0d96141a7e143b20d7731f60af5748100dc19df07e62a7921d21d009
 SHA512 
aace4b84de90177d25099194158ef6308b98242935f65ac6bf07f7e508297a866e86a64e0304bdf5df6c88603479abfb9245ba125074dd8c4185d1a492bb0a46
 DIST nanoc-4.10.4.tar.gz 290367 BLAKE2B 
0b5cf03938af1f971fccddb6bed4fa6b67da3aaf93cb7666c52e3ff8fc524f17ff10bf1a60ccf7f7b59f840d4c445ef57677349f5b83bc55e754e7078ac4b8d9
 SHA512 
5446e351906b5b6bbe5c9059dab86490d5deef5e1197adf5827fe201f2932d5cf79c65bfd9d9370ce57c35d965e013098d39d53fa96db8b4d1c6017977683ea2
-DIST nanoc-4.8.10.gem 260608 BLAKE2B 
102548bc4616287d7084f81f505f2c1f7fa294a6bfc87c9be80919a4fff6c547ecbc77cc5cb96d7b1fd9414f189cdf62bad9cd4cdf44fe536c60a2eb3c39ac63
 SHA512 
36080407696d19739af666d9ba4e04d051d679b29b3e8e5d24d893a2d05b05201b74777007781a0da80125a98fd8cc465fb0b78ca0c28c5fc80bdd5229d5fa24
-DIST nanoc-4.9.5.tar.gz 282523 BLAKE2B 
5faad9c9d37cb5540d26bb1db0ee42615333aac4daec94a8c13c1d68da0b0ccf714a1643fd231dd39cfb4f169ef9ad6bbc1ccc6bf141c26f7236e234d627
 SHA512 
455a55ce5cd983d0c292380d0e60e8016e7c7dbde7ea1d17ef7cf112707a481da4623ad30762b64167e2e277a7a11c0b06f21b2685467455ee31fc3b9d6cc4c1
 DIST nanoc-4.9.6.tar.gz 282811 BLAKE2B 
109b73e4908b45c055912f6e3b2d18675ee00dd848cf7b84197d1a53c30d5862183dcdbd917f1f6f235f97dc5d33b36ba423f34b72bb83ca6f9f2fda4f0081b3
 SHA512 
67b2df683c4becfbb9a64462b053544c68117c2459fce8e5941f8415c79f1ec73e9c386622dfdb201cf5473f6b83ff1b1444b6492d247036e696d3761e4589ce
 DIST nanoc-4.9.9.tar.gz 286136 BLAKE2B 
c8cc2d334b3e8b74032be108495f2501fffa78650e35c30865c78e888f471fadc1e26ec6ba23481f76caa63b4167ea394f78903f41428bdd899efa60f3e6a4a2
 SHA512 
fd180254dd79cf238ca9e9f87e7b3f84d43ff24a0d81da8ccf9f0d5b22bb1e0373c7e2f10a5b69a392d95897958af63ab9f415f0060dfe9c4d68fd2cbd6d7e7a

diff --git a/www-apps/nanoc/nanoc-4.8.10.ebuild 
b/www-apps/nanoc/nanoc-4.8.10.ebuild
deleted file mode 100644
index a98bfc00657..000
--- a/www-apps/nanoc/nanoc-4.8.10.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
-HOMEPAGE="https://nanoc.ws/";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="${IUSE} minimal"
-
-DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
-
-ruby_add_rdepend "!minimal? (
-   dev-ruby/mime-types:*
-   dev-ruby/rack:*
-   www-servers/adsf
-)
-   >=dev-ruby/addressable-2.5
-   >=dev-ruby/cri-2.8:0
-   dev-ruby/ddplugin:1
-   =dev-ruby/hamster-3*
-   dev-ruby/ref:2"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rspec:3
-   dev-ruby/fuubar
-   >=dev-ruby/mocha-0.13
-   dev-ruby/minitest
-   dev-ruby/rdoc
-   dev-ruby/systemu
-   dev-ruby/vcr
-   dev-ruby/webmock
-   dev-ruby/yard
-)
-doc? (
-   dev-ruby/kramdown
-   dev-ruby/rdiscount
-   dev-ruby/yard
-)"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || 
die
-   sed -i -e '/simplecov/I s:^:#:' -e '/codecov/I s:^:#:' 
spec/spec_helper.rb || die
-   sed -i -e '/coverall/I s:^:#:' \
-   -e '/rubocop/ s:^:#:' Rakefile || die
-
-   echo "-r ./spec/spec_helper.rb" > .rspec || die
-
-   # Avoid tests requiring a network connection
-   rm -f test/checking/checks/test_{css,html}.rb || die
-
-   # Avoid tests for unpackaged dependencies
-   rm spec/nanoc/deploying/fog_spec.rb spec/nanoc/filters/less_spec.rb || 
die
-}
-
-each_ruby_test() {
-   RUBYLIB="${S}/lib" ${RUBY} -S rake spec test_all || die
-}

diff --git a/www-apps/nanoc/nanoc-4.9.5.ebuild 
b/www-apps/nanoc/nanoc-4.9.5.ebuild
deleted file mode 100644
index 9e6642788b8..000
--- a/www-apps/nanoc/nanoc-4.9.5.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed und

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

2018-12-21 Thread Hans de Graaff
commit: a48d56d309cf7fa24f66fc0fba66175ca7b9aae5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 22 06:04:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 22 06:04:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48d56d3

www-apps/nanoc: add 4.11.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/nanoc/Manifest|  1 +
 www-apps/nanoc/nanoc-4.11.0.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index 7a989b966f4..59be8648cd7 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -1,4 +1,5 @@
 DIST nanoc-4.10.3.tar.gz 290368 BLAKE2B 
5fed3e8d137a24df9a1e94e112425198422a284274a1a052fe89d02f9fd04960e54e867c0d96141a7e143b20d7731f60af5748100dc19df07e62a7921d21d009
 SHA512 
aace4b84de90177d25099194158ef6308b98242935f65ac6bf07f7e508297a866e86a64e0304bdf5df6c88603479abfb9245ba125074dd8c4185d1a492bb0a46
 DIST nanoc-4.10.4.tar.gz 290367 BLAKE2B 
0b5cf03938af1f971fccddb6bed4fa6b67da3aaf93cb7666c52e3ff8fc524f17ff10bf1a60ccf7f7b59f840d4c445ef57677349f5b83bc55e754e7078ac4b8d9
 SHA512 
5446e351906b5b6bbe5c9059dab86490d5deef5e1197adf5827fe201f2932d5cf79c65bfd9d9370ce57c35d965e013098d39d53fa96db8b4d1c6017977683ea2
+DIST nanoc-4.11.0.tar.gz 291654 BLAKE2B 
ab88bf36b472106f356ae67782dac61f691e0d64646f410ae0cceca7a9df11689dd7a011bf58a773d6b35956f0092deac4db43bb8663d66463b72e10da27c658
 SHA512 
357345c9247465bd470bf6c71ea2b16e3415680fad6a4d4ee755eeb3a1443664590753003a5de0a740ffcfbaf93049c2c12c1f22de052f4d6efc2382430a4e08
 DIST nanoc-4.9.6.tar.gz 282811 BLAKE2B 
109b73e4908b45c055912f6e3b2d18675ee00dd848cf7b84197d1a53c30d5862183dcdbd917f1f6f235f97dc5d33b36ba423f34b72bb83ca6f9f2fda4f0081b3
 SHA512 
67b2df683c4becfbb9a64462b053544c68117c2459fce8e5941f8415c79f1ec73e9c386622dfdb201cf5473f6b83ff1b1444b6492d247036e696d3761e4589ce
 DIST nanoc-4.9.9.tar.gz 286136 BLAKE2B 
c8cc2d334b3e8b74032be108495f2501fffa78650e35c30865c78e888f471fadc1e26ec6ba23481f76caa63b4167ea394f78903f41428bdd899efa60f3e6a4a2
 SHA512 
fd180254dd79cf238ca9e9f87e7b3f84d43ff24a0d81da8ccf9f0d5b22bb1e0373c7e2f10a5b69a392d95897958af63ab9f415f0060dfe9c4d68fd2cbd6d7e7a

diff --git a/www-apps/nanoc/nanoc-4.11.0.ebuild 
b/www-apps/nanoc/nanoc-4.11.0.ebuild
new file mode 100644
index 000..aeeea18a61d
--- /dev/null
+++ b/www-apps/nanoc/nanoc-4.11.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
+HOMEPAGE="https://nanoc.ws/";
+SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+RUBY_S="${P}/nanoc"
+
+ruby_add_rdepend "!minimal? (
+   dev-ruby/mime-types:*
+   dev-ruby/rack:*
+   www-servers/adsf
+)
+   >=dev-ruby/addressable-2.5
+   >=dev-ruby/cri-2.15:0
+   dev-ruby/ddmemoize:1
+   dev-ruby/ddmetrics:1
+   dev-ruby/ddplugin:1
+   =dev-ruby/hamster-3*
+   >=dev-ruby/json_schema-0.19:0
+   >=dev-ruby/parallel-1.12:1
+   dev-ruby/ref:2
+   >=dev-ruby/slow_enumerator_tools-1.1.0:1
+   >=dev-ruby/tomlrb-1.2:1"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   dev-ruby/asciidoctor
+   dev-ruby/fuubar
+   dev-ruby/maruku
+   >=dev-ruby/mocha-0.13
+   dev-ruby/minitest
+   dev-ruby/pry
+   dev-ruby/rdoc
+   dev-ruby/rouge:2
+   dev-ruby/rubypants
+   dev-ruby/systemu
+   dev-ruby/timecop
+   dev-ruby/vcr
+   dev-ruby/webmock
+   dev-ruby/yard
+)
+doc? (
+   dev-ruby/kramdown
+   dev-ruby/rdiscount
+   dev-ruby/yard
+)"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || 
die
+   sed -i -e '/simplecov/I s:^:#:' \
+   -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head.rb || die
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '/rubocop/ s:^:#:' Rakefile || die
+
+   echo "-r ./spec/spec_helper.rb" > .rspec || die
+
+   # Avoid tests requiring a network connection
+   rm -f test/checking/checks/test_{css,html}.rb || die
+
+   # Avoid tests for unpackaged dependencies
+   rm spec/nanoc/deploying/fog_spec.rb \
+  spec/nanoc/filters/less_spec.rb \
+  test/filters/test_{markaby,rainpress}.rb || die
+
+   # Use useable tmp dir
+   sed -i -e 's:/tmp/whatever:'${T}'/whatever:' 
spec/nanoc/base/checksummer_spec.rb || die
+
+   # Avoid non-fatal failing tests due to specific

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

2018-12-21 Thread Hans de Graaff
commit: 0aec0acdd9d816c7158c4fa128e8ee90a8c7bc7b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 22 05:51:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 22 05:51:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aec0acd

dev-ruby/spy: add 1.0.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/spy/Manifest |  1 +
 dev-ruby/spy/spy-1.0.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/spy/Manifest b/dev-ruby/spy/Manifest
index f67c965ffea..86ef60f2508 100644
--- a/dev-ruby/spy/Manifest
+++ b/dev-ruby/spy/Manifest
@@ -1 +1,2 @@
 DIST spy-0.4.5.gem 32768 BLAKE2B 
853942654a7448dcdbb4863452d118012bbda93e6ad650c4987ae8a038b434ba12799e8a98a23a4b4731b193835121d0cc28e5d0eb9a9df888b53d43efd19a7f
 SHA512 
f006809cbe1118c3f629bff29dae141039d8ec098f6ce217907304d4ab159cdf1b357dc5008e84c44385bb48aea2c36a1b70c8db363d02403316792c7b4e211e
+DIST spy-1.0.0.gem 33280 BLAKE2B 
e85c6de9ad9eedd61f95d0a22a87d402949fffe925af3c525a9ed7842ec4582a5063caa6767ece7c2c6f470d10abd44015c0e02a4f31f21c85d6db6b6a28c2a3
 SHA512 
adea03cd0c2e60f964887c3a80a29deabe7bf1d98f2b5490e8ed833e64c53144437fca636ec1cfa9413f93dbcf154b2cd27afc9363b33c37d99db7cb4790b358

diff --git a/dev-ruby/spy/spy-1.0.0.ebuild b/dev-ruby/spy/spy-1.0.0.ebuild
new file mode 100644
index 000..02b0071842e
--- /dev/null
+++ b/dev-ruby/spy/spy-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A simple opinionated mocking framework"
+HOMEPAGE="https://github.com/ryanong/spy";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:0 )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" -e "/pry/d" -e "/[Cc]overalls/d" -e 
'/[Rr]eporters/d' Rakefile test/test_helper.rb || die
+}



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

2018-12-21 Thread Hans de Graaff
commit: 3853f9eb18437f7a2b58ec0d95ffbb2e5a604dcf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 22 05:49:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 22 05:49:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3853f9eb

dev-ruby/tomlrb: add 1.2.8

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/tomlrb/Manifest|  1 +
 dev-ruby/tomlrb/tomlrb-1.2.8.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/tomlrb/Manifest b/dev-ruby/tomlrb/Manifest
index d5f0d32b395..0b087d68d54 100644
--- a/dev-ruby/tomlrb/Manifest
+++ b/dev-ruby/tomlrb/Manifest
@@ -1 +1,2 @@
 DIST tomlrb-1.2.6.tar.gz 15642 BLAKE2B 
4f9d19fd66a88a049360f6d3636fcaf6caa7164149a543db5a162ee48c8fb301a4a884dc77d183a9c9f190d6f9e9e92bca66179c250f240d7014791f11f7a600
 SHA512 
ada1d801ceda014d4ef9d3c973a14b970ad592323c259dfe0e851c00b554551d59010bb65ee64f8acbf5521132d2fdb4de14306c1a2dd6bf5307035bca100fcf
+DIST tomlrb-1.2.8.tar.gz 15897 BLAKE2B 
536eaf3a2cb2b7e54e91aac28032b95900f53c0c9b10fb48129bd963e0efab1711848cefeb20c5df3bb5ea367dc375188db57b79990daf3e62f8b781477ea30e
 SHA512 
a6f8a7ae5db02a8efca8ae75fc1a680d26016d221ec238e4f5ecd59bead4efff7cfe14f541a0be17ea6790699aeb7621d9a4d1b7e38a40828f8f66424fc9fb94

diff --git a/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild 
b/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild
new file mode 100644
index 000..19408d011ca
--- /dev/null
+++ b/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A racc based toml parser"
+HOMEPAGE="https://github.com/fbernier/tomlrb/";
+SRC_URI="https://github.com/fbernier/tomlrb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/reporters/I s:^:#:' test/minitest_helper.rb || die
+}



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

2018-12-21 Thread Tim Harder
commit: 1875eddcff9f3335185f2e3fac91ce2831158ac0
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 22 02:13:30 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 22 02:22:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1875eddc

media-libs/exiftool: version bump to 11.23

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

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-11.23.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 0d5c0cb3851..a682c2dd738 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,2 +1,3 @@
 DIST Image-ExifTool-11.03.tar.gz 4414017 BLAKE2B 
3f5abe1b6c5c43d216aa7d1774516d924cc3c325f5341153abeb51a197b3d5e2232b13ca788251a5b202aafc8a098cb4818ea2fc75ccf6830e2aab5095af18b1
 SHA512 
00cefe64248915fbabf2f8f5dad9b6e577455ee67b08dea59aad4551b1b0f6c876558b75cea7a0aa33ab0e29fa7c224acd88058f09f211220bc3524f39d1c0ca
 DIST Image-ExifTool-11.10.tar.gz 4428194 BLAKE2B 
b1085b2b4b0054026369849aec38403a4722c61f5e703d7635c9a07d1480c651398777a6113f84fe2b59a4fd5dee5a8c0fd193afd59a5dcc8f7f5b7f9f904e5d
 SHA512 
f8aa9a7c5ef2da0958a9f48b2238d89687b6fab9c8acd8a119fec50361e86ff09940127a6593d8a1618a7554d9adad985af6806bc44ccbf117c8854713678450
+DIST Image-ExifTool-11.23.tar.gz 4492460 BLAKE2B 
64032e295f510020e340f0f230c27130230809f69aa1ea6190445b8adcd27717742a33b11d5066bfe077f1746f114c08884ccae03ccc26295ef45f0fc821890e
 SHA512 
b2ba35c903b8108123b03faa15571bfd60ee565a894c6debfb238c6c5ed04a29366d52ec9e59d0d925f599f58ca623efec22db5b894491756901295bb2ea80f7

diff --git a/media-libs/exiftool/exiftool-11.23.ebuild 
b/media-libs/exiftool/exiftool-11.23.ebuild
new file mode 100644
index 000..91d088b681d
--- /dev/null
+++ b/media-libs/exiftool/exiftool-11.23.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz";
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+
+   insinto /usr/share/${PN}
+   doins -r fmt_files config_files arg_files
+}



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

2018-12-21 Thread Tim Harder
commit: 55d217a12c89c5fb04e74773648139274f40f20d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Dec 22 02:04:44 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Dec 22 02:22:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d217a1

app-vim/airline: version bump to 0.10

Signed-off-by: Tim Harder  gentoo.org>

 app-vim/airline/Manifest | 1 +
 app-vim/airline/{airline-.ebuild => airline-0.10.ebuild} | 4 ++--
 app-vim/airline/airline-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index 3a571cb64a9..5b4d315532a 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1 +1,2 @@
+DIST airline-0.10.tar.gz 86724 BLAKE2B 
b0019b07b188039a9a91d83bc240e6b2eedaf9d798483f03d252b57269c0cbbc58625b3d14e36a3caaa6fd35b65716d67a967a38511806d76bc7e76192086349
 SHA512 
94c87800b793d575d8e1fbf2971cc97e89aae4a6bd9581aee628d4e4f2d9e74df427fcc91b17908819b5f4793c72a9d0a827d5046d80918a52ef8e090ff2cae6
 DIST airline-0.9.tar.gz 72660 BLAKE2B 
d6c9762d8140b2a88a001b9ea3ae62c3c9147ccf3db90146d7fded8dcbc6062bf97c0725baa79db9d7bfe0eeaa5dc00ddfabde8ed1b9aec7f5aa24c41b11d1f2
 SHA512 
f3fd03c7ab6603eee6e892a1b8d72fc43cf0a8582ad7e65152cddebb0d14be3a805529fa5467fc82e040cce2616f1693bf294c892c0849d9fb51cbbd04ec

diff --git a/app-vim/airline/airline-.ebuild 
b/app-vim/airline/airline-0.10.ebuild
similarity index 93%
copy from app-vim/airline/airline-.ebuild
copy to app-vim/airline/airline-0.10.ebuild
index 2b0d045e241..5c0506370c5 100644
--- a/app-vim/airline/airline-.ebuild
+++ b/app-vim/airline/airline-0.10.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit vim-plugin
 

diff --git a/app-vim/airline/airline-.ebuild 
b/app-vim/airline/airline-.ebuild
index 2b0d045e241..5c0506370c5 100644
--- a/app-vim/airline/airline-.ebuild
+++ b/app-vim/airline/airline-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit vim-plugin
 



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

2018-12-21 Thread Sergei Trofimovich
commit: 4c9749f8c3c59a7488f02e38299e1a3e58d9fa68
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec 22 00:14:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 22 00:14:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9749f8

profiles/profiles.desc: add steev as co-maintainer of 
default/linux/arm64/17.0/big-endian

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/profiles.desc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 91103ae4348..56cee5318fd 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -147,7 +147,7 @@ arm64   default/linux/arm64/17.0/developer  
exp
 arm64   default/linux/arm64/17.0/systemddev
 
 # ARM64 Profiles (big-endian)
-# @MAINTAINER: sly...@gentoo.org
+# @MAINTAINER: st...@gentoo.org, sly...@gentoo.org
 # big-endian profile intentionally does not contain all flavours
 # until it's lightly tested.
 arm64   default/linux/arm64/17.0/big-endian exp



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

2018-12-21 Thread Sergei Trofimovich
commit: 559bab377acc6ae54dbcfa17203ab18efd26982a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec 22 00:09:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 22 00:09:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559bab37

sys-kernel/linux-headers: stable 4.14-r1 for ppc/ppc64, bug #660364

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild 
b/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
index 25239451dc1..cd38e809d16 100644
--- a/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
@@ -12,7 +12,7 @@ PATCH_VER="1"
 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.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"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/big-endian/, profiles/default/linux/arm64/17.0/big-endian/, ...

2018-12-21 Thread Sergei Trofimovich
commit: e69cfcd813b82f00fedf00e1ce5e20989554c156
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 21 22:47:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 22 00:09:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69cfcd8

profiles: add experinemntal big-endian arm64 profile

The change adds 'profiles/default/linux/arm64/17.0/big-endian'.
steev has a device that actually running in big-endian mode!

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/arm64/big-endian/eapi | 1 +
 profiles/arch/arm64/big-endian/make.defaults| 4 
 profiles/arch/arm64/big-endian/parent   | 1 +
 profiles/arch/arm64/big-endian/use.mask | 6 ++
 profiles/default/linux/arm64/17.0/big-endian/eapi   | 1 +
 profiles/default/linux/arm64/17.0/big-endian/parent | 2 ++
 profiles/profiles.desc  | 6 ++
 7 files changed, 21 insertions(+)

diff --git a/profiles/arch/arm64/big-endian/eapi 
b/profiles/arch/arm64/big-endian/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/arch/arm64/big-endian/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/arch/arm64/big-endian/make.defaults 
b/profiles/arch/arm64/big-endian/make.defaults
new file mode 100644
index 000..df7edf1b262
--- /dev/null
+++ b/profiles/arch/arm64/big-endian/make.defaults
@@ -0,0 +1,4 @@
+# Big endian ARM64 settings.
+
+CHOST="aarch64_be-unknown-linux-gnu"
+CHOST_arm64="${CHOST}"

diff --git a/profiles/arch/arm64/big-endian/parent 
b/profiles/arch/arm64/big-endian/parent
new file mode 100644
index 000..f3229c5b987
--- /dev/null
+++ b/profiles/arch/arm64/big-endian/parent
@@ -0,0 +1 @@
+..

diff --git a/profiles/arch/arm64/big-endian/use.mask 
b/profiles/arch/arm64/big-endian/use.mask
new file mode 100644
index 000..0a4af0711f5
--- /dev/null
+++ b/profiles/arch/arm64/big-endian/use.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2017 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License, v2
+
+# James Le Cuirot  (29 Jun 2017)
+# Unmask as this profile is big endian.
+-big-endian

diff --git a/profiles/default/linux/arm64/17.0/big-endian/eapi 
b/profiles/default/linux/arm64/17.0/big-endian/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/big-endian/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm64/17.0/big-endian/parent 
b/profiles/default/linux/arm64/17.0/big-endian/parent
new file mode 100644
index 000..a7cd964146b
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/big-endian/parent
@@ -0,0 +1,2 @@
+..
+../../../../../arch/arm64/big-endian

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index b2379f014de..91103ae4348 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -146,6 +146,12 @@ arm64   default/linux/arm64/17.0/desktop/systemd   
 dev
 arm64   default/linux/arm64/17.0/developer  exp
 arm64   default/linux/arm64/17.0/systemddev
 
+# ARM64 Profiles (big-endian)
+# @MAINTAINER: sly...@gentoo.org
+# big-endian profile intentionally does not contain all flavours
+# until it's lightly tested.
+arm64   default/linux/arm64/17.0/big-endian exp
+
 # HPPA Profiles
 # @MAINTAINER: h...@gentoo.org
 hppadefault/linux/hppa/13.0 exp



[gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/

2018-12-21 Thread Zac Medico
commit: daeb75b345c4433218ab9e7a5319e8914092f048
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Dec 20 16:43:13 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Dec 22 00:07:32 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=daeb75b3

bin/ebuild-helpers/portageq: match against portage/bin/ebuild-helpers

In case PORTAGE_OVERRIDE_EPREFIX is modified in the environment,
the actual ebuild-helpers PATH will not match PORTAGE_OVERRIDE_EPREFIX.

Closes: https://github.com/gentoo/portage/pull/389
Signed-off-by: Zac Medico  gentoo.org>

 bin/ebuild-helpers/portageq | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/ebuild-helpers/portageq b/bin/ebuild-helpers/portageq
index b314bce9f..45fa85d86 100755
--- a/bin/ebuild-helpers/portageq
+++ b/bin/ebuild-helpers/portageq
@@ -13,7 +13,7 @@ set -f # in case ${PATH} contains any shell glob characters
 
 for path in ${PATH}; do
[[ -x ${path}/${scriptname} ]] || continue
-   [[ ${path} == ${PORTAGE_OVERRIDE_EPREFIX}/usr/lib*/portage/* ]] && 
continue
+   [[ ${path} == */portage/*/ebuild-helpers* ]] && continue
[[ ${path} == */._portage_reinstall_.* ]] && continue
[[ ${path}/${scriptname} -ef ${scriptpath} ]] && continue
PYTHONPATH=${PORTAGE_PYTHONPATH:-${PORTAGE_PYM_PATH}} \



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

2018-12-21 Thread Andreas K. Hüttel
commit: 856446d92fe4e5228366c81b46f45244db58bf7f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Dec 21 23:54:37 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Dec 21 23:54:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856446d9

sys-libs/glibc: Remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/Manifest |1 -
 sys-libs/glibc/glibc-2.28-r2.ebuild | 1425 ---
 2 files changed, 1426 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 4483254573b..e1284284791 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -16,7 +16,6 @@ DIST glibc-2.26-patches-7.tar.bz2 413976 BLAKE2B 
18263201cf33abf911eb7b802ed539b
 DIST glibc-2.26.tar.xz 14682748 BLAKE2B 
c1c9dbec110dd4e25b2f463a96d8afc43b8e3ebfe3c958107032beaa879710252be3bc4122bb62166408725d43785f233544df6159d29cce0fc5b2c08f45adbe
 SHA512 
6ed368523bc55f00976f96c5177f114e3f714b27273d7bffc252812c8b98fb81970403c1f5b5f0a61da678811532fb446530745492d2b49bfefc0d5bd71ce8c0
 DIST glibc-2.27-patches-3.tar.bz2 166511 BLAKE2B 
1dc54bef6e82112935c7411f7a5cd07c1edb24c3edaa1e0243b846b3832a40af1ba3a7b77aef04c54a173388156b464ea442fa8310a02e6f44e2ed5b78994286
 SHA512 
12496e9b0c60630dbec4c2febdd6d20df1f3d7a2c243cc55b595202b27f682b9208e16cd8c387687c0cc9e18b36c3caeef8d1b1148eb3ee8081431997270db5e
 DIST glibc-2.27.tar.xz 15395316 BLAKE2B 
ea206d304c8c9aa86d69db981a14bea008602cea06a6c151c4971a8df059949ffe5632b42a67ab0ffcd7c4d7ce1ec02ac48815dac4dade1c4dd41eaee8a6ed33
 SHA512 
7c5581154487d38d173ce1feb944e60207139cca148bccf066eaae322c0c2d219423bdcfa15c7f9be1b5e45dfc43c641cc5d80d3c3c65837d08a83cdb4e2a147
-DIST glibc-2.28-patches-3.tar.xz 46172 BLAKE2B 
b2dc4de76ab4b4e31a6a043a133f89ede736cf3f21fb3d3091dabf282b2d70f6d017a4aec37319febb2a43c89176887a0920f2aa174fa98c66ad59cbe19ba493
 SHA512 
4a40a15f0e8d9ad9d33ea07addc3f07fb952bc9c110549815fb0e78cab818bc64bc8d9150874a80c249bf5765a7a2bb9b6ccfb8bc7b12f30e3807e528506cd71
 DIST glibc-2.28-patches-5.tar.xz 76472 BLAKE2B 
bc3457e606ab7be2eca71c949b70f89d08418e6e2d061491dfcac3b8f962ca142f48bf0f789e025a6280f030d7bf74e3421676b08d97fc571d6e0f4e660d2758
 SHA512 
1639e435728a9970e4eaa79eb0a00502acecf7060d3bf70ef6bb6256ec20c23b4be6ba500a8ab97547e1af9e3df9228f7b70bb65ea1755b61c7884defa6c3535
 DIST glibc-2.28-patches-6.tar.xz 89724 BLAKE2B 
f846534dc912f11ed9b22badfd28ef0402451654390756d2f6332f52ce7c2d3491ed90bbdf2553d7bb38caea6373ad2d3c19e4a1f31f3669948f4e2cbaeb1577
 SHA512 
f687febde875bb8adb7a61408caea3db99bbbda703eb3486c7d5c09540515e657eda406bf14686498e2c093355c72395502a343201e02cfc97adf6483d8e7455
 DIST glibc-2.28.tar.xz 16484344 BLAKE2B 
9aa8cbd5a145c2a6fde3a60b3d0a14b12b46ed79333ad1ca3e73464adcfe700277a17a9e7fd0ca36e355a0c5b0b27decfa091da320ba802741ad75cc955bbcc8
 SHA512 
521f820953ff07c69ece4c2186f59fc061a7f9747932cd70ef2995c2b2deee76eeb6de700d85071cdca5949179aa8ccee75eda7feca1394121ec7b821ad0a3f3

diff --git a/sys-libs/glibc/glibc-2.28-r2.ebuild 
b/sys-libs/glibc/glibc-2.28-r2.ebuild
deleted file mode 100644
index 94485cd6b08..000
--- a/sys-libs/glibc/glibc-2.28-r2.ebuild
+++ /dev/null
@@ -1,1425 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit prefix eutils versionator toolchain-funcs flag-o-matic gnuconfig \
-   multilib systemd multiprocessing
-
-DESCRIPTION="GNU libc C library"
-HOMEPAGE="https://www.gnu.org/software/libc/";
-LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-RESTRICT="strip" # Strip ourself #46186
-SLOT="2.2"
-
-EMULTILIB_PKG="true"
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://sourceware.org/git/glibc.git";
-   inherit git-r3
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-   SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
-fi
-
-RELEASE_VER=${PV}
-
-GCC_BOOTSTRAP_VER=20180511
-
-# Gentoo patchset
-PATCH_VER=3
-
-SRC_URI+=" 
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.xz";
-SRC_URI+=" multilib? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"
-
-IUSE="audit caps cet compile-locales doc gd hardened headers-only +multiarch 
multilib nscd profile selinux suid systemtap test vanilla"
-
-# Minimum kernel version that glibc requires
-MIN_KERN_VER="3.2.0"
-
-# Here's how the cross-compile logic breaks down ...
-#  CTARGET - machine that will target the binaries
-#  CHOST   - machine that will host the binaries
-#  CBUILD  - machine that will build the binaries
-# If CTARGET != CHOST, it means you want a libc for cross-compiling.
-# If CHOST != CBUILD, it means you want to cross-compile the libc.
-#  CBUILD = CHOST = CTARGET- native build/install
-#  CBUILD != (CHOST = CTARGET) - cross-compile a native build
-#  (CBUILD = CHOST) != CTARGE

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

2018-12-21 Thread Andreas K. Hüttel
commit: e727adc20643f14e3b4a5003d036f092068f2e06
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Dec 21 23:53:45 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Dec 21 23:53:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e727adc2

sys-libs/glibc: Re-keyword 2.28-r4

Two test failures on ~amd64:
FAIL: nptl/tst-tss-basic
FAIL: resolv/tst-resolv-ai_idn-nolibidn2

Bug: https://bugs.gentoo.org/673124
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-2.28-r4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.28-r4.ebuild 
b/sys-libs/glibc/glibc-2.28-r4.ebuild
index afd0ba6ff7e..bbe2505ad88 100644
--- a/sys-libs/glibc/glibc-2.28-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.28-r4.ebuild
@@ -18,8 +18,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git";
inherit git-r3
 else
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86"
-   KEYWORDS=""
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_perl/, www-apache/mod_perl/files/

2018-12-21 Thread Andreas K. Hüttel
commit: a51f0209d1d749e4749c6bab33ba130549892f66
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Dec 21 23:38:43 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Dec 21 23:39:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51f0209

www-apache/mod_perl: Partly fix tests, bug 614684

Partly fix tests; the breakage was *not* caused by Perl,
but by Apache 2.4 (as opposed to Apache 2.2). Patches from
Debian.

Still fails with a similar problem (syntax error in test
config file, bc. of old Apache syntax).

Bug: https://bugs.gentoo.org/614684
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../files/mod_perl-2.0.10-apache24-tests-1.patch   | 33 ++
 .../files/mod_perl-2.0.10-apache24-tests-2.patch   | 23 +++
 www-apache/mod_perl/mod_perl-2.0.10.ebuild |  4 ++-
 3 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/www-apache/mod_perl/files/mod_perl-2.0.10-apache24-tests-1.patch 
b/www-apache/mod_perl/files/mod_perl-2.0.10-apache24-tests-1.patch
new file mode 100644
index 000..822fb4e8755
--- /dev/null
+++ b/www-apache/mod_perl/files/mod_perl-2.0.10-apache24-tests-1.patch
@@ -0,0 +1,33 @@
+From f4dd0394f0975892b51a889f023d0e207553a656 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Fri, 23 Dec 2016 18:27:23 +0200
+Subject: [PATCH 1/2] Fix t/apache/read.t HTTP syntax for Apache 2.4.25
+ compatibility
+
+HTTP/1.1 RFC 7230, section 2.6. "Protocol Versioning" says the HTTP name
+is case sensitive. Starting with Apache 2.4.25, using lower case will
+make the server issue a 400 Bad request response, causing a test failure.
+
+https://tools.ietf.org/html/rfc7230#section-2.6
+
+Bug-Debian: https://bugs.debian.org/849082
+---
+ t/apache/read.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/apache/read.t b/t/apache/read.t
+index 83670c9..9f7f504 100644
+--- a/t/apache/read.t
 b/t/apache/read.t
+@@ -24,7 +24,7 @@ close $fh;
+ 
+ my $size = length $data;
+ 
+-for my $string ("POST $location http/1.0",
++for my $string ("POST $location HTTP/1.0",
+ "Content-length: $size",
+ "") {
+ my $line = "$string\r\n";
+-- 
+2.11.0
+

diff --git a/www-apache/mod_perl/files/mod_perl-2.0.10-apache24-tests-2.patch 
b/www-apache/mod_perl/files/mod_perl-2.0.10-apache24-tests-2.patch
new file mode 100644
index 000..29e24cc770d
--- /dev/null
+++ b/www-apache/mod_perl/files/mod_perl-2.0.10-apache24-tests-2.patch
@@ -0,0 +1,23 @@
+Author: Stefan Fritsch 
+Source: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849082
+
+--- ./t/filter/TestFilter/in_bbs_inject_header.pm.orig 2016-10-27 
22:11:16.0 +0200
 ./t/filter/TestFilter/in_bbs_inject_header.pm  2016-12-24 
06:55:19.049606491 +0100
+@@ -181,7 +181,7 @@
+ 
+ if ($data and $data =~ /^POST/) {
+ # demonstrate how to add a header while processing other headers
+-my $header = "$header1_key: $header1_val\n";
++my $header = "$header1_key: $header1_val\r\n";
+ push @{ $ctx->{buckets} }, APR::Bucket->new($c->bucket_alloc, 
$header);
+ debug "queued header [$header]";
+ }
+@@ -199,7 +199,7 @@
+ # we hit the headers and body separator, which is a good
+ # time to add extra headers:
+ for my $key (keys %headers) {
+-my $header = "$key: $headers{$key}\n";
++my $header = "$key: $headers{$key}\r\n";
+ push @{ $ctx->{buckets} }, APR::Bucket->new($c->bucket_alloc, 
$header);
+ debug "queued header [$header]";
+ }

diff --git a/www-apache/mod_perl/mod_perl-2.0.10.ebuild 
b/www-apache/mod_perl/mod_perl-2.0.10.ebuild
index f83252b19f5..ea0cffbccc0 100644
--- a/www-apache/mod_perl/mod_perl-2.0.10.ebuild
+++ b/www-apache/mod_perl/mod_perl-2.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -60,6 +60,8 @@ PATCHES=(
"${FILESDIR}/${PN}"-2.0.4-inline.patch# 550244
"${FILESDIR}/${PN}"-2.0.10_rc1-bundled-Apache-Test.patch # 352724
"${FILESDIR}/${PN}"-2.0.10_rc1-Gentoo-not-Unix.patch
+   "${FILESDIR}/${PN}"-2.0.10-apache24-tests-1.patch # 614684
+   "${FILESDIR}/${PN}"-2.0.10-apache24-tests-2.patch # 614684
 )
 
 src_prepare() {



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

2018-12-21 Thread Mike Frysinger
commit: 430651fc8dd601f8c73d86e5ab65a56056827823
Author: Mike Frysinger  chromium  org>
AuthorDate: Fri Dec 21 23:08:09 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Dec 21 23:13:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430651fc

sys-fs/ecryptfs-utils: add support for USE=nls

Also update the openssl dep to use subslots while we're here.

Signed-off-by: Mike Frysinger  gentoo.org>

 sys-fs/ecryptfs-utils/ecryptfs-utils-108-r2.ebuild | 84 ++
 1 file changed, 84 insertions(+)

diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-108-r2.ebuild 
b/sys-fs/ecryptfs-utils/ecryptfs-utils-108-r2.ebuild
new file mode 100644
index 000..8ffcfa24ccc
--- /dev/null
+++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-108-r2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit flag-o-matic pam python-single-r1 linux-info autotools
+
+DESCRIPTION="eCryptfs userspace utilities"
+HOMEPAGE="https://launchpad.net/ecryptfs";
+SRC_URI="https://launchpad.net/ecryptfs/trunk/${PV}/+download/${PN}_${PV}.orig.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc gpg gtk nls openssl pam pkcs11 python suid tpm"
+
+RDEPEND=">=sys-apps/keyutils-1.0
+   >=dev-libs/libgcrypt-1.2.0:0
+   dev-libs/nss
+   gpg? ( app-crypt/gpgme )
+   gtk? ( x11-libs/gtk+:2 )
+   openssl? ( >=dev-libs/openssl-0.9.7:= )
+   pam? ( sys-libs/pam )
+   pkcs11? (
+   >=dev-libs/openssl-0.9.7:=
+   >=dev-libs/pkcs11-helper-1.04
+   )
+   python? ( ${PYTHON_DEPS} )
+   tpm? ( app-crypt/trousers )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext
+   >=dev-util/intltool-0.41.0
+   python? ( dev-lang/swig )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+
+   CONFIG_CHECK="~ECRYPT_FS"
+   linux-info_pkg_setup
+}
+
+src_configure() {
+   append-cppflags -D_FILE_OFFSET_BITS=64
+
+   econf \
+   --enable-nss \
+   --with-pamdir=$(getpam_mod_dir) \
+   $(use_enable doc docs) \
+   $(use_enable gpg) \
+   $(use_enable gtk gui) \
+   $(use_enable nls) \
+   $(use_enable openssl) \
+   $(use_enable pam) \
+   $(use_enable pkcs11 pkcs11-helper) \
+   $(use_enable python pywrap) \
+   $(use_enable tpm tspi)
+}
+
+src_install(){
+   emake DESTDIR="${D}" install
+
+   if use python; then
+   echo "ecryptfs-utils" > 
"${D}$(python_get_sitedir)/ecryptfs-utils.pth" || die
+   fi
+
+   use suid && fperms u+s /sbin/mount.ecryptfs_private
+
+   find "${ED}" -name '*.la' -exec rm -f '{}' + || die
+}
+
+pkg_postinst() {
+   if use suid; then
+   ewarn
+   ewarn "You have chosen to install ${PN} with the binary setuid 
root. This"
+   ewarn "means that if there are any undetected vulnerabilities 
in the binary,"
+   ewarn "then local users may be able to gain root access on your 
machine."
+   ewarn
+   fi
+}



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

2018-12-21 Thread Gilles Dartiguelongue
commit: 7c5b0c7d8fe62f1298e05ea714a718f5cf534f85
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 21 07:55:22 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Dec 21 22:12:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5b0c7d

net-irc/polari: 3.26.2 → 3.28.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 net-irc/polari/Manifest |  1 +
 net-irc/polari/polari-3.28.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
index f9f20f63154..5afd4320bec 100644
--- a/net-irc/polari/Manifest
+++ b/net-irc/polari/Manifest
@@ -1,2 +1,3 @@
 DIST polari-3.24.2.tar.xz 804160 BLAKE2B 
c0e651d478cf814d1e055ef196ea725a17c50ee4836df7939b73dc59bbea0f74d8dbf6ceebd07b3748b6814fa52ae8a300515ac8f6952f59546e7c27ed35d6da
 SHA512 
23a475d657556e7f4e93dde8e545bf7bede227635d540bd006b85b068923d87e713bd05f14d8ccde458bf6efd4920665bca02ea41c4de870680581ebfa595f0e
 DIST polari-3.26.2.tar.xz 1148892 BLAKE2B 
3979b261ae34d3d38084717a94f926a259ec0d20f9db0f482e10866bba0b4d1efec2f44b78cd1b409f03df0221d308b8173b21fc33b61fd93bc76eec6b57
 SHA512 
3939c7da22379acd8b59d860db90fba37cca3dba0422db93747ba4622e574d43992334e13603462725d05ba2f0c1a243655ef7505881649111033abc029a9aaa
+DIST polari-3.28.1.tar.xz 1171688 BLAKE2B 
c52935b5f562654f833255d3e0e1022d3f0eff3de510752dfb59ba3831eb231ecdf5833c3813bf28afd864649fd34b02be4ab1e86134348cd2e5b5898f0788ae
 SHA512 
a3fa71604a6f67b851ac3bb9e097a5e48e5ade12d31e845d63ccfe6186eb23694c0cbc9d9826803bf664d408473cc679986d6fee962ef675178df7cda4c998ce

diff --git a/net-irc/polari/polari-3.28.1.ebuild 
b/net-irc/polari/polari-3.28.1.ebuild
new file mode 100644
index 000..5c76f55dda8
--- /dev/null
+++ b/net-irc/polari/polari-3.28.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="An IRC client for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Polari";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.43.4:2
+   >=x11-libs/gtk+-3.21.6:3[introspection]
+   net-libs/telepathy-glib[introspection]
+   >=dev-libs/gobject-introspection-1.50:=
+   >=dev-libs/gjs-1.50
+
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=app-text/gspell-1.4.0[introspection]
+   x11-libs/pango[introspection]
+   app-crypt/libsecret[introspection]
+   net-libs/libsoup:2.4[introspection]
+   net-im/telepathy-logger[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=net-irc/telepathy-idle-0.2
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( dev-lang/spidermonkey:52 )
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}



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

2018-12-21 Thread Gilles Dartiguelongue
commit: a8bdb1155ee8fac18ff8b932ae6822fb3470bb7a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 21 07:14:58 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Dec 21 22:12:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bdb115

app-admin/packagekit-gtk: cleanup 1.1.7

Refs: https://bugs.gentoo.org/653068
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 app-admin/packagekit-gtk/Manifest  |  1 -
 .../packagekit-gtk/packagekit-gtk-1.1.7.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/app-admin/packagekit-gtk/Manifest 
b/app-admin/packagekit-gtk/Manifest
index f6a17578381..5dfab814447 100644
--- a/app-admin/packagekit-gtk/Manifest
+++ b/app-admin/packagekit-gtk/Manifest
@@ -1,2 +1 @@
 DIST PackageKit-1.1.12.tar.xz 1439024 BLAKE2B 
458cb7a9a47941214ec58846fb840f852851555dbd94ed5113745f9e375cd28edaa8475db30fb889b1722ea01bce5200a5ea7a5f52e45b424703228bff59d689
 SHA512 
a7428416ae85df0c8e7dbe017396921e9214612c8eb7c91020523457d0feaff86ad50d595f702d255e4091364cb10b8d9506b603b9d0e449c39fced07180840b
-DIST PackageKit-1.1.7.tar.xz 1431648 BLAKE2B 
0cc64e7ac38d6641a1fbd98ffad2e7920eb7b3c86ea36d3ad036541886191c38deeeb7241f81ec3d29f8268b1c84ec500511895312c29c706403607215117d5e
 SHA512 
0d0277e24feb63e94aeb5fec2c4306ccdf5935c2f62d5eef3be8db9f534eb302eff09ea0e020db48b2dd0af9ba6b31f7960d661d1040774dccf650ebf04c4f83

diff --git a/app-admin/packagekit-gtk/packagekit-gtk-1.1.7.ebuild 
b/app-admin/packagekit-gtk/packagekit-gtk-1.1.7.ebuild
deleted file mode 100644
index 9fd918b6963..000
--- a/app-admin/packagekit-gtk/packagekit-gtk-1.1.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils
-
-MY_PN="PackageKit"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Gtk3 PackageKit backend library"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
-SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.46:2
-   media-libs/fontconfig
-   >=x11-libs/gtk+-2:2
-   >=x11-libs/gtk+-3:3
-   x11-libs/pango
-   ~app-admin/packagekit-base-${PV}[introspection]
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-   econf \
-   --disable-bash-completion \
-   --disable-command-not-found \
-   --disable-cron \
-   --disable-gstreamer-plugin \
-   --disable-gtk-doc \
-   --disable-local \
-   --disable-man-pages \
-   --disable-static \
-   --disable-systemd \
-   --disable-vala \
-   --enable-dummy \
-   --enable-gtk-module \
-   --enable-introspection=yes \
-   --localstatedir=/var
-}
-
-src_compile() {
-   emake -C contrib/gtk-module
-}
-
-src_install() {
-   emake -C contrib/gtk-module DESTDIR="${D}" install
-   prune_libtool_files --all
-}



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

2018-12-21 Thread Gilles Dartiguelongue
commit: 65bf8f8616e2f5c3afa1a525b85dd4c7d46e0cee
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 21 07:33:25 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Dec 21 22:12:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bf8f86

media-video/cheese: 3.28.0 → 3.30.0

Mostly translation updates only.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 media-video/cheese/Manifest |  2 +
 media-video/cheese/cheese-3.26.0.ebuild | 76 +
 media-video/cheese/cheese-3.30.0.ebuild | 71 ++
 3 files changed, 149 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index 8c2f50e324e..7e625e97ffe 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,3 @@
+DIST cheese-3.26.0.tar.xz 1841856 BLAKE2B 
302a4a12511866197df8cf62ec00ade122f2e5dc6a4adcb78cd252594b23373c328845179135e8ae44526432ec1b6b9a8c26d2808a533833221076be0496a591
 SHA512 
6fd58623ca257dff0a53b3577005a8b818b706f5c3da4eab51de9a7f6368847b4fe62885f3a7ba6350ac782cbee51c7b35a0c055bf11bb270934041b15388297
 DIST cheese-3.28.0.tar.xz 1544904 BLAKE2B 
cdad63b4175bb52c3a77ee5ed0058afdd8b5d509ef17b5931d2f01457b9ff327d3ad270ad963e3185c928ddc7203b00163137a789683669d3f8c39d5a9926da8
 SHA512 
c52b083b132a8c885df55def3d6bf96180fc93c8b7368f48412c8dd63e073a268ff0e86959a977bd8bf372a53e127419b96046d92cb3a96674f86cfb3477ceea
+DIST cheese-3.30.0.tar.xz 1546680 BLAKE2B 
32cfc9553e1c9ebfe7d3eb5fdf19d74b49e9f69ea005f4c79097d69caa2125803c5c319e98ccd3e8f72157a5fd86c018f1be7af7045f6541ecd36d4162c5cdd1
 SHA512 
622910cedc8eadec4161f60e2bb3f02cbe11352b2431fdd9783f724b4119ffae6254b1566e1144c25491067f9c683a55eb85b265ef28992d852adce02fbdc8b4

diff --git a/media-video/cheese/cheese-3.26.0.ebuild 
b/media-video/cheese/cheese-3.26.0.ebuild
new file mode 100644
index 000..fb4adf9d212
--- /dev/null
+++ b/media-video/cheese/cheese-3.26.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.26"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
+HOMEPAGE="https://wiki.gnome.org/Apps/Cheese";
+
+LICENSE="GPL-2+"
+SLOT="0/8" # subslot = libcheese soname version
+IUSE="+introspection test"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.39.90:2
+   >=x11-libs/gtk+-3.13.4:3[introspection?]
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   >=media-libs/clutter-gtk-1:1.0
+   media-libs/clutter-gst:3.0
+   media-libs/cogl:1.0=[introspection?]
+
+   media-video/gnome-video-effects
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   x11-libs/libX11
+   x11-libs/libXtst
+
+   >=media-libs/gstreamer-1.4:1.0[introspection?]
+   
>=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X]
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   >=media-libs/gst-plugins-good-1.4:1.0
+
+   >=media-plugins/gst-plugins-jpeg-1.4:1.0
+   >=media-plugins/gst-plugins-v4l2-1.4:1.0
+   >=media-plugins/gst-plugins-vpx-1.4:1.0
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+   $(vala_depend)
+   app-text/docbook-xml-dtd:4.3
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( dev-libs/glib:2[utils] )
+"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   GST_INSPECT=$(type -P true) \
+   $(use_enable introspection) \
+   --disable-lcov \
+   --disable-static
+}
+
+src_test() {
+   virtx emake check
+}

diff --git a/media-video/cheese/cheese-3.30.0.ebuild 
b/media-video/cheese/cheese-3.30.0.ebuild
new file mode 100644
index 000..31bc873f0bf
--- /dev/null
+++ b/media-video/cheese/cheese-3.30.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 virtualx
+
+DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
+HOMEPAGE="https://wiki.gnome.org/Apps/Cheese";
+
+LICENSE="GPL-2+"
+SLOT="0/8" # subslot = libcheese soname version
+IUSE="+introspection"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/gli

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

2018-12-21 Thread Gilles Dartiguelongue
commit: 06c4c6995b7817a7374d43e7cdea76fb43b1f028
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 21 07:14:25 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Dec 21 22:12:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c4c699

app-admin/packagekit: cleanup 1.1.7

Refs: https://bugs.gentoo.org/653068
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 app-admin/packagekit/packagekit-1.1.7.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/app-admin/packagekit/packagekit-1.1.7.ebuild 
b/app-admin/packagekit/packagekit-1.1.7.ebuild
deleted file mode 100644
index 7b3d8c9972a..000
--- a/app-admin/packagekit/packagekit-1.1.7.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="PackageKit Package Manager interface (meta package)"
-HOMEPAGE="https://www.freedesktop.org/software/PackageKit/";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="gtk qt5"
-
-RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} )
-   qt5? ( >=app-admin/packagekit-qt-0.9.6 )"
-
-DEPEND="${RDEPEND}"



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

2018-12-21 Thread Gilles Dartiguelongue
commit: 4bb5ba021a4a2cc46efb588b83695bdd5d59be6f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 21 07:16:44 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Dec 21 22:12:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb5ba02

app-admin/packagekit-base: cleanup 1.1.7

Refs: https://bugs.gentoo.org/653068
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 app-admin/packagekit-base/Manifest |   1 -
 .../files/packagekit-base-1.1.1-cache-qafix.patch  |  15 --
 .../packagekit-base-1.1.7-elogind-support.patch| 184 -
 .../packagekit-base-1.1.7-r2.ebuild| 130 ---
 4 files changed, 330 deletions(-)

diff --git a/app-admin/packagekit-base/Manifest 
b/app-admin/packagekit-base/Manifest
index f6a17578381..5dfab814447 100644
--- a/app-admin/packagekit-base/Manifest
+++ b/app-admin/packagekit-base/Manifest
@@ -1,2 +1 @@
 DIST PackageKit-1.1.12.tar.xz 1439024 BLAKE2B 
458cb7a9a47941214ec58846fb840f852851555dbd94ed5113745f9e375cd28edaa8475db30fb889b1722ea01bce5200a5ea7a5f52e45b424703228bff59d689
 SHA512 
a7428416ae85df0c8e7dbe017396921e9214612c8eb7c91020523457d0feaff86ad50d595f702d255e4091364cb10b8d9506b603b9d0e449c39fced07180840b
-DIST PackageKit-1.1.7.tar.xz 1431648 BLAKE2B 
0cc64e7ac38d6641a1fbd98ffad2e7920eb7b3c86ea36d3ad036541886191c38deeeb7241f81ec3d29f8268b1c84ec500511895312c29c706403607215117d5e
 SHA512 
0d0277e24feb63e94aeb5fec2c4306ccdf5935c2f62d5eef3be8db9f534eb302eff09ea0e020db48b2dd0af9ba6b31f7960d661d1040774dccf650ebf04c4f83

diff --git 
a/app-admin/packagekit-base/files/packagekit-base-1.1.1-cache-qafix.patch 
b/app-admin/packagekit-base/files/packagekit-base-1.1.1-cache-qafix.patch
deleted file mode 100644
index d7ec4b268c8..000
--- a/app-admin/packagekit-base/files/packagekit-base-1.1.1-cache-qafix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 a/src/~Makefile.am 2016-06-29 10:59:14.178918032 +0200
-+++ b/src/Makefile.am  2016-06-29 11:02:50.739929627 +0200
-@@ -175,11 +175,7 @@ pk_self_test_CFLAGS = 
\
- TESTS = pk-self-test
- 
- install-data-hook:
--  if test -w $(DESTDIR)$(prefix)/; then \
--  mkdir -p $(DESTDIR)$(localstatedir)/cache/PackageKit/downloads; 
\
--  mkdir -p $(DESTDIR)$(localstatedir)/cache/PackageKit/metadata; \
--  mkdir -p $(DESTDIR)$(localstatedir)/log; \
--  fi
-+
- 
- clean-local:
-   rm -f *~

diff --git 
a/app-admin/packagekit-base/files/packagekit-base-1.1.7-elogind-support.patch 
b/app-admin/packagekit-base/files/packagekit-base-1.1.7-elogind-support.patch
deleted file mode 100644
index bb6b6103dde..000
--- 
a/app-admin/packagekit-base/files/packagekit-base-1.1.7-elogind-support.patch
+++ /dev/null
@@ -1,184 +0,0 @@
 a/config.h.in  2017-06-07 16:38:45.046910693 +0200
-+++ b/config.h.in  2017-06-07 16:39:06.973911120 +0200
-@@ -78,8 +78,8 @@
- /* Define to 1 if you have the  header file. */
- #undef HAVE_STRING_H
- 
--/* Build systemd code */
--#undef HAVE_SYSTEMD
-+/* Build systemd-login code */
-+#undef HAVE_SYSTEMD_SD_LOGIN_H
- 
- /* Define to 1 if you have the  header file. */
- #undef HAVE_SYS_STAT_H
 a/configure.ac 2017-06-06 09:03:57.171355965 +0200
-+++ b/configure.ac 2017-06-06 09:55:11.242384458 +0200
-@@ -254,7 +254,6 @@
-   AS_HELP_STRING([--with-systemdsystemunitdir=DIR], 
[Directory for systemd service files]),
-   [has_systemdsystemunitdir=$with_systemdsystemunitdir],
-   [has_systemdsystemunitdir=$($PKG_CONFIG 
--variable=systemdsystemunitdir systemd)])
--  AC_DEFINE(HAVE_SYSTEMD,1,[Build systemd code])
-   AC_SUBST([systemdsystemunitdir], [$has_systemdsystemunitdir])
- fi
- AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$has_systemdsystemunitdir"])
-@@ -267,6 +266,24 @@
- AM_CONDITIONAL(ENABLE_OFFLINE_UPDATE, [test x$enable_systemd = xyes -a 
x$enable_offline_update = xyes])
- 
- dnl 
---
-+dnl - Use elogind instead of systemd-login
-+dnl 
---
-+AC_ARG_ENABLE(elogind, AS_HELP_STRING([--enable-elogind],[enable elogind 
session tracker]),
-+enable_elogind=$enableval,enable_elogind=no)
-+if test x$enable_elogind = xyes; then
-+  PKG_CHECK_MODULES(ELOGIND, [libelogind >= 229.4], [have_elogind=yes], 
[have_elogind=no])
-+else
-+  have_elogind=no
-+fi
-+
-+dnl 
---
-+dnl --- Is systemd/sd-login.h, either from systemd or elogind, available?
-+dnl 
---
-+if test -n "$has_systemdsystemunitdir" -o "x$have_elogind" != "xno" ; then
-+  AC_DEFINE(HAVE_SYSTEMD_SD_LOGIN_H,1,[Build systemd-login code])
-

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

2018-12-21 Thread Bernard Cafarelli
commit: 7d2e2343c7036c79e81a1b81d9a3afda3b108359
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Dec 21 22:07:39 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Dec 21 22:08:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2e2343

net-misc/nextcloud-client: 2.5.1 bump

Closes: https://bugs.gentoo.org/673528
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/nextcloud-client/Manifest |  1 +
 .../nextcloud-client/nextcloud-client-2.5.1.ebuild | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/net-misc/nextcloud-client/Manifest 
b/net-misc/nextcloud-client/Manifest
index e9f6be437ac..831f5000533 100644
--- a/net-misc/nextcloud-client/Manifest
+++ b/net-misc/nextcloud-client/Manifest
@@ -1,3 +1,4 @@
 DIST nextcloud-client-2.3.3.tar.gz 708611 BLAKE2B 
8f0a1f433ad18743e7d78bf4ab523e57f2c40cc1527508e940bb14c75f944723d728a5ee188c06a181ded535b910bea68620e8eb950c290af7556423fc28264f
 SHA512 
fd02c61a7a92b77f9063e4f15be426be84d02033bead4b176d876134f8b85d7385e4a361959b68c332f1ccb55d43e2a8b55e0d5c8e5a54f645a5816a37790bde
 DIST nextcloud-client-2.5.0.tar.gz 18914632 BLAKE2B 
b6a8e353a7894dac599b5ecfb7bed0f373ef6ce602a929b9daf709a91513b34ff92f9af0ba57acd3294561f30d37623280b043c779b52872bad2829e66315e10
 SHA512 
85591e3d5011a514472f179e48815134e12751849be9fa3457f631cdb262764801e8aecc774e0cff4d1dc4a4c34e3238a6ac1442e93ae847417d25560917ce99
+DIST nextcloud-client-2.5.1.tar.gz 18916053 BLAKE2B 
98daa5abde8aa82e2d30be7c340f808c4cb7a1986bbb7e9e5208174b268ddacfaf08e91b54d6bce5039fd19f6729716285e2a45f913c0d0eb473bf753031678f
 SHA512 
04301f4b6283c4003ec4fed7926e11e2a627903a1b20e0b7cb4bb24b522e133d41001f48c633cad4fe3b100496d3a7826893b78074c2e3985a4c9c90122e3108
 DIST owncloudclient-2.3.3.tar.xz 33801712 BLAKE2B 
7642148a4f503a2702d56f920067202699b4a55bb6216337ecbd9df141e0a7467aaf2db8d7d6871502061d3866294f8c44c791fdbf9597ca8d761f360f7ffda1
 SHA512 
8cbffd4fdd4bd3bbbfb947498ec9bfbaceac3966ac29d61dea3db82405976230c1067c3a3afc9ddc4ce152c69c530ad44be154615a391f63524dc2fb40d5e5d2

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.5.1.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.5.1.ebuild
new file mode 100644
index 000..29daa11a9db
--- /dev/null
+++ b/net-misc/nextcloud-client/nextcloud-client-2.5.1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Desktop Syncing Client for Nextcloud"
+HOMEPAGE="https://github.com/nextcloud/desktop";
+SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc dolphin nautilus shibboleth test"
+
+COMMON_DEPEND=">=dev-db/sqlite-3.4:3
+   >=dev-libs/openssl-1.1.0:0=
+   dev-libs/qtkeychain[qt5(+)]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-fs/inotify-tools
+   dolphin? (
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kio:5
+   )
+   nautilus? ( dev-python/nautilus-python )
+   shibboleth? ( dev-qt/qtwebkit:5 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !net-misc/ocsync
+   !net-misc/owncloud-client
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/linguist-tools:5
+   doc? (
+   dev-python/sphinx
+   dev-tex/latexmk
+   dev-texlive/texlive-latexextra
+   virtual/latex-base
+   )
+   dolphin? ( kde-frameworks/extra-cmake-modules )
+   test? (
+   dev-util/cmocka
+   dev-qt/qttest:5
+   )
+"
+
+S=${WORKDIR}/desktop-${PV/_/-}
+
+src_prepare() {
+   # Keep tests in ${T}
+   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
+
+   if ! use nautilus; then
+   pushd shell_integration > /dev/null || die
+   cmake_comment_add_subdirectory nautilus
+   popd > /dev/null || die
+   fi
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+   -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
+   -DNO_SHIBBOLETH=$(usex !shibboleth)
+   -DUNIT_TESTING=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   if ! use doc ; then
+   elog "Documentation and man pages not installed"
+   elog "Enable doc USE-flag to generate them"
+   fi
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() 

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

2018-12-21 Thread Sergei Trofimovich
commit: 1438b8126161c8a1f90c2fc4c3d7af9b252b5041
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 19:00:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1438b812

dev-libs/protobuf: stable 3.5.2 for hppa, bug #654428

Closes: https://bugs.gentoo.org/654428
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/protobuf/protobuf-3.5.2.ebuild 
b/dev-libs/protobuf/protobuf-3.5.2.ebuild
index eb1466f8f44..0ed30529f28 100644
--- a/dev-libs/protobuf/protobuf-3.5.2.ebuild
+++ b/dev-libs/protobuf/protobuf-3.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD"
 SLOT="0/15"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples static-libs test zlib"
 
 RDEPEND="emacs? ( virtual/emacs )



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

2018-12-21 Thread Sergei Trofimovich
commit: 14c1b37d2c694f0ad46ad3ffd031610158e66475
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:07:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c1b37d

dev-libs/libbson: keyworded 1.8.2 for sparc

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libbson/libbson-1.8.2.ebuild 
b/dev-libs/libbson/libbson-1.8.2.ebuild
index 2a781b8d31c..d730cc35cea 100644
--- a/dev-libs/libbson/libbson-1.8.2.ebuild
+++ b/dev-libs/libbson/libbson-1.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 hppa ~ppc ~sparc x86"
 IUSE="debug examples static-libs"
 
 src_configure() {



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

2018-12-21 Thread Sergei Trofimovich
commit: 33d19e1a60793b9f223fb4dfd49c06fd16e5b5b0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:11:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d19e1a

net-libs/rabbitmq-c: stable 0.8.0 for sparc, bug #670974

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 0a03a2d4ffa..b8a050a0a6f 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git";
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> 
${PN}-v${PV}.zip"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 LICENSE="MIT"



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

2018-12-21 Thread Sergei Trofimovich
commit: 201b897487dc7e798b518fe5363e792ab79227a3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:12:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201b8974

app-admin/syslog-ng: stable 3.17.2 for sparc, bug #670974

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.17.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
index 628acd43520..a8095fba3df 100644
--- a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



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

2018-12-21 Thread Sergei Trofimovich
commit: 02be6802e07703ab368084d1ef0d440535934242
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:04:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02be6802

dev-util/glib-utils: stable 2.56.4 for sparc, bug #668474

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/glib-utils/glib-utils-2.56.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glib-utils/glib-utils-2.56.4.ebuild 
b/dev-util/glib-utils/glib-utils-2.56.4.ebuild
index 011666e6505..4aee2748393 100644
--- a/dev-util/glib-utils/glib-utils-2.56.4.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.56.4.ebuild
@@ -15,7 +15,7 @@ SLOT="0" # /usr/bin utilities that can't be parallel 
installed by their nature
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 
 RDEPEND="${PYTHON_DEPS}
!

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

2018-12-21 Thread Sergei Trofimovich
commit: 7eaf3ac4f6cc914f308812af600f6f81781d6b49
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:06:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eaf3ac4

dev-util/gdbus-codegen: stable 2.56.4 for sparc, bug #668474

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
index 64d78265b08..0cb9126e1e0 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.56.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.gtk.org/";
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



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

2018-12-21 Thread Sergei Trofimovich
commit: c7e5bb80f7aaf486ad768f39d8d0d052a852dc83
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:08:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e5bb80

dev-libs/libmaxminddb: stable 1.2.1 for sparc, bug #670974

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild
index 5f657caf7b7..ca2f1e5693a 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 DOCS=( Changes.md )



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

2018-12-21 Thread Sergei Trofimovich
commit: c0f05c4961898337a8c5ee7a39fb921e18bac48c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 18:59:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f05c49

net-misc/iputils: stable 20180629 for sparc, bug #673498

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/iputils/iputils-20180629.ebuild 
b/net-misc/iputils/iputils-20180629.ebuild
index 98e13d04e31..2e308e3751c 100644
--- a/net-misc/iputils/iputils-20180629.ebuild
+++ b/net-misc/iputils/iputils-20180629.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/s${MY_PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${MY_PV}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2018-12-21 Thread Sergei Trofimovich
commit: 8ea7201874d3b731367281c76ea20f56a44fe571
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 21 10:05:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 21 20:16:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea72018

dev-libs/glib: stable 2.56.4 for sparc, bug #668474

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/glib/glib-2.56.4.ebuild b/dev-libs/glib/glib-2.56.4.ebuild
index 1b4085741bb..5fa37b0a2fa 100644
--- a/dev-libs/glib/glib-2.56.4.ebuild
+++ b/dev-libs/glib/glib-2.56.4.ebuild
@@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test 
utils xattr"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 # Added util-linux multilib dependency to have libmount support (which
 # is always turned on on linux systems, unless explicitly disabled, but



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

2018-12-21 Thread William Hubbs
commit: c83b5fa9ababf095c3ef60746fdddeda338fc3f0
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Dec 21 20:01:56 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Dec 21 20:02:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83b5fa9

sys-apps/openrc: sync live ebuild

Bug: https://bugs.gentoo.org/672622
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/openrc-.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 423caaa847a..60351506941 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -187,9 +187,6 @@ pkg_postinst() {
fi
fi
 
-   # update the dependency tree after touching all files #224171
-   [[ "${EROOT}" = "/" ]] && "${EROOT}"/lib/rc/bin/rc-depend -u
-
if ! use newnet && ! use netifrc; then
ewarn "You have emerged OpenRc without network support. This"
ewarn "means you need to SET UP a network manager such as"



[gentoo-commits] repo/gentoo:master commit in: net-libs/courier-authlib/, net-libs/courier-authlib/files/

2018-12-21 Thread Hanno Boeck
commit: 3894ca5794aa573ed1943e735637a9e1f287b6b2
Author: Hanno  gentoo  org>
AuthorDate: Fri Dec 21 19:28:54 2018 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Fri Dec 21 19:28:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3894ca57

net-libs/courier-authlib: Version bump.

Change libexecdir to courier default (avoids problems with
no-symlink profiles).
Remove unneeded .la files.
Change mysql dependency.
Update to EAPI=7.

Closes: https://bugs.gentoo.org/643322
Closes: https://bugs.gentoo.org/665986
Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12

 net-libs/courier-authlib/Manifest  |   1 +
 .../courier-authlib/courier-authlib-0.69.0.ebuild  | 150 +
 net-libs/courier-authlib/files/courier-authlib-r2  |  40 ++
 3 files changed, 191 insertions(+)

diff --git a/net-libs/courier-authlib/Manifest 
b/net-libs/courier-authlib/Manifest
index cd38961511c..36f044da589 100644
--- a/net-libs/courier-authlib/Manifest
+++ b/net-libs/courier-authlib/Manifest
@@ -2,3 +2,4 @@ DIST courier-authlib-0.65.0.tar.bz2 2303751 BLAKE2B 
595a91a87d9f0f87ded7db73f88a
 DIST courier-authlib-0.66.4.tar.bz2 2192331 BLAKE2B 
8fd68153b2defb63bbafb44b34c0f7ab5f7156800dc3eeb3c31fc0952c9a4637d4937babceae624c1a22512076bb11a1a356e0e0332c13d61026470a03b7e1c9
 SHA512 
0987bc9d33a013ae842e0ea3e4e83ef9d6196c2f923a6970e049a36b8ccddbf0c4465c43c7e27d6718480e981f573795f6417478de1ff685264f3439e8dffdc9
 DIST courier-authlib-0.67.0.tar.bz2 2194546 BLAKE2B 
2ccb6ed15c2f02d206606f8bba04c9f2da415da3d739e456914e44010c955c9aaeae1f1c0746c8812f5165eb8db1997284e1c378132a6144da2b8f77d77a6eff
 SHA512 
6e3da28d555761177727c44b1422bf5baf6ffbf28f53cea89a4a8e13daa5433803deba1614295d9679c41b5be4750f464e7869a2d3ecbfd91ae84e7281c4f3ef
 DIST courier-authlib-0.68.0.tar.bz2 2194982 BLAKE2B 
e463390b49bb3ca147467d3054a83d5a8ce96b604bde0b624c4d7ce81235c6f747e5d847dde794c81c4ad36aeef49bdd27cf904142b4542df833484c5eb7a57e
 SHA512 
5c4adaf0fd69f4b9e780962aa3f9eeac6b15cea3f302288ff4549ce2b0be9ea0808b4501670ef3c4e0419c3d27505c256c082f795dea4683dd5265fd7dcab93b
+DIST courier-authlib-0.69.0.tar.bz2 2197718 BLAKE2B 
63c273a85983ce7bd57496eeefac51107e3132dc9eb372f199530dbf6c5a5ddde7f8ee285aa54a096002f9058dc7e1cd9eb1194e3d512ea19882f93b1147345a
 SHA512 
c3806aa50d7ff13f75536064ec46028db3d5e1f4ef64692b5ece64810b4042ae0840bb346c73ae9d36f6113173f0e5e922356a178c10815640a26caa921e1614

diff --git a/net-libs/courier-authlib/courier-authlib-0.69.0.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.69.0.ebuild
new file mode 100644
index 000..fb790c54266
--- /dev/null
+++ b/net-libs/courier-authlib/courier-authlib-0.69.0.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+
+DESCRIPTION="Courier authentication library"
+SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
+HOMEPAGE="http://www.courier-mta.org/";
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="berkdb crypt debug gdbm ldap libressl mysql pam postgres sqlite 
static-libs"
+
+RESTRICT="!berkdb? ( test )"
+
+DEPEND="net-mail/mailbase
+   >=net-libs/courier-unicode-2.0
+   gdbm? ( sys-libs/gdbm )
+   !gdbm? ( sys-libs/db:= )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   ldap? ( >=net-nds/openldap-1.2.11 )
+   mysql? ( dev-db/mysql-connector-c )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   sqlite? ( dev-db/sqlite:3 )"
+
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+   if ! has_version 'dev-tcltk/expect' ; then
+   ewarn 'The dev-tcltk/expect package is not installed.'
+   ewarn 'Without it, you will not be able to change system login 
passwords.'
+   ewarn 'However non-system authentication modules (LDAP, MySQL, 
PostgreSQL,'
+   ewarn 'and others) will work just fine.'
+   fi
+}
+
+src_configure() {
+   filter-flags -fomit-frame-pointer
+   local myconf
+   if use berkdb ; then
+   if use gdbm ; then
+   ewarn "Both gdbm and berkdb selected. Using gdbm."
+   else
+   myconf="--with-db=db"
+   fi
+   fi
+   use gdbm && myconf="--with-db=gdbm"
+   use debug && myconf+=" debug=true"
+   use sqlite && myconf+=" --with-sqlite-libs"
+
+   econf \
+   --sysconfdir=/etc/courier \
+   --datadir=/usr/share/courier \
+   --localstatedir=/var/lib/courier \
+   --sharedstatedir=/var/lib/courier/com \
+   --with-authdaemonvar=/var/lib/courier/authdaemon \
+   --with-authshadow \
+   --without-redhat \
+

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

2018-12-21 Thread William Hubbs
commit: 714aa534dcee9f02a519dbda8ba156be0075e9bc
Author: William Hubbs  sony  com>
AuthorDate: Fri Dec 21 19:05:39 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Dec 21 19:08:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714aa534

sys-apps/openrc: 0.40.3 bump

Closes: https://bugs.gentoo.org/672622
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/Manifest |   1 +
 sys-apps/openrc/openrc-0.40.3.ebuild | 327 +++
 2 files changed, 328 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index fdad76f99fb..cd3b7e3d483 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,3 +1,4 @@
 DIST openrc-0.34.11.tar.gz 228054 BLAKE2B 
8d4fdd7de4b3c44df0ccec728b91bd2624582dc2bbdb1fa7892aa61ce0a953a7cf66964f38da888636d895e3c6b776747a4a7fbbdbbbd26029313695f35837fe
 SHA512 
76245d31c6fe9e90e5e2f35ce918b915fc88c231674e0c99dc98b8f3fa120e794900eec9919a0ab029a081b206393246eccb9119a79c90ad6e39325d022928be
 DIST openrc-0.38.3.tar.gz 238031 BLAKE2B 
87d1546e21d581feda4064cd64bf43f762203becdcc4b002bf868f17403bd42770cb1106a8bc383c8d69e19ad66ad2bedaa7090c95206597e8a9b6e2ba481dcc
 SHA512 
6bb42ccdab5fb24b11f5042bf19850f440d3494b6bd1d7b8db31b592f051fcd26feac1c8d9ef515238c53c6f5bf98a8c367a48471c178ae829e05c56bd24cfde
 DIST openrc-0.40.2.tar.gz 245006 BLAKE2B 
9e0aab4d42121296cb9bcc47e9222e0e99df80ab686636a8060c6271d30ff7c0d999f851d0e24dfab9e7a6532b56a6a1974cfa4514e88e6b82ec5fbbc192d76c
 SHA512 
746e238f792113397486b9abb6e41c8179e51fe823c82c8e8942d71329a806b9c398628f835e2626ed0e8735c05b0dcd1b82bf9b5111f420105eeae6b0b0e3f2
+DIST openrc-0.40.3.tar.gz 244510 BLAKE2B 
ed40506693c642358d46fc5fce9b3fbe6e2b699b3e3ed5bbf47ed349e5f7a5c7c1df07a7621622681af33fd68b197d48bfe4aa32e68a8231380de9a01055ced8
 SHA512 
65dbc5900a22c37af4aab545c52bb7679b4534755bdff0b0e8cba442a3c5fefa0b987caea74cd572dbb791e060116ecc298fd787b9d7efc8eab009b8b44ca3e4

diff --git a/sys-apps/openrc/openrc-0.40.3.ebuild 
b/sys-apps/openrc/openrc-0.40.3.ebuild
new file mode 100644
index 000..51661733bc0
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.40.3.ebuild
@@ -0,0 +1,327 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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 ~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
+   !=sys-libs/libselinux-2.6
+   )
+   !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 /lib/rc/init.d
+   fi
+   keepdir /lib/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 '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by default (bug #222889)
+   if use hppa; then
+   rm -f "${ED}"/usr/share/openrc/runlevels/boot/consolefont
+   fi
+
+   # Support for l

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

2018-12-21 Thread Patrick McLean
commit: 537dfa27dd7d4c66ef4d01d4d530eabb0984bd8e
Author: Patrick McLean  sony  com>
AuthorDate: Fri Dec 21 18:22:38 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Dec 21 18:22:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537dfa27

sys-kernel/vanilla-sources: Version bump to 4.14.90

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.14.89.ebuild => vanilla-sources-4.14.90.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index f17f561eeaf..f297a79c947 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,7 +4,7 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-3.16.62.xz 2280016 BLAKE2B 
5ec85d7e7e345cb21ed48c860dd263067f58ee29fb2ea11980b37c1973dc944b4ffda7bf7098b8c12573915f564a76db94b35a337d172525979cf87aa8cb2ae8
 SHA512 
c438d9b8df33484ede82634352dfce366b6b21dd589c21556582337ba16e73788e6219ba64b57160264cbde4da2508f54a716287c5520b89ba9be21c0de63bc3
-DIST patch-4.14.89.xz 2092440 BLAKE2B 
bb0de5298193ae95cdbef4bc62a2adae5faf57aab60e169fe47f01218ce4b5eeabf7ea4e3cb0a5a252d755da5290cefd75d1599ca4669099239d8962365188cf
 SHA512 
3e11f65d0585eb7a916cd61547bd72cf143384fd0cde56d2b2faf190bd61dd573df4d924f1c9ad1e82c286f545f372a3765dc1f9d95f8ef741e2517339a15481
+DIST patch-4.14.90.xz 2108368 BLAKE2B 
be288191bed9738e43c550ad21628a5657b6fd767302e61180cfc77fe2412284832b7b63394acd2791510e81264076b0b8bc8729fc7eba4f10cb04af71da773a
 SHA512 
3ac8a571128a42a9a75334e213adad2b3de256bb12fbc93fcf50d0346f19dfba47e5a1b2800616e41e607344554ad5b0e1714e9bb10964def20f0010aa080505
 DIST patch-4.19.12.xz 400564 BLAKE2B 
e0ad1687755bf49311fadb87e40c0c4d9d70e84e8f26d922a65cb6874c5de804f3bbb17baeef635e5a49fd32f03e5339e5300556cc06f538b11d124c4f9bb843
 SHA512 
e878f30a56d436820a08db08e68676f3ad65f7f6946af2fc8bc2379c1f64ace758f6c5292285a10003b8bdd199e422c95263690a64e19a32b3b10cf876cbcd93
 DIST patch-4.4.167.xz 2271784 BLAKE2B 
3de27a178d3635ee0f9af73ab940f9a0e1021d00de3515ccb240714a4be576c9a132dcf0687ab4fa5c3304ae866ab1b10d08472795cb2174b4f006e354c1a7c3
 SHA512 
e7a688370b29939da628761ad1f6397f5599542cc06560498d70f2fad002164e4067d879f0f7f314faf88328f9a7e9ae19460cbbb3bbaebc250c95000577ae48
 DIST patch-4.9.146.xz 2470640 BLAKE2B 
06ab19bca181a4074e3ac1c81e6c0a71a4367ca7887cb7445709f3ca48634da6a68404e6ae7010f260e06e57bf89192443d6c57c59b8572792268408d458a84d
 SHA512 
a08fd675692c60e7b860e892bcf69dc693eb0e4bdb94c74200e7d09cfd029a9478f103b90eddaf8ecff694af13f5f0e2c9de62eaaef0694ab3643af41680b844

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.89.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.90.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.89.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.90.ebuild



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

2018-12-21 Thread Patrick McLean
commit: 24370ba246fff1ae3648eafeea4efa7bd4fc5dd5
Author: Patrick McLean  sony  com>
AuthorDate: Fri Dec 21 18:22:02 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Dec 21 18:22:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24370ba2

sys-kernel/vanilla-sources: Version bump to 4.19.12

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.19.11.ebuild => vanilla-sources-4.19.12.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 9ebd16d3afd..f17f561eeaf 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,6 +5,6 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-3.16.62.xz 2280016 BLAKE2B 
5ec85d7e7e345cb21ed48c860dd263067f58ee29fb2ea11980b37c1973dc944b4ffda7bf7098b8c12573915f564a76db94b35a337d172525979cf87aa8cb2ae8
 SHA512 
c438d9b8df33484ede82634352dfce366b6b21dd589c21556582337ba16e73788e6219ba64b57160264cbde4da2508f54a716287c5520b89ba9be21c0de63bc3
 DIST patch-4.14.89.xz 2092440 BLAKE2B 
bb0de5298193ae95cdbef4bc62a2adae5faf57aab60e169fe47f01218ce4b5eeabf7ea4e3cb0a5a252d755da5290cefd75d1599ca4669099239d8962365188cf
 SHA512 
3e11f65d0585eb7a916cd61547bd72cf143384fd0cde56d2b2faf190bd61dd573df4d924f1c9ad1e82c286f545f372a3765dc1f9d95f8ef741e2517339a15481
-DIST patch-4.19.11.xz 384652 BLAKE2B 
8e2ff548ba889d68cd5858d256fd1db387452706dd2cc6e5f7f64bcd3cff4db42caadd2b719606f3b18e304d13322c618c0c7f0fa28a04c6ee55068af2fbaf22
 SHA512 
7dbf211441848db045e3c29b885bfadf4c1dea0bf738c0e719c9fb09551a7c41b85e59c995e66a4e354cba42ba302f4988e334e80ef864d92085b938a8954589
+DIST patch-4.19.12.xz 400564 BLAKE2B 
e0ad1687755bf49311fadb87e40c0c4d9d70e84e8f26d922a65cb6874c5de804f3bbb17baeef635e5a49fd32f03e5339e5300556cc06f538b11d124c4f9bb843
 SHA512 
e878f30a56d436820a08db08e68676f3ad65f7f6946af2fc8bc2379c1f64ace758f6c5292285a10003b8bdd199e422c95263690a64e19a32b3b10cf876cbcd93
 DIST patch-4.4.167.xz 2271784 BLAKE2B 
3de27a178d3635ee0f9af73ab940f9a0e1021d00de3515ccb240714a4be576c9a132dcf0687ab4fa5c3304ae866ab1b10d08472795cb2174b4f006e354c1a7c3
 SHA512 
e7a688370b29939da628761ad1f6397f5599542cc06560498d70f2fad002164e4067d879f0f7f314faf88328f9a7e9ae19460cbbb3bbaebc250c95000577ae48
 DIST patch-4.9.146.xz 2470640 BLAKE2B 
06ab19bca181a4074e3ac1c81e6c0a71a4367ca7887cb7445709f3ca48634da6a68404e6ae7010f260e06e57bf89192443d6c57c59b8572792268408d458a84d
 SHA512 
a08fd675692c60e7b860e892bcf69dc693eb0e4bdb94c74200e7d09cfd029a9478f103b90eddaf8ecff694af13f5f0e2c9de62eaaef0694ab3643af41680b844

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.11.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.12.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.11.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.12.ebuild



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

2018-12-21 Thread Patrick McLean
commit: cba77d577187698d851d862cdb82690282f6ddad
Author: Patrick McLean  sony  com>
AuthorDate: Fri Dec 21 18:23:12 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Dec 21 18:23:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba77d57

sys-kernel/vanilla-sources: Version bump to 4.4.169

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.4.167.ebuild => vanilla-sources-4.4.169.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index f297a79c947..4f9de02992b 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,5 +6,5 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST patch-3.16.62.xz 2280016 BLAKE2B 
5ec85d7e7e345cb21ed48c860dd263067f58ee29fb2ea11980b37c1973dc944b4ffda7bf7098b8c12573915f564a76db94b35a337d172525979cf87aa8cb2ae8
 SHA512 
c438d9b8df33484ede82634352dfce366b6b21dd589c21556582337ba16e73788e6219ba64b57160264cbde4da2508f54a716287c5520b89ba9be21c0de63bc3
 DIST patch-4.14.90.xz 2108368 BLAKE2B 
be288191bed9738e43c550ad21628a5657b6fd767302e61180cfc77fe2412284832b7b63394acd2791510e81264076b0b8bc8729fc7eba4f10cb04af71da773a
 SHA512 
3ac8a571128a42a9a75334e213adad2b3de256bb12fbc93fcf50d0346f19dfba47e5a1b2800616e41e607344554ad5b0e1714e9bb10964def20f0010aa080505
 DIST patch-4.19.12.xz 400564 BLAKE2B 
e0ad1687755bf49311fadb87e40c0c4d9d70e84e8f26d922a65cb6874c5de804f3bbb17baeef635e5a49fd32f03e5339e5300556cc06f538b11d124c4f9bb843
 SHA512 
e878f30a56d436820a08db08e68676f3ad65f7f6946af2fc8bc2379c1f64ace758f6c5292285a10003b8bdd199e422c95263690a64e19a32b3b10cf876cbcd93
-DIST patch-4.4.167.xz 2271784 BLAKE2B 
3de27a178d3635ee0f9af73ab940f9a0e1021d00de3515ccb240714a4be576c9a132dcf0687ab4fa5c3304ae866ab1b10d08472795cb2174b4f006e354c1a7c3
 SHA512 
e7a688370b29939da628761ad1f6397f5599542cc06560498d70f2fad002164e4067d879f0f7f314faf88328f9a7e9ae19460cbbb3bbaebc250c95000577ae48
+DIST patch-4.4.169.xz 2314936 BLAKE2B 
969dcc293069cbe9ca7c2d52a7e04fdc060ad4c69d6eead965ed347fc8a9a1a07036124128ba03d6e4e65fd43cb0300ca9f92519697dad66d37139ecb07783a8
 SHA512 
17651af8a2f87830e4019ec1d84bb1865ed5becaadf979f9c4c51d25ac5820341654c6120c8c54ab5fdd32ebfd52a90920f04474f4aa52d5ef85526c31c6f232
 DIST patch-4.9.146.xz 2470640 BLAKE2B 
06ab19bca181a4074e3ac1c81e6c0a71a4367ca7887cb7445709f3ca48634da6a68404e6ae7010f260e06e57bf89192443d6c57c59b8572792268408d458a84d
 SHA512 
a08fd675692c60e7b860e892bcf69dc693eb0e4bdb94c74200e7d09cfd029a9478f103b90eddaf8ecff694af13f5f0e2c9de62eaaef0694ab3643af41680b844

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.167.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.4.169.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.4.167.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.4.169.ebuild



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

2018-12-21 Thread Patrick McLean
commit: c7586d9f77f44a72b783840930cdb344641b4393
Author: Patrick McLean  sony  com>
AuthorDate: Fri Dec 21 18:23:45 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Dec 21 18:23:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7586d9f

sys-kernel/vanilla-sources: Version bump to 4.9.147

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.9.146.ebuild => vanilla-sources-4.9.147.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4f9de02992b..9531117f760 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,4 +7,4 @@ DIST patch-3.16.62.xz 2280016 BLAKE2B 
5ec85d7e7e345cb21ed48c860dd263067f58ee29fb
 DIST patch-4.14.90.xz 2108368 BLAKE2B 
be288191bed9738e43c550ad21628a5657b6fd767302e61180cfc77fe2412284832b7b63394acd2791510e81264076b0b8bc8729fc7eba4f10cb04af71da773a
 SHA512 
3ac8a571128a42a9a75334e213adad2b3de256bb12fbc93fcf50d0346f19dfba47e5a1b2800616e41e607344554ad5b0e1714e9bb10964def20f0010aa080505
 DIST patch-4.19.12.xz 400564 BLAKE2B 
e0ad1687755bf49311fadb87e40c0c4d9d70e84e8f26d922a65cb6874c5de804f3bbb17baeef635e5a49fd32f03e5339e5300556cc06f538b11d124c4f9bb843
 SHA512 
e878f30a56d436820a08db08e68676f3ad65f7f6946af2fc8bc2379c1f64ace758f6c5292285a10003b8bdd199e422c95263690a64e19a32b3b10cf876cbcd93
 DIST patch-4.4.169.xz 2314936 BLAKE2B 
969dcc293069cbe9ca7c2d52a7e04fdc060ad4c69d6eead965ed347fc8a9a1a07036124128ba03d6e4e65fd43cb0300ca9f92519697dad66d37139ecb07783a8
 SHA512 
17651af8a2f87830e4019ec1d84bb1865ed5becaadf979f9c4c51d25ac5820341654c6120c8c54ab5fdd32ebfd52a90920f04474f4aa52d5ef85526c31c6f232
-DIST patch-4.9.146.xz 2470640 BLAKE2B 
06ab19bca181a4074e3ac1c81e6c0a71a4367ca7887cb7445709f3ca48634da6a68404e6ae7010f260e06e57bf89192443d6c57c59b8572792268408d458a84d
 SHA512 
a08fd675692c60e7b860e892bcf69dc693eb0e4bdb94c74200e7d09cfd029a9478f103b90eddaf8ecff694af13f5f0e2c9de62eaaef0694ab3643af41680b844
+DIST patch-4.9.147.xz 2483664 BLAKE2B 
1bc767e9979492bbdfb1a808b834f0d12174d75ad746d696f10ebdffb6cad9116611ddc70249fcae5af79dbad38cfc7ad5851eb229fe5a0328fb1da7fdb30c1c
 SHA512 
258b0977b32c87d461725d430cfd6f894303623dcb720390d727f9c47ad20f5883d019d9e60dc1910a3df1532fd1a6410cda4b3105018aad9dbbe28a00d9e35b

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.146.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.9.147.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.9.146.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.9.147.ebuild



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

2018-12-21 Thread Matt Turner
commit: fd1b284e3c0e0e6470b632aa4d2cbcd9280efca7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 21 17:16:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 21 17:20:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1b284e

dev-libs/libinput: Version bump to 1.12.4

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libinput/Manifest   |  1 +
 dev-libs/libinput/libinput-1.12.4.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 259d4c8253c..dc13e741edd 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -3,3 +3,4 @@ DIST libinput-1.11.3.tar.xz 487408 BLAKE2B 
38dc14cf018ca59279e8b6e85fd91f4b29545
 DIST libinput-1.12.1.tar.xz 520072 BLAKE2B 
2d2b2d82f27ac01ff25b3bf6fd7b77ca56467ab818cdc5d4a641629fed623ef5042915889f54f71b1881595af1d85770bbf4ecfd798c079878efa0a0546c4a36
 SHA512 
de1714526ee1244e3086729efa5b72724b2b989fa8d04418e633d1ef5a8ea777ae3cd4b8c5b015ca0da2b8cf5b07111bff2283c7d6068abcdfa81c3f71b81d68
 DIST libinput-1.12.2.tar.xz 517712 BLAKE2B 
3a8b1e5120334d44dcd14461fef4d20d51ec2f910c95bf10e54201dcd8b6ef2913a284940f05f0088ed810c0841b7e3cbfd1b33d7bcce3a81031330cb42bfe18
 SHA512 
f7122a1d18dd2d0072a34fd9897ebe25a065100b3754052d7ec133bddb56d5c2a5a94950cfc8366ef5d117180c28b3ff99b1a62f3ab95df5ac22f86721fbdc67
 DIST libinput-1.12.3.tar.xz 519496 BLAKE2B 
15cd2aa14b6ad754534bceb6b99e05fc911666493f38e1c92097f5e08a06b751a17a4b0546176d5450ca8fde205bcb0dc5d7eaffe41739ae1bc6527205d8349b
 SHA512 
cdc512cb53442ae85d5a23e10db9dd3548bcca0de24d7fcc48954a60773563d84d9b10278b6a693ade95d0789bb5d42bbb8b7cf1c178fe85401cb09a5402ff02
+DIST libinput-1.12.4.tar.xz 519596 BLAKE2B 
87802d2eb841360ada3216a4064cdf750f43f3bf85377f08d35b4e9144319dc0115b03bf9a67f819c708763c677650100ffb783e8432d3c1a42cfb2355e7acaa
 SHA512 
4e43ed5213059a481e5a73549c8325e5729d08512c4f580b924d4338a1b69dabd77fb612bec418f294c1da96c738ce26e45f8de8fbc222ab1af71a1535b3240f

diff --git a/dev-libs/libinput/libinput-1.12.4.ebuild 
b/dev-libs/libinput/libinput-1.12.4.ebuild
new file mode 100644
index 000..fd569fa961e
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.12.4.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+
+inherit meson python-any-r1 udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/";
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc input_devices_wacom"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
+   >=dev-libs/libevdev-1.3
+   >=sys-libs/mtdev-1.1
+   virtual/libudev:=
+   virtual/udev
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   $(python_gen_any_dep '
+   dev-python/commonmark[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]
+   ')
+   >=app-doc/doxygen-1.8.3
+   >=media-gfx/graphviz-2.38.0
+   )
+"
+#  test? (
+#  >=dev-libs/check-0.9.10
+#  dev-util/valgrind
+#  sys-libs/libunwind )
+
+python_check_deps() {
+   has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \
+   has_version ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   local emesonargs=(
+   -Ddebug-gui=false
+   $(meson_use doc documentation)
+   $(meson_use input_devices_wacom libwacom)
+   -Dtests=false # tests are restricted
+   -Dudev-dir="$(get_udevdir)"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use doc ; then
+   docinto html
+   dodoc -r "${BUILD_DIR}"/Documentation/.
+   fi
+}
+
+pkg_postinst() {
+   udevadm hwdb --update --root="${ROOT%/}"
+}



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

2018-12-21 Thread Ben Kohler
commit: b122aebf3f7d406ce800a8e2c40290e73c3124fe
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Dec 21 17:00:19 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Dec 21 17:00:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b122aebf

sys-apps/systemd: stable 239-r2 for sparc

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler  gentoo.org>

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

diff --git a/sys-apps/systemd/systemd-239-r2.ebuild 
b/sys-apps/systemd/systemd-239-r2.ebuild
index 137db8bfafe..6a8e5b4b5cd 100644
--- a/sys-apps/systemd/systemd-239-r2.ebuild
+++ b/sys-apps/systemd/systemd-239-r2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
https://dev.gentoo.org/~floppym/dist/${P}-patches-1.tar.gz";
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )



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

2018-12-21 Thread Mike Pagano
commit: f338df72ffae72be20ab5f8218e8c28fc69e97b7
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 16:30:28 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 16:30:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f338df72

sys-kernel/gentoo-sources: Linux 4.19.12

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1358faf65e0..75c282ad5a8 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -19,6 +19,9 @@ DIST genpatches-4.19-10.extras.tar.xz 17476 BLAKE2B 
b721af1edf01fe8978adba133bd1
 DIST genpatches-4.19-11.base.tar.xz 384460 BLAKE2B 
74fe44dde9f3ff623efa5276981b30d6c2815103e30329a02e785a3157b6f82c624c6ed174ae3d40bd9f55a83f3e3e3f6f7a27dfe87fce63c7037e283d12cd7b
 SHA512 
ee02e0d836c1025c5f46e556c5362e4e92312b4bed411d8b77dcd3cdaf3c982d7cec960415934fce9551e4d01ad4fb5c16f49c26a356e253dd29f874883a7c87
 DIST genpatches-4.19-11.experimental.tar.xz 5220 BLAKE2B 
0feceff6d3d363a36b05dc38ef3d4d058c3a8ba467a0b4bf399fb4198ddae116974adbfc5275870d1b1399204f2bae55e17ea37d019efdf85b28d414cb9a88bd
 SHA512 
dc35e231b44c6d32587c9a47cb6a2d252add62610d43d4e4ca25e6be74331793e046ec464ddcbcb2389b1dff623ed0061f76dd18e1c95f15b59726090fa3d5e9
 DIST genpatches-4.19-11.extras.tar.xz 17472 BLAKE2B 
09b2621f0a361687b80b5c33407ba3cfc541c575f8c3443701a022f98e4191e04a796f3258227e292fa2ed2e0a160992072c21beb031cd09392cc399ca8cde6e
 SHA512 
28a9d2637250a4f5f1005251098973339612e0bc1173b047bf437c755ad050c1f2b8dc349b9f186c7f3065d3ed6c30df1a0859a2646b4597397767a4d2e38918
+DIST genpatches-4.19-13.base.tar.xz 412288 BLAKE2B 
a6d49ed20d930f950600a8e592b23be50d2c88d2ee4856f5d9e6ca43308244434c1cdcc4411de61f4810b98901657efd54b102fffbf9baca54bd288b93941a6a
 SHA512 
6fd34295b8d3a6d19e2ad1fbd0eb1e2b28c9c6151cfc0c303146d9ed62124d8a8ac7ef94c4e45bf01c2a3dbafd15e43bf59c6818d72972bbd5450dccdeaa14c7
+DIST genpatches-4.19-13.experimental.tar.xz 5216 BLAKE2B 
5811a7b35fe9447bad8eedf438f00c862a6b7a91656812bba208a7f52ba6ed5f337d7ff57e9c22cba7b3bff24b2ef7b91aec224c4ef78d3be121a7b9a1af8782
 SHA512 
6904d266d84fbd058c0718beff3c8f8292bd3e7b9c4e73835d7fff78c1ce0cbad8e3ac0067b270d86d21447b77213364a4c14e00707ce00b07f8ef4d643720dd
+DIST genpatches-4.19-13.extras.tar.xz 17468 BLAKE2B 
677905876091db045248e91ff82f7a3f370b1f01a42c8340fa0502824d86e838026ff551426b2ea75034b1a793385041e97a0c0ff82d6b9eda918c3c3d7b40a0
 SHA512 
d5282f68f5318a568df2cd6018c356500bbb68d034bfcd2d3befaa0167b9fbb606b1895a60b292bcf276d186fad84c22a9c55aad76a4586d1f5b33d065b7da33
 DIST genpatches-4.19-9.base.tar.xz 316176 BLAKE2B 
384d9f9a340faf4d13c14d6212e0395cc205eed94b2174a5163ca2294ff54c74ec829f54fd083b6c28b701e074a79d443f3ebbcd5c15caecbf7bb6418f5e9fc3
 SHA512 
f22133a24443f8f91ef4a4b8d27e49a135b8ea8cdd4b7e6bf262f0e1b233d3e46bb20d2e1f379c0f2563d8c2d8626066f9efcbf42ab8e1f621f17c4b5b1ae63e
 DIST genpatches-4.19-9.experimental.tar.xz 5220 BLAKE2B 
a252358ee591bb4094aa0361c48d36471ec93c5fc15fc2a4c8802a4417de6a6106c800b3c45e853aea8c483a6e2411fd147bbcbd6d97e3f3a0ea8370ec922449
 SHA512 
fdcb864a31a6501aefd53bb5b8a5753e9004fa02a0c210e1bb6b1f74c9764ff79b8b40208802d54cfa3fbf6f7428bc337d4eb9244f1d54ae66cfaa1ef2ad7501
 DIST genpatches-4.19-9.extras.tar.xz 17480 BLAKE2B 
82b74d204cdceed50f5c9f241630a4fa545aa15eb7fcd59e962d8677a5b7e80f8bef19d0ec1d70bcb940a5c72936391a5e0bc1f0f605b7c46dee648a5902a25c
 SHA512 
24a6dfcede8d2f819734afb6e7ed9e36dea73dd694f091ae36cfdff20212009ebcdcd7ff06d4d416972b86b8aa98779c5fe44d2628b45aaa224fa4ddae139bcb

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



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

2018-12-21 Thread Andreas K. Hüttel
commit: 481e2e89a13668daaa3e14e3310faf3e9e87d62e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Dec 21 16:21:18 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Dec 21 16:21:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481e2e89

sys-libs/glibc: locale-gen: precisely replicate 2.27 behaviour

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index bbf500d820e..4483254573b 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -20,4 +20,4 @@ DIST glibc-2.28-patches-3.tar.xz 46172 BLAKE2B 
b2dc4de76ab4b4e31a6a043a133f89ede
 DIST glibc-2.28-patches-5.tar.xz 76472 BLAKE2B 
bc3457e606ab7be2eca71c949b70f89d08418e6e2d061491dfcac3b8f962ca142f48bf0f789e025a6280f030d7bf74e3421676b08d97fc571d6e0f4e660d2758
 SHA512 
1639e435728a9970e4eaa79eb0a00502acecf7060d3bf70ef6bb6256ec20c23b4be6ba500a8ab97547e1af9e3df9228f7b70bb65ea1755b61c7884defa6c3535
 DIST glibc-2.28-patches-6.tar.xz 89724 BLAKE2B 
f846534dc912f11ed9b22badfd28ef0402451654390756d2f6332f52ce7c2d3491ed90bbdf2553d7bb38caea6373ad2d3c19e4a1f31f3669948f4e2cbaeb1577
 SHA512 
f687febde875bb8adb7a61408caea3db99bbbda703eb3486c7d5c09540515e657eda406bf14686498e2c093355c72395502a343201e02cfc97adf6483d8e7455
 DIST glibc-2.28.tar.xz 16484344 BLAKE2B 
9aa8cbd5a145c2a6fde3a60b3d0a14b12b46ed79333ad1ca3e73464adcfe700277a17a9e7fd0ca36e355a0c5b0b27decfa091da320ba802741ad75cc955bbcc8
 SHA512 
521f820953ff07c69ece4c2186f59fc061a7f9747932cd70ef2995c2b2deee76eeb6de700d85071cdca5949179aa8ccee75eda7feca1394121ec7b821ad0a3f3
-DIST glibc--patches-9.tar.xz 17384 BLAKE2B 
d5ddf078a4a9e05a727ba709efdfdb5891e72d19c1a61b11bbde6a555ac38ccc4a1694d46228bbc56ff796e4e16326fb17613d73ccee8b2e6ed51a5bb371a241
 SHA512 
934bcb0130bd9f3a313b7107528598fb0aac27d719aded265ba111d01eac57e0235e15a4a2d2c7e0376e9d18c803c4b57f9446da4ed3e2b2a62a1587b50dcdbc
+DIST glibc--patches-10.tar.xz 17544 BLAKE2B 
1cd4fa14b2168e371c769c06a29f36d6dbd3beccb796788470b63282cb8e5c3c497e4eb3800e4bc86c07d3b82935d71dc96dc3155178d52b68873ea38a271a70
 SHA512 
bbd376ad87fb71de7a6a4eb28030aa1550f7cca57e521d2a326cab63a66e2dc784b93319190f8bb1b24b335acc604d0523c3ea8335a4424373796ebeb79f273b

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index b8e90784630..46dde2c6ce3 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git";
inherit git-r3
 else
-   # KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86"
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS=""
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
@@ -28,7 +28,7 @@ RELEASE_VER=${PV}
 GCC_BOOTSTRAP_VER=20180511
 
 # Gentoo patchset
-PATCH_VER=9
+PATCH_VER=10
 
 SRC_URI+=" 
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.xz";
 SRC_URI+=" multilib? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"
@@ -1101,7 +1101,7 @@ run_locale_gen() {
# if the host locales.gen contains no entries, we'll install everything
local root="$1"
local locale_list="${root}/etc/locale.gen"
-   if [[ $(locale-gen --list --config "${locale_list}") == "C.UTF-8" ]] ; 
then
+   if [[ -z $(locale-gen --list --config "${locale_list}") ]] ; then
ewarn "Generating all locales; edit /etc/locale.gen to save 
time/space"
locale_list="${root}/usr/share/i18n/SUPPORTED"
fi



[gentoo-commits] proj/linux-patches: New tag: 4.19-13

2018-12-21 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 16:19:17 2018 +

New tag: 4.19-13




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

2018-12-21 Thread Mike Pagano
commit: ff99d50434c7fd36e2f0bc384125a2bb90de6f18
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 16:18:39 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 16:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff99d504

sys-kernel/gentoo-sources: Linux patch 4.14.90

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ddbe1a2304d..1358faf65e0 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -10,6 +10,9 @@ DIST genpatches-4.14-95.extras.tar.xz 17488 BLAKE2B 
a1b6d0ddf2d442e5bc4b265c45b1
 DIST genpatches-4.14-96.base.tar.xz 2292196 BLAKE2B 
f1c971cbc8f76c3bd57e60e706ec798ef0f9d79bb5a0b439eb2ee36f82dfde744d08a9ede338044ac269052e407c8383714c247645dc7edd8f6a53cbfa30c0fe
 SHA512 
c4b324c42794336756b5e0071f8cf0b5da328ca82d3fb3002d88d344dd7a7d6a8ebb6c96a3ae4818096dafadae71c73d30c7a732cedb337c8a703f5e295a4a52
 DIST genpatches-4.14-96.experimental.tar.xz 5224 BLAKE2B 
e14aec07d7a18b6a3d91e0467138d476aa3e5c3ad5caabb9bc98d8855f3e09016ab4347661ed7e7d5ada9149907534508d0ed57530957728ec3c6e6f87c11226
 SHA512 
f1b990a051a736cea898b2e1a5ad06527470afbd0f26464f75f1632a4a0c9e3d8a92339d1186193ae6286394d5eede31a6e3d599fcb8fc7cf37e69d2c8b834a5
 DIST genpatches-4.14-96.extras.tar.xz 17500 BLAKE2B 
7c4b72b0605759a46c019fc34b30f440208face4c24de894392d0e6516be82997b8b62bc44fce6712bf5178f1ab798f64b33a20ee513448aca7f2975c7bdcef3
 SHA512 
2ab182fff844dff139037f430c2f55685c6c859e39c278f00bfa7140c3f999e62fb080e76a97d82277954d19634746594d73f357cc8e32cd71e2021d451f053a
+DIST genpatches-4.14-97.base.tar.xz 2310148 BLAKE2B 
8d2156329ce66d22b1d124d8f89b3167d5ab176e9acd3e512cd0b8296917c05147d53d4d21cf72431dd859e8a03c360ea76a0cb257a2120f3383120ebb5b1ca9
 SHA512 
bde54529069614a9ab9751a6557dae523f91bef4860b121aae33fa4e057590a2b85d5416e22bda8dbf0741e494992c3a202a036225466f1a6e87e61d59794bb2
+DIST genpatches-4.14-97.experimental.tar.xz 5220 BLAKE2B 
89defe339f05968c6faa5c98a5f3ee4a9bd10a68a1622d5f0f10f6a0a79e46466d13447a783056da62ebb1db0d2c336a7f800f24fe1c5ea18297b715ef99b1d2
 SHA512 
d709a4740d9ba4b01b5092e865d19fe6b13c4f0963115c10501c4b3ae04d536d931e7e9d033521f1fdaf4dc224f12e8d9e50f3d45673fc95f222d43dd02749f7
+DIST genpatches-4.14-97.extras.tar.xz 17472 BLAKE2B 
39f82957640999cd498a0d401cd4448abaacce975d5f9472dd5abec860966670a1a21ad398bd70b7e68d83de7a6aae43f8dca3544a48d2a6358ad1dadec2ddb1
 SHA512 
1671f978bc9690df152ce1de4d4f56da00e6fa884680ecc99bc08928f0bbeea02e94733858ed227adbffb410a57fed6cc90e49e6a15b531d2faebc7304e5722d
 DIST genpatches-4.19-10.base.tar.xz 350996 BLAKE2B 
bf1dccbfad400faaf631c2c07fd95423fb8b568f7b597b01cf6614d219bf764551aa67e214c4dc0ac9ceeb7951e1a751a026cabe08ad8a097c6ceb36dd11def3
 SHA512 
f3123df60570cf46b844fea5cf175eeb8f7f3d068d180ad2c8db818c7534bc48d055ce7faa4fa6fe5ef368831f55b3c35b4bc7b25278ec9796cdf34963f64440
 DIST genpatches-4.19-10.experimental.tar.xz 5220 BLAKE2B 
7ec9624b200a32e8d2d95f8a71b174d34a1e1f4e249146a9535f02d65723b862d6d4acac0875498219a734da25bd57b6ea08847089c4362964f73f2ed29bf2e0
 SHA512 
a842396de5ebe2782b0a1a78ba61b3547a10e6e73cc46b799b245a67a7b716e931e43a777dba65a20274960173e582ddc070225f635ac9507fb4bb740d93719d
 DIST genpatches-4.19-10.extras.tar.xz 17476 BLAKE2B 
b721af1edf01fe8978adba133bd126b2daa2c212b4658d0faf62b99e76ef994deed5a9bcc3c2a417ad689b7f685f9e373a5e8b548851e9680f50031731a1b58f
 SHA512 
4f43cae26c95b14fc3ccbb0a469455c207ca37d86b7ce920396ee0f24d602727a99407d138bd89cabae49003991c7ee7e9b768b07c01ebb19d3ed0363c4bb413

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



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

2018-12-21 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 16:06:47 2018 +

New tag: 4.14-97




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

2018-12-21 Thread Mike Pagano
commit: a46e1613fccedf1289e06b59a7e697f705691e8b
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 16:06:02 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 16:06:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46e1613

sys-kernel/gentoo-sources: Linux patch 4.9.147

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index fd9701de01c..ddbe1a2304d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,6 +49,9 @@ DIST genpatches-4.9-147.extras.tar.xz 17360 BLAKE2B 
05bfd058d0538f539ed200cbb398
 DIST genpatches-4.9-149.base.tar.xz 2735448 BLAKE2B 
875567ec6f0268009f16e6a4a94d6ad0b3821f4a19f1d3cf7dc83f2bb60726ca04c780554f96d683ad2a01a8a5ed5f578074b8fb0905ca6d1b9d7129ba61a203
 SHA512 
2822b6e21016b742a042bced6b7683c06e3a1e1777f6219dad4551e05ac2ce91b12f5d0c4a3b4ee0b8d917776845b979074e2ca000ff3af2d83a6a5208b05052
 DIST genpatches-4.9-149.experimental.tar.xz 106440 BLAKE2B 
ed1abf62d10012316b04111a16b7711f55bfe15af1fe1f2cbe409a6323eaffdee0089c3e706019eef7f48df52d46d4276281daa0b43f80842b8d47fbbfce4176
 SHA512 
321c9447a38e47befe054ef6252d75454e5beb9d4daa89d7e439bbae4c51ca1462f0c5abf015effe136efe8e696dd1c3f9640c99b4d7262ab7144172a54ecd84
 DIST genpatches-4.9-149.extras.tar.xz 17352 BLAKE2B 
27d892d9422cc35237baeb8508c05677250dae2728f42a5f9081dd794fd9b8c961a44a1a166f37e32aab5f657b788f9c1833c991911f502db2ddc0555deaa306
 SHA512 
dffdf5d68e498c610afa04c7979c671352ddb92b623ffe3d06448f9764d0ef58b07b46f1ba83a553d3ed86aa0d92de5ac9a41f9242c8b45e22facc78312ae98f
+DIST genpatches-4.9-150.base.tar.xz 2749808 BLAKE2B 
09f5df46d3481bd36b926d815641245c59ca71af1cf4db46db1b0a48639286a98bbc523425aea5889467f5177359f007dbcd251c1b0322f2e5602787e5d1d900
 SHA512 
8624d6d19a9b0d98c7522ca993a842e7d7e847098d68cb044f607ddf7da6430fb9e67ec153e8b45cd4931935e965565a0c70f0a1872ea503bc0a71323344ff71
+DIST genpatches-4.9-150.experimental.tar.xz 106404 BLAKE2B 
13325eea0168962262a7da96df45b6df63612943bb2a00cc424a40602684149539050bc8b71d5809f216f11e726484920d53a64ac0536b4d66da41e328fb5c66
 SHA512 
bc2770a2ced9b32995755bfb45c24453da891814e2a581151cf1264f7b1e027a393e284a33bc6ee7556df37ecef7f340629d4b50a210f318622d8026e5444fd9
+DIST genpatches-4.9-150.extras.tar.xz 17352 BLAKE2B 
b067099e63c5ede056668fd9eceed0ea08561b6e3f529b9cbf0d806e67505027d764c403b10f5920252d03d00fbfbe6c4e8360114fcf459707eeebab489991f4
 SHA512 
d93bbb55131a77480c6bbe06018af0c363e122fe616abd607cd898d7986909d6daa31ac2ff582678b8b326cff2ee1806eba59401ea5f50421614c2778c6da733
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

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



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

2018-12-21 Thread Mikle Kolyada
commit: 1bc4f8ad3173053fd6884e077e6c6d403ded09a3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 21 16:00:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 21 16:00:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc4f8ad

app-emulation/docker-compose: Version bump (v1.23.2)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.23.2.ebuild| 72 ++
 2 files changed, 73 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index c98f39b21ea..182767853e7 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -2,3 +2,4 @@ DIST docker-compose-1.19.0.tar.gz 238307 BLAKE2B 
2a7bbcf50c2cc591eba1d59db30cb03
 DIST docker-compose-1.21.2.tar.gz 294070 BLAKE2B 
c27ce8708f20385ee3f072c4aa832a42dc975d08d71d9e61ce3a822055d606db7e1e7b6e182523e64115922416d5c1baeca14897a241e84873a97aa755bce539
 SHA512 
6392582d8c6c321458b1163336f1c902548cc250f9ab5b765d144287b006ef6dacdc47199fafbb6efe426e382325b94986aa159df08dec4974a71968862a8435
 DIST docker-compose-1.22.0.tar.gz 296747 BLAKE2B 
9dfd25fb186436801d9c12900c4103c1c0d83bee3b424b3f2373247aeeb8261fed04cf9be9cee230a48e1c19523b48d5618a18f322c236bac1d769036f9ac979
 SHA512 
eccef2165221fcfdac089ffd3bd0795d08d8c6f7158709dbc2fc83a6d6e9466af4b73c0c7d24a751c6b546b4219e10dfc96cd41e13e7ebc676da603c97b7620e
 DIST docker-compose-1.23.1.tar.gz 302224 BLAKE2B 
510a6236194297dd68b3b1a00239142d0f5dd1cacb79a82604a22e7f57581f778ad6027d0108ff896e9f4354c5eb0e1fb2ceea4285bee6a47e5cb8e32a3e5a75
 SHA512 
d294663e575657c361602693d66aca1ae3c0f5d4b25a74f4ab575be34054dc3168cb77d59fedf981f6bc98e253e87791187440f10c6957254c4f2e29ef7063d0
+DIST docker-compose-1.23.2.tar.gz 302950 BLAKE2B 
b96db2e718bd6b05f6a35829749570320209def17b7536e402b9991b56e05a2d8da97fbd8d79d8125d9df6ff361a181fbfd71346a33a68704db0327a92757f66
 SHA512 
baa233c84ac770798ba3d8d256687630b331d774a8d60f3c0d5046aa0a74c8c3b8b0b8bc4431f3bc7d5b7a54f0646f5e2fd14d5af31db37cb546e86c96c8c1db

diff --git a/app-emulation/docker-compose/docker-compose-1.23.2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild
new file mode 100644
index 000..67051b8efed
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{4,6}} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://github.com/docker/compose";
+SRC_URI="https://github.com/docker/compose/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/docker-py-3.6.0[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.9.0[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )"
+
+DEPEND="${RDEPEND}
+   test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 
'python2_7' ) )"
+
+S="${WORKDIR}/compose-${PV}"
+
+src_prepare() {
+   # Address QA issue "docker-compose.exe: missing alias (symlink) for 
completed command."
+   sed 's,^\(complete.*\) docker-compose\.exe\(.*\),\1\2,' -i 
contrib/completion/bash/docker-compose || die
+
+   default
+
+}
+
+python_test() {
+   distutils_install_for_testing
+   ${PYTHON} -m pytest tests/unit/ || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp contrib/completion/bash/docker-compose ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/*
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] proj/linux-patches: New tag: 4.9-150

2018-12-21 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 15:54:29 2018 +

New tag: 4.9-150




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

2018-12-21 Thread Mike Pagano
commit: 62ab8df899d601a95a0ec127a577118f6aa87fba
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 15:53:15 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 15:53:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ab8df8

sys-kernel/gentoo-sources: Linux patch 4.4.169

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f55feec9044..fd9701de01c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-4.4-168.extras.tar.xz 16464 BLAKE2B 
1f233aff4c8a296a2bf8f5aef664
 DIST genpatches-4.4-169.base.tar.xz 2564668 BLAKE2B 
1949aff043780201cf28f6802ade78cb56533a6f0bcb24f19d4c6ec8aebd81e9f1a0a47ba0802613823d376688ff09c0735e2de66c2729fad3ed69ebab22b23c
 SHA512 
5b1cd3be064698fabc5f3ebacd6ba2ad4cd116e9d8e1581ae716f4d7f2afbd44ab7265119ced952c884a9993c90807136e43e1fcf07eb51d551bff4c3b8ab93e
 DIST genpatches-4.4-169.experimental.tar.xz 87752 BLAKE2B 
56242ac6df840a7255589be966367cc4a985270338f598e9efc0bb13cc2890732ccc8bccddad6bd473826784bb156fd2a69a70970896683ffc3d5fa8541df7be
 SHA512 
f7312effa77ad97f486578db9244e52aaa5e5155c29868e50379b6c95cbcd4e1d6a6e30ef0e2e65cd17db7ea34d506bcb9e3172615f09267eb52281902ffc4df
 DIST genpatches-4.4-169.extras.tar.xz 16464 BLAKE2B 
d371afb44cf16fbe701bd9080eb714515dbca515a9940c00d7ebbf7940c9985e7760a80f4f42f286cb0960e03296c16cfe3ac053cd854323a8f6f98d0aa2ef24
 SHA512 
fff496a03477f85ef313f6853e9cb6c11ff251fec69a29341af022bf1af37c8044da120bab76af80c6f25cb6f3c221caa5e3dd7db9fe9908c186f0166b419ae8
+DIST genpatches-4.4-170.base.tar.xz 2573368 BLAKE2B 
89492de46d40d3b61e9e9882ab9525a862c2e5ef5903b4d5d8903349893765cf6579cc151d87a2e0f726f90da1bc2c02195b4c20d41053ef45545226e54d571b
 SHA512 
7eff103518f5e77fea023fb3892679dac8dd602de09c85ad263297af73637356e535f42564185486367dd9a8db14a3155c75537d938c5d28d0dac8beb4d20fca
+DIST genpatches-4.4-170.experimental.tar.xz 87760 BLAKE2B 
91abafa2094593d80d3a134ad9b9b387f42105ff36477d996f63f8320fe744b267086c1be9916c2879f10bfeb9ba06187509bfee13f065caa4be4b1a30e5
 SHA512 
163e535008776b71cfd71c90b53eca79bf4245c87697d3d10b919d025f41c0a35cd1382fbc1aca9b1b5d2d79a90049e58a1845adf3ce34a263c6106912f047dd
+DIST genpatches-4.4-170.extras.tar.xz 16456 BLAKE2B 
5870edcb8f352a04b66f5810cf8b395de5dcc51d8431c4ca94f14b9e4a2d347fb686a7a06a6ddb60c93ed5f7963868731c50d9e2aff9f10473c3bbe7213c248f
 SHA512 
2870d5639200c49876a221023d42f56e85ca79af6da90b3edf0a5281fa6d8e5a9a5b5fd252a9f894d24f32f687c6b64d6ce8302dfb395812a6ecc7dcac5a531a
 DIST genpatches-4.9-143.base.tar.xz 2635856 BLAKE2B 
c8e1b4ab6b2671197ba871ac44ca2864353a60dade404a9162fcc7f2ade396750bc09790f181fb481fbb9be6eba659a18ee1da5a7eb3217e3fafd2ac791048c9
 SHA512 
b9909f80946fbd6ace58ac4d1287052c484067b50c1525214469d94b161a729c55416fdb832aab3d21c3251dc7037af1fd2d3eacc0c287bf2693775cd0580cbf
 DIST genpatches-4.9-143.experimental.tar.xz 106420 BLAKE2B 
ebf0732574b2d279294631dac3cca23ab17efd97c9887b552cb5dac0e2d5824b2718004b1e8c72f77db85c41e16603661f29b2357a6d9911b03d0c4cddd5af0c
 SHA512 
c01dc29b60cdfe8f1f8bb24d08c403ee2f1733f4d3c19f84c8d92f9edd1ef88d0b7c66bfd7149c5c5f36c5eec2df159e5a4c72c2f93a8c1ce3088967bc3cef61
 DIST genpatches-4.9-143.extras.tar.xz 17348 BLAKE2B 
cf56d86e29ca96eb16a0c03471e11b2056b17e0a10ad5f235278f845b64a070d2411078683f7d7bbc5b362f5474324fe1edbc8a9b92550aec283f379be52290b
 SHA512 
7fb07663526a924428f1e7c30d229ea926a69dc9f696b92cd1282ca6f168eac6bba011d8eb0fdcd5fa51241a6203c6e8b9def9e0011ccb1b0b657bbecbfbfa72

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



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbag_storage/

2018-12-21 Thread Alexis Ballier
commit: d131fdf3e4e0abc2f2eed595eab8d584445fbdad
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:02:47 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d131fdf3

dev-ros/rosbag_storage: add missing tinyxml2 dep

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 .../{rosbag_storage-1.14.3.ebuild => rosbag_storage-1.14.3-r1.ebuild}  | 3 ++-
 dev-ros/rosbag_storage/rosbag_storage-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild 
b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild
similarity index 90%
rename from dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild
rename to dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild
index 048f341e9d2..8cd7afb6750 100644
--- a/dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild
+++ b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,5 +26,6 @@ RDEPEND="
dev-libs/boost:=
app-arch/bzip2
dev-libs/console_bridge:=
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/rosbag_storage/rosbag_storage-.ebuild 
b/dev-ros/rosbag_storage/rosbag_storage-.ebuild
index 048f341e9d2..8cd7afb6750 100644
--- a/dev-ros/rosbag_storage/rosbag_storage-.ebuild
+++ b/dev-ros/rosbag_storage/rosbag_storage-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,5 +26,6 @@ RDEPEND="
dev-libs/boost:=
app-arch/bzip2
dev-libs/console_bridge:=
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/files/, dev-ros/robot_localization/

2018-12-21 Thread Alexis Ballier
commit: b3d237138ab9ef68155431247f14bafc0f238983
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:20:06 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d23713

dev-ros/robot_localization: bump to 2.6.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/robot_localization/Manifest |  1 +
 dev-ros/robot_localization/files/nowerror.patch | 13 +
 ...lization-.ebuild => robot_localization-2.6.2.ebuild} |  4 +++-
 dev-ros/robot_localization/robot_localization-.ebuild   |  4 +++-
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/dev-ros/robot_localization/Manifest 
b/dev-ros/robot_localization/Manifest
index 1ac5083c6f4..58e2de03ea8 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1,2 @@
 DIST robot_localization-2.5.2.tar.gz 6467525 BLAKE2B 
68e1eab37c0856f73ef4ef3a1d7c6fb5f7771c98d8a84fad417173c41f8ddb876221d5eb2846bc9965c831fb64b215829d418b315e164f9e39e20ceec6b9da2c
 SHA512 
b5cbc628c5a0fe9684d86d461ab25f494d693fbcbc9ac47ddcf7eb26d61512c078f8fa0747e929c1ae4e2d451770196ff767058036af9246b7e43cc537797e6f
+DIST robot_localization-2.6.2.tar.gz 6468164 BLAKE2B 
75d8d8d0ff659868fa3f3d4469381ebcc196b0601e3fcf03739173d8335e9bb7c71418455285f85b8e31748363e8a0b10100d69b74035fe08dd4d138831a9472
 SHA512 
d8b111a644765fc1301bb8c46437bdd0a05acf76e4ee9e6ded7e4b8ec833020ed70a084697d2bb99a7c0e518f2b690a5e9c79a34f4acf717729fdd0c0fdf1c1a

diff --git a/dev-ros/robot_localization/files/nowerror.patch 
b/dev-ros/robot_localization/files/nowerror.patch
new file mode 100644
index 000..936ad259bc6
--- /dev/null
+++ b/dev-ros/robot_localization/files/nowerror.patch
@@ -0,0 +1,13 @@
+Index: robot_localization-2.6.2/CMakeLists.txt
+===
+--- robot_localization-2.6.2.orig/CMakeLists.txt
 robot_localization-2.6.2/CMakeLists.txt
+@@ -36,7 +36,7 @@ if(NOT EIGEN3_FOUND)
+   set(EIGEN_PACKAGE Eigen)
+ endif()
+ 
+-set_directory_properties(PROPERTIES COMPILE_OPTIONS 
"-std=c++14;-Wall;-Werror")
++set_directory_properties(PROPERTIES COMPILE_OPTIONS "-std=c++14;-Wall")
+ add_definitions(-DEIGEN_NO_DEBUG -DEIGEN_MPL2_ONLY)
+ 
+ set(ROSLINT_CPP_OPTS "--filter=-build/c++11,-runtime/references")

diff --git a/dev-ros/robot_localization/robot_localization-.ebuild 
b/dev-ros/robot_localization/robot_localization-2.6.2.ebuild
similarity index 93%
copy from dev-ros/robot_localization/robot_localization-.ebuild
copy to dev-ros/robot_localization/robot_localization-2.6.2.ebuild
index 939215f937b..f94e26c3612 100644
--- a/dev-ros/robot_localization/robot_localization-.ebuild
+++ b/dev-ros/robot_localization/robot_localization-2.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -41,3 +41,5 @@ DEPEND="${RDEPEND}
dev-cpp/eigen:3
test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
 "
+
+PATCHES=( "${FILESDIR}/nowerror.patch" )

diff --git a/dev-ros/robot_localization/robot_localization-.ebuild 
b/dev-ros/robot_localization/robot_localization-.ebuild
index 939215f937b..f94e26c3612 100644
--- a/dev-ros/robot_localization/robot_localization-.ebuild
+++ b/dev-ros/robot_localization/robot_localization-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -41,3 +41,5 @@ DEPEND="${RDEPEND}
dev-cpp/eigen:3
test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
 "
+
+PATCHES=( "${FILESDIR}/nowerror.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/convex_decomposition/

2018-12-21 Thread Alexis Ballier
commit: b2344accbe3223b7888bfe98a9bed68aa7c19ebe
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:21:54 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2344acc

dev-ros/convex_decomposition: bump to 0.1.12

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/convex_decomposition/Manifest|  1 +
 .../convex_decomposition-0.1.12.ebuild   | 16 
 2 files changed, 17 insertions(+)

diff --git a/dev-ros/convex_decomposition/Manifest 
b/dev-ros/convex_decomposition/Manifest
index 2ebc8b65ef7..71b2a083663 100644
--- a/dev-ros/convex_decomposition/Manifest
+++ b/dev-ros/convex_decomposition/Manifest
@@ -1,2 +1,3 @@
 DIST convex_decomposition-0.1.10.tar.gz 75232 BLAKE2B 
24e6460b127a6c6904c7d2db8bc7b84a56d6c32828f8b049df1f5fd0adb3a098d7759394785cfca09030734cc02cf0d512912d2da5aa41b8d8e070cb8f7d7dc2
 SHA512 
1e2bfd6a2596d3d06b99347f5200ae50b1d934109afc2fa4bda14747571ce8795ac798c5f11950b2cc962426ca4c97ae86e946583436785ef6b84b15eb122497
 DIST convex_decomposition-0.1.11.tar.gz 75259 BLAKE2B 
8d0247971ad722fa8ea66501528055739a096d1c558c7542b3c6b3843ce705e54f8a4577963ef0ad77d40fb68701eb3098aa75e6541319f9ddb8221833e6bcef
 SHA512 
b0d061144c3d4351e23f7cf8cc6c6b014b74ebecf32fc41347840e71b0616a95095f8d4ad126b6c2eba25db9129e976b79ffc61a1bd1c5606b2a18b75ee1b30e
+DIST convex_decomposition-0.1.12.tar.gz 76216 BLAKE2B 
fda1e88cb3efffe3ae7e384216b4f2af072ca25c407efc07eaa8cc7a84c64b723aeb729be05cedb5ef6f82f51292aef1ec6acd48282742a02e9ec6fb49d78e6f
 SHA512 
c6c502e66259983e3462b27253ff8483d56baaa71b8c42037b43fd11aa0c226851d5c6dcf5745b814a3601083b5b85662268db2a1af99e1bdbc8f237c6ff2704

diff --git a/dev-ros/convex_decomposition/convex_decomposition-0.1.12.ebuild 
b/dev-ros/convex_decomposition/convex_decomposition-0.1.12.ebuild
new file mode 100644
index 000..417a3b55f27
--- /dev/null
+++ b/dev-ros/convex_decomposition/convex_decomposition-0.1.12.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/convex_decomposition";
+KEYWORDS="~amd64"
+
+inherit ros-catkin
+
+DESCRIPTION="Convex Decomposition Tool for Robot Model"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="app-arch/unzip"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_library/

2018-12-21 Thread Alexis Ballier
commit: 091bdd6c03c37a1b8b2065d877977125ac916270
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:25:06 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091bdd6c

dev-ros/rosbridge_library: Bump to 0.10.1.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/rosbridge_library/Manifest |  1 +
 .../rosbridge_library-0.10.1.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-ros/rosbridge_library/Manifest 
b/dev-ros/rosbridge_library/Manifest
index 27592f4610a..a1babf0f1f3 100644
--- a/dev-ros/rosbridge_library/Manifest
+++ b/dev-ros/rosbridge_library/Manifest
@@ -1,2 +1,3 @@
+DIST rosbridge_suite-0.10.1.tar.gz 98010 BLAKE2B 
d634840a68081e7afaba77cff2b0f435392aa061ef6a4d4e75feccaa26811df92e0cd3c1b83973bd7eab534e66a5d5df880428d82fdd7cf20c7997a3427fdcf5
 SHA512 
455950eb5aebdccd6f173f2b7d1ea0bdf74421172895ab13e3af698a79e49964cb53354f90c396aad596818ecbb36385a3e1c9c373feb3a15aeff13d9e703443
 DIST rosbridge_suite-0.8.6.tar.gz 378267 BLAKE2B 
b5e72b7897feef66aa05603bcff00ba213844f700f56be97a7110f33a77e3aa848ca0c583d5509ee205dc01bf001181b1887e20ee89d8348bc5eb43fd5a829b0
 SHA512 
e935c20466a13cbcf00051a4f32bc981806244aecf314e09e9e0ca9e0e873ab098b14b5ca5839bf14f2d3dfb823ecc62bb4e26027d4d0ff3f52bf0385011fbf3
 DIST rosbridge_suite-0.9.0.tar.gz 89409 BLAKE2B 
e48f36b71d8c5bcbd1ede0a87015b231d45194f3410b4cfcc38d39089477418b1f40afb28d8df7beba2e5e99b4aafde53bbc3f9bf371f0434099d7730c6393ee
 SHA512 
4d7a6c0c33da9bf42ff24a0add81cad5fec707ef7149bf929bd2aac92ea2fe6f42da21bd5349dadee05cacb69d7efdb7adb0c01fc01c8251e0503cb488a73364

diff --git a/dev-ros/rosbridge_library/rosbridge_library-0.10.1.ebuild 
b/dev-ros/rosbridge_library/rosbridge_library-0.10.1.ebuild
new file mode 100644
index 000..9ebd079262d
--- /dev/null
+++ b/dev-ros/rosbridge_library/rosbridge_library-0.10.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite";
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Core rosbridge package responsible for interpreting JSON and 
performing the appropriate ROS action"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rosservice[${PYTHON_USEDEP}]
+   dev-ros/rostopic[${PYTHON_USEDEP}]
+   dev-ros/rosgraph[${PYTHON_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-python/pymongo[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/cbor[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy_tutorials[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/stereo_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/trajectory_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/visualization_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/rosbridge_suite/

2018-12-21 Thread Alexis Ballier
commit: 881129a9426eed543a63da2191343dca2a8f82a5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:25:12 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881129a9

ros-meta/rosbridge_suite: Bump to 0.10.1.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 ros-meta/rosbridge_suite/Manifest   |  1 +
 .../rosbridge_suite/rosbridge_suite-0.10.1.ebuild   | 21 +
 2 files changed, 22 insertions(+)

diff --git a/ros-meta/rosbridge_suite/Manifest 
b/ros-meta/rosbridge_suite/Manifest
index 8d6813d37f1..c6530d48a2a 100644
--- a/ros-meta/rosbridge_suite/Manifest
+++ b/ros-meta/rosbridge_suite/Manifest
@@ -1 +1,2 @@
+DIST rosbridge_suite-0.10.1.tar.gz 98010 BLAKE2B 
d634840a68081e7afaba77cff2b0f435392aa061ef6a4d4e75feccaa26811df92e0cd3c1b83973bd7eab534e66a5d5df880428d82fdd7cf20c7997a3427fdcf5
 SHA512 
455950eb5aebdccd6f173f2b7d1ea0bdf74421172895ab13e3af698a79e49964cb53354f90c396aad596818ecbb36385a3e1c9c373feb3a15aeff13d9e703443
 DIST rosbridge_suite-0.9.0.tar.gz 89409 BLAKE2B 
e48f36b71d8c5bcbd1ede0a87015b231d45194f3410b4cfcc38d39089477418b1f40afb28d8df7beba2e5e99b4aafde53bbc3f9bf371f0434099d7730c6393ee
 SHA512 
4d7a6c0c33da9bf42ff24a0add81cad5fec707ef7149bf929bd2aac92ea2fe6f42da21bd5349dadee05cacb69d7efdb7adb0c01fc01c8251e0503cb488a73364

diff --git a/ros-meta/rosbridge_suite/rosbridge_suite-0.10.1.ebuild 
b/ros-meta/rosbridge_suite/rosbridge_suite-0.10.1.ebuild
new file mode 100644
index 000..3cb28bfcf28
--- /dev/null
+++ b/ros-meta/rosbridge_suite/rosbridge_suite-0.10.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite";
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="JSON API to ROS functionality for non-ROS programs"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosapi
+   dev-ros/rosbridge_library
+   dev-ros/rosbridge_server
+   "
+DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ros/roslisp/

2018-12-21 Thread Alexis Ballier
commit: 769b95d110aeeda83a7517e7dea129dc05c57bd0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 13:47:27 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769b95d1

dev-ros/roslisp: bump to 1.9.22

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/roslisp/Manifest | 2 +-
 dev-ros/roslisp/{roslisp-1.9.21.ebuild => roslisp-1.9.22.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/roslisp/Manifest b/dev-ros/roslisp/Manifest
index f1de601435a..5fb55ced3a5 100644
--- a/dev-ros/roslisp/Manifest
+++ b/dev-ros/roslisp/Manifest
@@ -1 +1 @@
-DIST roslisp-1.9.21.tar.gz 116725 BLAKE2B 
9aac16c816b94c019da16e7379c84d06614f75665823d24806b432a94e05187b00791f16cf2d86f69f8bdb3d569ffcba8eacad24dc07ca90c2a720ec2aa40ccc
 SHA512 
f9988d9da8c80b75e57f764082a372e260f0a6fd5837ef30855b78dc8cf22a1f6eefd08a70136d29602bd163793201f3e4d6204e5d433069c58b8d751dd458e1
+DIST roslisp-1.9.22.tar.gz 116790 BLAKE2B 
0cfdaf21a485b2bd8682e07d095b31d5c87a8eec09f6c52af5006deb79b75927aaa13e3d972c0ac10eb8df809e004bf825011708ad797e08306c47857f6868d0
 SHA512 
ac6476d1b5e81fa8d7dbec0f804ea60fd7de665619e84b3f4284fcc1226c427ffc3abd71158d4bdb9f85786139ce197595b18d8cda4a597be1e84d20fad02442

diff --git a/dev-ros/roslisp/roslisp-1.9.21.ebuild 
b/dev-ros/roslisp/roslisp-1.9.22.ebuild
similarity index 89%
rename from dev-ros/roslisp/roslisp-1.9.21.ebuild
rename to dev-ros/roslisp/roslisp-1.9.22.ebuild
index e7a4c6bb23c..d9e0b6f5570 100644
--- a/dev-ros/roslisp/roslisp-1.9.21.ebuild
+++ b/dev-ros/roslisp/roslisp-1.9.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosapi/

2018-12-21 Thread Alexis Ballier
commit: 24b32f172f6edc77645e0b6bdc41fe82c9872d2e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:25:02 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b32f17

dev-ros/rosapi: Bump to 0.10.1.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/rosapi/Manifest |  1 +
 dev-ros/rosapi/rosapi-0.10.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/rosapi/Manifest b/dev-ros/rosapi/Manifest
index 27592f4610a..a1babf0f1f3 100644
--- a/dev-ros/rosapi/Manifest
+++ b/dev-ros/rosapi/Manifest
@@ -1,2 +1,3 @@
+DIST rosbridge_suite-0.10.1.tar.gz 98010 BLAKE2B 
d634840a68081e7afaba77cff2b0f435392aa061ef6a4d4e75feccaa26811df92e0cd3c1b83973bd7eab534e66a5d5df880428d82fdd7cf20c7997a3427fdcf5
 SHA512 
455950eb5aebdccd6f173f2b7d1ea0bdf74421172895ab13e3af698a79e49964cb53354f90c396aad596818ecbb36385a3e1c9c373feb3a15aeff13d9e703443
 DIST rosbridge_suite-0.8.6.tar.gz 378267 BLAKE2B 
b5e72b7897feef66aa05603bcff00ba213844f700f56be97a7110f33a77e3aa848ca0c583d5509ee205dc01bf001181b1887e20ee89d8348bc5eb43fd5a829b0
 SHA512 
e935c20466a13cbcf00051a4f32bc981806244aecf314e09e9e0ca9e0e873ab098b14b5ca5839bf14f2d3dfb823ecc62bb4e26027d4d0ff3f52bf0385011fbf3
 DIST rosbridge_suite-0.9.0.tar.gz 89409 BLAKE2B 
e48f36b71d8c5bcbd1ede0a87015b231d45194f3410b4cfcc38d39089477418b1f40afb28d8df7beba2e5e99b4aafde53bbc3f9bf371f0434099d7730c6393ee
 SHA512 
4d7a6c0c33da9bf42ff24a0add81cad5fec707ef7149bf929bd2aac92ea2fe6f42da21bd5349dadee05cacb69d7efdb7adb0c01fc01c8251e0503cb488a73364

diff --git a/dev-ros/rosapi/rosapi-0.10.1.ebuild 
b/dev-ros/rosapi/rosapi-0.10.1.ebuild
new file mode 100644
index 000..35d33ef36db
--- /dev/null
+++ b/dev-ros/rosapi/rosapi-0.10.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite";
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Provides service calls for getting ros meta-information, like 
list of topics, services, params, etc."
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rosnode[${PYTHON_USEDEP}]
+   dev-ros/rosgraph[${PYTHON_USEDEP}]
+   dev-ros/rosbridge_library[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_server/

2018-12-21 Thread Alexis Ballier
commit: 0393c428c236f0408910faea4d3875aa4a1ef375
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:25:09 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0393c428

dev-ros/rosbridge_server: Bump to 0.10.1.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/rosbridge_server/Manifest  |  1 +
 .../rosbridge_server-0.10.1.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/rosbridge_server/Manifest 
b/dev-ros/rosbridge_server/Manifest
index 27592f4610a..a1babf0f1f3 100644
--- a/dev-ros/rosbridge_server/Manifest
+++ b/dev-ros/rosbridge_server/Manifest
@@ -1,2 +1,3 @@
+DIST rosbridge_suite-0.10.1.tar.gz 98010 BLAKE2B 
d634840a68081e7afaba77cff2b0f435392aa061ef6a4d4e75feccaa26811df92e0cd3c1b83973bd7eab534e66a5d5df880428d82fdd7cf20c7997a3427fdcf5
 SHA512 
455950eb5aebdccd6f173f2b7d1ea0bdf74421172895ab13e3af698a79e49964cb53354f90c396aad596818ecbb36385a3e1c9c373feb3a15aeff13d9e703443
 DIST rosbridge_suite-0.8.6.tar.gz 378267 BLAKE2B 
b5e72b7897feef66aa05603bcff00ba213844f700f56be97a7110f33a77e3aa848ca0c583d5509ee205dc01bf001181b1887e20ee89d8348bc5eb43fd5a829b0
 SHA512 
e935c20466a13cbcf00051a4f32bc981806244aecf314e09e9e0ca9e0e873ab098b14b5ca5839bf14f2d3dfb823ecc62bb4e26027d4d0ff3f52bf0385011fbf3
 DIST rosbridge_suite-0.9.0.tar.gz 89409 BLAKE2B 
e48f36b71d8c5bcbd1ede0a87015b231d45194f3410b4cfcc38d39089477418b1f40afb28d8df7beba2e5e99b4aafde53bbc3f9bf371f0434099d7730c6393ee
 SHA512 
4d7a6c0c33da9bf42ff24a0add81cad5fec707ef7149bf929bd2aac92ea2fe6f42da21bd5349dadee05cacb69d7efdb7adb0c01fc01c8251e0503cb488a73364

diff --git a/dev-ros/rosbridge_server/rosbridge_server-0.10.1.ebuild 
b/dev-ros/rosbridge_server/rosbridge_server-0.10.1.ebuild
new file mode 100644
index 000..9fe85a462e1
--- /dev/null
+++ b/dev-ros/rosbridge_server/rosbridge_server-0.10.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite";
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="A WebSocket interface to rosbridge"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosapi[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   
dev-ros/rosbridge_library[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rosauth[${PYTHON_USEDEP}]
+   dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}"



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

2018-12-21 Thread Alexis Ballier
commit: fb62816954d67ff68d649a04afced6bdbf117659
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 14:49:33 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb628169

dev-libs/urdfdom_headers: bump to 1.0.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-libs/urdfdom_headers/Manifest  |  1 +
 .../urdfdom_headers/urdfdom_headers-1.0.2.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-libs/urdfdom_headers/Manifest 
b/dev-libs/urdfdom_headers/Manifest
index be1b2684df5..8c9797a9bfa 100644
--- a/dev-libs/urdfdom_headers/Manifest
+++ b/dev-libs/urdfdom_headers/Manifest
@@ -1,2 +1,3 @@
 DIST urdfdom_headers-0.4.2.tar.gz 11498 BLAKE2B 
c593531a260156abdb842a892f8eee17afd12ad7a1b2192fbef82543159499173c8af1eb70a6bbf7d72a30cf0869658844059d0b4bce2d97da8c7b49dbefcfe8
 SHA512 
e54019c829a033a9504cfef315a957d45cbdb384fe817dc721ff68cb70e30befb835a6575a5ab870a93ff5503783770cf01e0b5b067ef3decf1dfa3020dc14ea
 DIST urdfdom_headers-1.0.0.tar.gz 11794 BLAKE2B 
0232e1eda75e356c1a101b38a45085c358d70e0c1ce5f74532cf3ba6b85e9805552e35e26923608bc7df241fe65ab04992cfac1f7e279e8cb4cdc49649371fbb
 SHA512 
b1f63c1a13f062c987d6be4fcea5eea903577a710d44fdce077722b70d72eb65a265131beac1fdeba576bde189ebf51ac0eb19b2b06a34b0f9fb9dcbd437291a
+DIST urdfdom_headers-1.0.2.tar.gz 12474 BLAKE2B 
191ed19b362f1ef4bc3e99613a99107d3f3038b10df6d0836548f3bfd8454334fc832f5686873d4add4f56585d76f3f827806d1fc12ac080c5e819cfcceda91d
 SHA512 
902cf18b3ccc62dd5d732707e9ca2b8698f3307b8005d3858fcdd0e9585d580bbe5d2ec77c8c8bfa7b8776b870844368a8ec93b0f8a8d71420cf5015a99b8867

diff --git a/dev-libs/urdfdom_headers/urdfdom_headers-1.0.2.ebuild 
b/dev-libs/urdfdom_headers/urdfdom_headers-1.0.2.ebuild
new file mode 100644
index 000..17422ddd7c2
--- /dev/null
+++ b/dev-libs/urdfdom_headers/urdfdom_headers-1.0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/ros/urdfdom_headers";
+fi
+
+inherit ${SCM} cmake-utils
+
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm"
+   SRC_URI="https://github.com/ros/urdfdom_headers/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+DESCRIPTION="URDF (U-Robot Description Format) headers"
+HOMEPAGE="http://ros.org/wiki/urdf";
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"



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

2018-12-21 Thread Alexis Ballier
commit: e992cf3502871f7a03cf291f7a4b4be02d970327
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 14:58:30 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e992cf35

dev-util/rosdep: bump to 0.13.0; update EAPI

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-util/rosdep/Manifest | 1 +
 dev-util/rosdep/{rosdep-.ebuild => rosdep-0.13.0.ebuild} | 7 ---
 dev-util/rosdep/rosdep-.ebuild   | 7 ---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-util/rosdep/Manifest b/dev-util/rosdep/Manifest
index 2d9708efe29..fe487c6fd75 100644
--- a/dev-util/rosdep/Manifest
+++ b/dev-util/rosdep/Manifest
@@ -1,2 +1,3 @@
 DIST rosdep-0.12.1.tar.gz 117102 BLAKE2B 
42b0f6e7b6b0c2a4219bce24ff74ec01efb61ac0799a89baa5dc7f6b698e8f69a1578f744179252e7123c87c9fb0368b43a9a293609b28f6bfbc32c87b5f4627
 SHA512 
031bdfb4877865cacfab63a4494807ecf157d8514e89c7ab15e38fcbd4664df1247874975d7b1af42a8a1fc24cb62a558bd6b43732946f3122ffa6448a7631da
 DIST rosdep-0.12.2.tar.gz 118343 BLAKE2B 
98163feef406707772a54bf6d1825900ac593113d635de92adcac0ae7ce201c2e312116104c76c13b9c1e3b1847ef4dcc0cfb4fd1edcb2795c6b323fa9cc7167
 SHA512 
0932a5ff9874bbdffa1160fe0a391d27eef9a2f2435d7a89fa3b5e4eab0fc08205d4417aaea1254ab7bfe679cfeb61a6f1b199f06d65154b30505e2a280c0b61
+DIST rosdep-0.13.0.tar.gz 301327 BLAKE2B 
39c39903bb2e6c07dfd4e3aa9546acf434498db518c3bda04ef79c46ed5d13b7cd55978c78bea8294d8e5b84ef22814436566f3f958d91d3964650399a08
 SHA512 
c42aa17ee9b31f7013415e99a484a66a7a7fb52abef4cc9045658150ce0c36b475f2885ebfff537f9ce9f8fd5eeaef5482226c5bff5b4a3df03cc72b149db07a

diff --git a/dev-util/rosdep/rosdep-.ebuild 
b/dev-util/rosdep/rosdep-0.13.0.ebuild
similarity index 95%
copy from dev-util/rosdep/rosdep-.ebuild
copy to dev-util/rosdep/rosdep-0.13.0.ebuild
index 842ec4941e9..d406809d630 100644
--- a/dev-util/rosdep/rosdep-.ebuild
+++ b/dev-util/rosdep/rosdep-0.13.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 SCM=""
@@ -33,7 +33,8 @@ RDEPEND="
dev-python/rospkg[${PYTHON_USEDEP}]
dev-python/rosdistro[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-python/nose[${PYTHON_USEDEP}]
test? (
dev-python/coverage[${PYTHON_USEDEP}]

diff --git a/dev-util/rosdep/rosdep-.ebuild 
b/dev-util/rosdep/rosdep-.ebuild
index 842ec4941e9..d406809d630 100644
--- a/dev-util/rosdep/rosdep-.ebuild
+++ b/dev-util/rosdep/rosdep-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 SCM=""
@@ -33,7 +33,8 @@ RDEPEND="
dev-python/rospkg[${PYTHON_USEDEP}]
dev-python/rosdistro[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-python/nose[${PYTHON_USEDEP}]
test? (
dev-python/coverage[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_library/

2018-12-21 Thread Alexis Ballier
commit: 92636b020d4aa8b687c8026572b97915471a14cf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Dec 21 15:24:23 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Dec 21 15:51:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92636b02

dev-ros/rosbridge_library: add missing cbor dep

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/rosbridge_library/rosbridge_library-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ros/rosbridge_library/rosbridge_library-.ebuild 
b/dev-ros/rosbridge_library/rosbridge_library-.ebuild
index 6d15906a867..9ebd079262d 100644
--- a/dev-ros/rosbridge_library/rosbridge_library-.ebuild
+++ b/dev-ros/rosbridge_library/rosbridge_library-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,6 +25,7 @@ RDEPEND="
dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-python/pymongo[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/cbor[${PYTHON_USEDEP}]
"
 DEPEND="${RDEPEND}
test? (



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

2018-12-21 Thread Jeroen Roovers
commit: 7c26355a62f1fb2109259931b8958358de4ed21c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Dec 21 15:45:13 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Dec 21 15:45:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c26355a

sys-boot/unetbootin: Fix finding syslinux

Patch by Samuel Bauer
Fixes: https://bugs.gentoo.org/604812
Package-Manager: Portage-2.3.52, Repoman-2.3.12

Signed-off-by: Jeroen Roovers  gentoo.org>

 sys-boot/unetbootin/unetbootin-661-r1.ebuild | 101 +++
 1 file changed, 101 insertions(+)

diff --git a/sys-boot/unetbootin/unetbootin-661-r1.ebuild 
b/sys-boot/unetbootin/unetbootin-661-r1.ebuild
new file mode 100644
index 000..5363afc4eec
--- /dev/null
+++ b/sys-boot/unetbootin/unetbootin-661-r1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PATCHSET="${P}-qt5.patch.tar.xz"
+inherit desktop flag-o-matic qmake-utils
+
+DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB 
drive"
+HOMEPAGE="https://github.com/unetbootin/unetbootin";
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+UNBI_LINGUAS="
+   am ar ast be bg bn ca cs da de el eo es et eu fa fi fo fr gl he hr hu 
id it
+   ja lt lv ml ms nan nb nl nn pl pt_BR pt ro ru si sk sl sr sv sw tr uk 
ur vi
+   zh_CN zh_TW
+"
+
+for lingua in ${UNBI_LINGUAS}; do
+   IUSE="${IUSE} l10n_${lingua/_/-}"
+done
+
+S=${WORKDIR}/${P}/src/${PN}
+
+COMMON_DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+BDEPEND="${COMMON_DEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="${COMMON_DEPEND}
+   app-arch/p7zip
+   sys-boot/syslinux
+   sys-fs/mtools
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-581-desktop.patch"
+   "${WORKDIR}"/${PATCHSET/.tar.xz/}
+)
+
+src_prepare() {
+   default
+
+   # QA check in case linguas are added or removed
+   enum() {
+   echo ${#}
+   }
+   [[ $(enum ${UNBI_LINGUAS}) -eq $(( $(enum $(echo ${PN}_*.ts) ) -1 )) ]] 
\
+   || die "Numbers of recorded and actual linguas do not match"
+   unset enum
+
+   # Remove localisations
+   local lingua
+   for lingua in ${UNBI_LINGUAS}; do
+   if ! use l10n_${lingua/_/-}; then
+   sed -i ${PN}.pro -e "/\.*${PN}_${lingua}\.ts.*/d" || die
+   rm ${PN}_${lingua}.ts || die
+   fi
+   done
+   append-cflags -DNOSTATIC
+   append-cxxflags -DNOSTATIC
+}
+
+src_configure() {
+   sed -i -e '/^RESOURCES/d' unetbootin.pro || die
+
+   UNBN_QTPATH="$(qt5_get_bindir)/"
+   "${UNBN_QTPATH}"lrelease ${PN}.pro || die
+
+   eqmake5 ${PN}.pro || die
+}
+
+src_install() {
+   dobin ${PN}
+
+   domenu ${PN}.desktop
+
+   for file in ${PN}*.png; do
+   size="${file/${PN}_}"
+   size="${size/.png}x${size/.png}"
+   insinto /usr/share/icons/hicolor/${size}/apps
+   newins ${file} ${PN}.png
+   done
+
+   local lingua
+   for lingua in ${UNBI_LINGUAS}; do
+   if use l10n_${lingua/_/-}; then
+   insinto /usr/share/${PN}
+   doins ${PN}_${lingua}.qm
+   fi
+   done
+}



[gentoo-commits] proj/linux-patches: New tag: 4.4-170

2018-12-21 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 15:37:46 2018 +

New tag: 4.4-170




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

2018-12-21 Thread Andreas K. Hüttel
commit: fb5ac083cc33d3061f6bf86e484da6231d566981
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Dec 21 15:36:41 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Dec 21 15:37:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5ac083

sys-libs/glibc: Revision bump, 2.28 patchlevel 6

* More upstream patches from release branch
* locale-gen: precisely replicate previous (2.27) behaviour
  (no locales defined in config file -> ebuild builds all locales,
   manual call stops with warning and keeps locale archive)

Bug: https://bugs.gentoo.org/673124
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/Manifest |1 +
 sys-libs/glibc/glibc-2.28-r4.ebuild | 1412 +++
 2 files changed, 1413 insertions(+)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index fb7f9f2c0a2..bbf500d820e 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -18,5 +18,6 @@ DIST glibc-2.27-patches-3.tar.bz2 166511 BLAKE2B 
1dc54bef6e82112935c7411f7a5cd07
 DIST glibc-2.27.tar.xz 15395316 BLAKE2B 
ea206d304c8c9aa86d69db981a14bea008602cea06a6c151c4971a8df059949ffe5632b42a67ab0ffcd7c4d7ce1ec02ac48815dac4dade1c4dd41eaee8a6ed33
 SHA512 
7c5581154487d38d173ce1feb944e60207139cca148bccf066eaae322c0c2d219423bdcfa15c7f9be1b5e45dfc43c641cc5d80d3c3c65837d08a83cdb4e2a147
 DIST glibc-2.28-patches-3.tar.xz 46172 BLAKE2B 
b2dc4de76ab4b4e31a6a043a133f89ede736cf3f21fb3d3091dabf282b2d70f6d017a4aec37319febb2a43c89176887a0920f2aa174fa98c66ad59cbe19ba493
 SHA512 
4a40a15f0e8d9ad9d33ea07addc3f07fb952bc9c110549815fb0e78cab818bc64bc8d9150874a80c249bf5765a7a2bb9b6ccfb8bc7b12f30e3807e528506cd71
 DIST glibc-2.28-patches-5.tar.xz 76472 BLAKE2B 
bc3457e606ab7be2eca71c949b70f89d08418e6e2d061491dfcac3b8f962ca142f48bf0f789e025a6280f030d7bf74e3421676b08d97fc571d6e0f4e660d2758
 SHA512 
1639e435728a9970e4eaa79eb0a00502acecf7060d3bf70ef6bb6256ec20c23b4be6ba500a8ab97547e1af9e3df9228f7b70bb65ea1755b61c7884defa6c3535
+DIST glibc-2.28-patches-6.tar.xz 89724 BLAKE2B 
f846534dc912f11ed9b22badfd28ef0402451654390756d2f6332f52ce7c2d3491ed90bbdf2553d7bb38caea6373ad2d3c19e4a1f31f3669948f4e2cbaeb1577
 SHA512 
f687febde875bb8adb7a61408caea3db99bbbda703eb3486c7d5c09540515e657eda406bf14686498e2c093355c72395502a343201e02cfc97adf6483d8e7455
 DIST glibc-2.28.tar.xz 16484344 BLAKE2B 
9aa8cbd5a145c2a6fde3a60b3d0a14b12b46ed79333ad1ca3e73464adcfe700277a17a9e7fd0ca36e355a0c5b0b27decfa091da320ba802741ad75cc955bbcc8
 SHA512 
521f820953ff07c69ece4c2186f59fc061a7f9747932cd70ef2995c2b2deee76eeb6de700d85071cdca5949179aa8ccee75eda7feca1394121ec7b821ad0a3f3
 DIST glibc--patches-9.tar.xz 17384 BLAKE2B 
d5ddf078a4a9e05a727ba709efdfdb5891e72d19c1a61b11bbde6a555ac38ccc4a1694d46228bbc56ff796e4e16326fb17613d73ccee8b2e6ed51a5bb371a241
 SHA512 
934bcb0130bd9f3a313b7107528598fb0aac27d719aded265ba111d01eac57e0235e15a4a2d2c7e0376e9d18c803c4b57f9446da4ed3e2b2a62a1587b50dcdbc

diff --git a/sys-libs/glibc/glibc-2.28-r4.ebuild 
b/sys-libs/glibc/glibc-2.28-r4.ebuild
new file mode 100644
index 000..afd0ba6ff7e
--- /dev/null
+++ b/sys-libs/glibc/glibc-2.28-r4.ebuild
@@ -0,0 +1,1412 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit prefix eutils eapi7-ver toolchain-funcs flag-o-matic gnuconfig \
+   multilib systemd multiprocessing
+
+DESCRIPTION="GNU libc C library"
+HOMEPAGE="https://www.gnu.org/software/libc/";
+LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
+RESTRICT="strip" # Strip ourself #46186
+SLOT="2.2"
+
+EMULTILIB_PKG="true"
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://sourceware.org/git/glibc.git";
+   inherit git-r3
+else
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86"
+   KEYWORDS=""
+   SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
+fi
+
+RELEASE_VER=${PV}
+
+GCC_BOOTSTRAP_VER=20180511
+
+# Gentoo patchset
+PATCH_VER=6
+
+SRC_URI+=" 
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.xz";
+SRC_URI+=" multilib? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"
+
+IUSE="audit caps cet compile-locales doc gd headers-only +multiarch multilib 
nscd profile selinux suid systemtap test vanilla"
+
+# Minimum kernel version that glibc requires
+MIN_KERN_VER="3.2.0"
+
+# Here's how the cross-compile logic breaks down ...
+#  CTARGET - machine that will target the binaries
+#  CHOST   - machine that will host the binaries
+#  CBUILD  - machine that will build the binaries
+# If CTARGET != CHOST, it means you want a libc for cross-compiling.
+# If CHOST != CBUILD, it means you want to cross-compile the libc.
+#  CBUILD = CHOST = CTARGET- native build/install
+#  CBUILD != (CHOST = CTARGET) - cross-compile a native build
+#  (CBUILD = CHOST) != CTARGET - libc for c

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

2018-12-21 Thread Jeroen Roovers
commit: 455491c71c0539e28fdf3b0270ff7c149ba3ae09
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Dec 21 15:33:29 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Dec 21 15:33:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455491c7

dev-util/cppcheck: Old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/cppcheck/Manifest |   1 -
 dev-util/cppcheck/cppcheck-1.84-r1.ebuild  | 110 -
 dev-util/cppcheck/cppcheck-1.84.ebuild | 107 
 .../files/cppcheck-1.84-char-signedness.patch  |  88 -
 4 files changed, 306 deletions(-)

diff --git a/dev-util/cppcheck/Manifest b/dev-util/cppcheck/Manifest
index 6bde7d45d7a..ea5ae23f704 100644
--- a/dev-util/cppcheck/Manifest
+++ b/dev-util/cppcheck/Manifest
@@ -1,4 +1,3 @@
 DIST cppcheck-1.81.tar.bz2 1514741 BLAKE2B 
2f23dfe4bdb26e203411f0bf9bc569303a4d59f96911b32a8a5f9cc9a6a7fa75e5d87c328cb0bf8cc46bd8f38747a4663c33243b8385355cc5630e1fcf6c891f
 SHA512 
22e7b63c35e71b2784065faca06aec8c286e3173f182ac10995073cc3d61fd0bfaf353c51ad9207d3bd2c6134ab1a3990a37668709505b657c2816d561f8af92
-DIST cppcheck-1.84.tar.gz 2051244 BLAKE2B 
8e4b4c71da969addec6d1cb2919c39625054797ae730c8695e872f87295c20e4564db2eadf536a762ca018882285d5d329f9a5789608e14ef17f1069753d
 SHA512 
7f971f9097db6d2fee7483634afc697bddff499a7b09c4be0bfdc3f8e502d47202a8d4f4fc1a330d0fb1d34a7772065b96419b4b4f4f1467b997e62459304526
 DIST cppcheck-1.85.tar.gz 2150637 BLAKE2B 
73a1d4e1fb0770103c8163f35b9e710a5863561df66e46e319b9246ed14e3c5d4d73511db6e70275de4f4510866d7e1888b0fd6b49e5b01fc4f08d081119b36c
 SHA512 
cc984c751d87150839782e96b3762dbf918d9e3687562eabaff6473e48e3254995dd3bffe8605842f867d7ad76845ca2248a53bbd54b5c367281db8a1c1c7fad
 DIST cppcheck-1.86.tar.gz 2184186 BLAKE2B 
8b488ec72d0998d6b037de2b1204373c8b3de475ad165bf108bb331399356cb0d1e20a7bc6f368f1a038ec886ad7a84ad694172d0a96a203a6877f3838c21001
 SHA512 
59cec55b8408e8f2e2e7172bce69350c248bc3185a0938b523c44a58f98b344e11aef957ec1b7a7b2bc7a876660b2683e51f54b76f0b550f9549497c29453655

diff --git a/dev-util/cppcheck/cppcheck-1.84-r1.ebuild 
b/dev-util/cppcheck/cppcheck-1.84-r1.ebuild
deleted file mode 100644
index 82a4ecbe4b9..000
--- a/dev-util/cppcheck/cppcheck-1.84-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs
-
-DESCRIPTION="Static analyzer of C/C++ code"
-HOMEPAGE="http://cppcheck.sourceforge.net";
-SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
-IUSE="htmlreport pcre qt5"
-
-RDEPEND="
-   dev-libs/tinyxml2:=
-   htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] )
-   pcre? ( dev-libs/libpcre )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.75-tinyxml2.patch
-   "${FILESDIR}"/${PN}-1.84-char-signedness.patch
-)
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++0x
-
-   # Drop bundled libs, patch Makefile generator and re-run it
-   rm -r externals/tinyxml || die
-   tc-export CXX
-   emake dmake
-   ./dmake || die
-}
-
-src_configure() {
-   if use pcre ; then
-   sed -e '/HAVE_RULES=/s:=no:=yes:' \
-   -i Makefile || die
-   fi
-}
-
-src_compile() {
-   export LIBS="$(pkg-config --libs tinyxml2)"
-   emake ${PN} man \
-   CFGDIR="${EROOT}usr/share/${PN}/cfg" \
-   
DB2MAN="${EROOT}usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl"
-
-   if use qt5 ; then
-   pushd gui || die
-   eqmake5
-   emake
-   popd || die
-   fi
-   if use htmlreport ; then
-   pushd htmlreport || die
-   distutils-r1_src_compile
-   popd || die
-   fi
-}
-
-src_test() {
-   # safe final version
-   mv -v ${PN}{,.final} || die
-   mv -v lib/library.o{,.final} || die
-   mv -v cli/cppcheckexecutor.o{,.final} || die
-   #trigger recompile with CFGDIR inside ${S}
-   emake check CFGDIR="${S}/cfg"
-   # restore
-   mv -v ${PN}{.final,} || die
-   mv -v lib/library.o{.final,} || die
-   mv -v cli/cppcheckexecutor.o{.final,} || die
-}
-
-src_install() {
-   # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760
-   emake install DESTDIR="${ED}"
-
-   insinto "/usr/share/${PN}/cfg"
-   doins cfg

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

2018-12-21 Thread Jeroen Roovers
commit: 0854d316d49d6e5f9c8f2be353b01b1a65871954
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Dec 21 15:32:11 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Dec 21 15:33:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0854d316

dev-util/cppcheck: Version 1.86

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/673008
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/cppcheck/Manifest |   1 +
 dev-util/cppcheck/cppcheck-1.86.ebuild | 113 +
 2 files changed, 114 insertions(+)

diff --git a/dev-util/cppcheck/Manifest b/dev-util/cppcheck/Manifest
index 8a3615a6844..6bde7d45d7a 100644
--- a/dev-util/cppcheck/Manifest
+++ b/dev-util/cppcheck/Manifest
@@ -1,3 +1,4 @@
 DIST cppcheck-1.81.tar.bz2 1514741 BLAKE2B 
2f23dfe4bdb26e203411f0bf9bc569303a4d59f96911b32a8a5f9cc9a6a7fa75e5d87c328cb0bf8cc46bd8f38747a4663c33243b8385355cc5630e1fcf6c891f
 SHA512 
22e7b63c35e71b2784065faca06aec8c286e3173f182ac10995073cc3d61fd0bfaf353c51ad9207d3bd2c6134ab1a3990a37668709505b657c2816d561f8af92
 DIST cppcheck-1.84.tar.gz 2051244 BLAKE2B 
8e4b4c71da969addec6d1cb2919c39625054797ae730c8695e872f87295c20e4564db2eadf536a762ca018882285d5d329f9a5789608e14ef17f1069753d
 SHA512 
7f971f9097db6d2fee7483634afc697bddff499a7b09c4be0bfdc3f8e502d47202a8d4f4fc1a330d0fb1d34a7772065b96419b4b4f4f1467b997e62459304526
 DIST cppcheck-1.85.tar.gz 2150637 BLAKE2B 
73a1d4e1fb0770103c8163f35b9e710a5863561df66e46e319b9246ed14e3c5d4d73511db6e70275de4f4510866d7e1888b0fd6b49e5b01fc4f08d081119b36c
 SHA512 
cc984c751d87150839782e96b3762dbf918d9e3687562eabaff6473e48e3254995dd3bffe8605842f867d7ad76845ca2248a53bbd54b5c367281db8a1c1c7fad
+DIST cppcheck-1.86.tar.gz 2184186 BLAKE2B 
8b488ec72d0998d6b037de2b1204373c8b3de475ad165bf108bb331399356cb0d1e20a7bc6f368f1a038ec886ad7a84ad694172d0a96a203a6877f3838c21001
 SHA512 
59cec55b8408e8f2e2e7172bce69350c248bc3185a0938b523c44a58f98b344e11aef957ec1b7a7b2bc7a876660b2683e51f54b76f0b550f9549497c29453655

diff --git a/dev-util/cppcheck/cppcheck-1.86.ebuild 
b/dev-util/cppcheck/cppcheck-1.86.ebuild
new file mode 100644
index 000..87931e60c7b
--- /dev/null
+++ b/dev-util/cppcheck/cppcheck-1.86.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1 qmake-utils toolchain-funcs
+
+DESCRIPTION="Static analyzer of C/C++ code"
+HOMEPAGE="http://cppcheck.sourceforge.net";
+SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+IUSE="htmlreport pcre qt5"
+
+RDEPEND="
+   dev-libs/tinyxml2:=
+   htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] )
+   pcre? ( dev-libs/libpcre )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.75-tinyxml2.patch
+   "${FILESDIR}"/${PN}-1.85-ldflags.patch
+)
+
+src_prepare() {
+   default
+
+   rm -r externals/tinyxml || die
+}
+
+src_configure() {
+   tc-export CXX PKG_CONFIG
+   export LIBS="$(${PKG_CONFIG} --libs tinyxml2)"
+
+   emake dmake
+   ./dmake || die
+
+   if use pcre ; then
+   sed -e '/HAVE_RULES=/s:=no:=yes:' \
+   -i Makefile || die
+   fi
+
+   if use qt5 ; then
+   pushd gui || die
+   eqmake5
+   popd || die
+   fi
+}
+
+src_compile() {
+   emake ${PN} man \
+   CFGDIR="${EROOT}/usr/share/${PN}/cfg" \
+   
DB2MAN="${EROOT}/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl"
+
+   if use qt5 ; then
+   pushd gui || die
+   emake
+   popd || die
+   fi
+
+   if use htmlreport ; then
+   pushd htmlreport || die
+   distutils-r1_src_compile
+   popd || die
+   fi
+}
+
+src_test() {
+   # safe final version
+   mv -v ${PN}{,.final} || die
+   mv -v lib/library.o{,.final} || die
+   mv -v cli/cppcheckexecutor.o{,.final} || die
+   #trigger recompile with CFGDIR inside ${S}
+   emake check CFGDIR="${S}/cfg"
+   # restore
+   mv -v ${PN}{.final,} || die
+   mv -v lib/library.o{.final,} || die
+   mv -v cli/cppcheckexecutor.o{.final,} || die
+}
+
+src_install() {
+   # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760
+   emake install DESTDIR="${ED}"
+
+   insinto "/usr/share/${PN}/cfg"
+   doins cfg/*.cfg
+   if use qt5 ; then
+   dobin gui/${PN}-gui
+   dodoc gui/{projectfile.txt,gui.${PN}}
+   fi
+   i

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

2018-12-21 Thread Mike Pagano
commit: 224d691d2e62f06a1f76f01742102a16c366837b
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 14:58:01 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 14:58:01 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=224d691d

proj/linux-patches: Linux patch 4.19.12

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |4 +
 1011_linux-4.19.12.patch | 2424 ++
 2 files changed, 2428 insertions(+)

diff --git a/_README b/_README
index 72bf8ce..979d903 100644
--- a/_README
+++ b/_README
@@ -87,6 +87,10 @@ Patch:  1010_linux-4.19.11.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.19.11
 
+Patch:  1011_linux-4.19.12.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.19.12
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1011_linux-4.19.12.patch b/1011_linux-4.19.12.patch
new file mode 100644
index 000..92dbcb5
--- /dev/null
+++ b/1011_linux-4.19.12.patch
@@ -0,0 +1,2424 @@
+diff --git a/Makefile b/Makefile
+index 676155d4dc3e..9770f29a690a 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 11
++SUBLEVEL = 12
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h
+index c22b181e8206..2f39d9b3886e 100644
+--- a/arch/arc/include/asm/io.h
 b/arch/arc/include/asm/io.h
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #ifdef CONFIG_ISA_ARCV2
+ #include 
+@@ -94,6 +95,42 @@ static inline u32 __raw_readl(const volatile void __iomem 
*addr)
+   return w;
+ }
+ 
++/*
++ * {read,write}s{b,w,l}() repeatedly access the same IO address in
++ * native endianness in 8-, 16-, 32-bit chunks {into,from} memory,
++ * @count times
++ */
++#define __raw_readsx(t,f) \
++static inline void __raw_reads##f(const volatile void __iomem *addr,  \
++void *ptr, unsigned int count)\
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  u##t *buf = ptr;\
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  *buf++ = x; \
++  } while (--count);  \
++  } else {\
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  put_unaligned(x, buf++);\
++  } while (--count);  \
++  }   \
++}
++
++#define __raw_readsb __raw_readsb
++__raw_readsx(8, b)
++#define __raw_readsw __raw_readsw
++__raw_readsx(16, w)
++#define __raw_readsl __raw_readsl
++__raw_readsx(32, l)
++
+ #define __raw_writeb __raw_writeb
+ static inline void __raw_writeb(u8 b, volatile void __iomem *addr)
+ {
+@@ -126,6 +163,35 @@ static inline void __raw_writel(u32 w, volatile void 
__iomem *addr)
+ 
+ }
+ 
++#define __raw_writesx(t,f)\
++static inline void __raw_writes##f(volatile void __iomem *addr,   \
++ const void *ptr, unsigned int count) \
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  const u##t *buf = ptr;  \
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  __raw_write##f(*buf++, addr);   \

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

2018-12-21 Thread Fabian Groffen
commit: eff6c805c75168da858bbdd46a76e90fecccb563
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Dec 21 14:52:44 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Dec 21 14:53:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff6c805

app-portage/portage-utils: version bump to v0.74

Closes: https://bugs.gentoo.org/672764
Closes: https://bugs.gentoo.org/672098
Closes: https://bugs.gentoo.org/668418
Closes: https://bugs.gentoo.org/662802
Closes: https://bugs.gentoo.org/656318
Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-portage/portage-utils/Manifest  | 2 +-
 .../{portage-utils-0.72.ebuild => portage-utils-0.74.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/portage-utils/Manifest 
b/app-portage/portage-utils/Manifest
index 001517ea8be..481c23a3390 100644
--- a/app-portage/portage-utils/Manifest
+++ b/app-portage/portage-utils/Manifest
@@ -1,4 +1,4 @@
 DIST portage-utils-0.62.tar.xz 527216 BLAKE2B 
ac8331b74998ddb86db55a937992447bccf60611cc259ceb5fe79918c1a43b6dc4633e4ad64462e2df5c39e8d8aa193bd57ab24dcd714e088357eb3cb177e972
 SHA512 
71b2888cef1bf7549c3829cc7d4bbe2e99a711434bae4fb78c55b9c37815b61623518f19ab87db30f533d771398933c085640dc7c8ffcedf87a70ac702a52fa1
 DIST portage-utils-0.64.tar.xz 533124 BLAKE2B 
c3e0ecdc2d82af197dabb8434677d4c3bfbbee01c482c496d89d2f7be988ef894e0b3c7cb64337216144644a48ee3213fc1683ae6d75091e471189a4550b8c71
 SHA512 
e384b88454607aa9123ac3a71d55fb16de475ba59f4ba6efd236594f42140e75650696430138cdb6e1c4e1792db091bbc1db42b1c1102fd579af6514ecefffb7
-DIST portage-utils-0.72.tar.xz 1585068 BLAKE2B 
33aae0b59cd6f6b7a5503f0282d009c6516f00d14228461359e5124fa104b2ce89019ae5113bac2ed2c975c891d9d5371632ad3dd66572bd6e3ce890895e9ba7
 SHA512 
9248a1f0d7103f5a26cc01bb8abc5890a0b02b746e06312cd25f0223faa0b59ba7cc0708f272ce327c956086f9a4fcc994bf30b948131da0e63164bba35cf1f2
 DIST portage-utils-0.73.tar.xz 1585564 BLAKE2B 
b743f459770ebceaa86cc47b0a9d0172ee495bbe2930cd57c2909d3ac2d7c1672447e84240245e1b98922004f4f34418d75b39c7e1550a34a07b964b7ecbcc8d
 SHA512 
d35af62e3b6551c5224a3afb89ebf2e08cf42de266389c3423782c19fcfe8934433a4554ea5ed629de495a66371f0220c479fa84f24d68655211b8538e18d105
+DIST portage-utils-0.74.tar.xz 1587792 BLAKE2B 
7c4588e3d44266a5260df42cc685aa03c584248e9970956033e4191a7a842a4b2162110ac99c2bb18645aaafc6ae6ee960e9b26ba0a8863497911eef1e943f64
 SHA512 
cd3f44c135b3d44e15a95eed41281fce62f225a9d05d5d5bb1be230b2d59cdb87755f011b313a9ec32e4cafdf3b3979c4ef423365edd7dcc472ca2e38c09c83e

diff --git a/app-portage/portage-utils/portage-utils-0.72.ebuild 
b/app-portage/portage-utils/portage-utils-0.74.ebuild
similarity index 96%
rename from app-portage/portage-utils/portage-utils-0.72.ebuild
rename to app-portage/portage-utils/portage-utils-0.74.ebuild
index 26bbfdf9535..ce99c5e8381 100644
--- a/app-portage/portage-utils/portage-utils-0.72.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.74.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"



[gentoo-commits] proj/portage-utils: New tag: v0.74

2018-12-21 Thread Fabian Groffen
commit: 
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Dec 21 14:47:12 2018 +

New tag: v0.74




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

2018-12-21 Thread Mike Pagano
commit: 1e235dfa67bf6924c75d560b809b40f93a3460c5
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 14:46:02 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 14:46:02 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1e235dfa

linux-patches: Linux patch 4.14.90

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |4 +
 1089_linux-4.14.90.patch | 2839 ++
 2 files changed, 2843 insertions(+)

diff --git a/_README b/_README
index 1e80ac5..dc7f560 100644
--- a/_README
+++ b/_README
@@ -399,6 +399,10 @@ Patch:  1088_4.14.89.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.14.89
 
+Patch:  1089_4.14.90.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.14.90
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1089_linux-4.14.90.patch b/1089_linux-4.14.90.patch
new file mode 100644
index 000..f62945f
--- /dev/null
+++ b/1089_linux-4.14.90.patch
@@ -0,0 +1,2839 @@
+diff --git a/Makefile b/Makefile
+index b83477be8d0c..280c7193e246 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 89
++SUBLEVEL = 90
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h
+index c22b181e8206..2f39d9b3886e 100644
+--- a/arch/arc/include/asm/io.h
 b/arch/arc/include/asm/io.h
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #ifdef CONFIG_ISA_ARCV2
+ #include 
+@@ -94,6 +95,42 @@ static inline u32 __raw_readl(const volatile void __iomem 
*addr)
+   return w;
+ }
+ 
++/*
++ * {read,write}s{b,w,l}() repeatedly access the same IO address in
++ * native endianness in 8-, 16-, 32-bit chunks {into,from} memory,
++ * @count times
++ */
++#define __raw_readsx(t,f) \
++static inline void __raw_reads##f(const volatile void __iomem *addr,  \
++void *ptr, unsigned int count)\
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  u##t *buf = ptr;\
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  *buf++ = x; \
++  } while (--count);  \
++  } else {\
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  put_unaligned(x, buf++);\
++  } while (--count);  \
++  }   \
++}
++
++#define __raw_readsb __raw_readsb
++__raw_readsx(8, b)
++#define __raw_readsw __raw_readsw
++__raw_readsx(16, w)
++#define __raw_readsl __raw_readsl
++__raw_readsx(32, l)
++
+ #define __raw_writeb __raw_writeb
+ static inline void __raw_writeb(u8 b, volatile void __iomem *addr)
+ {
+@@ -126,6 +163,35 @@ static inline void __raw_writel(u32 w, volatile void 
__iomem *addr)
+ 
+ }
+ 
++#define __raw_writesx(t,f)\
++static inline void __raw_writes##f(volatile void __iomem *addr,   \
++ const void *ptr, unsigned int count) \
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  const u##t *buf = ptr;  \
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  __raw_write##f(*buf++, addr);   \
++  }

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

2018-12-21 Thread Mike Pagano
commit: e3116a6b779f31a17eda36f5b72b3b0cfb8bbd47
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 14:44:02 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 14:44:02 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e3116a6b

proj/linux-patches: Linux patch 4.9.147

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |4 +
 1146_linux-4.9.147.patch | 2228 ++
 2 files changed, 2232 insertions(+)

diff --git a/_README b/_README
index 4c5f483..45d73b5 100644
--- a/_README
+++ b/_README
@@ -627,6 +627,10 @@ Patch:  1145_linux-4.9.146.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.146
 
+Patch:  1146_linux-4.9.147.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.147
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1146_linux-4.9.147.patch b/1146_linux-4.9.147.patch
new file mode 100644
index 000..720a69b
--- /dev/null
+++ b/1146_linux-4.9.147.patch
@@ -0,0 +1,2228 @@
+diff --git a/Makefile b/Makefile
+index 0a150d2b3353..351a57ce 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 146
++SUBLEVEL = 147
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h
+index c22b181e8206..2f39d9b3886e 100644
+--- a/arch/arc/include/asm/io.h
 b/arch/arc/include/asm/io.h
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #ifdef CONFIG_ISA_ARCV2
+ #include 
+@@ -94,6 +95,42 @@ static inline u32 __raw_readl(const volatile void __iomem 
*addr)
+   return w;
+ }
+ 
++/*
++ * {read,write}s{b,w,l}() repeatedly access the same IO address in
++ * native endianness in 8-, 16-, 32-bit chunks {into,from} memory,
++ * @count times
++ */
++#define __raw_readsx(t,f) \
++static inline void __raw_reads##f(const volatile void __iomem *addr,  \
++void *ptr, unsigned int count)\
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  u##t *buf = ptr;\
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  *buf++ = x; \
++  } while (--count);  \
++  } else {\
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  put_unaligned(x, buf++);\
++  } while (--count);  \
++  }   \
++}
++
++#define __raw_readsb __raw_readsb
++__raw_readsx(8, b)
++#define __raw_readsw __raw_readsw
++__raw_readsx(16, w)
++#define __raw_readsl __raw_readsl
++__raw_readsx(32, l)
++
+ #define __raw_writeb __raw_writeb
+ static inline void __raw_writeb(u8 b, volatile void __iomem *addr)
+ {
+@@ -126,6 +163,35 @@ static inline void __raw_writel(u32 w, volatile void 
__iomem *addr)
+ 
+ }
+ 
++#define __raw_writesx(t,f)\
++static inline void __raw_writes##f(volatile void __iomem *addr,   \
++ const void *ptr, unsigned int count) \
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  const u##t *buf = ptr;  \
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  __raw_write##f(*buf++, addr);   \
++  } while (--count); 

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

2018-12-21 Thread Mike Pagano
commit: ffdf1e6aaa787b756f7620c43b51021f7238229b
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Dec 21 14:40:13 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Dec 21 14:40:13 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ffdf1e6a

proj/linux-patches: Linux patch 4.4.169

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |4 +
 1168_linux-4.4.169.patch | 1307 ++
 2 files changed, 1311 insertions(+)

diff --git a/_README b/_README
index 7d0dab8..0cc280a 100644
--- a/_README
+++ b/_README
@@ -715,6 +715,10 @@ Patch:  1167_linux-4.4.168.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.168
 
+Patch:  1168_linux-4.4.169.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.169
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1168_linux-4.4.169.patch b/1168_linux-4.4.169.patch
new file mode 100644
index 000..9afc8a4
--- /dev/null
+++ b/1168_linux-4.4.169.patch
@@ -0,0 +1,1307 @@
+diff --git a/Makefile b/Makefile
+index 082f82471b51..0d41b0626c0c 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 168
++SUBLEVEL = 169
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h
+index cb69299a492e..f120d823e8c2 100644
+--- a/arch/arc/include/asm/io.h
 b/arch/arc/include/asm/io.h
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #ifdef CONFIG_ISA_ARCV2
+ #include 
+@@ -85,6 +86,42 @@ static inline u32 __raw_readl(const volatile void __iomem 
*addr)
+   return w;
+ }
+ 
++/*
++ * {read,write}s{b,w,l}() repeatedly access the same IO address in
++ * native endianness in 8-, 16-, 32-bit chunks {into,from} memory,
++ * @count times
++ */
++#define __raw_readsx(t,f) \
++static inline void __raw_reads##f(const volatile void __iomem *addr,  \
++void *ptr, unsigned int count)\
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  u##t *buf = ptr;\
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  *buf++ = x; \
++  } while (--count);  \
++  } else {\
++  do {\
++  u##t x = __raw_read##f(addr);   \
++  put_unaligned(x, buf++);\
++  } while (--count);  \
++  }   \
++}
++
++#define __raw_readsb __raw_readsb
++__raw_readsx(8, b)
++#define __raw_readsw __raw_readsw
++__raw_readsx(16, w)
++#define __raw_readsl __raw_readsl
++__raw_readsx(32, l)
++
+ #define __raw_writeb __raw_writeb
+ static inline void __raw_writeb(u8 b, volatile void __iomem *addr)
+ {
+@@ -117,6 +154,35 @@ static inline void __raw_writel(u32 w, volatile void 
__iomem *addr)
+ 
+ }
+ 
++#define __raw_writesx(t,f)\
++static inline void __raw_writes##f(volatile void __iomem *addr,   \
++ const void *ptr, unsigned int count) \
++{ \
++  bool is_aligned = ((unsigned long)ptr % ((t) / 8)) == 0;\
++  const u##t *buf = ptr;  \
++  \
++  if (!count) \
++  return; \
++  \
++  /* Some ARC CPU's don't support unaligned accesses */   \
++  if (is_aligned) {   \
++  do {\
++  __raw_write##f(*buf++, addr);   \
++  } while (--count)

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

2018-12-21 Thread Mikle Kolyada
commit: c42b8bb0cb7e4a1788fef672ba741c9cd7498c07
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 21 14:16:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 21 14:16:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42b8bb0

dev-python/docker-py: Version bump (v3.6.0)

Needed for the latest app-emulation/docker-compose

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-3.6.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 2a6181b7123..2ada36de8e6 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -3,3 +3,4 @@ DIST docker-py-2.7.0.tar.gz 196369 BLAKE2B 
dd181dbf32f5afda06e748cb49f15d5fc6ff4
 DIST docker-py-3.4.1.tar.gz 207885 BLAKE2B 
472f5dde4761b02a2b55c64762a0529dbaecc8aa9f0e24c67770f533341a5ca9c7322bfacba81f99f9305f09d4e5f7d7ccf37201f5e98c33c6f81552a807
 SHA512 
447dccb9129d549886882e6cf0a8ac56d91f7ed57b6aa1dca1942c62d70dc78b92184cbdd9ac5f3445be04cfaadf0b4fba191fb70e223e93c6d1cfbfd334a397
 DIST docker-py-3.5.0.tar.gz 209142 BLAKE2B 
56e4400e1f67c870274eb2fdaf84edeac966a1486366355f2697f0fc4e5f37c5e4f3f8163e9187219a4fa27cd43be2bc19370a99755fa880c9e089d6af9bcc9e
 SHA512 
c5ebc99df66d49f53c39ff897bd95afcbb92ced3ec6fd61148b6775cddf9e830454b1da5ac79ea0bba76f143f35f29dec66e7db5c6df33ca5157d3fe40cd4e93
 DIST docker-py-3.5.1.tar.gz 209381 BLAKE2B 
de0992aff9af240eeb79b66f0f7ca11aca4132cbef0ca9796cfa778b0f44e2ebf83858d0e4df2b9dd813caa83e1c301829152362a6983e5ee96dd5806815ee6f
 SHA512 
8e927794cd308e17fc75f3c6569026c9b9c9f44eb2aa1c191dcfc6d1aabc36bdd341795ba9a2243ae2a27c428868c9f45e8bfabd7c1c798f3f4c85b7855eda6d
+DIST docker-py-3.6.0.tar.gz 213435 BLAKE2B 
28301a508ef346373f8ac4033b697a71092c4162ba1be81bc69c513d1de700326a4e8ffcb1c015e20516aa1a09d31162d54182985eea3dc1dc23d6e79ef28fea
 SHA512 
b32acb2585995c3c5bdef95ea4bbb6bcadba3b9fca81a3e637dc294b5dbd3823ee6c98236c4bb197373a96feafcaae665b9c64b805abd52e1ae27aa42079278d

diff --git a/dev-python/docker-py/docker-py-3.6.0.ebuild 
b/dev-python/docker-py/docker-py-3.6.0.ebuild
new file mode 100644
index 000..291b541ef7d
--- /dev/null
+++ b/dev-python/docker-py/docker-py-3.6.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py";
+SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/docker-pycreds-0.3.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 
'python3_4' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
+   )
+   doc? (
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die "docs failed to build"
+   HTML_DOCS=( html/. )
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-12-21 Thread Ben Kohler
commit: 8a70e1ec82d1dbe29b8edf69514a5073ecc1ed71
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Dec 21 14:12:40 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Dec 21 14:12:40 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8a70e1ec

create-iso.sh: copy EFI files onto iso root for vfat/usb compatibility

Tools like rufus & unetbootin will take our iso9660 FS contents &
put them onto a device with real (msdos or gpt) partitions and a vfat
filesystem.  For EFI boot, this means the new FS must contain the EFI
boot images.  The ones we have embedded into the iso (el torito) boot
sector will be lost.

This commit makes sure /EFI is available on the iso image root, so that
it's usable for EFI boot after vfat conversion.

Signed-off-by: Ben Kohler  gentoo.org>

 targets/support/create-iso.sh | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 1637c2ea..253a8887 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -274,7 +274,10 @@ case ${clst_hostarch} in
umount 
"${clst_target_path}/gentoo.efimg.mountPoint"
rmdir 
"${clst_target_path}/gentoo.efimg.mountPoint"
 
-   echo "Removing /boot contents"
+   echo "Copying /boot/EFI to /EFI for rufus 
compatability"
+   cp -rv "${clst_target_path}"/boot/EFI/ 
"${clst_target_path}"
+
+   echo "Emptying /boot"
rm -rf "${clst_target_path}"/boot
mkdir -p "${clst_target_path}"/boot
fi



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-12-21 Thread Ben Kohler
commit: e8ecf2afe4e580cb6b67902018cf1b297d59e59a
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Dec 21 14:13:43 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Dec 21 14:13:43 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e8ecf2af

functions.sh: load part_gpt & part_msdos in our grub-stub.cfg

Loading part_gpt & part_msdos in our grub config will allow our image to
boot from partitioned devices (such as those created by rufus or
unetbootin).

Signed-off-by: Ben Kohler  gentoo.org>

 targets/support/functions.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index ce43abba..54455210 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -103,7 +103,9 @@ create_bootloader() {
   fi
 
   #create grub-stub.cfg for embedding in grub-mkstandalone
-  echo "search --no-floppy --set=root --file /livecd" > grub-stub.cfg
+  echo "insmod part_gpt" > grub-stub.cfg
+  echo "insmod part_msdos" >> grub-stub.cfg
+  echo "search --no-floppy --set=root --file /livecd" >> grub-stub.cfg
   echo "configfile /grub/grub.cfg" >> grub-stub.cfg
 
   # some 64 bit machines have 32 bit UEFI, and you might want to boot 32 bit 
on a 64 bit machine, so we take the safest path and include both



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2018-12-21 Thread Jeroen Roovers
commit: 3a42029d7d010e25cbc12943a4b034ec7509251f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Dec 21 12:54:25 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Dec 21 12:54:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a42029d

x11-drivers/nvidia-drivers: Old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   3 -
 .../nvidia-drivers/nvidia-drivers-415.22.ebuild| 590 -
 2 files changed, 593 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 9ecf2e204c7..d53f1880524 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -17,7 +17,6 @@ DIST NVIDIA-FreeBSD-x86_64-390.87.tar.gz 63648591 BLAKE2B 
88aa38b11b64b2ad91f723
 DIST NVIDIA-FreeBSD-x86_64-396.54.tar.gz 60938322 BLAKE2B 
a23488b625a15703b0c40bc6871314b05d117d489f64a6f7c70ac3c934b02028b9623be10f0369c98c7d3b5e018e1eb6f1d2cde9d9e1b90be5065f06f6a646dd
 SHA512 
52df85364bfd45a23394078855859ce85de996f7990bb96ba63eb33e516c3cf8e72c4391af9817213f735286f2cf6444bc8ed00312365f12ae17373cfbdc3fc7
 DIST NVIDIA-FreeBSD-x86_64-410.78.tar.gz 61935486 BLAKE2B 
3bc85aacd0775b600c37cd285de49fe3d35bba04fd8d3db1ec75f1fdfbd93a9d5b3d34b67e6fd82b5056bff875ccbc44cd2f06fed9b66703b26057c85f750867
 SHA512 
30488f9e5e6a377a478c49f13d648fba77ac910f43c3e561ce7715380480ac8b3860fecfb5b745beefadb6abe0b4c4135684c468a69c5b71b56cd463698b931a
 DIST NVIDIA-FreeBSD-x86_64-415.18.tar.gz 62328268 BLAKE2B 
03b53907ba8eed8751b9270e472b05f21e3865a560a7c4b89b16df0d1981f8ee955d26f42ab51ff538898218caa32745ece0cfa562b8325ad29f866205ab0a68
 SHA512 
9a80f6e15f57d756f0286db5cbb1c520f6c7553368cdc26d9f062e1f5cd1c6080bf3934b3fd55cdc0b67702be8188dcd177f7aec80697ff978ebc90a6dccbb30
-DIST NVIDIA-FreeBSD-x86_64-415.22.tar.gz 62365381 BLAKE2B 
bf647cfb0bff87f975cfeb1c920779cfe58415295c1b291daecc5c392453eee5b55d3e2ff1b3fd0822943f6812c81f266206da3b7461a30c5ff884e4a1e8b7c8
 SHA512 
ecf952f6c6922d77feff025d94b115ccd05f3591d0b449c654740fe97773e39e9bcfde2ad41719516766c94725322044875acff5da58986636f468b0a36678e8
 DIST NVIDIA-FreeBSD-x86_64-415.23.tar.gz 62373237 BLAKE2B 
b18e96cf7fd2894a153ccb0e34b889d9658185ee0f1930f52f2d2f6555a1cf3d926002afe75a1f03c181fb22dbf08a83aa27fafdd973f0f1780435ea4599b56b
 SHA512 
c40835b89390b4d14977ef4c7d4740798c5ff73a3aee849f13f479c52c30a810869fba16b8f1719021e2367d83dbbe74296775877148ee96fde8822995e97b28
 DIST NVIDIA-FreeBSD-x86_64-415.25.tar.gz 62373961 BLAKE2B 
4c1ce36ad31933efdb7b9b3a5a530439cadb50c6ee29c0689a521308fbc213266a761765998c44643fd8511159ae96387a3a278accc4a0d00322b06b9b327232
 SHA512 
792f0cfafb1d6b2137db62c3a5a7e76217d89c3b18cee92ec8317d6c583fdc9676aa46efd55bc795aeaaf1532501f7b40d1d9609d782ffe63e55bb37d0d6db14
 DIST NVIDIA-Linux-armv7l-gnueabihf-375.82.run 26650801 BLAKE2B 
31446667065c56b48f6a3e737afe29a4517459d3462138136bffe383bc6fe514d6e80b49c391c27edc96b8abc3da3dd4d6ee3f3dca17f3c9a0f1cdf0e72cf099
 SHA512 
28554f1c24fe63c9257c0de3e84e4e739a45bf1c20ec7a53bc2c1b69b4e2355675061491ef5b03f3ae489cf623e553cfa68442f5536f137837327036d1c53d63
@@ -45,7 +44,6 @@ DIST NVIDIA-Linux-x86_64-390.87.run 82690871 BLAKE2B 
b43a45a7d48160a72185417360a
 DIST NVIDIA-Linux-x86_64-396.54.run 86946680 BLAKE2B 
9b3ab39c9d09c663238d0fac6346c24feea6ecc44b0ecaf3de871522697685c1c474ec4cc83f3bab0a2bcfecc7c77acea0e6bfee6e8ca8e6883bd338fd6da8a2
 SHA512 
17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247
 DIST NVIDIA-Linux-x86_64-410.78.run 107944209 BLAKE2B 
f493efb4b61716ae1f7ac760d57b330e0160e8cd7a90e80dd00744c2277d0c8024f6704eac3a9f95ff13d66f362bf9eecdc8176edb429ea7e45c4622b52beca7
 SHA512 
0bd7ed61dcfd4d7634ba450b106d7648fc274c256e7e4c4e51e544bd7779d68ffa08cba709ace5333679eeea1dbe4afa0c267361887eaa784d6f1369b717677d
 DIST NVIDIA-Linux-x86_64-415.18.run 107849060 BLAKE2B 
e4ffbec6a31f79d8c7f18bfbb4e256b94ef8e741526eb07032fd645da1b37751e867d72e998f6b8b773d55127e40bafeb53e8d5f9a4f8be4ce8a8d079e9c3341
 SHA512 
8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e
-DIST NVIDIA-Linux-x86_64-415.22.run 108813487 BLAKE2B 
1df80e61ab6bdcc0099e497b52fa7a371a4242072b4691becbbf3b1f56aac8e70ce10536d7f51e1a5084b3463e250aa7dacd3186bc240baa598894fc3b0d7346
 SHA512 
07e49fb7f82f5a2122994ca72f04354b0875845af8676bdd38b65e62291dff7eddbdf48f1428281a6c44ae2c2ba14368ba27682515bea5b87606be8db422f411
 DIST NVIDIA-Linux-x86_64-415.23.run 109007128 BLAKE2B 
48b8fd0e0166148c6687c0bed386e056f12fe9060b9cf9b1e33453a538cf94427786084799d5d3070f6b005c4994e782367059432a32b10277cf16a8a7ecaba8
 SHA512 
3bdd8c7b3758353f98686361babd14b91dced283c9a27e1c828d87fc4eff66488707345195e27de107c72a408b6ae147ae9c86cfa31bd8468bfa70d56bb68739
 DIST NVIDIA-Linux-x86_64-415.25.run 108599932 BLAKE2B 
958a345f03157ebd8f8a84da91af

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2018-12-21 Thread Jeroen Roovers
commit: e24bb4d1d276f089e66afc576fa1ec8cfa75980a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Dec 21 12:53:36 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Dec 21 12:54:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24bb4d1

x11-drivers/nvidia-drivers: Version 415.25

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   3 +
 .../nvidia-drivers/nvidia-drivers-415.25.ebuild| 590 +
 2 files changed, 593 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 21b7a95460a..9ecf2e204c7 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -19,6 +19,7 @@ DIST NVIDIA-FreeBSD-x86_64-410.78.tar.gz 61935486 BLAKE2B 
3bc85aacd0775b600c37cd
 DIST NVIDIA-FreeBSD-x86_64-415.18.tar.gz 62328268 BLAKE2B 
03b53907ba8eed8751b9270e472b05f21e3865a560a7c4b89b16df0d1981f8ee955d26f42ab51ff538898218caa32745ece0cfa562b8325ad29f866205ab0a68
 SHA512 
9a80f6e15f57d756f0286db5cbb1c520f6c7553368cdc26d9f062e1f5cd1c6080bf3934b3fd55cdc0b67702be8188dcd177f7aec80697ff978ebc90a6dccbb30
 DIST NVIDIA-FreeBSD-x86_64-415.22.tar.gz 62365381 BLAKE2B 
bf647cfb0bff87f975cfeb1c920779cfe58415295c1b291daecc5c392453eee5b55d3e2ff1b3fd0822943f6812c81f266206da3b7461a30c5ff884e4a1e8b7c8
 SHA512 
ecf952f6c6922d77feff025d94b115ccd05f3591d0b449c654740fe97773e39e9bcfde2ad41719516766c94725322044875acff5da58986636f468b0a36678e8
 DIST NVIDIA-FreeBSD-x86_64-415.23.tar.gz 62373237 BLAKE2B 
b18e96cf7fd2894a153ccb0e34b889d9658185ee0f1930f52f2d2f6555a1cf3d926002afe75a1f03c181fb22dbf08a83aa27fafdd973f0f1780435ea4599b56b
 SHA512 
c40835b89390b4d14977ef4c7d4740798c5ff73a3aee849f13f479c52c30a810869fba16b8f1719021e2367d83dbbe74296775877148ee96fde8822995e97b28
+DIST NVIDIA-FreeBSD-x86_64-415.25.tar.gz 62373961 BLAKE2B 
4c1ce36ad31933efdb7b9b3a5a530439cadb50c6ee29c0689a521308fbc213266a761765998c44643fd8511159ae96387a3a278accc4a0d00322b06b9b327232
 SHA512 
792f0cfafb1d6b2137db62c3a5a7e76217d89c3b18cee92ec8317d6c583fdc9676aa46efd55bc795aeaaf1532501f7b40d1d9609d782ffe63e55bb37d0d6db14
 DIST NVIDIA-Linux-armv7l-gnueabihf-375.82.run 26650801 BLAKE2B 
31446667065c56b48f6a3e737afe29a4517459d3462138136bffe383bc6fe514d6e80b49c391c27edc96b8abc3da3dd4d6ee3f3dca17f3c9a0f1cdf0e72cf099
 SHA512 
28554f1c24fe63c9257c0de3e84e4e739a45bf1c20ec7a53bc2c1b69b4e2355675061491ef5b03f3ae489cf623e553cfa68442f5536f137837327036d1c53d63
 DIST NVIDIA-Linux-armv7l-gnueabihf-378.13.run 26514235 BLAKE2B 
2b3c540704496a290be7ae3f1ff378487c75af2298c12488da8b3a1814446e5df02a1ed99afd8ee7fc459d950aab472155359eae0bf56ac83389711d70638152
 SHA512 
253786a821df85fa926ae842114321b3c70502f887ea7c2b6790dfe3836039ee5d390e6722ca8785904ec6487e465916923d3042dc6191b3b4522c3161b80cb0
 DIST NVIDIA-Linux-armv7l-gnueabihf-381.22.run 26815484 BLAKE2B 
e5f0241b07d1e54edea2025dd30061d1018c68cc2c7136c507eb894bbad5be3d0724494e2b9f33d1f8f60da4904999bbb964e6f2e78d045d7cd86bcd46b7f6d0
 SHA512 
934cda37c7aed26243b5b661122e1c060de5b4df890aaf2295b6650dddea37cb4f0e3f0bebddb00b5d687b66ab5e028a203195c4d4ad3379593babda42febe77
@@ -46,6 +47,7 @@ DIST NVIDIA-Linux-x86_64-410.78.run 107944209 BLAKE2B 
f493efb4b61716ae1f7ac760d5
 DIST NVIDIA-Linux-x86_64-415.18.run 107849060 BLAKE2B 
e4ffbec6a31f79d8c7f18bfbb4e256b94ef8e741526eb07032fd645da1b37751e867d72e998f6b8b773d55127e40bafeb53e8d5f9a4f8be4ce8a8d079e9c3341
 SHA512 
8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e
 DIST NVIDIA-Linux-x86_64-415.22.run 108813487 BLAKE2B 
1df80e61ab6bdcc0099e497b52fa7a371a4242072b4691becbbf3b1f56aac8e70ce10536d7f51e1a5084b3463e250aa7dacd3186bc240baa598894fc3b0d7346
 SHA512 
07e49fb7f82f5a2122994ca72f04354b0875845af8676bdd38b65e62291dff7eddbdf48f1428281a6c44ae2c2ba14368ba27682515bea5b87606be8db422f411
 DIST NVIDIA-Linux-x86_64-415.23.run 109007128 BLAKE2B 
48b8fd0e0166148c6687c0bed386e056f12fe9060b9cf9b1e33453a538cf94427786084799d5d3070f6b005c4994e782367059432a32b10277cf16a8a7ecaba8
 SHA512 
3bdd8c7b3758353f98686361babd14b91dced283c9a27e1c828d87fc4eff66488707345195e27de107c72a408b6ae147ae9c86cfa31bd8468bfa70d56bb68739
+DIST NVIDIA-Linux-x86_64-415.25.run 108599932 BLAKE2B 
958a345f03157ebd8f8a84da91af78143ada75be4bf1d5abbbec9bc8b0ca11549891efb2f78c3ae89ed86fa94a4bf179834d1b229b2dc7d3587a138235a8ce7f
 SHA512 
d289a37344916f5d17425f17d0530a7838b264c49866a0148665c9b87dcb7c23e868abae866a2568abac425701149d9075da540dd0f45f3d18f67b57102c0857
 DIST nvidia-settings-304.137.tar.bz2 1481361 BLAKE2B 
cf52a55a34eeb03a685a683487af6a198ba467dd8ba9983cc75624a37a226373cd931d98e8448b7b8ed430c54be2118c7b240ed2a9100b19bec5e832e2f6cdad
 SHA512 
676d1f70c9a78ee234f5f1a283412430a386fa604de211afba02806a45906c5e246a002989b724d74752178d28c92a268de1c98d4c87876797d991253f16b0cc
 DIST nvidia-settings-340.107.tar.bz2 1549413 BLAKE2B 
127442e

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/hardened/linux/powerpc/ppc64/

2018-12-21 Thread Alon Bar-Lev
commit: 41a81a89a1328e831f75cdd106db7c56b49233ff
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Dec 21 11:30:06 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Dec 21 11:33:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a81a89

arch/powerpc/package.use.mask: mask net-libs/gnutls[test-full]

Requires dane

Signed-off-by: Alon Bar-Lev  gentoo.org>

 profiles/arch/powerpc/package.use.mask | 4 
 profiles/hardened/linux/powerpc/ppc64/package.use.mask | 6 --
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index f8c08e17a22..88ccb08 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Alon Bar-Lev  (21 Dec 2018)
+# Requires USE=dane that is masked in this profile.
+net-libs/gnutls test-full
+
 # Matthew Thode  (12 Sep 2018)
 # dev-db/mariadb-connector-c not yet keyworded
 net-analyzer/icinga2 mariadb

diff --git a/profiles/hardened/linux/powerpc/ppc64/package.use.mask 
b/profiles/hardened/linux/powerpc/ppc64/package.use.mask
deleted file mode 100644
index 0a7da57f7a4..000
--- a/profiles/hardened/linux/powerpc/ppc64/package.use.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Michał Górny  (12 Jan 2018)
-# Requires USE=guile that is masked in this profile.
-net-libs/gnutls test-full



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

2018-12-21 Thread Alon Bar-Lev
commit: a3c3f3848ca3408255ed5135fad31647d6361818
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Dec 21 10:20:46 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Dec 21 10:20:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c3f384

net-libs/gnutls: cleanup old

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/gnutls/Manifest|   1 -
 net-libs/gnutls/gnutls-3.6.3.ebuild | 127 
 2 files changed, 128 deletions(-)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index 0a86d68be25..9be31e459e2 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -1,3 +1,2 @@
 DIST gnutls-3.5.19.tar.xz 7239744 BLAKE2B 
c12578e79d3e96e1df7a5dc5f05fe9bc4bce4150f7440a73fda8e69d3f137a9ad1ace28b56e976bc319bd7be7305bf93af9c20087229e0b8fefee85b64e8261d
 SHA512 
a78a59505e59c62ca671b34eacaeadcf070a943b12d964b7362962ba05636136638063491c37bb1883807014b8b6cf4f83f7d5b918ed02d5fbb52155679ce52f
-DIST gnutls-3.6.3.tar.xz 8010284 BLAKE2B 
3cbfcfc90b5bbcdcf01ef13b4a306b05e471e6cd14bb5b0c37e1e7358f2b223605901c0495c7ac3227f48ab77db30481050bf1f38de5e18659d7b91b8907aaa9
 SHA512 
6238502464d229a9777e3076f4c745d16deaada83c9da756ecdcd370947576e0446bda3a7f85d5a099b745bbf8c0134ebdf6632e4b26d61daf170792fb4f5abe
 DIST gnutls-3.6.5.tar.xz 8192888 BLAKE2B 
1d305d49c461657b921a51e6c3577e8aea76ba2a4ecbb0ba165ca1f452560b691f12733e3b3ef6d1206096a7393a6fdd05bedb5d5653c7e18e14c5c2f5993de2
 SHA512 
127f053ce45c63cd745fa5a654a2d8e4fbc322f5e17dcc3740fb2e7b376dd18dad59318d66e6e93e37d6a179fca4b35cf2ae62d13be5645cd2d06badd79d4dce

diff --git a/net-libs/gnutls/gnutls-3.6.3.ebuild 
b/net-libs/gnutls/gnutls-3.6.3.ebuild
deleted file mode 100644
index e28279bbf27..000
--- a/net-libs/gnutls/gnutls-3.6.3.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit libtool multilib-minimal
-
-DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
-HOMEPAGE="http://www.gnutls.org/";
-SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0/30" # libgnutls.so number
-KEYWORDS=""
-IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 
sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
-
-REQUIRED_USE="
-   test-full? ( cxx dane doc examples guile idn nls openssl pkcs11 seccomp 
tls-heartbeat tools )"
-
-# NOTICE: sys-devel/autogen is required at runtime as we
-# use system libopts
-RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
-   dev-libs/libunistring:=[${MULTILIB_USEDEP}]
-   >=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}]
-   >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
-   dane? ( >=net-dns/unbound-1.4.20:=[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-2:=[networking] )
-   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
-   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
-   idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   test? (
-   seccomp? ( sys-libs/libseccomp )
-   )"
-BDEPEND=">=virtual/pkgconfig-0-r1
-   doc? ( dev-util/gtk-doc )
-   nls? ( sys-devel/gettext )
-   tools? ( sys-devel/autogen )
-   valgrind? ( dev-util/valgrind )
-   test-full? (
-   app-crypt/dieharder
-   >=app-misc/datefudge-1.22
-   dev-libs/softhsm:2[-bindist]
-   net-dialup/ppp
-   net-misc/socat
-   )"
-
-DOCS=(
-   README.md
-   doc/certtool.cfg
-)
-
-HTML_DOCS=()
-
-pkg_setup() {
-   # bug#520818
-   export TZ=UTC
-
-   use doc && HTML_DOCS+=(
-   doc/gnutls.html
-   )
-}
-
-src_prepare() {
-   default
-
-   # force regeneration of autogen-ed files
-   local file
-   for file in $(grep -l AutoGen-ed src/*.c) ; do
-   rm src/$(basename ${file} .c).{c,h} || die
-   done
-
-   # Use sane .so versioning on FreeBSD.
-   elibtoolize
-}
-
-multilib_src_configure() {
-   LINGUAS="${LINGUAS//en/en@boldquot en@quot}"
-
-   # TPM needs to be tested before being enabled
-   libconf+=( --without-tpm )
-
-   # hardware-accell is disabled on OSX because the asm files force
-   #   GNU-stack (as doesn't support that) and when that's removed ld
-   #   complains about duplicate symbols
-   [[ ${CHOST} == *-darwin* ]] && libconf+=( 
--disable-hardware-acceleration )
-
-   # Cygwin as does not understand these asm files at all
-   [[ ${CHOST} == *-cygwin* ]] && libconf+=( 
--disable-hardware-acceleration )
-
-   ECONF_SOURCE=${S} econf \
-   $(multilib_native_enable manpages) \
-   $(multilib_native_use_enable doc gtk-doc) \
-   $(mult

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

2018-12-21 Thread Alon Bar-Lev
commit: 8ec28e4c237ef7660c4d127c962afbe45dd3c59b
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Dec 21 10:19:34 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Dec 21 10:20:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec28e4c

net-libs/gnutls: version bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=673502
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/gnutls/Manifest|   1 +
 net-libs/gnutls/gnutls-3.6.5.ebuild | 127 
 2 files changed, 128 insertions(+)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index 6e9f9e7a33b..0a86d68be25 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -1,2 +1,3 @@
 DIST gnutls-3.5.19.tar.xz 7239744 BLAKE2B 
c12578e79d3e96e1df7a5dc5f05fe9bc4bce4150f7440a73fda8e69d3f137a9ad1ace28b56e976bc319bd7be7305bf93af9c20087229e0b8fefee85b64e8261d
 SHA512 
a78a59505e59c62ca671b34eacaeadcf070a943b12d964b7362962ba05636136638063491c37bb1883807014b8b6cf4f83f7d5b918ed02d5fbb52155679ce52f
 DIST gnutls-3.6.3.tar.xz 8010284 BLAKE2B 
3cbfcfc90b5bbcdcf01ef13b4a306b05e471e6cd14bb5b0c37e1e7358f2b223605901c0495c7ac3227f48ab77db30481050bf1f38de5e18659d7b91b8907aaa9
 SHA512 
6238502464d229a9777e3076f4c745d16deaada83c9da756ecdcd370947576e0446bda3a7f85d5a099b745bbf8c0134ebdf6632e4b26d61daf170792fb4f5abe
+DIST gnutls-3.6.5.tar.xz 8192888 BLAKE2B 
1d305d49c461657b921a51e6c3577e8aea76ba2a4ecbb0ba165ca1f452560b691f12733e3b3ef6d1206096a7393a6fdd05bedb5d5653c7e18e14c5c2f5993de2
 SHA512 
127f053ce45c63cd745fa5a654a2d8e4fbc322f5e17dcc3740fb2e7b376dd18dad59318d66e6e93e37d6a179fca4b35cf2ae62d13be5645cd2d06badd79d4dce

diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild 
b/net-libs/gnutls/gnutls-3.6.5.ebuild
new file mode 100644
index 000..f3fe3d9c1a0
--- /dev/null
+++ b/net-libs/gnutls/gnutls-3.6.5.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit libtool multilib-minimal
+
+DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
+HOMEPAGE="http://www.gnutls.org/";
+SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
+
+LICENSE="GPL-3 LGPL-2.1"
+SLOT="0/30" # libgnutls.so number
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 
sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
+
+REQUIRED_USE="
+   test-full? ( cxx dane doc examples guile idn nls openssl pkcs11 seccomp 
tls-heartbeat tools )"
+
+# NOTICE: sys-devel/autogen is required at runtime as we
+# use system libopts
+RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
+   dev-libs/libunistring:=[${MULTILIB_USEDEP}]
+   >=dev-libs/nettle-3.4.1:=[gmp,${MULTILIB_USEDEP}]
+   >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
+   tools? ( sys-devel/autogen )
+   dane? ( >=net-dns/unbound-1.4.20:=[${MULTILIB_USEDEP}] )
+   guile? ( >=dev-scheme/guile-2:=[networking] )
+   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
+   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
+   idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   test? (
+   seccomp? ( sys-libs/libseccomp )
+   )"
+BDEPEND=">=virtual/pkgconfig-0-r1
+   doc? ( dev-util/gtk-doc )
+   nls? ( sys-devel/gettext )
+   tools? ( sys-devel/autogen )
+   valgrind? ( dev-util/valgrind )
+   test-full? (
+   app-crypt/dieharder
+   >=app-misc/datefudge-1.22
+   dev-libs/softhsm:2[-bindist]
+   net-dialup/ppp
+   net-misc/socat
+   )"
+
+DOCS=(
+   README.md
+   doc/certtool.cfg
+)
+
+HTML_DOCS=()
+
+pkg_setup() {
+   # bug#520818
+   export TZ=UTC
+
+   use doc && HTML_DOCS+=(
+   doc/gnutls.html
+   )
+}
+
+src_prepare() {
+   default
+
+   # force regeneration of autogen-ed files
+   local file
+   for file in $(grep -l AutoGen-ed src/*.c) ; do
+   rm src/$(basename ${file} .c).{c,h} || die
+   done
+
+   # Use sane .so versioning on FreeBSD.
+   elibtoolize
+}
+
+multilib_src_configure() {
+   LINGUAS="${LINGUAS//en/en@boldquot en@quot}"
+
+   # TPM needs to be tested before being enabled
+   libconf+=( --without-tpm )
+
+   # hardware-accell is disabled on OSX because the asm files force
+   #   GNU-stack (as doesn't support that) and when that's removed ld
+   #   complains about duplicate symbols
+   [[ ${CHOST} == *-darwin* ]] && libconf+=( 
--disable-hardware-acceleration )
+
+   # Cygwin as does not understand these

[gentoo-commits] data/glep: Branch deleted: glep-0076

2018-12-21 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 21 10:18:14 2018 +

Branch deleted: glep-0076




[gentoo-commits] data/glep:master commit in: /

2018-12-21 Thread Ulrich Müller
commit: 2c51e26bc1510896d8e60cbf4b078a0063a5cab7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Dec  9 22:46:12 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Dec 11 08:28:18 2018 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=2c51e26b

glep-0076: Clarify that there can be more than one copyright notice.

For example, CC-BY-SA-4.0 and FDL-1.3 both require that previous
copyright notices are left intact. Also it is not entirely clear if
and how the DMCA (17 U.S. Code §1202) applies to works released under
a free software license.

No update of version number because this is an editorial change.

Bug: https://bugs.gentoo.org/672848
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0076.rst | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/glep-0076.rst b/glep-0076.rst
index 09e1423..89deeb6 100644
--- a/glep-0076.rst
+++ b/glep-0076.rst
@@ -10,7 +10,7 @@ Type: Informational
 Status: Active
 Version: 1.1
 Created: 2013-04-23
-Last-Modified: 2018-11-13
+Last-Modified: 2018-12-09
 Post-History: 2018-06-10, 2018-06-19, 2018-08-31, 2018-09-26
 Content-Type: text/x-rst
 ---
@@ -204,6 +204,9 @@ In some jurisdictions, the copyright holder can also be a 
company or
 other legal entity, and therefore be different from the original
 author.
 
+Any requirement (e.g., by law, or by the file's license) to keep
+existing copyright notices intact is not affected by this policy.
+
 Anyone finding a file out of compliance should file a bug against the
 associated project/package providing as much information as possible.
 Files that are not brought into compliance within 60 days or upon a



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

2018-12-21 Thread Zac Medico
commit: 40ae105a400834aaefc42ab78c275465109493eb
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Dec 21 09:11:55 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Dec 21 09:13:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ae105a

app-text/calibre: addpredict /dev/dri (bug 665310)

Reported-by: Progenyx  zoho.com>
Closes: https://bugs.gentoo.org/665310
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/calibre-3.35.0.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-text/calibre/calibre-3.35.0.ebuild 
b/app-text/calibre/calibre-3.35.0.ebuild
index 5e0fe3e4617..eaef52feb40 100644
--- a/app-text/calibre/calibre-3.35.0.ebuild
+++ b/app-text/calibre/calibre-3.35.0.ebuild
@@ -199,11 +199,7 @@ src_install() {
local libdir=$(get_libdir)
[[ -n $libdir ]] || die "get_libdir returned an empty string"
 
-   # Bug #472690 - Avoid sandbox violation for /dev/dri/card0.
-   local x
-   for x in /dev/dri/card[0-9] ; do
-   [[ -e ${x} ]] && addpredict ${x}
-   done
+   addpredict /dev/dri #665310
 
#dodir "/usr/$(get_libdir)/python2.7/site-packages" # for 
init_calibre.py
#dodir $(python_get_sitedir)



  1   2   >