[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2017-04-26 Thread Hans de Graaff
commit: 729901905dd84d00cb4d0d8a9aad7f82e8ae885c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 27 05:44:52 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 27 05:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72990190

www-apache/passenger: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apache/passenger/Manifest   |   2 -
 www-apache/passenger/passenger-5.1.0.ebuild | 118 
 www-apache/passenger/passenger-5.1.1.ebuild | 118 
 3 files changed, 238 deletions(-)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index a857dcca28b..00c8cc8595c 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,5 +1,3 @@
 DIST passenger-4.0.60.tar.gz 5271049 SHA256 
bbb8c18cc371441ce4ee9a4de4d124b6ec5e6af6e95a472b93a72d0357dc88fe SHA512 
144df1e5e3dfbf9f9fa13d959c0324760b01c5e86b3f8e52c3d7d9c32eec916a35cc5c52a8c7a5ab9ed1ccee4d7efc9f77fc9940ad1515937a7bfe964753b219
 WHIRLPOOL 
c8f3993b2745eb577c2eddbca2fd280e7db56adbeb4f72ba4b29770d95b991a8012243d1a9bd19aa59a28cfb9326117d649f70cf6d406a4e53acd1e40deb5b57
 DIST passenger-5.0.30.tar.gz 5588130 SHA256 
f367e0c1d808d7356c3749222194a72ea03efe61a3bf1b682bd05d47f087b4e3 SHA512 
08de84f63e26260b759240278f905b86a0ae105a332182ba8bb6f47beaf43f28fc22feb6b577c9e185cf0ff8a90c4ee7773bc6380a5066738040f161737d7800
 WHIRLPOOL 
0c2f4201fd9974cf8b16750beb56d7685cdf1067bf5524e2a12e9ab7b71781bb3daad2a225540847a9f9ce20b321bfb0bc82af65a94501492ff20d0efb61f5d1
-DIST passenger-5.1.0.tar.gz 5641864 SHA256 
a46970b520ba0b1ecc9eac5c9b45f459fcdae882a02e462a375bab7ff0683545 SHA512 
14717e298eafcb3bcb86d437eee196e4da7c74bae64c4a365317f5599486e6b7c2e5abdbf84daf1712e32eabdf9f3379038ecf88ce7f8be31502a6eeb9a27316
 WHIRLPOOL 
661cb6f113f7e4027902c7cabd422562277b5b4208e742023d893243106bc905ae720686a00e5d4e4307144a853e7c0515a0a431cdbe4b661794f2525035d72a
-DIST passenger-5.1.1.tar.gz 5643654 SHA256 
cc59ed164a71aec1d06dd993172729ae656948788528d04e5453595ce5e5a10e SHA512 
8e800ecb7465e61b0645ce2bba217b548ab3f3b5daa63b4cecb2def9346eef59997f943334a720bbe88067e3404aef61e3ec6ee51b3d0fa9ebaab21b139bba9d
 WHIRLPOOL 
460bafef57f864feb8435963ac4cf9002b346d7b53f539807a21d4ad24809d7b390878322d16d632b3497026cbd4d1dd1a300cf5c5094ce6cfb0cb03fbc74c1d
 DIST passenger-5.1.2.tar.gz 5646103 SHA256 
7fb03a54650ef5e508895c9e45bc2d8151f6c4811ea6797e81f017fedddfdbab SHA512 
88a77c749857a8538ea268f793d2708fa29b8891d2c3197577155f81cb66aa04919c25e713d4f00692051ad385eebaa94729cd30baa68edcf3d17c23bae0acdd
 WHIRLPOOL 
8f115162e2a7c43af20cef1d689290c8a523cce10f617500eeb50ab6a226c203a404fc7ce53fd0e21e63276aa359c5d64b685318be36f79ce165ff598bac8766

diff --git a/www-apache/passenger/passenger-5.1.0.ebuild 
b/www-apache/passenger/passenger-5.1.0.ebuild
deleted file mode 100644
index 3b85f06171d..000
--- a/www-apache/passenger/passenger-5.1.0.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
-
-DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
-HOMEPAGE="https://www.phusionpassenger.com/;
-SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-ruby_add_bdepend "dev-ruby/rake"
-
-ruby_add_rdepend "
-   >=dev-ruby/rack-1.0.0:*
-   >=dev-ruby/rake-0.8.1"
-
-# libev is bundled but with adapations that do not seem to be accepted
-# upstream, so we must use the bundled version :-(
-CDEPEND="
-   >=dev-libs/libuv-1.8.0
-   net-misc/curl[ssl]
-   www-servers/apache[apache2_modules_unixd(+)]"
-
-RDEPEND="${RDEPEND} ${CDEPEND}"
-DEPEND="${DEPEND} ${CDEPEND}"
-
-APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
-APACHE2_MOD_DEFINE="PASSENGER"
-
-need_apache2
-
-pkg_setup() {
-   use debug && append-flags -DPASSENGER_DEBUG
-}
-
-all_ruby_prepare() {
-   epatch "${FILESDIR}"/${PN}-5.0.20-gentoo.patch
-   epatch "${FILESDIR}"/${PN}-5.1.1-isnan.patch
-
-   # Change these with sed instead of a patch so that we can easily use
-   # the toolchain-funcs methods.
-   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
-   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
-   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
-
-   # Avoid fixed debugging CFLAGs.
-   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
-
-   # Use sed here so that we can dynamically set the documentation 
directory.
-   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
-   -e 
"s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:"
 \
-  

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

2017-04-26 Thread Hans de Graaff
commit: 35cef2047af0b226a23fec4e392a6e93f50350c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 27 05:20:15 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 27 05:20:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cef204

dev-util/jenkins-bin: add 2.57

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 6fe7e459f0c..cf5a3007338 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -3,3 +3,4 @@ DIST jenkins-bin-2.32.3.war 69875039 SHA256 
3eb599dd78ecf00e5f177ec5c4b1ba4274be
 DIST jenkins-bin-2.45.war 68649092 SHA256 
0e57ee3645aec0742b8b2a0d4cd62cb80c3e6718b810200ab33851109f1f5488 SHA512 
e2ec91827231efc39a1dd4b149239627e556391170d9b1b65eb8091f71787981863ecc5ee8a4b82d777672edb3ff0dbc59cd0dba68df9872af40661edcb4e615
 WHIRLPOOL 
a0f4d3126020e8caecdfc2b54cb3f3f97d778f5f20c62722339494ec0884ce500b85938043dfc5fcfeb88853b21c871a9820900c0668e9cfbc08aafe3dbc93fc
 DIST jenkins-bin-2.46.1.war 68669812 SHA256 
33a3f4d983c6188a332291e1d974afa0a2ee96a0ae3cb6dd4f2098086525f9f1 SHA512 
a15beda88320c80ff149972c880627c236421c0d2363d2194f4e6c6392891f3c386d7ff0738c03a2c9de449e71f059a9f5f5ebd00f048b18aa231dd0e45ef83c
 WHIRLPOOL 
5be3076bfe669420837529d91920508f0e661ba782c8362246a8167b3772f9301fa6a4a484f29697eb315f8097a562ba7028bb9a886808f7d359eede894144a9
 DIST jenkins-bin-2.46.2.war 70342163 SHA256 
aa7f243a4c84d3d6cfb99a218950b8f7b926af7aa2570b0e1707279d464472c7 SHA512 
6d998ff8b9da54817ef7b21038b4921cee77cb76011a5c7cca949f63c68eb318e21f6108c962e2b55ba7f9901da89fbab95c7cfd32ac6933658511040595f61a
 WHIRLPOOL 
2eb04831f682be0b8dd2e58cb01a4442a7c0123524dd5ce2c7a9130f90bd415aef57300c7bf33e2812589bb4ecb72af4375a1222dc04f5fd88a9a7f102dc374f
+DIST jenkins-bin-2.57.war 70476328 SHA256 
5d7a66864d0941629e1fb8ef82ed98a38e54da39f4a9f3ca31561d573e18b2a5 SHA512 
8207174bff1395b017b78b9d99e26b612a138977e75a2e01f59bb17fd42ac4470b7ab3b0b4fa305741bf5bf22987a2e51d61b907cb69c7ccce1697edaf331f76
 WHIRLPOOL 
17267b5df3ca296f42f711d73070b2a0a54e1a5ec293200bc1fd312a5bfc32abe4dfd63d97e9bd0834640bd28c9d625520e5e221cdde6b48c40fad5e0ba87435

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



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

2017-04-26 Thread Hans de Graaff
commit: e0951c901e18c45026763033f7042800c8c6a774
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 27 05:12:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 27 05:12:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0951c90

dev-util/jenkins-bin: add 2.46.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 871795197ff..6fe7e459f0c 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -2,3 +2,4 @@ DIST jenkins-bin-2.32.2.war 69874457 SHA256 
73b216449cb5eacd4fe5a6ee2e089245705e
 DIST jenkins-bin-2.32.3.war 69875039 SHA256 
3eb599dd78ecf00e5f177ec5c4b1ba4274be4e5f63236da6ac92401a66fa91e8 SHA512 
afe6b935dad970e1b89d35413982635b06a216a794d9bf3b1587f193b8edc4e369f51bcd344c9354271d40838c1d1c5178461ecdd800bceb2df07ece8d8b4bf2
 WHIRLPOOL 
8efb195b29627be117f73d51136bc6785d2058e3e5a4ba89c489f64d194f8933160c233fe175c0310f595bd7644292a8b3c4d2cc278e20f20a5de501b15af90a
 DIST jenkins-bin-2.45.war 68649092 SHA256 
0e57ee3645aec0742b8b2a0d4cd62cb80c3e6718b810200ab33851109f1f5488 SHA512 
e2ec91827231efc39a1dd4b149239627e556391170d9b1b65eb8091f71787981863ecc5ee8a4b82d777672edb3ff0dbc59cd0dba68df9872af40661edcb4e615
 WHIRLPOOL 
a0f4d3126020e8caecdfc2b54cb3f3f97d778f5f20c62722339494ec0884ce500b85938043dfc5fcfeb88853b21c871a9820900c0668e9cfbc08aafe3dbc93fc
 DIST jenkins-bin-2.46.1.war 68669812 SHA256 
33a3f4d983c6188a332291e1d974afa0a2ee96a0ae3cb6dd4f2098086525f9f1 SHA512 
a15beda88320c80ff149972c880627c236421c0d2363d2194f4e6c6392891f3c386d7ff0738c03a2c9de449e71f059a9f5f5ebd00f048b18aa231dd0e45ef83c
 WHIRLPOOL 
5be3076bfe669420837529d91920508f0e661ba782c8362246a8167b3772f9301fa6a4a484f29697eb315f8097a562ba7028bb9a886808f7d359eede894144a9
+DIST jenkins-bin-2.46.2.war 70342163 SHA256 
aa7f243a4c84d3d6cfb99a218950b8f7b926af7aa2570b0e1707279d464472c7 SHA512 
6d998ff8b9da54817ef7b21038b4921cee77cb76011a5c7cca949f63c68eb318e21f6108c962e2b55ba7f9901da89fbab95c7cfd32ac6933658511040595f61a
 WHIRLPOOL 
2eb04831f682be0b8dd2e58cb01a4442a7c0123524dd5ce2c7a9130f90bd415aef57300c7bf33e2812589bb4ecb72af4375a1222dc04f5fd88a9a7f102dc374f

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



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

2017-04-26 Thread Hans de Graaff
commit: 33a205b7a1b721750a219cc2d2570f0a9fb214e8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 27 05:09:28 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 27 05:09:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a205b7

dev-ruby/backports: add 3.8.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/backports/Manifest   |  1 +
 dev-ruby/backports/backports-3.8.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index db18e9c87ac..2e12b536a55 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -1,2 +1,3 @@
 DIST backports-3.6.8.gem 88064 SHA256 
b3a81049fb3026b49302b6badedad33c710b302b8a7229d6b168c9530fc78ffd SHA512 
5b4bebb56623043a4524715292f785b92f4993728deb30ef0268b099372a1835901e596ba33d374f501c45ffe960cc27a7ddd5c061c6fd02fe7bc6cc335b38c0
 WHIRLPOOL 
6f2fc79ec363fbff401882ddc5e143b6d906553caffcee1a022c9060a516a56d4c4abd6909841a2c7e64833f2b4757a0593afd16b6fe4bbb8851258e7ed800b5
 DIST backports-3.7.0.gem 99328 SHA256 
1458571360a5ee2990f1a96cd26c8d6ce516b75c7c82c513978bda9f52c28ae2 SHA512 
8cda47200630c37a7654a9efc6017bbbc931622258d8a67830ab313a71b774fdfa866197b40f83583b849337c224cf228c6738768d1e83be6c8000e9868449ba
 WHIRLPOOL 
b6bdc1fd9cf9efa5318e85e61c899ec7bdc5e3dbba422aa75df29786f79a0cb9b851a36ebdad5990275bf9e6baa8e3738a5913f90e6213bf23767a8d7d6aaa66
+DIST backports-3.8.0.gem 146944 SHA256 
f5b6109367910c280c33223f8882d175ccbb829b25e5909b974557693ef8ec9e SHA512 
898472ee88dd0df46067de12ef38bb033b270573ff09db99982336b9eb264c90003e6e150101f7fc0034998961d81eac7b2f72e1e843e0a7e683b6b98980153f
 WHIRLPOOL 
773ebec85227cf898179fe50fda942d4f3ca82532ca9a9e10cbb465bcff8c9b877feba1fa2694ce2144484923ca0881c6bde68bdc22f14bf3d8516fb503243fd

diff --git a/dev-ruby/backports/backports-3.8.0.ebuild 
b/dev-ruby/backports/backports-3.8.0.ebuild
new file mode 100644
index 000..1b96cbcd113
--- /dev/null
+++ b/dev-ruby/backports/backports-3.8.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST="test"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Backports of Ruby features for older Ruby"
+HOMEPAGE="https://github.com/marcandre/backports;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/rails )"



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

2017-04-26 Thread Hans de Graaff
commit: 608c893eff6535c2d590ba4957d53832701b3bbf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 27 05:07:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 27 05:07:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608c893e

dev-ruby/mail: add 2.6.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/mail/Manifest  |  1 +
 dev-ruby/mail/mail-2.6.5.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest
index 3dbce0e1e72..16f3358df09 100644
--- a/dev-ruby/mail/Manifest
+++ b/dev-ruby/mail/Manifest
@@ -1 +1,2 @@
 DIST mail-2.6.4-git.tar.gz 963211 SHA256 
d3e4a384cf60759a839e07fcf12b8cee4ea47775de66e1999cecce03e70af50c SHA512 
b92702db0c989371414ef1f4f2855a2b815d2a46f0b110b4c5d63b79b8baaca80aed957865176c4cc1e7142f1d0edd8e3138a85ab42e510a5bd888f32eba5ee2
 WHIRLPOOL 
b69a5cdb28599bd4c766fc219292e9992c660c8bc644d9d5ab6ef2cba68d1fb7b50826838d9fa98d3e5f3b2cf841aaf312194d48c825dc5e22d94d1c5f68e840
+DIST mail-2.6.5-git.tar.gz 963838 SHA256 
6a64b02d12862b22e3535f0820b8595589c6a63f89eaf642aeacbd4181a25a86 SHA512 
0048c1c90f211e0037b071506bc26e25b910b4085e870334885cd78804174eb8ca9df87f5e695b3a4866727f6607b94cf202a3ca7a500e9509dc77856fba954f
 WHIRLPOOL 
909c6f4843b6de01808c9ee41687a6e2ac45728c9803a34bcaefb24281074f54e0505899b7ab96e035f53f0b3dce2b742d4d5c8cfaddf2e43240a8bd96893ad1

diff --git a/dev-ruby/mail/mail-2.6.5.ebuild b/dev-ruby/mail/mail-2.6.5.ebuild
new file mode 100644
index 000..4a9b4866992
--- /dev/null
+++ b/dev-ruby/mail/mail-2.6.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
+
+inherit ruby-fakegem versionator
+
+GITHUB_USER="mikel"
+
+DESCRIPTION="An email handling library"
+HOMEPAGE="https://github.com/mikel/mail;
+SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> 
${P}-git.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/mime-types-1.16:* 

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

2017-04-26 Thread Tim Harder
commit: 569d183a43a92d5f29d47d9e8fda41df39ee8030
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 27 04:26:38 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 27 04:27:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569d183a

sys-process/parallel: version bump to 20170422

 sys-process/parallel/Manifest |  1 +
 sys-process/parallel/parallel-20170422.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index b620482e522..63b6815c0d6 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -3,3 +3,4 @@ DIST parallel-20160622.tar.bz2 1292220 SHA256 
afca50eb4711f60bb3e52efb2fc02bf9ec
 DIST parallel-20160722.tar.bz2 1348206 SHA256 
e391ebd081e8ba13e870be68106d1beb5def2b001fa5881f46df0ab95304f521 SHA512 
cc9fba5fcd032e6d5e692d80e881518409c687d290bf660874cf776cd6cb63ccf43f1e41e254c9d3b7a16a3a36b4ce72379c686f1461ca039d43498503b06615
 WHIRLPOOL 
f282636a2ef4f63878f324f2dd7f2c7a5a426765ac2732090150630e7863ff1f2cf9534791c516054bfad445babdd3ca1776186e359b3e61deaec4626cd656de
 DIST parallel-20160822.tar.bz2 1370647 SHA256 
9867b7d0ebd4964a4bdd38792a77911ca808c91e0f930f5a55651f9e103aabe1 SHA512 
303715075f50f0a0e18b1b9e65d860ae5ba9901efc6de096406ee69b8d91d4d3a648a966b388156024d0177f7d7b510b7df437c212ba587c4636d415278188ab
 WHIRLPOOL 
4c134600dbf183e0a4d52d2883857e1013055f241b79a33b33f59f68ea29f793925106596fd89207a40c026875ea4c3ac6d17e22055214e352d5053295d7a460
 DIST parallel-20170322.tar.bz2 1490283 SHA256 
f8f810040088bf3c52897a2ee0c0c71bd8d097e755312364b946f107ae3553f6 SHA512 
f5e31dd7510a8bd7d57bcfda38a52560f6002cf924736d2a94d093c230696ae6e09817fa480e9c6d3ae4543ce80416be936ef4f8ad96ce4c18ced7278407c973
 WHIRLPOOL 
6d670891d12d089d18e626ff51f523ba1c8b4980070c95324db0e29154a7e4d602cc658f1a844fc11b7a83bad819f0f4f883b9bc2bdfa97c45fcdd306f864450
+DIST parallel-20170422.tar.bz2 1543900 SHA256 
7a2438a92692c662dae3d4e80f1190af4cfe527cd3fb1a0d14e07f5c110ed329 SHA512 
3785221751ef334db0c999819dd6a6cfae20400b1257467325e1533cbff3ea02a1008b61636bd8ec11b270a95c081c89f4be46d2d7a4fe8585e402f320e7c870
 WHIRLPOOL 
10cad743046eef4740c26272adc015cdb0ffb5fbc695343c9d3022bc3bef1cb4f63c0b883d65b7f3d97339e6d4c65a11ffe86e01a8fa45eae8457ac0f3398660

diff --git a/sys-process/parallel/parallel-20170422.ebuild 
b/sys-process/parallel/parallel-20170422.ebuild
new file mode 100644
index 000..cfc66354fd8
--- /dev/null
+++ b/sys-process/parallel/parallel-20170422.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
+HOMEPAGE="https://www.gnu.org/software/parallel/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-lang/perl:=
+   dev-perl/Devel-Size
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-IO"
+DEPEND="${RDEPEND}"
+
+DOCS="NEWS README"
+
+src_configure() {
+   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
+}
+
+src_install() {
+   default
+
+   # See src/Makefile.am for this one:
+   rm -f "${ED}"usr/bin/sem
+   dosym ${PN} /usr/bin/sem
+}
+
+pkg_postinst() {
+   elog "To distribute jobs to remote machines you'll need these 
dependencies"
+   elog " net-misc/openssh"
+   elog " net-misc/rsync"
+}



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

2017-04-26 Thread Mike Gilbert
commit: 6be6d71b928d0ce74611604592c7e74cce70b0ab
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 27 04:04:17 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 27 04:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be6d71b

sys-apps/systemd: EPREFIX tweaks

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 sys-apps/systemd/systemd-.ebuild | 23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 60be1bfc79b..aacb665331d 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -199,9 +199,10 @@ meson_ml_use() {
 multilib_src_configure() {
local myconf=(
--buildtype=plain
-   --prefix=/usr
+   --prefix="${EPREFIX}/usr"
--libdir="$(get_libdir)"
-   --localstatedir=/var
+   --sysconfdir="${EPREFIX}/etc"
+   --localstatedir="${EPREFIX}/var"
-Dpamlibdir="$(getpam_mod_dir)"
# avoid bash-completion dep
-Dbashcompletiondir="$(get_bashcompdir)"
@@ -313,9 +314,9 @@ multilib_src_install_all() {
dosym "..${ROOTPREFIX%/}/lib/systemd/systemd" /sbin/init
else
# we just keep sysvinit tools, so no need for the mans
-   rm 
"${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \
+   rm 
"${ED%/}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 
\
|| die
-   rm "${D}"/usr/share/man/man1/init.1 || die
+   rm "${ED%/}"/usr/share/man/man1/init.1 || die
fi
 
# Preserve empty dirs in /etc & /var, bug #437008
@@ -328,13 +329,13 @@ multilib_src_install_all() {
 
# If we install these symlinks, there is no way for the sysadmin to 
remove them
# permanently.
-   rm 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service || 
die
-   rm -f 
"${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service || 
die
-   rm -r "${D}"/etc/systemd/system/network-online.target.wants || die
-   rm -r "${D}"/etc/systemd/system/sockets.target.wants || die
-   rm -r "${D}"/etc/systemd/system/sysinit.target.wants || die
+   rm 
"${ED%/}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service 
|| die
+   rm -f 
"${ED%/}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service 
|| die
+   rm -r "${ED%/}"/etc/systemd/system/network-online.target.wants || die
+   rm -r "${ED%/}"/etc/systemd/system/sockets.target.wants || die
+   rm -r "${ED%/}"/etc/systemd/system/sysinit.target.wants || die
 
-   rm -r "${D}${ROOTPREFIX%/}/lib/udev/hwdb.d" || die
+   rm -r "${ED%/}${ROOTPREFIX%/}/lib/udev/hwdb.d" || die
 }
 
 migrate_locale() {
@@ -403,7 +404,7 @@ pkg_postinst() {
# Keep this here in case the database format changes so it gets updated
# when required. Despite that this file is owned by sys-apps/hwids.
if has_version "sys-apps/hwids[udev]"; then
-   udevadm hwdb --update --root="${ROOT%/}"
+   udevadm hwdb --update --root="${EROOT%/}"
fi
 
udev_reload || FAIL=1



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

2017-04-26 Thread Mike Gilbert
commit: a15a37fcb4f7c9c8ea59fc24f6b9f328b02721ed
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 27 03:59:10 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 27 03:59:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15a37fc

sys-apps/systemd: meson tweaks

Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61

 sys-apps/systemd/systemd-.ebuild | 25 -
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index ab38fcea7b1..60be1bfc79b 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -221,7 +221,7 @@ multilib_src_configure() {
-Dlibcurl=$(meson_ml_use curl)
-Delfutils=$(meson_ml_use elfutils)
-Dgcrypt=$(meson_use gcrypt)
-   -Dgnuefi=$(meson_ml_use gnuefi)
+   -Dgnu-efi=$(meson_ml_use gnuefi)
-Defi-libdir="/usr/$(get_libdir)"
-Dmicrohttpd=$(meson_ml_use http)
$(usex http -Dgnutls=$(meson_ml_use ssl) -Dgnutls=false)
@@ -247,6 +247,29 @@ multilib_src_configure() {
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 
2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false
+
+   # multilib options
+   -Dbacklight=$(meson_ml)
+   -Dbinfmt=$(meson_ml)
+   -Dcoredump=$(meson_ml)
+   -Denvironment-d=$(meson_ml)
+   -Dfirstboot=$(meson_ml)
+   -Dhibernate=$(meson_ml)
+   -Dhostnamed=$(meson_ml)
+   -Dhwdb=$(meson_ml)
+   -Dldconfig=$(meson_ml)
+   -Dlocaled=$(meson_ml)
+   -Dlogind=$(meson_ml)
+   -Dman=$(meson_ml)
+   -Dnetworkd=$(meson_ml)
+   -Dquotacheck=$(meson_ml)
+   -Drandomseed=$(meson_ml)
+   -Drfkill=$(meson_ml)
+   -Dsysysers=$(meson_ml)
+   -Dtimedated=$(meson_ml)
+   -Dtimesyncd=$(meson_ml)
+   -Dtmpfiles=$(meson_ml)
+   -Dvconsole=$(meson_ml)
)
 
set -- meson "${myconf[@]}" "${S}"



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

2017-04-26 Thread Mike Gilbert
commit: aca83fb5f0521880ac0970ccda90a83e74351ac1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 27 02:58:44 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 27 03:16:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca83fb5

sys-apps/systemd: initial meson conversion

 sys-apps/systemd/systemd-.ebuild | 215 ++-
 1 file changed, 85 insertions(+), 130 deletions(-)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 76a3dd24f6d..ab38fcea7b1 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -14,7 +14,7 @@ fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 
-inherit autotools bash-completion-r1 linux-info multilib-minimal pam 
python-any-r1 systemd toolchain-funcs udev user
+inherit bash-completion-r1 linux-info multilib-minimal multiprocessing pam 
python-any-r1 systemd toolchain-funcs udev user
 
 DESCRIPTION="System and service manager for Linux"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
@@ -89,6 +89,8 @@ DEPEND="${COMMON_DEPEND}
app-arch/xz-utils:0
dev-util/gperf
>=dev-util/intltool-0.50
+   >=dev-util/meson-0.40.0
+   dev-util/ninja
>=sys-apps/coreutils-8.16
>=sys-kernel/linux-headers-${MINKV}
virtual/pkgconfig
@@ -163,16 +165,9 @@ src_prepare() {
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )
 
default
-
-   eautoreconf
 }
 
 src_configure() {
-   # Keep using the one where the rules were installed.
-   MY_UDEVDIR=$(get_udevdir)
-   # Fix systems broken by bug #509454.
-   [[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib/udev
-
# Prevent conflicts with i686 cross toolchain, bug 559726
tc-export AR CC NM OBJCOPY RANLIB
 
@@ -181,148 +176,106 @@ src_configure() {
multilib-minimal_src_configure
 }
 
+meson_use() {
+   usex "$1" true false
+}
+
+meson_ml() {
+   if multilib_is_native_abi; then
+   echo true
+   else
+   echo false
+   fi
+}
+
+meson_ml_use() {
+   if multilib_is_native_abi; then
+   usex "$1" true false
+   else
+   echo false
+   fi
+}
+
 multilib_src_configure() {
-   local myeconfargs=(
-   # disable -flto since it is an optimization flag
-   # and makes distcc less effective
-   cc_cv_CFLAGS__flto=no
-   # disable -fuse-ld=gold since Gentoo supports explicit linker
-   # choice and forcing gold is undesired, #539998
-   # ld.gold may collide with user's LDFLAGS, #545168
-   # ld.gold breaks sparc, #573874
-   cc_cv_LDFLAGS__Wl__fuse_ld_gold=no
-
-   # Workaround for gcc-4.7, bug 554454.
-   cc_cv_CFLAGS__Werror_shadow=no
-
-   # Workaround for bug 516346
-   --enable-dependency-tracking
-
-   --disable-maintainer-mode
+   local myconf=(
+   --buildtype=plain
+   --prefix=/usr
+   --libdir="$(get_libdir)"
--localstatedir=/var
-   --with-pamlibdir=$(getpam_mod_dir)
+   -Dpamlibdir="$(getpam_mod_dir)"
# avoid bash-completion dep
-   --with-bashcompletiondir="$(get_bashcompdir)"
+   -Dbashcompletiondir="$(get_bashcompdir)"
# make sure we get /bin:/sbin in $PATH
-   --enable-split-usr
-   # For testing.
-   --with-rootprefix="${ROOTPREFIX-/usr}"
-   --with-rootlibdir="${ROOTPREFIX-/usr}/$(get_libdir)"
-   # disable sysv compatibility
-   --with-sysvinit-path=
-   --with-sysvrcnd-path=
+   -Dsplit-usr=true
+   -Drootprefix="${ROOTPREFIX}"
+   -Dsysvinit-path=
+   -Dsysvrcnd-path=
# no deps
-   --enable-efi
-   --enable-ima
-
+   -Defi=$(meson_ml)
+   -Dima=true
# Optional components/dependencies
-   $(multilib_native_use_enable acl)
-   $(multilib_native_use_enable apparmor)
-   $(multilib_native_use_enable audit)
-   $(multilib_native_use_enable cryptsetup libcryptsetup)
-   $(multilib_native_use_enable curl libcurl)
-   $(multilib_native_use_enable elfutils)
-   $(use_enable gcrypt)
-   $(multilib_native_use_enable gnuefi)
-   --with-efi-libdir="/usr/$(get_libdir)"
-   $(multilib_native_use_enable http microhttpd)
-   $(usex http $(multilib_native_use_enable ssl gnutls) 
--disable-gnutls)
-   $(multilib_native_use_enable idn libidn)
-   $(multilib_native_use_enable importd)
-   $(multilib_native_use_enable importd bzip2)
- 

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

2017-04-26 Thread Ian Stakenvicius
commit: 91549ddad6a280e772bd4d1557e7c026c287b8e8
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Apr 27 03:14:54 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Apr 27 03:15:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91549dda

sys-cluster/torque: version bump, fix boost dependency, add some new flags

Added USE flags to enable AUTORUN_JOBS and QUICKCOMMIT code

Fixed missing boost dependency, bug 616520

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/torque/Manifest |  2 +-
 sys-cluster/torque/metadata.xml |  2 ++
 .../torque/{torque-6.0.1.ebuild => torque-6.0.3.ebuild} | 17 ++---
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/torque/Manifest b/sys-cluster/torque/Manifest
index 7b157794bdf..dd1e9790410 100644
--- a/sys-cluster/torque/Manifest
+++ b/sys-cluster/torque/Manifest
@@ -1,4 +1,4 @@
 DIST torque-2.5.13.tar.gz 5854910 SHA256 
ab59d4c8e8b45383ddd8202fa83956816175e348bb955a4ad5f7e3cd4dde5ff9 SHA512 
e08ddf3950bb32177f4bc504a502fae3928a616739c28ca9687c5207606817d4589583306508a2c568cf19fc8c5617dc4a9decc81576c2875660b715c256cfcf
 WHIRLPOOL 
29eefb89d1eb9d6a81735aa117922a1eb0b72e14eeccab7dbd70cdcf01431b7ecd9c3927e1c5c28b7f42d6739b28f45386740b92adb790ccdf9803e4c6e38534
 DIST torque-4.1.7.tar.gz 6218108 SHA256 
3c86b2d84589f54ac222e81dd1953d153e1d836163d2000412369fefd25fb2af SHA512 
5a085c0a7b205fed075bff4599db90ca5c4bb5f22d87d76fd56539d5cc1935bb8eeffcd4d18ba84401bd4ca128718070b69c8b91ab6814a4638622ba351654e6
 WHIRLPOOL 
cae9216f0cebc22927eec2d1f007b1a3c4a6cc619f2926c40a5f46e0bd0eec19691f9aafcad4fe727e2c5ed2485d11c972603cca613269f82147ff1dc41f1ba4
 DIST torque-4.2.9.tar.gz 6294022 SHA256 
46f1f319683af6d3820e18cda69ce59113c9a5c192e1f07826007be69385889b SHA512 
898703fa1d02310c22e2a02b86d67ca52ebed46684597931944edebb39f8293746739c8dca9cd10e07c2e7274c3dd7f65a5664d1980817e3feec58952c4cf4d1
 WHIRLPOOL 
e65be66b056a519ebd1c30c2c1ae2ddf43bc4e617a52d3caced1e6dfd2b0d8b2a83c26a0f2e6e41cfae791aca68b6f91424745b2baffa2085fccc8f6ae9b8e04
-DIST torque-6.0.1.tar.gz 41229268 SHA256 
39623e364a87976a8d657fa47965703ca7ae7c32110ff18eccc6282dc609f3de SHA512 
63251ec163feb8d6be788db79de497b2bb1cb98b0d62e2c43fa50d1a4b25b0f8075072c22c3aa4535d6a83a6be987c6cddda47829778bbef3b5006bba936ed87
 WHIRLPOOL 
98aaf09965416a8e227ef3cdae59f690e4581a2ecde6c5c6e5aa5e99f08ac14012ffb8611b29624f6302098495b94f8e79084fa8478160d71c07f8343ec81839
+DIST torque-6.0.3-1485300822_19e79ad.tar.gz 41660338 SHA256 
dcbc806379596848f9887ff3b518d4ca7031e888d29d0b12e4e270c0e677dd80 SHA512 
40531f2e7732a11ffc224c536f61adc48ce5699a7caebb8aa1fbe7536b5ca4ed66c8436420bc918f7538ef980818141888aa26390a5a2c8185c8cc57373a0ac1
 WHIRLPOOL 
f504106f33a031f9e578b5aa9992423ecc50fad88ec0b380e10284007d1271aeee10da494b32d9a3f7da5a012eeaadbbae2f91f0180ef0abcda9309942eb

diff --git a/sys-cluster/torque/metadata.xml b/sys-cluster/torque/metadata.xml
index b1e48d8659e..ce0da419e92 100644
--- a/sys-cluster/torque/metadata.xml
+++ b/sys-cluster/torque/metadata.xml
@@ -10,11 +10,13 @@
 Ian Stakenvicius
   
   
+Enable the AUTORUN_JOBS codebase
 Enable pbs_mom to use linux cgroups to isolate 
jobs
 Enable pbs_mom to utilize linux cpusets if 
available
 Enable the Distributed Resource Management Application 
API
 Enable authentication via munge
 Enable management of Nvidia GPUs
+Enable the QUICKCOMMIT codebase
 Enable compilation of pbs_server and pbs_sched
   
 

diff --git a/sys-cluster/torque/torque-6.0.1.ebuild 
b/sys-cluster/torque/torque-6.0.3.ebuild
similarity index 90%
rename from sys-cluster/torque/torque-6.0.1.ebuild
rename to sys-cluster/torque/torque-6.0.3.ebuild
index 81660c9a75b..74409b48eef 100644
--- a/sys-cluster/torque/torque-6.0.1.ebuild
+++ b/sys-cluster/torque/torque-6.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,19 +7,19 @@ inherit flag-o-matic eutils linux-info
 
 DESCRIPTION="Resource manager and queuing system based on OpenPBS"
 HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/torque;
-# TODO:  hopefully moving to github tags soon
-# http://www.supercluster.org/pipermail/torquedev/2013-May/004519.html
-SRC_URI="http://www.adaptivecomputing.com/index.php?wpfb_dl=3032 -> 
${P}.tar.gz"
+DISTFILEHASH="1485300822_19e79ad"
+SRC_URI="http://wpfilebase.s3.amazonaws.com/torque/${P}-${DISTFILEHASH}.tar.gz;
 
 LICENSE="torque-2.5"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cgroups cpusets +crypt doc drmaa kernel_linux libressl munge nvidia 
server +syslog tk"
+IUSE="autorun cgroups cpusets +crypt doc drmaa kernel_linux libressl munge 
nvidia quickcommit server +syslog tk"
 
 DEPEND_COMMON="
sys-libs/zlib
sys-libs/readline:0=

[gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/, media-gfx/graphite2/files/

2017-04-26 Thread Ian Stakenvicius
commit: 0608e06d87b35052fb08d47652a3016c4756c435
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Apr 27 02:26:43 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Apr 27 03:15:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0608e06d

media-gfx/graphite2: patch and revbump for security bug 616034

Applied the two patches mozilla backported to fix MFSA-2017-11 to 1.3.8-r1,
and 1.3.9-r1 as applicable.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...hite2-1.3.8-rule-length-test-overflow-fix.patch |  22 
 ...raphite2-1.3.9-increase-pDest-reservation.patch |  22 
 media-gfx/graphite2/graphite2-1.3.8-r1.ebuild  | 121 +
 media-gfx/graphite2/graphite2-1.3.9-r1.ebuild  | 120 
 4 files changed, 285 insertions(+)

diff --git 
a/media-gfx/graphite2/files/graphite2-1.3.8-rule-length-test-overflow-fix.patch 
b/media-gfx/graphite2/files/graphite2-1.3.8-rule-length-test-overflow-fix.patch
new file mode 100644
index 000..624442fbb16
--- /dev/null
+++ 
b/media-gfx/graphite2/files/graphite2-1.3.8-rule-length-test-overflow-fix.patch
@@ -0,0 +1,22 @@
+From 56157cf9845d13452068c297205f96b946126cc2 Mon Sep 17 00:00:00 2001
+From: Martin Hosken 
+Date: Mon, 4 Apr 2016 16:04:16 +0700
+Subject: [PATCH] Resolve rule length test overflow
+
+---
+ src/Pass.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Pass.cpp b/src/Pass.cpp
+index 7289406..1c9c73c 100644
+--- a/src/Pass.cpp
 b/src/Pass.cpp
+@@ -635,7 +635,7 @@ bool Pass::testPassConstraint(Machine & m) const
+ bool Pass::testConstraint(const Rule & r, Machine & m) const
+ {
+ const uint16 curr_context = m.slotMap().context();
+-if (unsigned(r.sort - r.preContext) > m.slotMap().size() - curr_context
++if (unsigned(r.sort + curr_context - r.preContext) > m.slotMap().size()
+ || curr_context - r.preContext < 0) return false;
+ 
+ vm::slotref * map = m.slotMap().begin() + curr_context - r.preContext;

diff --git 
a/media-gfx/graphite2/files/graphite2-1.3.9-increase-pDest-reservation.patch 
b/media-gfx/graphite2/files/graphite2-1.3.9-increase-pDest-reservation.patch
new file mode 100644
index 000..fdd7e7ec4f0
--- /dev/null
+++ b/media-gfx/graphite2/files/graphite2-1.3.9-increase-pDest-reservation.patch
@@ -0,0 +1,22 @@
+From 1ce331d5548b98ed8b818532b2556d6f2c7a3b83 Mon Sep 17 00:00:00 2001
+From: Martin Hosken 
+Date: Thu, 9 Mar 2017 22:04:04 +
+Subject: [PATCH] Ensure features have enough space. Fix from Mozilla
+
+---
+ src/FeatureMap.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/FeatureMap.cpp b/src/FeatureMap.cpp
+index b8c8405..83bd5f6 100644
+--- a/src/FeatureMap.cpp
 b/src/FeatureMap.cpp
+@@ -275,7 +275,7 @@ bool FeatureRef::applyValToFeature(uint32 val, Features & 
pDest) const
+ else
+   if (pDest.m_pMap!=_pFace->theSill().theFeatureMap())
+ return false;   //incompatible
+-pDest.reserve(m_index);
++pDest.reserve(m_index+1);
+ pDest[m_index] &= ~m_mask;
+ pDest[m_index] |= (uint32(val) << m_bits);
+ return true;

diff --git a/media-gfx/graphite2/graphite2-1.3.8-r1.ebuild 
b/media-gfx/graphite2/graphite2-1.3.8-r1.ebuild
new file mode 100644
index 000..d72cda42264
--- /dev/null
+++ b/media-gfx/graphite2/graphite2-1.3.8-r1.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+GENTOO_DEPEND_ON_PERL="no"
+inherit eutils perl-module python-any-r1 cmake-multilib
+
+DESCRIPTION="Library providing rendering capabilities for complex non-Roman 
writing systems"
+HOMEPAGE="http://graphite.sil.org/;
+SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris"
+IUSE="perl test"
+
+RDEPEND="
+   perl? ( dev-lang/perl:= )
+"
+DEPEND="${RDEPEND}
+   perl? (
+   dev-perl/Module-Build
+   dev-perl/Locale-Maketext-Lexicon
+   )
+   test? (
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/silgraphite
+   $(python_gen_any_dep '
+   dev-python/fonttools[${PYTHON_USEDEP}]
+   ')
+   ${PYTHON_DEPS}
+   perl? ( virtual/perl-Test-Simple )
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.5-includes-libs-perl.patch"
+   "${FILESDIR}/${PN}-1.3.8-rule-length-test-overflow-fix.patch"
+   "${FILESDIR}/${PN}-1.3.9-increase-pDest-reservation.patch"
+)
+
+pkg_setup() {
+   use perl && perl_set_version
+   use test && python-any-r1_pkg_setup
+}
+

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

2017-04-26 Thread Tim Harder
commit: d8044b2e09270090bc4b4e4c3e50a6a7a0fb5332
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 27 02:02:33 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 27 02:04:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8044b2e

media-sound/abcmidi: version bump to 2017.04.19

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

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index 4a3d1978daf..fb48a90a57d 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,3 +1,4 @@
 DIST abcMIDI-2016.09.25.zip 672254 SHA256 
730e8c5c11c4f6da996ee614e1f60c6e1d67a8ce82e5e75ceb74c976d5a06429 SHA512 
fa122a9fa4806057b1b7a4a457a5e5135e2192c219b235346bad6a4b76d8553604254b008ab04595e34d90ec4decd052d4eb4ae34f6c2871346b004448b3
 WHIRLPOOL 
29eaa87a06de1fdf30c9345c45bfd088d7a437b095deba6c0ac5951b090266bb8fc885e3d14d6fb696d1cd12c6f1dd51a3c821ef82876da06b9cd4797e0e624c
 DIST abcMIDI-2017.02.02.zip 549653 SHA256 
95f78749267711d0bf1de2bd5d9c202189c83cd4e3da54335780ac3b874c6df6 SHA512 
157db89bda7355a730ce8b8e18fcc1837df72753480a53518b0f670a352acf3d813665f2f6b64088b3696df215135f026cef0da0e1984a39fe07ad981f3df39a
 WHIRLPOOL 
2a5e923e150aab5455b7a66c21f4d86fdac78d9abf40ba943f83fec7d542a2a28e69f84c59deb8da029d836b32793d3cbd16da5a1e5b22107be0706f2e01bf32
 DIST abcMIDI-2017.04.10.zip 549926 SHA256 
7984ab285721fe9e822490bf19d428ccd267e4b88dd4364e26a89e1a2286e622 SHA512 
899b0c8f57cbb2cd45461ab86511e4be4f8d8c2016b1c4da5096c1e5ad578bade83998ec2bee2b466ba08c364fb9fec2b7d762397525139e7aeada9410cc0dd5
 WHIRLPOOL 
d122b8437cd36d100acd6195a2e71d47a767b6233d9eadcb5551231e4bef4d569289fcd51dd8fc84c0f877ecbc72d0b6fea04ce4f8f8945c3fef89cd74808f59
+DIST abcMIDI-2017.04.19.zip 550879 SHA256 
ed5c0e0cffb55a56fcf6cdbe037d819ad7028bc0822983f6988b5f78716447cc SHA512 
e58ea0b859a9e9e93fedfc5ab64a040c1e4afa0c37fabca0a0f7f5bdb7e0f92276f689b5342b893ba05772a33a7235458d31605c4a2bd36402a8cfcda746cf28
 WHIRLPOOL 
004ff61954ffaa790380281ffe42ef3a1d3f0a9efb05f01df10273895f824bcba7bcf439a783adad071503453f12da208127c2ec03d73343aff695a2b462f212

diff --git a/media-sound/abcmidi/abcmidi-2017.04.19.ebuild 
b/media-sound/abcmidi/abcmidi-2017.04.19.ebuild
new file mode 100644
index 000..adf33138050
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2017.04.19.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 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="http://ifdo.ca/~seymour/runabc/top.html;
+SRC_URI="http://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: media-sound/abcmidi/

2017-04-26 Thread Tim Harder
commit: 5d2c3cf0429bdd376454d54f255b1bdbc6d4b21b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 27 02:03:15 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 27 02:04:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2c3cf0

media-sound/abcmidi: remove old

 media-sound/abcmidi/Manifest  |  2 --
 media-sound/abcmidi/abcmidi-2016.09.25.ebuild | 40 ---
 media-sound/abcmidi/abcmidi-2017.02.02.ebuild | 40 ---
 3 files changed, 82 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index fb48a90a57d..11901fa48ac 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,4 +1,2 @@
-DIST abcMIDI-2016.09.25.zip 672254 SHA256 
730e8c5c11c4f6da996ee614e1f60c6e1d67a8ce82e5e75ceb74c976d5a06429 SHA512 
fa122a9fa4806057b1b7a4a457a5e5135e2192c219b235346bad6a4b76d8553604254b008ab04595e34d90ec4decd052d4eb4ae34f6c2871346b004448b3
 WHIRLPOOL 
29eaa87a06de1fdf30c9345c45bfd088d7a437b095deba6c0ac5951b090266bb8fc885e3d14d6fb696d1cd12c6f1dd51a3c821ef82876da06b9cd4797e0e624c
-DIST abcMIDI-2017.02.02.zip 549653 SHA256 
95f78749267711d0bf1de2bd5d9c202189c83cd4e3da54335780ac3b874c6df6 SHA512 
157db89bda7355a730ce8b8e18fcc1837df72753480a53518b0f670a352acf3d813665f2f6b64088b3696df215135f026cef0da0e1984a39fe07ad981f3df39a
 WHIRLPOOL 
2a5e923e150aab5455b7a66c21f4d86fdac78d9abf40ba943f83fec7d542a2a28e69f84c59deb8da029d836b32793d3cbd16da5a1e5b22107be0706f2e01bf32
 DIST abcMIDI-2017.04.10.zip 549926 SHA256 
7984ab285721fe9e822490bf19d428ccd267e4b88dd4364e26a89e1a2286e622 SHA512 
899b0c8f57cbb2cd45461ab86511e4be4f8d8c2016b1c4da5096c1e5ad578bade83998ec2bee2b466ba08c364fb9fec2b7d762397525139e7aeada9410cc0dd5
 WHIRLPOOL 
d122b8437cd36d100acd6195a2e71d47a767b6233d9eadcb5551231e4bef4d569289fcd51dd8fc84c0f877ecbc72d0b6fea04ce4f8f8945c3fef89cd74808f59
 DIST abcMIDI-2017.04.19.zip 550879 SHA256 
ed5c0e0cffb55a56fcf6cdbe037d819ad7028bc0822983f6988b5f78716447cc SHA512 
e58ea0b859a9e9e93fedfc5ab64a040c1e4afa0c37fabca0a0f7f5bdb7e0f92276f689b5342b893ba05772a33a7235458d31605c4a2bd36402a8cfcda746cf28
 WHIRLPOOL 
004ff61954ffaa790380281ffe42ef3a1d3f0a9efb05f01df10273895f824bcba7bcf439a783adad071503453f12da208127c2ec03d73343aff695a2b462f212

diff --git a/media-sound/abcmidi/abcmidi-2016.09.25.ebuild 
b/media-sound/abcmidi/abcmidi-2016.09.25.ebuild
deleted file mode 100644
index 6df2dd6cabf..000
--- a/media-sound/abcmidi/abcmidi-2016.09.25.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 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="http://ifdo.ca/~seymour/runabc/top.html;
-SRC_URI="http://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-2017.02.02.ebuild 
b/media-sound/abcmidi/abcmidi-2017.02.02.ebuild
deleted file mode 100644
index adf33138050..000
--- a/media-sound/abcmidi/abcmidi-2017.02.02.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 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="http://ifdo.ca/~seymour/runabc/top.html;
-SRC_URI="http://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: net-vpn/tor/

2017-04-26 Thread Anthony G. Basile
commit: 03b511d4fea0aff6b97157941df20c907b3fb220
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Apr 27 01:00:08 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Apr 27 01:00:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b511d4

net-vpn/tor: remove older unstable versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-vpn/tor/Manifest  |  2 --
 net-vpn/tor/tor-0.3.0.4_rc.ebuild | 74 ---
 net-vpn/tor/tor-0.3.0.5_rc.ebuild | 74 ---
 3 files changed, 150 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index e0bbad8532c..80684f0f7c2 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,5 +1,3 @@
 DIST tor-0.2.8.12.tar.gz 5331785 SHA256 
b35748f2839cf8ce9910b677ea873463495ac88689244c007ed038f6887f4aaf SHA512 
b0cfa34914208bbb28f74178a87ece2a320a44606a94c35de715548fc5a3517cd3d9bf27512d9efe2f1c4685620a62ed591927f828e72fe5ac0a1fffa543eb26
 WHIRLPOOL 
342db1479f7c03ac3569b8b3bd86ca315fa7eb23dbb0e22d6f4490d399175b70cd398fc140eb42609b3c9656083ac99a7b6ce8d1eaa30530b6e4a3c20a1177ce
 DIST tor-0.2.9.10.tar.gz 5557586 SHA256 
d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341 SHA512 
c18c4faf18406f04165136f0d70e6bc2896f3f02770beadaab5e7a99441d71b897ae3a14a046eaec99a1bd6d8ad7758b28f7d652588842b77621cdc95d4fb7e1
 WHIRLPOOL 
8a12ab4bd148c6cf57e4e21ae29ccff46b9f687a1646f4453b0ba312b97b78d0c2a428f3178f47e58ec012eb2edce53efff4e07d7f0418d7ccc4ded3856a84a0
-DIST tor-0.3.0.4-rc.tar.gz 5757770 SHA256 
32a7c0b322c61e15ce770f43715682f8b0be47844478387ddf8444cdf7c2f46f SHA512 
21b335a973c9958c6c832ca171ac5e94c78379e365e4564289a623f264f8daab30be874a083ca3867364a6008c3b447080fad940dbbbda73f0cd3bb0dbf17d08
 WHIRLPOOL 
af587ad1ce0c8fdac8eab65a9b7fb354abab700d967bddee9f2f647ffe7d630a5fd4cd0bb8f564ef62ccc2b482d87b83fe5f061da698504836ba997690417a10
-DIST tor-0.3.0.5-rc.tar.gz 5738882 SHA256 
622c9366d8b753da9192e037d0a13d2d87ffec25b5c606a3d73a2452976b43e0 SHA512 
5fa8ecb8eb1d9d27fa7dc99b4fe476a5f4ec2a27dd36bade42bc4ed3a5868f55fceca2566dadb0d527b1870892f07df48f1f878a39b8c0806730017c6eb2a5fb
 WHIRLPOOL 
83f21aac6f63aac8b3096af11f896dcdd812cd2c0adf94596ca3434d63fd454aa6d638a2f9de7bb2df8586309af1fd4d04aae9c194033aafa067c030324a
 DIST tor-0.3.0.6.tar.gz 5779422 SHA256 
a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14 SHA512 
33983f8c0a32fc32e5586cb1da9a99c93b0502eecfb9db289723b275543ea01168cf1dd335e4c1c42ccf7991dd1d584286e764c1881f7d6ece928bbd109781cc
 WHIRLPOOL 
12203d14683f3ac50c2aaa2d85da1758640ce1df8d2d0ebcd3d07411aec41eea3f443dc15c0e7a62dafabea6d1b206d06b39f97cf2b491430abd9adbe19dee77

diff --git a/net-vpn/tor/tor-0.3.0.4_rc.ebuild 
b/net-vpn/tor/tor-0.3.0.4_rc.ebuild
deleted file mode 100644
index b103e82a8ae..000
--- a/net-vpn/tor/tor-0.3.0.4_rc.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic readme.gentoo-r1 systemd versionator user
-
-MY_PV="$(replace_version_separator 4 -)"
-MY_PF="${PN}-${MY_PV}"
-DESCRIPTION="Anonymizing overlay network for TCP"
-HOMEPAGE="http://www.torproject.org/;
-SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
-   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
-S="${WORKDIR}/${MY_PF}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
-IUSE="libressl scrypt seccomp selinux systemd tor-hardening test web"
-
-DEPEND="
-   app-text/asciidoc
-   dev-libs/libevent[ssl]
-   sys-libs/zlib
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   scrypt? ( app-crypt/libscrypt )
-   seccomp? ( sys-libs/libseccomp )
-   systemd? ( sys-apps/systemd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-tor )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
-)
-
-DOCS=( README ChangeLog ReleaseNotes doc/HACKING )
-
-pkg_setup() {
-   enewgroup tor
-   enewuser tor -1 -1 /var/lib/tor tor
-}
-
-src_configure() {
-   econf \
-   --localstatedir="${EPREFIX}/var" \
-   --enable-system-torrc \
-   --enable-asciidoc \
-   $(use_enable scrypt libscrypt) \
-   $(use_enable seccomp) \
-   $(use_enable systemd) \
-   $(use_enable tor-hardening gcc-hardening) \
-   $(use_enable tor-hardening linker-hardening) \
-   $(use_enable web tor2web-mode) \
-   $(use_enable test unittests) \
-   $(use_enable test coverage)
-}
-
-src_install() {
-   default
-   readme.gentoo_create_doc
-
-   newconfd "${FILESDIR}"/tor.confd tor
-   newinitd "${FILESDIR}"/tor.initd-r8 tor
-   systemd_dounit contrib/dist/tor.service
-
-   keepdir /var/lib/tor
-
- 

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

2017-04-26 Thread Anthony G. Basile
commit: 55bc955a8dc2e443faf9d2a6db1047abca76aaa5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Apr 27 00:59:13 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Apr 27 01:00:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bc955a

net-vpn/tor: version bump to 0.3.0.6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-vpn/tor/Manifest   |  1 +
 net-vpn/tor/tor-0.3.0.6.ebuild | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 2350fafd7fe..e0bbad8532c 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -2,3 +2,4 @@ DIST tor-0.2.8.12.tar.gz 5331785 SHA256 
b35748f2839cf8ce9910b677ea873463495ac886
 DIST tor-0.2.9.10.tar.gz 5557586 SHA256 
d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341 SHA512 
c18c4faf18406f04165136f0d70e6bc2896f3f02770beadaab5e7a99441d71b897ae3a14a046eaec99a1bd6d8ad7758b28f7d652588842b77621cdc95d4fb7e1
 WHIRLPOOL 
8a12ab4bd148c6cf57e4e21ae29ccff46b9f687a1646f4453b0ba312b97b78d0c2a428f3178f47e58ec012eb2edce53efff4e07d7f0418d7ccc4ded3856a84a0
 DIST tor-0.3.0.4-rc.tar.gz 5757770 SHA256 
32a7c0b322c61e15ce770f43715682f8b0be47844478387ddf8444cdf7c2f46f SHA512 
21b335a973c9958c6c832ca171ac5e94c78379e365e4564289a623f264f8daab30be874a083ca3867364a6008c3b447080fad940dbbbda73f0cd3bb0dbf17d08
 WHIRLPOOL 
af587ad1ce0c8fdac8eab65a9b7fb354abab700d967bddee9f2f647ffe7d630a5fd4cd0bb8f564ef62ccc2b482d87b83fe5f061da698504836ba997690417a10
 DIST tor-0.3.0.5-rc.tar.gz 5738882 SHA256 
622c9366d8b753da9192e037d0a13d2d87ffec25b5c606a3d73a2452976b43e0 SHA512 
5fa8ecb8eb1d9d27fa7dc99b4fe476a5f4ec2a27dd36bade42bc4ed3a5868f55fceca2566dadb0d527b1870892f07df48f1f878a39b8c0806730017c6eb2a5fb
 WHIRLPOOL 
83f21aac6f63aac8b3096af11f896dcdd812cd2c0adf94596ca3434d63fd454aa6d638a2f9de7bb2df8586309af1fd4d04aae9c194033aafa067c030324a
+DIST tor-0.3.0.6.tar.gz 5779422 SHA256 
a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14 SHA512 
33983f8c0a32fc32e5586cb1da9a99c93b0502eecfb9db289723b275543ea01168cf1dd335e4c1c42ccf7991dd1d584286e764c1881f7d6ece928bbd109781cc
 WHIRLPOOL 
12203d14683f3ac50c2aaa2d85da1758640ce1df8d2d0ebcd3d07411aec41eea3f443dc15c0e7a62dafabea6d1b206d06b39f97cf2b491430abd9adbe19dee77

diff --git a/net-vpn/tor/tor-0.3.0.6.ebuild b/net-vpn/tor/tor-0.3.0.6.ebuild
new file mode 100644
index 000..b103e82a8ae
--- /dev/null
+++ b/net-vpn/tor/tor-0.3.0.6.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic readme.gentoo-r1 systemd versionator user
+
+MY_PV="$(replace_version_separator 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/;
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+IUSE="libressl scrypt seccomp selinux systemd tor-hardening test web"
+
+DEPEND="
+   app-text/asciidoc
+   dev-libs/libevent[ssl]
+   sys-libs/zlib
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( sys-libs/libseccomp )
+   systemd? ( sys-apps/systemd )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+)
+
+DOCS=( README ChangeLog ReleaseNotes doc/HACKING )
+
+pkg_setup() {
+   enewgroup tor
+   enewuser tor -1 -1 /var/lib/tor tor
+}
+
+src_configure() {
+   econf \
+   --localstatedir="${EPREFIX}/var" \
+   --enable-system-torrc \
+   --enable-asciidoc \
+   $(use_enable scrypt libscrypt) \
+   $(use_enable seccomp) \
+   $(use_enable systemd) \
+   $(use_enable tor-hardening gcc-hardening) \
+   $(use_enable tor-hardening linker-hardening) \
+   $(use_enable web tor2web-mode) \
+   $(use_enable test unittests) \
+   $(use_enable test coverage)
+}
+
+src_install() {
+   default
+   readme.gentoo_create_doc
+
+   newconfd "${FILESDIR}"/tor.confd tor
+   newinitd "${FILESDIR}"/tor.initd-r8 tor
+   systemd_dounit contrib/dist/tor.service
+
+   keepdir /var/lib/tor
+
+   fperms 750 /var/lib/tor
+   fowners tor:tor /var/lib/tor
+
+   insinto /etc/tor/
+   newins "${FILESDIR}"/torrc-r1 torrc
+}



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

2017-04-26 Thread Tim Harder
commit: 1902baa959330ef814812e7e36cbf673914827e8
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 27 00:53:26 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 27 00:54:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1902baa9

dev-python/munkres: version bump to 1.0.8

 dev-python/munkres/Manifest |  1 +
 dev-python/munkres/munkres-1.0.8.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/munkres/Manifest b/dev-python/munkres/Manifest
index 5c3274c9bf3..9ebe8f0696b 100644
--- a/dev-python/munkres/Manifest
+++ b/dev-python/munkres/Manifest
@@ -1 +1,2 @@
 DIST munkres-1.0.5.4.tar.gz 43050 SHA256 
105adad30659dbdf82815d3e12a74d4c01a3e0741d5ccbce194ee2ad4e5338d2 SHA512 
a2b1577b75f3099cae57750543c985ab60097d5fa70481d3c6d8394dd55d0d8f99aacf5db625be7fa12772e976cf34d4b51c7841c3a24ee9df8214a68aa66aed
 WHIRLPOOL 
de64e126d37a0d267c0048ba368ab58f34aa9ae0d41cc3a97019370d3c12b231bee206c0c0f87d28f22e4b4ac1c29cd054350522372574437b6a09204d1a6561
+DIST munkres-1.0.8.tar.gz 9277 SHA256 
185f1a9c4d2c31f2f19afa48bc2ec726c11e945eded4784d272da2fd49bf7a55 SHA512 
e0afda8b91e51d177b9e2dc66ccacce849649d1a7d0e756884ac030acf4080076aa428182c5e9366613ee16db338ba7dcd3c38977de0888781b1885f08cb8236
 WHIRLPOOL 
15647beb863b6a2eb52ef594457564a524f8a6c4a4287f522679a3e1abc334279a9d3b47d0e7611ebb6c37c0549220c323bb6c4811f2097105f47d43a538653b

diff --git a/dev-python/munkres/munkres-1.0.8.ebuild 
b/dev-python/munkres/munkres-1.0.8.ebuild
new file mode 100644
index 000..7e17d8551f4
--- /dev/null
+++ b/dev-python/munkres/munkres-1.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem"
+HOMEPAGE="https://pypi.python.org/pypi/munkres/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+python_test() {
+   "${PYTHON}" ${PN}.py || die
+}



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

2017-04-26 Thread Anthony G. Basile
commit: e491bddcc0f3db45b179b4067b8dd325acaceeba
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Apr 27 00:27:19 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Apr 27 00:28:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e491bddc

dev-libs/xapian-bindings: version bump to 1.4.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/xapian-bindings/Manifest  |   1 +
 .../xapian-bindings/xapian-bindings-1.4.4.ebuild   | 158 +
 2 files changed, 159 insertions(+)

diff --git a/dev-libs/xapian-bindings/Manifest 
b/dev-libs/xapian-bindings/Manifest
index 976d358eb49..5c3b351a319 100644
--- a/dev-libs/xapian-bindings/Manifest
+++ b/dev-libs/xapian-bindings/Manifest
@@ -1,3 +1,4 @@
 DIST xapian-bindings-1.2.22.tar.xz 844040 SHA256 
b15ca7984980a1d2aedd3378648ef5f3889cb39a047bac1522a8e5d04f0a8557 SHA512 
0eec204ebb92f1230b9dbd080ad2b56ea5fa8e6170eb4354556e5790c7a7da7ba4c8475aaf86fb8f10f102a461d91590184271220626315f55c0631e73e122e0
 WHIRLPOOL 
05ac5b31d73f9de0c101da832ef289f6a505baa68216eba6fa0cf80df1709feef7e42c7b8f4cf9af35f775e8514c6d4b944c2aceb10bc558a83305a637ce
 DIST xapian-bindings-1.2.24.tar.xz 886148 SHA256 
0c2a0df0a4616e2bd8e578d372c9bb4684780573abebbd1ac515502177229965 SHA512 
aaedac02ec9fb192ef8b45b07bef5584bc60aff7068c2e3fa0008430ed8296a653780cad04176431d81fe014802df333a3090469dce63204923eead15e6bbaef
 WHIRLPOOL 
996b960727a79dbe669ae8139863c3896c6efdbe781177098d00960982b86a43739433c69db32e62b6660dd4751736d859f5d950d26d6b635c310c35d75a8a0f
 DIST xapian-bindings-1.4.3.tar.xz 1114408 SHA256 
65b5455bf81e4f39fda49a6ad99353b05889d11d7c4c2cae001a0a1e0dac0d87 SHA512 
a01ffd8d7051040983d2270f0631a3c3d99f8e9a6fa7d2d70d5be10774ccc1356d2b93d0d9ca8764388c8616ca6dba361d0def9ae262d1836cddd95f9188eb44
 WHIRLPOOL 
966a12bcbb7bd2fd9fa7d0f797313ca6f6a1a061fc174d927026b1afa2cd93c15909887590bba4b463d56b2cbb745219ed1652ae22cd61e7f7dd48ff16a11ff2
+DIST xapian-bindings-1.4.4.tar.xz 1117140 SHA256 
3b323eac41c42750b7dacc9319b1477a7c1b552c95f590127643dee3b44d8a39 SHA512 
006e771b3ea654130b4f76f1a1caee576fd5a3fa6317ca44f1e5483671e8c83073ecbde4f3fc7f84c75590eec53acb59701af4cf9bcd72355ed9d53924492b53
 WHIRLPOOL 
6932654e8fb4feea2de6db9f58273ab1fd253e0a90992377224c94a671979e102992052396fc319a5a3a8b3122d6a12d43a4bcd73e81e9dfc2b1a3b04838beae

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild
new file mode 100644
index 000..52aa1bece6c
--- /dev/null
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_REQ_USE="threads(+)"
+
+USE_PHP="php5-6"
+
+PHP_EXT_NAME="xapian"
+PHP_EXT_INI="yes"
+PHP_EXT_OPTIONAL_USE="php"
+
+inherit distutils-r1 libtool java-pkg-opt-2 mono-env php-ext-source-r2 
toolchain-funcs
+
+DESCRIPTION="SWIG and JNI bindings for Xapian"
+HOMEPAGE="http://www.xapian.org/;
+SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="java lua mono perl php python ruby tcl"
+REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )"
+
+COMMONDEPEND="dev-libs/xapian:0/30
+   lua? ( dev-lang/lua:= )
+   perl? ( dev-lang/perl:= )
+   python? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )
+   ruby? ( dev-lang/ruby:= )
+   tcl? ( dev-lang/tcl:= )
+   mono? ( dev-lang/mono )"
+DEPEND="${COMMONDEPEND}
+   virtual/pkgconfig
+   java? ( >=virtual/jdk-1.6 )"
+RDEPEND="${COMMONDEPEND}
+   java? ( >=virtual/jre-1.6 )"
+
+pkg_setup() {
+   use mono && mono-env_pkg_setup
+   use java && java-pkg-opt-2_pkg_setup
+}
+
+src_prepare() {
+   use java && java-pkg-opt-2_src_prepare
+
+   # http://trac.xapian.org/ticket/702
+   export XAPIAN_CONFIG="/usr/bin/xapian-config"
+
+   # Accept ruby 2.0 - patch configure directly to avoid autoreconf
+   epatch "${FILESDIR}"/${PN}-1.3.6-allow-ruby-2.0.patch
+
+   if use python; then
+   python_copy_sources
+   fi
+}
+
+src_configure() {
+   local conf=(
+   --disable-documentation
+   --without-csharp
+   --without-python
+   --without-python3
+   )
+
+   if use java; then
+   export CXXFLAGS="${CXXFLAGS} $(java-pkg_get-jni-cflags)"
+   conf+=( --with-java )
+   fi
+
+   if use perl; then
+   export PERL_ARCH="$(perl -MConfig -e 'print 
$Config{installvendorarch}')"
+   export PERL_LIB="$(perl -MConfig -e 'print 
$Config{installvendorlib}')"
+   conf+=( --with-perl )
+   fi
+
+   if use lua; then
+   export LUA_LIB="$($(tc-getPKG_CONFIG) 

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

2017-04-26 Thread Anthony G. Basile
commit: d5e30946024efcf46af1741cb7fd3565dfbb7ad5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Apr 26 19:58:24 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Apr 27 00:28:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e30946

dev-libs/xapian: version bump to 1.4.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/xapian/Manifest|  1 +
 dev-libs/xapian/xapian-1.4.4.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/dev-libs/xapian/Manifest b/dev-libs/xapian/Manifest
index 6d997ea2b31..80a59f1e918 100644
--- a/dev-libs/xapian/Manifest
+++ b/dev-libs/xapian/Manifest
@@ -1,3 +1,4 @@
 DIST xapian-core-1.2.22.tar.xz 3204096 SHA256 
269b87ca3faf79d444e8bb82ed58a96f1955008d7702f9966dec68608588527f SHA512 
cb6bd565eb307f9bc8f801fc9cda0cc6ad5d7cb8bf0af2ab6e42d48ca4ea4169f08621db810ab87d15957d0f873bcb0336e16b12fdb6026375d9c0192781e0d6
 WHIRLPOOL 
580c16889a6c3e99a00f8bb791f878a08ff3522c3dffb18ace18d54575247332f0fff8866f46475513dde7544205fe08971cbd284ec3714ce0d6b9b445e8746e
 DIST xapian-core-1.2.24.tar.xz 3210192 SHA256 
57a82717ba07e9777958b6ef48d94b81ea41ac4c74d544f74da597fab1e1f87b SHA512 
1f8ae5848f94b5f0bee03024f12ae8c336b6d85e58f7b36e885fe604f9fb962c0525e1f44e6cfcd183e811226c61b23f0f2fcc35c7d2e63544b19347a0f96c80
 WHIRLPOOL 
fef6db7f393d4563828e1650eecd02e30d37f5837042b6a8992cfddb962593675f9c3af4eb5d387db71f99468235905bdbe5666f91975b260cb649fd422425ae
 DIST xapian-core-1.4.3.tar.xz 2805964 SHA256 
7d5295511ca2de70463a29e75f6a2393df5dc1485bf33074b778c66e1721e475 SHA512 
f8da535c298a07828998d12a10c049eadcfbc36adf93c0744565bd6b4c7c49f4df3f402e50fb4abbe9384ccaeaf3499cce53bea90bf57d677ee5124e8621c74c
 WHIRLPOOL 
c36c97018ca7488229494583c42faea49a85d3b956947d7f0c0a106a1f870ef5458d45a37ddad7a96157a71d3bea0403f3c10a0c36f931c0ee0395e18c34fd1c
+DIST xapian-core-1.4.4.tar.xz 2807952 SHA256 
a6a985a9841a452d75cf2169196b7ca6ebeef27da7c607078cd401ad041732d9 SHA512 
dc88bab1d82c68b29d51c2113319ddb5d16840f3544b9d5fcc7a3671f97d58f16ddff58b865ad3521ea778cbaacf73fe7346bb514a1275f1f739283a4128d001
 WHIRLPOOL 
f1b89b0a5ad47111eb4fe068a5aee29033b694fdd6405041972ebfcc81333662ce74bfc0251a37be9a0d04d7cc232681173e1443840277eedac814b46d9bc728

diff --git a/dev-libs/xapian/xapian-1.4.4.ebuild 
b/dev-libs/xapian/xapian-1.4.4.ebuild
new file mode 100644
index 000..77434bc068b
--- /dev/null
+++ b/dev-libs/xapian/xapian-1.4.4.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils multilib-minimal
+
+MY_P="${PN}-core-${PV}"
+
+DESCRIPTION="Xapian Probabilistic Information Retrieval library"
+HOMEPAGE="http://www.xapian.org/;
+SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/30" # ABI version of libxapian.so
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert 
+inmemory"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="inmemory? ( chert )"
+
+S="${WORKDIR}/${MY_P}"
+
+multilib_src_configure() {
+   local myconf=""
+
+   if use cpu_flags_x86_sse2; then
+   myconf="${myconf} --enable-sse=sse2"
+   else
+   if use cpu_flags_x86_sse; then
+   myconf="${myconf} --enable-sse=sse"
+   else
+   myconf="${myconf} --disable-sse"
+   fi
+   fi
+
+   myconf="${myconf} $(use_enable static-libs static)"
+
+   use glass || myconf="${myconf} --disable-backend-glass"
+   use chert || myconf="${myconf} --disable-backend-chert"
+   use inmemory || myconf="${myconf} --disable-backend-inmemory"
+
+   myconf="${myconf} --enable-backend-remote --program-suffix="
+
+   ECONF_SOURCE=${S} econf $myconf
+}
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/xapian/postingsource.h
+   /usr/include/xapian/attributes.h
+   /usr/include/xapian/valuesetmatchdecider.h
+   /usr/include/xapian/version.h
+   /usr/include/xapian/version.h
+   /usr/include/xapian/types.h
+   /usr/include/xapian/positioniterator.h
+   /usr/include/xapian/registry.h
+)
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+}
+
+multilib_src_install_all() {
+   # bug #573466
+   ln -sf "${D}usr/bin/xapian-config" "${D}usr/bin/xapian-config-1.3"
+
+   use doc || rm -rf "${D}usr/share/doc/xapian-core-${PV}"
+
+   dodoc AUTHORS HACKING PLATFORMS README NEWS
+
+   prune_libtool_files --all
+}
+
+multilib_src_test() {
+   emake check VALGRIND=
+}



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

2017-04-26 Thread Anthony G. Basile
commit: 25d415e44016215cbdee3ef90a46d019925981ff
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Apr 26 21:36:35 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Apr 27 00:28:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d415e4

app-text/xapian-omega: version bump to 1.4.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/xapian-omega/Manifest  |  1 +
 app-text/xapian-omega/xapian-omega-1.4.4.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
index acad05556d7..cdf348d5a1a 100644
--- a/app-text/xapian-omega/Manifest
+++ b/app-text/xapian-omega/Manifest
@@ -1,3 +1,4 @@
 DIST xapian-omega-1.2.22.tar.xz 437556 SHA256 
a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b SHA512 
c90ef3658cfb7f0337aa946ad04a7173d0aa89e5179c8b9edbfd78156c11d93d6a9ef6055142d26ecd95af8b0cbdf3b061e505c75f37f5e1e3b2ffc272fbaa3b
 WHIRLPOOL 
fa500c681fe1c8b82c3d469183ce987b38cd91f110ed1cd7b4e5372525a503c28e310abb15afc31892f2fa4fbd8e74bce07c1b618996541500b3f8d114b06920
 DIST xapian-omega-1.2.24.tar.xz 438104 SHA256 
45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 SHA512 
df483ed1410ca04df3b1ec4248442c91b03bd407737d022e494ffe3e14d62a41ee73b27114a979f59825e0ea2f2d16e0eea3c518a8db0094d697f0093e21f6a7
 WHIRLPOOL 
af7a01659a48cf63a63dfe231cd39bc9d1dabb4e3e097262d21b73d3b99145ba3fe348c3126103dc3c91f4b9a2a1a61c1a4a80b0a0830580bcdf1b5a0cd8c393
 DIST xapian-omega-1.4.3.tar.xz 498856 SHA256 
2eea0344a0703ba379d845b86d08a9c2e9faf0deb21834d9ea6939b712c6216e SHA512 
4d74a45e868eccbe18e5d4230b85c1a1f67fa9847b97cb7c367ece5f1a4e054fdfbdfbbe7600e0598253f022089be06bdca3d15f1655335c0985794b5ba9f040
 WHIRLPOOL 
c380a6406c7a117bada21aaf85a6340cf62102bec28b370a8ad7b7b6d599db444728507edb483e55bea2526c724a8aae35f179632601e77b457c4a3ed87acbaa
+DIST xapian-omega-1.4.4.tar.xz 501712 SHA256 
14dd790b94b828b457120439886bb5de59ccb5d7a8cefcdcf47daba5817e895e SHA512 
927c6afe24f8a13018fcc233e874c71c0912cb6200094f7246c12b4175bc48d752312e57128a314e7674a948a50ef092dd7f2dc8910db7df8f3ccf9c44f38533
 WHIRLPOOL 
ef061913e5997bab155979e75ffe3ada19384f58e2c75c8cd5957bfae0eada5b8f110b79f63e45b28499222395500d923828c43e3890e11bc248689e43d8ae85

diff --git a/app-text/xapian-omega/xapian-omega-1.4.4.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.4.ebuild
new file mode 100644
index 000..d49ca33f6fd
--- /dev/null
+++ b/app-text/xapian-omega/xapian-omega-1.4.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI 
search frontend"
+SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz;
+HOMEPAGE="http://www.xapian.org/;
+S="${WORKDIR}/xapian-omega-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/xapian:0/30
+   dev-lang/perl
+   dev-libs/libpcre
+   sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_install () {
+   emake DESTDIR="${D}" install
+
+   # Protect /etc/omega.conf
+   echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega
+   doenvd "${T}"/20xapian-omega
+   dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+
+   # Directory containing Xapian databases:
+   keepdir /var/lib/omega/data
+
+   # Directory containing OmegaScript templates:
+   keepdir /var/lib/omega/templates
+   mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die
+
+   # Directory to write Omega logs to:
+   keepdir /var/log/omega
+
+   # Directory containing any cdb files for the $lookup OmegaScript 
command:
+   keepdir /var/lib/omega/cdb
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Serializer/

2017-04-26 Thread Michael Orlitzky
commit: c9b4072e5c557567a3dd2feed97aaef40e21bfc6
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Apr 27 00:24:49 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Apr 27 00:24:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b4072e

dev-php/PEAR-XML_Serializer: stabilize remaining arches (ALLARCHES policy).

Gentoo-Bug: 616494

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0-r1.ebuild 
b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0-r1.ebuild
index c480c40c072..14148c4840d 100644
--- a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0-r1.ebuild
+++ b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0-r1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="Swiss-army knife for reading and writing XML files"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="examples test"
 
 RDEPEND="dev-lang/php:*[xml]



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Serializer/

2017-04-26 Thread Michael Orlitzky
commit: e9b872ad128898b17d0cca9ec1e3f9d9b229560b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Apr 27 00:26:00 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Apr 27 00:26:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b872ad

dev-php/PEAR-XML_Serializer: remove unused versions.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-XML_Serializer/Manifest   |  1 -
 .../PEAR-XML_Serializer-0.20.2.ebuild  | 18 
 .../PEAR-XML_Serializer-0.21.0.ebuild  | 24 --
 3 files changed, 43 deletions(-)

diff --git a/dev-php/PEAR-XML_Serializer/Manifest 
b/dev-php/PEAR-XML_Serializer/Manifest
index 2f5f10fe91d..a604ca7be2b 100644
--- a/dev-php/PEAR-XML_Serializer/Manifest
+++ b/dev-php/PEAR-XML_Serializer/Manifest
@@ -1,2 +1 @@
-DIST XML_Serializer-0.20.2.tgz 35634 SHA256 
4572ff0cedfd39f55b778e1b74b4c50010a8a354be4928d923464242d8dd16bf SHA512 
9ccc4dd22796a8993ee150fca777dec827e5aaa9d639d4aadc62e00d161c677f4ed6e73ced28e9b7f21456f0eac6693ba991d42fcb32df1aaa3d0291c3dd3870
 WHIRLPOOL 
b9c1f1671e5b81e372e393d796b2484b8d506ff14441bd5019b230b4f286441d9dd6e3f0640a119cbcd04c3a775c1fb18fbb7428dafb96fe14bea53234d1145d
 DIST XML_Serializer-0.21.0.tgz 33362 SHA256 
167d299a9dfe897a1c6d6672353fdce40c6c00e7866c46a7e8811507b3ee1c32 SHA512 
f547fc92d5b102681229c8c8830ca8201ba529c06a720ad761f2c3cedd757d858711c3d8b0dbd2f88b0815758561acc297cee002162bdee6002c1c7310c8f67a
 WHIRLPOOL 
de49b3b95225904a8646c8d83bec2ad08267ec1b565db3a250ccae8798a4be1515592c8874adb24d618c5f3331b47881429cf3e5b30ff1421bbf3af5dbd27f77

diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild 
b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild
deleted file mode 100644
index 4661684e4c0..000
--- a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.20.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit php-pear-r1
-
-DESCRIPTION="Swiss-army knife for reading and writing XML files"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/php[xml]"
-RDEPEND="${DEPEND}
-   >=dev-php/PEAR-XML_Parser-1.2.7
-   >=dev-php/PEAR-XML_Util-1.1.1-r1
-   "

diff --git a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0.ebuild 
b/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0.ebuild
deleted file mode 100644
index 82f13dec1f4..000
--- a/dev-php/PEAR-XML_Serializer/PEAR-XML_Serializer-0.21.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit php-pear-r1
-
-DESCRIPTION="Swiss-army knife for reading and writing XML files"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="test"
-
-COMMON_DEPEND="dev-lang/php:*[xml]"
-
-RDEPEND="${COMMON_DEPEND}
-   >=dev-php/PEAR-XML_Parser-1.2.7
-   >=dev-php/PEAR-XML_Util-1.1.1-r1
-   "
-DEPEND="${COMMON_DEPEND} test? ( ${RDEPEND} )"
-
-src_test() {
-   peardev run-tests -r || die
-}



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

2017-04-26 Thread Andreas Hüttel
commit: d78b0e6958f81138438c7560294809a874b3dbac
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Apr 26 23:41:31 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Apr 26 23:41:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78b0e69

package.mask: Remove obsolete dev-perl/File-DirWalk mask

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c5fa19cdce9..83986bfea34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -170,11 +170,6 @@ sys-firmware/amdgpu-ucode
 # upstream and downstream. Removal in 30 days. Bug #611592.
 dev-python/edpwd
 
-# Andreas K. Hüttel  (24 Mar 2017)
-# Tests fail recently, module is abandoned, upstream does
-# not respond, no revdeps. Removal in 30 days. Bug 603918.
-dev-perl/File-DirWalk
-
 # Lars Wendler  (24 Mar 2017)
 # Masked until Mozilla and Chrome agreed how to handle
 # Symantec trust issues properly (bug #613714)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-DirWalk/files/, dev-perl/File-DirWalk/

2017-04-26 Thread Andreas Hüttel
commit: 059f696a581890c78a7ee0ae447d8c8e21c9c905
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Apr 26 23:40:40 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Apr 26 23:40:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059f696a

dev-perl/File-DirWalk: remove, bug 603918

 .../File-DirWalk/File-DirWalk-0.400.0-r1.ebuild| 16 
 dev-perl/File-DirWalk/File-DirWalk-0.500.0.ebuild  | 30 --
 dev-perl/File-DirWalk/Manifest |  2 --
 .../files/File-DirWalk-0.500.0-qw-list.patch   | 12 -
 dev-perl/File-DirWalk/metadata.xml | 12 -
 5 files changed, 72 deletions(-)

diff --git a/dev-perl/File-DirWalk/File-DirWalk-0.400.0-r1.ebuild 
b/dev-perl/File-DirWalk/File-DirWalk-0.400.0-r1.ebuild
deleted file mode 100644
index 2a872c99941..000
--- a/dev-perl/File-DirWalk/File-DirWalk-0.400.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JENSL
-MODULE_VERSION=0.4
-inherit perl-module
-
-DESCRIPTION="File::DirWalk - walk through a directory tree and run own code"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc sparc x86"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/File-DirWalk/File-DirWalk-0.500.0.ebuild 
b/dev-perl/File-DirWalk/File-DirWalk-0.500.0.ebuild
deleted file mode 100644
index f407b49728c..000
--- a/dev-perl/File-DirWalk/File-DirWalk-0.500.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JENSL
-DIST_VERSION=0.5
-inherit perl-module
-
-DESCRIPTION="File::DirWalk - walk through a directory tree and run own code"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=virtual/perl-Carp-1.80.0
-   >=virtual/perl-File-Spec-3.250.100
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.360.0
-   test? (
-   >=dev-perl/Test-Exception-0.270.0
-   >=virtual/perl-Test-Simple-0.720.0
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-qw-list.patch"
-)

diff --git a/dev-perl/File-DirWalk/Manifest b/dev-perl/File-DirWalk/Manifest
deleted file mode 100644
index e1f61ea08cb..000
--- a/dev-perl/File-DirWalk/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST File-DirWalk-0.4.tar.gz 5864 SHA256 
f5fcd1c043c78ad726b4d17b3fa04a3a33700829d800432708892da5a7f427ff SHA512 
f86fc39afcebbb359920471b420446cfe478057242eba412c8b9675f4fc01d10293706037bd6e6a3b9733abf06e1c6ed46250c777d5c487ce9a5a00e6a8bf613
 WHIRLPOOL 
86e65dbd8b2a2d519033109e41e1be79fa77356194fefa27652866ee1bfc2f0061e61d57412813ad07d1c5d4741325e1441144a0edf08f2efb116d23aba4c745
-DIST File-DirWalk-0.5.tar.gz 16649 SHA256 
0ff9658579497aa37796daf0179e2e4ad581ee6b8b3628e000b548dc3a2224db SHA512 
7f5329725035b7ae70ead89c25e01d026a16a30a02919570c533f22261791d511577e100684cc3099698cbba4e5809f0edba3520f6d70d007450ab7a0dafad8f
 WHIRLPOOL 
fcdd696fad941f9aeac9ae5324a13384ca891d1dadcb2307779914d594736bceda5cc3f897c6052e63da0bfc9976e5068f72ad9a483f2b400d03a0f9723937c6

diff --git a/dev-perl/File-DirWalk/files/File-DirWalk-0.500.0-qw-list.patch 
b/dev-perl/File-DirWalk/files/File-DirWalk-0.500.0-qw-list.patch
deleted file mode 100644
index d78c1a19824..000
--- a/dev-perl/File-DirWalk/files/File-DirWalk-0.500.0-qw-list.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN File-DirWalk-0.5.orig/t/2.t File-DirWalk-0.5/t/2.t
 File-DirWalk-0.5.orig/t/2.t2013-03-10 18:13:51.0 +0100
-+++ File-DirWalk-0.5/t/2.t 2016-12-28 12:42:38.523599947 +0100
-@@ -9,7 +9,7 @@
- ok(-e "t/");
- ok(-d "t/");
- 
--foreach my $f qw(1.t 2.t 3.t 4.t) {
-+foreach my $f (qw(1.t 2.t 3.t 4.t)) {
-   $dw = new File::DirWalk();
-   $dw->setDepth(1);
- 

diff --git a/dev-perl/File-DirWalk/metadata.xml 
b/dev-perl/File-DirWalk/metadata.xml
deleted file mode 100644
index db5d8939556..000
--- a/dev-perl/File-DirWalk/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-p...@gentoo.org
-Gentoo Perl Project
-  
-  
-File-DirWalk
-File::DirWalk
-  
-



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

2017-04-26 Thread Tim Harder
commit: 01194787f2f4a4e7ad0b0b866ca332908c8b836b
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Apr 26 21:34:19 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Apr 26 21:35:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01194787

app-admin/lnav: version bump to 0.8.2

 app-admin/lnav/Manifest  |  1 +
 app-admin/lnav/lnav-0.8.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-admin/lnav/Manifest b/app-admin/lnav/Manifest
index d4c1efdc78d..2f1eb7c46d8 100644
--- a/app-admin/lnav/Manifest
+++ b/app-admin/lnav/Manifest
@@ -1,2 +1,3 @@
 DIST lnav-0.7.1.tar.gz 460627 SHA256 
4068ad4b45651146a5568c7bbb0585e35f62fdfa7dd983c0047fceee4bb49fb3 SHA512 
3732b1df2b87ac30090b4e4f183d65beba5d074d071cd67ef6acdd9614951001548cd07b0e373158a1365989b1f2767c82225730b9c3ff09f7d56b1e4bcfd708
 WHIRLPOOL 
fd88de5085829f3e36efa4a80734030eb8483b36e2133c9845fcc0472dab878e276ea393f732872c6ee6d03e7a2d3c9a30f500b2991d7d7d89631d0ff016d464
 DIST lnav-0.8.1.tar.gz 616105 SHA256 
db942abccdb5327d7594ca9e32e0b44802790fad8577bdbed44f81220fd62153 SHA512 
b3514834f42ed647f40c501ad22b68a52755b0c8a558d29305c357b39e598c1386ec9e37d71e8b7e2b5833df41e5f7f398b50b84611d3e6accfb2feb2cdba952
 WHIRLPOOL 
41f732389bd7d2e5c2edcf6feacdfa2b3cd001d6f59eaa2357be7cf1457448a7430b9829ba324bbfbd961189a8b431ff0e96d2756d88803efe9f89fbdc8f6e8b
+DIST lnav-0.8.2.tar.gz 693219 SHA256 
0f6a235aa3719f84067d510127730f5834a8874795494c9292c2f0de43db8c70 SHA512 
75c7014e013567e9a0ee78e28a6648d756de7cba3c103b10ddb974c61066db3a1c2efbd14636cb3729bd7c6a4ab534d1999d44e127b8a6728d12bd5be23f30c4
 WHIRLPOOL 
b464e3b00beec18979f40b6790215c1923b65d8e57abdd81affca91afd99ac6371ac814048fd2a09487f663ff894f8ae20cdddb08ba53d7aba9990b0c7d9f0b2

diff --git a/app-admin/lnav/lnav-0.8.2.ebuild b/app-admin/lnav/lnav-0.8.2.ebuild
new file mode 100644
index 000..c7ce22bb4de
--- /dev/null
+++ b/app-admin/lnav/lnav-0.8.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A curses-based tool for viewing and analyzing log files"
+HOMEPAGE="http://lnav.org;
+SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="unicode"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-db/sqlite:3
+   dev-libs/libpcre[cxx]
+   >=net-misc/curl-7.23.0
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0=
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_with unicode ncursesw)
+}



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

2017-04-26 Thread Tim Harder
commit: 2f19052580897710a08f945640d464d12dfa99bc
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Apr 26 21:34:48 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Apr 26 21:35:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f190525

app-admin/lnav: remove old

 app-admin/lnav/Manifest  |  1 -
 app-admin/lnav/lnav-0.7.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-admin/lnav/Manifest b/app-admin/lnav/Manifest
index 2f1eb7c46d8..a7a2d62e6fd 100644
--- a/app-admin/lnav/Manifest
+++ b/app-admin/lnav/Manifest
@@ -1,3 +1,2 @@
-DIST lnav-0.7.1.tar.gz 460627 SHA256 
4068ad4b45651146a5568c7bbb0585e35f62fdfa7dd983c0047fceee4bb49fb3 SHA512 
3732b1df2b87ac30090b4e4f183d65beba5d074d071cd67ef6acdd9614951001548cd07b0e373158a1365989b1f2767c82225730b9c3ff09f7d56b1e4bcfd708
 WHIRLPOOL 
fd88de5085829f3e36efa4a80734030eb8483b36e2133c9845fcc0472dab878e276ea393f732872c6ee6d03e7a2d3c9a30f500b2991d7d7d89631d0ff016d464
 DIST lnav-0.8.1.tar.gz 616105 SHA256 
db942abccdb5327d7594ca9e32e0b44802790fad8577bdbed44f81220fd62153 SHA512 
b3514834f42ed647f40c501ad22b68a52755b0c8a558d29305c357b39e598c1386ec9e37d71e8b7e2b5833df41e5f7f398b50b84611d3e6accfb2feb2cdba952
 WHIRLPOOL 
41f732389bd7d2e5c2edcf6feacdfa2b3cd001d6f59eaa2357be7cf1457448a7430b9829ba324bbfbd961189a8b431ff0e96d2756d88803efe9f89fbdc8f6e8b
 DIST lnav-0.8.2.tar.gz 693219 SHA256 
0f6a235aa3719f84067d510127730f5834a8874795494c9292c2f0de43db8c70 SHA512 
75c7014e013567e9a0ee78e28a6648d756de7cba3c103b10ddb974c61066db3a1c2efbd14636cb3729bd7c6a4ab534d1999d44e127b8a6728d12bd5be23f30c4
 WHIRLPOOL 
b464e3b00beec18979f40b6790215c1923b65d8e57abdd81affca91afd99ac6371ac814048fd2a09487f663ff894f8ae20cdddb08ba53d7aba9990b0c7d9f0b2

diff --git a/app-admin/lnav/lnav-0.7.1.ebuild b/app-admin/lnav/lnav-0.7.1.ebuild
deleted file mode 100644
index 4a18f058655..000
--- a/app-admin/lnav/lnav-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A curses-based tool for viewing and analyzing log files"
-HOMEPAGE="http://lnav.org;
-SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-RDEPEND="
-   app-arch/bzip2
-   dev-db/sqlite:3
-   dev-libs/libpcre[cxx]
-   sys-libs/ncurses[unicode?]
-   sys-libs/readline:0
-   sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-utils/

2017-04-26 Thread William Hubbs
commit: f21161ddce3ee1a06be0c9d9c65673c2a9455881
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 20:51:50 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21161dd

sys-apps/s6-linux-utils: 2.3.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/s6-linux-utils/Manifest   |  1 +
 .../s6-linux-utils/s6-linux-utils-2.3.0.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/s6-linux-utils/Manifest b/sys-apps/s6-linux-utils/Manifest
index c48715ad7c9..997dee1c7fe 100644
--- a/sys-apps/s6-linux-utils/Manifest
+++ b/sys-apps/s6-linux-utils/Manifest
@@ -1,3 +1,4 @@
 DIST s6-linux-utils-2.0.2.3.tar.gz 40050 SHA256 
f959ffb9bb79865018becc6664d29faef22cb747a43db252879e11886b1b8cc3 SHA512 
10d919c67036dbd57ed8d0e2ba46e1957c621414cae2326c2c696a27b46496d928aa768465236585ed8be279a2866cc9a519f9feb51b9757f999e9b8b80faf2d
 WHIRLPOOL 
7c5515d65fc2f5db1a0b14abedfd2ea462e621a6a16200da162487b0a57d1adce6f5ecc034524b1e8f066e531413f5a9c528187dee38b1980d3826a3a970d6c8
 DIST s6-linux-utils-2.1.0.0.tar.gz 40996 SHA256 
3523ba84ba524198711b2de3edaaf620381a4e95d78ec6d13dcb7aba42397ead SHA512 
a2bd997334b69c7d864ea14dd27af7b62c8a7b6ccf8f9431ed87f46590546e540a06577f04d2cf3e52299cd9819a31e926326862d751b8528bc98ec2f4e93913
 WHIRLPOOL 
3718fc4260b3ea1fe04d8b05021ce1a8ad2b1099e780da646df53d7174cabbe536c2e366f2b725a049258bcc057cdf9e226bd81a0fe575ad184f3df866112847
 DIST s6-linux-utils-2.2.0.0.tar.gz 40863 SHA256 
587745abfbf2cc631bb54dd2b3fd29f39b723e3c50e28165138a85c98fda35f9 SHA512 
5d0fcd29f7a03146b5296d7164326f76af95a8632df4204021d9ae30b1f03590e7f25d410f07639cf741a455f9624f9410b2e7836ae6838916da50be1527ae7f
 WHIRLPOOL 
49f3ff3882100cc0176915bcc17f824b7b49c0e2bef8037c0643b1bf6e88df2221d5cdd8144110e03631433d80a0d35283b3fa8d338c3ecf2681c756c193280a
+DIST s6-linux-utils-2.3.0.0.tar.gz 40377 SHA256 
6189d77bf4111d5cb80f7fd60525b2eeca5d2b3a9b16ccadacc7333da7b40c84 SHA512 
09e5744f6ac35d33c9c61ffc0ae6c8697e5d1816e5bd83e2dd4385d54a8f6da9c43fe2b1cb1cacba6f30a53cd7d9487a12b44028b20b110c74d6c3016d0511a1
 WHIRLPOOL 
9747bd1f3b8b95381a5ce8787efa82dd5b64375050e67dd4b05c66b8afa18fbc90960e8831441de14d0396600795dcb6ac80eb54d03e2b92f0690e82a408480f

diff --git a/sys-apps/s6-linux-utils/s6-linux-utils-2.3.0.0.ebuild 
b/sys-apps/s6-linux-utils/s6-linux-utils-2.3.0.0.ebuild
new file mode 100644
index 000..c8808a355bd
--- /dev/null
+++ b/sys-apps/s6-linux-utils/s6-linux-utils-2.3.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="set of tiny linux utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-linux-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc)
+}



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

2017-04-26 Thread William Hubbs
commit: 42f395525f637e7025c7b324bf6653c8b83baa16
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 21:11:42 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f39552

sys-apps/s6: 2.5.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/s6/Manifest  |  1 +
 sys-apps/s6/s6-2.5.0.0.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/sys-apps/s6/Manifest b/sys-apps/s6/Manifest
index a951d310725..cbbca8f8053 100644
--- a/sys-apps/s6/Manifest
+++ b/sys-apps/s6/Manifest
@@ -2,3 +2,4 @@ DIST s6-2.1.3.0.tar.gz 181237 SHA256 
73057df188f1ac8db186b96298c0cb6081199aa73d3
 DIST s6-2.2.4.3.tar.gz 192153 SHA256 
f584ec56d5f2a3a2d81698d5f744b9b64d8fb6c22b56649faa71f3b62da7db3f SHA512 
af2f06d31eeba3efeaa93e1df6afc50051eb4b13b034d24750314e0d7e9277953595cd04134eecbe239c0ea633e2242712d193a23389a3c1206a81bf7438b5bb
 WHIRLPOOL 
5d00db61a036fa5e692892bc72391ad5d74144c57e505da73b708d8a152dc7a620e9bc7f04ef52e51220eb4ac3da15b7e31e35e0998c3c954a0d431593476c0b
 DIST s6-2.3.0.0.tar.gz 192887 SHA256 
49c9a0476d93c6279c776ca5ae9c49b3fd39c356eda674828aebf78f8488e8e6 SHA512 
40b9ae41b29a32a47a88211a3eb2a0771b5108fc57a2a7a0524e5c6b99bf31c465e99bd910b11c7de784f22b712c79bb32306e963bf8b1aa5270e5463577758c
 WHIRLPOOL 
7052ece89b0bc4174b9583b3dba721322ee89974f9540a243fd9e4f4a5c43710360c31e5fd7596630f539e7204f7cb7bc92569e6a5d11a68cb520379078b5f37
 DIST s6-2.4.0.0.tar.gz 193534 SHA256 
5e788d5935dbcce76ac9a99cfcf6ee46a2ffb84220c84225df7589e9a3585560 SHA512 
bd294fd6ec6bd5b696c52f8ef43de278a82d2b5ec4bcea3f32ab45f15b22b33633210f38709c1e736bab8ac4c560af6a307b2617709adfc8d5f9c0bce329dff2
 WHIRLPOOL 
6c6fe574cfdd8d6d97279dac48d4a284941f1e2cce981fecac3fa5083fc3ddc9e960fa38676edf94881e48f7e85ce7875415c12a7f867ca847d2e639716e62d7
+DIST s6-2.5.0.0.tar.gz 190980 SHA256 
11413aea4add3aea2d0f3f7515d274ac58d4adfb03661a1f6ce7fa2abd24dab1 SHA512 
ffda119167fa334e2d87de1a453ddefafa541be0a71ced95f7eb2001dcc76a01db4a8bda04746c49d2cd26495453f0b39d3dbf57e2a76435c8537218b745da94
 WHIRLPOOL 
66a98dc92d0b83b3c67c6857d2d4ed2ba9e7abe0af77065430689a276b51088d6287b95fb381a77ee115288fe9ce48a4756aefd5221ccdce3b884fae0a6f4726

diff --git a/sys-apps/s6/s6-2.5.0.0.ebuild b/sys-apps/s6/s6-2.5.0.0.ebuild
new file mode 100644
index 000..38eb9e1429d
--- /dev/null
+++ b/sys-apps/s6/s6-2.5.0.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="skarnet.org's small and secure supervision software suite"
+HOMEPAGE="https://www.skarnet.org/software/s6/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-lang/execline-2.3.0.0[static-libs]
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-lang/execline-2.3.0.0[static=]
+   >=dev-libs/skalibs-2.5.0.0
+   )
+"
+RDEPEND="
+   >=dev-lang/execline-2.3.0.0:=[!static?]
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+DOCS="AUTHORS examples README*"
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/execline \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



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

2017-04-26 Thread William Hubbs
commit: d4ab0bc2fb39a9edb0329e5a7538a9bd5eb01fc8
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 21:26:41 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ab0bc2

sys-apps/s6-rc: 0.2.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/s6-rc/Manifest |  1 +
 sys-apps/s6-rc/s6-rc-0.2.0.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/sys-apps/s6-rc/Manifest b/sys-apps/s6-rc/Manifest
index fb9315c2571..276fbcb15f2 100644
--- a/sys-apps/s6-rc/Manifest
+++ b/sys-apps/s6-rc/Manifest
@@ -1,3 +1,4 @@
 DIST s6-rc-0.0.2.1.tar.gz 85549 SHA256 
93f30557e2e2e5c507b5becef2bd26f377be6b6c542fb4627c3122e1c2d83ef9 SHA512 
9a83e272ba521e5ede17ded6b6143797d70205c6631fd08bdb9cbefc66e8ab6011de68e94876ec3c7af439ffbff21778207507db74f0ae91117e88fe36a7f65c
 WHIRLPOOL 
f10e515db0106816fb3c79c46dea0f171ac89653f326b9287aeccb1a9cc369fb6e6fec40c43eb3c3863763081608ec7cccf780cb8bcaaee7303e6c5d106c082d
 DIST s6-rc-0.0.3.0.tar.gz 86992 SHA256 
5eb94e77961a075e6305e89e3a5c7e6c95fb7037682d4ea45277c1ab1625892e SHA512 
66fe8cf1937671d3b6c06e7aca40e5b94502ca12a659b50e8120a178295084272091a378e8bbf9f69c560fbc69ca10ffdf08763cbd714ed2411d0d558437e325
 WHIRLPOOL 
54c1bddc6254eadf428806920f9cdf567cbb77d4496d7b8afd2b9c9daee5159719160a63f2ef257eb6bc86726161356864df070a80ed8acb3d3f7e0c8c748518
 DIST s6-rc-0.1.0.0.tar.gz 88520 SHA256 
d04a8a765740ed55e38a33da3639197f51f83b3e498bdef5bc1d1d322b1acff3 SHA512 
d58f52e4bc132eab6fddd1be3b406d0314cc4fdd61e476310a16348c117b032dafd3ef8701219dd7476247d5b9a6685621e94212705aa88934cb1eaee7b1e6fe
 WHIRLPOOL 
afac5177ca5220551575036e27b0881fe78712de93ef48e88158abf2c49a7494c47bebe58f48aec8b412a7e2075d29284f57514fe81d2b42b35cd441ff08e13e
+DIST s6-rc-0.2.0.0.tar.gz 90133 SHA256 
b83a4f15ba0e13f935c7e4db8ef17229388e1fb4ca4e553b817ad039427404a5 SHA512 
981d504382c9801ef53fb2a4a4f7410cf6165f1f49670cb5d42545c3e1bef6c0a50e6176b149fd61ec45ebe701411d12b5e7012cfb897d3472e52a1b8f76f636
 WHIRLPOOL 
297b7cfb73f480ee5e419197a13a7462849ee948f5445c29b1c0da31ad1d3eb2206afc1cccafb8a489f472ed8853298ff89662dedc57f69e4a95a6e2beaacaab

diff --git a/sys-apps/s6-rc/s6-rc-0.2.0.0.ebuild 
b/sys-apps/s6-rc/s6-rc-0.2.0.0.ebuild
new file mode 100644
index 000..0e7c6f01fd3
--- /dev/null
+++ b/sys-apps/s6-rc/s6-rc-0.2.0.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="service manager for the s6 supervision suite"
+HOMEPAGE="https://www.skarnet.org/software/s6-rc/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-lang/execline-2.3.0.0[static-libs]
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   >=sys-apps/s6-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-lang/execline-2.3.0.0[static=]
+   >=dev-libs/skalibs-2.5.0.0
+   >=sys-apps/s6-2.5.0.0[static=]
+   )
+"
+RDEPEND="
+   >=dev-lang/execline-2.3.0.0:=[!static?]
+   >=sys-apps/s6-2.5.0.0:=[!static?]
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+DOCS="examples"
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/execline \
+   --with-lib=/usr/$(get_libdir)/s6 \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



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

2017-04-26 Thread William Hubbs
commit: 25578703378f782beae17d060f83a46e062b58af
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 21:21:42 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25578703

net-misc/s6-networking: 2.3.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/s6-networking/Manifest|  1 +
 .../s6-networking/s6-networking-2.3.0.0.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/net-misc/s6-networking/Manifest b/net-misc/s6-networking/Manifest
index 7219edc1339..a4d2c466243 100644
--- a/net-misc/s6-networking/Manifest
+++ b/net-misc/s6-networking/Manifest
@@ -1 +1,2 @@
 DIST s6-networking-2.2.1.0.tar.gz 85242 SHA256 
5d8150d7413b335693c6e63092381dd0866b1b6f95662a2cbae5ec17ca449ab0 SHA512 
33085e2a855079ab046b6f851b4dc15801012dc1a353a1254508c6c9da9e45da4f7e2b62e16ab1d0a41d42b424bebe7b362860f68f3be0f9eba37b7a15817633
 WHIRLPOOL 
e76817f4803dfff8e85efbc3f70c050ca88fd5046863abc2832d3e8d7765840e5e91e443f7ce96b66bde0d6697e4764b1b820d04eaf981e958eabc5b30107442
+DIST s6-networking-2.3.0.0.tar.gz 86538 SHA256 
1a21d6f3e29eaa50a8de8cddd1e60372fb36c024f2a0c1afc4c9b704b4e3e6dd SHA512 
ca247f3926d790e388347c610ae10fdb3e7be48d8381b9178223c470258b264315997f627b6ddcc508f08ba83e9212f386041b92dbaa3ad576c4e37f205a0c91
 WHIRLPOOL 
ba77c93b90bb7928b54e87cb2e196f94eb4c24cb4adc885dd3f40d000bfc839e28b8a7ee021f162c70441abdc0d526f0d0a2ea3e086d823bbe02c58e012f71d6

diff --git a/net-misc/s6-networking/s6-networking-2.3.0.0.ebuild 
b/net-misc/s6-networking/s6-networking-2.3.0.0.ebuild
new file mode 100644
index 000..5418be09f4a
--- /dev/null
+++ b/net-misc/s6-networking/s6-networking-2.3.0.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="suite of small networking utilities for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-networking/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="ssl static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-lang/execline-2.3.0.0[static-libs]
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   >=net-dns/s6-dns-2.2.0.0[static-libs]
+   >=sys-apps/s6-2.5.0.0[static-libs]
+   ssl? ( >=dev-libs/libressl-2.4.5[static-libs] )
+   )
+   !static? (
+   >=dev-lang/execline-2.3.0.0[static=]
+   >=dev-libs/skalibs-2.5.0.0
+   >=net-dns/s6-dns-2.2.0.0[static=]
+   >=sys-apps/s6-2.5.0.0[static=]
+   ssl? ( >=dev-libs/libressl-2.4.5 )
+   )
+"
+RDEPEND="
+   >=dev-lang/execline-2.3.0.0:=[!static?]
+   >=sys-apps/s6-2.5.0.0:=[!static?]
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   >=net-dns/s6-dns-2.2.0.0:=
+   ssl? ( >=dev-libs/libressl-2.4.5:= )
+   )
+"
+
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/s6 \
+   --with-lib=/usr/$(get_libdir)/s6-dns \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable ssl ssl libressl) \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-init/

2017-04-26 Thread William Hubbs
commit: 49030f4440447388eaf6964951333bbeac18f474
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 21:23:50 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49030f44

sys-apps/s6-linux-init: 0.3.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/s6-linux-init/Manifest|  1 +
 .../s6-linux-init/s6-linux-init-0.3.0.0.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/sys-apps/s6-linux-init/Manifest b/sys-apps/s6-linux-init/Manifest
index 5cc36ef846d..c4d6aef8b68 100644
--- a/sys-apps/s6-linux-init/Manifest
+++ b/sys-apps/s6-linux-init/Manifest
@@ -1,3 +1,4 @@
 DIST s6-linux-init-0.0.1.4.tar.gz 21493 SHA256 
80eeb8e3bf3095d69b86aaf8e6f5c28aab53a0eb6473e301a673870b56566b6a SHA512 
84fabc9720f2aa2c68723c7b34023a8971f9e55c367b69c200c9c99d2c04bd23b598563facaca4deb4a11f732be3016361e38a40258a7d0ce68cb0f3c10a0235
 WHIRLPOOL 
55f6c6cac544b6c9ffa5b5f16639a20a47b1ba2ae61cdfe5c1446c254a11801cfab4f211c2b55c7381a37ff76509a06b25d2ec8710ec32f1682ee186efc8b805
 DIST s6-linux-init-0.1.0.0.tar.gz 22242 SHA256 
4db16d235dc052f6376f4e88e5e4c0dd1cb84237e7eadb9eb4b440eececcaffc SHA512 
8898ac09212d33d4160d0a1ccad4f6f24ed8010a16815daec4a68827f7af1948568807ae2063bb1f0fe901b87f605eb3cd199d0a3e9a217255b77ed4fc9eef08
 WHIRLPOOL 
4eed683de5c0846698c1d603e7be72299a425f1f91e3f944da98ed5fb0d9d988db1fb1931ec86ec41f837dab0b51bd61f828b2763c21ac520037021831e47543
 DIST s6-linux-init-0.2.0.0.tar.gz 24482 SHA256 
131484e61eff0e671e112f0436b13e8e7d08752f810d8bec4924a68383eee2b9 SHA512 
16c8c97b65ad533b70ed9dd189827778797dc8d0a70af0880655b5f89a1524cd9d3675cb681b99f4704d43c810a4211c9926bfeb743247d7c29559ec2f77606e
 WHIRLPOOL 
45aad2584c8036f8fe9d9c72a7da3fb29e91f36a38d6b63297dbd1c201601971b6b11304290d16df09190f0706825c3e0cbd8c7f48657be17ece3ef27dffbd95
+DIST s6-linux-init-0.3.0.0.tar.gz 24692 SHA256 
9376f76ae3ab24cb18a35a6956d0fa5fe88cc4c1dfd19bbafc47dcd4f91c2535 SHA512 
9aa775fb2bb86680ba438a4a03b543fda696434eaf7ddea5009ec3adaebb899a2ed039a4727eb7d5427088ed3ff08a9eeaa853769f089789a7327a538f798c67
 WHIRLPOOL 
b43e92c48fdc808100276c6b46382c8e1f938ead96e8e5e799cf6a7e17af1f9261e7d0e1ec9b169d9b8a38a2682086ccc5a01cfee5b135c0edc1b3eb20819dfb

diff --git a/sys-apps/s6-linux-init/s6-linux-init-0.3.0.0.ebuild 
b/sys-apps/s6-linux-init/s6-linux-init-0.3.0.0.ebuild
new file mode 100644
index 000..791ce6855b6
--- /dev/null
+++ b/sys-apps/s6-linux-init/s6-linux-init-0.3.0.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Generates an init binary for s6-based init systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-linux-init/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0
+   )
+"
+RDEPEND="
+   >=dev-lang/execline-2.3.0.0
+   >=sys-apps/s6-2.5.0.0
+   >=sys-apps/s6-linux-utils-2.3.0.0
+   >=sys-apps/s6-portable-utils-2.2.0.0
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+DOCS="INSTALL examples"
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc)
+}
+
+pkg_postinst()
+{
+   einfo "The generated init script requires additional packages."
+   einfo "Read ${ROOT}usr/share/doc/${PF}/INSTALL for details."
+}



[gentoo-commits] repo/gentoo:master commit in: net-dns/s6-dns/

2017-04-26 Thread William Hubbs
commit: aae9c934a8f7e440966d4cc276a2dee1d96a443e
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 20:39:32 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae9c934

net-dns/s6-dns: 2.2.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-dns/s6-dns/Manifest  |  1 +
 net-dns/s6-dns/s6-dns-2.2.0.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/net-dns/s6-dns/Manifest b/net-dns/s6-dns/Manifest
index 2f12ce661df..728c2fbe3d9 100644
--- a/net-dns/s6-dns/Manifest
+++ b/net-dns/s6-dns/Manifest
@@ -1 +1,2 @@
 DIST s6-dns-2.1.0.0.tar.gz 77415 SHA256 
8455f3b1edad8f01a1340cb1242c141755729bfd5d71059739eced5c006539ad SHA512 
c75722b3ddd9d1646116654983558efde22d0d5d3ff1c296a8d5e2ba44abe0d5a86fc86804cf90bea2ee8c3e82028e182d28cdbf5155d46c6b3d8f4d1c3387fc
 WHIRLPOOL 
7c1eb845d6101c53fd65579bd46ad83c0085ee734d2623b616a34db0721bbca913820f21c6979bdc1c87582d8a92c547f7f9a5b640c4f31badbc3bd0098f75fd
+DIST s6-dns-2.2.0.0.tar.gz 76702 SHA256 
06856745aa034a1655b7d8226a4b235579b098c58b6009d92151dedd41b15fc2 SHA512 
55cc0a4e677a28d5ebeeab1f995ee8d03c6aaa0c839ad420e006468c0712f45e638a3d32e082a34e09098d20c3bb08496afcefbec4c58f7674017e22732b1cda
 WHIRLPOOL 
7b4c8e5e12a53d41ef6bd8ee7854aaa9d97206766b7eb5bc5bcac06b27c0487d3ddbfe516b74f37e609eae677a57c5b4ab4ba6daa692009fd23ef12bbbd42326

diff --git a/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild 
b/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild
new file mode 100644
index 000..a77493930c3
--- /dev/null
+++ b/net-dns/s6-dns/s6-dns-2.2.0.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="suite of DNS client programs and libraries for Unix systems"
+HOMEPAGE="https://www.skarnet.org/software/s6-dns/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-portable-utils/

2017-04-26 Thread William Hubbs
commit: 8946ebbc9a76b2afd78d5462fd7db662ff5465a8
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 21:15:51 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8946ebbc

sys-apps/s6-portable-utils: 2.2.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/s6-portable-utils/Manifest|  1 +
 .../s6-portable-utils-2.2.0.0.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/s6-portable-utils/Manifest 
b/sys-apps/s6-portable-utils/Manifest
index d53bb671ac3..2bcc3a9cf5e 100644
--- a/sys-apps/s6-portable-utils/Manifest
+++ b/sys-apps/s6-portable-utils/Manifest
@@ -1,3 +1,4 @@
 DIST s6-portable-utils-2.0.5.3.tar.gz 46300 SHA256 
27be01b3d66df617ea7dbc21b55d253d5b9142463099f6944f90ef33587a2e09 SHA512 
19e71457dc0ca8c1d161da36fb32902f2b8c60759745651806c9eebd19f3ec4d3d87d2d45fb226711eb16f6ae407671c363fc2a7df7d5746ecf3a4197012a122
 WHIRLPOOL 
1760eadf1eded5981aeb5b43df3a3c012a0b300ffed4ffdb22b51907e07962f65270763dff24937acbe7414d70f273497d8b91672360606827a002e968d2fa58
 DIST s6-portable-utils-2.0.6.0.tar.gz 46972 SHA256 
233b7d13766a23661cc7ed5c052f29b9c558c1d516a538a281a17da22a909d4b SHA512 
822c723f112550550591afb83908bf4d62f40e88fd46eacc6d56feb4c952bcfc4bad91c988f7379323cf7997c4fb823bb837e0c433ca6947762a63a1b8681557
 WHIRLPOOL 
efa966bb5423bb4d0e7cd56c41d899430a7b6204e99646f376b8e9acba9ec8cc7b597fb420397a8808c2f3c4bec65826701e61f1d6e452fef2004e051a4d0d35
 DIST s6-portable-utils-2.1.0.0.tar.gz 47170 SHA256 
cde145b7b9d1f1685f271c45c8aed635e74221689bb8ec21a11b3e5a252d1c4e SHA512 
0b18304c63180c3233a5f29e1fc24b20c9c99c8949b042244d4a5b69cf2f15049ccbeddb2c3ffc5e88ee636bcfe836568670cc1626d5517381771ee3baff10c5
 WHIRLPOOL 
aeca14c78f8cc5e95c56a14658b6bd41f93bd7bb301b219d2b9a49034f8f565de9e5c33736b029e1d9e5c78abbca75276538b56e442cc247b5971ec5699087a7
+DIST s6-portable-utils-2.2.0.0.tar.gz 47142 SHA256 
7fd542e3600305411a8c3887599fefff974696098978cd414589915ff1b9896d SHA512 
199f492dd5493ebd284a8cec278816c8d2586ce47d7be082e71926df32fcbcb2feeceb041ab75d20dd40c152cef7151748a75c8122312dc0d7681c8c9cf199ec
 WHIRLPOOL 
a4f60f0e95f1021b1e42d428844c013501a5e34105a54e72609346b2d77036bde226ad30ba20b697c2d5a797aa637a8245e0d5e46a9966eee453cce4ec79ea9d

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.2.0.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.0.0.ebuild
new file mode 100644
index 000..19b915f7e61
--- /dev/null
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.2.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="set of tiny portable unix utilities"
+HOMEPAGE="https://www.skarnet.org/software/s6-portable-utils/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc)
+}



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

2017-04-26 Thread William Hubbs
commit: 445f8bc5bfe5ad959216497d0753a70309da4164
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 20:23:28 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445f8bc5

dev-libs/skalibs: 2.5.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-libs/skalibs/Manifest b/dev-libs/skalibs/Manifest
index cd165651bb9..4079a530876 100644
--- a/dev-libs/skalibs/Manifest
+++ b/dev-libs/skalibs/Manifest
@@ -2,3 +2,4 @@ DIST skalibs-2.3.10.0.tar.gz 213288 SHA256 
e4d5147941055b2a367794666f773a4b216c3
 DIST skalibs-2.3.2.0.tar.gz 205976 SHA256 
a36302b63fe97fa8d616cac0bb7aebbff60e1419dfb4d4f1af66b3c058dbd6ba SHA512 
f5a4b85fc43f49eccf5a2ac2ce5b142afc28fe4af781e59d1ad21a7eb5896075720230391234fcf7879cb29ba2d1624926d8cca77c3925327aa7a9a5fefff91a
 WHIRLPOOL 
453d5a0c9d1c2d84e1c8d5ac6bdb27e85d402de8007b8fcc6ba00c6e7c2400fb30c188da0a71343271edf47480916c7f3a5c7bb6e07703d5adc196bccc783350
 DIST skalibs-2.3.9.0.tar.gz 211781 SHA256 
6229fb4fb415699bbff3b446ff44aa5b7fb9c512b83bd68ae4005603afab60cb SHA512 
30b08fec01944fd7e816eb275dfe6eafdf21e14af95e70ae4991b9da716ab191b22c1576084ed7c40fd9e958804519075befaaf4314ccb370ced3c5e94793212
 WHIRLPOOL 
626ae08b19bb26916b5f75a979f60455404d91ae77c7c70fd35ae5b697e970f6cd72c68f42ddf6b288018b5639003ab6f2d2860d5617d8b6a0feca02f261277e
 DIST skalibs-2.4.0.2.tar.gz 215964 SHA256 
0708172bc2ec9825f8a4f312d35f8dcd94da5f291425a598c33c873b3de77df8 SHA512 
1a60ff7bf2364cfe56dc5847321dad4eaa3942be90555a405c4c6c6fff287e197621796624cd52030f4373665ef53d4f7cd5832e8492ecf1d75c82544a4c8f2e
 WHIRLPOOL 
921f30c49c14b26ddef4e4a92f22f097379619e1ad42a4486081efe2436ca07ac7343144663efce738b35fc2cf0580a7651b81ca308edca5a7d262ec8a1b3559
+DIST skalibs-2.5.0.0.tar.gz 207065 SHA256 
38408ff6d0aec581010ecf9e49703ec5f4c8887bbe68717ec087634a7ade849c SHA512 
fe96cb0a128dc5060c74dca1ac96df96bf1f9383229ef283b7b23b98c7910137f3ca25ecd7cf91446a7f6d1ce7bb6a36e346c45c6d5723f73eea008626a3792e
 WHIRLPOOL 
bdc773fb34eed7d321047c3ac8dbca9b0330914e3c46331b898fd5135c90ef2f1572f87264156a91f3a6eaebbb4baffcca936391f2d3e013f8f239d444cda750

diff --git a/dev-libs/skalibs/skalibs-2.5.0.0.ebuild 
b/dev-libs/skalibs/skalibs-2.5.0.0.ebuild
new file mode 100644
index 000..703e196802a
--- /dev/null
+++ b/dev-libs/skalibs/skalibs-2.5.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="skarnet.org general-purpose libraries"
+HOMEPAGE="https://www.skarnet.org/software/skalibs/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc ipv6 static-libs"
+
+DEPEND=">=sys-devel/make-3.81"
+RDEPEND=""
+
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --datadir=/etc \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --sysdepdir=/usr/$(get_libdir)/${PN} \
+   --enable-clock \
+   --enable-shared \
+   $(use_enable static-libs static) \
+   $(use_enable ipv6)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   use doc && einstalldocs
+}



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

2017-04-26 Thread William Hubbs
commit: 3b77300afcbb67fd0e7f0b4fa576af55e529c405
Author: Samuel Holland  sholland  org>
AuthorDate: Wed Apr 26 20:25:58 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 26 21:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b77300a

dev-lang/execline: 2.3.0.0 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/execline/Manifest|  1 +
 dev-lang/execline/execline-2.3.0.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-lang/execline/Manifest b/dev-lang/execline/Manifest
index 284130086db..5214cf17be7 100644
--- a/dev-lang/execline/Manifest
+++ b/dev-lang/execline/Manifest
@@ -2,3 +2,4 @@ DIST execline-2.1.1.0.tar.gz 75967 SHA256 
9e1a9b95772b64bd623c1ddea6200909cca0eb
 DIST execline-2.1.4.5.tar.gz 80203 SHA256 
ab4451d4992a5d7fb2ae34cffe4d0806e4902bf9aa27ee3b75617aa35379356f SHA512 
15a76c73afe98142b9f466edb442cad06ee69f0f0e15ad6a325c37f3878b4c5863b5cece67bd169e84b465a0f7f4f38f87fa88b2aa96fe40a20ebc3575a1ceb9
 WHIRLPOOL 
1df5b72f02c95d3fd24ff7c46b3cd7aff89186bfe6bb27df815f5bb06a12886e57b3fe67ff18d2d387dccb107eb8acf0b09124eafe47a9857e636d240e1051e8
 DIST execline-2.1.5.0.tar.gz 80932 SHA256 
8a3605a6db73183baa376bf2130e8b7eb75a5b5347c7f9144e520fe86bcb1142 SHA512 
43ebff73e279dcffda686a372bded80e12be4b66b6c2fde69f17810aa0b52214d23da8581002adfcb5a40437e335594b8e44c698d0295d8c172fbc2c0a93aeed
 WHIRLPOOL 
8b0d3b28d28e7c18515600dd866c0ade5f99ba97ded37102e58f2d613d2e60f1d9de1d1327f0c5331bd8f346e9b808dafbfbd8e7003a01983904f6576ae90575
 DIST execline-2.2.0.0.tar.gz 82860 SHA256 
93bd744f2e3ad204cb89f147efdc6ca4e622f9c6bfc9895e0b2cb8b0480029de SHA512 
0174bd46c231684f78b7ea2f6f85776b9edf780d1ae928fcaf0eda3ade46fa60666c17af4480fd37179461b622a069221386f229c777fd214b5abe70e7f58a19
 WHIRLPOOL 
6e39ceca7a867e5fc6d7fee16e78df2a5602b15924c411766089719afd81b198c7e816b54634dd2f322048c0230f9009392f01264eacba96924fe1af625f
+DIST execline-2.3.0.0.tar.gz 81704 SHA256 
a0ec43b8feba299cc1e5c65b1978ed76571afa595bc53165373e29a57468f425 SHA512 
d8bd3420366d2e81e8bcbd644f235fc50e32a83d8e25989cf12f4b4c03bf553e0c356311ef185f98e03887ad65fd75a12ec4746ac832e72aeb023016d91f36c1
 WHIRLPOOL 
b1b278c5623bae97a9e232bbdee2ff21a5cfb8dbd33bc53547620d876a4e0649543bee3de1e0c33b20442f26faeb2089e5325d0b7891e7d568a2ccff7629eb38

diff --git a/dev-lang/execline/execline-2.3.0.0.ebuild 
b/dev-lang/execline/execline-2.3.0.0.ebuild
new file mode 100644
index 000..4c505e1cd2f
--- /dev/null
+++ b/dev-lang/execline/execline-2.3.0.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="a non-interactive scripting language"
+HOMEPAGE="https://www.skarnet.org/software/execline/;
+SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+DEPEND=">=sys-devel/make-3.81
+   static? (
+   >=dev-libs/skalibs-2.5.0.0[static-libs]
+   )
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0
+   )
+"
+RDEPEND="
+   !static? (
+   >=dev-libs/skalibs-2.5.0.0:=
+   )
+"
+
+HTML_DOCS="doc/*"
+
+src_prepare() {
+   default
+
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s/tryldflag LDFLAGS_AUTO -Wl,--hash-style=both/:/" 
"${S}/configure" || die
+}
+
+src_configure() {
+   econf \
+   --bindir=/bin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-lib=/usr/$(get_libdir)/skalibs \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs \
+   $(use_enable !static shared) \
+   $(use_enable static allstatic) \
+   $(use_enable static static-libc) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/files/, sys-apps/busybox/

2017-04-26 Thread Mike Frysinger
commit: 5c7ecf36f0bbbe18b513d7afb82b0f7bf342889c
Author: Mike Frysinger  chromium  org>
AuthorDate: Wed Apr 26 21:09:04 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Apr 26 21:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7ecf36

sys-apps/busybox: fix default shell handling

Make sure we explicitly select sh->ash by default as newer versions
are defaulting to sh->hush.

Also fix up the hush patch to include the /bin/busybox fallbacks.

 ...ybox-1.26.2.ebuild => busybox-1.26.2-r1.ebuild} |  1 +
 sys-apps/busybox/files/busybox-1.26.2-bb.patch | 29 --
 2 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/sys-apps/busybox/busybox-1.26.2.ebuild 
b/sys-apps/busybox/busybox-1.26.2-r1.ebuild
similarity index 99%
rename from sys-apps/busybox/busybox-1.26.2.ebuild
rename to sys-apps/busybox/busybox-1.26.2-r1.ebuild
index 1feb3a5ac22..6c42e41a452 100644
--- a/sys-apps/busybox/busybox-1.26.2.ebuild
+++ b/sys-apps/busybox/busybox-1.26.2-r1.ebuild
@@ -126,6 +126,7 @@ src_configure() {
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
busybox_config_option y ASH
+   busybox_config_option y SH_IS_ASH
busybox_config_option n HUSH
 
busybox_config_option '"/run"' PID_FILE_PATH

diff --git a/sys-apps/busybox/files/busybox-1.26.2-bb.patch 
b/sys-apps/busybox/files/busybox-1.26.2-bb.patch
index f120340162b..5e2405c3a67 100644
--- a/sys-apps/busybox/files/busybox-1.26.2-bb.patch
+++ b/sys-apps/busybox/files/busybox-1.26.2-bb.patch
@@ -1,6 +1,11 @@
-diff -Naur busybox-1.26.2.orig/shell/ash.c busybox-1.26.2/shell/ash.c
 busybox-1.26.2.orig/shell/ash.c2017-01-10 10:55:51.0 -0500
-+++ busybox-1.26.2/shell/ash.c 2017-01-28 17:02:08.961584737 -0500
+add `bb` and `bbsh` shortcuts as aliases to the main shell so we can install
+symlinks in Gentoo at /bin/bb as our recovery shell.
+
+we also add fallbacks to /bin/busybox and /bin/busybox.static in case /proc
+is not yet mounted during early boot.
+
+--- a/shell/ash.c
 b/shell/ash.c
 @@ -144,6 +144,8 @@
  //applet:IF_ASH(APPLET(ash, BB_DIR_BIN, BB_SUID_DROP))
  //applet:IF_SH_IS_ASH(APPLET_ODDNAME(sh, ash, BB_DIR_BIN, BB_SUID_DROP, ash))
@@ -19,9 +24,8 @@ diff -Naur busybox-1.26.2.orig/shell/ash.c 
busybox-1.26.2/shell/ash.c
/* If they called chroot or otherwise made the binary no longer
 * executable, fall through */
}
-diff -Naur busybox-1.26.2.orig/shell/hush.c busybox-1.26.2/shell/hush.c
 busybox-1.26.2.orig/shell/hush.c   2017-01-10 10:55:51.0 -0500
-+++ busybox-1.26.2/shell/hush.c2017-01-28 17:05:13.235936850 -0500
+--- a/shell/hush.c
 b/shell/hush.c
 @@ -221,6 +221,8 @@
  //applet:IF_MSH(APPLET_ODDNAME(msh, hush, BB_DIR_BIN, BB_SUID_DROP, hush))
  //applet:IF_SH_IS_HUSH(APPLET_ODDNAME(sh, hush, BB_DIR_BIN, BB_SUID_DROP, 
hush))
@@ -35,8 +39,17 @@ diff -Naur busybox-1.26.2.orig/shell/hush.c 
busybox-1.26.2/shell/hush.c
if (SPECIAL_JOBSTOP_SIGS != 0)
switch_off_special_sigs(G.special_sig_mask & 
SPECIAL_JOBSTOP_SIGS);
execve(bb_busybox_exec_path, argv, pp);
-+  execve("/bin/busybox.static", argv, envp);
-+  execve("/bin/busybox", argv, envp);
++  execve("/bin/busybox.static", argv, pp);
++  execve("/bin/busybox", argv, pp);
/* Fallback. Useful for init=/bin/hush usage etc */
if (argv[0][0] == '/')
execve(argv[0], argv, pp);
+@@ -6931,6 +6931,8 @@
+   if (SPECIAL_JOBSTOP_SIGS != 0)
+   switch_off_special_sigs(G.special_sig_mask & 
SPECIAL_JOBSTOP_SIGS);
+   execv(bb_busybox_exec_path, argv);
++  execv("/bin/busybox.static", argv);
++  execv("/bin/busybox", argv);
+   /* If they called chroot or otherwise made the binary 
no longer
+* executable, fall through */
+   }



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

2017-04-26 Thread Mike Frysinger
commit: c9f27aae390b12539067eae6bbf79dae5acefaac
Author: Mike Frysinger  chromium  org>
AuthorDate: Wed Apr 26 21:08:36 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Apr 26 21:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f27aae

sys-apps/busybox: drop 1.26.0 version

 sys-apps/busybox/Manifest  |   1 -
 sys-apps/busybox/busybox-1.26.0.ebuild | 302 -
 2 files changed, 303 deletions(-)

diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index f15dd27a571..c90d483a958 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,3 +1,2 @@
 DIST busybox-1.25.1.tar.bz2 2103070 SHA256 
27667e0f2328fdbd79cfd622e4453e5c57e58f781c5da97c9be337d93aa2a02e SHA512 
9648877ed11e5a55213cd14fd64f6fc64dbd17013fbfaa4e67f4fd433f59e9231ed78a88e6e8100a4794d833f1d9863bb86f75faae093418866770804bf873cb
 WHIRLPOOL 
4b7bc6d3a88559812797feb4574975b9fdeb6eac6ac7a0fe51e4750a3b05a614ecb8bd9d58547047cdf1e0b66d9bcd189c8a4193fc2f3b491a6268bc06761ad1
-DIST busybox-1.26.0.tar.bz2 2143958 SHA256 
3ad227375ee870d529007f6ce83f173b8bd5a37df624ecb460295554261c0f4c SHA512 
9e38c2f4c5ddb6c3a184170b5526c1a78cf53a575ed359fb18c407976cab9788fa95a26ca2d4e5c32e1d639890944d98e118149ee1402b18fe085b0baf0186d3
 WHIRLPOOL 
c8a7419bd711d3e0249807ef9f9ff6123ff8d0767479ea3b3e54ef48f6132514942bc37b79334ca2afd6009d32c5e242712bd6b3995f49904c33040c66df9dcc
 DIST busybox-1.26.2.tar.bz2 2120931 SHA256 
da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16 SHA512 
9926d211d0b4f34b513d934d7b111ebbf933c2dc31206bdd80426a62d47d5b1475b70bec5aaa14a26b94a202ab1465d994062a002750a312dcb8167096eb3719
 WHIRLPOOL 
64fdbd3ede8e382d0237b1576000555f563c4ca93d58cfbb72f71374b662e3201863110a069f0e4a27dab7c0a6102d98ccfd4d57f1dfe44c9b12a17c6a30128a

diff --git a/sys-apps/busybox/busybox-1.26.0.ebuild 
b/sys-apps/busybox/busybox-1.26.0.ebuild
deleted file mode 100644
index 3a206255a5b..000
--- a/sys-apps/busybox/busybox-1.26.0.ebuild
+++ /dev/null
@@ -1,302 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# See `man savedconfig.eclass` for info on how to use USE=savedconfig.
-
-EAPI="5"
-inherit eutils flag-o-matic savedconfig toolchain-funcs multilib
-
-DESCRIPTION="Utilities for rescue and embedded systems"
-HOMEPAGE="https://www.busybox.net/;
-if [[ ${PV} == "" ]] ; then
-   MY_P=${PN}
-   EGIT_REPO_URI="git://busybox.net/busybox.git"
-   inherit git-2
-else
-   MY_P=${PN}-${PV/_/-}
-   SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-fi
-
-LICENSE="GPL-2" # GPL-2 only
-SLOT="0"
-IUSE="debug ipv6 livecd make-symlinks math mdev pam selinux sep-usr static 
syslog systemd"
-REQUIRED_USE="pam? ( !static )"
-RESTRICT="test"
-
-COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) )
-   pam? ( sys-libs/pam )"
-DEPEND="${COMMON_DEPEND}
-   static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) )
-   >=sys-kernel/linux-headers-2.6.39"
-RDEPEND="${COMMON_DEPEND}
-   mdev? ( !.*set:CONFIG_$1=y:g" .config
-   else
-   sed -i -e "s:CONFIG_$1=y:# CONFIG_$1 is not set:g" 
.config
-   fi
-   einfo $(grep "CONFIG_$1[= ]" .config || echo Could not find 
CONFIG_$1 ...)
-   shift
-   done
-}
-
-busybox_config_enabled() {
-   local val=$(sed -n "/^CONFIG_$1=/s:^[^=]*=::p" .config)
-   case ${val} in
-   "") return 1 ;;
-   y)  return 0 ;;
-   *)  echo "${val}" | sed -r 's:^"(.*)"$:\1:' ;;
-   esac
-}
-
-src_prepare() {
-   unset KBUILD_OUTPUT #88088
-   append-flags -fno-strict-aliasing #310413
-   use ppc64 && append-flags -mminimal-toc #130943
-
-   # patches go here!
-   epatch "${FILESDIR}"/${PN}-1.19.0-bb.patch
-#  epatch "${FILESDIR}"/${P}-*.patch
-   cp "${FILESDIR}"/ginit.c init/ || die
-
-   # flag cleanup
-   sed -i -r \
-   -e 
's:[[:space:]]?-(Werror|Os|falign-(functions|jumps|loops|labels)=1|fomit-frame-pointer)\>::g'
 \
-   Makefile.flags || die
-   #sed -i '/bbsh/s:^//::' include/applets.h
-   sed -i '/^#error Aborting compilation./d' applets/applets.c || die
-   use elibc_glibc && sed -i 's:-Wl,--gc-sections::' Makefile
-   sed -i \
-   -e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \
-   -e "/^AR\>/s:=.*:= $(tc-getAR):" \
-   -e "/^CC\>/s:=.*:= $(tc-getCC):" \
-   -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \
-   -e "/^PKG_CONFIG\>/s:=.*:= $(tc-getPKG_CONFIG):" \
-   Makefile || die
-   sed -i \
-   -e 's:-static-libgcc::' \
-   Makefile.flags || die
-}
-
-src_configure() {
-   # check for a busybox 

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

2017-04-26 Thread Patrice Clement
commit: 7af88ce5cd4f2d5a0215abb46cb5de213929fa8a
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Apr 26 21:06:01 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 26 21:06:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af88ce5

www-apps/dokuwiki: update HOMEPAGE.

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/dokuwiki/dokuwiki-20160626b.ebuild | 2 +-
 www-apps/dokuwiki/dokuwiki-20170219b.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/dokuwiki/dokuwiki-20160626b.ebuild 
b/www-apps/dokuwiki/dokuwiki-20160626b.ebuild
index d6e837cfd1c..bc4d3d6cab9 100644
--- a/www-apps/dokuwiki/dokuwiki-20160626b.ebuild
+++ b/www-apps/dokuwiki/dokuwiki-20160626b.ebuild
@@ -10,7 +10,7 @@ MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
 MY_PV="${MY_BASE_PV}${PV:8:1}"
 
 DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
-HOMEPAGE="http://wiki.splitbrain.org/wiki:dokuwiki;
+HOMEPAGE="https://www.dokuwiki.org/DokuWiki;
 SRC_URI="http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;
 
 LICENSE="GPL-2"

diff --git a/www-apps/dokuwiki/dokuwiki-20170219b.ebuild 
b/www-apps/dokuwiki/dokuwiki-20170219b.ebuild
index d6e837cfd1c..bc4d3d6cab9 100644
--- a/www-apps/dokuwiki/dokuwiki-20170219b.ebuild
+++ b/www-apps/dokuwiki/dokuwiki-20170219b.ebuild
@@ -10,7 +10,7 @@ MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
 MY_PV="${MY_BASE_PV}${PV:8:1}"
 
 DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
-HOMEPAGE="http://wiki.splitbrain.org/wiki:dokuwiki;
+HOMEPAGE="https://www.dokuwiki.org/DokuWiki;
 SRC_URI="http://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;
 
 LICENSE="GPL-2"



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

2017-04-26 Thread Zac Medico
commit: 54925c65de7b497408327f6eae03c3a35f7b82f3
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 26 21:04:12 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Apr 26 21:05:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54925c65

dev-util/android-tools: respect CC and CXX variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/android-tools/android-tools-6.0.1_p79.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
index bfab989f55e..954e418c562 100644
--- a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -63,7 +63,9 @@ src_prepare() {
 src_compile() {
chmod +x ./generate_build.rb || die
./generate_build.rb > build.sh || die
+   sed -e 's:^gcc:${CC}:' -e 's:^g++:${CXX}:' -i build.sh || die
chmod +x build.sh || die
+   tc-export CC CXX
bash -e ./build.sh || die
 }
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/

2017-04-26 Thread Patrice Clement
commit: bd1b0f2f2d0641274c6de50bfacf2472de3b03dc
Author: Yuri Konotopov  gnome  org>
AuthorDate: Sun Apr 16 19:54:39 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 26 21:03:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1b0f2f

gnome-extra/chrome-gnome-shell: version bump

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

 gnome-extra/chrome-gnome-shell/Manifest|  1 +
 .../chrome-gnome-shell/chrome-gnome-shell-9.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/gnome-extra/chrome-gnome-shell/Manifest 
b/gnome-extra/chrome-gnome-shell/Manifest
index 03113a8c078..43ad1ed3e4b 100644
--- a/gnome-extra/chrome-gnome-shell/Manifest
+++ b/gnome-extra/chrome-gnome-shell/Manifest
@@ -1,3 +1,4 @@
 DIST chrome-gnome-shell-7.1.tar.xz 99712 SHA256 
0a1d791a149ceabdaec09bd65656781fde20618bd219f467a9f50f3c57d4842f SHA512 
da41068049c4d221cf7e1ed6d171fb63cd236ab5afc7374ec72774da092630ca1fb459b178c364a3d014919aedd3e875c1c698b5a42d4e3c7a2f49e0f2610743
 WHIRLPOOL 
04edac7e7980723833df589a70e46f474e71e1fe2e771ed98cd3e9181c890fc501b20aa3665c5322fcc9286771820fee08160d6dfc37ad084767db7db5812330
 DIST chrome-gnome-shell-8.1.tar.xz 145404 SHA256 
27fa50a185aa1f4db5458d71fedfafba16a45498dc9cb619a2db9cd1dc8ae33e SHA512 
90fc047aece51e8cee24d65033db1f32f6ddb90d24a63127248b0dc824f26dab3a5cb169e179a17c7b26aacb7d8417101f5a7695c979417e9f8464a9672b34d2
 WHIRLPOOL 
2ad77e3acbf760dab1547002e383cbf438b09931de3ea01c6302fe12ff5648a23e72cd32bdc6b431e8c1f6cd57a4b746ab071a67389e2de8f9ad0e826a17905b
 DIST chrome-gnome-shell-8.tar.xz 143224 SHA256 
2621a1e0762ff39473180a0eed49414594ea3eae4812acd584d89374221b37c5 SHA512 
61acd4b0564892667bd1468430ddfff4c0cfbe92b573d8b7e4c5448c25266bd0ee6e89e9bebe08553de4f9661ceeea46f5af38d980051491c40ed7deb24e3277
 WHIRLPOOL 
9e6de120bc84a4f431201753587864f6878eca0937624eccaea60e9f7c20a385ee0867107f823b131dc58e0bac121cdccda6e42861a5bc4ebbb45b7be7b374f8
+DIST chrome-gnome-shell-9.tar.xz 151984 SHA256 
11fdfaa12208ec87ddbac27fc9652609c74e421d3e258de6b4776e392efdd448 SHA512 
b9b5f913a74bdfa641ce35c62f15aa1ceff37e6e0fef43c127ff8ba31933ba2d9c93ee50809b013336ec63ae1020d4e1cacd56d9a86204e1ba4c0bd1d8ed50cf
 WHIRLPOOL 
918a640f8da15b4ecb71870fb400f791c72ded75a3bfeaeb74a22c229afcde6f9497cc2c94ff2665f7d0cd7ea0dac83fe08870c3a3e590f3b425a44cb1b832a0

diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-9.ebuild 
b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-9.ebuild
new file mode 100644
index 000..212495f9a51
--- /dev/null
+++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-9.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, 
Opera browsers"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome;
+SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   app-misc/jq
+   sys-apps/coreutils
+"
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   gnome-base/gnome-shell
+"
+
+src_configure() {
+   local mycmakeargs=( -DBUILD_EXTENSION=OFF )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   # Chrome policy files should be removed with package.
+   # Otherwise it will not be possible to uninstall web extension
+   # from browser.
+   echo -n "CONFIG_PROTECT_MASK=\"" > 50"${PN}" || die
+   echo -n "/etc/chromium/policies/managed/${PN}.json " >> 50"${PN}" || die
+   echo "/etc/opt/chrome/policies/managed/${PN}.json\"" >> 50"${PN}" || die
+   doenvd 50"${PN}"
+
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   elog "Please note that this package provides native messaging connector 
only."
+   elog
+   elog "Managed policy was installed to force browser extension 
installation"
+   elog "for Google Chrome, Chromium and Vivaldi browsers from Chrome 
Store"
+   elog 
"https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep;
+   elog
+   elog "For Mozilla Firefox you should manualy install browser extension 
from"
+   elog "https://addons.mozilla.org/firefox/addon/gnome-shell-integration/;
+   elog
+   elog "For Opera you should manualy install browser extension from"
+   elog 
"https://addons.opera.com/extensions/details/gnome-shell-integration/;
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/

2017-04-26 Thread Patrice Clement
commit: 857ffca957114972f06525e2e2be7974e2aa4832
Author: Yuri Konotopov  gnome  org>
AuthorDate: Sun Apr 16 19:55:21 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 26 21:03:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857ffca9

gnome-extra/chrome-gnome-shell: remove old

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

 gnome-extra/chrome-gnome-shell/Manifest|  1 -
 .../chrome-gnome-shell-7.1.ebuild  | 58 --
 2 files changed, 59 deletions(-)

diff --git a/gnome-extra/chrome-gnome-shell/Manifest 
b/gnome-extra/chrome-gnome-shell/Manifest
index 43ad1ed3e4b..7a5e345bc30 100644
--- a/gnome-extra/chrome-gnome-shell/Manifest
+++ b/gnome-extra/chrome-gnome-shell/Manifest
@@ -1,4 +1,3 @@
-DIST chrome-gnome-shell-7.1.tar.xz 99712 SHA256 
0a1d791a149ceabdaec09bd65656781fde20618bd219f467a9f50f3c57d4842f SHA512 
da41068049c4d221cf7e1ed6d171fb63cd236ab5afc7374ec72774da092630ca1fb459b178c364a3d014919aedd3e875c1c698b5a42d4e3c7a2f49e0f2610743
 WHIRLPOOL 
04edac7e7980723833df589a70e46f474e71e1fe2e771ed98cd3e9181c890fc501b20aa3665c5322fcc9286771820fee08160d6dfc37ad084767db7db5812330
 DIST chrome-gnome-shell-8.1.tar.xz 145404 SHA256 
27fa50a185aa1f4db5458d71fedfafba16a45498dc9cb619a2db9cd1dc8ae33e SHA512 
90fc047aece51e8cee24d65033db1f32f6ddb90d24a63127248b0dc824f26dab3a5cb169e179a17c7b26aacb7d8417101f5a7695c979417e9f8464a9672b34d2
 WHIRLPOOL 
2ad77e3acbf760dab1547002e383cbf438b09931de3ea01c6302fe12ff5648a23e72cd32bdc6b431e8c1f6cd57a4b746ab071a67389e2de8f9ad0e826a17905b
 DIST chrome-gnome-shell-8.tar.xz 143224 SHA256 
2621a1e0762ff39473180a0eed49414594ea3eae4812acd584d89374221b37c5 SHA512 
61acd4b0564892667bd1468430ddfff4c0cfbe92b573d8b7e4c5448c25266bd0ee6e89e9bebe08553de4f9661ceeea46f5af38d980051491c40ed7deb24e3277
 WHIRLPOOL 
9e6de120bc84a4f431201753587864f6878eca0937624eccaea60e9f7c20a385ee0867107f823b131dc58e0bac121cdccda6e42861a5bc4ebbb45b7be7b374f8
 DIST chrome-gnome-shell-9.tar.xz 151984 SHA256 
11fdfaa12208ec87ddbac27fc9652609c74e421d3e258de6b4776e392efdd448 SHA512 
b9b5f913a74bdfa641ce35c62f15aa1ceff37e6e0fef43c127ff8ba31933ba2d9c93ee50809b013336ec63ae1020d4e1cacd56d9a86204e1ba4c0bd1d8ed50cf
 WHIRLPOOL 
918a640f8da15b4ecb71870fb400f791c72ded75a3bfeaeb74a22c229afcde6f9497cc2c94ff2665f7d0cd7ea0dac83fe08870c3a3e590f3b425a44cb1b832a0

diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild 
b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild
deleted file mode 100644
index 2ee09612678..000
--- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-7.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Vivaldi, Opera 
browsers"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome;
-SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   sys-apps/coreutils
-"
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/gnome-shell
-"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_EXTENSION=OFF )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   # Chrome policy files should be removed with package.
-   # Otherwise it will not be possible to uninstall web extension
-   # from browser.
-   echo -n "CONFIG_PROTECT_MASK=\"" > 50"${PN}" || die
-   echo -n "/etc/chromium/policies/managed/${PN}.json " >> 50"${PN}" || die
-   echo "/etc/opt/chrome/policies/managed/${PN}.json\"" >> 50"${PN}" || die
-   doenvd 50"${PN}"
-
-   cmake-utils_src_install
-}
-
-pkg_postinst() {
-   elog "Please note that this package provides native messaging connector 
only."
-   elog
-   elog "Managed policy was installed to force web extension installation"
-   elog "for Google Chrome, Chromium and Vivaldi browsers from Chrome 
Store"
-   elog 
"https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep;
-   elog
-   elog "For Mozilla Firefox you should manualy install web extension from"
-   elog "https://addons.mozilla.org/firefox/addon/gnome-shell-integration/;
-   elog
-   elog "For Opera you should manualy install web extension from"
-   elog 
"https://addons.opera.com/extensions/details/gnome-shell-integration/;
-}



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

2017-04-26 Thread Patrice Clement
commit: 8f9941198c683c0cb1cc40cd1040155d55bcae6d
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Apr 21 15:52:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 26 21:02:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f994119

app-admin/logstash-bin: version bump to 5.3.1.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4461

 app-admin/logstash-bin/Manifest  |  1 +
 app-admin/logstash-bin/logstash-bin-5.3.1.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
index c87fd06a625..f3f31f6eb59 100644
--- a/app-admin/logstash-bin/Manifest
+++ b/app-admin/logstash-bin/Manifest
@@ -1,2 +1,3 @@
 DIST logstash-5.1.2.zip 100044055 SHA256 
99fd514b6241310c78aefca2cd895c1cec4cd426aa08fccf7e8bba26567573c3 SHA512 
4186f942dd555dc1284bc657cbd3a61de8aa67a50bd2f7b725d3364e5fca61029cadb0ca4f9e1c4a36078805fd015128ddcd7773e19e643eaddd5ae2fa9c6673
 WHIRLPOOL 
1127a419a35e42de59a4bd61fe5b75e39daad69d0646019417abf83f44639a86fd2b1ffc687b6cc551562045ef3d2d901d7985437d158094d4d054e4a93bfd5d
 DIST logstash-5.2.2.zip 100068713 SHA256 
35bd0378f5b9001b4c3056b11496936ef47c09e3ddc469353bc8951e3b81e174 SHA512 
923b35e8bcc97f6036cd4a484df546b2cc1341ec8fe5080bea8f979856086e5f71fa0c3f7aee2207f7c3e71aec18af416278123362f89990c05ec9e2c92f
 WHIRLPOOL 
4a67ed0ba3b532da5d488b2e45f53149b4e63b6b638b6fe1058a13eab904cb7ec24cd87306868a4770fe6aadfe13f7d76bfc9973e73104a8e4e9aee455321c32
+DIST logstash-5.3.1.zip 100150030 SHA256 
f5e626a8cfe128b7ebaa0ec8ddc20876913852efd91c2c81a1f19f2223e00e07 SHA512 
7897eab56bc33ee38169ad34e600cdf7180d0af30f93811f1ecf30a107944cd7a5ab2e95805695da7c1ce6f2112424c17de3b3bd9efaf344daff4e227d5e3d90
 WHIRLPOOL 
12383a43c372a2eef31b0a64e1b14f304ea90f7202524f6d56b7f0f51fcefd029f45b7f2782050d3c89269e41ae96c02e78586db30bb5d509f45b19508c36be3

diff --git a/app-admin/logstash-bin/logstash-bin-5.3.1.ebuild 
b/app-admin/logstash-bin/logstash-bin-5.3.1.ebuild
new file mode 100644
index 000..cda22abd473
--- /dev/null
+++ b/app-admin/logstash-bin/logstash-bin-5.3.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit 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="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+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/log/${MY_PN}"
+
+   insinto "/usr/share/${MY_PN}"
+   newins "${FILESDIR}/agent.conf.sample" agent.conf
+
+   insinto "/opt/${MY_PN}"
+   doins -r .
+   fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" 
"/opt/${MY_PN}/vendor/jruby/bin/jruby" "/opt/${MY_PN}/bin/logstash-plugin"
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${MY_PN}.logrotate" "${MY_PN}"
+
+   newconfd "${FILESDIR}/${MY_PN}.confd" "${MY_PN}"
+   newinitd "${FILESDIR}/${MY_PN}.initd" "${MY_PN}"
+}
+
+pkg_postinst() {
+   ewarn "The default user changed from root to ${MY_PN}. If you wish to 
run as root (for"
+   ewarn "example to read local logs), be sure to change LS_USER and 
LS_GROUP in"
+   ewarn "${EROOT%/}/etc/conf.d/${MY_PN}"
+   einfo
+   einfo "Installing plugins: (bug #601294)"
+   einfo "DEBUG=1 JARS_SKIP='true' bin/logstash-plugin install 
logstash-output-gelf"
+}



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

2017-04-26 Thread Patrice Clement
commit: e055955773279e5f939091ccc43e352343b65c13
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Apr 21 15:37:23 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 26 21:01:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0559557

app-admin/filebeat: version bump to 5.3.1.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4459

 app-admin/filebeat/Manifest  |  1 +
 app-admin/filebeat/filebeat-5.3.1.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index ed529004b32..49b139a6f69 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -1,2 +1,3 @@
 DIST filebeat-5.1.2.tar.gz 16512836 SHA256 
7cd554f8be6b02290ebbc17c9820acde3dc59108672ced7a0cf5486faa3e23ce SHA512 
f5ade54c3a2471680067fc5f6861ddcc052177c473f40d2135ba281e63172a4ba386368f77e5e4ba77b60c88ee20e5cd0095705aa3ed6e2588fda034de6b116f
 WHIRLPOOL 
438119b4e5664ee0cff2a70b811ea4c247def4b15efdc1bcc243f157fe88669636c6465b93316adc2d774e5b4109856c54cc658bde2636393431b0f30a712f80
 DIST filebeat-5.2.2.tar.gz 16489808 SHA256 
45c89fab339de3d3e7f9a83c7a48312ede147d5989b67b8619d9128353c891c3 SHA512 
7cf54eb0b27d830e51bf97964f078874eae62e1d9642fb598cdd2f0a405db4a74e1f299c5e57e29a67cfea209b9b3c7f38bdcbe6b2e2885285b77615236971c1
 WHIRLPOOL 
3a708a799b3360cee12a58d858bd51f474fb86c143c6648edd451d2862ce05ae0bc9544ceef62ddbf05bc50c439a7ee041faef70214ced3e53e16e8452a9f486
+DIST filebeat-5.3.1.tar.gz 17594920 SHA256 
392c647fd3a4fd40b70d911950f38c0fd65a3ad4bb8548fcd0afd77c01d31d9e SHA512 
add9b899886e1d36632e6509ab6abb312bcd58f8545aa4368a4d19e6c9267b3a50fd6f5ebd431edf679a1d4583af1991b362ce87720dcf90d9990ee968769d05
 WHIRLPOOL 
221027a801e99e008fbe5995d187cd9318180c535ed80a7f48c7befd4c84a168ed1a7666a1ec2bb6f06784f330fde8bb12a4f02141f0bb90cefddb8c6fb5db58

diff --git a/app-admin/filebeat/filebeat-5.3.1.ebuild 
b/app-admin/filebeat/filebeat-5.3.1.ebuild
new file mode 100644
index 000..ae7e555c849
--- /dev/null
+++ b/app-admin/filebeat/filebeat-5.3.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+
+DEPEND=">=dev-lang/go-1.7.1"
+RDEPEND="!app-admin/filebeat-bin"
+
+ELASTIC="${WORKDIR}/src/github.com/elastic"
+BEATS="${ELASTIC}/beats"
+S="${BEATS}"
+
+src_unpack() {
+   mkdir -p "${ELASTIC}" || die
+   unpack ${P}.tar.gz
+   mv beats-${PV} "${BEATS}" || die
+}
+
+src_compile() {
+   cd ${BEATS}/filebeat || die
+   GOPATH="${WORKDIR}" emake
+}
+
+src_test() {
+   cd ${BEATS}/filebeat || die
+   GOPATH="${WORKDIR}" emake check
+}
+
+src_install() {
+   keepdir /var/{lib,log}/${PN}
+
+   fperms 0750 /var/{lib,log}/${PN}
+
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+
+   insinto "/usr/share/doc/${PF}/examples"
+   doins ${PN}/{filebeat.yml,filebeat.full.yml}
+
+   insinto "/etc/${PN}"
+   doins ${PN}/{filebeat.template.json,filebeat.template-es2x.json}
+
+   exeinto "/usr/share/${PN}"
+   doexe libbeat/scripts/migrate_beat_config_1_x_to_5_0.py
+
+   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/5.0/upgrading.html;
+   elog ""
+   elog "The migration script:"
+   elog 
"${EROOT%/}/usr/share/filebeat/migrate_beat_config_1_x_to_5_0.py"
+   elog ""
+   fi
+
+   elog "Example configurations:"
+   elog "${EROOT%/}/usr/share/doc/${PF}/examples"
+}



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

2017-04-26 Thread Patrice Clement
commit: fc0e93f4c79400485e369518a9bc8dd7665d283a
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Apr 21 15:09:02 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 26 21:01:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0e93f4

dev-db/percona-xtrabackup: version bump to 2.4.7.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4458

 dev-db/percona-xtrabackup/Manifest |  1 +
 .../percona-xtrabackup-2.4.7.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/dev-db/percona-xtrabackup/Manifest 
b/dev-db/percona-xtrabackup/Manifest
index 7b00b9fe287..f34a4c3f7be 100644
--- a/dev-db/percona-xtrabackup/Manifest
+++ b/dev-db/percona-xtrabackup/Manifest
@@ -1 +1,2 @@
 DIST percona-xtrabackup-2.4.6.tar.gz 54108124 SHA256 
1e21ab097550901d8f2fa3dc37402ba6a994afa0722760f8f19cb369565e5e8b SHA512 
7ed16ba73d4232cc5f40f3dd4674087b65326b42f3f0d9cd462a1eef1dd2c41c582cb71fff49998d9e65f71322e2b26d0708b2ba36da22f54f456679b9a544e5
 WHIRLPOOL 
3d53e7a2b7b61c0dd779d723a3efb4d1ab4d98aff751a325e6028c0710a1f4de969d70f62c65a8a0e67f0d95643a0245524fb37708602ef303f21674c5f92fe3
+DIST percona-xtrabackup-2.4.7.tar.gz 54119422 SHA256 
261567a4f0bdde0df7eefeb4f651ad39b4752984bbaabd68245e0e5ee368871a SHA512 
7aaf82975cd4c0b7af119902eddf96b8ce75c0fbcbd6835991e33f1f89347361fbe3c9040762c9989df5d53199b628aa6b2b45004ef440bb46e2415fbab13009
 WHIRLPOOL 
768749471ac987a24f86d07b330988cb679042be5a8affd264f1195eeeacaa8e403370d558316708a056acb4b0ad78083e195f31a4f2a58bc497bf301be2ddb1

diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.7.ebuild 
b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.7.ebuild
new file mode 100644
index 000..a2108da72ad
--- /dev/null
+++ b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.7.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Hot backup utility for MySQL based servers"
+HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup;
+SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   app-arch/lz4:0=
+   app-editors/vim-core
+   >=dev-libs/boost-1.59.0:=
+   dev-libs/libaio
+   dev-libs/libedit
+   dev-libs/libevent:0=
+   dev-libs/libgcrypt:0=
+   dev-libs/libgpg-error
+   dev-python/sphinx
+   net-misc/curl
+   sys-libs/zlib"
+RDEPEND="${DEPEND}
+   !dev-db/xtrabackup-bin
+   dev-perl/DBD-mysql"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.4.6-remove-boost-version-check.patch
+   "${FILESDIR}"/${PN}-2.4.6-fix-gcc6-isystem.patch
+)
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # remove bundled lz4, boost, libedit, libevent, zlib
+   # just to be safe...
+   rm -r extra/lz4 include/boost_1_59_0 \
+   cmd-line-utils/libedit libevent zlib || die
+}
+
+src_configure() {
+   # Needed, due to broken handling of CMAKE_BUILD_TYPE leading to
+   #
+   #   error: 'fts_ast_node_type_get' was not declared in this scope
+   #
+   append-cppflags -DDBUG_OFF
+
+   local mycmakeargs=(
+   -DBUILD_CONFIG=xtrabackup_release
+   -DWITH_EDITLINE=system
+   -DWITH_LIBEVENT=system
+   -DWITH_LZ4=system
+   -DWITH_SSL=bundled # uses yassl, which isn't packaged
+   -DWITH_ZLIB=system
+   -DWITH_PIC=ON
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   local p="${BUILD_DIR}/storage/innobase/xtrabackup"
+
+   dobin "${p}"/src/{xbcloud,xbcrypt,xbstream,xtrabackup}
+   dosym xtrabackup /usr/bin/innobackupex
+
+   einstalldocs
+   doman "${p}"/doc/source/build/man/*
+}



[gentoo-commits] proj/mozilla:master commit in: eclass/, www-client/firefox/

2017-04-26 Thread Ian Stakenvicius
commit: 7c968e3cf79024eb6440c3628474ebc8b5401a33
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Apr 26 20:30:18 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Apr 26 20:30:18 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7c968e3c

disable cairo-gtk2 toolkit support for 53 and newer via new mozconfig eclass

 eclass/mozconfig-v6.53.eclass  | 388 +
 www-client/firefox/firefox-53.0.ebuild |   9 +-
 2 files changed, 389 insertions(+), 8 deletions(-)

diff --git a/eclass/mozconfig-v6.53.eclass b/eclass/mozconfig-v6.53.eclass
new file mode 100644
index 000..18d5c0f
--- /dev/null
+++ b/eclass/mozconfig-v6.53.eclass
@@ -0,0 +1,388 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+#
+# @ECLASS: mozconfig-v6.52.eclass
+# @MAINTAINER:
+# mozilla team 
+# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6
+# @DESCRIPTION:
+# This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey)
+# to provide a single common place for the common mozilla engine compoments.
+#
+# The eclass provides all common dependencies as well as common use flags.
+#
+# Some use flags which may be optional in particular mozilla packages can be
+# supported through setting eclass variables.
+#
+# This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3,
+# and so ebuilds inheriting this eclass do not need to inherit that.
+
+case ${EAPI} in
+   0|1|2|3|4)
+   die "EAPI=${EAPI} not supported"
+   ;;
+   5)
+   inherit multilib
+   ;;
+esac
+
+inherit flag-o-matic toolchain-funcs mozcoreconf-v4
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild needs to provide
+# optional necko-wifi support via IUSE="wifi".  Currently this would include
+# ebuilds for firefox, and potentially seamonkey.
+#
+# Leave the variable UNSET if necko-wifi support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild needs to provide
+# deterministic jit support via IUSE="jit".  The upstream default will be used
+# otherwise, which is generally to enable jit unless support for the platform
+# is missing.
+#
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild can provide
+# optional gtk3 support via IUSE="force-gtk3".  Currently this would include
+# thunderbird and seamonkey in the future, once support is ready for testing.
+#
+# Leave the variable UNSET if gtk3 support should not be optionally available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+# If gtk+:3 is to be the standard toolkit, do not use this and instead use
+# MOZCONFIG_OPTIONAL_GTK2ONLY.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild can provide
+# optional gtk2-only support via IUSE="gtk2".
+#
+# Note that this option conflicts directly with MOZCONFIG_OPTIONAL_GTK3, both
+# variables cannot be set at the same time and this variable will be ignored if
+# MOZCONFIG_OPTIONAL_GTK3 is set.
+#
+# Leave the variable UNSET if gtk2-only support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
+# @DESCRIPTION:
+# Set this variable before the inherit line, when an ebuild can provide
+# optional qt5 support via IUSE="qt5".  Currently this would include
+# ebuilds for firefox, but thunderbird and seamonkey could follow in the 
future.
+#
+# Leave the variable UNSET if qt5 support should not be available.
+# Set the variable to "enabled" if the use flag should be enabled by default.
+# Set the variable to any value if the use flag should exist but not be 
default-enabled.
+
+# use-flags common among all mozilla ebuilds
+IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux 
startup-notification system-cairo
+   system-harfbuzz system-icu system-jpeg system-libevent system-sqlite 
system-libvpx"
+
+# some notes on deps:
+# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 
2.14
+# media-libs/mesa needs to be 10.2 or 

[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2017-04-26 Thread Ian Stakenvicius
commit: 20193e5b36a26364905436258bcd4d3a28af612c
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Apr 26 20:25:40 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Apr 26 20:25:40 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=20193e5b

fix manifest for firefox-52.1.0

 www-client/firefox/Manifest | 184 ++--
 1 file changed, 92 insertions(+), 92 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 3ce7099..3c62bd2 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,96 +1,96 @@
 DIST firefox-52.0-patches-08.tar.xz 10084 SHA256 
2acdd54fd4268a1a1a12905fb3586981d55bad5269b8f380a54aa65fc4268a4f SHA512 
974edc753230429a52c820c82d8b78ea727b1e42a10fcd562b9e4173920f369a78550e6517e32cfea64d19a92c658ef1cebb29c59165fe8aaa587ec20107c835
 WHIRLPOOL 
ab2c1520bf795ef48e564fb81ce812e11e7f4f4a2fe472ad85b045011344f359c62ec0c4c83e4ad196d3d891eef8ef52b462a77b6f1485a75eeabc1487462410
-DIST firefox-52.0.2esr-ach.xpi 427639 SHA256 
17c44be4b699da792a9bd79e1749bf5e565af10b19ebf5f439362fb1e20d7bd6 SHA512 
5c6e75a7d31632be1858fe4f7a9aa22095ec2a32ac631c94c2693c16deddce41bb5d4fa00a1910d36da74baceb5088abf3620c0918682aca6d1340135380487e
 WHIRLPOOL 
56dfe1f6a07987a2b2047e88f394d06004afc9cd993f57a1aa49bd20a1f2acaf8e0afc0106f685d6212f4a45629d9583fad8c579c6a74d4cf3dbcb802a8cc4e8
-DIST firefox-52.0.2esr-af.xpi 436823 SHA256 
d13bb88214d8c508dad8327e11dd86dc7b16ba3f41d2f1ff17d2c82a38be515f SHA512 
21e93dd38ff3963aa0a01eab1fbc27b9e05cd09708e658304512b2877d4b62e10995a69deeb15f5f9edf86b43ff58fbba755bf9ccec15731ce08715c98b6625b
 WHIRLPOOL 
432ffdbc8926e83adc0ad54952d83ee0bb65f217875ca2927602ef18b3ce3b3887b2eccd65de59dc00f7cb9af61e6a675043496e7247b1e3818ffd0fe1c8a9a8
-DIST firefox-52.0.2esr-an.xpi 445142 SHA256 
b0bec9aff7203140945935e2d978d5007410df9e544895650160fe49c254b44b SHA512 
0332875a3880920da7f9c3a5f5b12c87bc1b5ac69c1774b494bd65ef2458d54802230f0b5ff24c6d5a6f8e89d2a44e2e65b882d819738fc9435112e91e545274
 WHIRLPOOL 
06280861eefdafdb11e1c283df1117b9a5be8875a1eddd33cc6c9c75690181724839abd7c1e0742ac638da0a1c9e2e53a7eeaff2f462577cf60d69055d1ccc25
-DIST firefox-52.0.2esr-ar.xpi 473381 SHA256 
b5df05b95e340d8e1235bb896ec0db4111ccdc525b79102cce934121a30579e5 SHA512 
6b33a7e886a7d2da2b066aea74439d6c9bb832eeb7fe6afbd1f0360e9bc554ddc557f230ae38f6a2c89d36e5f92379ff68152be73f607de665dc949f674fc68e
 WHIRLPOOL 
4c3e8898d76eeec7080c5708f13b639917e5452c513228759b92168754b5e3b345b6a9444225340ef53c8d737c2d0bb2e63e6824110994ebee54875104401a85
-DIST firefox-52.0.2esr-as.xpi 486888 SHA256 
50c05b0867cd43b33d8ca84300f76f060e854a83f06d0d51f4c421d96e1a6d48 SHA512 
79d44c4957e6dde1570889afd0ab8635c43e277507d67fe4a2a071e8dd271f950f636003b40341465178abc8f0ff28c5094b29f0e768dcd41c0ba09f204946b6
 WHIRLPOOL 
3b823cb10c903f2068c5f01882f2025c75f96f4762471a33a9f16ff9d6ec3b92d7480d586d19fec8d6a5adde5975d19edcf0daa4d87c79e09273bf6d1ea1e453
-DIST firefox-52.0.2esr-ast.xpi 440032 SHA256 
2b6862eae7afc252c50f85d4cf2658a9c2361d3edf97ff1550b20b05b554fd49 SHA512 
37a39d7b076042a11fd39b434576e2a12376408b987d29e7c48e460c3a4bb41fe93c2b8b3e3a707fac789adc7905b56256bcd644385a1d028bbe06f7bcd993e6
 WHIRLPOOL 
ec4dd19ff1bc286e12932087c6279a3f6d34fc53c88d6988284d847aad437556b95d083df137d13c5afa0cee30231cff94aa72abc47e9038965a5a28153c102b
-DIST firefox-52.0.2esr-az.xpi 454922 SHA256 
cfbb370421d4054e8eee312819c2c2d88c87d643e29b83ebdb13afde6b39ddc7 SHA512 
18690705ecd6f97f39318424072f5f59c71ac6034d2d6c5d0eb96e5d90e16f1bcfbb5142bf5b7c4e019d4d5948e5888b5f11c32a076b9b2bcf2d8c695b35fdd4
 WHIRLPOOL 
c3393b176d5c52247fa73e15ea767d93d39a67929d59dd044733fcfb08dc651aec54c24d09f69854d8cc441c0742d30bad71c6d135609fbac42ea923d885d8f0
-DIST firefox-52.0.2esr-bg.xpi 487892 SHA256 
3af5ecfa0490f46da75491ff3d0997f1c00ea8c19a4d53a54197abdb040b4621 SHA512 
194e0d47c7b1b4143a37481c50af5e6f547b33113a610b9cbb3cb12e7cda1778e5352e0eb780a6e0d8dc700a91d688c8bbd9b370f22e6796becb0da874202056
 WHIRLPOOL 
b9ebbddba184e814e985a8098cb32eaf3b29034777dc13748b1efde27292566e1431ee02626f52724a300a5efecbbcd178bd1a5153dcc151c8fd7520deb1effb
-DIST firefox-52.0.2esr-bn-BD.xpi 511994 SHA256 
b7ac48b8ed5a52b862ae467cff092209e7959e651c67ca67a7706f61b4a26617 SHA512 
bea1f722f1b96fb5f94994f183a695b9fc6494957a2e435146776e3280c6d4d540853036c45bbfb279ab03b83e7c373e6e98f8131f3ddca639d7f22b863ad516
 WHIRLPOOL 
9aeb216ac2eaa6884dc0b7edc5b3d365dc656137186ee23fa8a5d8c6575cb14b3657ffdf685f01d43ebaddbca2372fa78b4020568deaff625a05f52f7f1bffa2
-DIST firefox-52.0.2esr-bn-IN.xpi 509375 SHA256 
7d2153c5b928bde7389c418b0df426c8df3464b44aec54e8e4732d7f4d01ebc0 SHA512 
37754163f9ed0f2a8040d18e8b69134ef771eb3c2f700f9562ce1c11c8b68831232de3c77ee7e6e54f594e8d0be7bf2f2c98a74220f94be35f83ab15dc04e7d5
 WHIRLPOOL 
075fe234b5dbefc5627a1fe1d109ec9cd1ad2df1c4ebba207c08b21cc4c42f3d280fb134f4e525d2c21385afceb762c561068756a712df8780c8779a7aaa8f6f
-DIST firefox-52.0.2esr-br.xpi 435482 SHA256 

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

2017-04-26 Thread Zac Medico
commit: 74d23e41f76e6655be74b1902b3a3022906ee1d2
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 26 20:01:48 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Apr 26 20:02:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d23e41

dev-util/android-tools: fix call to build.sh without shebang (bug 616598)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/android-tools/android-tools-6.0.1_p79.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
index 8947945cab6..bfab989f55e 100644
--- a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -64,7 +64,7 @@ src_compile() {
chmod +x ./generate_build.rb || die
./generate_build.rb > build.sh || die
chmod +x build.sh || die
-   ./build.sh || die
+   bash -e ./build.sh || die
 }
 
 src_install() {



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

2017-04-26 Thread Michał Górny
commit: 99f170f4213277a670950b286150325330de68bd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 19:20:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 19:37:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f170f4

dev-python/plyr: Tested on py3.5 & py3.6

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

diff --git a/dev-python/plyr/plyr-1.0.6.ebuild 
b/dev-python/plyr/plyr-1.0.6.ebuild
index 9a55c0f4b19..1468d315bf5 100644
--- a/dev-python/plyr/plyr-1.0.6.ebuild
+++ b/dev-python/plyr/plyr-1.0.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 flag-o-matic
 



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

2017-04-26 Thread NP Hardass
commit: 438e3912063d437bf8aa036f8812fdf4dd3cccde
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Apr 26 18:43:09 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Apr 26 18:43:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438e3912

games-strategy/freeorion: Drop 0.4.6, update , #604086

Fixes building with Boost 1.63

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-strategy/freeorion/Manifest   |  1 -
 games-strategy/freeorion/freeorion-0.4.6.ebuild | 83 -
 games-strategy/freeorion/freeorion-.ebuild  | 10 +--
 3 files changed, 3 insertions(+), 91 deletions(-)

diff --git a/games-strategy/freeorion/Manifest 
b/games-strategy/freeorion/Manifest
index a4b1e956c97..d4c501817d0 100644
--- a/games-strategy/freeorion/Manifest
+++ b/games-strategy/freeorion/Manifest
@@ -1,2 +1 @@
-DIST freeorion-0.4.6.tar.gz 145720274 SHA256 
3e3ff3a758c8a1ffa71773dff18faff2c792051bb5162758b5f5b8ea59e8e311 SHA512 
0488e36286358e8db2dcfe0cdae68e4638388fd2d4c627a258cdecf0afd57e9dbac03111f7683c3ef22edecbedd197a172d177400ddbb585a50f34804a50c50a
 WHIRLPOOL 
30d56a2ca76158168492aa0d1b3fe5a9f164afd7dc378128fe2796ce149a9d65a64cd10c41c5b6c1510773e9ead564dff452869e6c384d949cd0789a51198b6c
 DIST freeorion-0.4.7_rc2.tar.gz 105944237 SHA256 
6f9d2dd30609e65982fef197f4c64553e196a2c30dd9bae9db6b02758dd85191 SHA512 
f703ae2e79d0ec1ba6217ff4de7fe443476ee280437f28e545286bfce7d20add5886c7275672091df2374222d03d535513a7d68db4e9bcc08bd72f1b28ca29d3
 WHIRLPOOL 
c77c19f49c91452328c0b841f9bc127ab3c347963cd54582cd0fe587cc773565e6eec7e8cd3f1f30f7c690c24868029185e2c75bef32dcb53b25772bb1c1b0fd

diff --git a/games-strategy/freeorion/freeorion-0.4.6.ebuild 
b/games-strategy/freeorion/freeorion-0.4.6.ebuild
deleted file mode 100644
index cd26c01d3e8..000
--- a/games-strategy/freeorion/freeorion-0.4.6.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils python-any-r1 gnome2-utils
-
-DESCRIPTION="A free turn-based space empire and galactic conquest game"
-HOMEPAGE="http://www.freeorion.org;
-
-RELDATE=2016-09-16
-SHA=49f9123
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/FreeOrion_v${PV}_${RELDATE}.${SHA}_Source.tar.gz
 -> ${P}.tar.gz"
-# Issue with version.cpp, TODO fix
-#SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/boost-1.56[python,threads]
-   media-libs/freealut
-   media-libs/freetype
-   media-libs/glew:*
-   media-libs/libsdl2
-   >=media-libs/libogg-1.1.3
-   media-libs/libpng:0
-   media-libs/libsdl2[X,opengl,video]
-   >=media-libs/libvorbis-1.1.2
-   media-libs/openal
-   sci-physics/bullet
-   sys-libs/zlib
-   virtual/opengl
-   !dev-games/gigi"
-   # Use bundled gigi as of freeorion-0.4.3
-
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/src-tarball"
-
-PATCHES=( "${FILESDIR}/${P}-boost-1.62.patch" )
-
-pkg_setup() {
-   # build system is using FindPythonLibs.cmake which needs python:2
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   sed -e "s/-O3//" -i CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DRELEASE_COMPILE_FLAGS=""
-   -DCMAKE_SKIP_RPATH=ON
-   )
-
-   append-cppflags 
-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   dodoc ChangeLog.md
-
-   newenvd "${FILESDIR}/${PN}.envd" 99${PN}
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/games-strategy/freeorion/freeorion-.ebuild 
b/games-strategy/freeorion/freeorion-.ebuild
index a790572fcaf..1be8614838d 100644
--- a/games-strategy/freeorion/freeorion-.ebuild
+++ b/games-strategy/freeorion/freeorion-.ebuild
@@ -13,14 +13,10 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/freeorion/freeorion.git;
 else
-   RELDATE=2016-09-16
-   SHA=49f9123
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/FreeOrion_v${PV}_${RELDATE}.${SHA}_Source.tar.gz
 -> ${P}.tar.gz"
-   # Issue with version.cpp, TODO fix
-   #SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   MY_PV="${PV/_/-}"
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
-
-   S="${WORKDIR}/src-tarball"
+   S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 
 LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"



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

2017-04-26 Thread Dirkjan Ochtman
commit: 4e718599e95198a9017656f40d068b6f99719cb0
Author: Christian Roessner  roessner-network-solutions  com>
AuthorDate: Wed Apr 26 09:26:20 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Apr 26 18:43:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e718599

dev-libs/hyperscan: bump to 4.4.1-r1, fix 616626

Gentoo-Bug: 616626

 dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild | 30 
 1 file changed, 30 insertions(+)

diff --git a/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild 
b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild
new file mode 100644
index 000..9bc34a0334a
--- /dev/null
+++ b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="High-performance regular expression matching library"
+SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz;
+HOMEPAGE="https://01.org/hyperscan;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cpu_flags_x86_ssse3 static-libs"
+
+DEPEND="dev-util/ragel
+   =dev-lang/python-2*
+   dev-libs/boost
+   net-libs/libpcap"
+
+REQUIRED_USE="cpu_flags_x86_ssse3"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=$(usex static-libs OFF ON)
+   -DBUILD_STATIC_AND_SHARED=$(usex static-libs ON OFF)
+   )
+   cmake-utils_src_configure
+}



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

2017-04-26 Thread Alfredo Tupone
commit: e2658d94c1c8d71269824863f5d523f52597f448
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Apr 26 18:32:51 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Apr 26 18:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2658d94

dev-ada/aunit: Add dev-ada/aunit-2016

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ada/aunit/Manifest  |  1 +
 dev-ada/aunit/aunit-2016.ebuild | 39 +
 dev-ada/aunit/files/aunit-2016-gentoo.patch | 11 
 dev-ada/aunit/metadata.xml  | 11 
 4 files changed, 62 insertions(+)

diff --git a/dev-ada/aunit/Manifest b/dev-ada/aunit/Manifest
new file mode 100644
index 000..1214b1a5bfe
--- /dev/null
+++ b/dev-ada/aunit/Manifest
@@ -0,0 +1 @@
+DIST aunit-gpl-2016-src.tar.gz 393489 SHA256 
ba1b86b853daef98190a7dfc9858aedcd4cc85219b310356c02348f32dcc77cf SHA512 
94721f04ff721bbb572ede3fe7b8b61f9682ecaec8076eec3a0a27a41d9bab86248921671b7e63656f473f8d4ddb3a44ecdfb19f479073cf2ae378d62dc68190
 WHIRLPOOL 
fae3579197384972872966b16022e0248d23d207a55af63c6e9daf94ba152a403fa2164a7d9b81fb3ba1214583f2b5506acd87708ffb16f7ef4c66d1f14a3e13

diff --git a/dev-ada/aunit/aunit-2016.ebuild b/dev-ada/aunit/aunit-2016.ebuild
new file mode 100644
index 000..9bd4322f043
--- /dev/null
+++ b/dev-ada/aunit/aunit-2016.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multiprocessing
+
+MYP=${PN}-gpl-${PV}-src
+
+DESCRIPTION="Ada unit testing framework"
+HOMEPAGE="http://libre.adacore.com/tools/aunit/;
+SRC_URI="http://mirrors.cdn.adacore.com/art/573990c6c7a447658d00e1cb -> 
${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-lang/gnat-gpl"
+DEPEND="${RDEPEND}
+   dev-ada/gprbuild"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_compile() {
+   emake GPRBUILD="gprbuild -j$(makeopts_jobs)"
+}
+
+src_install() {
+   emake INSTALL="${D}"usr install
+   einstalldocs
+   mv "${D}"usr/share/doc/${PN}/* "${D}"usr/share/doc/${PF}/ || die
+   rmdir "${D}"usr/share/doc/${PN} || die
+   mv "${D}"usr/share/examples/${PN} "${D}"usr/share/doc/${PF}/examples || 
die
+   rmdir "${D}"usr/share/examples || die
+   dodoc features-* known-problems-*
+}

diff --git a/dev-ada/aunit/files/aunit-2016-gentoo.patch 
b/dev-ada/aunit/files/aunit-2016-gentoo.patch
new file mode 100644
index 000..eeace666b45
--- /dev/null
+++ b/dev-ada/aunit/files/aunit-2016-gentoo.patch
@@ -0,0 +1,11 @@
+--- aunit-3.8.0w-src/Makefile.old  2017-01-04 18:13:29.634899987 +0100
 aunit-3.8.0w-src/Makefile  2017-01-04 18:15:59.013219503 +0100
+@@ -29,7 +29,7 @@
+ .PHONY: all clean targets install_clean install
+ 
+ all:
+-  $(GPRBUILD) -p $(GPROPTS) lib/gnat/aunit.gpr
++  $(GPRBUILD) -p $(GPROPTS) lib/gnat/aunit.gpr -cargs $(ADAFLAGS)
+ 
+ clean-lib:
+   $(RM) -fr lib/aunit lib/aunit-obj

diff --git a/dev-ada/aunit/metadata.xml b/dev-ada/aunit/metadata.xml
new file mode 100644
index 000..355af3380ec
--- /dev/null
+++ b/dev-ada/aunit/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+   
+AUnit is a set of Ada packages based on the xUnit family of 
unit test frameworks. It’s intended as a developer’s tool to facilitate 
confident writing and evolution of Ada software. It is purposely lightweight, 
as one of its main goals is to make it easy to develop and run unit tests, 
rather than to generate artifacts for process management. The framework 
supports easy composition of sets of unit tests to provide flexibility in 
determining what tests to run for a given purpose.
+   
+



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

2017-04-26 Thread Jason Zaman
commit: e7b6cfc43ffbf73fe2a3f5c019113b0056c87e66
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 04:35:52 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b6cfc4

sys-apps/semodule-utils: export CC

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/semodule-utils/semodule-utils-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/semodule-utils/semodule-utils-.ebuild 
b/sys-apps/semodule-utils/semodule-utils-.ebuild
index ec6fa4fe437..3ba2b1632e7 100644
--- a/sys-apps/semodule-utils/semodule-utils-.ebuild
+++ b/sys-apps/semodule-utils/semodule-utils-.ebuild
@@ -41,6 +41,7 @@ src_prepare() {
 
 src_compile() {
emake \
+   CC="$(tc-getCC)" \
LIBDIR="\$(PREFIX)/$(get_libdir)"
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/mcstrans/, sys-apps/mcstrans/files/

2017-04-26 Thread Jason Zaman
commit: 24edb9749c6742ef94607ec7d0df94d7d740549d
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 18:02:52 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24edb974

sys-apps/mcstrans: New Package split from policycoreutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/mcstrans/files/mcstransd.init | 31 ++
 sys-apps/mcstrans/mcstrans-.ebuild | 57 ++
 sys-apps/mcstrans/metadata.xml | 14 +
 3 files changed, 102 insertions(+)

diff --git a/sys-apps/mcstrans/files/mcstransd.init 
b/sys-apps/mcstrans/files/mcstransd.init
new file mode 100755
index 000..7c90e771b38
--- /dev/null
+++ b/sys-apps/mcstrans/files/mcstransd.init
@@ -0,0 +1,31 @@
+#!/sbin/openrc-run
+# Copyright 2006-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+is_selinux_enabled() {
+   local SE_ENABL="/usr/sbin/selinuxenabled"
+
+   if [ -x "$SE_ENABL" ]; then
+   $SE_ENABL && return 0 || return 1
+   else
+   ewarn "mcstransd: Unable to determine SELinux status"
+   return 1
+   fi
+}
+
+start() {
+   if is_selinux_enabled; then
+   ebegin "Starting mcstransd"
+   checkpath -q -d -m 0755 /run/setrans
+   start-stop-daemon --start --quiet --exec /sbin/mcstransd
+   eend $?
+   fi
+}
+
+stop() {
+   if is_selinux_enabled; then
+   ebegin "Stopping mcstransd"
+   start-stop-daemon --stop --quiet --name mcstransd
+   eend $?
+   fi
+}

diff --git a/sys-apps/mcstrans/mcstrans-.ebuild 
b/sys-apps/mcstrans/mcstrans-.ebuild
new file mode 100644
index 000..edb29454163
--- /dev/null
+++ b/sys-apps/mcstrans/mcstrans-.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20161014"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="SELinux context translation to human readable names"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   seli...@gentoo.org
+   SELinux Team
+   
+   
+   MCS translation daemon translates SELinux contexts to human 
readable format
+   
+   
+   SELinuxProject/selinux
+   
+



[gentoo-commits] repo/gentoo:master commit in: sys-apps/restorecond/, sys-apps/restorecond/files/

2017-04-26 Thread Jason Zaman
commit: e23657020be7d689d84a7d1d1a7a82a7b0155773
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 18:08:38 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2365702

sys-apps/restorecond: New Package split from policycoreutils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/restorecond/files/restorecond.init  | 30 +++
 sys-apps/restorecond/metadata.xml| 14 +++
 sys-apps/restorecond/restorecond-.ebuild | 57 
 3 files changed, 101 insertions(+)

diff --git a/sys-apps/restorecond/files/restorecond.init 
b/sys-apps/restorecond/files/restorecond.init
new file mode 100755
index 000..709f1d1b9ec
--- /dev/null
+++ b/sys-apps/restorecond/files/restorecond.init
@@ -0,0 +1,30 @@
+#!/sbin/openrc-run
+# Copyright 2006-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+is_selinux_enabled() {
+   local SE_ENABL="/usr/sbin/selinuxenabled"
+
+   if [ -x "$SE_ENABL" ]; then
+   $SE_ENABL && return 0 || return 1
+   else
+   ewarn "Restorecond: Unable to determine SELinux status"
+   return 1
+   fi
+}
+
+start() {
+   if is_selinux_enabled; then
+   ebegin "Starting restorecond"
+   start-stop-daemon --start --quiet --exec /usr/sbin/restorecond
+   eend $?
+   fi
+}
+
+stop() {
+   if is_selinux_enabled; then
+   ebegin "Stopping restorecond"
+   start-stop-daemon --stop --quiet --pidfile 
/var/run/restorecond.pid
+   eend $?
+   fi
+}

diff --git a/sys-apps/restorecond/metadata.xml 
b/sys-apps/restorecond/metadata.xml
new file mode 100644
index 000..bad7d3fa425
--- /dev/null
+++ b/sys-apps/restorecond/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   seli...@gentoo.org
+   SELinux Team
+   
+   
+   daemon that watches for file creation and then sets the default 
SELinux file context
+   
+   
+   SELinuxProject/selinux
+   
+

diff --git a/sys-apps/restorecond/restorecond-.ebuild 
b/sys-apps/restorecond/restorecond-.ebuild
new file mode 100644
index 000..9195189cedc
--- /dev/null
+++ b/sys-apps/restorecond/restorecond-.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+MY_RELEASEDATE="20161014"
+
+MY_P="${P//_/-}"
+IUSE=""
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git;
+   S="${WORKDIR}/${MY_P}/${PN}"
+else
+   
SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="Daemon to watch for creation and set default SELinux fcontexts"
+HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=sys-libs/libsepol-${PV}:=
+   >=sys-libs/libselinux-${PV}:=
+   dev-libs/libpcre:=
+   >=sys-libs/libcap-1.10-r10:="
+
+RDEPEND="${DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libsemanage/, sys-libs/libsemanage/files/

2017-04-26 Thread Jason Zaman
commit: c25bd87dfe740a26b0d57cf0c1c2098745b1b39e
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 04:38:08 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25bd87d

sys-libs/libsemanage: build paths patch is merged upstream

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/libsemanage-2.7-build-paths.patch| 37 --
 sys-libs/libsemanage/libsemanage-.ebuild   |  2 --
 2 files changed, 39 deletions(-)

diff --git a/sys-libs/libsemanage/files/libsemanage-2.7-build-paths.patch 
b/sys-libs/libsemanage/files/libsemanage-2.7-build-paths.patch
deleted file mode 100644
index 4c2ad0d9462..000
--- a/sys-libs/libsemanage/files/libsemanage-2.7-build-paths.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-there's no point in using -I/-L flags to the system paths and this breaks
-cross-compiling.  just drop them.
-
-diff --git a/libsemanage/src/Makefile b/libsemanage/src/Makefile
-index ef25902..7aad334 100644
 libsemanage/src/Makefile
-+++ libsemanage/src/Makefile
-@@ -61,7 +61,7 @@ CFLAGS ?= -Werror -Wall -W -Wundef -Wshadow 
-Wmissing-noreturn -Wmissing-format-
- SWIG_CFLAGS += -Wno-error -Wno-unused-but-set-variable -Wno-unused-variable 
-Wno-shadow \
-   -Wno-unused-parameter
- 
--override CFLAGS += -I../include -I$(INCLUDEDIR) -D_GNU_SOURCE 
-+override CFLAGS += -I../include -D_GNU_SOURCE
- RANLIB ?= ranlib
- 
- SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
-@@ -81,17 +81,17 @@ $(SWIGRUBYLOBJ): $(SWIGRUBYCOUT)
-   $(CC) $(CFLAGS) $(SWIG_CFLAGS) $(RUBYINC) -fPIC -DSHARED -c -o $@ $<
- 
- $(SWIGSO): $(SWIGLOBJ)
--  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lsemanage $(PYLIBS) 
-L$(LIBDIR)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lsemanage $(PYLIBS)
- 
- $(SWIGRUBYSO): $(SWIGRUBYLOBJ)
--  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lsemanage $(RUBYLIBS) 
-L$(LIBDIR)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lsemanage $(RUBYLIBS)
- 
- $(LIBA): $(OBJS)
-   $(AR) rcs $@ $^
-   $(RANLIB) $@
- 
- $(LIBSO): $(LOBJS)
--  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -lsepol -laudit -lselinux 
-lbz2 -L$(LIBDIR) -Wl,-soname,$(LIBSO),--version-script=libsemanage.map,-z,defs
-+  $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -lsepol -laudit -lselinux 
-lbz2 -Wl,-soname,$(LIBSO),--version-script=libsemanage.map,-z,defs
-   ln -sf $@ $(TARGET)
- 
- $(LIBPC): $(LIBPC).in ../VERSION

diff --git a/sys-libs/libsemanage/libsemanage-.ebuild 
b/sys-libs/libsemanage/libsemanage-.ebuild
index 786c3994ea4..085031fc41e 100644
--- a/sys-libs/libsemanage/libsemanage-.ebuild
+++ b/sys-libs/libsemanage/libsemanage-.ebuild
@@ -71,8 +71,6 @@ src_prepare() {
echo "# decompression of modules in the module store." >> 
"${S}/src/semanage.conf"
echo "bzip-small=true" >> "${S}/src/semanage.conf"
 
-   eapply "${FILESDIR}"/${PN}-2.7-build-paths.patch
-
eapply_user
 
multilib_copy_sources



[gentoo-commits] repo/gentoo:master commit in: sys-apps/policycoreutils/files/, sys-apps/policycoreutils/

2017-04-26 Thread Jason Zaman
commit: 0fc3c67bb5c4530d6bc487aebd5a2eb2bc314d95
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 18:10:37 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc3c67b

sys-apps/policycoreutils: patches merge upstream

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../policycoreutils-2.7-0001-newrole-not-suid.patch   | 13 +
 sys-apps/policycoreutils/policycoreutils-.ebuild  | 19 +++
 2 files changed, 20 insertions(+), 12 deletions(-)

diff --git 
a/sys-apps/policycoreutils/files/policycoreutils-2.7-0001-newrole-not-suid.patch
 
b/sys-apps/policycoreutils/files/policycoreutils-2.7-0001-newrole-not-suid.patch
new file mode 100644
index 000..9dcddde4fda
--- /dev/null
+++ 
b/sys-apps/policycoreutils/files/policycoreutils-2.7-0001-newrole-not-suid.patch
@@ -0,0 +1,13 @@
+diff --git a/policycoreutils/newrole/Makefile 
b/policycoreutils/newrole/Makefile
+index bdefbb8..9cff135 100644
+--- a/policycoreutils/newrole/Makefile
 b/policycoreutils/newrole/Makefile
+@@ -49,7 +49,7 @@ ifeq ($(NAMESPACE_PRIV),y)
+   IS_SUID=y
+ endif
+ ifeq ($(IS_SUID),y)
+-  MODE := 4555
++  MODE := 0555
+   LDLIBS += -lcap-ng
+ else
+   MODE := 0555

diff --git a/sys-apps/policycoreutils/policycoreutils-.ebuild 
b/sys-apps/policycoreutils/policycoreutils-.ebuild
index 4986665b85c..b3b5d467800 100644
--- a/sys-apps/policycoreutils/policycoreutils-.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-.ebuild
@@ -83,12 +83,7 @@ src_prepare() {
cd "${S}" || die "Failed to switch to ${S}"
if [[ ${PV} !=  ]] ; then
# If needed for live ebuilds please use /etc/portage/patches
-   eapply "${FILESDIR}/0010-remove-sesandbox-support.patch"
-   eapply 
"${FILESDIR}/0020-disable-autodetection-of-pam-and-audit.patch"
-   eapply 
"${FILESDIR}/0030-make-inotify-check-use-flag-triggered.patch"
-   eapply 
"${FILESDIR}/0070-remove-symlink-attempt-fails-with-gentoo-sandbox-approach.patch"
-   eapply "${FILESDIR}/0110-build-mcstrans-bug-472912.patch"
-   eapply 
"${FILESDIR}/0120-build-failure-for-mcscolor-for-CONTEXT__CONTAINS.patch"
+   eapply 
"${FILESDIR}/policycoreutils-2.7-0001-newrole-not-suid.patch"
fi
 
# rlpkg is more useful than fixfiles
@@ -114,9 +109,9 @@ src_compile() {
building() {
emake -C "${BUILD_DIR}" \
AUDIT_LOG_PRIVS="y" \
-   AUDITH="$(usex audit)" \
-   PAMH="$(usex pam)" \
-   INOTIFYH="$(usex dbus)" \
+   AUDITH="$(usex audit y n)" \
+   PAMH="$(usex pam y n)" \
+   INOTIFYH="$(usex dbus y n)" \
SESANDBOX="n" \
CC="$(tc-getCC)" \
PYLIBVER="${EPYTHON}" \
@@ -133,9 +128,9 @@ src_install() {
installation-policycoreutils() {
einfo "Installing policycoreutils"
emake -C "${BUILD_DIR}" DESTDIR="${D}" \
-   AUDITH="$(usex audit)" \
-   PAMH="$(usex pam)" \
-   INOTIFYH="$(usex dbus)" \
+   AUDITH="$(usex audit y n)" \
+   PAMH="$(usex pam y n)" \
+   INOTIFYH="$(usex dbus y n)" \
SESANDBOX="n" \
AUDIT_LOG_PRIV="y" \
LIBDIR="\$(PREFIX)/$(get_libdir)" \



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

2017-04-26 Thread Jason Zaman
commit: f925e46e4d2b007ced9cdfd811ca5d4cb2701058
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 04:40:59 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f925e46e

sys-libs/libselinux: build fixes patch merged upsream

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/libselinux/libselinux-.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/sys-libs/libselinux/libselinux-.ebuild 
b/sys-libs/libselinux/libselinux-.ebuild
index 9b1caf679bc..7c0802d6360 100644
--- a/sys-libs/libselinux/libselinux-.ebuild
+++ b/sys-libs/libselinux/libselinux-.ebuild
@@ -44,11 +44,6 @@ DEPEND="${RDEPEND}
python? ( >=dev-lang/swig-2.0.9 )"
 
 src_prepare() {
-   if [[ ${PV} !=  ]] ; then
-   # If needed for live builds, place them in /etc/portage/patches
-   eapply 
"${FILESDIR}/libselinux-2.6-0007-build-related-fixes-bug-500674.patch"
-   fi
-
eapply_user
 
multilib_copy_sources



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

2017-04-26 Thread Jason Zaman
commit: c7b8f8befc3d64562fa30ccbdb2f70ff7bb6d12c
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Apr 26 04:34:26 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Apr 26 18:14:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b8f8be

sys-apps/secilc: export CC

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/secilc/secilc-.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index ad52193eeb9..5b10bacaa82 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
+inherit toolchain-funcs
 
 MY_P="${P//_/-}"
 MY_RELEASEDATE="20161014"
@@ -36,3 +37,8 @@ RDEPEND="
 # tests are not meant to be run outside of the
 # full SELinux userland repo
 RESTRICT="test"
+
+src_compile() {
+   tc-export CC
+   default
+}



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

2017-04-26 Thread Andreas Sturmlechner
commit: 7d92d160ed9986f23d531c8cbb6b3e95d01f4f00
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 17 10:42:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 26 18:08:24 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d92d160

kde4-base.eclass: Move GNOME2_ECLASS_ICONS conditional from gnome2-utils

 eclass/kde4-base.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 0f750fccfc..47b3770ba4 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -960,7 +960,9 @@ kde4-base_pkg_preinst() {
 kde4-base_pkg_postinst() {
debug-print-function ${FUNCNAME} "$@"
 
-   gnome2_icon_cache_update
+   if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
+   gnome2_icon_cache_update
+   fi
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
buildsycoca



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

2017-04-26 Thread David Seifert
commit: c498037a0db64f150100c4d6374c764a69f898af
Author: David Seifert  gentoo  org>
AuthorDate: Wed Apr 26 18:03:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Apr 26 18:04:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c498037a

dev-libs/zziplib: Switch to python-any-r1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../{zziplib-0.13.62-r1.ebuild => zziplib-0.13.62-r2.ebuild}   | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild 
b/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild
similarity index 95%
rename from dev-libs/zziplib/zziplib-0.13.62-r1.ebuild
rename to dev-libs/zziplib/zziplib-0.13.62-r2.ebuild
index 7688ff8ebaa..83d49e733a5 100644
--- a/dev-libs/zziplib/zziplib-0.13.62-r1.ebuild
+++ b/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild
@@ -2,8 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
-inherit libtool eutils flag-o-matic python-single-r1
+
+inherit libtool eutils flag-o-matic python-any-r1
 
 DESCRIPTION="Lightweight library for extracting data from files archived in a 
single zip file"
 HOMEPAGE="http://zziplib.sourceforge.net/;
@@ -13,13 +15,12 @@ LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc sdl static-libs test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
sys-libs/zlib
-   ${PYTHON_DEPS}
sdl? ( >=media-libs/libsdl-1.2.6 )"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
virtual/pkgconfig
test? ( app-arch/zip )"
 



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

2017-04-26 Thread Brian Evans
commit: ee297a55f1e35ef36ac0261ab003fd8d0c683adf
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Apr 26 17:48:18 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Apr 26 18:03:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee297a55

dev-libs/judy: Take over maintainership

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/judy/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/judy/metadata.xml b/dev-libs/judy/metadata.xml
index e08ae8f688b..190567cb495 100644
--- a/dev-libs/judy/metadata.xml
+++ b/dev-libs/judy/metadata.xml
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   
+   grkni...@gentoo.org
+   Brian Evans


judy



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

2017-04-26 Thread Brian Evans
commit: de9ef5fa988d14b4e3ee8b8de2ccd0fce5f1c3a1
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Apr 26 18:01:45 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Apr 26 18:03:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9ef5fa

dev-libs/judy: Revbump to add static-libs IUSE, new EAPI and multilib

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/judy/judy-1.0.5-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-libs/judy/judy-1.0.5-r1.ebuild 
b/dev-libs/judy/judy-1.0.5-r1.ebuild
new file mode 100644
index 000..c8503aa725c
--- /dev/null
+++ b/dev-libs/judy/judy-1.0.5-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools ltprune multilib-minimal
+
+DESCRIPTION="A C library that implements a dynamic array"
+HOMEPAGE="http://judy.sourceforge.net/;
+SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="static-libs"
+DOCS=( AUTHORS ChangeLog README )
+
+src_prepare() {
+   eapply -p0 "${FILESDIR}/${P}-parallel-make.patch"
+   sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
+   eapply_user
+   eautoreconf
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${BUILD_DIR} econf $(use_enable static-libs static)
+}
+
+multilib_src_install_all(){
+   einstalldocs
+   prune_libtool_files
+}



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

2017-04-26 Thread Alexis Ballier
commit: 8b0638913fea61ef3b28dd9baa5fa1019dd188b1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:33:16 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:33:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b063891

dev-ros/pcl_ros: Bump to 1.5.1.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/pcl_ros/Manifest |  1 +
 dev-ros/pcl_ros/pcl_ros-1.5.1.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-ros/pcl_ros/Manifest b/dev-ros/pcl_ros/Manifest
index 26f739864d0..773e0c0b911 100644
--- a/dev-ros/pcl_ros/Manifest
+++ b/dev-ros/pcl_ros/Manifest
@@ -1 +1,2 @@
 DIST perception_pcl-1.4.1.tar.gz 66440 SHA256 
7400179978c8314210bb770979246e7583274229044085452a20d6cc22507776 SHA512 
550300f1bd7bb718371b9725f9d48f4337e6d7175bdfc4a8a116a17da24609a363c804f11224efde6c9f62a6cca648425872017e9a90371a34f808c305f50f50
 WHIRLPOOL 
46eb7d4234471b6c63f4d4dd195dfcd6b3615ff308386bc9c0dda7cc2c50daebc9019aa0411521594ab1381b83ea32a6a5bbcc76470e7b3e7d09b554f63f91af
+DIST perception_pcl-1.5.1.tar.gz 66945 SHA256 
1ec472e95080f3356d56fd69e66ff21b6eb4324f86df2228a472b3e4c4b3255d SHA512 
d7fd77e8afeccd45226404c57a267af19b0c98cb61123bdb1b1330fc3833b6bc1a72e775a3eba6a6f8df212af23328894617cf45a4c028278ef408a1d0ef74ce
 WHIRLPOOL 
7b88be3822019ccd8113bd5ad94d54a4848135dbd0b7bb84ff8ef9f727f230453545de6074fc1afb0a6892c4cf8256194dfd2129b5102aad7f0f70c65cf46614

diff --git a/dev-ros/pcl_ros/pcl_ros-1.5.1.ebuild 
b/dev-ros/pcl_ros/pcl_ros-1.5.1.ebuild
new file mode 100644
index 000..2b5be41b380
--- /dev/null
+++ b/dev-ros/pcl_ros/pcl_ros-1.5.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-perception/perception_pcl;
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/roscpp
+   dev-ros/rosbag
+   dev-ros/rosconsole
+   dev-ros/roslib
+   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+   >=dev-cpp/eigen-3.2.5:3
+   dev-ros/pluginlib
+   dev-ros/tf
+   dev-ros/tf2
+   dev-ros/tf2_ros
+   dev-ros/tf2_eigen
+   dev-ros/nodelet
+   dev-ros/nodelet_topic_tools
+   sci-libs/pcl:=[qhull]
+   >=dev-ros/pcl_conversions-0.2.1-r1
+   dev-libs/boost:=[threads]
+   dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2017-04-26 Thread Alexis Ballier
commit: 4b33c74b829597ec732a9f83738d50c4b4829a4f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:14:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b33c74b

ros-meta/diagnostics: Bump to 1.9.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/diagnostics/Manifest |  1 +
 ros-meta/diagnostics/diagnostics-1.9.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/ros-meta/diagnostics/Manifest b/ros-meta/diagnostics/Manifest
index 8d84adc08c6..0e1740f51a6 100644
--- a/ros-meta/diagnostics/Manifest
+++ b/ros-meta/diagnostics/Manifest
@@ -1,3 +1,4 @@
 DIST diagnostics-1.8.10.tar.gz 525999 SHA256 
9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea SHA512 
a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
 WHIRLPOOL 
405f0f5d69c2cfb83c234dc953240d6dfcff1a296330f05b411d1d8219a7023e588fe1fb331862bf2f04c8e6f34238655f2ca25bc968afd7c639fa5598ce663a
 DIST diagnostics-1.8.8.tar.gz 508404 SHA256 
e50eb7d49fd2ce13ce8bccb81cb67c198119d7524b3aada37035c8ab9fe2d3ec SHA512 
f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef
 WHIRLPOOL 
32c8fbdc6591abfd270c1c38aebc5dc8f5d7381e5675f6f50f07be0f433bc5a8b81ac33c438d56e753cb75c6914c8fd4c38d9cc82c720fb04b170b4afef597cb
 DIST diagnostics-1.8.9.tar.gz 525881 SHA256 
d6102e9b1b98b5f3909a00694b1e3b856d69cdb9fd6b332f4320adf574e3a4a8 SHA512 
2d9e2bcccf474ae8d30adbf0c5571d491cf3d8757732be5fcf1139ceb5fe40a4e83542e7e248cc94ca963056cd18f55c71df7108e26fc4d4e07efbf3611c3d80
 WHIRLPOOL 
914941b8c688ffaf22268832355d7d9d262d572b5fd1b3b48bbfbefb21240572830d81fb9aebcf252b8be99461cc404f106f3918210de7af49471ca1f244c568
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild 
b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
new file mode 100644
index 000..7ab7d9f9ee7
--- /dev/null
+++ b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics 
data from robots"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_aggregator
+   dev-ros/diagnostic_analysis
+   dev-ros/diagnostic_common_diagnostics
+   dev-ros/diagnostic_updater
+   dev-ros/self_test
+   dev-ros/test_diagnostic_aggregator
+"
+DEPEND="${RDEPEND}"



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

2017-04-26 Thread Alexis Ballier
commit: 0633d0023040df5707ae56b38d25d3f0cef22d67
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:26:38 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0633d002

dev-ros/rosdiagnostic: initial import

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rosdiagnostic/Manifest   |  1 +
 dev-ros/rosdiagnostic/metadata.xml   | 11 +++
 dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild | 21 +
 dev-ros/rosdiagnostic/rosdiagnostic-.ebuild  | 21 +
 4 files changed, 54 insertions(+)

diff --git a/dev-ros/rosdiagnostic/Manifest b/dev-ros/rosdiagnostic/Manifest
new file mode 100644
index 000..c0da37d2e25
--- /dev/null
+++ b/dev-ros/rosdiagnostic/Manifest
@@ -0,0 +1 @@
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git a/dev-ros/rosdiagnostic/metadata.xml 
b/dev-ros/rosdiagnostic/metadata.xml
new file mode 100644
index 000..6cc2de65678
--- /dev/null
+++ b/dev-ros/rosdiagnostic/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo ROS Project
+   
+   
+   ros/diagnostics
+   
+

diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild 
b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild
new file mode 100644
index 000..c186f88cf03
--- /dev/null
+++ b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Command to print aggregated diagnostic contents to the command 
line"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-.ebuild 
b/dev-ros/rosdiagnostic/rosdiagnostic-.ebuild
new file mode 100644
index 000..c186f88cf03
--- /dev/null
+++ b/dev-ros/rosdiagnostic/rosdiagnostic-.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Command to print aggregated diagnostic contents to the command 
line"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"



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

2017-04-26 Thread Alexis Ballier
commit: d2d92d2f948a7e9a5179ba82fcd50970a81856fd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:13:53 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d92d2f

dev-ros/self_test: Bump to 1.9.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/self_test/Manifest   |  1 +
 dev-ros/self_test/self_test-1.9.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ros/self_test/Manifest b/dev-ros/self_test/Manifest
index 8d84adc08c6..0e1740f51a6 100644
--- a/dev-ros/self_test/Manifest
+++ b/dev-ros/self_test/Manifest
@@ -1,3 +1,4 @@
 DIST diagnostics-1.8.10.tar.gz 525999 SHA256 
9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea SHA512 
a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
 WHIRLPOOL 
405f0f5d69c2cfb83c234dc953240d6dfcff1a296330f05b411d1d8219a7023e588fe1fb331862bf2f04c8e6f34238655f2ca25bc968afd7c639fa5598ce663a
 DIST diagnostics-1.8.8.tar.gz 508404 SHA256 
e50eb7d49fd2ce13ce8bccb81cb67c198119d7524b3aada37035c8ab9fe2d3ec SHA512 
f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef
 WHIRLPOOL 
32c8fbdc6591abfd270c1c38aebc5dc8f5d7381e5675f6f50f07be0f433bc5a8b81ac33c438d56e753cb75c6914c8fd4c38d9cc82c720fb04b170b4afef597cb
 DIST diagnostics-1.8.9.tar.gz 525881 SHA256 
d6102e9b1b98b5f3909a00694b1e3b856d69cdb9fd6b332f4320adf574e3a4a8 SHA512 
2d9e2bcccf474ae8d30adbf0c5571d491cf3d8757732be5fcf1139ceb5fe40a4e83542e7e248cc94ca963056cd18f55c71df7108e26fc4d4e07efbf3611c3d80
 WHIRLPOOL 
914941b8c688ffaf22268832355d7d9d262d572b5fd1b3b48bbfbefb21240572830d81fb9aebcf252b8be99461cc404f106f3918210de7af49471ca1f244c568
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git a/dev-ros/self_test/self_test-1.9.0.ebuild 
b/dev-ros/self_test/self_test-1.9.0.ebuild
new file mode 100644
index 000..a3bbb51a443
--- /dev/null
+++ b/dev-ros/self_test/self_test-1.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Robot self-test node"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_msgs
+   dev-ros/diagnostic_updater
+   dev-ros/roscpp
+   dev-ros/rostest
+   dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest )"



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

2017-04-26 Thread Alexis Ballier
commit: 0f53b38e32a9d7e6f23f7433e0a3883f9dd7a616
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:33:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:33:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f53b38e

ros-meta/perception_pcl: Bump to 1.5.1.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/perception_pcl/Manifest|  1 +
 ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest
index 09779c66daf..593fb4956fc 100644
--- a/ros-meta/perception_pcl/Manifest
+++ b/ros-meta/perception_pcl/Manifest
@@ -1,3 +1,4 @@
 DIST perception_pcl-1.3.0.tar.gz 66060 SHA256 
c9b01170ca92240e81113ddd880505f54a08084b67edfe450363499a828b6586 SHA512 
203fcc2c1d71bfd6890c4e5664b29404bea666f277eee88d4725766bc21fb7aac3aced467be2f3352e3c172a7175ab8c4124d5652dad03d6a7b661748ec94175
 WHIRLPOOL 
7e18df41d3f61d1c6f7fa29d3933d1deeaadeb493416ab128df7c6ea9578074771b069c047ad6f71cb46202e4b5e5f6bdcbfbe72519450aeb4a5ab1547378a00
 DIST perception_pcl-1.4.0.tar.gz 66252 SHA256 
286a636b0e8b18f904ae63497aa0e7db62698e155c31809363468eb39f2c248c SHA512 
aae295245305a518d9dc5b9175fdfc8e69a5132dbef1ecbe951736a110a4353076d823574dcfc0cbb3666ff2a3fc269b614b7d22562316a3ed97554b8bcf263a
 WHIRLPOOL 
3d8e210f3af58c3c70da016e92b940f1d6d081067af8b6032d69e36a3130af30bee6d4a6335da0cf08af870023a270de973e6f8546c958d77afc6e3b9a9ed582
 DIST perception_pcl-1.4.1.tar.gz 66440 SHA256 
7400179978c8314210bb770979246e7583274229044085452a20d6cc22507776 SHA512 
550300f1bd7bb718371b9725f9d48f4337e6d7175bdfc4a8a116a17da24609a363c804f11224efde6c9f62a6cca648425872017e9a90371a34f808c305f50f50
 WHIRLPOOL 
46eb7d4234471b6c63f4d4dd195dfcd6b3615ff308386bc9c0dda7cc2c50daebc9019aa0411521594ab1381b83ea32a6a5bbcc76470e7b3e7d09b554f63f91af
+DIST perception_pcl-1.5.1.tar.gz 66945 SHA256 
1ec472e95080f3356d56fd69e66ff21b6eb4324f86df2228a472b3e4c4b3255d SHA512 
d7fd77e8afeccd45226404c57a267af19b0c98cb61123bdb1b1330fc3833b6bc1a72e775a3eba6a6f8df212af23328894617cf45a4c028278ef408a1d0ef74ce
 WHIRLPOOL 
7b88be3822019ccd8113bd5ad94d54a4848135dbd0b7bb84ff8ef9f727f230453545de6074fc1afb0a6892c4cf8256194dfd2129b5102aad7f0f70c65cf46614

diff --git a/ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild 
b/ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild
new file mode 100644
index 000..29e3769bac4
--- /dev/null
+++ b/ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-perception/perception_pcl;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/pcl_ros
+"
+DEPEND="${RDEPEND}"



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

2017-04-26 Thread Alexis Ballier
commit: d4f99a75856c068bb4874e95ff16fd2f26740d88
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:18:33 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f99a75

dev-ros/test_diagnostic_aggregator: forward port gcc6 patch

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild 
b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
index c68025b68af..e91f3025a20 100644
--- a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
+++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
@@ -22,3 +22,4 @@ RDEPEND="
dev-ros/rostest
 "
 DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )



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

2017-04-26 Thread Alexis Ballier
commit: c6afaf748480b86ae8afa8024330fb7267c11d90
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:13:57 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6afaf74

dev-ros/test_diagnostic_aggregator: Bump to 1.9.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/test_diagnostic_aggregator/Manifest|  1 +
 .../test_diagnostic_aggregator-1.9.0.ebuild| 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ros/test_diagnostic_aggregator/Manifest 
b/dev-ros/test_diagnostic_aggregator/Manifest
index 79becd62f3d..5bc78d3be21 100644
--- a/dev-ros/test_diagnostic_aggregator/Manifest
+++ b/dev-ros/test_diagnostic_aggregator/Manifest
@@ -1 +1,2 @@
 DIST diagnostics-1.8.10.tar.gz 525999 SHA256 
9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea SHA512 
a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
 WHIRLPOOL 
405f0f5d69c2cfb83c234dc953240d6dfcff1a296330f05b411d1d8219a7023e588fe1fb331862bf2f04c8e6f34238655f2ca25bc968afd7c639fa5598ce663a
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git 
a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild 
b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
new file mode 100644
index 000..c68025b68af
--- /dev/null
+++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="diagnostic_aggregator tests"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_aggregator
+   dev-ros/diagnostic_msgs
+   dev-ros/pluginlib
+   dev-ros/roscpp
+   dev-ros/rospy
+   dev-ros/rostest
+"
+DEPEND="${RDEPEND}"



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

2017-04-26 Thread Alexis Ballier
commit: 5f4ca5418653389177cdc0cd9e682677b0c120bb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:32:53 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4ca541

dev-ros/filters: bump to 1.8.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/filters/Manifest |  1 +
 dev-ros/filters/filters-1.8.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/filters/Manifest b/dev-ros/filters/Manifest
index 6c33e4c016f..7f89d21886a 100644
--- a/dev-ros/filters/Manifest
+++ b/dev-ros/filters/Manifest
@@ -1,2 +1,3 @@
 DIST filters-1.7.5.tar.gz 18547 SHA256 
6632c8bc2f3c47db6f69d136ccf58a1963ac0c83f5f542173caaebd2c7086160 SHA512 
79ed89687b2731542186b06edd6ed7d589e9935f5188052995bbcaf15c79cc9232f788056554768f84487cdb1760eb7f73e65077c2226694a93f0f96b0a6ebcb
 WHIRLPOOL 
797a5841cee8bcba755210a93fd9838af0b84fd0fd3dd6e1e90d1fa9d7b2bec46c1cf5e7b53a3c98a531d29a6df9518eecbf562aa8e934390981cbf876fb5e9e
 DIST filters-1.8.0.tar.gz 18793 SHA256 
7b748ec37301feab00c10c18b8f1557d1e65d2a059452b80bb495b2e88015575 SHA512 
e0cb958b52e987a8dfefcd9572a5cff732621b9ed94910b142c8106246cdda8344466ed533fbeafcf9250e66ef81f25374330e16ee58cef8eb2eb1f0bfe50f86
 WHIRLPOOL 
8170c268d38fd00ef5760a8a671eea2979ee4c2cbc2b99fde875bdb58a418dcb08bfd85c30b96ce29e0a69e30992eb022d31b972b0294645f100523aba9992a0
+DIST filters-1.8.1.tar.gz 18815 SHA256 
647958f9eba1cb304fe0e7899c3ee884b3b748720a41afb1c509ac8badf610c2 SHA512 
3fd6fc649d64a982b5cf4841c9556413508c0648952c008af623970ab44cd4147c3d7e0ecee9963ebc097b8e2db48b5a40810519d838b862d30f07a88ba06194
 WHIRLPOOL 
34c54edb3260509bd6c0c4f6e0d953f8bcc87977c5474ac9b1787c430336691345ef3fd1f3831b6bae9e5fef7781dcb6c1c6dc087088c460ae12834624f48389

diff --git a/dev-ros/filters/filters-1.8.1.ebuild 
b/dev-ros/filters/filters-1.8.1.ebuild
new file mode 100644
index 000..a5238e0d114
--- /dev/null
+++ b/dev-ros/filters/filters-1.8.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/filters;
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Standardized interface for processing data as a sequence of 
filters"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roscpp
+   dev-libs/boost:=[threads]
+   dev-ros/pluginlib"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest dev-cpp/gtest )"



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

2017-04-26 Thread Alexis Ballier
commit: 8e5ecfb05b32c9f110b389a1f9bc1b00e41b379a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:29:02 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5ecfb0

dev-ros/rosdiagnostic: add more python compat

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild | 2 +-
 dev-ros/rosdiagnostic/rosdiagnostic-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild 
b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild
index c186f88cf03..e68fe9061c6 100644
--- a/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild
+++ b/dev-ros/rosdiagnostic/rosdiagnostic-1.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/diagnostics;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 inherit ros-catkin
 

diff --git a/dev-ros/rosdiagnostic/rosdiagnostic-.ebuild 
b/dev-ros/rosdiagnostic/rosdiagnostic-.ebuild
index c186f88cf03..e68fe9061c6 100644
--- a/dev-ros/rosdiagnostic/rosdiagnostic-.ebuild
+++ b/dev-ros/rosdiagnostic/rosdiagnostic-.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/diagnostics;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 inherit ros-catkin
 



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

2017-04-26 Thread Alexis Ballier
commit: 1940d2ee4698be7af98913913e636d7b50cb04e2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:27:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1940d2ee

ros-meta/diagnostics: add dep on rosdiagnostic

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/diagnostics/diagnostics-1.9.0.ebuild | 1 +
 ros-meta/diagnostics/diagnostics-.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild 
b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
index 7ab7d9f9ee7..d4009c7c715 100644
--- a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
+++ b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
dev-ros/diagnostic_analysis
dev-ros/diagnostic_common_diagnostics
dev-ros/diagnostic_updater
+   dev-ros/rosdiagnostic
dev-ros/self_test
dev-ros/test_diagnostic_aggregator
 "

diff --git a/ros-meta/diagnostics/diagnostics-.ebuild 
b/ros-meta/diagnostics/diagnostics-.ebuild
index f89d7b7ec19..d4009c7c715 100644
--- a/ros-meta/diagnostics/diagnostics-.ebuild
+++ b/ros-meta/diagnostics/diagnostics-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,6 +18,7 @@ RDEPEND="
dev-ros/diagnostic_analysis
dev-ros/diagnostic_common_diagnostics
dev-ros/diagnostic_updater
+   dev-ros/rosdiagnostic
dev-ros/self_test
dev-ros/test_diagnostic_aggregator
 "



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

2017-04-26 Thread Alexis Ballier
commit: 943dd7d7d00ae58a0dc72baafe0a458d1946b565
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:13:38 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943dd7d7

dev-ros/diagnostic_aggregator: Bump to 1.9.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/diagnostic_aggregator/Manifest |  1 +
 .../diagnostic_aggregator-1.9.0.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/diagnostic_aggregator/Manifest 
b/dev-ros/diagnostic_aggregator/Manifest
index f96976095db..d37db227aa7 100644
--- a/dev-ros/diagnostic_aggregator/Manifest
+++ b/dev-ros/diagnostic_aggregator/Manifest
@@ -1,2 +1,3 @@
 DIST diagnostics-1.8.10.tar.gz 525999 SHA256 
9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea SHA512 
a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
 WHIRLPOOL 
405f0f5d69c2cfb83c234dc953240d6dfcff1a296330f05b411d1d8219a7023e588fe1fb331862bf2f04c8e6f34238655f2ca25bc968afd7c639fa5598ce663a
 DIST diagnostics-1.8.9.tar.gz 525881 SHA256 
d6102e9b1b98b5f3909a00694b1e3b856d69cdb9fd6b332f4320adf574e3a4a8 SHA512 
2d9e2bcccf474ae8d30adbf0c5571d491cf3d8757732be5fcf1139ceb5fe40a4e83542e7e248cc94ca963056cd18f55c71df7108e26fc4d4e07efbf3611c3d80
 WHIRLPOOL 
914941b8c688ffaf22268832355d7d9d262d572b5fd1b3b48bbfbefb21240572830d81fb9aebcf252b8be99461cc404f106f3918210de7af49471ca1f244c568
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.0.ebuild 
b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.0.ebuild
new file mode 100644
index 000..3941af78cb3
--- /dev/null
+++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Aggregates ROS diagnostics"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/pluginlib
+   dev-ros/roscpp
+   dev-ros/rospy
+   dev-ros/rostest
+   dev-ros/xmlrpcpp
+   dev-ros/bondcpp
+   dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest )"



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

2017-04-26 Thread Alexis Ballier
commit: ae6119c53cfc01eee0ea00a4caea6d53f803649d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:13:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6119c5

dev-ros/diagnostic_common_diagnostics: Bump to 1.9.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/diagnostic_common_diagnostics/Manifest |  1 +
 .../diagnostic_common_diagnostics-1.9.0.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ros/diagnostic_common_diagnostics/Manifest 
b/dev-ros/diagnostic_common_diagnostics/Manifest
index 8d84adc08c6..0e1740f51a6 100644
--- a/dev-ros/diagnostic_common_diagnostics/Manifest
+++ b/dev-ros/diagnostic_common_diagnostics/Manifest
@@ -1,3 +1,4 @@
 DIST diagnostics-1.8.10.tar.gz 525999 SHA256 
9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea SHA512 
a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
 WHIRLPOOL 
405f0f5d69c2cfb83c234dc953240d6dfcff1a296330f05b411d1d8219a7023e588fe1fb331862bf2f04c8e6f34238655f2ca25bc968afd7c639fa5598ce663a
 DIST diagnostics-1.8.8.tar.gz 508404 SHA256 
e50eb7d49fd2ce13ce8bccb81cb67c198119d7524b3aada37035c8ab9fe2d3ec SHA512 
f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef
 WHIRLPOOL 
32c8fbdc6591abfd270c1c38aebc5dc8f5d7381e5675f6f50f07be0f433bc5a8b81ac33c438d56e753cb75c6914c8fd4c38d9cc82c720fb04b170b4afef597cb
 DIST diagnostics-1.8.9.tar.gz 525881 SHA256 
d6102e9b1b98b5f3909a00694b1e3b856d69cdb9fd6b332f4320adf574e3a4a8 SHA512 
2d9e2bcccf474ae8d30adbf0c5571d491cf3d8757732be5fcf1139ceb5fe40a4e83542e7e248cc94ca963056cd18f55c71df7108e26fc4d4e07efbf3611c3d80
 WHIRLPOOL 
914941b8c688ffaf22268832355d7d9d262d572b5fd1b3b48bbfbefb21240572830d81fb9aebcf252b8be99461cc404f106f3918210de7af49471ca1f244c568
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git 
a/dev-ros/diagnostic_common_diagnostics/diagnostic_common_diagnostics-1.9.0.ebuild
 
b/dev-ros/diagnostic_common_diagnostics/diagnostic_common_diagnostics-1.9.0.ebuild
new file mode 100644
index 000..49c81e178a9
--- /dev/null
+++ 
b/dev-ros/diagnostic_common_diagnostics/diagnostic_common_diagnostics-1.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Generic nodes for monitoring a linux host"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-ros/diagnostic_updater[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/tf[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   app-admin/hddtemp"



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

2017-04-26 Thread Alexis Ballier
commit: 150802008423ebdd5fd3fc3afaf6af8076d98dad
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:13:42 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15080200

dev-ros/diagnostic_analysis: Bump to 1.9.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/diagnostic_analysis/Manifest   |  1 +
 .../diagnostic_analysis-1.9.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ros/diagnostic_analysis/Manifest 
b/dev-ros/diagnostic_analysis/Manifest
index 8d84adc08c6..0e1740f51a6 100644
--- a/dev-ros/diagnostic_analysis/Manifest
+++ b/dev-ros/diagnostic_analysis/Manifest
@@ -1,3 +1,4 @@
 DIST diagnostics-1.8.10.tar.gz 525999 SHA256 
9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea SHA512 
a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
 WHIRLPOOL 
405f0f5d69c2cfb83c234dc953240d6dfcff1a296330f05b411d1d8219a7023e588fe1fb331862bf2f04c8e6f34238655f2ca25bc968afd7c639fa5598ce663a
 DIST diagnostics-1.8.8.tar.gz 508404 SHA256 
e50eb7d49fd2ce13ce8bccb81cb67c198119d7524b3aada37035c8ab9fe2d3ec SHA512 
f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef
 WHIRLPOOL 
32c8fbdc6591abfd270c1c38aebc5dc8f5d7381e5675f6f50f07be0f433bc5a8b81ac33c438d56e753cb75c6914c8fd4c38d9cc82c720fb04b170b4afef597cb
 DIST diagnostics-1.8.9.tar.gz 525881 SHA256 
d6102e9b1b98b5f3909a00694b1e3b856d69cdb9fd6b332f4320adf574e3a4a8 SHA512 
2d9e2bcccf474ae8d30adbf0c5571d491cf3d8757732be5fcf1139ceb5fe40a4e83542e7e248cc94ca963056cd18f55c71df7108e26fc4d4e07efbf3611c3d80
 WHIRLPOOL 
914941b8c688ffaf22268832355d7d9d262d572b5fd1b3b48bbfbefb21240572830d81fb9aebcf252b8be99461cc404f106f3918210de7af49471ca1f244c568
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git a/dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.0.ebuild 
b/dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.0.ebuild
new file mode 100644
index 000..b2b767204ef
--- /dev/null
+++ b/dev-ros/diagnostic_analysis/diagnostic_analysis-1.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Converts diagnostics data into a series of CSV files"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-ros/rosbag[${PYTHON_USEDEP}]
+   dev-ros/rostest[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"



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

2017-04-26 Thread Alexis Ballier
commit: b2987c0618650d92df3ca880cbd41a81d1b633cf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 26 17:13:49 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 26 17:29:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2987c06

dev-ros/diagnostic_updater: Bump to 1.9.0.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-ros/diagnostic_updater/Manifest 
b/dev-ros/diagnostic_updater/Manifest
index 8d84adc08c6..0e1740f51a6 100644
--- a/dev-ros/diagnostic_updater/Manifest
+++ b/dev-ros/diagnostic_updater/Manifest
@@ -1,3 +1,4 @@
 DIST diagnostics-1.8.10.tar.gz 525999 SHA256 
9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea SHA512 
a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
 WHIRLPOOL 
405f0f5d69c2cfb83c234dc953240d6dfcff1a296330f05b411d1d8219a7023e588fe1fb331862bf2f04c8e6f34238655f2ca25bc968afd7c639fa5598ce663a
 DIST diagnostics-1.8.8.tar.gz 508404 SHA256 
e50eb7d49fd2ce13ce8bccb81cb67c198119d7524b3aada37035c8ab9fe2d3ec SHA512 
f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef
 WHIRLPOOL 
32c8fbdc6591abfd270c1c38aebc5dc8f5d7381e5675f6f50f07be0f433bc5a8b81ac33c438d56e753cb75c6914c8fd4c38d9cc82c720fb04b170b4afef597cb
 DIST diagnostics-1.8.9.tar.gz 525881 SHA256 
d6102e9b1b98b5f3909a00694b1e3b856d69cdb9fd6b332f4320adf574e3a4a8 SHA512 
2d9e2bcccf474ae8d30adbf0c5571d491cf3d8757732be5fcf1139ceb5fe40a4e83542e7e248cc94ca963056cd18f55c71df7108e26fc4d4e07efbf3611c3d80
 WHIRLPOOL 
914941b8c688ffaf22268832355d7d9d262d572b5fd1b3b48bbfbefb21240572830d81fb9aebcf252b8be99461cc404f106f3918210de7af49471ca1f244c568
+DIST diagnostics-1.9.0.tar.gz 528593 SHA256 
9cd6f439e55195b482b9702369514dde25865a256f3059eb7f475da7ddd483d6 SHA512 
98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
 WHIRLPOOL 
2d54da752f0cf194082d7e2cab863e744bda0b4b4a01e618c0d57f8c3bf8991441682c3554a2957265bbe3f247dccabb4f9a17852b7a4b26257fa68120b28e74

diff --git a/dev-ros/diagnostic_updater/diagnostic_updater-1.9.0.ebuild 
b/dev-ros/diagnostic_updater/diagnostic_updater-1.9.0.ebuild
new file mode 100644
index 000..f4bd878c161
--- /dev/null
+++ b/dev-ros/diagnostic_updater/diagnostic_updater-1.9.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/diagnostics;
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Tools for updating diagnostics"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   
dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/roscpp
+   dev-ros/rostest[${PYTHON_USEDEP}]
+   dev-ros/std_msgs[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/

2017-04-26 Thread Lars Wendler
commit: 903a70062f00b43dcbada1541ed9d8b9578bbb33
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Apr 26 17:27:25 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Apr 26 17:27:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903a7006

net-dns/nsd: Bump to version 4.1.16

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dns/nsd/Manifest  |   1 +
 net-dns/nsd/nsd-4.1.16.ebuild | 101 ++
 2 files changed, 102 insertions(+)

diff --git a/net-dns/nsd/Manifest b/net-dns/nsd/Manifest
index c60cfac6745..194036079f8 100644
--- a/net-dns/nsd/Manifest
+++ b/net-dns/nsd/Manifest
@@ -1,2 +1,3 @@
 DIST nsd-4.1.14.tar.gz 1086818 SHA256 
bdfc61c5f3bf11febd8f4776eef1d4f2d95ed70f12f11d4943c186ffd802 SHA512 
25d16a6c3e4515129f0ad4f9ab0bf6ebe12bd817cd6107d66cb99aff6b6984f5153d9b502013492cfdd907d5fad9a284583c8436b559ef4c0cce5a1176a4aff3
 WHIRLPOOL 
64b14e53a13ff379b665c3d76298f4616b05777694b51aa3a6541be7b2c0d6b283fe6f069dec752241393b3e8795ce048ee935f614db39d221962a2d86a693f2
 DIST nsd-4.1.15.tar.gz 1087383 SHA256 
494a862cfcd26a525a4bf06306eb7ab0387b34678ac6d37767507438e3a23a4b SHA512 
1011e4805d43931dd1a7fed230dadd9eb9bdf7a6728cb5bbde2def462d3bdc2ed79529ef0c60a6530e6fb78ae88a03a50d8b75b27d9130966ca20a62d8a6615e
 WHIRLPOOL 
85a01ecb7c25e557d73e40dfbc881453020fbc20eabb50ffb47d94128e86de3861053425635b438ef86ed261dacf03a040f90d4e143726b765abc790a1c5944c
+DIST nsd-4.1.16.tar.gz 1088633 SHA256 
7f8367ad23cc5cddffa885e7e2f549123c8b4123db9726df41d99f255d6baab2 SHA512 
51135bbf412cdc5d6d9be02af9fef16513f0529155c102debfd6bd68b025d289c684777a8fca57de86b25f68bc94aef89d2cfefb871b8d63048d262f6c8eb8e3
 WHIRLPOOL 
030da2551abef8cb29e16574155605eb9377836f1a43422e200ba5bc6ede319893d4293018cf0be242d1ac0cfad4c3b40f566c7ad587792186c64102d8c9785f

diff --git a/net-dns/nsd/nsd-4.1.16.ebuild b/net-dns/nsd/nsd-4.1.16.ebuild
new file mode 100644
index 000..23775fc7584
--- /dev/null
+++ b/net-dns/nsd/nsd-4.1.16.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd
+
+DESCRIPTION="An authoritative only, high performance, open source name server"
+HOMEPAGE="http://www.nlnetlabs.nl/projects/nsd;
+# version voodoo needed only for non-release tarballs: 4.0.0_rc1 => 4.0.0rc1
+MY_PV=${PV/_rc/rc}
+MY_PV=${MY_PV/_beta/b}
+MY_P=${PN}-${MY_PV}
+S="${WORKDIR}/${MY_P}"
+SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bind8-stats ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit 
root-server runtime-checks ssl libressl"
+
+RDEPEND="
+   virtual/yacc
+   libevent? ( dev-libs/libevent )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   munin? ( net-analyzer/munin )
+"
+DEPEND="
+   ${RDEPEND}
+   sys-devel/flex
+"
+
+src_prepare() {
+   # Fix the paths in the munin plugin to match our install
+   eapply "${FILESDIR}"/nsd_munin_.patch
+   eapply_user
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-pie
+   --enable-relro-now
+   --enable-largefile
+   --with-logfile="${EPREFIX}"/var/log/nsd.log
+   --with-pidfile="${EPREFIX}"/run/nsd/nsd.pid
+   --with-dbfile="${EPREFIX}"/var/db/nsd/nsd.db
+   --with-xfrdir="${EPREFIX}"/var/db/nsd
+   --with-xfrdfile="${EPREFIX}"/var/db/nsd/xfrd.state
+   --with-zonelistfile="${EPREFIX}"/var/db/nsd/zone.list
+   --with-zonesdir="${EPREFIX}"/var/lib/nsd
+   $(use_enable bind8-stats)
+   $(use_enable bind8-stats zone-stats)
+   $(use_enable ipv6)
+   $(use_enable minimal-responses)
+   $(use_enable mmap)
+   $(use_enable nsec3)
+   $(use_enable ratelimit)
+   $(use_enable root-server)
+   $(use_enable runtime-checks checking)
+   $(use_with libevent)
+   $(use_with ssl)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc 
doc/{ChangeLog,CREDITS,NSD-4-features,NSD-FOR-BIND-USERS,README,RELNOTES,REQUIREMENTS}
+
+   newinitd "${FILESDIR}"/nsd.initd-r1 nsd
+
+   # install munin plugin and config
+   if use munin ; then
+   exeinto /usr/libexec/munin/plugins
+   doexe contrib/nsd_munin_
+   insinto /etc/munin/plugin-conf.d
+   newins "${FILESDIR}"/nsd.munin-conf nsd_munin
+   fi
+
+   systemd_dounit "${FILESDIR}"/nsd.service
+
+   # remove the /run directory that usually resides on tmpfs and is
+   # being taken care of by the nsd init script anyway (checkpath)
+   rm -r "${ED}"/run || die "Failed to remove /run"

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

2017-04-26 Thread Michał Górny
commit: 8234c1d00f548c4fd12b18f2963a97e8a46e5540
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 16:12:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:34:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8234c1d0

dev-python/translationstring: Tested on py3.6

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

diff --git a/dev-python/translationstring/translationstring-1.3.ebuild 
b/dev-python/translationstring/translationstring-1.3.ebuild
index 428141f0c5e..79128d6e68d 100644
--- a/dev-python/translationstring/translationstring-1.3.ebuild
+++ b/dev-python/translationstring/translationstring-1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: 7c9883a1c9b4b792309db5a39a10d7b2aea25af5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:53:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:33:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9883a1

dev-python/venusian: Fix running tests

Use 'setup.py nosetests' to run tests, as defined in tox.ini. This
solves the problem of nosetests attempting to import files that fail to
import by design.

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

diff --git a/dev-python/venusian/venusian-1.0.ebuild 
b/dev-python/venusian/venusian-1.0.ebuild
index c4743288016..512b8aec472 100644
--- a/dev-python/venusian/venusian-1.0.ebuild
+++ b/dev-python/venusian/venusian-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,9 +22,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/nose-exclude-0.1.9[${PYTHON_USEDEP}] )
-   "
+   >=dev-python/nose-exclude-0.1.9[${PYTHON_USEDEP}] )"
 
 python_test() {
-   nosetests || die "Tests fail with ${EPYTHON}"
+   esetup.py nosetests
 }



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

2017-04-26 Thread Michał Górny
commit: 825e666ec4eaaba66cced2073a3a65cd1beb284e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:55:08 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:34:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825e666e

dev-python/venusian: Tested on py3.5 & py3.6

 dev-python/venusian/venusian-1.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/venusian/venusian-1.0.ebuild 
b/dev-python/venusian/venusian-1.0.ebuild
index 512b8aec472..d2f58f4b7e1 100644
--- a/dev-python/venusian/venusian-1.0.ebuild
+++ b/dev-python/venusian/venusian-1.0.ebuild
@@ -2,9 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-#RESTRICT="test"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: 233fc7c600ca155cdeee1cc8cd7966d5c7bffdeb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 16:18:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:34:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233fc7c6

dev-python/colander: Tested on py3.6

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

diff --git a/dev-python/colander/colander-1.3.1.ebuild 
b/dev-python/colander/colander-1.3.1.ebuild
index d155a4a8710..89b151c03be 100644
--- a/dev-python/colander/colander-1.3.1.ebuild
+++ b/dev-python/colander/colander-1.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: d7e5522263674c9df06001d0ceb80663e3dc80ff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 16:02:59 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:34:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e55222

dev-python/peppercorn: Tested on py3.5 & py3.6

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

diff --git a/dev-python/peppercorn/peppercorn-0.5.ebuild 
b/dev-python/peppercorn/peppercorn-0.5.ebuild
index 056815da313..fa04999d3d2 100644
--- a/dev-python/peppercorn/peppercorn-0.5.ebuild
+++ b/dev-python/peppercorn/peppercorn-0.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:40:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:33:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a40be4

dev-python/flake8-polyfill: Tested on py3.6

 dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
index 84bd5353b4f..ce45dac7f78 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Polyfill package for Flake8 plugins"



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

2017-04-26 Thread Michał Górny
commit: 263a70a78c777dadd632bb6749c4c5f4df80d46c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:39:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:33:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263a70a7

dev-python/flake8-polyfill: Enable tests

 dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
index eb46a256ccf..84bd5353b4f 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
@@ -14,7 +14,15 @@ EGIT_REPO_URI="https://gitlab.com/pycqa/flake8-polyfill.git;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



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

2017-04-26 Thread Michał Górny
commit: 278995c29ff0fae193f6e304700400ca4df8cd16
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:43:30 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:33:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278995c2

dev-python/radon: Tested on py3.5 & py3.6

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

diff --git a/dev-python/radon/radon-1.4.2.ebuild 
b/dev-python/radon/radon-1.4.2.ebuild
index 4d47e5e1b73..5f0155fdd22 100644
--- a/dev-python/radon/radon-1.4.2.ebuild
+++ b/dev-python/radon/radon-1.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: b9382e7e909967f824f994beffc2d73340bec523
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:33:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:33:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9382e7e

dev-python/mando: Tested on py3.5 & py3.6

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

diff --git a/dev-python/mando/mando-0.3.2.ebuild 
b/dev-python/mando/mando-0.3.2.ebuild
index fdd51cf2b0b..41b80c1fe73 100644
--- a/dev-python/mando/mando-0.3.2.ebuild
+++ b/dev-python/mando/mando-0.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2017-04-26 Thread Michał Górny
commit: 73398e7950036acf2b0c079c494ce2fa41549285
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:29:05 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 16:33:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73398e79

dev-python/paramunittest: Enable py3.5 & py3.6

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

diff --git a/dev-python/paramunittest/paramunittest-0.2.ebuild 
b/dev-python/paramunittest/paramunittest-0.2.ebuild
index d7a01654ac5..6162a6b0153 100644
--- a/dev-python/paramunittest/paramunittest-0.2.ebuild
+++ b/dev-python/paramunittest/paramunittest-0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Jeroen Roovers
commit: ec191bd72aa8e70e1e7bdabb602bebd4a7e29d6e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Apr 26 15:42:18 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Apr 26 15:42:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec191bd7

dev-util/visualvm: Typo.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/visualvm/metadata.xml | 2 +-
 dev-util/visualvm/visualvm-1.3.8-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/visualvm/metadata.xml b/dev-util/visualvm/metadata.xml
index d9f28df8af9..9ef97ae66fd 100644
--- a/dev-util/visualvm/metadata.xml
+++ b/dev-util/visualvm/metadata.xml
@@ -5,5 +5,5 @@
j...@gentoo.org
Java
 
-The IcedTea project provides a harness to build the source 
code from VisualVM. 
+The IcedTea project provides a harness to build the source 
code from VisualVM.
 

diff --git a/dev-util/visualvm/visualvm-1.3.8-r1.ebuild 
b/dev-util/visualvm/visualvm-1.3.8-r1.ebuild
index 95b49586df6..911a74a645a 100644
--- a/dev-util/visualvm/visualvm-1.3.8-r1.ebuild
+++ b/dev-util/visualvm/visualvm-1.3.8-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION="Integrates commandline JDK tools and profiling capabilites"
+DESCRIPTION="Integrates commandline JDK tools and profiling capabilities"
 HOMEPAGE="http://visualvm.java.net/;
 
SRC_URI="https://java.net/downloads/visualvm/release138/visualvm_138-src.tar.gz;
 



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

2017-04-26 Thread Michał Górny
commit: 403091319d985bc902828e30db68e6ec9d9468b6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 14:28:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 15:26:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40309131

dev-python/whelk: Tested on py3.5 & py3.6

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

diff --git a/dev-python/whelk/whelk-2.7.ebuild 
b/dev-python/whelk/whelk-2.7.ebuild
index 0344e53e72b..95f71557642 100644
--- a/dev-python/whelk/whelk-2.7.ebuild
+++ b/dev-python/whelk/whelk-2.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: a6a312d0d4ab2343c26c9c3ee0941b47d6a6c314
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 15:24:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 15:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a312d0

dev-python/ramlfications: Add missing test dep, enable tests

There are 2 test failures. One looks like an undefined missing dep, the
other is completely unclear.

 dev-python/ramlfications/ramlfications-0.1.9.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/ramlfications/ramlfications-0.1.9.ebuild 
b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
index b3d6c02..229e61c2174 100644
--- a/dev-python/ramlfications/ramlfications-0.1.9.ebuild
+++ b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,5 +30,10 @@ DEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
)
 "
+
+python_test() {
+   esetup.py test
+}



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

2017-04-26 Thread Michał Górny
commit: 95b8fc31aa30bbdbab5c70293e158b7cbdf0429c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 14:18:17 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 15:26:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b8fc31

dev-python/pyspf: Tested on py3.5 & py3.6

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

diff --git a/dev-python/pyspf/pyspf-2.0.12.ebuild 
b/dev-python/pyspf/pyspf-2.0.12.ebuild
index 7c6e13292c3..98ead590823 100644
--- a/dev-python/pyspf/pyspf-2.0.12.ebuild
+++ b/dev-python/pyspf/pyspf-2.0.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="ipv6?"
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: b9541fd3602bf5d196e614b9b10a314bda5b5234
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 14:15:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 15:26:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9541fd3

dev-python/pydns: Tested on py3.6

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

diff --git a/dev-python/pydns/pydns-3.1.1.ebuild 
b/dev-python/pydns/pydns-3.1.1.ebuild
index 749be4f0fa2..f25c0690ba8 100644
--- a/dev-python/pydns/pydns-3.1.1.ebuild
+++ b/dev-python/pydns/pydns-3.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5} pypy3 )
+PYTHON_COMPAT=( python3_{4,5,6} pypy3 )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Michał Górny
commit: 2dbe974976583c7be4d45d94d563795794c2ed76
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 14:35:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 15:26:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbe9749

dev-python/easy-thumbnails: Add missing PYTHON_USEDEP

 dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild 
b/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild
index 2b65a03b069..6c10e91af04 100644
--- a/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild
+++ b/dev-python/easy-thumbnails/easy-thumbnails-2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,10 +17,10 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   >=dev-python/django-1.4
+   >=dev-python/django-1.4[${PYTHON_USEDEP}]
 "
 
 DEPEND="
${RDEPEND}
-   dev-python/setuptools
+   dev-python/setuptools[${PYTHON_USEDEP}]
 "



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

2017-04-26 Thread Michał Górny
commit: 38edd4ed0651e80808006ec4b9c236f53518a8f7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 14:27:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 15:26:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38edd4ed

dev-python/whelk: Enable tests

 dev-python/whelk/whelk-2.7.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/whelk/whelk-2.7.ebuild 
b/dev-python/whelk/whelk-2.7.ebuild
index 71e95a04ed8..0344e53e72b 100644
--- a/dev-python/whelk/whelk-2.7.ebuild
+++ b/dev-python/whelk/whelk-2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,3 +18,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}"
+
+python_test() {
+   "${PYTHON}" -m unittest discover || die "Tests fail with ${EPYTHON}"
+}



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

2017-04-26 Thread Michał Górny
commit: f29213e644c8f24391144c17652b320a7c0a533c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 14:44:01 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 15:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29213e6

dev-python/markdown2: Tested on py3.5 & py3.6

6 tests consistently fail with all CPython versions 2.7 through 3.6.

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

diff --git a/dev-python/markdown2/markdown2-2.3.0.ebuild 
b/dev-python/markdown2/markdown2-2.3.0.ebuild
index 41f80b78c61..66c5fd0c7f5 100644
--- a/dev-python/markdown2/markdown2-2.3.0.ebuild
+++ b/dev-python/markdown2/markdown2-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2017-04-26 Thread Sergey Popov
commit: aba4101bd3259d9047484d517ef426bec1aa7770
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Apr 26 14:47:15 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Apr 26 14:47:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba4101b

app-misc/geekcode: bump EAPI to 6, add support for user patches

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-misc/geekcode/geekcode-1.7.3-r1.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-misc/geekcode/geekcode-1.7.3-r1.ebuild 
b/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
index 9110f2b566c..72026a803e1 100644
--- a/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
+++ b/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Geek code generator"
 HOMEPAGE="https://sourceforge.net/projects/geekcode;
@@ -12,19 +12,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-exit.patch
+   eapply -p0 "${FILESDIR}/${P}-exit.patch"
sed -i Makefile -e 's| -o | ${LDFLAGS}&|g' || die "sed Makefile"
+
+   eapply_user
 }
 
 src_compile() {
-   emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-   CC="$(tc-getCC)" || die "emake failed"
+   emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
 }
 
 src_install() {
-   dobin geekcode || die
+   dobin geekcode
dodoc CHANGES README geekcode.txt
 }



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

2017-04-26 Thread Lars Wendler
commit: 398f062fc8f5eab2763f419ef14cfb90783f
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Apr 26 14:46:19 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Apr 26 14:46:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398f062f

net-fs/samba: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-fs/samba/Manifest   |   2 -
 net-fs/samba/samba-4.5.7.ebuild | 266 ---
 net-fs/samba/samba-4.6.1.ebuild | 299 
 3 files changed, 567 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index eae041eb021..a343865ad14 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,9 +1,7 @@
 DIST samba-4.2.11.tar.gz 20875348 SHA256 
75bce53c922e51352933c9846f2c4b1e251fabb80927adb426a773a321ee01f8 SHA512 
293365f2718e756b66ccaec4b0dbce7044ade615b332f58968cf42dd1ec6b6445576590eaf5bd35fa00ba9aa4ba3be7720afc33763652e97731eebc3149f4820
 WHIRLPOOL 
1e04fd527e55c8d438c96a43d9a25a9b3e09a3edc504a2a5fe44bc8f9101c833c90e3ba3188b8872b046370916f3798e4fce0ffa7848b65f452b5c51ec7107f1
 DIST samba-4.2.14.tar.gz 20883281 SHA256 
db820a9947e44f04b0eb25e4aa0c3db32c4042fca541775ee8e2905093e888e6 SHA512 
269dd74ba788657434f51ac70953a293c94bcf98280eaa6f44634c5da54169a5ea7865d543a7c23860c4750a40cdee7caeaf5c7fc3dbc137f444e90f31a09890
 WHIRLPOOL 
925369c2f9c222d718bf4aacc7b1a83b8275acd96bbc1eca52ad96c86847327807560674ee9b180173d17a1e6109307ec4f70f1acbebe2efc8a9e67f2141e17d
-DIST samba-4.5.7.tar.gz 20981612 SHA256 
ac70f09af80639d8189e1b9bc0a554841ee44df2b1ef58e7e682ad5400fd9400 SHA512 
3515ab133470b902e35e77f43639881af87643adeb7b3f43f319a684bff9db2e2d5acffbd67d69d910c270f6676a2cbcc25730fc27015a00cb9d44154e60cf2d
 WHIRLPOOL 
016c2163162ed3ab126c16c47de4dc21b0d2b1116b207fc9359510a323e81d6d502f99b46885c6fee0cf8dd19c3ed5df5275eea79b47c3b0fc0ce935f3ec7db2
 DIST samba-4.5.8.tar.gz 20979104 SHA256 
f63b656d8823a280c50c9dbd6b692816cd7a88adfe9b47997ce697fd75bf81f0 SHA512 
8855af32632d517ea5ce86f8ce4a73367fba8ff2e7155f4ed14483cf7a0922f0e0df8fd1e5bc04cee67093fce8b92b6fa18844e6383c0099cce1d5042f004438
 WHIRLPOOL 
86018efcc8e505c3d6d50806d7e20a6925941a80bd42568b50155f714f5717d1ed9f68a37faa10fe037bf67971c6573de9dbe71a852a064bfde6aaee93ba173e
 DIST samba-4.6.0-disable-python-patches.tar.xz 7544 SHA256 
508adeea65604ef8f4da006504de7c27bed56d7003db1166dc5d3b01f5a6be6e SHA512 
07de2c0877aff31069ed0ab4fbe1c2272c854ae898ee5300a3b176ba31a218b05acff0b5120a5da0995592e7877c607865d2194c992df17b27c993836f58a654
 WHIRLPOOL 
12888f2ebf8d4ed5619860b2e6929599022b8ab1245970a5e1258f26e89aca1f87ab58fa54c7300dbd79a0c8fd6955e12c8aca6eeca246cdf06661d53ca3f6dd
-DIST samba-4.6.1.tar.gz 21097666 SHA256 
5d2751faa3cd33affd4f49681f700eff9f6c22d6b08e8858ae0d3cd8e51c535e SHA512 
8c759bb6483f67d632f35d779bf1afb44907fd478e3e5919fc95f36dd198e393819ed419686235ba01b5ec0e15ea80cb11e7fa8f22f37a1742bf0e818a3c6c14
 WHIRLPOOL 
a4ec6692a72979756acd2381f428c6f3f0f6dd909a4270d529ad5348cbdd4bbe9f19d37ff24977a8683c5b48323edb251d946b138f3ce44793c1fe03884435be
 DIST samba-4.6.2.tar.gz 21097045 SHA256 
927afcc16e444718985e3952de92d34e7b776b9ca0238179d866da18a6441c35 SHA512 
d64129b7fc65bf30cc06e34a07ac5cf04b52bf6639950eff48ae0ec27b0de44614df6a7c44b62b1859553fc7051f493b2d8216739da2232ac1caeaea81d328df
 WHIRLPOOL 
fed65abc7eb2b996062db57d40ccc57b10e8519412e97c9dd9147cd462f80f0b401939c2f00522595eed3f66f879c88039239d1dcf6fdc73c38c3fb7d43cef3a
 DIST samba-4.6.3.tar.gz 21107898 SHA256 
2a38ef3da77809cba0583fc188e2a4b5420437aecaad0dffe9a06f732e4b1561 SHA512 
5218e3bf4c837374fd7ca2b6ec19e665e61de64ca8acdbf9b15bb9669895db31986b753399c686b5fa43c3862b1da434afad7436cd148b66f1d02dbb9c176432
 WHIRLPOOL 
d8f8a95385255c1067956c5a8d459d8dd2cdfc4f82e1b5b0cfa6240ad55eff694688a385b58e5906ab5b915a4a026baa778e8d2d4f809939755f270860c775af
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 
8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372
 WHIRLPOOL 
ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e

diff --git a/net-fs/samba/samba-4.5.7.ebuild b/net-fs/samba/samba-4.5.7.ebuild
deleted file mode 100644
index d76476baed2..000
--- a/net-fs/samba/samba-4.5.7.ebuild
+++ /dev/null
@@ -1,266 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='threads(+),xml(+)'
-
-inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-
-SRC_PATH="stable"
-[[ ${PV} = *_rc* ]] && SRC_PATH="rc"
-
-SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
-   
https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz;

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

2017-04-26 Thread Lars Wendler
commit: 1e07a2ffdc317d2bc6180b99649927887a81db45
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Apr 26 14:45:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Apr 26 14:46:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e07a2ff

net-fs/samba: Bump to version 4.6.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-fs/samba/Manifest   |   1 +
 net-fs/samba/samba-4.6.3.ebuild | 299 
 2 files changed, 300 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 324d5c4f7fb..eae041eb021 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -5,6 +5,7 @@ DIST samba-4.5.8.tar.gz 20979104 SHA256 
f63b656d8823a280c50c9dbd6b692816cd7a88ad
 DIST samba-4.6.0-disable-python-patches.tar.xz 7544 SHA256 
508adeea65604ef8f4da006504de7c27bed56d7003db1166dc5d3b01f5a6be6e SHA512 
07de2c0877aff31069ed0ab4fbe1c2272c854ae898ee5300a3b176ba31a218b05acff0b5120a5da0995592e7877c607865d2194c992df17b27c993836f58a654
 WHIRLPOOL 
12888f2ebf8d4ed5619860b2e6929599022b8ab1245970a5e1258f26e89aca1f87ab58fa54c7300dbd79a0c8fd6955e12c8aca6eeca246cdf06661d53ca3f6dd
 DIST samba-4.6.1.tar.gz 21097666 SHA256 
5d2751faa3cd33affd4f49681f700eff9f6c22d6b08e8858ae0d3cd8e51c535e SHA512 
8c759bb6483f67d632f35d779bf1afb44907fd478e3e5919fc95f36dd198e393819ed419686235ba01b5ec0e15ea80cb11e7fa8f22f37a1742bf0e818a3c6c14
 WHIRLPOOL 
a4ec6692a72979756acd2381f428c6f3f0f6dd909a4270d529ad5348cbdd4bbe9f19d37ff24977a8683c5b48323edb251d946b138f3ce44793c1fe03884435be
 DIST samba-4.6.2.tar.gz 21097045 SHA256 
927afcc16e444718985e3952de92d34e7b776b9ca0238179d866da18a6441c35 SHA512 
d64129b7fc65bf30cc06e34a07ac5cf04b52bf6639950eff48ae0ec27b0de44614df6a7c44b62b1859553fc7051f493b2d8216739da2232ac1caeaea81d328df
 WHIRLPOOL 
fed65abc7eb2b996062db57d40ccc57b10e8519412e97c9dd9147cd462f80f0b401939c2f00522595eed3f66f879c88039239d1dcf6fdc73c38c3fb7d43cef3a
+DIST samba-4.6.3.tar.gz 21107898 SHA256 
2a38ef3da77809cba0583fc188e2a4b5420437aecaad0dffe9a06f732e4b1561 SHA512 
5218e3bf4c837374fd7ca2b6ec19e665e61de64ca8acdbf9b15bb9669895db31986b753399c686b5fa43c3862b1da434afad7436cd148b66f1d02dbb9c176432
 WHIRLPOOL 
d8f8a95385255c1067956c5a8d459d8dd2cdfc4f82e1b5b0cfa6240ad55eff694688a385b58e5906ab5b915a4a026baa778e8d2d4f809939755f270860c775af
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 
8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372
 WHIRLPOOL 
ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e
 DIST samba-disable-python-patches-4.2.9.tar.xz 6016 SHA256 
222d0153f03e28a0b906ee2b27076223ac88b84a998aaa285f658861edfa SHA512 
02fc666a36f8e733e522663d80775d130fabee9d5fb4e1c261d28815e07be425ae8977213f9216c7af62dd8b2619e7e13d71f9a25780b058c8119901c2115a18
 WHIRLPOOL 
ebba3a6d41a41844621759672aa8c984d26f44d12007c8e929405470c381bc262523ec68d3972e86cf675c45f092fa287496167e42940e70d704790753e47b03
 DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 
fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 
920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927
 WHIRLPOOL 
6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d

diff --git a/net-fs/samba/samba-4.6.3.ebuild b/net-fs/samba/samba-4.6.3.ebuild
new file mode 100644
index 000..30f4ff49fb5
--- /dev/null
+++ b/net-fs/samba/samba-4.6.3.ebuild
@@ -0,0 +1,299 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+),xml(+)'
+
+inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils
+
+MY_PV="${PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SRC_PATH="stable"
+[[ ${PV} = *_rc* ]] && SRC_PATH="rc"
+
+SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
+   
https://dev.gentoo.org/~polynomial-c/samba-4.6.0-disable-python-patches.tar.xz;
+[[ ${PV} = *_rc* ]] || \
+KEYWORDS="~amd64 ~hppa ~x86"
+
+DESCRIPTION="Samba Suite Version 4"
+HOMEPAGE="http://www.samba.org/;
+LICENSE="GPL-3"
+
+SLOT="0"
+
+IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap 
pam python
+quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind 
zeroconf"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/samba-4.0/policy.h
+   /usr/include/samba-4.0/dcerpc_server.h
+   /usr/include/samba-4.0/ctdb.h
+   /usr/include/samba-4.0/ctdb_client.h
+   /usr/include/samba-4.0/ctdb_protocol.h
+   /usr/include/samba-4.0/ctdb_private.h
+   /usr/include/samba-4.0/ctdb_typesafe_cb.h
+   

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

2017-04-26 Thread Sergey Popov
commit: efad94fbe73bc5ce2ebcacefa42448b0edb7ec01
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Apr 26 14:42:24 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Apr 26 14:42:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efad94fb

app-misc/empty-0.6.20b: stable on amd64 and x86

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-misc/empty/empty-0.6.20b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/empty/empty-0.6.20b.ebuild 
b/app-misc/empty/empty-0.6.20b.ebuild
index 9fd22aa8b0e..529bce144e1 100644
--- a/app-misc/empty/empty-0.6.20b.ebuild
+++ b/app-misc/empty/empty-0.6.20b.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/empty/${P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND=""
 RDEPEND="virtual/logger"



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

2017-04-26 Thread Sergey Popov
commit: 4982ca4cdf3d66fb1d1191e0b61223ea51639711
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Apr 26 14:40:15 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Apr 26 14:40:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4982ca4c

net-analyzer/sqlninja: remove myself from maintainers

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-analyzer/sqlninja/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-analyzer/sqlninja/metadata.xml 
b/net-analyzer/sqlninja/metadata.xml
index d30509206f0..33aad216574 100644
--- a/net-analyzer/sqlninja/metadata.xml
+++ b/net-analyzer/sqlninja/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   

net...@gentoo.org
Gentoo network monitoring and analysis project



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

2017-04-26 Thread Sergey Popov
commit: e34c7054a11487d950e9bc2f78c079bcea8c1984
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Apr 26 14:34:04 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Apr 26 14:34:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34c7054

media-libs/opencolorio: remove myself from maintainers

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-libs/opencolorio/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-libs/opencolorio/metadata.xml 
b/media-libs/opencolorio/metadata.xml
index 71fe1760b32..10fb0496f9c 100644
--- a/media-libs/opencolorio/metadata.xml
+++ b/media-libs/opencolorio/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   

graph...@gentoo.org
Gentoo Graphics Project



  1   2   >