[gentoo-commits] proj/releng:master commit in: releases/weekly/portage/cloud-stages/package.keywords/

2016-03-19 Thread Matt Thode
commit: d912294c9a05de895b3b6106eefd2f119b494827
Author: Matthew Thode  mthode  org>
AuthorDate: Sun Mar 20 06:44:09 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar 20 06:44:09 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=d912294c

remove unneeded keywords file

 releases/weekly/portage/cloud-stages/package.keywords/cloud | 1 -
 1 file changed, 1 deletion(-)

diff --git a/releases/weekly/portage/cloud-stages/package.keywords/cloud 
b/releases/weekly/portage/cloud-stages/package.keywords/cloud
deleted file mode 100644
index 5b2c215..000
--- a/releases/weekly/portage/cloud-stages/package.keywords/cloud
+++ /dev/null
@@ -1 +0,0 @@
-=net-misc/dhcpcd-6.9.3 **



[gentoo-commits] proj/virtualization:master commit in: app-emulation/firetools/, sys-apps/fjinit/, sys-apps/firejail/, ...

2016-03-19 Thread Vadim A. Misbakh-Soloviov
commit: 25423b58c7d948b4047178986ba54021798ae48d
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Sun Mar 20 06:27:15 2016 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Sun Mar 20 06:27:15 2016 +
URL:
https://gitweb.gentoo.org/proj/virtualization.git/commit/?id=25423b58

firejail: drop old version, moved according tree naming;

Signed-off-by: Vadim A. Misbakh-Soloviov  mva.name>

 app-emulation/firejail/Manifest|  1 -
 app-emulation/firejail/firejail-0.9.36_rc1.ebuild  | 44 --
 profiles/updates/1Q-2016   |  4 ++
 .../firejail/firejail-.ebuild  |  0
 {app-emulation => sys-apps}/firetools/Manifest |  0
 .../firetools/firetools-0.9.30.ebuild  |  0
 .../fjinit/fjinit-.ebuild  |  0
 7 files changed, 4 insertions(+), 45 deletions(-)

diff --git a/app-emulation/firejail/Manifest b/app-emulation/firejail/Manifest
deleted file mode 100644
index 4540099..000
--- a/app-emulation/firejail/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 0.9.36-rc1.tar.gz 228609 SHA256 
6721503915e0cc1e3f834df7fc0a170b2c5c66b9c0e71686278f0c9e9180dce7 SHA512 
e9dfb7c416ed69a414a1d5eaaf386ba3529a28c43439f269aadb2223da5fa9827d11cf0bcb59b69ddaceebfdcde8673db2502911acc995d3c9b5429554a0d587
 WHIRLPOOL 
412102bdfcff14ab223853c6aac4a25f97a0723543058e30acb3416cc23216a76669dfb0b5ad0a7dffe89de47d8a3854542cadcc47edcf406fd706d0950ad797

diff --git a/app-emulation/firejail/firejail-0.9.36_rc1.ebuild 
b/app-emulation/firejail/firejail-0.9.36_rc1.ebuild
deleted file mode 100644
index fa7238d..000
--- a/app-emulation/firejail/firejail-0.9.36_rc1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-#inherit 
-
-DESCRIPTION="a SUID sandbox program using linux namespaces"
-HOMEPAGE="https://l3net.wordpress.com/projects/firejail/";
-SRC_URI="https://github.com/netblue30/${PN}/archive/${PV/_/-}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+bind +chroot +seccomp"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${PV/_/-}"
-
-src_prepare() {
-   local -a EXTRA_ECONF;
-   sed \
-   -e '/\tstrip/d' \
-   -i Makefile.in
-   sed \
-   -e 's#/usr/bin/zsh#/bin/zsh#g' \
-   -i \
-   src/man/${PN}.txt \
-   src/${PN}/usage.c \
-   src/${PN}/sandbox.c \
-   src/${PN}/main.c
-}
-
-src_configure() {
-   for flag in ${IUSE}; do
-   EXTRA_ECONF+=( $(use_enable "${flag/+}") )
-   done
-   EXTRA_ECONF="${EXTRA_ECONF[@]}"
-   default
-}
-

diff --git a/profiles/updates/1Q-2016 b/profiles/updates/1Q-2016
new file mode 100644
index 000..ad6416a
--- /dev/null
+++ b/profiles/updates/1Q-2016
@@ -0,0 +1,4 @@
+move app-emulation/firejail sys-apps/firejail
+move app-emulation/firetools sys-apps/firetools
+move app-emulation/fjinit sys-apps/fjinit
+

diff --git a/app-emulation/firejail/firejail-.ebuild 
b/sys-apps/firejail/firejail-.ebuild
similarity index 100%
rename from app-emulation/firejail/firejail-.ebuild
rename to sys-apps/firejail/firejail-.ebuild

diff --git a/app-emulation/firetools/Manifest b/sys-apps/firetools/Manifest
similarity index 100%
rename from app-emulation/firetools/Manifest
rename to sys-apps/firetools/Manifest

diff --git a/app-emulation/firetools/firetools-0.9.30.ebuild 
b/sys-apps/firetools/firetools-0.9.30.ebuild
similarity index 100%
rename from app-emulation/firetools/firetools-0.9.30.ebuild
rename to sys-apps/firetools/firetools-0.9.30.ebuild

diff --git a/app-emulation/fjinit/fjinit-.ebuild 
b/sys-apps/fjinit/fjinit-.ebuild
similarity index 100%
rename from app-emulation/fjinit/fjinit-.ebuild
rename to sys-apps/fjinit/fjinit-.ebuild



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

2016-03-19 Thread Stephen Klimaszewski
commit: af26d47bb3353c5fef39faffde73d78c32d15d6d
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Sun Mar 20 06:17:04 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Sun Mar 20 06:17:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af26d47b

net-libs/nodejs: Add ~arm64 to 4.4.0

Since 4.x is an LTS release, keyword it as well after some minor testing.

Package-Manager: portage-2.2.28

 net-libs/nodejs/nodejs-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nodejs/nodejs-4.4.0.ebuild 
b/net-libs/nodejs/nodejs-4.4.0.ebuild
index ee25db3..5512f91 100644
--- a/net-libs/nodejs/nodejs-4.4.0.ebuild
+++ b/net-libs/nodejs/nodejs-4.4.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz";
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug icu +npm snapshot +ssl test"
 
 RDEPEND="icu? ( >=dev-libs/icu-55:= )



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

2016-03-19 Thread Agostino Sarubbo
commit: a2b91fe7952001b85877e89c34e81f6a68defee1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 17 20:36:43 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 17 20:36:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b91fe7

dev-java/tomcat-servlet-api: x86 stable wrt bug #577626

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.68.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.68.ebuild
index 8094c15..53b7d9b 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.68.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.68.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/

2016-03-19 Thread Michael Palimaka
commit: 90844b53493bf24377c0db220374d54fb56ecb65
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Mar 17 08:37:06 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Mar 17 08:39:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90844b53

x11-plugins/gkrelltop: remove old

Package-Manager: portage-2.2.28

 x11-plugins/gkrelltop/Manifest   |  1 -
 x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/x11-plugins/gkrelltop/Manifest b/x11-plugins/gkrelltop/Manifest
index 82a89d6..ab7ba14 100644
--- a/x11-plugins/gkrelltop/Manifest
+++ b/x11-plugins/gkrelltop/Manifest
@@ -1,2 +1 @@
-DIST gkrelltop_2.2.11.orig.tar.gz 46280 SHA256 
d80a76c129cc573e30f9edfe22e85f915d33ae2cae4245b66af692e5ee8ca61f SHA512 
fc0e5b34d8ab48cbdca7f9efe5115352d72c638f809425839055ec6a2651c47cfe5ff8b1e5f88beef6760123875b5fdb4f7470ce3185e10e07f977a7e7e41a5a
 WHIRLPOOL 
4a6d2eb4af48d4069b894ab520aef82523ef9d787fc88d21bde61fa9eec854f80cff1f77a81418e8cd501bca7387aec3906b88c747f9009b3095bacd018ae3ca
 DIST gkrelltop_2.2.13.orig.tar.gz 49023 SHA256 
b2585c4186cc3805fcde73645a71d8eb3f798358caeb31cf3f598795e6ea42e6 SHA512 
9479c5b860833671451b6fb8583e741b1ac755ed76b7e73dffd65d13d30d0b5da1916436901642f738e0d72f8c8696f4dea9c041a203e76d309f2782acf7024e
 WHIRLPOOL 
893fa724cca39b2c07070ce4b979d47bc90cf9354cbabcca721f1386e60aeb30e08404566040bbc7404e949d325b4c7b74c1fe5f66e0b0c14884b2af8ac5cb5d

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild 
b/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild
deleted file mode 100644
index 5ad0cba..000
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.11-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/gkrelltop";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="X"
-
-PLUGIN_SERVER_SO=gkrelltopd.so
-PLUGIN_SO=gkrelltop.so
-
-S="${WORKDIR}/${P}.orig"
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i \
-   -e "s:/usr/bin/gcc:$(tc-getCC) \$(CFLAGS):" \
-   -e 's/-shared/$(LDFLAGS) &/' \
-   Makefile || die
-}
-
-src_compile() {
-   use X || TARGET="server"
-   emake ${TARGET}
-}
-
-pkg_postinst() {
-   einfo "To enable the gkrelltopd server plugin, you must add the 
following"
-   einfo "line to /etc/gkrellmd.conf:"
-   einfo "\tplugin-enable gkrelltopd"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Keywords/

2016-03-19 Thread Agostino Sarubbo
commit: 5aa7a2d77fd5ef961233f084f613dc42f96742d3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 14:05:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 14:05:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa7a2d7

dev-perl/B-Keywords: ppc stable wrt bug #572140

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild 
b/dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild
index d0d95e1..079f690 100644
--- a/dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild
+++ b/dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Lists of reserved barewords and symbol names"
 # GPL-2 - no later clause
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
 IUSE=""
 
 SRC_TEST="do"



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

2016-03-19 Thread Lars Wendler
commit: 4b1de1e39d3a658ab864af92d8b0378790443b9d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar 17 19:57:58 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar 17 19:58:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1de1e3

media-libs/giflib: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/giflib/Manifest|  2 --
 media-libs/giflib/giflib-4.2.3.ebuild | 54 ---
 media-libs/giflib/giflib-5.1.0.ebuild | 50 
 media-libs/giflib/giflib-5.1.1.ebuild | 50 
 4 files changed, 156 deletions(-)

diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest
index 58f717e..ded5682 100644
--- a/media-libs/giflib/Manifest
+++ b/media-libs/giflib/Manifest
@@ -1,7 +1,5 @@
 DIST giflib-4.1.6.tar.bz2 506050 SHA256 
e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a7b270d2285e8e1f3b93f2bed SHA512 
f47954218ed7d3415cc195a1031a688fcb7dd2bc2b394491830e6b5f5332903ed7c4433b795cd3da9ac53bfc969fe94bec2a4e66b15c0385c732c01b1b7e5057
 WHIRLPOOL 
ee5c3c606dcc2a56151cfd8f9ec33ce6071fb433969df92fae5d51def5bdf974f6dcdb1acf7d83234967f0f5fd3822702822e1e6b274c2e6c39e3e324b54fe09
 DIST giflib-4.2.3.tar.bz2 560968 SHA256 
0ac8d56726f77c8bc9648c93bbb4d6185d32b15ba7bdb702415990f96f3cb766 SHA512 
f582fafa3ccb0f9ae6f040df0e33469a26fb275437f8615c39af613523ef5f3b09003ed3419f62880200606edfbe08b5aa3ba18a4d615ecd8da27331aec16b36
 WHIRLPOOL 
b23ef64d227eb5219a9a1143cdafea6cb0aea12409fc18a686d5bf2d5241f97ac1c8f8bb76b0c99a5fd60fcff45fc092a2226a6b54ee24a2ec3841765a102447
 DIST giflib-5.0.6.tar.bz2 621073 SHA256 
8909839ccbdfca75cfbe6a4db907b55978e11fb268a8f3cde24bd923a0f669ea SHA512 
117e20319f2df32bdf094678cdececad2b6f33a40baff172d4df68ade86547825ebca81186071bff51e60126692df84dbd7bb5cc4877ba68448f7c47a2cc2491
 WHIRLPOOL 
e9c0bce41f36c00a87ce119310f39ae9ba8af8b7fa029ce8481d9ed81aa9ef1e417fb7236d5e3ea0c93d7b40ce07876100515051628b504506ec0d1fffe00bad
-DIST giflib-5.1.0.tar.bz2 621155 SHA256 
5aec694f1c68132e6af499a621996b5a1fc219f4bbe19ab2ba972b3f95188d1b SHA512 
5e32fe6fb69298a3ba06842b33cadf33409a8ca92eef3625cedd40cfd99535a994eaa8beae0eff4fa82747937b851af5d5f895c9e58368d6b703df5e2b0bb245
 WHIRLPOOL 
a0c2e3cf291a5f94cdf853f2d65972de3cb5575b4f1d1e61470408006eabc87e21291bd3ea0d8af586690d756059acbafb62018caaba82ad390a44a0c0a64066
-DIST giflib-5.1.1.tar.bz2 654389 SHA256 
391014aceb21c8b489dc7b0d0b6a917c4e32cc014ce2426d47ca376d02fe2ffc SHA512 
9d9cba004c1402c7c547b7a7f35485fe03b0bc3637102b9eba96d1dea2984415fccdff4a6463215af82e2d3817d75bdd64ae7a96d4acc98b4904e5e5f352dd3e
 WHIRLPOOL 
17a8876e6663e3f4b5623da1d2eb3c86ffd59d84edcb1291b358300b51eb21996987fe68ebce79892547972c87a8bf31e44ec5e5cd1a1f293102e679441bbedc
 DIST giflib-5.1.2.tar.bz2 638967 SHA256 
76c0a084c3b02f9315ff937b8be6096186002fea26f33e2123081ba2be6e2a7c SHA512 
062adabd25d8c879d2bd6fd007244efb5c41248f68b75d184d94836d2e5dcbfcb1427928a3bc78017ecb4e679a336178d28851ba1f3c1a40f70e694f3ff8449d
 WHIRLPOOL 
84334ca3c452acb2e959c299cd7072d75b51cdce00c281d67c97e6d7b99adc9e82f1ae75cc03acb5a71d12e4837b7206af66b52419a54ef49f32075836ab9816
 DIST giflib-5.1.3.tar.bz2 639420 SHA256 
5096d27805283599b01074d487ad3f8e02bd26b84d759b9017be876ca3d5b81d SHA512 
02c1fa3619e0bcd80db6ff12a5caf4c9e5ab370c7741956165fe6cc67fd15a00754d5a6e33dd9393e4754201ff60a4f1f0666026604a662bc0d120c6f13bb0e2
 WHIRLPOOL 
9141d31f228cf2914257d8c2eb8e791611a10a51c91dd41809f98d9c818377087101b75390d9a58aba798eebf98614983d5ff99b379f39e4c4d155f0711846a2

diff --git a/media-libs/giflib/giflib-4.2.3.ebuild 
b/media-libs/giflib/giflib-4.2.3.ebuild
deleted file mode 100644
index bf113fc..000
--- a/media-libs/giflib/giflib-4.2.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Library to handle, display and manipulate GIF images"
-HOMEPAGE="http://sourceforge.net/projects/giflib/";
-SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs X"
-
-DEPEND="X? (
-   x11-libs/libXt
-   x11-libs/libX11
-   x11-libs/libICE
-   x11-libs/libSM
-   )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # don't generate html docs
-   sed -i '/^SUBDIRS/s/doc//' Makefile.am || die
-
-   epatch "${FILESDIR}"/${PN}-4.1.6-giffix-null-Extension-fix.patch
-   sed -i \
-   -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
-   configure.ac || die #486542
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs s

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

2016-03-19 Thread Mike Pagano
commit: 9a367b9a66de5e7d07306be8a36a47d44068689b
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 16 19:43:14 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 16 19:43:14 2016 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=9a367b9a

Linux patch 4.4.6

 _README|4 +
 1005_linux-4.4.6.patch | 1740 
 2 files changed, 1744 insertions(+)

diff --git a/_README b/_README
index 5c23bd6..9dc0b5b 100644
--- a/_README
+++ b/_README
@@ -63,6 +63,10 @@ Patch:  1004_linux-4.4.5.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.5
 
+Patch:  1005_linux-4.4.6.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.6
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1005_linux-4.4.6.patch b/1005_linux-4.4.6.patch
new file mode 100644
index 000..ea95a92
--- /dev/null
+++ b/1005_linux-4.4.6.patch
@@ -0,0 +1,1740 @@
+diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt 
b/Documentation/devicetree/bindings/arm/omap/omap.txt
+index 9f4e5136e568..12af302bca6a 100644
+--- a/Documentation/devicetree/bindings/arm/omap/omap.txt
 b/Documentation/devicetree/bindings/arm/omap/omap.txt
+@@ -23,6 +23,7 @@ Optional properties:
+   during suspend.
+ - ti,no-reset-on-init: When present, the module should not be reset at init
+ - ti,no-idle-on-init: When present, the module should not be idled at init
++- ti,no-idle: When present, the module is never allowed to idle.
+ 
+ Example:
+ 
+diff --git a/Documentation/virtual/kvm/mmu.txt 
b/Documentation/virtual/kvm/mmu.txt
+index 3a4d681c3e98..b653641d4261 100644
+--- a/Documentation/virtual/kvm/mmu.txt
 b/Documentation/virtual/kvm/mmu.txt
+@@ -358,7 +358,8 @@ In the first case there are two additional complications:
+ - if CR4.SMEP is enabled: since we've turned the page into a kernel page,
+   the kernel may now execute it.  We handle this by also setting spte.nx.
+   If we get a user fetch or read fault, we'll change spte.u=1 and
+-  spte.nx=gpte.nx back.
++  spte.nx=gpte.nx back.  For this to work, KVM forces EFER.NX to 1 when
++  shadow paging is in use.
+ - if CR4.SMAP is disabled: since the page has been changed to a kernel
+   page, it can not be reused when CR4.SMAP is enabled. We set
+   CR4.SMAP && !CR0.WP into shadow page's role to avoid this case. Note,
+diff --git a/Makefile b/Makefile
+index d13322ade3a0..87d12b44ab66 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 5
++SUBLEVEL = 6
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/arm/boot/dts/armada-xp-axpwifiap.dts 
b/arch/arm/boot/dts/armada-xp-axpwifiap.dts
+index 23fc670c0427..5c21b236721f 100644
+--- a/arch/arm/boot/dts/armada-xp-axpwifiap.dts
 b/arch/arm/boot/dts/armada-xp-axpwifiap.dts
+@@ -70,8 +70,8 @@
+   soc {
+   ranges = ;
++MBUS_ID(0x09, 0x09) 0 0 0xf110 0x1
++MBUS_ID(0x09, 0x05) 0 0 0xf111 0x1>;
+ 
+   pcie-controller {
+   status = "okay";
+diff --git a/arch/arm/boot/dts/armada-xp-db.dts 
b/arch/arm/boot/dts/armada-xp-db.dts
+index f774101416a5..ebe1d267406d 100644
+--- a/arch/arm/boot/dts/armada-xp-db.dts
 b/arch/arm/boot/dts/armada-xp-db.dts
+@@ -76,8 +76,8 @@
+   ranges = ;
++MBUS_ID(0x09, 0x09) 0 0 0xf110 0x1
++MBUS_ID(0x09, 0x05) 0 0 0xf111 0x1>;
+ 
+   devbus-bootcs {
+   status = "okay";
+diff --git a/arch/arm/boot/dts/armada-xp-gp.dts 
b/arch/arm/boot/dts/armada-xp-gp.dts
+index 4878d7353069..5730b875c4f5 100644
+--- a/arch/arm/boot/dts/armada-xp-gp.dts
 b/arch/arm/boot/dts/armada-xp-gp.dts
+@@ -95,8 +95,8 @@
+   ranges = ;
++MBUS_ID(0x09, 0x09) 0 0 0xf110 0x1
++MBUS_ID(0x09, 0x05) 0 0 0xf111 0x1>;
+ 
+   devbus-bootcs {
+   status = "okay";
+diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts 
b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
+index 58b500873bfd..d960fef77ca1 100644
+--- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
 b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
+@@ -65,8 +65,8 @@
+   soc {
+   ranges = ;
++  MBUS_ID(0x09, 0x09) 0 0 0xf110 0x1
++  MBUS_ID(0x09, 0x05) 0 0 0xf111 0x1>;
+ 
+   pcie-controller {
+   status = "okay";
+diff --git a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts 
b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
+index 6e9820e141f8..b89e6cf1271a 100644
+--- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
 b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts
+@@ -7

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

2016-03-19 Thread Agostino Sarubbo
commit: 3fed44ff388784221ceb9e81cc7ba5f80b43fdba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 17 11:29:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 17 11:29:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fed44ff

dev-ruby/fast_xs: ppc64 stable wrt bug #576632

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild 
b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
index a182f23..39e0a47 100644
--- a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
+++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brianmario/fast_xs";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2016-03-19 Thread Matt Thode
commit: d09129c0dc628b3af6437085d392399a843855b6
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 18 12:49:55 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 18 12:49:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09129c0

net-analyzer/icinga2: add arm keyword

Package-Manager: portage-2.2.26

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

diff --git a/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
index ee6c00c..9cba7d7 100644
--- a/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins 
studio +vim-syntax"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/PadWalker/

2016-03-19 Thread Andreas Hüttel
commit: c49bd81decf6f7cb0e33c29ac3687e229f8649d2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Mar 16 20:34:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Mar 16 20:36:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49bd81d

dev-perl/PadWalker: Remove old

Package-Manager: portage-2.2.28

 dev-perl/PadWalker/Manifest|  1 -
 dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/PadWalker/Manifest b/dev-perl/PadWalker/Manifest
index 658d038..2604e40 100644
--- a/dev-perl/PadWalker/Manifest
+++ b/dev-perl/PadWalker/Manifest
@@ -1,3 +1,2 @@
-DIST PadWalker-1.96.tar.gz 15272 SHA256 
df250e242f2a1009a8e9fe393b5c8b9ff4817efb345117fd6ada6a3da8380ca0 SHA512 
b3fc68a457f90846c98811b0e012bcdadaac9df9077bbe3b361d82ad61d314702b735fc43551ec0d8fd566cdd0f4bae9bbc2f0af2be7f921889953b26e4150e2
 WHIRLPOOL 
ff038f0d80e5a306e93de1154ab4fef58bc72935edcbcf27495b99156c66eb933197d4493c9bead7210d705d56e6bcb00d71974c640f59e3ca1be54761860499
 DIST PadWalker-2.1.tar.gz 16096 SHA256 
fd5bed56543c46ea27a04a690c0504c72192235516fd9fa9af6fd6e220555a6e SHA512 
632100ef9f13def71aa496737d6a49977d311cae749a1b4827f2b965ae797357fbb5ab756ead0927f200ba8a8a62a9b6fcce3a49f3cc0c4e196855d8427502d3
 WHIRLPOOL 
dcd7ea28fdef4f96d94c13ed2e00b6c6e878a580ef9a4f322d7649fc720f795ebc932be4b2ad51602ba270588c208b800de5db4c9cb30fa4f815225c1d7c149f
 DIST PadWalker-2.2.tar.gz 16158 SHA256 
fc1df2084522e29e892da393f3719d2c1be0da022fdd89cff4b814167aecfea3 SHA512 
b0bdfd4f1ebf63e71618dda0db6249fc6b4a0165cc829a9a90e68353f31b61ec6c5873b598b67b085f0a7fb8be40fd1f890e57de85dfdd1bee5543146cc1a3f3
 WHIRLPOOL 
30ebf66f32564202d75a4a758ac02a715180eac07458320cdef523f9fb647f2115b198a8b8031ec92c2c543e6bed1fdfebad69c92211250a0acb765048f7b42a

diff --git a/dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild 
b/dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild
deleted file mode 100644
index b837b22..000
--- a/dev-perl/PadWalker/PadWalker-1.960.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ROBIN
-MODULE_VERSION=1.96
-inherit perl-module
-
-DESCRIPTION="play with other peoples' lexical variables"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-SRC_TEST="do"



[gentoo-commits] proj/gnome:master commit in: net-misc/hotssh/

2016-03-19 Thread Mart Raudsepp
commit: 4cd8d4f44171badfeeb168d31049574ba5d4312a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 17 21:27:17 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 17 21:27:17 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4cd8d4f4

net-misc/hotssh: GLEP 67ify metadata.xml

 net-misc/hotssh/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/hotssh/metadata.xml b/net-misc/hotssh/metadata.xml
index 6e0e2ec..3998080 100644
--- a/net-misc/hotssh/metadata.xml
+++ b/net-misc/hotssh/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitstats/

2016-03-19 Thread Patrice Clement
commit: 2e4c7f86c82b11c2d513e554902aa7408f9dc95b
Author: Göktürk Yüksek  binghamton  edu>
AuthorDate: Fri Mar  4 10:26:57 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Mar 17 15:47:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4c7f86

dev-vcs/gitstats: fix the live ebuild's repo URI, license, dependencies, docs

The following changes have been made:
- eapi bump to EAPI 6
- inherit git-r3 instead of the obsolete git-2
- fix EGIT_REPO_URI
- fix LICENSE
  - the homepage has the following:
"Both the code and the web site are licensed under GPLv2/GPLv3."
So, use '|| ( GPL-2 GPL-3 )'
  - there's a bunled javascript file 'sortable.js' which is licensed under MIT
- add the missing build time dependency on perl
- install docs and manpage

Package-Manager: portage-2.2.26
Acked-by: Guilherme Amadio  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/972

 dev-vcs/gitstats/gitstats-.ebuild | 31 +++
 1 file changed, 19 insertions(+), 12 deletions(-)

diff --git a/dev-vcs/gitstats/gitstats-.ebuild 
b/dev-vcs/gitstats/gitstats-.ebuild
index 06a43c4..eddba33 100644
--- a/dev-vcs/gitstats/gitstats-.ebuild
+++ b/dev-vcs/gitstats/gitstats-.ebuild
@@ -1,21 +1,22 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit python-r1 git-2
+inherit python-r1 git-r3
 
 DESCRIPTION="Statistics generator for git"
 HOMEPAGE="http://gitstats.sourceforge.net/";
 SRC_URI=""
 EGIT_REPO_URI="
-   git://repo.or.cz/${PN}.git
-   http://repo.or.cz/r/${PN}.git";
+   git://github.com/hoxu/gitstats.git
+   https://github.com/hoxu/gitstats.git
+"
 
-LICENSE="GPL-3"
+LICENSE="|| ( GPL-2 GPL-3 ) MIT"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
@@ -23,20 +24,26 @@ IUSE=""
 RDEPEND="
sci-visualization/gnuplot[gd]
dev-vcs/git"
-DEPEND=""
+DEPEND="
+   dev-lang/perl:*
+"
+
+DOCS=( doc/{AUTHOR,README,TODO.txt} )
 
 src_prepare() {
sed \
-   -e "s:basedir = 
os.path.dirname(os.path.abspath(__file__)):basedir = 
'${EPREFIX}/usr/share/gitstats':g" \
+   -e "s:basedirs = \[binarypath, secondarypath, 
'/usr/share/gitstats'\]:basedirs = \['${EPREFIX}/usr/share/gitstats'\]:g" \
-i gitstats || die "failed to fix static files path"
+   default
 }
 
 src_compile() {
-   :;
+   emake VERSION="${PV}" man
 }
 
 src_install() {
-   emake PREFIX="${D}"/usr VERSION="${PV}" install
-   dodoc doc/{README,*.txt}
-   python_replicate_script "${ED}"/usr/bin/${PN}
+   emake PREFIX="${ED}"usr VERSION="${PV}" install
+   doman doc/${PN}.1
+   einstalldocs
+   python_replicate_script "${ED}"usr/bin/${PN}
 }



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

2016-03-19 Thread Johannes Huber
commit: 4270f12d39a61b07af22c03c244af3f3d96ea35d
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Mar 17 12:57:29 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Mar 17 12:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4270f12d

app-text/kbibtex: Pin slot on dev-libs/qoauth

Package-Manager: portage-2.2.28

 app-text/kbibtex/kbibtex-0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/kbibtex/kbibtex-0.6.ebuild 
b/app-text/kbibtex/kbibtex-0.6.ebuild
index 9aadaca..d09ff79 100644
--- a/app-text/kbibtex/kbibtex-0.6.ebuild
+++ b/app-text/kbibtex/kbibtex-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ DEPEND="
app-text/poppler[qt4]
dev-libs/libxml2
dev-libs/libxslt
-   dev-libs/qoauth
+   dev-libs/qoauth:0
virtual/tex-base
x11-libs/libqxt
 "



[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/files/, net-p2p/transmission/

2016-03-19 Thread Mike Gilbert
commit: 5d45c75941a5fd40b933e9f9d04d9dc9f25dcaf6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 16 17:03:24 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 16 17:05:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d45c759

net-p2p/transmission: Fix building against recent libsystemd

Package-Manager: portage-2.2.28_p60

 net-p2p/transmission/files/libsystemd.patch   | 11 +++
 net-p2p/transmission/transmission-2.92.ebuild |  8 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/net-p2p/transmission/files/libsystemd.patch 
b/net-p2p/transmission/files/libsystemd.patch
new file mode 100644
index 000..5db47ef
--- /dev/null
+++ b/net-p2p/transmission/files/libsystemd.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -245,7 +245,7 @@
+ [Add support for systemd startup notification (default is 
autodetected)]),
+ [USE_SYSTEMD_DAEMON=$withval], [USE_SYSTEMD_DAEMON=auto])
+ AS_IF([test "x$USE_SYSTEMD_DAEMON" != "xno"], [
+-PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon],
++PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd],
+ [AC_DEFINE(USE_SYSTEMD_DAEMON,1,[Use systemd startup notification])],
+ [AS_IF([test "x$USE_SYSTEMD_DAEMON" = "xyes"],
+ [AC_MSG_ERROR([systemd startup notification support requested, 
but libsystemd-daemon not found.])]

diff --git a/net-p2p/transmission/transmission-2.92.ebuild 
b/net-p2p/transmission/transmission-2.92.ebuild
index 96c12ef..68a80b3 100644
--- a/net-p2p/transmission/transmission-2.92.ebuild
+++ b/net-p2p/transmission/transmission-2.92.ebuild
@@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/libevent-2.0.10:=
>=x11-libs/gtk+-3.4:3=
ayatana? ( >=dev-libs/libappindicator-0.4.90:3= )
)
-   systemd? ( sys-apps/systemd:= )
+   systemd? ( >=sys-apps/systemd-209:= )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
@@ -56,6 +56,10 @@ REQUIRED_USE="ayatana? ( gtk ) ?? ( qt4 qt5 )"
 
 DOCS="AUTHORS NEWS qt/README.txt"
 
+PATCHES=(
+   "${FILESDIR}"/libsystemd.patch
+)
+
 src_prepare() {
sed -i -e '/CFLAGS/s:-ggdb3::' configure.ac || die
 
@@ -68,7 +72,7 @@ src_prepare() {
# http://trac.transmissionbt.com/ticket/4324
sed -i -e 's|noinst\(_PROGRAMS = $(TESTS)\)|check\1|' 
libtransmission/Makefile.am || die
 
-   eapply_user
+   default
eautoreconf
 }
 



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

2016-03-19 Thread Agostino Sarubbo
commit: 86c502dcf6d622c2a7c58c670453f1eef26832d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 11:49:32 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 11:51:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c502dc

sci-libs/scipy: ppc stable wrt bug #572912

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/scipy/scipy-0.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/scipy/scipy-0.16.1.ebuild 
b/sci-libs/scipy/scipy-0.16.1.ebuild
index f61a0c1..9b6e7b6 100644
--- a/sci-libs/scipy/scipy-0.16.1.ebuild
+++ b/sci-libs/scipy/scipy-0.16.1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 LICENSE="BSD LGPL-2"
 SLOT="0"
 IUSE="doc sparse test"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 
 CDEPEND="
>=dev-python/numpy-1.6.2[lapack,${PYTHON_USEDEP}]



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

2016-03-19 Thread Mike Pagano
commit: 547298e04bca0fa95819cfcb38e882cf507347af
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 16 19:41:27 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 16 19:41:27 2016 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=547298e0

Linux patch 3.14.65

 _README  |4 +
 1064_linux-3.14.65.patch | 1518 ++
 2 files changed, 1522 insertions(+)

diff --git a/_README b/_README
index 52ef4aa..1a5cf2c 100644
--- a/_README
+++ b/_README
@@ -298,6 +298,10 @@ Patch:  1063_linux-3.14.64.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.64
 
+Patch:  1064_linux-3.14.65.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.65
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1064_linux-3.14.65.patch b/1064_linux-3.14.65.patch
new file mode 100644
index 000..73548c7
--- /dev/null
+++ b/1064_linux-3.14.65.patch
@@ -0,0 +1,1518 @@
+diff --git a/Documentation/filesystems/efivarfs.txt 
b/Documentation/filesystems/efivarfs.txt
+index c477af086e65..686a64bba775 100644
+--- a/Documentation/filesystems/efivarfs.txt
 b/Documentation/filesystems/efivarfs.txt
+@@ -14,3 +14,10 @@ filesystem.
+ efivarfs is typically mounted like this,
+ 
+   mount -t efivarfs none /sys/firmware/efi/efivars
++
++Due to the presence of numerous firmware bugs where removing non-standard
++UEFI variables causes the system firmware to fail to POST, efivarfs
++files that are not well-known standardized variables are created
++as immutable files.  This doesn't prevent removal - "chattr -i" will work -
++but it does prevent this kind of failure from being accomplished
++accidentally.
+diff --git a/Makefile b/Makefile
+index de41fa82652f..a19c22a77728 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 64
++SUBLEVEL = 65
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/powerpc/kernel/module_64.c b/arch/powerpc/kernel/module_64.c
+index 12664c130d73..78a859ec4946 100644
+--- a/arch/powerpc/kernel/module_64.c
 b/arch/powerpc/kernel/module_64.c
+@@ -202,7 +202,7 @@ static void dedotify(Elf64_Sym *syms, unsigned int 
numsyms, char *strtab)
+   if (syms[i].st_shndx == SHN_UNDEF) {
+   char *name = strtab + syms[i].st_name;
+   if (name[0] == '.')
+-  memmove(name, name+1, strlen(name));
++  syms[i].st_name++;
+   }
+   }
+ }
+diff --git a/arch/powerpc/kvm/book3s_hv_rmhandlers.S 
b/arch/powerpc/kvm/book3s_hv_rmhandlers.S
+index b3bad672e5d9..87fa70f8472a 100644
+--- a/arch/powerpc/kvm/book3s_hv_rmhandlers.S
 b/arch/powerpc/kvm/book3s_hv_rmhandlers.S
+@@ -1148,6 +1148,20 @@ END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
+   std r6, VCPU_ACOP(r9)
+   stw r7, VCPU_GUEST_PID(r9)
+   std r8, VCPU_WORT(r9)
++  /*
++   * Restore various registers to 0, where non-zero values
++   * set by the guest could disrupt the host.
++   */
++  li  r0, 0
++  mtspr   SPRN_IAMR, r0
++  mtspr   SPRN_CIABR, r0
++  mtspr   SPRN_DAWRX, r0
++  mtspr   SPRN_TCSCR, r0
++  mtspr   SPRN_WORT, r0
++  /* Set MMCRS to 1<<31 to freeze and disable the SPMC counters */
++  li  r0, 1
++  sldir0, r0, 31
++  mtspr   SPRN_MMCRS, r0
+ 8:
+ 
+   /* Save and reset AMR and UAMOR before turning on the MMU */
+diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
+index 80c22a3ca688..b6fc5fc64cef 100644
+--- a/arch/x86/kvm/vmx.c
 b/arch/x86/kvm/vmx.c
+@@ -1555,6 +1555,13 @@ static void add_atomic_switch_msr(struct vcpu_vmx *vmx, 
unsigned msr,
+   return;
+   }
+   break;
++  case MSR_IA32_PEBS_ENABLE:
++  /* PEBS needs a quiescent period after being disabled (to write
++   * a record).  Disabling PEBS through VMX MSR swapping doesn't
++   * provide that period, so a CPU could write host's record into
++   * guest's memory.
++   */
++  wrmsrl(MSR_IA32_PEBS_ENABLE, 0);
+   }
+ 
+   for (i = 0; i < m->nr; ++i)
+diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
+index 1777f89875fb..8db66424be97 100644
+--- a/arch/x86/kvm/x86.c
 b/arch/x86/kvm/x86.c
+@@ -1991,6 +1991,8 @@ static void accumulate_steal_time(struct kvm_vcpu *vcpu)
+ 
+ static void record_steal_time(struct kvm_vcpu *vcpu)
+ {
++  accumulate_steal_time(vcpu);
++
+   if (!(vcpu->arch.st.msr_val & KVM_MSR_ENABLED))
+   return;
+ 
+@@ -2123,12 +2125,6 @@ int kvm_set_msr_common(struct kvm_vcpu *vcpu, struct 
msr_data *msr_info)
+   if (!(data & KVM_MSR_ENABLED))
+   break;
+ 
+-  vcpu->arch.st.last_steal

[gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/

2016-03-19 Thread Ian Stakenvicius
commit: fbe40ad90c0c4025f39fc3897ac97e6109b63e1e
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Mar 18 14:57:29 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Mar 18 14:57:35 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=fbe40ad9

Bumped mozilla patchset to address bug 577298

Did not revbump because a new beta is coming in a couple of days

 mail-client/thunderbird/Manifest  | 2 +-
 mail-client/thunderbird/thunderbird-45.0_beta2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index c230ce9..9368333 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,6 +1,6 @@
 DIST enigmail-1.8.2.tar.gz 1604159 SHA256 
1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SHA512 
51eece988f466aeb4a343719a86dc7d95ec41dfc3ec7e3d8d2f360528675c605f8f2154f10aeea6ef82ed87c784f1d13bfc978e052a9ede0072b5137f6294b11
 WHIRLPOOL 
e12a703899e0e4c98adc58b5f4bf1f74e24a2cf09c1a706a6edca6aca06140041b293f23e6e5b05c507177b4148533ebc3431fb75592aae07d791a899ba2c45c
 DIST firefox-38.0-patches-05.tar.xz 18412 SHA256 
d2a2be8359c15d42fd2355bb54048db88af2288f9f9b69acbd742c29bd10be16 SHA512 
0556531fa5685bf04438df22b0e35ffd22c27e31a2d1d264b9401af8f3c79604577fc71f71e2bf338dc5465471152067ce1a30ba2813c612e062e20c4b5b7ea2
 WHIRLPOOL 
cc9aa2174395c8a70a9fc7010fc48d2f4e35c64c73deda38934a42ded5def14f7ccf6c3be8700ab3bea02bdd93bb4b98b40ff44176e4cfccd0b68b70d9deed61
-DIST firefox-45.0-patches-02.tar.xz 15824 SHA256 
9e6e6d999e61e47d603579d9362b09f6a29847ea79023b774ff1a2dab9f4a40c SHA512 
bc30914c65ec93b97d95a9f53faaf06a7d9e834eebaa90d34297e6a1eddd8ced192acf43b18ca8e70d4617de8d3d84d161c182d67f3c3501d68fc49867e14dd8
 WHIRLPOOL 
9772b242f312dc3a4f0a6a77b45ddb26ad3a98ee6d96b6d46438eeab55d16d9a049e889423f4c84b404d5519823eb5afc486bb77cbe8918a3a2860663f32eb50
+DIST firefox-45.0-patches-03.tar.xz 15980 SHA256 
5bc13bb36d3e907dcffe4d57c7ace78478859bfdbe84a6b99fa76502592e0291 SHA512 
6384773ea4944db15dc131a05cf61bb96505899fb5077d54c5e7227f07423656627c81321a3c207d7a3b4ad0830dd9a53d66aca832dc1ee177964516489aab30
 WHIRLPOOL 
c3626f501434c3dc9ec4a7ba3d02e50ff8b9d011005fb334d5dedf5177d6af778e541cb7cb4ebe7d281563434bace214008c54299809e823dd83c5a5de535247
 DIST gdata-provider-1.9.tar.xz 80812 SHA256 
8e60960999c752c49d6414d14c35c2d0cc474d4a199ec99e531453d4d60bc5a3 SHA512 
b1411b0a8614eb5e9fbdc0a41eb5ed38e8d4c90832e2a356fd0412b554af46bde4b766b213d9da3cafd85206da44d54c9f6b469c95ddb190fa04fe14a54a
 WHIRLPOOL 
df7451e55f937c604d92faed82a16bddd6ca87a7c03981324c5409ab5824ac1c631ec767f10eaedc6f7128cd1f9001eca599c848d39e116d9722f26811b01092
 DIST gdata-provider-2.6.tar.xz 83884 SHA256 
b872dde3eafccec88c5548833530b88c85eb044e3a222f6f198d924829512f0d SHA512 
b1b954babd775e183a36e913013b1d056778b12d50dd089c329aa322cc9820ad563e7e02e5eca7b1ae52c5ebed2cfdc52d11bdb973dc3ebe41cffd0c585d5c7b
 WHIRLPOOL 
eb6197ab474e8852eefabf608b0b66d12e6dea3bfe5c94f18225211d286293dc2e52ad85c7e94a8688946de33c174c72d001b5f591b47a616b07d6c475a8457a
 DIST lightning-4.0.5.tar.xz 2312932 SHA256 
8386208ecb915172a48d77fc758f5040933c13619c0f9d820903ce37ba610184 SHA512 
9f1fbec0520d24158af78ffe8a790502fd2843facd17bac2e278006d7b1998067b5803e1fa2e3172511d298cebb4e0b7047edb7b0aa18a8dc4712d0f1e2e08d3
 WHIRLPOOL 
8f6074f6038fda3a4946ea8fe788194cb2eda0c7e4a6c68a7c349781b8acb7602a70baf66bd5148ebd712e197cf4974268b5f40cedec520280c355e4f03de701

diff --git a/mail-client/thunderbird/thunderbird-45.0_beta2.ebuild 
b/mail-client/thunderbird/thunderbird-45.0_beta2.ebuild
index 1103b7c..d0fb537 100644
--- a/mail-client/thunderbird/thunderbird-45.0_beta2.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.0_beta2.ebuild
@@ -27,7 +27,7 @@ EMVER="1.8.2"
 
 # Patches
 PATCH="thunderbird-38.0-patches-0.1"
-PATCHFF="firefox-45.0-patches-02"
+PATCHFF="firefox-45.0-patches-03"
 
 MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases";
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/screengrab/

2016-03-19 Thread Michał Górny
commit: dcbdfb2d08b279a661d2ef7e240df7a7dd835ff1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 19:01:57 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 19:10:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbdfb2d

x11-misc/screengrab: Collapse multiple  blocks

Collapse multiple  blocks into one as GLEP 46 does not permit
more than one.

 x11-misc/screengrab/metadata.xml | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/x11-misc/screengrab/metadata.xml b/x11-misc/screengrab/metadata.xml
index 66ea43c..62e04b5 100644
--- a/x11-misc/screengrab/metadata.xml
+++ b/x11-misc/screengrab/metadata.xml
@@ -6,13 +6,11 @@
Gentoo Qt Project


-   screengrab-qt
-   DOOMer/screengrab
-   
-   

doome...@gmail.com
Artem Galichkin

+   screengrab-qt
+   DOOMer/screengrab

 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-ErrorString-Perl/

2016-03-19 Thread Andreas Hüttel
commit: 8e99cf52349dfb7c78fe738b8807e45383022133
Author: Kent Fredric  gmail  com>
AuthorDate: Wed Mar 16 00:45:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Mar 16 22:49:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e99cf52

dev-perl/Parse-ErrorString-Perl: Bump to version 0.220.0

- EAPI6

Upstream:
- Fix test bug on Perl 5.22

Package-Manager: portage-2.2.28

 dev-perl/Parse-ErrorString-Perl/Manifest   |  1 +
 .../Parse-ErrorString-Perl-0.220.0.ebuild  | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Parse-ErrorString-Perl/Manifest 
b/dev-perl/Parse-ErrorString-Perl/Manifest
index f32adb1..e93415d 100644
--- a/dev-perl/Parse-ErrorString-Perl/Manifest
+++ b/dev-perl/Parse-ErrorString-Perl/Manifest
@@ -1 +1,2 @@
 DIST Parse-ErrorString-Perl-0.19.tar.gz 28489 SHA256 
ff724115ddab48d0b98a4287d0c480ab66c0c200ee6474da5f45f782de04feb4 SHA512 
54e7b3bd85a2ce7244c0e95ede64f641cc3c8497e5ed9e25337297f6650c3bbd8445f3b157018c9f4f3b5fbcca55e00c5edea5f5d497bbe5352964d325fd6f6d
 WHIRLPOOL 
c4c0b7fb7348967ca4c410f7ba9fd145f7b9683ce12ae61830a40181fd2d6ba64a382c7ad0d472ef0c7c1a3287296fe5ec637e0f493f872f756593e951c41e5d
+DIST Parse-ErrorString-Perl-0.22.tar.gz 29675 SHA256 
a60d266e41f3ddf7609a39dc1ea39dcc4bd0ee0218b0d169b69692d781c99ffd SHA512 
a1a99a876cd575adfcd30a3f73ed23c104380b32e24f34fc135b315794c640a37369abe10aea0daa5a73da030a38b52439b4a4716cc3c2c5a610a524a9ced507
 WHIRLPOOL 
c186a410af65f522a9357ad4d7dcbf45eb7ab65def32916a89c7ccbf89226619337067ad7f63e5ce27e58ec13504847a62617434d67a5b7782369e3fbe35cd25

diff --git 
a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild 
b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
new file mode 100644
index 000..011209b
--- /dev/null
+++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.220.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SZABGAB
+DIST_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="Parse error messages from the perl interpreter"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Class-XSAccessor
+   virtual/perl-File-Spec
+   virtual/perl-Pod-Parser
+   >=dev-perl/Pod-POM-0.270.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.59
+   test? (
+   dev-perl/Test-Differences
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/

2016-03-19 Thread Andrey Grozin
commit: 55ddd8a1700dd10bd23877d51f774caa58b3046a
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Mar 18 11:10:22 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Mar 18 11:10:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ddd8a1

dev-lisp/sbcl: bump to 1.3.3

Package-Manager: portage-2.2.28

 dev-lisp/sbcl/Manifest  |   2 +
 dev-lisp/sbcl/sbcl-1.3.3.ebuild | 239 
 2 files changed, 241 insertions(+)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index 5dd7eb2..c83ef40 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -26,3 +26,5 @@ DIST sbcl-1.3.0-source.tar.bz2 5722767 SHA256 
d60caf6a0a495e41fc9e7f6a797e7c4188
 DIST sbcl-1.3.0-x86-64-linux-binary.tar.bz2 9830954 SHA256 
e6e801f0cc31fd6a14cf20b983c6ef2be5750225fad221bf9621788c0a0a90c5 SHA512 
916fdd1627903b7227a6d5962a2534fa2cd9003f832b975c96d0e11c301d73c7c3225cfd4121f10cbcdde87dcac9079b9a48e6737ba9a3d2c18c484bae3c371d
 WHIRLPOOL 
a4372dd59df03e0e0e8d2359799e0580b6829e001c219ef28504cc7db8b3a8ad7429ecdcd36bb72ed5196192d9f66b2854c5b6960cd5f97c31afd758a17c6a67
 DIST sbcl-1.3.2-source.tar.bz2 5739508 SHA256 
d382f196ea7795c3541bcda433e0bb8b5610a62bb9f83309fe20629e6090afa2 SHA512 
c0f34a5475707706f949ba5a4eca7097fc198ec973e729772b3c4a852b8a56508184f99e77c98db3bf6fdeaa2ebd3c01169c1c4b1d4750a81301ca2727b8e638
 WHIRLPOOL 
37ddcba9b782ee3677665c44cb8cf1c164125a48421529b6d5e3b46e0395be039610604809442a601471bf00bbe7916c3d27e9d90f9328e5fe1c70a7aa43c139
 DIST sbcl-1.3.2-x86-64-linux-binary.tar.bz2 9724466 SHA256 
5331056a6c7cd638d3d815458180a457d098e85c1e3821af055b9998670fe2ed SHA512 
192bc19d372d39049c93aff57ae07531264a3595c1cb4553511d69771010901dce25b1403825b75c147eb121f90aa7f230814861fd948f9b916d6254ecba2ad2
 WHIRLPOOL 
667e305844b6982b23f3c486dd1356731721f0a62da3c4ccb8fce538d43ed9044af150a1a4c0b507f511a5a85fde2efbecc80ba25b843b5c3859aa772b202bb6
+DIST sbcl-1.3.3-source.tar.bz2 5740904 SHA256 
db38f600f2db5511566cbb53c3e6ac70b2576a09d5210ac44f9a9b14fee7fb4f SHA512 
a8c6176089716cb1f84beca407e17f148a706991f6f74b51543295e6fdc9308a424933e69bd1beb7815d5c47d5ea735b9c8f717dc3934b4ab3a188f8cc1420a8
 WHIRLPOOL 
0ca1e1be4e16670daf80eb07dc9239ccf66c42b4b1b06bf1c9fd90f78f7bd0ea93c61964a8263f5a4e39b9a17900f2eea3daa0ad4ffaf3786bb0dd1591f13a77
+DIST sbcl-1.3.3-x86-64-linux-binary.tar.bz2 9475261 SHA256 
e8b1730c42e4a702f9b4437d9842e91cb680b7246f88118c7443d7753e61da65 SHA512 
00800945d736180a7fee6d693162add6c7dbab576bc9918ee4dfecbeaa5223a9ef6e34d20b1118851f450703350b5547250ad9cf55431a03d9299d09277e6306
 WHIRLPOOL 
51f3f5c7280788b303b783b583cd81a02ded60ef2b157cdd0fd951efbf470f4e4e8336eab69b25a96998c850d83b706806aaf9b76a25599df597c6df66ad92bf

diff --git a/dev-lisp/sbcl/sbcl-1.3.3.ebuild b/dev-lisp/sbcl/sbcl-1.3.3.ebuild
new file mode 100644
index 000..edd65ba
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.3.3.ebuild
@@ -0,0 +1,239 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.2.7
+BV_AMD64=1.3.3
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.2.7
+BV_ARM64=1.3.3
+BV_PPC_MACOS=1.0.47
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_SPARC_SOLARIS=1.0.23
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/";
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3.1:="
+DEPEND=

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

2016-03-19 Thread Patrick Lauer
commit: 915374fa4bc76cddec39f016dd8877b876921c7c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Mar 18 11:07:14 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Mar 18 11:07:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915374fa

dev-python/elasticsearch-py: Fix tarball, restrict tests

Package-Manager: portage-2.2.28

 dev-python/elasticsearch-py/Manifest  | 2 +-
 dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/elasticsearch-py/Manifest 
b/dev-python/elasticsearch-py/Manifest
index 9aa49bf..6a9a09c 100644
--- a/dev-python/elasticsearch-py/Manifest
+++ b/dev-python/elasticsearch-py/Manifest
@@ -2,7 +2,6 @@ DIST elasticsearch-1.7.3.tar.gz 28510917 SHA256 
af517611493374cfb2daa8897ae17e63
 DIST elasticsearch-2.0.0.tar.gz 28576708 SHA256 
b25f13f615337c2072964fd9fc5c7250f8a2a983b22198daf93548285d5d16df SHA512 
23473b658d68c07b65f66e04cdac07c0b88ac3a2a9ca1d5e700b5b17ebc1b23b77a5b0fa32959d30d8e0267ec186be42de0c11ce86864fe55d0e353c27d0003a
 WHIRLPOOL 
22a7a274961999d5105ed9ba817d225deb8e46330e5774be8caecb34e6997c2a8debf348a5f6d58ac9d959a6b96957723a63944750155f37592278b8e6e590c6
 DIST elasticsearch-2.1.1.tar.gz 29007342 SHA256 
ebd69c0483f20ba7e51caa9606d4e3ce5fe2667e1216c799f0cdbb815c317ce6 SHA512 
eff12cd7342dc0036dc88f03ced9c7cc90d284222efeca86adfd9e4cf254cb8f96105c58673b239cfc9eb9764a2a669d2cd171ca73eb43b1ec1470a13c5e1776
 WHIRLPOOL 
2b0e069d162ee07eddc90d879d4ce5dd2cef9e4a804a9aaeb3d99e5d532f583589e2c6a36b5e856bf19a610f220eea6aaa75d28e7b6687b60eab7bf83b2def51
 DIST elasticsearch-2.2.1.tar.gz 29424648 SHA256 
7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03 SHA512 
9254175afff5c002625465fb5f398e4e53d121925a656af13e65d90eb3b3ef7507ef094cf44002f104a84e5147a8677a05f4071248140d6b48179b9057867cb5
 WHIRLPOOL 
a470a663b8ec1b8cb7a8daf6bfc02ed7d5d0f23caab063ac2e6c7456bda449bad3e81237699fa434f077d4f86ee09dac7d007b554acc6428f2b436cf8448b210
-DIST elasticsearch-2.3.0.tar.gz 58840 SHA256 
be3080a2bf32dff0a9f9fcc1c087515a25a357645673a976d25ef77166134d81 SHA512 
af36278e08ecb7f7bc1c79edcb102a08439dab5ee608b4b1daa359e11ff6718bb616e51aafd4f9965a015e7146e30b9b70ccc9758661569704f3e3ef8858b8d9
 WHIRLPOOL 
73f3577348babfe0acbb26bc807b105dba043ba6a55b11dbce3aa216c0d1bd10cfa676ff825f8cef1e355cdf28057b148bf92d5b278306e56683ffdb2a5eb2ea
 DIST elasticsearch-py-1.4.0.tar.gz 74498 SHA256 
7959787b47c3523e9c9aeffec441091fcd2b293d26c4fd5f576cf84cfb85ef63 SHA512 
dbe51362f68d40e95a0cfefde4feb8d9d9c61b4f4795cbf69fd70bf981f290812ebac19a20ae8594cc39ac46a3c35ddfe450ff436fca0fada060736128478cf7
 WHIRLPOOL 
a6730b1201048f82aed6e63b7e73f38150002dd9889c575c9edf52834bc6f9a8256977ac27b092f3865074e4699729cc766564a4b731766d77d6a6de6324
 DIST elasticsearch-py-1.5.0.tar.gz 77037 SHA256 
275eaeb2f64c8eba8691d953ac0d8a16e4f759d9cad797323b7cbd0ef87a69ce SHA512 
10d473a221be3deb086dca0c5463324647e38f8be4f4bbea934079b002f1414d30c98976c56fd2fc55c97d24ed2338137a9983194e8bf82c95cc70321ee5ee86
 WHIRLPOOL 
3aa83b9bfd5363ea39baf58cc7bdaaa9606085e471e7e683518cf707642fc9a514264c51cf3e296db071a2a5333f58b8e1335bc4473477df9d085bea63c584ba
 DIST elasticsearch-py-1.6.0.tar.gz 77205 SHA256 
59dd03284ab7314e5eb50d13ba92df65efb93778ca318906baad5776b152aff7 SHA512 
09cdec0b3f50707b9a5e11534fe28507db669e4da44bbda1952d07b6ac8e3aea0c0c05297db26d9425c2247724681fa4e5485e9525571ff64f070e700a9a9b07
 WHIRLPOOL 
04f43a848cc811d1bee22d2bf7931a4348fb4a455172e381bedad5179d72313320009cb8b2dfdadb252aacc13cc1a4ef15b311488401d6b2bc23e242272bb74b
@@ -10,3 +9,4 @@ DIST elasticsearch-py-1.8.0.tar.gz 73848 SHA256 
9394a1eef66223f8292f005bbe0c2309
 DIST elasticsearch-py-1.9.0.tar.gz 74021 SHA256 
bf00a6c7ecd965bf585199335d2619267ae0caabc356ee011dfc37e373edc023 SHA512 
1a523867fd40534332a8b46e84ca3009dbaf86c9bf51e1487d76b90420e0c5371271f7956ebd2a416288bab57fa539377471386e23bcc03b1e7cdd4ab90a6027
 WHIRLPOOL 
9c5f4ffcdc97ce695845d8597d39aa41e71495de78f49fa2003d3665f683a04e32d5a5dabd4670ab9928a1ebc082564b4169b7e19f5c803146772b50598ae091
 DIST elasticsearch-py-2.1.0.tar.gz 72785 SHA256 
faa04d251ba266c419bb45b644b984fc3028f558ff50d34ec92547f65db75652 SHA512 
445ca902b9b1b0239f751174d812672a623a205bc22da679a61edcd88a29d86be2e1e35421579da1ae34b346476f951c24848015bbf2d437e2209b706044ec0b
 WHIRLPOOL 
e50ec6278a229f5129aa56693b761226ba11a453f1841dadec54a57998205246b8a95eb10365a79fb831ed47532d8b3c231f4134515e4f169b123e4d7bfcf8e4
 DIST elasticsearch-py-2.2.0.tar.gz 74228 SHA256 
e0d252a8c1e9af2b7b89ae8aa8cb006bb1714e19e147418655baebd0c4f90e77 SHA512 
fcdcb72064920aeaaaba644166184d6826d5bd26542824744cb9bc899d01b50f972bbee4e92dce2f24fc81d66201d807d89fb2b9ccda446986eb79c9c131171e
 WHIRLPOOL 
a92cbe1e959cef132901c60c31ec0cc30a437e049205b4475094a05112efdb58fb136c92e3e1507589e1c77d001679d1e083710accb9ee47c43d25d0a71c183c
+DIST elasticsearch-py-2.3.0.tar.gz 74954 SHA256 
3610d3a2d2f4eb1906794276ac6fca1ad801067e0f36d71

[gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/, pym/repoman/

2016-03-19 Thread Brian Dolbec
commit: c8417ea452ed4e35b832cb21164bcd27b97595a3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Mar 16 02:00:20 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Mar 16 02:00:20 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c8417ea4

repoman: Migrate 'can_force' to the new Fuse class

 pym/repoman/main.py | 5 +++--
 pym/repoman/modules/scan/ebuild/isebuild.py | 5 +++--
 pym/repoman/scanner.py  | 3 +--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pym/repoman/main.py b/pym/repoman/main.py
index 337e638..2ccda99 100755
--- a/pym/repoman/main.py
+++ b/pym/repoman/main.py
@@ -25,6 +25,7 @@ from portage.util import formatter
 
 from repoman.actions import Actions
 from repoman.argparser import parse_args
+from repoman.fuse import Fuse
 from repoman.qa_data import (
format_qa_output, format_qa_output_column, qahelp,
qawarnings, qacats)
@@ -75,7 +76,7 @@ def repoman_main(argv):
# Set this to False when an extraordinary issue (generally
# something other than a QA issue) makes it impossible to
# commit (like if Manifest generation fails).
-   can_force = True
+   can_force = Fuse()
 
portdir, portdir_overlay, mydir = 
utilities.FindPortdir(repoman_settings)
if portdir is None:
@@ -110,7 +111,7 @@ def repoman_main(argv):
# Perform the main checks
scanner = Scanner(repo_settings, myreporoot, config_root, options,
vcs_settings, mydir, env)
-   can_force = scanner.scan_pkgs(can_force)
+   scanner.scan_pkgs(can_force)
 
commitmessage = None
 

diff --git a/pym/repoman/modules/scan/ebuild/isebuild.py 
b/pym/repoman/modules/scan/ebuild/isebuild.py
index 474a874..514d23e 100644
--- a/pym/repoman/modules/scan/ebuild/isebuild.py
+++ b/pym/repoman/modules/scan/ebuild/isebuild.py
@@ -42,6 +42,7 @@ class IsEbuild(ScanBase):
checkdir = kwargs.get('checkdir')
xpkg = kwargs.get('xpkg')
fuse = kwargs.get('validity_fuse')
+   can_force = kwargs.get('can_force')
self.continue_ = False
ebuildlist = []
pkgs = {}
@@ -85,9 +86,9 @@ class IsEbuild(ScanBase):
# metadata leads to false positives for several checks, 
and false
# positives confuse users.
self.continue_ = True
+   can_force.pop()
 
-   return {'continue': self.continue_, 'pkgs': pkgs,
-   'can_force': not self.continue_}
+   return {'continue': self.continue_, 'pkgs': pkgs}
 
@property
def runInPkgs(self):

diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index 9c6f5ac..a9f56e9 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -205,7 +205,6 @@ class Scanner(object):
self.modules[mod_class.__name__] = 
mod_class(**self.kwargs)
 
def scan_pkgs(self, can_force):
-   dynamic_data = {'can_force': can_force}
for xpkg in self.effective_scanlist:
xpkg_continue = False
# ebuilds and digests added to cvs respectively.
@@ -268,7 +267,7 @@ class Scanner(object):
dynamic_data["changelog_modified"] = changelog_path in 
self.changed.changelogs
 
self._scan_ebuilds(ebuildlist, dynamic_data)
-   return dynamic_data['can_force']
+   return
 
 
def _scan_ebuilds(self, ebuildlist, dynamic_data):



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

2016-03-19 Thread Agostino Sarubbo
commit: 51300befcfc3cdc8313584040e7cd2e36cb1b0df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 14:06:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 14:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51300bef

dev-db/postgresql: ppc stable wrt bug #574456

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/postgresql/postgresql-9.1.20.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.2.15.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.3.11.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.4.6.ebuild  | 2 +-
 dev-db/postgresql/postgresql-9.5.1.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/postgresql/postgresql-9.1.20.ebuild 
b/dev-db/postgresql/postgresql-9.1.20.ebuild
index 46b91f4..ca91483 100644
--- a/dev-db/postgresql/postgresql-9.1.20.ebuild
+++ b/dev-db/postgresql/postgresql-9.1.20.ebuild
@@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.2.15.ebuild 
b/dev-db/postgresql/postgresql-9.2.15.ebuild
index 3d342e2..bab54b7 100644
--- a/dev-db/postgresql/postgresql-9.2.15.ebuild
+++ b/dev-db/postgresql/postgresql-9.2.15.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.3.11.ebuild 
b/dev-db/postgresql/postgresql-9.3.11.ebuild
index 864bd86..b02d694 100644
--- a/dev-db/postgresql/postgresql-9.3.11.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.11.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.4.6.ebuild 
b/dev-db/postgresql/postgresql-9.4.6.ebuild
index 27cf01a..439510a 100644
--- a/dev-db/postgresql/postgresql-9.4.6.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.6.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.5.1.ebuild 
b/dev-db/postgresql/postgresql-9.5.1.ebuild
index 7f035da..671a1b1 100644
--- a/dev-db/postgresql/postgresql-9.5.1.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-03-19 Thread Agostino Sarubbo
commit: f4025fe30f34683c63cf1204715ed246e83082d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 11:48:25 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 11:51:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4025fe3

net-misc/openssh: ppc stable wrt bug #576954

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/openssh/openssh-7.2_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.2_p2.ebuild 
b/net-misc/openssh/openssh-7.2_p2.ebuild
index e669bd1..0998196 100644
--- a/net-misc/openssh/openssh-7.2_p2.ebuild
+++ b/net-misc/openssh/openssh-7.2_p2.ebuild
@@ -28,7 +28,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit 
libressl pam +pie sctp selinux skey ssh1 +ssl static X X509"
 REQUIRED_USE="ldns? ( ssl )



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

2016-03-19 Thread Manuel Rüger
commit: 34ba85bb6b06989329894030d61ef645d7bc5986
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 00:26:07 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 00:26:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ba85bb

dev-ruby/evented-spec: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/evented-spec/evented-spec-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild 
b/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild
index f752eb4..a5a31f5 100644
--- a/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild
+++ b/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile"



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/

2016-03-19 Thread José María Alonso
commit: 6cc54bbe686710f659b077dbcf6f9844c12ae500
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Mar 17 11:08:56 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Mar 17 11:08:56 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6cc54bbe

x11-wm/stumpwm: Update homepage

 x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 2 +-
 x11-wm/stumpwm/stumpwm-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild 
b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
index 8fade26..ef3ef84 100644
--- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
+++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit common-lisp-3 eutils elisp-common autotools
 
 DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
-HOMEPAGE="http://www.nongnu.org/stumpwm/";
+HOMEPAGE="https://stumpwm.github.io/";
 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/x11-wm/stumpwm/stumpwm-.ebuild 
b/x11-wm/stumpwm/stumpwm-.ebuild
index 8f917e0..15c02e8 100644
--- a/x11-wm/stumpwm/stumpwm-.ebuild
+++ b/x11-wm/stumpwm/stumpwm-.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit autotools common-lisp-3 git-2
 
 DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
-HOMEPAGE="http://www.nongnu.org/stumpwm/index.html";
+HOMEPAGE="https://stumpwm.github.io/";
 EGIT_REPO_URI="git://github.com/stumpwm/stumpwm"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/

2016-03-19 Thread Doug Goldstein
commit: f00cd320d237e61aedf4fc1ad30cbb78df1fd4a5
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Mar 20 03:41:31 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Mar 20 03:41:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00cd320

media-tv/mythtv: fix builds with USE=vaapi

USE=vaapi builds require x11-libs/libva built with USE=opengl. Thanks to
Daniel Frey  gmail.com> for tracking this down.

Gentoo-Bug: 573252

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein  gentoo.org>

 media-tv/mythtv/mythtv-0.27.5_p20151025.ebuild | 2 +-
 media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/mythtv/mythtv-0.27.5_p20151025.ebuild 
b/media-tv/mythtv/mythtv-0.27.5_p20151025.ebuild
index 2aa1d9b..18e8359 100644
--- a/media-tv/mythtv/mythtv-0.27.5_p20151025.ebuild
+++ b/media-tv/mythtv/mythtv-0.27.5_p20151025.ebuild
@@ -104,7 +104,7 @@ COMMON="
dev-python/urlgrabber
)
theora? ( media-libs/libtheora:= media-libs/libogg:= )
-   vaapi? ( x11-libs/libva:= )
+   vaapi? ( x11-libs/libva:=[opengl] )
vdpau? ( x11-libs/libvdpau:= )
vorbis? ( >=media-libs/libvorbis-1.0:= media-libs/libogg:= )
xml? ( >=dev-libs/libxml2-2.6.0:= )

diff --git a/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild 
b/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
index 75d4418..96041bb 100644
--- a/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
+++ b/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
@@ -104,7 +104,7 @@ COMMON="
dev-python/urlgrabber
)
theora? ( media-libs/libtheora:= media-libs/libogg:= )
-   vaapi? ( x11-libs/libva:= )
+   vaapi? ( x11-libs/libva:=[opengl] )
vdpau? ( x11-libs/libvdpau:= )
vorbis? ( >=media-libs/libvorbis-1.0:= media-libs/libogg:= )
xml? ( >=dev-libs/libxml2-2.6.0:= )



[gentoo-commits] proj/catalyst:master commit in: catalyst/, examples/, catalyst/base/

2016-03-19 Thread Brian Dolbec
commit: 444e50e710f10d828a706875289930e0ccd98eff
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Mar 20 03:23:43 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Mar 20 03:23:43 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=444e50e7

catalyst: Update for new pyDeComp API and flexibility

New spec options, compressor_options, compressor_arch, comp_prog.
compressor_options defaults to previous xattr options, adding it to the spec 
overrides those.
compressor_arch is a squashfs arch filtering option.
comp_prog, is an os level option to auto-select between linux tar and BSD tar 
cli differences. 

 catalyst/base/stagebase.py   | 12 +---
 catalyst/config.py   |  9 +
 catalyst/defaults.py | 15 +--
 catalyst/main.py |  4 +++-
 examples/generic_stage_template.spec | 13 -
 5 files changed, 46 insertions(+), 7 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 8d326ea..eeaea6c 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -146,7 +146,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
# Initialize our (de)compressor's)
self.decompressor = 
CompressMap(self.settings["decompress_definitions"],
env=self.env,
-   search_order=self.settings["decompressor_search_order"])
+   search_order=self.settings["decompressor_search_order"],
+   comp_prog=self.settings["comp_prog"])
self.accepted_extensions = 
self.decompressor.search_order_extensions(
self.settings["decompressor_search_order"])
log.notice("Source file specification matching setting is: %s",
@@ -691,6 +692,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
"destination": self.settings["chroot_path"],
'mode': None,
'auto-ext': False,
+   'other_options': self.settings["compressor_options"],
}
 
display_msg = (
@@ -806,6 +808,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
'destination': self.settings["snapshot_cache_path"],
'mode': None,
'auto-ext': False,
+   'other_options': self.settings["compressor_options"],
}
 
target_portdir = normpath(self.settings["chroot_path"] +
@@ -1270,7 +1273,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
# resources if it is not needed
if not self.compressor:
self.compressor = 
CompressMap(self.settings["compress_definitions"],
-   env=self.env, 
default_mode=self.settings['compression_mode'])
+   env=self.env, 
default_mode=self.settings['compression_mode'],
+   logger=log)
 
if "autoresume" in self.settings["options"] \
and self.resume.is_enabled("capture"):
@@ -1288,7 +1292,9 @@ class StageBase(TargetBase, ClearBase, GenBase):
basedir=self.settings["stage_path"],

filename=self.settings["target_path"].rstrip('/'),
mode=self.settings["compression_mode"],
-   auto_extension=True
+   auto_extension=True,
+   arch=self.settings["compressor_arch"],
+   
other_options=self.settings["compressor_options"],
)
target_filename = 
".".join([self.settings["target_path"].rstrip('/'),
self.compressor.extension(pack_info['mode'])])

diff --git a/catalyst/config.py b/catalyst/config.py
index ee73abd..a3a7200 100644
--- a/catalyst/config.py
+++ b/catalyst/config.py
@@ -12,6 +12,7 @@ class ParserBase(object):
key_value_separator = "="
multiple_values = False
empty_values = True
+   eval_none = False
 
def __getitem__(self, key):
return self.values[key]
@@ -103,6 +104,13 @@ class ParserBase(object):
log.warning('No value set for key "%s"; 
deleting', x)
del values[x]
 
+   if self.eval_none:
+   # Make sure the list of keys is static since we modify 
inside the loop.
+   for x in list(values.keys()):
+   # reset None values
+   if isinstance(values[x], str) and 
values[x].lower() in ['none']:
+   log.info('None value found for key 
"%s"; reseting

[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine/

2016-03-19 Thread Manuel Rüger
commit: e5e506b96632f7d0e0f2519cbb327149a18af912
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 01:16:59 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 01:16:59 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e5e506b9

www-apps/redmine: Remove old

Package-Manager: portage-2.2.28

 www-apps/redmine/Manifest |   1 -
 www-apps/redmine/redmine-3.0.7.ebuild | 208 --
 2 files changed, 209 deletions(-)

diff --git a/www-apps/redmine/Manifest b/www-apps/redmine/Manifest
index 1cba57f..2d8936f 100644
--- a/www-apps/redmine/Manifest
+++ b/www-apps/redmine/Manifest
@@ -1,4 +1,3 @@
-DIST redmine-3.0.7.tar.gz 2163194 SHA256 
b9e602a3b0004b7c17685aab13dfcc21f54475c4a0d605ce98ae15422c338526 SHA512 
330dc05ea3051ca1bed316fc897c1bfc409dedc522e17b7fa09f350a66d9ae68a2c70e7171be6e796b82ed0d0e5a12407f8c785c2b9efec187146ca40e15ab7d
 WHIRLPOOL 
4efa450691f1e2a501d3e4c20c8a67c14ef54fc135e61002aac1f763dc56c3f5ee00ff24b916710917aa9bf6a68fdc9388f29eae803afe75c0287375276f34af
 DIST redmine-3.1.3.tar.gz 2249372 SHA256 
a8db4d47f0a45fb135db3d8281dc3275ff033f448e270d6fd290ae7efb36bbc1 SHA512 
05244ee2ba33c61d8bb544c3dc165feb4d3e04d09aa8ec0b2f2dd19be51d16b58dd613f615d5a54a20ce338096a5a6207f2950f38e991cada2d87f43f82a1d7d
 WHIRLPOOL 
c1db260ed26925ead59a29b07b169d362fd28ab30a0e94d389804b2819214fa598a8a820acd4338a0b8173e0c8993cf97c6bc5079941183635879c7b846430f8
 DIST redmine-3.2.0.tar.gz 2299254 SHA256 
73ba69daf67e527787be23e5e8a46307483362d2c54540e7b26a7eb146498715 SHA512 
c238963b084e347f88da3aca539ba5eb6fb3cc2cc7f242ace84918b75cd2a3d809798155c5d6bdb17a99ec80ec3f5ab2e533eafffb3eaedd4d7b39476284f49a
 WHIRLPOOL 
08318af017977ef571cda939b3ceca8b2beee37e1d2f6e96f6c89b81744266b68643815a2f8e87924669637c24d67d760dd74067a8daa2d05d83c34d0bf81689
 DIST redmine-3.2.1.tar.gz 2310459 SHA256 
5e69ad50eef27b581e58ea0d72f2dcb19f38db3626e3bd6ed27b74d5a4da5bd6 SHA512 
20bc63f82aa58a67c1078e7aebae3348689531f1f0a6dbedb00301f128ef6a29bd6a33d3075b614e01b23f5311a9739b251fb911298e54d4df06df628bf3
 WHIRLPOOL 
b900978ffe6374cefaa8eab9b711e3062559f5579d241edc6381190d3a6ae1f449ca7a13253914c9cd954d064d4b83e9b7ebc4aed5ff62dcf4d4a2022351ba1e

diff --git a/www-apps/redmine/redmine-3.0.7.ebuild 
b/www-apps/redmine/redmine-3.0.7.ebuild
deleted file mode 100644
index 7c4f153..000
--- a/www-apps/redmine/redmine-3.0.7.ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-inherit eutils depend.apache ruby-ng user
-
-DESCRIPTION="A flexible project management web application written using Ruby 
on Rails framework"
-HOMEPAGE="http://www.redmine.org/";
-SRC_URI="http://www.redmine.org/releases/${P}.tar.gz";
-
-KEYWORDS="~amd64"
-LICENSE="GPL-2"
-SLOT="0"
-# All db-related USEs are ineffective since we depend on rails
-# which depends on activerecord which depends on all ruby's db bindings
-#IUSE="ldap openid imagemagick postgres sqlite mysql fastcgi passenger"
-IUSE="ldap fastcgi passenger imagemagick"
-
-ruby_add_rdepend "
-   dev-ruby/rubygems
-   >=dev-ruby/rails-4.2.3:4.2
-   >=dev-ruby/jquery-rails-3.1.1:3
-   >=dev-ruby/coderay-1.1.0
-   dev-ruby/builder:3
-   dev-ruby/mime-types:*
-   =dev-ruby/request_store-1.0.5
-   >=dev-ruby/rbpdf-1.18.6
-   dev-ruby/actionpack-action_caching
-   dev-ruby/actionpack-xml_parser
-   dev-ruby/protected_attributes
-   >=dev-ruby/redcarpet-3.1.2
-   ldap? ( >=dev-ruby/ruby-net-ldap-0.3.1 )
-   >=dev-ruby/ruby-openid-2.3.0
-   >=dev-ruby/rack-openid-0.2.1
-   fastcgi? ( dev-ruby/fcgi )
-   passenger? ( www-apache/passenger )
-   imagemagick? ( >=dev-ruby/rmagick-2.13.4 )"
-   #   ruby_targets_ruby19? (
-#  postgres? ( >=dev-ruby/pg-0.11 )
-#  sqlite3? ( dev-ruby/sqlite3 )
-#  mysql? ( dev-ruby/mysql2:0.3 )
-#  )
-
-#ruby_add_bdepend ">=dev-ruby/rdoc-2.4.2
-#  dev-ruby/yard
-#  test? (
-#  >=dev-ruby/shoulda-3.3.2
-#  >=dev-ruby/mocha-0.13.3
-#  >=dev-ruby/capybara-2.0.0
-#   
"${T}/50${PN}"
-   echo "CONFIG_PROTECT_MASK=\"${EPREFIX}${REDMINE_DIR}/config/locales 
${EPREFIX}${REDMINE_DIR}/config/settings.yml\"" >> "${T}/50${PN}"
-
-   # remove ldap staff module if disabled to avoid #413779
-   use ldap || rm app/models/auth_source_ldap.rb || die
-
-   # Make it work
-   sed -i -e "1irequire 'request_store'" 
app/controllers/application_controller.rb || die
-   sed -i -e "18irequire 'action_controller'" -e "19irequire 
'action_controller/action_caching'"\
-   app/controllers/welcome_controller.rb || die
-   sed -i -e "4irequire 'action_dispatch/xml_params_parser'" -e 
"/Bundler/d" config/application.rb || die
-   sed -i -e "18irequire 'protected_attributes'" 
app/model

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-Quote/

2016-03-19 Thread Andreas Hüttel
commit: 7caa2ab22505e9266ad64e8cb03fb1f9c12cfc0e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Mar 16 20:32:04 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Mar 16 20:36:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7caa2ab2

dev-perl/Finance-Quote: Remove old

Package-Manager: portage-2.2.28

 .../Finance-Quote/Finance-Quote-1.180.0.ebuild | 26 --
 dev-perl/Finance-Quote/Manifest|  1 -
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild 
b/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild
deleted file mode 100644
index cf0d2da..000
--- a/dev-perl/Finance-Quote/Finance-Quote-1.180.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ECOCODE
-MODULE_VERSION=1.18
-inherit perl-module
-
-DESCRIPTION="Get stock and mutual fund quotes from various exchanges"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   dev-perl/libwww-perl
-   dev-perl/HTML-Tree
-   dev-perl/HTML-TableExtract
-   dev-perl/Crypt-SSLeay
-"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/Finance-Quote/Manifest b/dev-perl/Finance-Quote/Manifest
index 988c10f..1874a31 100644
--- a/dev-perl/Finance-Quote/Manifest
+++ b/dev-perl/Finance-Quote/Manifest
@@ -1,3 +1,2 @@
-DIST Finance-Quote-1.18.tar.gz 147575 SHA256 
4240faabe0646defd4ec76ca9e111977b9e8060eaec41adeb284eb422a428393 SHA512 
7b5c910d7f424e9ab2b102dd1f7db20077e646512345f703b1ead235359d49d07a2a001aec9339cec35f7ab67c76bc8bfa572f2a5386878074c52ac952d39290
 WHIRLPOOL 
344407a5fa66068f6769147dfad2428d201c364588be6b5603ca3c61a78f8d3799899f39bb7edfdb8b7c506293eabd41985d3b7170f4f7afbce5d66eed00283f
 DIST Finance-Quote-1.37.tar.gz 251374 SHA256 
6e1147e2e13ee27b223dffecf2f3bda5f85e10e8900247942ecb99e30e5cd7ac SHA512 
ed58d27d1c14f7818871af4906c1b6109b3d353586bc348140120597199ed72d57b8939cebc95fa534e86ad7b9f9bf69bc4315db1d1cc1da5796aa9771697c51
 WHIRLPOOL 
ee676ffcdceec66e2f5a12ddae7c9ed48426141313eba2a419ef884a1bd8ca326ba2a89e2db86cea9b82e7956b73fd314f2c52003428cabfb27a0b3af76d8801
 DIST Finance-Quote-1.38.tar.gz 327822 SHA256 
a95427729e069095aab4cb7bcfa4072739417faa7c0a6d0eb1bd6de28f58187e SHA512 
b55382d56ecf89eaf662f49ec6fd803e9e5e0163b63d3020ca3c875d4dff7607f502fa7600997c5db8d62fa671ea82e81597300443fc4b24bb3f94c80bd32439
 WHIRLPOOL 
ef84399bf34541efebb74917f4e41db457e5949dfae71d27c55b8922b676dbbf5b3b8c53645e884f6d2b007ed75b1ca9e466f9b8c7e93d1478a9a707308dfd66



[gentoo-commits] repo/gentoo:master commit in: dev-java/xsom/

2016-03-19 Thread Patrice Clement
commit: a6eb42773eb166b83023875701e743f38dadb9a7
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Mar 18 09:26:01 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 18 10:01:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6eb4277

dev-java/xsom: Clean up old.

Package-Manager: portage-2.2.26

 dev-java/xsom/Manifest |  1 -
 dev-java/xsom/xsom-20060901.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-java/xsom/Manifest b/dev-java/xsom/Manifest
index 798b02d..ec13c7e 100644
--- a/dev-java/xsom/Manifest
+++ b/dev-java/xsom/Manifest
@@ -1,2 +1 @@
 DIST xsom-20140925.jar 371238 SHA256 
1f4273ee9620bfd20ba81fd53f29c72ffedf49b9ad5f0af8862fccf76c31f26c SHA512 
a1e2a9879deb3c92ed94fa0a9ac4f59debd8914cefe94149d74cde844c1f0519e35e00e87bf523b761fab50c8a69585b72d23fe28f30bdbf1f074de903438ee7
 WHIRLPOOL 
ceffa427428f60302e1f925e3e7de13847277d7f92095e82554955061e0092d1ec254e08556f59a432a25882909b10ecdc948f341c4dc57ac2a8a4c3be0a15b1
-DIST xsom-src-20060901.tar.bz2 105215 SHA256 
98e3cf0dce95f4ad21524461a50696544a4e60a07e0691202211b12271dd8aee SHA512 
e49e83d0b6ef2d2f368d89119bb833217a2e527a661b8e3ee7f1a58a8769637bbeeb388edc452284305f3754abebfc732a39f7f12a6ce520080f34f125411ffe
 WHIRLPOOL 
db5449cb1110e5e705f736321df78786929eafa408c6154670cf05b29df734798d89d32ab2df27ebcf5930cc27bccebdd566e5ccc5174957f17d0a6407d3367f

diff --git a/dev-java/xsom/xsom-20060901.ebuild 
b/dev-java/xsom/xsom-20060901.ebuild
deleted file mode 100644
index f569ac1..000
--- a/dev-java/xsom/xsom-20060901.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="XML Schema Object Model (XSOM) allows Java apps to easy parse and 
inspect XML Schema docs"
-HOMEPAGE="https://xsom.dev.java.net/";
-# Upstream does not have versioned source bundles :|
-SRC_URI="mirror://gentoo/xsom-src-${PV}.tar.bz2"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-
-COMMON_DEP="
-   dev-java/relaxng-datatype
-   dev-java/relaxngcc"
-
-RDEPEND=">=virtual/jre-1.5
-   ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.5
-   ${COMMON_DEP}"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   unpack ${A}
-
-   cd "${S}/lib"
-   java-pkg_jarfrom relaxng-datatype
-   java-pkg_jarfrom relaxngcc
-
-   cd "${S}"
-   sed -i \
-   -e 's/target name="compile" depends="ngcc,javacc"/target 
name="compile"/g' \
-   -e 's/target name="jar" depends="clean,compile"/target 
name="jar" depends="compile"/g' \
-   build.xml || die "sed failed"
-
-}
-
-src_test() { :; }
-
-src_install() {
-   java-pkg_dojar build/xsom.jar
-
-   use doc && java-pkg_dojavadoc build/javadoc
-   use source && java-pkg_dosrc src/* build/src/*
-}



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

2016-03-19 Thread Sebastien Fabbro
commit: 8d3532829417a466ae7e4b69feaaf149683a57ca
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Mar 18 18:27:01 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Mar 18 20:10:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d353282

dev-python/partd: cleanup dependencies

Package-Manager: portage-2.2.28

 dev-python/partd/partd-0.3.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/partd/partd-0.3.2.ebuild 
b/dev-python/partd/partd-0.3.2.ebuild
index c860062..500f930 100644
--- a/dev-python/partd/partd-0.3.2.ebuild
+++ b/dev-python/partd/partd-0.3.2.ebuild
@@ -17,15 +17,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
-RDEPEND=""
+RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
- dev-python/locket[${PYTHON_USEDEP}]
+ dev-python/blosc[${PYTHON_USEDEP}]
  dev-python/numpy[${PYTHON_USEDEP}]
  dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pyzmq[${PYTHON_USEDEP}]
  dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pyzmq[${PYTHON_USEDEP}]
  dev-python/toolz[${PYTHON_USEDEP}] )"
 
 python_test() {



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

2016-03-19 Thread Matt Thode
commit: 4937bf71a1ba4d548f7d8ddad12347c89bef1eb3
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 17 20:33:59 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Mar 17 20:34:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4937bf71

dev-python/python-glanceclient: bup

Package-Manager: portage-2.2.26

 dev-python/python-glanceclient/Manifest|  1 +
 .../python-glanceclient-1.1.1.ebuild   | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-python/python-glanceclient/Manifest 
b/dev-python/python-glanceclient/Manifest
index 468c42f..1a3dfa8 100644
--- a/dev-python/python-glanceclient/Manifest
+++ b/dev-python/python-glanceclient/Manifest
@@ -7,3 +7,4 @@ DIST python-glanceclient-0.18.0.tar.gz 132194 SHA256 
9784de057ffb8fadd98563452a9
 DIST python-glanceclient-0.19.0.tar.gz 138756 SHA256 
45115023cadfdbc24a10b10ca5d003f8f04fd5642b7c8fb565efa566bac4bf51 SHA512 
50591b535bb27eaeaeed02f04bd164d4449df1e2b66a6c8abd4fad327e2293b6c9a1e4226ce3f9180d22a33ed2212bd735ad2d91374121e0d062c590a4cc64c5
 WHIRLPOOL 
9abb606573211c39becef134803e036f7f6b11591ae95d486749e8a62f2a22490c833750ef5234c2502f7aa0cb24dcf62b326249703fbae0dceb3173b7286bf2
 DIST python-glanceclient-1.0.0.tar.gz 149306 SHA256 
46cf0c1bad4ec29c8b56c0a16a2c54f4add89fd33e8756285367cfcdd23595b4 SHA512 
fc0ef3ff6da41b750fc1972feee65671aa9cb6deeeb08a39ab271aceacc872886edbcabaa0d7f36574a425fac29bd868f6d4682563719249c2fab80c16f19761
 WHIRLPOOL 
33d293a959e193fcc8297e60a718c99eacf17e55a3204bc521fb50b3793cfe3ea68bb4a570e1f50be44f1421c5fe12ee7b038bd5a95344e5f7f8c29c03a0
 DIST python-glanceclient-1.1.0.tar.gz 149955 SHA256 
59ff30927468215131a68ffbfb9b2cb15d636a17cf702d87d0370957b553f25e SHA512 
cd20da01afe101e9bd031b2da4448f06d3625fba691993feeba55dfdb77cd90911664d80f7aa08a49a9f024a70e7bb9f00326f215cbba8714f2246c7a0a717a4
 WHIRLPOOL 
c502d4caf2441c0d2a95e865789820b89ef11f3035a992e919ca0a614c5a0ff9cc8cd57916fb314d392d80eecd019a8a4b8e0adb1560fff82126eb3fe70c7cea
+DIST python-glanceclient-1.1.1.tar.gz 149875 SHA256 
285f59e3e9d0ab887bb747f5c5c58c4ef87330bc99ea947ce649e3edd308a9e8 SHA512 
7b2dd86014f78e5d0e842d4dd29da9922b0aea7a4097e88a013eee9849805170e2825426d611806edaec89c27ea055a699137faeb51e85a2cfb8d1729c0c
 WHIRLPOOL 
80bb25c9338dc9e10065c8f8330b09e6d0f1fd85aff984d790c3b7c38fd87f8224a2d68ae6a04a6fe147641bfacff343f4e91e60cbc16dfdf4b3b9a30bbeed4e

diff --git a/dev-python/python-glanceclient/python-glanceclient-1.1.1.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-1.1.1.ebuild
new file mode 100644
index 000..cefe78c
--- /dev/null
+++ b/dev-python/python-glanceclient/python-glanceclient-1.1.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Glance API"
+HOMEPAGE="https://github.com/openstack/python-glanceclient";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+REQUIRED_USE="test? ( doc )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   

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

2016-03-19 Thread Denis Dupeyron
commit: 61385370eb1ea4030562a5dff1af818c4b89fd80
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Fri Mar 18 17:42:37 2016 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Fri Mar 18 17:42:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61385370

media-gfx/engauge: migrate to EAPI 6

 media-gfx/engauge/engauge-5.2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-gfx/engauge/engauge-5.2.ebuild 
b/media-gfx/engauge/engauge-5.2.ebuild
index 4513874..cee112b 100644
--- a/media-gfx/engauge/engauge-5.2.ebuild
+++ b/media-gfx/engauge/engauge-5.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit versionator qt4-r2 eutils
+inherit versionator qmake-utils eutils
 
 DESCRIPTION="Convert an image file showing a graph or map into numbers"
 HOMEPAGE="http://digitizer.sourceforge.net/";
@@ -28,6 +28,7 @@ src_prepare() {
src/digitmain.cpp || die "sed failed"
sed -i -e '/unix {/a DEFINES += DEBIAN_PACKAGE' \
digitizer.pro || die "sed failed"
+   eapply_user
 }
 
 src_configure() {



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

2016-03-19 Thread Markus Meier
commit: be50e42870ef14f360404ca3dbf26dea29a5da98
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 18 06:04:56 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 18 06:04:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be50e428

dev-util/byacc: arm stable, bug #575264

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-util/byacc/byacc-20150711.ebuild 
b/dev-util/byacc/byacc-20150711.ebuild
index 4fef36d..b22167c 100644
--- a/dev-util/byacc/byacc-20150711.ebuild
+++ b/dev-util/byacc/byacc-20150711.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-03-19 Thread Mike Gilbert
commit: 9467d3c04c655bd758d16a96c5d439c3dc277437
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 16 23:15:43 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 16 23:15:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9467d3c0

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.28_p60

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 26_beta1.ebuild => chrome-binary-plugins-50.0.2661.37_beta1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 256c83f..3efcae7 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_50.0.2661.26-1_amd64.deb 48365394 SHA256 
a079e89cab5fcfeba2ac0660c527165f619009eba14605d4fcf2b98fc6cc63f9 SHA512 
098f813280ec29f0206caa64f43fb566ba0ef9df1536e77bc9c944d69a616b67dac74387160483cb629b81961f463c34a34d16ca62d96d16a29ee364762a4889
 WHIRLPOOL 
d4d084fa51eff6b03f7a26d9163badd107df75d8fb86ec8bc2d53daa8cb21d17f1b730240c32472edd32a4c9cee18579b4d7503548267124ee48bfe71864311e
+DIST google-chrome-beta_50.0.2661.37-1_amd64.deb 48331394 SHA256 
c41339fefc88b68f8645913e2d975bc618dd2c433245a6740f468a5c3bf4dbb6 SHA512 
600a67a1b70fdee11702c6cf9ce1fd566973f89f0177abbc117c0f336eb0df7fa6c52a1102453973d1415835e978855b3cd00bdf9cc4bd42990a990cd3743398
 WHIRLPOOL 
3d5928678f0bc37a206307c8d8b1c9a9f7df678039e3e21dcaa1255970a2ec03d9d54970882b843f3a04d6b027fd6dd88757c92db1c16a8daebcd6266f7bc5e0
 DIST google-chrome-stable_49.0.2623.87-1_amd64.deb 48921974 SHA256 
dc273de84f6f2dad563bcbbb2e62312cd2a61d6ed41e10398bff7fdc1883d6cc SHA512 
e599b2d2bc50300156e8723508a37cc168041a56e9c6dd018944d597ef69d97bb7b058a1ef2f9c834f331b4e52f70ac46c2581c3caa6aeb4efc0102e2326419b
 WHIRLPOOL 
63b06c469c93cd1bbbf7f3154094757ca1e8a5ad48015ad8f24c93fafd049b2d6d10559286dd483656cdd981ade5d880ad45983cb7371ab5b670f4a345902d1a
 DIST google-chrome-unstable_51.0.2679.0-1_amd64.deb 48544250 SHA256 
c82c7965643f35871d2bd7490751939df8351013d7a28d49cca8168aa97b202d SHA512 
47862be1263371046e8896c3a25cd83464b2e5bdc474fa264ca0be6c870b89a4e04c3121f9c310423d422674a70c4b14d8150f7b113572503fdcf12fe6d729bb
 WHIRLPOOL 
9f079bfff3a1e2c0b050fd7770a91a0ce7e074ec12bfc7ac51dc6fde9c7159b49a0dd6c8230db755990c6b5d076ff0a5723fd744357e31cf9acd78bca1e2b9e6

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.26_beta1.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.37_beta1.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.26_beta1.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.37_beta1.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-driver/

2016-03-19 Thread Alexis Ballier
commit: 78e2575680404bbb3bf5ab943f2e32020d7be848
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Mar 17 12:22:11 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Mar 17 12:22:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e25756

x11-libs/libva-intel-driver: bump to 1.7.0

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier  gentoo.org>

 x11-libs/libva-intel-driver/Manifest   |  1 +
 .../libva-intel-driver-1.7.0.ebuild| 57 ++
 2 files changed, 58 insertions(+)

diff --git a/x11-libs/libva-intel-driver/Manifest 
b/x11-libs/libva-intel-driver/Manifest
index 5cb..6aacdfd 100644
--- a/x11-libs/libva-intel-driver/Manifest
+++ b/x11-libs/libva-intel-driver/Manifest
@@ -5,3 +5,4 @@ DIST libva-intel-driver-1.5.1.tar.bz2 1046744 SHA256 
0bdb6c303d03ccb536ab7269364
 DIST libva-intel-driver-1.6.0.tar.bz2 1091478 SHA256 
9876afe4610c01a8ee5ba9348266515fce4dd031139d580ad97984d06afa08d4 SHA512 
8920d6a53bc13df519facdc3e8f2546ac2d27d7f512219f9f949c93563ff637af0abdb7487a26209b79d23db990ecbc4ba6b14f15d4fc0f65f264699509b9b74
 WHIRLPOOL 
e1820defdc1d621e955f4511ad60529665d210b6d10e054b24781c441d5fcac75a077170dc86b4604f5bdeea5649f3e5a5a1b001916b286d5077cc4d427dbfa4
 DIST libva-intel-driver-1.6.1.tar.bz2 1070666 SHA256 
3656e99c5ecbe8fe179478306da157dca997a61bb1b453715f52881edfa156db SHA512 
c841dc3c1539da8c1e013eb392a1a5c309b28656b28a6203afd4eea95023810953462d7d9467fb7c0878caeaa23863598dc5f6faed545d451868cbde468b0ea6
 WHIRLPOOL 
ed55b22ba6153f239632ebf27fa8ae3e89e4f1158dee936fd925146b790c80cab16ae335e8e32c1bf47eb3905ba015a47bd89f79b43ea36d4e7488106f526002
 DIST libva-intel-driver-1.6.2.tar.bz2 1110738 SHA256 
bf8759dbcefc82d280c11a5eac5248dce14979c7c58345f218d656d75b0d85fe SHA512 
23fefc75a37f9553aeb1611f4d369e1dc0c5d6d0a66ac8c23a14d93bbe8c0da6a5cd1d680feebe8e536d5ebbacc40d6a5f898a0a584885c8989f774a0ae8efac
 WHIRLPOOL 
125787f639149eb072668a8de5c15d305078c968f3ea0b9401c3a02c0f1eb5f9c03685572a202f75597283301bd719d1d6128cb5105f0a404942feae90f63204
+DIST libva-intel-driver-1.7.0.tar.bz2 1114349 SHA256 
9d19d6c789a9a4fbce23c4f0eaf993ba776b512bec4c87982ab17ac841435c0c SHA512 
9df8aa53a0f24580ef4b9c1ced2a12503755f6e0acc23d7e3784f0a246825cc4e1e9f7ad7f605e47bc67ec1a28008c75c31a807fb97014957065327c02122cd9
 WHIRLPOOL 
99d55e3b8b06a881e68c5f4e15a6b176004434a77a3c1efb3143a7ad4e3518f4998138bf155c1e3046ae141553bc6abb9c1b1fcebdd6015bd1f11324d7cbe956

diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.0.ebuild 
b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.0.ebuild
new file mode 100644
index 000..fea1386
--- /dev/null
+++ b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+SCM=""
+if [ "${PV%}" != "${PV}" ] ; then # Live ebuild
+   SCM=git-2
+   EGIT_BRANCH=master
+   EGIT_REPO_URI="git://anongit.freedesktop.org/git/vaapi/intel-driver"
+fi
+
+AUTOTOOLS_AUTORECONF="yes"
+inherit autotools-multilib ${SCM}
+
+DESCRIPTION="HW video decode support for Intel integrated graphics"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi";
+if [ "${PV%}" != "${PV}" ] ; then # Live ebuild
+   SRC_URI=""
+   S="${WORKDIR}/${PN}"
+else
+   
SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2";
+fi
+
+LICENSE="MIT"
+SLOT="0"
+if [ "${PV%}" = "${PV}" ] ; then
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+else
+   KEYWORDS=""
+fi
+IUSE="+drm wayland X"
+
+RDEPEND=">=x11-libs/libva-1.6[X?,wayland?,drm?,${MULTILIB_USEDEP}]
+   !=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}]
+   wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] 
>=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+   sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
+   autotools-multilib_src_prepare
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable drm)
+   $(use_enable wayland)
+   $(use_enable X x11)
+   )
+   autotools-utils_src_configure
+}



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

2016-03-19 Thread Mike Gilbert
commit: 206dd3981d7af103dd917a914fcdb9712eec
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 20 02:40:07 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 20 02:40:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206dd398

app-portage/gentoopm: Remove invalid git urls

Package-Manager: portage-2.2.28_p64

 app-portage/gentoopm/gentoopm-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-portage/gentoopm/gentoopm-.ebuild 
b/app-portage/gentoopm/gentoopm-.ebuild
index 7a48874..c8c4b3f 100644
--- a/app-portage/gentoopm/gentoopm-.ebuild
+++ b/app-portage/gentoopm/gentoopm-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,9 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 inherit distutils-r1
 
 #if LIVE
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
-   https://anongit.gentoo.org/git/proj/${PN}.git
-   https://bitbucket.org/mgorny/${PN}.git";
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git";
 inherit git-r3
 #endif
 



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

2016-03-19 Thread Christian Ruppert
commit: 7aa5d9296ee921042f9d7c40861c063cc35955fe
Author: Christian Ruppert  gentoo  org>
AuthorDate: Wed Mar 16 18:38:22 2016 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Wed Mar 16 18:39:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa5d929

dev-db/percona-toolkit: Remove old version

Package-Manager: portage-2.2.27

 dev-db/percona-toolkit/Manifest|  1 -
 .../percona-toolkit/percona-toolkit-2.2.7.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-db/percona-toolkit/Manifest b/dev-db/percona-toolkit/Manifest
index 396adaa..a449b93 100644
--- a/dev-db/percona-toolkit/Manifest
+++ b/dev-db/percona-toolkit/Manifest
@@ -1,4 +1,3 @@
 DIST percona-toolkit-2.2.11.tar.gz 1389718 SHA256 
848a8a57bf04dc1b2cc2ab555dd594a2c708b76656042ff38b1a91b8ccb1df4b SHA512 
d5e34fce1b6b69dfc1a8ecd7bcbe84e586e950976553f4fd30afb887a850770c08990216e41fc194bdd0a5642034905ee2d69c2f8b3781503c9b4aab47017cdb
 WHIRLPOOL 
79e02087c97b86e6e282215cf73c89d7d6842978a1d40d3b9e2a484437e6939a9957c7028feb8690ffc8b915c26627c943204f230f4cb09749bb3e22ec4189ff
 DIST percona-toolkit-2.2.15.tar.gz 1401540 SHA256 
ad9fffcee66852ac19c5d138e17474ff48af0083bc0fd8d0a6fb9400bab130f3 SHA512 
b7035701909c3587ded1438bef7bdaa4ca1f40b339dbce001826aeadff46335ff39023a020c05ebd3e81a9ede70de26a162c48e5852e47577e7c6b3ec49a57c0
 WHIRLPOOL 
782134712d7562699f6e1f60299852d67e1bb1193c846c4cf48dba666f4fac44da655157bd2d5dafb4ae89db64e371d8e2e875d0397b8d2c3f257302928873d4
 DIST percona-toolkit-2.2.17.tar.gz 1420968 SHA256 
5a49c84bd8cf9dceca943f1e2879d0a67b58b73325dc7db725aec81a6a125262 SHA512 
a6ac84db9fc77b57fffd4f18b1e6c147fa39821a8b8db128af15bac6884a2937f973aa59adb05b738c3a15d9006c71db49276207c5b321acbefd8bd3a6130b76
 WHIRLPOOL 
f2041c61f0e58c68cad1cb1ddca09aca7f9c0b9bb2ffc81303e80e483211b5fcf59f176d32d9bc324cf1bce6404fe15ad730fda40ad5c9b96c4bc81fc5b9e437
-DIST percona-toolkit-2.2.7.tar.gz 1451687 SHA256 
49ed1fa6d46b8211ba82355ec3c9dd0614c3b29fd31993123f2041e85a38891e SHA512 
d3d7c4162de08c381810b815600effc683d1b79a8df2ccacd16e2b333924b6634c135f08387784c88867c90ce4ee1b334eae6d7f974e9587008da30b7206c5d3
 WHIRLPOOL 
b6d02d5bc0aafbd8fdabc48efb4fa8e0d04634d31185c2c12c2c2776e36e80f138f7bcd1a6fcd2c079ca0cd25c56e79a6aea0e1615dfc7ad26a553c60716674d

diff --git a/dev-db/percona-toolkit/percona-toolkit-2.2.7.ebuild 
b/dev-db/percona-toolkit/percona-toolkit-2.2.7.ebuild
deleted file mode 100644
index 96dad03..000
--- a/dev-db/percona-toolkit/percona-toolkit-2.2.7.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils perl-app perl-module toolchain-funcs
-
-DESCRIPTION="essential command-line utilities for MySQL"
-HOMEPAGE="http://www.percona.com/software/percona-toolkit/";
-SRC_URI="http://www.percona.com/downloads/${PN}/${PV}/${P}.tar.gz";
-
-LICENSE="|| ( GPL-2 Artistic )"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-# Package warrants IUSE doc
-IUSE=""
-
-COMMON_DEPEND="dev-perl/DBI
-   dev-perl/DBD-mysql
-   virtual/perl-Time-HiRes"
-RDEPEND="${COMMON_DEPEND}
-   dev-perl/JSON
-   dev-perl/libwww-perl
-   dev-perl/Role-Tiny
-   virtual/perl-File-Path
-   virtual/perl-Getopt-Long
-   virtual/perl-Time-Local
-   virtual/perl-Digest-MD5
-   virtual/perl-IO-Compress
-   virtual/perl-File-Temp
-   virtual/perl-File-Spec
-   virtual/perl-Scalar-List-Utils
-   dev-perl/TermReadKey"
-DEPEND="${COMMON_DEPEND}
-   virtual/perl-ExtUtils-MakeMaker"
-
-src_prepare() {
-   # bug 501904 - CVE-2014-2029
-   # sed -i -e '/^=item --\[no\]version-check/,/^default: yes/{/^default: 
yes/d}' bin/*
-   epatch "${FILESDIR}/${P}-no-versioncheck.patch"
-}
-
-# Percona Toolkit does NOT contain the UDF code for Murmur/FNV any more.
-src_install() {
-   perl-module_src_install
-   dodoc docs/percona-toolkit.pod
-}



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

2016-03-19 Thread Agostino Sarubbo
commit: 164d57f84efe43711cd7f01491cc1d239df0a5ac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 17 10:50:14 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 17 10:50:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164d57f8

dev-ruby/redcloth: ppc64 stable wrt bug #576630

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild 
b/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild
index 1dd3517..4dbae90 100644
--- a/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild
+++ b/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild
@@ -28,7 +28,7 @@ RUBY_S="${GITHUB_USER}-${PN}-*"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" dev-util/ragel"



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

2016-03-19 Thread Agostino Sarubbo
commit: 902c0c6d3889eadb6bf57229737b522fb42db7cb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 17 11:29:36 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 17 11:29:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902c0c6d

dev-ruby/hpricot: ppc64 stable wrt bug #576632

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild 
b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
index 1bca956..a8e0c70 100644
--- a/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
+++ b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.github.com/hpricot/hpricot";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "dev-ruby/rake



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

2016-03-19 Thread Anthony G. Basile
commit: c8bf91f4d548dff52673823536f53475577a6b9a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Mar 17 21:34:06 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Mar 17 21:34:06 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c8bf91f4

www-client/firefox: clean up metadata.xml

Package-Manager: portage-2.2.26

 www-client/firefox/Manifest | 2 +-
 www-client/firefox/metadata.xml | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index f42494c..2bed686 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -88,4 +88,4 @@ DIST firefox-45.0-zh-CN.xpi 469930 SHA256 
d1c7d020002c91a4c6fe9e2a24ed87e2b2043a
 DIST firefox-45.0-zh-TW.xpi 460793 SHA256 
fd0c7e1ad5bfc2fe1979c748a84799d066d67f1ac6fc5cd19e3cf5ce1e82b018 SHA512 
5d0e8dcbd3609e447e0c37d3e64528804dccd3a41aad75a04e4991101bb87a7afa470ff96ea68aa1d6f4d3b68b9db2dd1a7d4934fa2f82db56632327a1c73a1e
 WHIRLPOOL 
67b18611b6315a0e4fb7cbbfe37d3343ee914d1d9fd2543696df4106647b14099b0f01a120cdf6dd6bedbedd36b6e41ab57b831d11a0bb6b8e58d2531f032c05
 DIST firefox-45.0.source.tar.xz 183999640 SHA256 
36ab0f09b1b1df071a8aafa673c6286d99c18dc06cecbb70d1bb2021fbf379f1 SHA512 
d75c7bf1f70183b7237b77b99845a6b7daa41014ee75a7977575af345b343a8053dbb993337d24933df23f9600db7c0e936543e57f3f039430ca5c252fe3c4b5
 WHIRLPOOL 
f308965f1b9cafd85e651f51bc82533e4c704690b975ff8e8a3aba9d9993dbc8251f8470e73e02342d0eec4e1e54e1941dc095eabd54b18b363cb683b50a2bfc
 EBUILD firefox-45.0-r99.ebuild 12036 SHA256 
b3fdb08a62cd9807f01ef33a8db8272db071e43d39bc45b2bb317cb02d2bb492 SHA512 
d6e887a5d9ad3c72544975be449674b5543c2b06b68f5febebcf46b9bd84fc88d58acea09741c5915c50bc863df5bb82b11d244e2de39a6c1883d25d239b9762
 WHIRLPOOL 
4903a813917304d85c27db30c320f2a221e2875bde6cdbac6aa00051df2775883633c15b5a0f27ec85f9acd5b7a92029fc2809e7e22137cce75ca881a8d98a92
-MISC metadata.xml 1893 SHA256 
e34287b92dcace30b607e3dd899e82b6a06fde0fda782f1f213466d736a77b0b SHA512 
bf4154f04ef6bcbb3e2a5d4ea6b841db4e4de03dbc1a1e0dc1b83f5f03181dfa3eaf50b4ae366b46b1e225aa0851d67c9a19e24711c8f1d7568c73ed86581048
 WHIRLPOOL 
1da1ec9c707d2ed46de6d98aac8e956a00d371daad70172faf6978b7825c28f51010bfd90153c518ac1ad613a90f8fa86cffcd71918fc6f0a7156a13c45ed23d
+MISC metadata.xml 1774 SHA256 
03f4c13ee012f309e69661d0160387764dc224e28ef74a83298bcc4667224c9a SHA512 
fee1028f44835fcee9f1591015fabdbca436e0d776dba4718ce30d420c4631c55771eb0a7c56d31cadcdd19075e0b6e1eded7210db1467c4ebedf5da8510845a
 WHIRLPOOL 
abd52a8ac5d60802f46bc7daf7e6d110073a41c898dc9a174d00a53fa93e90b48603a96af6555a6d308350e84a2cebbd19a0b75e3dc9c6623c8bfeb4bafef50d

diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml
index 246b346..6b9f947 100644
--- a/www-client/firefox/metadata.xml
+++ b/www-client/firefox/metadata.xml
@@ -16,7 +16,6 @@
Use the cairo-gtk3 rendering engine
Use hardware-accelerated rendering
Enable or disable jemalloc3 (forced-on when 
supported prior to 38.0)
-   Prevent sdk and headers from being installed
Add support for profile-guided optimization using 
gcc-4.5,
for faster binaries. This option will double the compile 
time.
Use the system-wide x11-libs/cairo
@@ -31,6 +30,5 @@
instead of bundled.
Use the system-wide dev-db/sqlite
installation with secure-delete enabled
-   Enable EGL provider
 
 



[gentoo-commits] repo/gentoo:master commit in: kde-base/kdelibs/

2016-03-19 Thread Michael Palimaka
commit: 7a19faa6e32d318999a5ff7044b07db8fc9b2eb8
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Mar 15 16:11:35 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Mar 18 14:40:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a19faa6

kde-base/kdelibs: Version bump to 4.14.18

Package-Manager: portage-2.2.27

 kde-base/kdelibs/Manifest   |   1 +
 kde-base/kdelibs/kdelibs-4.14.18.ebuild | 303 
 2 files changed, 304 insertions(+)

diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest
index c74c4ed..92426b0 100644
--- a/kde-base/kdelibs/Manifest
+++ b/kde-base/kdelibs/Manifest
@@ -1,3 +1,4 @@
 DIST kdelibs-4.14.16.tar.xz 11633476 SHA256 
7bf6b930c49952dceb1a090c20bf567f4385a2bbc0069a4393608b2a79e6b3aa SHA512 
882df4ce0a2f77fdc2fddbeae401c961c639b12ee2f198c2afd458eb7bcb41268924033b348fc1ef187f273783b92ae05a87422def3751d4003836bda9b153bd
 WHIRLPOOL 
96e45ac474e4c79bf031047fdb6fe74066ae95cfaf13484498632cfcfd18409ffe46e13b3e72403d2d53fc24e78008f55061c146fbdb5631a80b4ae759e6bebf
 DIST kdelibs-4.14.17.tar.xz 11634968 SHA256 
e64510badfb8ec4238cfd391cb06cd874fa1d7ca2591be1d3e2b8ba4a0a4 SHA512 
a8835f09edac5faeefba088c96a2bd380f9e9d356eacc0173de8f9dfdeeb2a1baed8f60fd22a6ddb762ff41a5152deca91fc0c9bb5d2c3348c23a9116c084396
 WHIRLPOOL 
29204abfadce0e2f8aa2bf9594523f5bddd6295dfede19bd33803189ba5de05a72096d23141f7bb78145327cc5b18963866e658eeffe15aebc45b24220f6a89d
+DIST kdelibs-4.14.18.tar.xz 11634568 SHA256 
778e86392f2c61e36d1cf335e763d06a18487121b3cd5e583a75933f22d3ce63 SHA512 
3e40cec5008dedba7d74aa2dd34f71c6ca8eb6b0c492187541029e0185ced58ba4a73b4bb0d1820933bbcc97b43949b84de2414b4eddd8d89e91fe6845c5e694
 WHIRLPOOL 
d45ea329bcff5e4e9f0bc9c21bd11339f06f1f9d5c2831cca6bdebc77366474117d93f62fefa0ad0f7bc48dceacd1197927808a53543d9460c8f329cad83e177
 DIST kdelibs-4.14.8.tar.xz 11648060 SHA256 
705fa8a9b3b3c962aa99d040eb32e68863ba4c2f567b82b9513379defbc39bbb SHA512 
0cd5e8dd5cec7cf84bc66c6732f4967610211e521898da41601d24174f909043bafacbb9bd9775666cebb132747e2861c6c8ff07de61be708975f44dbbfb856e
 WHIRLPOOL 
6405ee6b273899a26c39fa005c18be7270888113f93302990003b92ca96c52303ce853c5378c812f4ddf53f40c7b6ff9e2a958bc86a676d1e3abbfe4f3d96bd4

diff --git a/kde-base/kdelibs/kdelibs-4.14.18.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.18.ebuild
new file mode 100644
index 000..a8a717f
--- /dev/null
+++ b/kde-base/kdelibs/kdelibs-4.14.18.ebuild
@@ -0,0 +1,303 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_MIN_VERSION="3.3.1-r1"
+CPPUNIT_REQUIRED="optional"
+DECLARATIVE_REQUIRED="always"
+OPENGL_REQUIRED="optional"
+KDE_HANDBOOK="optional"
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+
+EGIT_BRANCH="KDE/4.14"
+
+DESCRIPTION="KDE libraries needed by all KDE programs"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
+kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell
+cpu_flags_x86_sse cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
+
+REQUIRED_USE="
+   udisks? ( udev )
+   upower? ( udev )
+"
+
+# needs the kate regression testsuite from svn
+RESTRICT="test"
+
+COMMONDEPEND="
+   >=app-misc/strigi-0.7.7
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   >=dev-libs/libattica-0.4.2
+   >=dev-libs/libdbusmenu-qt-0.3.2[qt4(+)]
+   dev-libs/libpcre[unicode]
+   dev-libs/libxml2
+   dev-libs/libxslt
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/giflib:=
+   media-libs/libpng:0=
+   media-libs/phonon[qt4]
+   sys-libs/zlib
+   virtual/jpeg:0
+   >=x11-misc/shared-mime-info-0.60
+   acl? ( virtual/acl )
+   alsa? ( media-libs/alsa-lib )
+   !aqua? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   !kernel_SunOS? (
+   || (
+   sys-libs/libutempter
+   >=sys-freebsd/freebsd-lib-9.0
+   )
+   )
+   )
+   bzip2? ( app-arch/bzip2 )
+   crypt? ( app-crypt/qca:2[qt4(+)] )
+   fam? ( virtual/fam )
+   jpeg2k? ( media-libs/jasper )
+   kerberos? ( virtual/krb5 )
+   openexr? (
+   media-libs/openexr:=
+   media-libs/ilmbase:=
+   )
+   policykit? ( >=sys-auth/polkit-qt-0.10

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

2016-03-19 Thread Sebastien Fabbro
commit: 5949099c9a3807431bda3b16b9d571bd4fda4bfc
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Mar 18 18:48:22 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Mar 18 20:10:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5949099c

dev-python/pyamg: Version bump

Package-Manager: portage-2.2.28

 dev-python/pyamg/Manifest   |  1 +
 dev-python/pyamg/pyamg-3.0.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pyamg/Manifest b/dev-python/pyamg/Manifest
index dc935f6..378a428 100644
--- a/dev-python/pyamg/Manifest
+++ b/dev-python/pyamg/Manifest
@@ -1,2 +1,3 @@
 DIST pyamg-2.1.0.tar.gz 752632 SHA256 
060a32ea8805b8e49e6d7304ab771efccd34d5e363a65f4f2cb33d85981225de SHA512 
d2574ccb093e6c5bd214c4366ec70bfeae73449f98932a9a4435afb2d606b12a4d479411a88bcac4df500e33dbf635ae981620c584e688abc3f2cca6c6188d4d
 WHIRLPOOL 
ccf0817561eae43bb859aaedc9c7b4c94e338a2fc6817467bb5f162df3e63720030d3e36d55e72e9f7e613aab89cf4211f9c20fc97d566e3d7cdec988c9d9f6f
 DIST pyamg-2.2.1.tar.gz 753299 SHA256 
e15d91b7650e24e9c70c21483244d59e42cdcb64bb8d6474c4cbd0ecca8d3b8f SHA512 
b784626fbdfcfa338560763a38bc5ddde07ace5213225d4c876b09be93019e81e641630e88952aab20a6c4f859bf6260730459d247c35d531433df4ecd209248
 WHIRLPOOL 
f48d131f86eae4b7f15abce84044767afc08708a1ad58b38f1af87278d7ecde7913abd3c17a81f1dcd14d0320d673598d89346303b98312f01c14906368e4b35
+DIST pyamg-3.0.2.tar.gz 759301 SHA256 
71276353ab35bc5e7609f0abd8b92b6f65e2e6253c1e48028993df1652ce3d13 SHA512 
3075e4e8f042e320c53fed5de7a5ccc7d9698e60cb2f830661468eabc9ba4ebbfff2b2d3254c72c5c376f0e45a59abce7b70a50f6f3a869a75096c33982d1313
 WHIRLPOOL 
300ef38591e14eada5329b488454309a34986b45020602cd4034fc7a1e08ea45a641cb3b83385ea45e00503e4d256872da4a4efac2f3c4eea3afa230ea9d4889

diff --git a/dev-python/pyamg/pyamg-3.0.2.ebuild 
b/dev-python/pyamg/pyamg-3.0.2.ebuild
new file mode 100644
index 000..357e370
--- /dev/null
+++ b/dev-python/pyamg/pyamg-3.0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Algebraic multigrid solvers in Python"
+HOMEPAGE="http://pyamg.org";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   distutils_install_for_testing
+   cd "${T}" || die # need to be away source directory
+   nosetests --verbose pyamg || die
+}



[gentoo-commits] proj/linux-patches: New tag: 3.18-30

2016-03-19 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar 17 23:06:10 2016 +

New tag: 3.18-30




[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-tools/

2016-03-19 Thread Evan Teran
commit: df07c010bf6ed8e418d6a677dc181ae89c7b26f7
Author: Evan Teran  gmail  com>
AuthorDate: Fri Mar 18 03:14:17 2016 +
Commit: Evan Teran  gmail  com>
CommitDate: Fri Mar 18 03:14:17 2016 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=df07c010

app-emulation/vmware-tools: initial support for vmware-12

Package-Manager: portage-2.2.26

 app-emulation/vmware-tools/Manifest|  6 +++
 .../vmware-tools-10.0.5.3228253.ebuild | 58 ++
 2 files changed, 64 insertions(+)

diff --git a/app-emulation/vmware-tools/Manifest 
b/app-emulation/vmware-tools/Manifest
index 7881674..d7d40bb 100644
--- a/app-emulation/vmware-tools/Manifest
+++ b/app-emulation/vmware-tools/Manifest
@@ -1,28 +1,34 @@
+DIST vmware-tools-freebsd-10.0.5-3228253.x86_64.component.tar 15349760 SHA256 
14cc57924327bec553804cf601e561465acdd0b01299dbedc89bf0e63ea8bcee SHA512 
3b7fabb26b6a0aeaa05603b8635166a1f4fad223b90e4564f6656f158a9bb47171dc023c3b83698d1cb114b0517acf82054767a99336b3e5ded1f2d702bb4e3a
 WHIRLPOOL 
bb6c808019c294861064d8b358c01e11ccad03db6b4548a5979f5680bd3cfa4b8b1227fca95a0e6756af4626b428e377aae04cc190f6280751a8a5585ccb5edf
 DIST vmware-tools-freebsd-9.6.5-2700073.i386.component.tar 15216640 SHA256 
d900d0ee4f9f185f1914f80cb9b0a7df8fcf027e1009def7c2b81a7ac15e5d0b SHA512 
5e070544e85137b7f032e2c1e4567233adadac274abc727b4dcfdf455bc5f080499b306c6bdf7e5bbe17f6610fdece1c2ef541d5b89081ec5d342145071e
 WHIRLPOOL 
1cc29331cefb25628425553707b8c8572eddc1b208856eac409d0123901918677d95fe82cc6028f0debcd7b28a8d524e1f29357b399629c30653eced80d12a7b
 DIST vmware-tools-freebsd-9.6.5-2700073.x86_64.component.tar 15216640 SHA256 
7a2435330281b039727ab8a10736a95393bc143e6b3bfea6e9b7d18a7bf4ba15 SHA512 
e78b1d85bcff951d4661374eb687c388d0b299d3d1cd6e4344d3a0439219f82a1e59f335cd5284fb371304223038ef358b59006504b061d702981bec7afa3408
 WHIRLPOOL 
42ea166a2b5ec8986d4d7b04dc2d13c76fb2509d6f9993d1dcceb7479332de0032589acfc749996a255b5487173f8ec03dc859b897a5f894fd2dde964db45220
 DIST vmware-tools-freebsd-9.9.2-2496824.x86_64.component.tar 15267840 SHA256 
92331cc0c1b6340e23c7f06f36fef6d2945385527f9f49f06c1d9099bbec03d9 SHA512 
d58ddaa59b8c939484aa60fe27f2ae857564cb3e607ec76163aec9c02b5c0d592cb77dfe123397b0700ca7617c2a69e624a6279b6e4fb99101e5ced43bbd
 WHIRLPOOL 
e02783002ab5b862c69de1f5d68ec7690b2c6cd9013cdffd2df6b7337bc8e2b532438568cfa503d5b9d23af8c1d35512097522ccc2e4a92dca71e04225d4ff8f
 DIST vmware-tools-freebsd-9.9.3-2780323.x86_64.component.tar 15267840 SHA256 
9f0c62ff9ec11b6920b7eed08a60f445b2e39f98408d74e290789ff405f7a8cf SHA512 
ab0a97ae7ab5b6762fdba067606725f00eaa0917e209a5f84852c6ea154e24639cc488f9c9bd6e215d2b0048fdff8ee1adbd1292015eb3712811f54459d7c316
 WHIRLPOOL 
db81fb392d8800c8e2a0fe5f883fd88810ea88b927f9e66a17758d0c864059dcac1f1a0bcaa1a135e0d9b300798185710ab3fffa4cd82e264a73d6e0bba21d1e
 DIST vmware-tools-freebsd-9.9.4-3206955.x86_64.component.tar 15267840 SHA256 
83206e70e79749f7fa50a26930046c58061b538e3b912d2270a93ee400c5a365 SHA512 
3112c0cb5ff2cd6a2309f6bdf51bfccee5e1a8dc01910239a30adbdd516c7f9838133d245a3fd0c95eb909e9fe9b8df0b89135adeb90d5bd4843ddc2db7782ff
 WHIRLPOOL 
29f36ad06ecd4cb7f9faa91924cb7a756cea9c18faf8fff67c0bbc1be10a8a1145724375f09467fefa1a41bd7f6f9196698806833ee105c6a86dd49910260b40
+DIST vmware-tools-linux-10.0.5-3228253.x86_64.component.tar 72038400 SHA256 
bdc01737a53ec49998fa7195ed74a5beeefe9ab18ace195a8ed4d79a311351e7 SHA512 
6b087a02b925e146c319f561f6e2e4b712113137672dff508f247fe1389b6022a1cc067c22bb33269f6fa97f66e1d38aed5c2c72dc3cc2a8a3f5c7b2d3b259b2
 WHIRLPOOL 
8c73f475a1f31fe20ae3c52dd685fb2dbe5573be702e9cd8114ca8c68d2232dbd5a678f5925a7ca47f0f4adf028ebcbe6a9adf870bf13511c4db2b9e6e039746
 DIST vmware-tools-linux-9.6.5-2700073.i386.component.tar 61337600 SHA256 
aad21f54da7bb37169dc85fd84062f3976618ce63034c6785235bd6d5aa580f4 SHA512 
133c4958d904755ef9a4fdc13ea686aa69b325301c435a8cf7ea77a246a072099864c3b3654d5ad35bfda2b849d3c0e31afdc8654959f0ca2df07c9d822bf9f7
 WHIRLPOOL 
66ceb444996985f264892d7bbee5ab8a7122796691fedf321e108e1bc81c54646ca3fe325688f4824ef781e7f9ae7058d4f440e2f0219bd58c985195eb9332b2
 DIST vmware-tools-linux-9.6.5-2700073.x86_64.component.tar 61337600 SHA256 
dd1fea6f4e99f676cef89d6ad1f9880e28d324f5051a95a6216cb48045c39ea8 SHA512 
a607713f410a405ff8364adc7a300223ffa26d5cfd8f0612ec39c371057d6a65744de5e4a2eb552e488cdcb9dbc9ae6ddff7e89b533a9cbe531969453eefe291
 WHIRLPOOL 
5d851d3a3b9e7ab3b5ff48fa43f40330e88c6cdf083b9a975032b9d2868e9ad3e6e73d9c64db5fba0838eebcf182d9406434abf20d4fe76f74b136a00948684c
 DIST vmware-tools-linux-9.9.2-2496824.x86_64.component.tar 62044160 SHA256 
3b08dc7dedb9312ddb465c96435120f87053cd1e456e42dc60fba9e0367044f1 SHA512 
8bf3022715f40440838225b1ab2e0fb265c7920da3445a252898d3a4d845e93cbd1af34829e470da0bf9427342adeefd2e5b3df915ec63417fa33d9fa995b783
 WHIRLPOOL 
ba49c9e645528ffb59187937a1b1dc01026da9386ddbcf489b25a3ff7d0b1d799c60beb7c820e5472b6b001c56f7b1bdbf6af1e22f8d78fc1ec4c6d32b7aa9d4
 DIST vmware-t

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

2016-03-19 Thread Michael Palimaka
commit: 1826892aabfb30e28395ef652f26b2ade91cd236
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Mar 15 23:07:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Mar 17 15:18:24 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1826892a

kde-apps/step: Add kcrash to DEPEND

Package-Manager: portage-2.2.27

 kde-apps/step/step-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/step/step-.ebuild b/kde-apps/step/step-.ebuild
index 445229f..3c54851 100644
--- a/kde-apps/step/step-.ebuild
+++ b/kde-apps/step/step-.ebuild
@@ -18,6 +18,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep khtml)
$(add_frameworks_dep ki18n)



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

2016-03-19 Thread Markus Meier
commit: 0e6af10b9cd29d7e411cd2b8c9c69f695c85fdfe
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 18 06:12:21 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 18 06:12:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6af10b

net-misc/openssh: arm stable, bug #576954

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 net-misc/openssh/openssh-7.2_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.2_p2.ebuild 
b/net-misc/openssh/openssh-7.2_p2.ebuild
index 0998196..5ad0876 100644
--- a/net-misc/openssh/openssh-7.2_p2.ebuild
+++ b/net-misc/openssh/openssh-7.2_p2.ebuild
@@ -28,7 +28,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit 
libressl pam +pie sctp selinux skey ssh1 +ssl static X X509"
 REQUIRED_USE="ldns? ( ssl )



[gentoo-commits] dev/leio:master commit in: media-libs/cogl/, media-libs/clutter/

2016-03-19 Thread Mart Raudsepp
commit: 10bd941351ccb13cb6ed91161c47a2595d43d9a2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 17 23:00:25 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 17 23:00:25 2016 +
URL:https://gitweb.gentoo.org/dev/leio.git/commit/?id=10bd9413

cogl/clutter: Remove until sync with main tree is done

Old versions are inheriting old clutter.eclass from main tree, which has since
been deprecated and deleted.
These modification might be unnecessary anyways in a VC4 mesa driver world 
future.

Gentoo-Bug: 574524

 media-libs/clutter/Manifest  |   1 -
 media-libs/clutter/clutter-1.18.2.ebuild | 105 ---
 media-libs/clutter/metadata.xml  |   8 ---
 media-libs/cogl/Manifest |   1 -
 media-libs/cogl/cogl-1.18.2.ebuild   | 119 ---
 media-libs/cogl/metadata.xml |  10 ---
 6 files changed, 244 deletions(-)

diff --git a/media-libs/clutter/Manifest b/media-libs/clutter/Manifest
deleted file mode 100644
index a213031..000
--- a/media-libs/clutter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST clutter-1.18.2.tar.xz 5215180 SHA256 
f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63 SHA512 
d7cf0d523dfd95f62910376d3958d50b9fd0debee0fd2e0c7c284500c78b5899fb0bb30dd279c638b4bc1cefaf63af376328f5e1c476d38c34ce4a79bd772b18
 WHIRLPOOL 
e52c97e7c429b2a428e3749e8a6cafb2c9e5174a8437cd1f427b5c24c9df91f911a7ce76614d5131f6e6028504d5b23bf70ccf8b3e9b63a90af5a87329366f19

diff --git a/media-libs/clutter/clutter-1.18.2.ebuild 
b/media-libs/clutter/clutter-1.18.2.ebuild
deleted file mode 100644
index 4a15fb0..000
--- a/media-libs/clutter/clutter-1.18.2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-CLUTTER_LA_PUNT="yes"
-
-# Inherit gnome2 after clutter to download sources from gnome.org
-# since clutter-project.org doesn't provide .xz tarballs
-inherit clutter gnome2 virtualx
-
-DESCRIPTION="Clutter is a library for creating graphical user interfaces"
-
-LICENSE="LGPL-2.1+ FDL-1.1+"
-SLOT="1.0"
-IUSE="debug doc egl gtk +introspection test X" # evdev tslib
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-# NOTE: glx flavour uses libdrm + >=mesa-7.3
-# XXX: uprof needed for profiling
-# >=libX11-1.3.1 needed for X Generic Event support
-# XXX: evdev input requires libinput and gudev >= 136
-# XXX: Probably require one of USE=X or USE=egl
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2
-   >=dev-libs/atk-2.5.3[introspection?]
-   >=dev-libs/json-glib-0.12[introspection?]
-   >=media-libs/cogl-1.17.5:1.0=[introspection?,pango]
-   media-libs/fontconfig
-   >=x11-libs/cairo-1.12:=[glib]
-   >=x11-libs/pango-1.30[introspection?]
-
-   X? (
-   virtual/opengl
-   x11-libs/libdrm:=
-   >=x11-libs/libX11-1.3.1
-   x11-libs/libXext
-   x11-libs/libXdamage
-   x11-proto/inputproto
-   >=x11-libs/libXi-1.3
-   >=x11-libs/libXcomposite-0.4
-   )
-
-   gtk? ( >=x11-libs/gtk+-3.3.18:3 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.20
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.17
-   doc? (
-   >=dev-util/gtk-doc-1.20
-   >=app-text/docbook-sgml-utils-0.6.14[jadetex]
-   dev-libs/libxslt )
-   test? ( x11-libs/gdk-pixbuf )"
-
-# Tests fail with both swrast and llvmpipe
-# They pass under r600g or i965, so the bug is in mesa
-#RESTRICT="test"
-
-src_prepare() {
-   # We only need conformance tests, the rest are useless for us
-   sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
-   -i tests/Makefile.am || die "am tests sed failed"
-   sed -e 's/^\(SUBDIRS =\)[^\]*/\1  accessibility conform/g' \
-   -i tests/Makefile.in || die "in tests sed failed"
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   DOCS="README NEWS ChangeLog*"
-
-   # XXX: Conformance test suite (and clutter itself) does not work under 
Xvfb
-   # (GLX error blabla)
-   # XXX: Profiling, coverage disabled for now
-   # XXX: What about cex100/egl/osx/wayland/win32 backends?
-   # XXX: evdev/tslib input seem to be experimental?
-   gnome2_src_configure \
-   $(usex X --enable-xinput) \
-   $(usex X --enable-x11-backend=yes) \
-   --disable-profile \
-   --disable-maintainer-flags \
-   --disable-gcov \
-   --disable-cex100-backend \
-   $(usex egl --enable-egl-backend --disable-egl-backend) \
-   --disable-quartz-backend \
-   --disable-wayland-backend \
-   --disable-win32-backend \
-   --disable-tslib-input \
-   

[gentoo-commits] repo/gentoo:master commit in: dev-java/jsr67/

2016-03-19 Thread Patrice Clement
commit: 9731110517123f87f14056346b05698b92549018
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Mar 18 09:23:59 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 18 10:01:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97311105

dev-java/jsr67: EAPI 5 bump. Switch to java-pkg-simple.

Package-Manager: portage-2.2.26

 dev-java/jsr67/Manifest|  1 +
 dev-java/jsr67/jsr67-1.3-r1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-java/jsr67/Manifest b/dev-java/jsr67/Manifest
index a65da11..2d78081 100644
--- a/dev-java/jsr67/Manifest
+++ b/dev-java/jsr67/Manifest
@@ -1 +1,2 @@
+DIST jsr67-1.3.jar 327033 SHA256 
fe2b95887477f7f39c8d3a33211c0d96cf73872364a0b0478bdaf24500be6225 SHA512 
c4145e5870af677542a09a17b7b57d9e5501f6354b26743b9eb9946dbd263114eb705c023af996ddcb256961df28a7ac2420a54fcdd69f73c8595901ee21760a
 WHIRLPOOL 
25dcffa1eb5166867158211ae209e2b24f648d6806e392b80527b8c34f4ebdec181125f80443c1b6956856b1b9c14e83a9df9a72781d14c4fb366bd3a7ae9479
 DIST saaj-api.jar 18817 SHA256 
d36278c49c50f1fe41c264414a1f572a6578d544b8ca89053597ecb9ca87f63e SHA512 
b130ff18fcc3ab04c095ad454c82d83b2c383d4f8eb950291796d41f0f0ee7a15434de282864e778c3692cc3bdf4ab5213050a43ae10a6e308d613f9d477a813
 WHIRLPOOL 
c5596415d9dec81e20b8c5d515388c049820e24467f40f7c0259e9d4169149f36367b1501c227adc738aebcd01ab0875925073c2467a7a6c8bc0d87a44470216

diff --git a/dev-java/jsr67/jsr67-1.3-r1.ebuild 
b/dev-java/jsr67/jsr67-1.3-r1.ebuild
new file mode 100644
index 000..1ae8ec8
--- /dev/null
+++ b/dev-java/jsr67/jsr67-1.3-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+MY_PN="saaj-impl"
+MY_P="${MY_PN}-${PV}"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="SAAJ 1.3 (AKA JSR-67 MR3) API"
+HOMEPAGE="https://jcp.org/en/jsr/detail?id=67";
+SRC_URI="https://repo1.maven.org/maven2/com/sun/xml/messaging/${MY_PN%%-*}/${MY_PN}/${PV}/${MY_P}-sources.jar
 -> ${P}.jar"
+
+LICENSE="sun-jsr67"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=virtual/jre-1.6"
+
+DEPEND="
+   source? ( app-arch/zip )
+   >=virtual/jdk-1.6"



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

2016-03-19 Thread Sergey Popov
commit: 2de159243243efbbf0896de1c7d8938a7302da0f
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Mar 16 14:16:51 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Mar 16 14:16:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de15924

net-misc/quagga: version bump

Gentoo-Bug: 577156

Package-Manager: portage-2.2.27

 net-misc/quagga/Manifest   |   1 +
 net-misc/quagga/quagga-1.0.20160315.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/net-misc/quagga/Manifest b/net-misc/quagga/Manifest
index 72daf29..9b3a813 100644
--- a/net-misc/quagga/Manifest
+++ b/net-misc/quagga/Manifest
@@ -1,3 +1,4 @@
 DIST ht-20040304-classless-bgp.patch 1581 SHA256 
39993890f9e31d662ed0564c732fb22392a901beb45b64261ffeadd9edf27887 SHA512 
3df102d8ab88aaee1f109a2310602d6f734f2268252e5e42df752df7db7abeac526e969289481c4abfe905dcd41c35dee65196c48ac320fe9d083305451476e8
 WHIRLPOOL 
cef99d64d52ab8c28bd672fb93dfbd8d716a31c76a5403496a6d104a5ff39531d6085134124d41fe4ff7adf895fa001cbe77b6e42846d849d6c108c81583d04e
 DIST quagga-0.99.23.1.tar.xz 1682104 SHA256 
202e8b7fbec810f28a84e3fbb6aafdaf08a3b51527c258807abc8a74ed617eb8 SHA512 
7a222d4a5aa41deeb233f2e9ce922e5c29787c2f74c1b99177089e3183b69d3c0e4db5846676485a1990b728e007e687070ba4cecab67aa61f8be6c0851581cc
 WHIRLPOOL 
90e37fcb1b87ec1ea618d42c19a1350f84ffe87f2cd4e6e4629a9e7edef1ba792a8f287b3367b31eb6f2d387e6c287da47a69c5cacf0a76be8099c1f7987
 DIST quagga-0.99.24.1.tar.xz 1779120 SHA256 
6fd6baadb136a801c29c1dd72d0fe69da9f19ae498e87bff7057778361e43b14 SHA512 
71c340ce0f4e52c69892d8fed82d30956161b09b029fb0a82ba774664aa2303b493068664ea057870bec3c7c2a1ffea0a68fba0c400d6868efef691d7b055d2a
 WHIRLPOOL 
e7b4fd86561513b08244a5217821cc7d911b077eccd4c798484a4b13b4acabba133c664a463a7b2261e6e5e1bf3e2d37de9d2b6005a18e004e526f741a22bd9a
+DIST quagga-1.0.20160315.tar.xz 1819488 SHA256 
d284af5dd875dbba90ab875d40db5d68fdc9ede17a76f2af525f85344be56767 SHA512 
ad633d189017a2cef68cf1653b85e082a0dc4fe146720a985da8cdf2aa4c61f2df8a8339419c986e9d74aa88f7f7109bc6d0c13d9ff4904a23852cee3e112edc
 WHIRLPOOL 
6f0ac5da5fef382cf7a462f8d2c139bb0d8068e7b772cd48b63aa0752098515d6b5eb9a10a4e1fc7021085e0635248f6075d937901c6207d51bd0f284388541c

diff --git a/net-misc/quagga/quagga-1.0.20160315.ebuild 
b/net-misc/quagga/quagga-1.0.20160315.ebuild
new file mode 100644
index 000..3b6ba1f
--- /dev/null
+++ b/net-misc/quagga/quagga-1.0.20160315.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CLASSLESS_BGP_PATCH=ht-20040304-classless-bgp.patch
+
+inherit autotools eutils flag-o-matic multilib pam readme.gentoo-r1 systemd 
user
+
+DESCRIPTION="A free routing daemon replacing Zebra supporting RIP, OSPF and 
BGP"
+HOMEPAGE="http://quagga.net/";
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz
+   bgpclassless? ( 
http://hasso.linux.ee/stuff/patches/quagga/${CLASSLESS_BGP_PATCH} )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
+
+IUSE="bgpclassless caps doc elibc_glibc ipv6 multipath ospfapi pam +readline 
snmp tcp-zebra"
+
+COMMON_DEPEND="
+   caps? ( sys-libs/libcap )
+   snmp? ( net-analyzer/net-snmp )
+   readline? (
+   sys-libs/readline:0
+   pam? ( sys-libs/pam )
+   )
+   !elibc_glibc? ( dev-libs/libpcre )"
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils
+   sys-apps/gawk
+   sys-devel/libtool:2"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/iproute2"
+
+PATCHES=( "${FILESDIR}/${PN}-0.99.22.4-ipctl-forwarding.patch" )
+
+DISABLE_AUTOFORMATTING=1
+DOC_CONTENTS="Sample configuration files can be found in 
/usr/share/doc/${PF}/samples
+You have to create config files in /etc/quagga before
+starting one of the daemons.
+
+You can pass additional options to the daemon by setting the EXTRA_OPTS
+variable in their respective file in /etc/conf.d"
+
+pkg_setup() {
+   enewgroup quagga
+   enewuser quagga -1 -1 /var/empty quagga
+}
+
+src_prepare() {
+   # Classless prefixes for BGP
+   # http://hasso.linux.ee/doku.php/english:network:quagga
+   use bgpclassless && eapply -p0 "${DISTDIR}/${CLASSLESS_BGP_PATCH}"
+
+   epatch ${PATCHES[@]}
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # do not build PDF docs
+   export ac_cv_prog_PDFLATEX=no
+   export ac_cv_prog_LATEXMK=no
+
+   econf \
+   --enable-exampledir=/usr/share/doc/${PF}/samples \
+   --enable-irdp \
+   --enable-isisd \
+   --enable-isis-topology \
+   --enable-pimd \
+   --enable-user=quagga \
+   --enable-group=quagga \
+   --enable-vty-group=quagga \
+   --with-cflags="${CFLAGS}" \
+   --with-pkg-extra-version="-gentoo" \
+  

[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/

2016-03-19 Thread Anthony G. Basile
commit: 3341f5f1114818a9305f4be20b1cfc18b0f56afe
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Mar 15 09:01:06 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Mar 16 14:48:23 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=3341f5f1

world.conf: drop python from sys-apps/file for dependencies

 core/etc/grs/world.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index abfc8b8..b60e0e7 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -7322,7 +7322,7 @@ package.use : sys-apps/etckeeper:0 -bazaar -cron
 package.use : sys-apps/fbset:0 -static
 
 [sys-apps/file:0]
-package.use : sys-apps/file:0 python static-libs zlib
+package.use : sys-apps/file:0 static-libs zlib -python
 
 [sys-apps/findutils:0]
 package.use : sys-apps/findutils:0 -debug -nls -selinux -static -test



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-otr/

2016-03-19 Thread Agostino Sarubbo
commit: 317448fc26f062e85c14e8b94df76caac50a1be5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 17 11:34:11 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 17 11:34:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317448fc

x11-plugins/pidgin-otr: ppc64 stable wrt bug #576916

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild 
b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild
index 9d38f78..f45b0a7 100644
--- a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild
+++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-libs/libgcrypt:0



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2016-03-19 Thread Eray Aslan
commit: 2f3f74a24f3b4b46c77edbab4a219545747165ad
Author: Eray Aslan  gentoo  org>
AuthorDate: Fri Mar 18 15:04:55 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Fri Mar 18 15:04:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3f74a2

mail-mta/postfix: version bump to 3.2_pre20160314

Package-Manager: portage-2.2.28

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.2_pre20160224.ebuild => postfix-3.2_pre20160314.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 5c8b25a..5078eb8 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -4,5 +4,5 @@ DIST postfix-3.0.2.tar.gz 4239235 SHA256 
68256314202f5f0f24022d64f7ac664d28fa139
 DIST postfix-3.0.3.tar.gz 4240588 SHA256 
401e46ec3450569dcce60d1d8ca22a19ab1f7f817b0cc730cdf4875ba608ac02 SHA512 
b6cd091a8cdda9678fa2979082e47a363dd086e4376effc0a427d1beb5eb35bd7dc28003ad28323c42318d7f630e0d8b105c56fd1a63bd5b5a20501db68ac524
 WHIRLPOOL 
b013164f12e2adde464052f37584320687716f18c65cdd01344848bbcdd5a08be16c741234a063d717474a50be0d14d7b5574ccb69dc56e00f30b619d148c9f9
 DIST postfix-3.0.4.tar.gz 4240805 SHA256 
b81ce81176b9df7183ad99b9c98000135f5e88e659493ab50db5d9fe5b8dba0e SHA512 
ca1ad1b7a0c552825d820e1ea017bdd79cf31e6262c9d2b801fa11011be5e10549cfb57745cec4177046a178fab104f3b7f79bf08708bb7772b127970970949d
 WHIRLPOOL 
e1a00ba9733522109ebbefa902021abda3bed0316da98cfb98a305122e736f5889b8b5a6426f152d0c68a9f8cb675683fddb80fd12fa6b278f1ae8c024c5fc1c
 DIST postfix-3.1.0.tar.gz 4336709 SHA256 
88ac3e92755629077d9363319b1fa0db406efb10c2f22cdbb941bd8ab36fd733 SHA512 
06cf4c827de8d613cab6a57a8e76198d293660a263f60d17dd189f511da4b1e12eb98bbcf75695697a62959e26ca204bf2a53eb6657e8bd756a816977e717783
 WHIRLPOOL 
5fe4350d47051cfda00505012493f5c6f70598be901cd94a598a7e3332bc022b41050935c5263f140f0df573e3a3e00f6b97dd1d90c01a4e3d78a039f47a16a8
-DIST postfix-3.2-20160224.tar.gz 4329124 SHA256 
e64094c6adceff25ce069e464b67bffcc1cafe60b65d58202030fe7335ae83b9 SHA512 
209874ec04fedd7d37e3fa57408885f1893b3e1530d239712f4720e0a66b26c5a3b5b38c6d7c84c30628527b9b84aeb98632d5745ef5569d84bcf67449ba8c74
 WHIRLPOOL 
34f07481cba0b3acbb5c95982cfb0e6dc874dc8e5d5aef05c77b28fdfa0ba07c02b06a83c695dfa63478db52c9d5a0dfe2b7285a3a56f47472f9594e4e46ad6e
+DIST postfix-3.2-20160314.tar.gz 4331538 SHA256 
edcadbd45e9e9aafa7aea7c62d72571454c3ceab793a5f4b36612a35b6ebb5d6 SHA512 
0acdf77234cfbe58e63287997f52a5d3f247c0b1cd097cf626e0f58c6e44dca9f628b37a0398c2f3b23de93f8b1c6e7085a853869d9e5f93e87eeb8e6ca5aac9
 WHIRLPOOL 
7a20c8e9e519e0880ea14344c2bc4f856f0abc458563b0ba918bc7fac36183d3df7932f643827fb174346f838e37ebe37efc4bb261b7fa6061e0d2c9053a6d1b
 DIST postfix-vda-v13-2.10.0.patch 55701 SHA256 
6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62
 WHIRLPOOL 
d98b7d2177b8b69738086880fd08c336fa60b99ff7413624e628fd5f17be2064f2ccaa37c047d3013ed41c0ff1bcb76e7962f8390c4179f28ab11733dd3b59d3

diff --git a/mail-mta/postfix/postfix-3.2_pre20160224.ebuild 
b/mail-mta/postfix/postfix-3.2_pre20160314.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.2_pre20160224.ebuild
rename to mail-mta/postfix/postfix-3.2_pre20160314.ebuild



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

2016-03-19 Thread Mike Pagano
commit: 36a62b635db6412923d606566933a9b54509bf95
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Mar 17 23:24:44 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar 17 23:24:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a62b63

sys-kernel/gentoo-sources: Linux patch 3.18.29

Package-Manager: portage-2.2.26

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.18.29.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f5282e4..d87d1c8 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -72,6 +72,9 @@ DIST genpatches-3.18-28.extras.tar.xz 16184 SHA256 
7fe110961bc2fc65f0721d89af43d
 DIST genpatches-3.18-29.base.tar.xz 852488 SHA256 
4ed8283703e5e04ea37a78d6963fea7cef64a0fd597a317243198458a04bd834 SHA512 
7c5c64af789d34657ebbd1a935fc4cb8776abbc553464f7c1db8d37f40f5ab98353b0059680ca3b0ba8818ee17bf1f92762007be7dde9b46b200c4121af5c024
 WHIRLPOOL 
4fe7604db3f46afde79d97ebcb6a6aebd8c26351906d5f24d171a8677b500ebe588d36bc435f033cb20b740e145bf73ea543371b79b70c77347d3f8df2ee6da9
 DIST genpatches-3.18-29.experimental.tar.xz 61616 SHA256 
b8e29b1b0c5fa2296c19d97c6ac8120ab0c82f1b1757a6108237bc1828cbe1d4 SHA512 
03bf2c10db34bf5d9272bc2a67ca9a44accca88c6cf95ad9048fa327ce6e0dd1f287c1cec67aa6328947c5e4c76230ba4651105142e7c8622d085777227846b2
 WHIRLPOOL 
f43ed71e0974cd6f7377bbd3841d7ab7c2c474beb5fe243371bf7a676a3748fb468dd8d8de72923ef5e81dda455e67b073de737f1a82ebd2ee0a2ea2a68ddd23
 DIST genpatches-3.18-29.extras.tar.xz 16188 SHA256 
c61b357d33623eb5f7ab23d5f7bb6723fd57f088f7d9d1ab7b5d17b7d3272a2a SHA512 
3067d8a224f347d77ba62b938217cfabe5d4991cbcaf52602ecef939ada9dd723126088c92c232f1bb73f81d0f4480cbcf2fab11bd109b2bc4a59afad7558965
 WHIRLPOOL 
0540b005c4ec987ebae1a0e74eb5d8c38388c4c86483f819b26b82bafa90474d6c24dc903038af1d021889bb41a3077d506a5983c0a99eb9a40b884dfe77e5eb
+DIST genpatches-3.18-30.base.tar.xz 876328 SHA256 
60435065d9f3f5ab79d2649d974b04b6d115161cde7c1f798efcd29cc38b85f2 SHA512 
2800436c2eca81c1510c9ccfdd2e225e06a6646f25956862c96ffdd3919c6c6381c2b707f7ca9453df7d7088d1a9806e33804c2e22dfd71a5b304e82c401782c
 WHIRLPOOL 
4f808c01d9540f1cd9c6947d459e0f77737dc2cb7fe67932582a34e351836acdacf9722af814392d6900448c9be6a346aa8b08afd35634119d2eb2e38d5ef0eb
+DIST genpatches-3.18-30.experimental.tar.xz 61592 SHA256 
48fcfea1b93006fecca50e1192df9b823673b62c2609459e3349d21667ad6ae8 SHA512 
56f6214f5127efe73a03aa9dbac67ef79fa314142d2c22cdbb86c50c94ab096502f6f94b71a0751883b828acfe96a89e29f5882082cb258253c6fe182dd37ffe
 WHIRLPOOL 
1ea0aad9466af8d1162bfe5810e9287a03c7d2a8338e94306b9f87caec73d63aaebed3d51f6bde120bc19ba3d46de248ee9e3d94d781a247c02afe4f2dca5d98
+DIST genpatches-3.18-30.extras.tar.xz 16180 SHA256 
f841e27ff72a11ca53b3a0af43268b1b332a3a0b88d7c906efcfed2e52075a57 SHA512 
8c196345699b10b68884e0c77cffe5c426b0b12818ad715caab92614f281eb8c53f46f4a566b646bde63c77a05a5874e150b277574f423bf6bf2cbe174980652
 WHIRLPOOL 
9f6ba37add4201536694000495828d27d01a09f31d43d6c898ded5ed32930cf218f1b940f4b6d79b7a40997e0de22a862cf5cd3271dc36bf3b4332f40475eb1e
 DIST genpatches-3.4-93.base.tar.xz 1412220 SHA256 
dce2f6bce8058560fb4f005729a29fee9c6846147bca986b8b44d1554b78f0eb SHA512 
0f0cf52185a8a49f639a1f9d3ff302a72fd7cbf4403f7f5626c9f39c3f4e2e5ea69f402df429b0b3341655d9b7a4779b738f5d5fc6ecde3799861e0b6efb8cf4
 WHIRLPOOL 
ac2b82b6e749b945b79d2c21dc3081eaf399aafef80a3fc49ee71dc1f7ee753bf406d6e93bf2142ee4b25447e0304800de0adb9911274dc37172a9a9c63d624f
 DIST genpatches-3.4-93.extras.tar.xz 18236 SHA256 
c59bbc018e3c7e71fb655c5e33cbbcc3077dedee08553c287624b175c83d0811 SHA512 
61e74164a8de8646d4d0c1cd1592eaeb8f5747f0e03557a78349d8cd2df7e924f012ae4904e14210ab56eb3f1f04e8610818ee05e4b5a51b325a42ded9876e66
 WHIRLPOOL 
42876d70dadac671875e7dc129020ed04c91ea99f40972cf87554accbe1d5e1651cca02f5e16e30654dabdfc1d15771eab8908a64376402c3b1639164b10258f
 DIST genpatches-4.0-11.base.tar.xz 234968 SHA256 
49cfd38bb97a92984c0d8b955c2f795701897544a4bfea4d2d2932543abca31a SHA512 
059a049248c2eaaae4c4201235586306f846b12503fa1aa3bdea9ad31b4522f030beb057926cf79ffa9468e2940a68b6f6089511a60005dd339e4775c8a682cd
 WHIRLPOOL 
a5a31fa2a1db39fd01ed72e9917481a7c4f406c8168a2dac078df5a46c41d0be69df6ef532aae0f06fbf81a5a5e2262a9ba4785bdb13c48b21e338347d6be1ee

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.18.29.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.18.29.ebuild
new file mode 100644
index 000..27cdab3
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.18.29.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="30"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm

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

2016-03-19 Thread Manuel Rüger
commit: 2ae3cf5ba35f13f992b53af034de559a42bb2ca6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 00:26:57 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 00:26:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae3cf5b

dev-ruby/expression_parser: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild 
b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild
index c298646..3c645f3 100644
--- a/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild
+++ b/dev-ruby/expression_parser/expression_parser-0.9.0_p20130518.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/

2016-03-19 Thread Agostino Sarubbo
commit: d50fdc539982862f46a1b90406254ba2ba59f7fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 17 10:49:18 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 17 10:49:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50fdc53

net-wireless/wpa_supplicant: ppc64 stable wrt bug #565224

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
index 07c44d5..a83ef39 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz";
 LICENSE="|| ( GPL-2 BSD )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="ap dbus gnutls eap-sim fasteap +hs2-0 libressl p2p ps3 qt4 qt5 readline 
selinux smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux 
kernel_FreeBSD"
 REQUIRED_USE="fasteap? ( !gnutls !ssl ) smartcard? ( ssl ) ?? ( qt4 qt5 )"
 



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

2016-03-19 Thread Patrice Clement
commit: c35f6a954e9bc6098edbfc4be686867272862f6c
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Feb 15 00:15:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 16 11:41:55 2016 +
URL:
https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=c35f6a95

add completion for emerge --rage-clean

This PR adds the --rage-clean option.

Closes: https://github.com/gentoo/gentoo-bashcomp/pull/2

 gentoo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gentoo b/gentoo
index 8935a40..deee23f 100644
--- a/gentoo
+++ b/gentoo
@@ -399,7 +399,7 @@ _emerge()
 # find action
 for x in ${COMP_LINE} ; do
 if [[ ${x} =~ ^(system|world)$ ]] || [[ ${x} =~ -[CPcs] ]] || \
-[[ ${x} =~ 
--(clean|config|depclean|info|metadata|prune|regen|resume|search|sync|unmerge) 
]]
+[[ ${x} =~ 
--(clean|config|depclean|info|metadata|prune|rage-clean|regen|resume|search|sync|unmerge)
 ]]
 then
 action=${x}
 break
@@ -471,7 +471,7 @@ _emerge()
 --newuse --noconfmem --nodeps --noreplace --nospinner \
 --oneshot --onlydeps \
 --pretend --prune \
---quiet \
+--quiet --rage-clean \
 --reinstall=changed-use --regen \
 --search \
 --sync \
@@ -523,7 +523,7 @@ _emerge()
 fi
 
 # Complete on installed packages when unmerging.
-if [[ "${action}" == '--unmerge' ]]; then
+if [[ "${action}" =~ --(rage-clean|unmerge) ]]; then
 if [[ -n "${cur}" ]] ; then
 if [[ "${cur}" == */* ]]; then
 words=$(builtin cd @GENTOO_PORTAGE_EPREFIX@/var/db/pkg; compgen -G 
"${cur}*")



[gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/

2016-03-19 Thread Mart Raudsepp
commit: 2d63d9e07c76d9d5211ba8f35859af48328f2784
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 17 21:26:05 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 17 21:26:05 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2d63d9e0

games-board/aisleriot: GLEP 67ify metadata.xml

 games-board/aisleriot/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-board/aisleriot/metadata.xml 
b/games-board/aisleriot/metadata.xml
index da6fd63..3998080 100644
--- a/games-board/aisleriot/metadata.xml
+++ b/games-board/aisleriot/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 



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

2016-03-19 Thread Agostino Sarubbo
commit: cc3a7b2bf76e8c4f97f810f9db8fea86fe980355
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 14:08:36 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 14:08:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3a7b2b

dev-libs/nss: ppc stable wrt bug #576862

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/nss/nss-3.22.2.ebuild b/dev-libs/nss/nss-3.22.2.ebuild
index 611e0d9..8b34c16 100644
--- a/dev-libs/nss/nss-3.22.2.ebuild
+++ b/dev-libs/nss/nss-3.22.2.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cacert +nss-pem utils"
 CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



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

2016-03-19 Thread Michał Górny
commit: 3f6641f0fb2f524950dc01d545deb88bac3e7bc6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 18:58:58 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 19:10:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6641f0

x11-apps/python-whiteboard: Remove empty  from upstream maint

Remove the empty  from upstream maintainer entry. The 
element is optional per GLEP 46. However, providing an empty value is
incorrect.

 x11-apps/python-whiteboard/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-apps/python-whiteboard/metadata.xml 
b/x11-apps/python-whiteboard/metadata.xml
index 19afb96..504ab9d 100644
--- a/x11-apps/python-whiteboard/metadata.xml
+++ b/x11-apps/python-whiteboard/metadata.xml
@@ -20,7 +20,6 @@



-   
Pietro Pilloli


https://github.com/pnegre/python-whiteboard/commits/master



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

2016-03-19 Thread Tobias Klausmann
commit: 92e36da6bfcaae7cc9f6b5862488ad612e14c849
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Mar 17 19:03:16 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Mar 17 19:03:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e36da6

dev-lang/php-5.5.33-r0: add alpha keyword

Gentoo-Bug: 577376

Package-Manager: portage-2.2.28

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

diff --git a/dev-lang/php/php-5.5.33.ebuild b/dev-lang/php/php-5.5.33.ebuild
index 5527f85..952b721 100644
--- a/dev-lang/php/php-5.5.33.ebuild
+++ b/dev-lang/php/php-5.5.33.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 function php_get_uri ()
 {



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/

2016-03-19 Thread Alexis Ballier
commit: a82606451531010f03f74a67730db5efb3066b8f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Mar 16 18:24:41 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Mar 16 18:25:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8260645

dev-ml/ppx_tools: bump to new upstream releases, changing versionning scheme to 
match ocaml

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/ppx_tools/Manifest  |  5 ++--
 dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild | 34 --
 ...tools-0.99.2.ebuild => ppx_tools-4.02.3.ebuild} |  6 ++--
 ...tools-0.99.3.ebuild => ppx_tools-4.03.0.ebuild} |  9 ++
 4 files changed, 6 insertions(+), 48 deletions(-)

diff --git a/dev-ml/ppx_tools/Manifest b/dev-ml/ppx_tools/Manifest
index f48fca0..579554e 100644
--- a/dev-ml/ppx_tools/Manifest
+++ b/dev-ml/ppx_tools/Manifest
@@ -1,3 +1,2 @@
-DIST ppx_tools-0.99.3_p20160217.tar.gz 16749 SHA256 
96c7639f3833a3f4b9b164cfabc8d366a3e7a8407c518207f2d1c7364c2715fd SHA512 
b744bfe00704abbf8eb87c08d29ec613c82291f15f12c183a045eb06fddefbd3c6fd8790812ecd382afcf420894f584cd1d2b6f1609229ff6d7a21c9ae8c24a0
 WHIRLPOOL 
a9b6a99ab98a8ae19ed2c79d41f112d7cdc8dd699f13f739019f6281da661c8636ab363fac4277342deb01556c434fd05e6b4c4b7042cbff988aaf932edab375
-DIST ppx_tools_0.99.2.tar.gz 15877 SHA256 
98128022ea0574d769a263eb9b73be06200eec4bac9adb8dc44df289a77c4dec SHA512 
1ed8b3a670e233e77988d10c777003384c86c124b8b7e4cec41c0a3e0de280f818b7cbbddc59c49644517899ce0ef022407db6d4aaf29c559abc0788dce11594
 WHIRLPOOL 
f04ecf57ab457ce2ea58b93a50215f49f257597ce4176a4cd3fe8ffb230ab1a898a479d2bbab3df2675b71f7123c556d3a7cd84e8b2263389ea02f3990585924
-DIST ppx_tools_0.99.3.tar.gz 16258 SHA256 
79a9430086231e0a5a863f2aaebf3fb32f1ff0c25ab8cdfd11f53b4ce4550787 SHA512 
2b6e4e1168951b5501e930e3de294611ed0652162b8e6a3e5b72d27d602ea4b3cf07bb96dc524347553c30be6d3a7ab5b28ef4d5d69e4de6f6c6e5359e37c32d
 WHIRLPOOL 
0b38432072b25e4c6dafadd5aeac4e19680095c83c2be121f837caeeec8801aa077515e97b94e4c647f05640139d26b4cbfd69e796ba0027ce38009590b04a80
+DIST ppx_tools-4.02.3.tar.gz 16622 SHA256 
08b3d915b9be9ada24029470f481d31c1b750a86ab59b4917c59455f5a943b31 SHA512 
4eeafe8e4a740b35ea0f15f9c03faa91d8b24c946150de0409bf953d50a5c402284ca9b34058dcd399df6d41af56c899aa4b44d92b02cdf7a93527f4e3e1e7d2
 WHIRLPOOL 
5b0dacfb806ffcaae2a9d49f99e843de4424dbf1f86ae91e64480927094b569e49b7f501ddb8849b3013f65d47badb04f0f596b7277d1ed44a95f29ccf8acd94
+DIST ppx_tools-4.03.0.tar.gz 16865 SHA256 
207d4140fb08f448b8d7a0ef2033db06f191fc99b73d8eadd3fe7aadbfea5fa8 SHA512 
346c6e5b871998146b47447edec6ebaa6cb9d732dba684d27ce016e8b903383bdc1b920e4548e6c1aacfc2fa8e6f033813c41d3ffdc3752cdbde984cc1b41d35
 WHIRLPOOL 
f40f52c6a55ca2262510eb86ae07434d20393c1d31adb923a92d95351f1f0a856a4f50b18ecf4098ce70be8e77e0a940836dfa137fcb760d5ff2c17ffe6b2d79

diff --git a/dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild 
b/dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild
deleted file mode 100644
index 520749c..000
--- a/dev-ml/ppx_tools/ppx_tools-0.99.3_p20160217.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Tools for authors of ppx rewriters"
-HOMEPAGE="https://github.com/alainfrisch/ppx_tools";
-# This is the version used by opam.
-# Needed by eliom-5[ppx]
-#SRC_URI="http://github.com/diml/ppx_tools/archive/${PN}_${PV}.tar.gz";
-#SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${PN}_${PV}.tar.gz";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.03_beta:="
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${PN}-${PN}_${PV}"
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   findlib_src_install
-   dodoc README.md
-}

diff --git a/dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild 
b/dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild
similarity index 73%
rename from dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild
rename to dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild
index 3a85d10..db13b95 100644
--- a/dev-ml/ppx_tools/ppx_tools-0.99.2.ebuild
+++ b/dev-ml/ppx_tools/ppx_tools-4.02.3.ebuild
@@ -8,18 +8,16 @@ inherit findlib
 
 DESCRIPTION="Tools for authors of ppx rewriters"
 HOMEPAGE="https://github.com/alainfrisch/ppx_tools";
-SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${PN}_${PV}.tar.gz";
+SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=">=dev-lang/ocaml-4.02:="
+DEPEND=">=dev-lang/ocaml-4.02.3:="
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}-${PN}_${PV}"
-
 src_compile() {
emake -j1
 }

diff --git a/dev-ml/ppx_tools/ppx_tools-0.99.3.ebuild 
b/dev-ml/ppx_tools/ppx_tools-4.03.0.ebuild
similarity index 59%
rename from dev-ml/ppx_tools/ppx_tools-0.99.3.

[gentoo-commits] repo/gentoo:master commit in: media-plugins/mythplugins/

2016-03-19 Thread Doug Goldstein
commit: e3056e3803a209239da313162bf3193a6b796ff6
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Mar 20 00:57:33 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Mar 20 00:58:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3056e38

media-plugins/mythplugins: version bump

Add a matching version bump of the plugins to go with the main package
to avoid problems like bug #560462.

Gentoo-Bug: 560462

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein  gentoo.org>

 media-plugins/mythplugins/Manifest |   1 +
 .../mythplugins-0.27.6_p20160318.ebuild| 161 +
 2 files changed, 162 insertions(+)

diff --git a/media-plugins/mythplugins/Manifest 
b/media-plugins/mythplugins/Manifest
index 413b1b6..e7cffab 100644
--- a/media-plugins/mythplugins/Manifest
+++ b/media-plugins/mythplugins/Manifest
@@ -1,4 +1,5 @@
 DIST mythplugins-0.27-583395f5a376637efcd408a102fa64d0f188c12f.tar.xz 58328 
SHA256 b8d7b2338236baeb20a26d2c83eb3c92b9a6f0aa96c66542e47018e4c833a213 SHA512 
1ed2786f9c1fd0f7d607806b6ca34100ec116191e02573cc5def18c2581bb841e6f7e5b9fe066bfb9f52931b314ead157a64ab84a27bae06610282237d249dfc
 WHIRLPOOL 
56977fab1cb93768164c4e3feb2fe503d22d44e70fd046cdbe3b05de0066a8792afd1097721029713b3f4f30c79e34d8ba617afe4c1241af0f1a741854cc3349
 DIST mythplugins-0.27.5-9498257571e8158926b60a0eefc74568c4436823.tar.xz 1364 
SHA256 8b7abe67562767478f583fe36704570612425f82a05b9288cc82e3015bf2fc16 SHA512 
2fe3a317ecdffc06d9e9b554cf8bfb54a324b7f1441038d51e9f77d13b53693ed6d2721282b239967c6d539947e1b119f579e49b42ba62f7dafd0144c0d28622
 WHIRLPOOL 
5fc5222364fbb11312f92f8adaef3adff46e89251afcdeea48d1466625072d068ebdb66f9426140765da6f4fc02a117b086033a319f148700cc164bad6fbc0f1
 DIST mythtv-0.27.5.tar.gz 85652939 SHA256 
7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b SHA512 
b912e010e54271f9321ac1b11d4a31e4093f86c0f2ae3139d4b55085bab142ca3fc6d847d163f6b75aa31320404914c71c094528dc8ee7d70086e56a828b9169
 WHIRLPOOL 
e9ebbbabac6ed53b4ec90537371a63e053bb9a2c0a0e920e43d3d2e475f87bdd0ac5a4604045498e88aaf06b11eb054d50dea7881c87dbd45a36c08309e1b880
+DIST mythtv-0.27.6_p20160318.tar.gz 85676387 SHA256 
d0b8c03d95e082e87e0fab8656358e9f3991cd08b2ec5edcbb10a9a91b1e4162 SHA512 
7e94d07b4f99a15b978b42d8be11f329a938842b02ad99c9628ab6dda2fa802ca7148c5db9e6f7fae40f44027f55e69f1cdb6879ee83400934025f18ac68468f
 WHIRLPOOL 
d0f040c1ecb35e5c526477134d756a67d978aeefbf478b624eaa16e4ca1639e3b8f038507052b7d05e3a18fb85fd4e1eaeeb1a185ccfdf0fb2255fdc657be6c1
 DIST mythtv-0.27.tar.gz 85904162 SHA256 
494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0 SHA512 
2ea070497a7610b8e1548112d9925a28aeedba819c2d063e88cc63daf69947379ce7213e357c26bf2221f8a8e865c937dee3b9bf2695644f2f1adeadf6d6
 WHIRLPOOL 
74c4fade0d0f93a64e5f1da3120358f15f6f8891f53b7c74b41a286369e192790cae87829b79a3a90ce3ca23ede63b3dfa809b514b68cee220432794414b8a47

diff --git a/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild 
b/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild
new file mode 100644
index 000..fc34d65
--- /dev/null
+++ b/media-plugins/mythplugins/mythplugins-0.27.6_p20160318.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+BACKPORTS="b6ae90c071a9a8eac9873fae988d5eb2434f3160"
+MY_P=${P%_p*}
+
+inherit eutils python-single-r1 vcs-snapshot
+
+DESCRIPTION="Official MythTV plugins"
+HOMEPAGE="http://www.mythtv.org";
+SRC_URI="https://github.com/MythTV/mythtv/archive/${BACKPORTS}.tar.gz -> 
mythtv-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+MYTHPLUGINS="+mytharchive +mythbrowser +mythgallery +mythgame \
++mythmusic +mythnetvision +mythnews +mythweather +mythzoneminder"
+
+IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass raw +theora 
+vorbis +xml xvid"
+
+DEPEND="!media-plugins/mytharchive
+   !media-plugins/mythbrowser
+   !media-plugins/mythgallery
+   !media-plugins/mythgame
+   !media-plugins/mythmovies
+   !media-plugins/mythmusic
+   !media-plugins/mythnetvision
+   !media-plugins/mythnews
+   !media-plugins/mythweather
+   
~media-tv/mythtv-${PV}:=[alsa=,hls=,ieee1394=,libass=,python,theora=,vorbis=,xml=,xvid=]
+   dev-libs/glib:=
+   xml? ( >=dev-libs/libxml2-2.6.0:= )
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   dev-qt/qtsql:4
+   dev-libs/openssl:=
+   alsa? ( >=media-libs/alsa-lib-1.0.24:= )
+   hls? (
+   media-libs/faac:=
+   media-libs/libvpx:=
+   >=media-libs/x264-0.0.20111220:=
+   >=media-sound/lame-3.93.1
+   )
+   media-libs/freetype:=
+   libass? ( >=media-libs/libass-0.9.11:= )
+   media-libs/libpng:=
+   theora? (
+   media-libs/libtheora:=

[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/

2016-03-19 Thread Doug Goldstein
commit: a7b339fc90f0e3047d7e541a787331fe2249891c
Author: Doug Goldstein  gentoo  org>
AuthorDate: Tue Feb 23 17:21:59 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Mar 20 00:58:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b339fc

media-tv/mythtv: version bump

Bump to a 0.27.6 based version

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein  gentoo.org>

 media-tv/mythtv/Manifest   |   1 +
 media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild | 359 +
 2 files changed, 360 insertions(+)

diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest
index 2af75cc..fd8453c 100644
--- a/media-tv/mythtv/Manifest
+++ b/media-tv/mythtv/Manifest
@@ -1,4 +1,5 @@
 DIST mythtv-0.27-583395f5a376637efcd408a102fa64d0f188c12f.tar.xz 298048 SHA256 
2b18428980fe8951694eb9c8594aa2559df491b029987e1a4b983128fdea4f51 SHA512 
1d8c2a61bd91d7116ba3b43251d517bda3c8db3c235e73dde66116dc02d14806db9c80bacf6e19eaf816c4765d8e51fe9b53900efa3112134c564c08cc0ca012
 WHIRLPOOL 
3d50908d085f844cd210c568b50c55c47e4fe8dd8423ffe18303a7c799a45e24dfceaa5221e6f59596394484162d9992f46d5f66b0ad3c57fbb5a240def68dec
 DIST mythtv-0.27.5-68e51d6fd4fa25e985b21cb3a5b5ca6fce9aca9d.tar.xz 28096 
SHA256 f51bd541cccb0f5b5f20441774d9ee5e10c7a44abba5e6b9795d3c5ce21d0bf0 SHA512 
585bcfa6c3fc4ecc384665b40e50362ecd083f2fa22ce9adea8167d4e38a7cbfc7519eee3813f76d7327d093c29d5ca97d9026eb5d180ff4cb7d9af91d7bc428
 WHIRLPOOL 
d2ca6b3c7a6ecc94c4a21dee6a7ad38bdd72b880c00df1e8ac529382cd0aa7618ddfa2b5ba9721a2b99f828c9eaa6ca8ce1b1ac5e23bfff85c28327dfb862884
 DIST mythtv-0.27.5.tar.gz 85652939 SHA256 
7e625f94332effeadfba8e7ae7c98d44a83bfc25b7c59e39adce67dc2f4e1e1b SHA512 
b912e010e54271f9321ac1b11d4a31e4093f86c0f2ae3139d4b55085bab142ca3fc6d847d163f6b75aa31320404914c71c094528dc8ee7d70086e56a828b9169
 WHIRLPOOL 
e9ebbbabac6ed53b4ec90537371a63e053bb9a2c0a0e920e43d3d2e475f87bdd0ac5a4604045498e88aaf06b11eb054d50dea7881c87dbd45a36c08309e1b880
+DIST mythtv-0.27.6_p20160318.tar.gz 85676387 SHA256 
d0b8c03d95e082e87e0fab8656358e9f3991cd08b2ec5edcbb10a9a91b1e4162 SHA512 
7e94d07b4f99a15b978b42d8be11f329a938842b02ad99c9628ab6dda2fa802ca7148c5db9e6f7fae40f44027f55e69f1cdb6879ee83400934025f18ac68468f
 WHIRLPOOL 
d0f040c1ecb35e5c526477134d756a67d978aeefbf478b624eaa16e4ca1639e3b8f038507052b7d05e3a18fb85fd4e1eaeeb1a185ccfdf0fb2255fdc657be6c1
 DIST mythtv-0.27.tar.gz 85904162 SHA256 
494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0 SHA512 
2ea070497a7610b8e1548112d9925a28aeedba819c2d063e88cc63daf69947379ce7213e357c26bf2221f8a8e865c937dee3b9bf2695644f2f1adeadf6d6
 WHIRLPOOL 
74c4fade0d0f93a64e5f1da3120358f15f6f8891f53b7c74b41a286369e192790cae87829b79a3a90ce3ca23ede63b3dfa809b514b68cee220432794414b8a47

diff --git a/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild 
b/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
new file mode 100644
index 000..75d4418
--- /dev/null
+++ b/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
@@ -0,0 +1,359 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+# git diff --relative=mythtv v0.27.6.. > ~/mythtv-0.27.6/patches/mythtv.patch
+BACKPORTS="b6ae90c071a9a8eac9873fae988d5eb2434f3160"
+MY_P=${P%_p*}
+MY_PV=${PV%_p*}
+
+inherit flag-o-matic multilib eutils python-single-r1 user systemd vcs-snapshot
+
+MYTHTV_BRANCH="fixes/0.27"
+
+DESCRIPTION="Homebrew PVR project"
+HOMEPAGE="http://www.mythtv.org";
+SRC_URI="https://github.com/MythTV/mythtv/archive/${BACKPORTS}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+IUSE_INPUT_DEVICES="input_devices_joystick"
+IUSE="alsa altivec avahi libass autostart bluray cec crystalhd debug dvb dvd \
+egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python +theora \
+vaapi vdpau +vorbis +wrapper +xml xmltv +xvid ${IUSE_INPUT_DEVICES}"
+
+REQUIRED_USE="
+   bluray? ( xml )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   theora? ( vorbis )"
+
+COMMON="
+   >=media-libs/freetype-2.0:=
+   >=media-sound/lame-3.93.1
+   sys-libs/zlib:=
+   x11-libs/libX11:=
+   x11-libs/libXext:=
+   x11-libs/libXinerama:=
+   x11-libs/libXv:=
+   x11-libs/libXrandr:=
+   x11-libs/libXxf86vm:=
+   >=dev-qt/qtcore-4.7.2:4=
+   >=dev-qt/qtdbus-4.7.2:4=
+   >=dev-qt/qtgui-4.7.2:4=
+   >=dev-qt/qtscript-4.7.2:4=
+   >=dev-qt/qtsql-4.7.2:4=[mysql]
+   >=dev-qt/qtopengl-4.7.2:4=[egl?]
+   >=dev-qt/qtwebkit-4.7.2:4=
+   x11-misc/wmctrl:=
+   virtual/mysql
+   virtual/opengl:=
+   alsa? ( >=media-libs/alsa-lib-1.0.24:= )
+   avahi? (
+   dev-libs/openssl:0=
+   net-dns/avahi[mdnsresponder-compat]
+   )
+   bluray? (
+   dev-libs/libcdio:=
+   media-libs/libbluray:=
+   sys-fs/udisks:0
+   )
+   cec? ( dev-libs/libc

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

2016-03-19 Thread Lars Wendler
commit: 6e23ff960db1641bc09bf61e88b691bcf07ae905
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 18 13:30:51 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 18 13:34:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e23ff96

sys-libs/uid_wrapper: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/uid_wrapper/Manifest |  1 -
 sys-libs/uid_wrapper/uid_wrapper-1.1.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/sys-libs/uid_wrapper/Manifest b/sys-libs/uid_wrapper/Manifest
index 438b8e0..05d1822 100644
--- a/sys-libs/uid_wrapper/Manifest
+++ b/sys-libs/uid_wrapper/Manifest
@@ -1,4 +1,3 @@
-DIST uid_wrapper-1.1.0.tar.gz 34979 SHA256 
d6038b7f9eb04714798ad37b4d0ca677014c5ad7c02b42a4791fd89d8ff7ada3 SHA512 
21443e4945e932db6043990693a44c45df04d0a1235b499c1d01bebfbf0feac9bc231f4c9fc14334e8d0e45967344627c7de48e16c5ccb493ab8c2de696ee9f9
 WHIRLPOOL 
33fe78236b20793f3e490c12fd4c55d1fbf42d115d86ab9b951562e9dd474d26fbec2c676bc6f913a945f95caf02bacf6a49bc4c912959fcae4c3599db987e49
 DIST uid_wrapper-1.1.1.tar.gz 35873 SHA256 
6995bebda7a729502012fac7f897e139cd9dd0819cb00e4ebf954fa0251b0378 SHA512 
eedea3fe9f262c341521fc1d52e8f90cf77571c5a589973783c13e153eca23765d84456182e47bbad89f83b8421a61333241789068bcf243318f8b236c5e3c0c
 WHIRLPOOL 
0e63e2c36ebab932dfc4458084eb4f88a5e0af5b91c0e6ef8f57fa7c6015174c1d7c25749d91c58cdd98afb562f8abfa5b1ba17433c5c25ade4519bac311f508
 DIST uid_wrapper-1.2.0.tar.gz 308300 SHA256 
80910aaa975dc90247b1c49f90f21c7c118d39bf642fdef3a8e9d739cab4df69 SHA512 
2d893b5b7e986b82f22a361a95d8fd3c236463400bd00616c4fa184c57d9d884d0ac2a8a443536d1d5a921912fca302c2ec88db1021f4f2c18b6f7ef9d67cd07
 WHIRLPOOL 
a7f79ea7ae756ad62c19aca23a3394f1b2473c2f61b95ea0f9ca7093dc2f2a9bc49f61b8b667062a503800115cc6efc5a4dc170c59fc2074a74f242a3655dbb8
 DIST uid_wrapper-1.2.1.tar.gz 311002 SHA256 
827c8290d9982385f18d5e0e5908a790ce1cb45d93e49727651abe9928c2df7a SHA512 
563577bf3f4ca2989040635301faccc198da34a30b6998370d376f8df8c689953d2f10474efc926cb06d23e565cee32b4f59fce87546c3620d55cd9f7e0cf543
 WHIRLPOOL 
ad3135c8a927fcad0916f50a24bad22c45e973650c367b91b5893c5ab04796c43c5d542bf89aba1800b4c79c84ea19457ced9ef62ba49f0ea2916751758c9556

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.1.0.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.1.0.ebuild
deleted file mode 100644
index 5957140..000
--- a/sys-libs/uid_wrapper/uid_wrapper-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-multilib
-
-DESCRIPTION="A wrapper to fake privilege separation"
-HOMEPAGE="https://cwrap.org/uid_wrapper.html";
-SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz";
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340)
-# Because of this we cannot use cmake-multilib_src_configure() here.
-multilib_src_configure() {
-   local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) )
-   cmake-utils_src_configure
-}



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

2016-03-19 Thread Patrick Lauer
commit: f504afcac89ef394347d06ebfc72cc39dd4551e3
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Mar 17 03:33:48 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Mar 17 03:33:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f504afca

dev-lang/lfe: Bump

Package-Manager: portage-2.2.28

 dev-lang/lfe/Manifest   |  1 +
 dev-lang/lfe/lfe-1.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-lang/lfe/Manifest b/dev-lang/lfe/Manifest
index d88808a..08ebb28 100644
--- a/dev-lang/lfe/Manifest
+++ b/dev-lang/lfe/Manifest
@@ -1,2 +1,3 @@
 DIST v0.10.1.zip 296228 SHA256 
05de4cd5a15ea37e505049c5d7e9c75fbb61ce1bcabec39d762df3dbeda7d814 SHA512 
94719b42ecf6dc5505ea649df00b255b1e901d6104426192f34692e2f7bc85940b96b39fd1bfa00577b63c17e10d8fd51d3de743c02d8ac2263abe2fb47d4498
 WHIRLPOOL 
a3c4420421afd45bf6a0908a3a0f42319a094d4d186636eebe5f58b4f2d11192c0a7cbc6eee7dbc1aa48f326fed8c1869932e4d277c41387f790006675f4985d
 DIST v0.7a.zip 216133 SHA256 
c494135bf50a8dd62723e026a6b4cf4c5c4d6b8a01e59b6e41bbb6daf5c25dd3 SHA512 
93f1b0e81275af21d3dbee73f364f4b67d4ce2d6beb7fe2c17e17d5f5330ec8762d63978ae291267ddd92d311b2ad7d2572854b5e3da9c884f4c706e23551aaa
 WHIRLPOOL 
44067ac8e529d54e66cb18d0ae11c3f7d3a489b530f995e90eb000aae9e212ce79abc57388c515a681265a0242f568ae7efb3e1307e937c3aad55438b6d7b0da
+DIST v1.0.zip 303894 SHA256 
1f3d9fe22bbaa1c5df50ba03595a0aa764e708f6eb52bcb5557a69426ca60114 SHA512 
752ac6b142db95f63ba88ee92de28f846f3a7ccd605eea0da73da24ed0b7b4f0a06fb48697ea6064ccc28dda225ecd01843386085629b6b5465b09df66722bce
 WHIRLPOOL 
f4ca4ae467a2e534597e5f211c5f0758de27dc9a5613976ac3c86a22071ea8305c03f0dda17f9d2c61af3e45ca57152bd6b566289b8d25c3dcbe4a8e3bf25f08

diff --git a/dev-lang/lfe/lfe-1.0.ebuild b/dev-lang/lfe/lfe-1.0.ebuild
new file mode 100644
index 000..623bb9c
--- /dev/null
+++ b/dev-lang/lfe/lfe-1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="Lisp-flavoured Erlang"
+HOMEPAGE="http://lfe.github.io/";
+SRC_URI="https://github.com/rvirding/lfe/archive/v${PV}.zip";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/erlang"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   export PATH="${S}/bin:$PATH"
+}
+
+src_compile() {
+   emake compile -j1
+}
+
+src_install() {
+   dobin bin/lfe
+   dobin bin/lfec
+   dobin bin/lfescript
+   dodir /usr/$(get_libdir)/erlang/lib/lfe/ebin/
+   dodir /usr/$(get_libdir)/erlang/lib/lfe/emacs/
+   cp -R "${S}/ebin" "${D}/usr/$(get_libdir)/erlang/lib/lfe/"
+   cp -R "${S}/emacs" "${D}/usr/$(get_libdir)/erlang/lib/lfe/"
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2016-03-19 Thread Ian Delaney
commit: 231078371b6decc8b53ad1ac656b266be9f9d49e
Author: Elizabeth Myers  interlinked  me>
AuthorDate: Thu Mar 17 12:14:03 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Mar 17 12:28:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23107837

app-dicts/myspell-en: fix versioning

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

 app-dicts/myspell-en/Manifest | 2 +-
 .../{myspell-en-2016.02.01.ebuild => myspell-en-20160201.ebuild}  | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 731938e..83041ad 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,4 +1,4 @@
-DIST dict-en-2016.02.01.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
+DIST dict-en-20160201.oxt 6096917 SHA256 
71e99d586210cb7bae2db8fdd3da82adcf95e58781b4f8b70d087335d4864d07 SHA512 
f9c3556debf554b1221ef2e2e580d54e70f019099a3f5790e3c2afbc28f47a582b68b2c8b921f2a7d5aea601e1e93189f4c89a4f3cb100178a3770511ca30d41
 WHIRLPOOL 
416f51c263347241f8a0d0e7f459a1caa5cc92c4b4d2038e70e995d2bf19dd400c769614d99ede77c8e662a3031dacea670e667cdb8b5b261e2b1b9a8fdda522
 DIST dict-en.oxt 6077272 SHA256 
7c1a0f0a732f51dd1d1e3e3ddb5a2a818741cec230250cf2a7161c67937e SHA512 
db0f11ceb3e499e31f6c9f1330cc8d6587c3aae374057201cf4919abebb7ff3d972d4b6c34562b3c0c95527245c864d3b61f24d12deb95335eec66310fa14c1f
 WHIRLPOOL 
d0bc8a47189ec609b566977682b3743c2a0996dcfab696a433f4bbe6887bfe74595d605e9ca0c376c6949b11c07f95ed4b3a370c1a08e721f671a0612f0dafb0
 DIST myspell-en_AU-20081002.zip 262032 SHA256 
717820ffb86b593e3d12e1dc2da8032019e56038fe7aac0dec4ac01b002ead05 SHA512 
958c42cf516387e6d54392cee5407c2643fe6b40eebb2492e78248c4d4068dd85c6de947e53d3184b9a95beb42a23472d43c0df77644ce530ac38971121a6755
 WHIRLPOOL 
9932e49ec20677b0a73ff0a1220bc3785ddcc9332273a8603f3a158a344270f102b5abadd87cc2727060a6cf99dc38c7412561acc4e27ca068423899a09f
 DIST myspell-en_CA-20081002.zip 332927 SHA256 
31fac12a1b520cde686f328d3fa7560f6eba772cddc872197ff842c57a0dc1ea SHA512 
6dccf32a39685c353b6916c05db429a8706a57fde4fd56bd9d279bf4edbe8d55678ccd5a28b2305f0212030e2daf1201cccf61cef807e7f7666aba566936380c
 WHIRLPOOL 
982598a0c418e45e68737f62d5bac340b68d2db2c2b72ef4190c5db808e97028901ca06d352f87908255bde4b635cedf674ab62f5ad1060bc3de463a5d15d7fb

diff --git a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild 
b/app-dicts/myspell-en/myspell-en-20160201.ebuild
similarity index 88%
rename from app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
rename to app-dicts/myspell-en/myspell-en-20160201.ebuild
index 4e087d2..5b43cb6 100644
--- a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
+++ b/app-dicts/myspell-en/myspell-en-20160201.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=6
 
+MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
+
 MYSPELL_DICT=(
"en_AU.aff"
"en_AU.dic"
@@ -30,7 +32,7 @@ inherit myspell-r2
 
 DESCRIPTION="English dictionaries for myspell/hunspell"
 
HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries";
-SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
+SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${MY_PV}/dict-en.oxt
 -> dict-en-${PV}.oxt"
 
 LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
 SLOT="0"



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

2016-03-19 Thread Ian Delaney
commit: e86db144dad66d5eab9d6400244359df84501425
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Mar 16 12:25:10 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Mar 16 13:24:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86db144

sys-kernel/tuxonice-sources: Version bumps.

 sys-kernel/tuxonice-sources/Manifest   | 18 +++
 .../tuxonice-sources-3.10.100.ebuild   | 35 ++
 .../tuxonice-sources-3.12.56.ebuild| 35 ++
 .../tuxonice-sources-3.14.64.ebuild| 35 ++
 .../tuxonice-sources-3.18.28.ebuild| 35 ++
 .../tuxonice-sources-4.1.19.ebuild | 35 ++
 .../tuxonice-sources/tuxonice-sources-4.4.5.ebuild | 35 ++
 7 files changed, 228 insertions(+)

diff --git a/sys-kernel/tuxonice-sources/Manifest 
b/sys-kernel/tuxonice-sources/Manifest
index d51b690..74a499b 100644
--- a/sys-kernel/tuxonice-sources/Manifest
+++ b/sys-kernel/tuxonice-sources/Manifest
@@ -1,20 +1,35 @@
 DIST genpatches-3.10-103.base.tar.xz 1351328 SHA256 
4007762e19d58df9babc74e7bec5ad55dc67e09ab7a8891f0d5c660ba6ad7d7d SHA512 
f7e2a7c83e08ea79d9a3d12d3198aea289c714bceae20467cc69d138d326d9016fc3f2b85fc868e6aae7f36ea37239bd5616a6315909d56bfbbd5c8939ba9210
 WHIRLPOOL 
6d09a546dc4721681a253534995a74b30febb8f94c66c60f546e0c1da0bae60d4c68bcce27cb6212103adbe3439f948a28850b5a8b54219487fc81c710bd2f67
 DIST genpatches-3.10-103.experimental.tar.xz 60172 SHA256 
a95384e826182e9be3a70e0d7884e24abb34d3112b9c607ee35de94047d99332 SHA512 
0cfaac8739e3192089d54ac795be0e78f882e74187e60170eaf7b95b60f4e218b1dabb5abe4965db8b3d2e9bc6a164fc36d8b351204ce87b190d95a394be1cd3
 WHIRLPOOL 
c3fa228389169e256b5b253489ac8c080d236c8ea10b8b48519057ffa5ca4952ed26facfd3a936d1ed872b76d1e7769b94af072f129d07a18e90763656554ce3
 DIST genpatches-3.10-103.extras.tar.xz 17828 SHA256 
e174353e2bf0ded175f756e49e86042bd6028caf7a2ecb295f7721edd051cd6b SHA512 
0716e1c32548dfd764629074df0bd9f008685aff85d4bdb5b18f0cffccaad9ed331ac906206e3089a467d95d8f0fbcd87e36f441ef31585eba518852a541230f
 WHIRLPOOL 
1bef33927aa4275f77d3ba0c5f8d5b69aa0f02a45abc28cb16b25994ffbee230505932199247d99d0bc6295e199871629d367250bd0c71bb6cdca856566be832
+DIST genpatches-3.10-105.base.tar.xz 1375752 SHA256 
c437175adcb0135ca69ef08e6439f9d5996a792e709b84d425f489e41ab5a711 SHA512 
3b32142e08bb4e3f8dca2764283326ce659eecb28c43a669e276eec65400aa4194fdab434b29352e8b70dc01e443fea35534171bf99a270fa3b757068e2b0c90
 WHIRLPOOL 
d114c64ec2ceac597494774b18b6e6e73c7fddbb3cbba4c34f19f40cdc6dceef00a231e8d0a242cca320bb2f3be32556e0b188160d16177b09edf940c537a67c
+DIST genpatches-3.10-105.experimental.tar.xz 60156 SHA256 
855c1e33dc01d02b83360882e73fc8b074fe08812c2d937b0a44296d558d48f3 SHA512 
0f7e22170170c18c4037400ce9de6298aec39bd20a37f05bd2cc25d638ac9f35a6d29fdcf6fddaae5ffbc05c3d591be9815e7bfa6f003a7bd4d134412e3f4868
 WHIRLPOOL 
a090f08a555aac35ff98f0c132ba82f39ff2d670eafaaf3308bed3294cd6366deb44c3e0f4bcffcfbf1e21c3a7cf69e32db9b26508c06d09ba94f2c7e0f79833
+DIST genpatches-3.10-105.extras.tar.xz 17832 SHA256 
8c1be1873d2f220c9186fa5a1c65549220e5831ab3e27b044590186ba315e1bd SHA512 
3659c3c5f00602cc902aeef2f4d1ca46ea4b4ae1ad947fc0fb2774d0299a5475caf56815026e40867eb1b12f4ebb3fef85fc4cc682a08fd6743fa0125f53bdf9
 WHIRLPOOL 
15a97ff6f24d9a14480a11d6ff0be90b7ed63c1165864812837750b466ed7b53a9eae3a1f8ba513c63fc895983f6b65e67b04dd7cdd48e0ca26b1be7be62a1cd
 DIST genpatches-3.12-52.base.tar.xz 1596124 SHA256 
72d74ba469ae1a7c73831728989f3f9a6b54ac089771bfb0f8305d553513a523 SHA512 
e964a28e291dc13f3eb9a273d7634e791d2ef61279638f4e2e920701afb8904aea2a7ebdf555d045853f06a2f1d933f74ff5e9f07d9a9d324ca266e0a9af637c
 WHIRLPOOL 
f5a20f880e84306715e0be90dd0e94dd273d6e8ecf9d5c2c4c404e2ee327a8138a0b953b260c9d80380251f4bf1573755bbe22508b40a7e39d58098d0d681d1c
 DIST genpatches-3.12-52.experimental.tar.xz 46536 SHA256 
bee56c9470d6753eec6eb3e6c22394152c076dc3d6e6c70f09c419dbbb55d2a5 SHA512 
e45d24f7058aa0a8a8b794d971ac7601cb280c2e9d4de83aa3de990d02c5349fd1692a55cb2d95415f14d60c203edf0e34887a88909ddef1e308fa8453a975cb
 WHIRLPOOL 
02377e8beb3f63fd79aa14550e142073e2eb81a29bedf4b79f5192c506137e7ffaea7568ac7bb7f8130c45d23cfa319c0ea22fe5d8a648a721da95bce82bbd97
 DIST genpatches-3.12-52.extras.tar.xz 18240 SHA256 
544b4ef8be29db0f6877adde03444a4b007c24dd48b0cec05b08632705530c17 SHA512 
49f208756bfef5f717ed5a82c4a8f4e5e0274885dbe0864ceca72b7e7012a7df277a2d5f0f2e978e3deb16e7b590e9fbaddcdca388e8a248ee3a42ad7301409f
 WHIRLPOOL 
0e7495dc5bf16a2b36558625bea4b3840c3dded0537ea6f105f652e12a4fa0c60d11ccd9b88953b8321cf923d2f27085241edfecc2ff512f52bd97c20954d366
+DIST genpatches-3.12-53.base.tar.xz 1623416 SHA256 
e7b342187a55e740d117762763c25294a6c891258c2433ce979b46eab1c4726d SHA512 
823445cd4d2738013b4d10272df3fe3256015e5cce7ab9ae54aff44932253b3ff3d64fc12ee84e602d431ab9554e2be0ff0b5de2869b555ef718

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

2016-03-19 Thread Andrey Grozin
commit: 4028a024b1f66aac9599a393bf434fbbce1451d1
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Mar 18 20:37:59 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Mar 18 20:38:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4028a024

dev-python/mpmath: added python3_5

Package-Manager: portage-2.2.28

 dev-python/mpmath/mpmath-0.19-r1.ebuild | 63 +
 1 file changed, 63 insertions(+)

diff --git a/dev-python/mpmath/mpmath-0.19-r1.ebuild 
b/dev-python/mpmath/mpmath-0.19-r1.ebuild
new file mode 100644
index 000..0824c0a
--- /dev/null
+++ b/dev-python/mpmath/mpmath-0.19-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1 eutils
+
+MY_PN=${PN}-all
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic"
+HOMEPAGE="http://mpmath.org/";
+SRC_URI="http://mpmath.org/files/${MY_P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-linux ~x86-macos"
+
+IUSE="doc examples gmp matplotlib test"
+
+RDEPEND="
+   gmp? ( dev-python/gmpy )
+   matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   local PATCHES=(
+   "${FILESDIR}/${PN}.patch"
+   )
+
+   # this fails with the current version of dev-python/py
+   rm ${PN}/conftest.py || die
+
+   # this test requires X
+   rm ${PN}/tests/test_visualization.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   einfo "Generation of documentation"
+   cd doc || die
+   "${PYTHON}" build.py || die "Generation of documentation failed"
+   fi
+}
+
+python_test() {
+   py.test -v || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/. )
+   use examples && local EXAMPLES=( demo/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/, ...

2016-03-19 Thread Mart Raudsepp
commit: 512986460d6439c7a5e93a0de51aad6ea084d8bb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 17 21:19:59 2016 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 17 21:19:59 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=51298646

gnome-extra: GLEP 67ify metadata.xml

 gnome-extra/evolution-exchange/metadata.xml| 5 -
 gnome-extra/evolution-groupwise/metadata.xml   | 5 -
 gnome-extra/evolution-kolab/metadata.xml   | 5 -
 gnome-extra/evolution-mapi/metadata.xml| 5 -
 gnome-extra/gnome-boxes-nonfree/metadata.xml   | 5 -
 gnome-extra/gnome-shell-extensions-system-monitor/metadata.xml | 5 -
 gnome-extra/gnome-todo/metadata.xml| 5 -
 7 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/gnome-extra/evolution-exchange/metadata.xml 
b/gnome-extra/evolution-exchange/metadata.xml
index da6fd63..3998080 100644
--- a/gnome-extra/evolution-exchange/metadata.xml
+++ b/gnome-extra/evolution-exchange/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 

diff --git a/gnome-extra/evolution-groupwise/metadata.xml 
b/gnome-extra/evolution-groupwise/metadata.xml
index 6e0e2ec..3998080 100644
--- a/gnome-extra/evolution-groupwise/metadata.xml
+++ b/gnome-extra/evolution-groupwise/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 

diff --git a/gnome-extra/evolution-kolab/metadata.xml 
b/gnome-extra/evolution-kolab/metadata.xml
index 6e0e2ec..3998080 100644
--- a/gnome-extra/evolution-kolab/metadata.xml
+++ b/gnome-extra/evolution-kolab/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 

diff --git a/gnome-extra/evolution-mapi/metadata.xml 
b/gnome-extra/evolution-mapi/metadata.xml
index 6e0e2ec..3998080 100644
--- a/gnome-extra/evolution-mapi/metadata.xml
+++ b/gnome-extra/evolution-mapi/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 

diff --git a/gnome-extra/gnome-boxes-nonfree/metadata.xml 
b/gnome-extra/gnome-boxes-nonfree/metadata.xml
index 6e0e2ec..3998080 100644
--- a/gnome-extra/gnome-boxes-nonfree/metadata.xml
+++ b/gnome-extra/gnome-boxes-nonfree/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 

diff --git a/gnome-extra/gnome-shell-extensions-system-monitor/metadata.xml 
b/gnome-extra/gnome-shell-extensions-system-monitor/metadata.xml
index 6e0e2ec..3998080 100644
--- a/gnome-extra/gnome-shell-extensions-system-monitor/metadata.xml
+++ b/gnome-extra/gnome-shell-extensions-system-monitor/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 

diff --git a/gnome-extra/gnome-todo/metadata.xml 
b/gnome-extra/gnome-todo/metadata.xml
index 6e0e2ec..3998080 100644
--- a/gnome-extra/gnome-todo/metadata.xml
+++ b/gnome-extra/gnome-todo/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  gnome
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
 



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

2016-03-19 Thread Zac Medico
commit: 3f171e23da269c77dfa9cb3097737e33db853c8d
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 20 00:15:18 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 20 00:16:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f171e23

toolchain.eclass: install gcc-5 go binary as go-5 #567806

 eclass/toolchain.eclass | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 7dade5c..03e550d 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1684,10 +1684,12 @@ toolchain_src_install() {
ln -sf ${CTARGET}-${x} ${CTARGET}-${x}-${GCC_CONFIG_VER}
fi
done
-   # Clear out the main go binaries as we don't want to clobber dev-lang/go
+   # Rename the main go binaries as we don't want to clobber dev-lang/go
# when gcc-config runs. #567806
if tc_version_is_at_least 5 && is_go ; then
-   rm -f go gofmt
+   for x in go gofmt; do
+   mv ${x} ${x}-${GCCMAJOR} || die
+   done
fi
 
# Now do the fun stripping stuff



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

2016-03-19 Thread Matt Thode
commit: ad44d26ed6b2e3dae7e27bf4f4c419a9cad03784
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 17 19:43:32 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Mar 17 19:43:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad44d26e

dev-python/keystonemiddleware: remove unneeded patch

Package-Manager: portage-2.2.26

 dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild
index f390759..bc66d26 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild
@@ -69,7 +69,6 @@ RDEPEND="
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]"
 
 PATCHES=(
-   "${FILESDIR}/CVE-2015-7546_2.3.2.patch"
 )
 
 python_prepare_all() {



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

2016-03-19 Thread Michael Palimaka
commit: f6ff58add069083cf3ef3039d97e5a3fdf142694
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Mar 17 10:58:39 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Mar 17 10:58:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ff58ad

app-text/stardict: remove old

Package-Manager: portage-2.2.28

 app-text/stardict/metadata.xml  |   1 -
 app-text/stardict/stardict-3.0.6.ebuild | 121 
 2 files changed, 122 deletions(-)

diff --git a/app-text/stardict/metadata.xml b/app-text/stardict/metadata.xml
index 65c92c8..ae51a80 100644
--- a/app-text/stardict/metadata.xml
+++ b/app-text/stardict/metadata.xml
@@ -11,7 +11,6 @@

Enable text to speech synthesizer using 
espeak
 engine
-   Enable gucharmap dictionary plugin
Install WyabdcRealPeopleTTS package (it 
is just
 many .wav files) to make StarDict pronounce English 
words
Enable QQWry plugin, which provides 
information (in

diff --git a/app-text/stardict/stardict-3.0.6.ebuild 
b/app-text/stardict/stardict-3.0.6.ebuild
deleted file mode 100644
index 84a1545..000
--- a/app-text/stardict/stardict-3.0.6.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# NOTE: Even though the *.dict.dz are the same as dictd/freedict's files,
-#   their indexes seem to be in a different format. So we'll keep them
-#   seperate for now.
-
-# NOTE: Festival plugin crashes, bug 188684. Disable for now.
-
-GNOME2_LA_PUNT=yes
-GCONF_DEBUG=no
-
-inherit eutils gnome2
-
-DESCRIPTION="A international dictionary supporting fuzzy and glob style 
matching"
-HOMEPAGE="http://stardict-4.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}-4/${P}.tar.bz2
-   pronounce? ( 
https://${PN}-3.googlecode.com/files/WyabdcRealPeopleTTS.tar.bz2 )
-   qqwry? ( mirror://gentoo/QQWry.Dat.bz2 )"
-
-LICENSE="CPL-1.0 GPL-3 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86"
-IUSE="espeak gucharmap qqwry pronounce spell tools"
-
-RESTRICT="test"
-
-COMMON_DEPEND=">=dev-libs/glib-2.16:2=
-   dev-libs/libsigc++:2=
-   sys-libs/zlib:=
-   >=x11-libs/gtk+-2.20:2=
-   gucharmap? ( >=gnome-extra/gucharmap-2.22.1:0 )
-   spell? ( >=app-text/enchant-1.2 )
-   tools? (
-   dev-libs/libpcre:=
-   dev-libs/libxml2:=
-   virtual/mysql
-   )"
-RDEPEND="${COMMON_DEPEND}
-   espeak? ( >=app-accessibility/espeak-1.29 )"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   app-text/gnome-doc-utils
-   dev-libs/libxslt
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   # Hint: EXTRA_ECONF="--enable-gnome-support" and manual install of
-   # libbonobo-2, libgnome-2, libgnomeui-2, gconf-2 and orbit-2 will
-   # give you GNOME 2.x support, that is otherwise considered deprecated
-   # because of the deep GNOME 2.x core library dependencies
-   gnome2_src_configure \
-   $(use_enable tools) \
-   --disable-scrollkeeper \
-   $(use_enable spell) \
-   $(use_enable gucharmap) \
-   --disable-festival \
-   $(use_enable espeak) \
-   $(use_enable qqwry) \
-   --disable-updateinfo \
-   --disable-gnome-support \
-   --disable-gpe-support \
-   --disable-schemas-install
-}
-
-src_install() {
-   gnome2_src_install
-
-   dodoc 
dict/doc/{Documentation,FAQ,HACKING,HowToCreateDictionary,Skins,StarDictFileFormat,Translation}
-
-   if use qqwry; then
-   insinto /usr/share/${PN}/data
-   doins ../QQWry.Dat
-   fi
-
-   if use pronounce; then
-   docinto WyabdcRealPeopleTTS
-   dodoc ../WyabdcRealPeopleTTS/{README,readme.txt}
-   rm -f ../WyabdcRealPeopleTTS/{README,readme.txt}
-   insinto /usr/share
-   doins -r ../WyabdcRealPeopleTTS
-   fi
-
-   # noinst_PROGRAMS with ${PN}_ prefix from tools/src/Makefile.am wrt 
#292773
-   if use tools; then
-   local app
-   local apps="${PN}-editor pydict2dic olddic2newdic oxford2dic 
directory2dic
-   dictd2dic wquick2dic ec50 directory2treedic 
treedict2dir jdictionary mova
-   xmlinout soothill kanjidic2 powerword kdic 21tech 
21shiji buddhist
-   tabfile cedict edict duden ${PN}-dict-update degb2utf 
frgb2utf
-   jpgb2utf gmx2utf rucn kingsoft wikipedia wikipediaImage 
babylon
-   ${PN}2txt ${PN}-verify fest2dict i2e2dict downloadwiki
-   ooo2dict myspell2dic exc2i2e dictbuild

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

2016-03-19 Thread Agostino Sarubbo
commit: 449fd871f9ae6f4a3253524d1b4237c3c0eed8bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 14:07:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 14:07:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449fd871

dev-libs/libsigc++: ppc stable wrt bug #573178

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libsigc++/libsigc++-2.6.2.ebuild 
b/dev-libs/libsigc++/libsigc++-2.6.2.ebuild
index 2844e36..3109ed8 100644
--- a/dev-libs/libsigc++/libsigc++-2.6.2.ebuild
+++ b/dev-libs/libsigc++/libsigc++-2.6.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://libsigc.sourceforge.net/";
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND=""



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

2016-03-19 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 16 23:39:27 2016 +

New tag: 4.4-8




[gentoo-commits] repo/gentoo:master commit in: dev-java/nachocalendar/

2016-03-19 Thread Patrice Clement
commit: c97e37f27cd9dd03fdfb5adfdf95626a67c7fd4a
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Mar 18 09:12:16 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 18 10:01:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97e37f2

dev-java/nachocalendar: EAPI 5 bump.

Package-Manager: portage-2.2.26

 dev-java/nachocalendar/Manifest|  1 +
 .../nachocalendar/nachocalendar-0.23-r1.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-java/nachocalendar/Manifest b/dev-java/nachocalendar/Manifest
index a050faa..ee0bdcd 100644
--- a/dev-java/nachocalendar/Manifest
+++ b/dev-java/nachocalendar/Manifest
@@ -1 +1,2 @@
+DIST nachocalendar-0.23.tar.bz2 412489 SHA256 
e276b0e7bd7abdeb37feebfc72343f48b617dde3644b20ca5f18ad72dac226c0 SHA512 
a7b34d1caab2fb26856bd668a80b7f5c57f192be0729f4f9063600866160c26a4163389bf0136c3f101911f4547c5f474800c8e3d96cc77de6febd589564e98b
 WHIRLPOOL 
1657f1c6c47ef7cd7476ce30b033311e2e56f041e2676ec256f81e9b5381716235a3cec45fd6aee98cef769d5ccc18e1fb356414d2bf901218673a17082cfabe
 DIST nachocalendar-src-0.23.tar.bz2 412489 SHA256 
e276b0e7bd7abdeb37feebfc72343f48b617dde3644b20ca5f18ad72dac226c0 SHA512 
a7b34d1caab2fb26856bd668a80b7f5c57f192be0729f4f9063600866160c26a4163389bf0136c3f101911f4547c5f474800c8e3d96cc77de6febd589564e98b
 WHIRLPOOL 
1657f1c6c47ef7cd7476ce30b033311e2e56f041e2676ec256f81e9b5381716235a3cec45fd6aee98cef769d5ccc18e1fb356414d2bf901218673a17082cfabe

diff --git a/dev-java/nachocalendar/nachocalendar-0.23-r1.ebuild 
b/dev-java/nachocalendar/nachocalendar-0.23-r1.ebuild
new file mode 100644
index 000..0e98741
--- /dev/null
+++ b/dev-java/nachocalendar/nachocalendar-0.23-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source test"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Flexible Calendar component to the Java Platform"
+HOMEPAGE="http://nachocalendar.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.bz2 -> ${P}.tar.bz2"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT="test"
+
+RDEPEND="
+   >=virtual/jre-1.6"
+
+DEPEND="
+   source? ( app-arch/zip )
+   >=virtual/jdk-1.6"
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="src"
+
+java_prepare() {
+   java-pkg_clean
+   rm -rf src/test || die
+}
+
+src_compile() {
+   java-pkg-simple_src_compile
+   java-pkg_addres "${PN}.jar" resources
+}



[gentoo-commits] dev/mrueg:master commit in: x11-plugins/purple-hangouts/

2016-03-19 Thread Manuel Rüger
commit: e6de26f0fd3577ab613691240cbfa0fd30ec9a15
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 02:32:57 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 02:32:57 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e6de26f0

x11-plugins/purple-hangouts: Add icons

Package-Manager: portage-2.2.28

 x11-plugins/purple-hangouts/purple-hangouts-.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-plugins/purple-hangouts/purple-hangouts-.ebuild 
b/x11-plugins/purple-hangouts/purple-hangouts-.ebuild
index 96db0cf..d8516cc 100644
--- a/x11-plugins/purple-hangouts/purple-hangouts-.ebuild
+++ b/x11-plugins/purple-hangouts/purple-hangouts-.ebuild
@@ -30,4 +30,8 @@ src_compile() {
 src_install() {
dodir /usr/$(get_libdir)/purple-2
default
+   for i in 16 22 24 48; do
+   insinto /usr/share/pixmaps/pidgin/protocols/${i}
+   newins hangouts${i}.png hangouts.png
+   done
 }



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/, www-servers/tomcat/files/

2016-03-19 Thread Miroslav Šulc
commit: e40f84e68f0a9344fe5820a06731c8fa42fdf371
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Mar 17 12:45:52 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar 17 12:45:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40f84e6

www-servers/tomcat: version bump

Package-Manager: portage-2.2.28

 www-servers/tomcat/Manifest | 2 +-
 ...9.0.0_alpha3-build.xml.patch => tomcat-9.0.0_alpha4-build.xml.patch} | 0
 .../{tomcat-9.0.0_alpha3-r1.ebuild => tomcat-9.0.0_alpha4.ebuild}   | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index d2754a6..5582656 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -5,4 +5,4 @@ DIST apache-tomcat-7.0.67-src.tar.gz 4624303 SHA256 
0464ebbeec17fb15103cad9f6639
 DIST apache-tomcat-7.0.68-src.tar.gz 4641238 SHA256 
abb5d2cc7e34a18f968ec2535bdeeae919c53fa7feffe4d617db95e12e94b210 SHA512 
dd97205044b03c6466c78bd165509ed9cd37c4d84de34c2170e67c475b28b72bfeda512f14f583c9983c045888d4704cdf7ba7c434f1d4bad9022428b0a0de1c
 WHIRLPOOL 
594cdf5584ea49faebfbea174e67bf85e761365717d56762138d07186c595195df2899a94d897578d1d20201ed4706b51a4d8870d9a6a4ca74c2436ba4283a05
 DIST apache-tomcat-8.0.30-src.tar.gz 4939771 SHA256 
0f79b74f303cce809ea63a85586efb5d4bb67ea53622f1b44ec0f1aa9cf6 SHA512 
cc1546292e6b674e251bf5c92b2f63f9fe96f979753a74991dd6e851f7da44743415c3bfc06525071b89faa35c90abb4129cb76dffdc75945a2ea94c3bb92110
 WHIRLPOOL 
a20d1f1e6a290d174e5f7181655d555a5b39296e4c059fcd4833709e0ee635d9c02cf319be29aef9b5442db0283c8590c6d062d5f6eae09136ccb77c4610a5fc
 DIST apache-tomcat-8.0.32-src.tar.gz 4957920 SHA256 
b8f7770ae947a0c0aed9b5a6f3e2ff18fd27a07f068cc6029f019b5d4c6de560 SHA512 
4c18b9ae77963d96ff59891564c4bc8f6aaba582776c319825e9b944dd8cf10747dfc5b3cbc9cfa2ff10f6d889b404902fecd6b49fdde7b3741f9ba90dc6221c
 WHIRLPOOL 
77be9ea10ffd2e606367d477ba13c717294fe49b65ecef6fdc910e53fa2d987f38a8b299c28a340ea7684a16feb6ca3bd0b5e662e3875af73f4735e1ff623a79
-DIST apache-tomcat-9.0.0.M3-src.tar.gz 4987071 SHA256 
b4d7ed751f556e77fd53fe9d02d69ceba9709e0a44c47f4f59a84e8b5059f5b7 SHA512 
3436e64f5c3c77d041091456bce29c1bb5259d25079ffc87560e5e0e90b422c7ff04b94561a1001ab483100074be8b2c2af5622f36823083423f5b44b0e30b81
 WHIRLPOOL 
79f89ca17fb71293d6e6db741586ac4a481449cac758099569396f6e22ac8255b5554196d9bef7a74c6d49a9f27d0a46012abe687cd04bf874eae397ce48d8a8
+DIST apache-tomcat-9.0.0.M4-src.tar.gz 5007858 SHA256 
bba5122cf7b6fc8d4446ba0784177bd3a6dd2806c0a7493c4cdb2be1ce4921a1 SHA512 
67225852c631095ea3ef633eabb1a21d30209248688231a9681358b46a7a3f4e8635b23035bb2681311986af73cae732fdd7c0a5446489a8360e572308461478
 WHIRLPOOL 
5e8c3099a9aeff370ca8526d7a0b25274241e56d7e250163fc8822c0ceacee7107b5e72ae2ba84e08dbd9bce96621507c60e8a5d1696664efce6e6bdfb5e

diff --git a/www-servers/tomcat/files/tomcat-9.0.0_alpha3-build.xml.patch 
b/www-servers/tomcat/files/tomcat-9.0.0_alpha4-build.xml.patch
similarity index 100%
rename from www-servers/tomcat/files/tomcat-9.0.0_alpha3-build.xml.patch
rename to www-servers/tomcat/files/tomcat-9.0.0_alpha4-build.xml.patch

diff --git a/www-servers/tomcat/tomcat-9.0.0_alpha3-r1.ebuild 
b/www-servers/tomcat/tomcat-9.0.0_alpha4.ebuild
similarity index 100%
rename from www-servers/tomcat/tomcat-9.0.0_alpha3-r1.ebuild
rename to www-servers/tomcat/tomcat-9.0.0_alpha4.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parallel-ForkManager/

2016-03-19 Thread Andreas Hüttel
commit: 3019f7575787af18d0e6ff35d4d777bc91278407
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Mar 15 18:16:23 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Mar 16 22:49:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3019f757

dev-perl/Parallel-ForkManager: Version bump

Package-Manager: portage-2.2.28

 dev-perl/Parallel-ForkManager/Manifest |  1 +
 .../Parallel-ForkManager-1.170.0.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/Parallel-ForkManager/Manifest 
b/dev-perl/Parallel-ForkManager/Manifest
index 3ef9991..fa7964d 100644
--- a/dev-perl/Parallel-ForkManager/Manifest
+++ b/dev-perl/Parallel-ForkManager/Manifest
@@ -1 +1,2 @@
 DIST Parallel-ForkManager-1.02.tar.gz 13270 SHA256 
fb005d9a25b9bab86244673deaeefc18e83c590dd2b9b74ef53d21134c981534 SHA512 
a5efaf348939019494dc5c7bb56c817ffab09782907de80f0258ef75a4639e56919bb35608321a17aa9322c838def4eb789f2e4dc56ad44825a4b2997b798ed7
 WHIRLPOOL 
800bb5bd36d078c30fe594405011bfe10fb528c3f87dd15a87b82df1f9b76c31f2f5d58ed6d934a6fe1fbaa90595c44756704ed1b655de622ecbe420fcf9ba23
+DIST Parallel-ForkManager-1.17.tar.gz 23121 SHA256 
a929002658b9b4944a4511e24ee6cda05d24c2a3ba54a5ce13e0b3fdf74bf0aa SHA512 
2897cc737bc35ab88bd60fea1cd371a499ea32fdcc33095601ecf8930725dd6350041172dd138e4ee4a529641aacb6fa51ae34f7ac9f1359f910713f3afa0f2c
 WHIRLPOOL 
1bdaabbf593fcccb86b89046f9b35fa5b11406fe7c0637fbf7329cf5cd9f89e9ad427a1d8cf44033c0345279c7f299828e7476f6b06fa92c5a640eacb6bb37a8

diff --git a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.170.0.ebuild 
b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.170.0.ebuild
new file mode 100644
index 000..81e95ca
--- /dev/null
+++ b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.170.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=YANICK
+DIST_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="A simple parallel processing fork manager"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="test minimal examples"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+   virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.940.0
+   dev-perl/Test-Warn
+   )
+"
+src_install() {
+   perl-module_src_install
+   if use examples; then
+   docompress -x /usr/share/doc/${PF}/examples
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/homebank/

2016-03-19 Thread Denis Dupeyron
commit: 54ce63681f84772878d8c6a2f369a1d14734ddb6
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Fri Mar 18 17:14:34 2016 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Fri Mar 18 17:15:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ce6368

app-office/homebank: remove 5.0.5

 app-office/homebank/Manifest  |  1 -
 app-office/homebank/homebank-5.0.5.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index a80d9f8..a88b87c 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1,3 +1,2 @@
 DIST homebank-4.6.3.tar.gz 1899045 SHA256 
f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948 SHA512 
aab7374d90ffc52a40188eb334fc9b3461c299014d6134f236488991400fffe9f6dcb69247501857fe4caafbb08f0c5d729211b13551203f1231d136e99e024d
 WHIRLPOOL 
e8f6a421c64eb1bf6f2d97910e4687b00cf794fd27c8aff83ce9d39e18393a1984e73a44110ff5e87427fd0ed74963dcb997490d97614116800100daca5b
-DIST homebank-5.0.5.tar.gz 2554967 SHA256 
67c47709517d325fc8d601bb8552e3c8a1ad3b820a2c0a403ed20f00c795903c SHA512 
9e23565041de9a4b4f7cf6374618022d89b99119d54a6375a17880e4cb284f7af7e83bef7d58b943c107d28ac56751987960a17e2bf2cc0a3e0c10d6442a40ed
 WHIRLPOOL 
8423d22687bc7851c4d51ccc88a1a4ade53eb813875beae7bf2137a209c57b3d08c63eebceed963f91db78f07cbba9a46dcb3fce68999b62fbbd55c826ddc1b5
 DIST homebank-5.0.6.tar.gz 2578726 SHA256 
4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4 SHA512 
48cb3c4b306804a5cc6dea3083fc84d64a8936bb9c7dfb357838abb05d3f2ce1080eba73be1bb7c37ffeb3ed10d14f15d0f7121d7e4f34c543f8807f8747f289
 WHIRLPOOL 
7052e27f7d9d38eae13a5ed3af0d7f284bcbdfbff9cb9282bc773f26a7fb5a0af305b81ba82cc2f21339aa3589bb5a6a4b9323f48c637d8418e4767197b4b314

diff --git a/app-office/homebank/homebank-5.0.5.ebuild 
b/app-office/homebank/homebank-5.0.5.ebuild
deleted file mode 100644
index a63a800..000
--- a/app-office/homebank/homebank-5.0.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit fdo-mime eutils gnome2-utils
-
-DESCRIPTION="Free, easy, personal accounting for everyone"
-HOMEPAGE="http://homebank.free.fr/index.php";
-SRC_URI="http://homebank.free.fr/public/${P}.tar.gz";
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+ofx"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=dev-libs/glib-2.28
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   >=x11-libs/gtk+-3.6.4:3
-   x11-libs/pango
-   ofx? ( >=dev-libs/libofx-0.8.3 )"
-DEPEND="${RDEPEND}
-   >=dev-lang/perl-5.8.1
-   dev-perl/XML-Parser
-   >=dev-util/intltool-0.40.5
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   econf $(use_with ofx)
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parse-RecDescent/

2016-03-19 Thread Andreas Hüttel
commit: 0422850ff1d7ae595203534357f19b50465d34f0
Author: Kent Fredric  gmail  com>
AuthorDate: Wed Mar 16 01:49:08 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Mar 16 22:49:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0422850f

dev-perl/Parse-RecDescent: Bump to version 1.967.13

- EAPI6
- Fixup DESCRIPTION
- Fixup deps
- Fixup Tests
- add USE="examples"

Upstream:
- Avoid bug with "already defined" in precompiled parsers.
- Precompiled parser runtime sharing support.
- Global skip: now more like other skip: directives
- Sort hash key structures emitted for consistency
- Precompiled parsers track parent compiler.
- Localise Data::Dumper args to avoid certain bugs

Package-Manager: portage-2.2.28

 dev-perl/Parse-RecDescent/Manifest |  1 +
 .../Parse-RecDescent-1.967.13.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/Parse-RecDescent/Manifest 
b/dev-perl/Parse-RecDescent/Manifest
index cc647c9..1c90d89 100644
--- a/dev-perl/Parse-RecDescent/Manifest
+++ b/dev-perl/Parse-RecDescent/Manifest
@@ -1 +1,2 @@
 DIST Parse-RecDescent-1.967009.tar.gz 170858 SHA256 
e1000f0b82256269fb8daa43aab166a7832fc18b4689af7c8d6d1a49fe75c687 SHA512 
8423f4c61770ec77b67c656755dd952fb01b739405fe0586d502d9698f8b18e401ca7f40e7e88208af4a15c0f7d45c4ecf5f20032014cf650351763516515cae
 WHIRLPOOL 
91af978877642f54bf4e8464343a79892242a49859df78c3f11962ca2e09eafcc69cbd2e935a5220e1552fa90907d0b02a866d4cfa3b4339ac16afb74a95d45e
+DIST Parse-RecDescent-1.967013.tar.gz 176362 SHA256 
226590d3850cd1678deb0190d5207b3477fb9070a8ca6f18d8999daf44485930 SHA512 
10d3daca3b4d23059937f81fe188b2377598841381dc92582c5cce6a1bfcb5963e1eed4d7f1601a45ae41ed0f3f864a50ff68cd72e05778866fe83cd3d158def
 WHIRLPOOL 
3418d15447f4c898194705616720c38d337a2ccad8c632b78e8460d0b7c66f1065070e81dce81caf72782f7ca0cf1729e779e8cf5755d331088b02766cfb2106

diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild 
b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild
new file mode 100644
index 000..85acda0
--- /dev/null
+++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.13.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=JTBRAUN
+DIST_VERSION=1.967013
+inherit perl-module
+
+DESCRIPTION="Generate Recursive-Descent Parsers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+IUSE="test examples"
+
+RDEPEND="
+   >=virtual/perl-Text-Balanced-1.950.0
+"
+DEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   test? (
+   virtual/perl-Test-Simple
+   dev-perl/Test-Warn
+   )
+"
+src_test() {
+   perl_rm_files "t/pod.t"
+   perl-module_src_test
+}
+src_install() {
+   perl-module_src_install
+   docinto html/
+   dodoc -r tutorial
+   if use examples; then
+   docompress -x /usr/share/doc/${PF}/examples/
+   docinto examples/
+   dodoc -r demo/*
+   fi
+}



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

2016-03-19 Thread Agostino Sarubbo
commit: 1fc5e88dd7339a1fadc8486045c3fed49f1fd88d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 14:07:29 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 14:07:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc5e88d

dev-ruby/mustache: ppc stable wrt bug #576632

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/mustache/mustache-1.0.2.ebuild 
b/dev-ruby/mustache/mustache-1.0.2.ebuild
index 81bf25e..efa0486 100644
--- a/dev-ruby/mustache/mustache-1.0.2.ebuild
+++ b/dev-ruby/mustache/mustache-1.0.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://mustache.github.com/";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



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

2016-03-19 Thread Sebastien Fabbro
commit: d081840724cb40c6f65d34dff20dc61ec052e9d0
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Mar 16 22:56:28 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Mar 18 20:10:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0818407

sci-libs/cgnslib: switch to virtual/szip

Package-Manager: portage-2.2.27

 sci-libs/cgnslib/cgnslib-3.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/cgnslib/cgnslib-3.2.1.ebuild 
b/sci-libs/cgnslib/cgnslib-3.2.1.ebuild
index 287aca7..8123af4 100644
--- a/sci-libs/cgnslib/cgnslib-3.2.1.ebuild
+++ b/sci-libs/cgnslib/cgnslib-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ IUSE="fortran hdf5 legacy mpi szip zlib"
 
 DEPEND="
hdf5? ( >=sci-libs/hdf5-1.8[mpi=] )
-   szip? ( sci-libs/szip )
+   szip? ( virtual/szip )
zlib? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}"
 



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

2016-03-19 Thread Manuel Rüger
commit: a5b1da01e092460fbf2fdd58081c62711e3b941a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 00:30:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 00:30:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b1da01

dev-ruby/httparty: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/httparty/httparty-0.13.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/httparty/httparty-0.13.7.ebuild 
b/dev-ruby/httparty/httparty-0.13.7.ebuild
index a48ad9d..fc93f56 100644
--- a/dev-ruby/httparty/httparty-0.13.7.ebuild
+++ b/dev-ruby/httparty/httparty-0.13.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2016-03-19 Thread Tim Harder
commit: 21b62dc93f3207d484feb92669c7ca82054636f3
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar 17 04:52:32 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar 17 05:14:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b62dc9

x11-wm/bspwm: version bump to 0.9.1

 x11-wm/bspwm/Manifest   |  1 +
 x11-wm/bspwm/bspwm-0.9.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index ef50965..38e514b 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1,3 +1,4 @@
 DIST bspwm-0.8.8.tar.gz 66159 SHA256 
378c5e42e9058a22e519a8f727e7d078eb5945915adb6edb17e2471310e73790 SHA512 
09614549410d2f6bd58d1190e8008256077433481bb4f91426fbf14ef74c3bff92f3b2d2c72476b6439ad83807c7368591af46a0c34ec658bcc5b9c6f940ca55
 WHIRLPOOL 
331d089c7545a5fe6325e42aa9603f9dcb81d28fd9182329dbc50a0828fafa661ce12885894d728ad99f0d04ca5a2773de257b91f62e1be3f272e0ee8a7b5674
 DIST bspwm-0.8.9.tar.gz 65604 SHA256 
750c76132914661d8d5edf7809e9b601977215d31e747dd780c60fd562913d55 SHA512 
77dd3d10278519bdcba02ab3309617d078428953d2944a1a5013b7ac87ae9b9c3e405760edfc78a6d740c383c8bf083598885448219f3a60e6f912389343b4f7
 WHIRLPOOL 
dc3153b082616b44d71348b604e5f923a603b4ea75e9665c6a7ad384bafdd33da2f83da3275af671dbac614aefd953e990355cb0713504037ef57003cc46261b
+DIST bspwm-0.9.1.tar.gz 82335 SHA256 
02bb58a307acdec242eb4b8a62764ed53d01c30474dfb1bc09812d943773bb85 SHA512 
0940e4e024326a903189e6f46fb713eec202f718a02cece56476e6cda147aec6f8c6d6d646879b297b56a385c3b1714069ad204cf5ec0a5d7a0faf40cc45f74b
 WHIRLPOOL 
babbb2bc63844b6e778723e9899f78175b967a6ebfb99468f0ad97a792ffab059fe1c83bbc08bc7eb9245bf83b9b5622b7ac7e3c1fb3849e333cd71eb1ffb23d
 DIST bspwm-0.9.tar.gz 62798 SHA256 
1efb2db7b8a251bcc006d66a050cf66e9d311761c94890bebf91a32905042fde SHA512 
09c4a52dc9f2635973d3b31d507373c27e17a8fb172b2783422049cfc4fa8416bb87a29dea74c2e0e71febdfa53f86a9c09004aa7328b6a08490537329c48370
 WHIRLPOOL 
c96d6966a0385513b7ad25ce84fec4e959b65076209112f7f15f6e33cfc676994103fbee00d28d1809c74f506feaeddedf91b72006fc72a8099a59e5f549e727

diff --git a/x11-wm/bspwm/bspwm-0.9.1.ebuild b/x11-wm/bspwm/bspwm-0.9.1.ebuild
new file mode 100644
index 000..75aa1e1
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="Tiling window manager based on binary space partitioning"
+HOMEPAGE="https://github.com/baskerville/bspwm/";
+SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+"
+RDEPEND="${DEPEND}
+   x11-misc/sxhkd
+"
+
+src_compile() {
+   emake PREFIX=/usr CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr install
+   dodoc doc/{CONTRIBUTING,MISC,TODO}.md
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+
+   insinto /usr/share/xsessions
+   doins contrib/freedesktop/bspwm.desktop
+
+   insinto /etc/xdg/sxhkd
+   doins examples/sxhkdrc
+
+   if use examples ; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2016-03-19 Thread Manuel Rüger
commit: 886f81842779d4fff0bae54ece995f2f7348504f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 01:01:59 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 01:01:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886f8184

media-sound/split2flac: Remove old

Package-Manager: portage-2.2.28

 media-sound/split2flac/Manifest|  3 --
 .../split2flac-0.1_pre2010-r2.ebuild   | 48 ---
 .../split2flac/split2flac-113_p20131017.ebuild | 55 --
 media-sound/split2flac/split2flac-114.ebuild   | 55 --
 4 files changed, 161 deletions(-)

diff --git a/media-sound/split2flac/Manifest b/media-sound/split2flac/Manifest
index 3bb4dce..764f60e 100644
--- a/media-sound/split2flac/Manifest
+++ b/media-sound/split2flac/Manifest
@@ -1,4 +1 @@
-DIST split2flac-113_p20131017.tar.xz 8700 SHA256 
99603fc32f1e357bf84a65c4fb744480ddc99b8cd96889e53da3b081c0eb7907 SHA512 
6bfa6ca6cb677ae1affa501c0766f5ea169c741328a8e60d25df5a9a9f12bf63d3b7945d0f6067fb5a8dd922ad33a2972c5b15ecf2e50e232a78e59690777d7b
 WHIRLPOOL 
33cdf4ab8cf66b860086b00ecfbbf7967828e82e8e5f6458266ab96d4b728bd5827aeece538473cdec12f3bfe4b6a4e23f8a2db2a1f130f996d5656f764301e8
-DIST split2flac-114.tar.gz 9188 SHA256 
9d4ab230d3a9520a7e1a16eaab0cc69e2b710b11943e3fb245435018547fceed SHA512 
8ba3f06b6d3aec75ac84d311d79964f40ac341bd7ddb2b2af83902355192bcda05a1af5f9c6e82a66aca0003cf4652493a4ee244971d913f2950c8d7f6d1ef69
 WHIRLPOOL 
0aa8ed5f6a18eb9e6c5c1e4e8d70c47bdc34047763aa1600291b707db4688ac2865d936c3f0ee7f024c9cfefbbae8a4842fd284ebbd775b8e7cd14448f93151d
 DIST split2flac-115.tar.gz 9409 SHA256 
7f52f1e34fc1cf62720f16d59e2e56302c2466b811fe9819a5ebd9272ed71747 SHA512 
c8d362383e84be995af343be7fff7b5bf6b6f1cef5c8ba930c371bdd35e398bed373dcdaaad2ba40c74719311fb91378a4359ca9e2e8e1f6dbc6486f7448bcf2
 WHIRLPOOL 
17528b108f5adb02110cbe7d6aecf4a1b3123d5fd0c7b72fa47747c94a90cce8556e9b191d25178f2702f3b472537bfb7697df874c4f0c95d01ce8cb0cc5aafa
-DIST split2flac-2010-r1.sh 22381 SHA256 
0e3b9f10bd068c76d71bb7bca1962aa764fa25ea0d90eaa7724b6384f7170cfb SHA512 
c2253589ba267839d44476ee29590c5f14770297edc67a45aa8868b1b1291e4b52a96133d168503146f378977da6fb63bf9fef996e1186b0b82cdd890f0d0a47
 WHIRLPOOL 
ec9874209cda6a36ef1bedd3521a3e23022a904e18c58a297249966a3f4eda23664f49468f6cffd45c71552d0c865e6cc779e57df4716edcecec6e4df7fa5114

diff --git a/media-sound/split2flac/split2flac-0.1_pre2010-r2.ebuild 
b/media-sound/split2flac/split2flac-0.1_pre2010-r2.ebuild
deleted file mode 100644
index a8119e9..000
--- a/media-sound/split2flac/split2flac-0.1_pre2010-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="sh script to split one big APE/FLAC/WV/WAV audio image with CUE 
sheet into tracks"
-HOMEPAGE="https://code.google.com/p/split2flac/";
-SRC_URI="https://dev.gentoo.org/~maksbotan/${PN}-${PV##*_pre}-r1.sh";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="enca flake imagemagick mac mp3 mp4 ogg replaygain wavpack"
-
-RDEPEND="
-   app-cdr/cuetools
-   media-sound/shntool[mac?]
-   virtual/libiconv
-   media-libs/flac
-   enca? ( app-i18n/enca )
-   flake? ( media-sound/flake )
-   mp3? ( media-sound/lame || ( media-libs/mutagen media-libs/id3lib ) )
-   mp4? ( media-libs/faac media-libs/libmp4v2:0[utils] )
-   ogg? ( media-sound/vorbis-tools )
-   wavpack? ( media-sound/wavpack )
-   replaygain? (
-   mp3? ( media-sound/mp3gain )
-   mp4? ( media-sound/aacgain )
-   ogg? ( media-sound/vorbisgain )
-   )
-   imagemagick? ( media-gfx/imagemagick )
-"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   cp "${DISTDIR}"/${PN}-${PV##*_pre}-r1.sh "${WORKDIR}"/${PN}.sh
-}
-
-src_install() {
-   dobin "${PN}.sh"
-   dosym "${PN}.sh" /usr/bin/split2wav.sh
-   for i in mp3 mp4 ogg
-   do
-   use $i && dosym "${PN}.sh" /usr/bin/split2${i/mp4/m4a}.sh
-   done
-}

diff --git a/media-sound/split2flac/split2flac-113_p20131017.ebuild 
b/media-sound/split2flac/split2flac-113_p20131017.ebuild
deleted file mode 100644
index fed87ba..000
--- a/media-sound/split2flac/split2flac-113_p20131017.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-EGIT_REPO_URI="https://github.com/ftrvxmtrx/split2flac.git";
-
-inherit bash-completion-r1
-[[ ${PV} == ** ]] && inherit git-2
-
-DESCRIPTION="sh script to split one big APE/FLAC/WV/WAV audio image with CUE 
sheet into tracks"
-HOMEPAGE="https://github.com/ftrvxmtrx/split2flac";
-[[ ${PV} == ** ]] || \
-SRC_URI="https://rion-overlay.googlecode.com/files/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-[[ ${PV} == ** ]] || \
-KEYWORDS

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

2016-03-19 Thread Matt Thode
commit: a77ab25e14daee99cc82caac21ddae361b34bd4c
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 16 18:07:35 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Mar 16 18:07:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77ab25e

net-misc/openvswitch: remove old badness bug 577568

Package-Manager: portage-2.2.26

 net-misc/openvswitch/Manifest |   4 -
 net-misc/openvswitch/openvswitch-2.3.0.ebuild | 151 -
 net-misc/openvswitch/openvswitch-2.3.1.ebuild | 157 --
 net-misc/openvswitch/openvswitch-2.3.2.ebuild | 157 --
 net-misc/openvswitch/openvswitch-2.4.0.ebuild | 157 --
 5 files changed, 626 deletions(-)

diff --git a/net-misc/openvswitch/Manifest b/net-misc/openvswitch/Manifest
index a192ce7..0f04292 100644
--- a/net-misc/openvswitch/Manifest
+++ b/net-misc/openvswitch/Manifest
@@ -1,8 +1,4 @@
 DIST openvswitch-1.11.0.tar.gz 2551510 SHA256 
007d7d3f2deabe5a3845d1045d23b6b1de174497a8e436091541221dd71833da SHA512 
9c338a9e376c845ae5f273030263dbae52fa268350d943e65987d6840d9647194f715e36517c829be32200f1064e13a585bd5b2acb9fa2a7f32199bd4be31459
 WHIRLPOOL 
fa7bc71f0f17f789ed0dc1dce953e1399f56c7529d13a10761f90a3b40a210e511722dda99a502fa2ef8f74ccc6ea5e8c3392c408bf00a85b5824bfa96fc7f24
 DIST openvswitch-2.0.0.tar.gz 2708774 SHA256 
5060e2be69cce01c15f67b481482cb1a0eaa6ef5cbdbed592bac3c3ab2a390f8 SHA512 
f6d36663b65d054d179e5a09a478cf45ae9510c8f3aa31bb2013aaee1b146ee21ce986bb8b9f63ac72036f94d0b415f30ab874451b661b855f46b44eaa42537d
 WHIRLPOOL 
be6ac428d5d01b751d8d6312e7e028a23160d44da62231cc84c21d42c19c8c5f6b9457c29c26e7b283db91b08a00d8b54368534a621e556c54e15c0682dad4a1
 DIST openvswitch-2.1.3.tar.gz 3080126 SHA256 
43a2562fe5e8e48e997bfdb04691ffaaaefe73069b5699654538bf2f16ebfb1a SHA512 
ede64d37f8bf4a475ab3e4a1e0cd83ae1f29df318f7834b804d9f334710ba43b25b9f562f8c7e91041e24f3121fd03e9e09fc789f398d352a2dceaa0576013dd
 WHIRLPOOL 
ddd6c1c733a7a139d58d0492ea8c0efa40065443f763faffd5964e5578acfe9b02ec1dd009c52843759d8a93027eb89412e768ca3e70d9ceeb0d030e791a9b7e
-DIST openvswitch-2.3.0.tar.gz 3259225 SHA256 
011052645cd4c7afee2732e87d45e589a0540ac7b7523027d3be2d7c7db7c899 SHA512 
f3a665bc84d8a6e282928db61ae648a826f273e44e34311a60e6f0e74a6ab10c8410cb374f0ce80abe7c58b9559a97388cdbfe2ef28ac4bedd2f5e52b3cd6ed1
 WHIRLPOOL 
0fc743b7d12c2ab9c6bea58ec3b80d7633f860c720acb2b61306ff5035d4f3bfeddf7b9bab44a21a1b7fb62c0c3828c2aaf7e9b9167a67ee2def065248ef329c
-DIST openvswitch-2.3.1.tar.gz 3266916 SHA256 
21174901c311d54703b4a7f498be0c42e5d2cc68bdecb0090dbb555e2af4bcd2 SHA512 
8ef4ca61b06a16b361436130bda3b119e4067e78837908fa1d509c3706bc0fe8cc8eb92c76fe439625aa6732a49cbbc6f26898f965b1bbb8b4062e21bcd2edf9
 WHIRLPOOL 
7556342957b8bb58667161fad37e544896a3b299384688f9edb8aa8675d7be613e6ea41bd0721f60736e52d157689a4f7e27efdd8d77e811073f6d0a9dc110b7
-DIST openvswitch-2.3.2.tar.gz 3277164 SHA256 
386b11df94d06c68d391ee4091832360095bd3a14c72d454325fab284dad9887 SHA512 
dfbd9d5b16aeecdc880efb910e0ec2e474dcc02515f0033b1e9466735387b39f2855bec49936a261aea66badb35e09598dbb9fc4b506e9a9e0c18d3441fea691
 WHIRLPOOL 
ca3e767383ff4cc7527e037472ea3b98b7e36fcdc1b936919cc68c9d28b382264b6e485726e4ec266619656013c5b4e09d55a7808a8399f15246b67f264c5ff8
-DIST openvswitch-2.4.0.tar.gz 4182154 SHA256 
424c5a8dea1c5b153e8c1803bb041d0495e81379fb6f386dd58ee903a7681b9a SHA512 
bd66bcb37beacb0d684001609c26d9dc487efde0ecb051004813b0f8a5999039207b012617195d82d56aefe9a1756615e2158e531a71e9b1e5e10345f0370bae
 WHIRLPOOL 
9efc94031279679611bd4a69079e452b3b0055bb96a0337851cce925d8ba1019887b747594263d2dd2a866c98c45b65b274db22d7949b6bf1edd9bc0ec17048a
 DIST openvswitch-2.5.0.tar.gz 4603077 SHA256 
34da54fbad503205b1a66b48ca4312679e1ce5b04763a9fb86050b2b25d66f21 SHA512 
32addb6ed8d4b78e6eb5b951de6b2390dacb3a66096ff8de6020e6d42d460e1038eec43c4057707942f8043ebcad848488d09c7aabfa4599d53782a9cc69f089
 WHIRLPOOL 
3b879ce376268bb65858f4c4b7193c54fc43a9903029f2000cee1a4f8739eae3ed5b2ad67c57de7ecfe3028874831796bd69a1b8a0599d9dad56f1b524302c5d

diff --git a/net-misc/openvswitch/openvswitch-2.3.0.ebuild 
b/net-misc/openvswitch/openvswitch-2.3.0.ebuild
deleted file mode 100644
index 676a807..000
--- a/net-misc/openvswitch/openvswitch-2.3.0.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils linux-info linux-mod python-single-r1 systemd autotools
-
-DESCRIPTION="Production quality, multilayer virtual switch"
-HOMEPAGE="http://openvswitch.org";
-SRC_URI="http://openvswitch.org/releases/${P}.tar.gz";
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug modules monitor +ssl"
-
-RDEPEND=">=sys-apps/openrc-0.10.5
-   ssl? ( dev-libs/openssl )
-   monitor? (
-   ${PYTHON_DEPS}
-   dev-python/twisted-core
- 

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

2016-03-19 Thread William Hubbs
commit: 51266289604071773cf19118088c10ac9d58b77e
Author: Luis Ressel  aixah  de>
AuthorDate: Mon Mar  7 14:10:41 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar 19 23:45:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51266289

sys-apps/s6-linux-init: New package

s6-linux-init is a tool to ease the creation of /sbin/init executables
for s6-based init systems.

 sys-apps/s6-linux-init/Manifest|  1 +
 sys-apps/s6-linux-init/metadata.xml| 13 +
 .../s6-linux-init/s6-linux-init-0.0.1.4.ebuild | 55 ++
 3 files changed, 69 insertions(+)

diff --git a/sys-apps/s6-linux-init/Manifest b/sys-apps/s6-linux-init/Manifest
new file mode 100644
index 000..a6cca2a
--- /dev/null
+++ b/sys-apps/s6-linux-init/Manifest
@@ -0,0 +1 @@
+DIST s6-linux-init-0.0.1.4.tar.gz 21493 SHA256 
80eeb8e3bf3095d69b86aaf8e6f5c28aab53a0eb6473e301a673870b56566b6a SHA512 
84fabc9720f2aa2c68723c7b34023a8971f9e55c367b69c200c9c99d2c04bd23b598563facaca4deb4a11f732be3016361e38a40258a7d0ce68cb0f3c10a0235
 WHIRLPOOL 
55f6c6cac544b6c9ffa5b5f16639a20a47b1ba2ae61cdfe5c1446c254a11801cfab4f211c2b55c7381a37ff76509a06b25d2ec8710ec32f1682ee186efc8b805

diff --git a/sys-apps/s6-linux-init/metadata.xml 
b/sys-apps/s6-linux-init/metadata.xml
new file mode 100644
index 000..7ac867b
--- /dev/null
+++ b/sys-apps/s6-linux-init/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ara...@aixah.de
+   Luis Ressel
+   Proxied maintainer; set to assignee in all 
bugs
+   
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+

diff --git a/sys-apps/s6-linux-init/s6-linux-init-0.0.1.4.ebuild 
b/sys-apps/s6-linux-init/s6-linux-init-0.0.1.4.ebuild
new file mode 100644
index 000..caa1a67
--- /dev/null
+++ b/sys-apps/s6-linux-init/s6-linux-init-0.0.1.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Generates an init binary for s6-based init systems"
+HOMEPAGE="http://www.skarnet.org/software/s6-linux-init/";
+SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+
+DEPEND="
+   static? ( >=dev-libs/skalibs-2.3.8.0[static-libs] )
+   !static? ( >=dev-libs/skalibs-2.3.8.0 )
+   "
+RDEPEND="
+   !static? ( >=dev-libs/skalibs-2.3.8.0 )
+   "
+
+DOCS=(INSTALL examples/)
+HTML_DOCS=(doc/.)
+
+src_prepare()
+{
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" 
"${S}/configure" || die
+
+   eapply_user
+}
+
+src_configure()
+{
+   econf \
+   $(use_enable !static shared) \
+   $(use_enable static) \
+   $(use_enable static allstatic) \
+   --bindir=/bin \
+   --sbindir=/sbin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --datadir=/etc \
+   --sysdepdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs
+}
+
+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: dev-lisp/sbcl/

2016-03-19 Thread Ian Delaney
commit: 5571e2061e224eface490199a5988012d7d45659
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sat Mar 19 14:24:23 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Mar 19 23:44:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5571e206

dev-lisp/sbcl: Updating ebuilds to EAPI 6

Updating sbcl-1.3.* to EAPI 6

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1085

 dev-lisp/sbcl/sbcl-1.3.0.ebuild | 30 ++
 dev-lisp/sbcl/sbcl-1.3.3.ebuild | 30 ++
 2 files changed, 36 insertions(+), 24 deletions(-)

diff --git a/dev-lisp/sbcl/sbcl-1.3.0.ebuild b/dev-lisp/sbcl/sbcl-1.3.0.ebuild
index a39481a..c1b1a16 100644
--- a/dev-lisp/sbcl/sbcl-1.3.0.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit multilib eutils flag-o-matic pax-utils
 
 #same order as http://www.sbcl.org/platform-table.html
@@ -94,23 +94,25 @@ src_unpack() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/gentoo-fix_install_man.patch
+   eapply "${FILESDIR}"/gentoo-fix_install_man.patch
# bug #468482
-   epatch "${FILESDIR}"/concurrency-test-1.2.6.patch
+   eapply "${FILESDIR}"/concurrency-test-1.2.6.patch
# bugs #486552, #527666, #517004
-   epatch "${FILESDIR}"/bsd-sockets-test-1.2.11.patch
+   eapply "${FILESDIR}"/bsd-sockets-test-1.2.11.patch
# bugs #560276, #561018
-   epatch "${FILESDIR}"/sb-posix-test-1.2.15.patch
+   eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
 
-   epatch "${FILESDIR}"/${PN}-1.2.11-solaris.patch
-   epatch "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
+   eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
+   eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
 
# To make the hardened compiler NOT compile with -fPIE -pie
if gcc-specs-pie ; then
einfo "Disabling PIE..."
-   epatch 
"${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
+   eapply 
"${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
fi
 
+   eapply_user
+
# bug #526194
sed -e "s@CFLAGS =.*\$@CFLAGS = ${CFLAGS} -g -Wall -Wsign-compare@" \
-e "s@LINKFLAGS =.*\$@LINKFLAGS = ${LDFLAGS} -g@" \
@@ -215,11 +217,15 @@ src_install() {
find "${ED}" -empty -type d -exec rmdir -v {} +
 
if use doc; then
-   dohtml -r doc/manual/
+   docinto html
+   dodoc -r doc/manual/
+   dodoc -r doc/internals/sbcl-internals
+
doinfo doc/manual/*.info*
-   dohtml -r doc/internals/sbcl-internals
doinfo doc/internals/sbcl-internals.info
-   docinto internals-notes && dodoc doc/internals-notes/*
+
+   docinto internals-notes
+   dodoc doc/internals-notes/*
else
rm -Rv "${ED}/usr/share/doc/${PF}" || die
fi

diff --git a/dev-lisp/sbcl/sbcl-1.3.3.ebuild b/dev-lisp/sbcl/sbcl-1.3.3.ebuild
index edd65ba..b6f1291 100644
--- a/dev-lisp/sbcl/sbcl-1.3.3.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.3.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit multilib eutils flag-o-matic pax-utils
 
 #same order as http://www.sbcl.org/platform-table.html
@@ -94,23 +94,25 @@ src_unpack() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/gentoo-fix_install_man.patch
+   eapply "${FILESDIR}"/gentoo-fix_install_man.patch
# bug #468482
-   epatch "${FILESDIR}"/concurrency-test-1.2.6.patch
+   eapply "${FILESDIR}"/concurrency-test-1.2.6.patch
# bugs #486552, #527666, #517004
-   epatch "${FILESDIR}"/bsd-sockets-test-1.2.11.patch
+   eapply "${FILESDIR}"/bsd-sockets-test-1.2.11.patch
# bugs #560276, #561018
-   epatch "${FILESDIR}"/sb-posix-test-1.2.15.patch
+   eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
 
-   epatch "${FILESDIR}"/${PN}-1.2.11-solaris.patch
-   epatch "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
+   eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
+   eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
 
# To make the hardened compiler NOT compile with -fPIE -pie
if gcc-specs-pie ; then
einfo "Disabling PIE..."
-   epatch 
"${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
+   eapply 
"${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
fi
 
+   eapply_user
+
# bug #526194
sed -e "s@CFLAGS =.*\$@CFLAGS = ${CFLAGS} -g -Wall -Wsign-compare@" \

[gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/files/, dev-lisp/sbcl/

2016-03-19 Thread Ian Delaney
commit: 93ae4c5c3c7f88413fcc79fe77abcaf9c12337d3
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sat Mar 19 01:47:39 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Mar 19 23:44:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ae4c5c

=dev-lisp/sbcl-1.1.18: Add graphviz-2.38.0 patch

Patch sbcl-1.1.18[doc] to build against graphiz-2.38.0.

Gentoo-Bug: #577514

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1085

 dev-lisp/sbcl/files/sbcl-1.1.18-graphiz-2.38.patch |  19 ++
 dev-lisp/sbcl/sbcl-1.1.18-r1.ebuild| 218 +
 2 files changed, 237 insertions(+)

diff --git a/dev-lisp/sbcl/files/sbcl-1.1.18-graphiz-2.38.patch 
b/dev-lisp/sbcl/files/sbcl-1.1.18-graphiz-2.38.patch
new file mode 100644
index 000..b784c31
--- /dev/null
+++ b/dev-lisp/sbcl/files/sbcl-1.1.18-graphiz-2.38.patch
@@ -0,0 +1,19 @@
+--- sbcl-1.1.18/doc/internals/discriminating-functions.dot.old 2016-03-18 
18:40:54.297597061 -0700
 sbcl-1.1.18/doc/internals/discriminating-functions.dot 2016-03-18 
18:41:29.912053235 -0700
+@@ -33,13 +33,13 @@
+ // oneindex -> dispatch
+ // nn -> caching
+ // nn -> checking
+ // nn -> dispatch
+ 
+-subgraph class -> caching
+-subgraph class -> checking
+-subgraph class -> dispatch
++subgraph { class -> caching }
++subgraph { class -> checking }
++subgraph { class -> dispatch }
+ 
+ initial -> oneclass
+ 
+ initial -> default
+ initial -> nomethods

diff --git a/dev-lisp/sbcl/sbcl-1.1.18-r1.ebuild 
b/dev-lisp/sbcl/sbcl-1.1.18-r1.ebuild
new file mode 100644
index 000..f3cdce6
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.1.18-r1.ebuild
@@ -0,0 +1,218 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.0.58
+BV_AMD64=1.1.18
+BV_PPC=1.0.28
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/";
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND="=dev-lisp/asdf-3.0*:="
+DEPEND="${CDEPEND}
+   doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
+   pax_kernel? ( sys-apps/paxctl sys-apps/elfix )"
+RDEPEND="${CDEPEND}
+   elibc_glibc? ( >=sys-libs/glibc-2.6 )"
+
+# Disable warnings about executable stacks, as this won't be fixed soon by 
upstream
+QA_EXECSTACK="usr/bin/sbcl"
+
+CONFIG="${S}/customize-target-features.lisp"
+ENVD="${T}/50sbcl"
+
+# Prevent ASDF from using the system libraries
+CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)"
+ASDF_OUTPUT_TRANSLATIONS="(:output-translations 
:ignore-inherited-configuration)"
+
+usep() {
+   use ${1} && echo "true" || echo "false"
+}
+
+sbcl_feature() {
+   echo "$( [[ ${1} == "true" ]] && echo "(enable ${2})" || echo "(disable 
${2})")" >> "${CONFIG}"
+}
+
+sbcl_apply_features() {
+   sed 's/^X//' > "${CONFIG}" <<-'EOF'
+   (lambda (list)
+   X  (flet ((enable  (x) (pushnew x list))
+   X (disable (x) (setf list (remove x list
+   EOF
+   if use x86 || use amd64; then
+   sbcl_feature "$(usep threads)" ":sb-thread"
+   fi
+   sbcl_feature "true" ":sb-ldb"
+   sbcl_feature "false" ":sb-test"
+   sbcl_feature "$(usep unicode)" ":sb-unicode"
+   sbcl_feature "$(usep zlib)" ":sb-core-compression"
+   sbcl_feature "$(usep debug)" ":sb-xref-for-internals"
+   sed 's/^X//' >> "${CONFIG}" <<-'EOF'
+   X)
+   X  list)
+   EOF
+   cat "${CONFIG}"
+}
+
+src_unpack() {
+   unpack ${A}
+   mv sbcl-*-linux sbcl-binary || die
+   cd "${S}"
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/gentoo-fix_install_man.patch
+   epatch "${FILESDIR}"/gentoo-fix_linux-os-c.patch
+   # bug #468482
+   epatch "${FILESDIR}"/concurrency-test.patch
+   # bug #486552
+   epatch "${FILESDIR}"/bsd-sockets-test.patch
+   # bug #577514
+   epatch "${FILESDIR}"/sbcl-1.1.18-graphiz-2.38.patch
+
+   # To make the hardened compiler NOT compile with -fPIE -pie
+   if gcc-specs-pie ; then
+   einfo "Disabling PIE..."
+   epatch 
"${FILESDIR}"/${PN}-1.1.17-gentoo-fix_no

[gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/

2016-03-19 Thread Ian Delaney
commit: 070b9de20e83763f75c6af59c108aede2fc722a1
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sat Mar 19 13:46:34 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Mar 19 23:44:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070b9de2

dev-lisp/sbcl: Removing outdated versions

Removing:
sbcl-1.2.13
sbcl-1.2.14
sbcl-1.2.15
sbcl-1.2.16
sbcl-1.3.2

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1085

 dev-lisp/sbcl/Manifest   |  11 --
 dev-lisp/sbcl/sbcl-1.2.13.ebuild | 236 --
 dev-lisp/sbcl/sbcl-1.2.14.ebuild | 236 --
 dev-lisp/sbcl/sbcl-1.2.15.ebuild | 238 --
 dev-lisp/sbcl/sbcl-1.2.16.ebuild | 238 --
 dev-lisp/sbcl/sbcl-1.3.2.ebuild  | 239 ---
 6 files changed, 1198 deletions(-)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index c83ef40..939a3b0 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -7,16 +7,7 @@ DIST sbcl-1.0.58-x86-linux-binary.tar.bz2 9313124 SHA256 
a2195fce096fd7c64acef60
 DIST sbcl-1.1.18-source.tar.bz2 4272315 SHA256 
933238392a2a3533b4088b86c4fbd0704a5573c1c66987a603eec4afa782c7d0 SHA512 
48501a670c7e1ea9ab5a03514e8b49b93d1dcbdb7712da8b38496a2d51a604fe30e2785a5e5e8aa40032ede5ee11a75f63ae1919ccd7316089a74486177ad417
 WHIRLPOOL 
a7285ee77753bc1f14755425e232e6ffcff159be883bad779585cb247ff47b904b4fcab99e8fc2e33644764c602409c6e9bbd28588d3d639431650ea9d31c5f5
 DIST sbcl-1.1.18-x86-64-linux-binary.tar.bz2 9196684 SHA256 
c945406f9421736982efc4eaaeb376b19331422f5b5a349382ed53c742d6cb0a SHA512 
d63a33532ae6390c00d789c22c4a504b621e707b8aa5f72d12b497be8a590a75604a18f384fa2d27df3a4a0ef3ecd4c27e7bfc4f74fde3a014df1aad5dd8ff0c
 WHIRLPOOL 
980726e0dd182c2b29c5ac4deab994d028e0003a3e2ac3e38a0c052f6607fc75f6b298fb60c99ff9f373c9ba1f243d6bd97de2cb765aad559867598affd510ab
 DIST sbcl-1.1.6-x86-darwin-binary.tar.bz2 9091955 SHA256 
5801c60e2a875d263fccde446308b613c0253a84a61ab63569be62eb086718b3 SHA512 
5b9d58ba1a7bcf3aa5011ac5ba1c8dba65e44b2c3f8a31b15db54de6b34ea0f7482c45f1cc4e1323e154ce79fbba030112df3795cb323bca46bac50f15d2a138
 WHIRLPOOL 
673e84bbf685e07568530ccb2c3822dbfffd6226d3de90bfef13078466ae245f63dd2fc4ac48b4d64ca1453cc831ad6913af21540bd3b35fe51700161ca26086
-DIST sbcl-1.1.8-x86-64-darwin-binary.tar.bz2 9045228 SHA256 
729054dc27d6b53bd734eac4dffeaa9e231e97bdbe4927d7a68c8f0210cad700 SHA512 
d29cf032dd52b014fcc5c48fc5dd0a1f8065838cd9078d129742302c64263b7d630232d1f9c051b56b8b2b34f1bef338aeaf81ff827799032e44ca6165483e34
 WHIRLPOOL 
f44112707f000a46d26a6af65e651868639beddab4be9c84c8f2bc8488f198ab661cb6aa62f1d38fbcbe48f259c0c2e54d255ae45db22f648b564f104984
 DIST sbcl-1.2.11-x86-64-darwin-binary.tar.bz2 10038928 SHA256 
057d3a1c033fb53deee994c0135110636a04f92d2f88919679864214f77d0452 SHA512 
c271796f854fe884e0d8aa6504bbe2e6c078de1555fc9a823463640cfd8c793dbddcb3f32932788d84a41e2b8a085b95c97c13a15c43fc909dcaad18ce25f215
 WHIRLPOOL 
2c39d1ac1490693b758b54b473970deaa9078f00bc579745fbbed169e696846fda888f105bc77d610a8cb1c0f995c6e6ad572b9163d55b3701db02f7f68824b8
-DIST sbcl-1.2.13-source.tar.bz2 5567609 SHA256 
e6d93a94cbf821b2c500a9440ca640588e9ac6914dba2f6b5445a5e14eeb1205 SHA512 
f5f7bfb9e8c6a3dcf8c1bac62dba9ca1385b9689141c24951bec95ee5383f53e4279dd5c3fb382a79b06ef113d3d4aaa3b05fff69f8a819a0988ba03983c0c48
 WHIRLPOOL 
260de2f717544f4e9678b3e40bf59b16d83e3cdfad681c4a9e94fba9ec312a7647243a41076a9e64caa9ebfe33515561c854b939561019f14a3d07faf2425197
-DIST sbcl-1.2.13-x86-64-linux-binary.tar.bz2 10154344 SHA256 
900e58adb9a449e3b5177207908a361de71be1e3aec712aff731ba9a9903f3ab SHA512 
483aafc9b38cf317ea764d66e1faf70560cca4c04355ae0a0669692c985034335ec155fc9557acab8cc5f2ee668615985950b2fa96d0acc900b74aceeeafb64c
 WHIRLPOOL 
bc9218f7a32194a19b12cd218b2ebfb1dbce01717289241ba62a1b39a424fc2d0620c80b536d1c0a605322e99c52ae0f01d943bd93b7e4c1388ae9b7ab7464bc
-DIST sbcl-1.2.14-source.tar.bz2 5565538 SHA256 
b9146dd6460c05bca508f6dda83003580911833eedd51dbc09d8eca80b0f5c06 SHA512 
471b215419f9303e010cbfb99866e09a43cc68a63680b5267662a12585b145b9f520592c37c81eabfe81b102255cd82fabb74cca731d8c3eed50747df34a6e2c
 WHIRLPOOL 
e89cd4c2ff1b2716c0ba62aed6d2107f05094c053c91db8a14638a80a5b63f83102fc1c125164edf251ed2ca507e00c298a9278efe83ad5f3b27ab53ddd48131
-DIST sbcl-1.2.14-x86-64-linux-binary.tar.bz2 9723047 SHA256 
e06a43a3490a2d9239b55a0e64b8c46d285ea509a940456013bfe90ba6a2dd2c SHA512 
7c079c68104a44fd004b371f533502f478a7294b5577c7fd900adcdf22be1a18bdedeab3be259606c059d14c38c639f061866969ccd56e24fe64198dd96bf20c
 WHIRLPOOL 
738f20eeeb50aef368c7fcdb7979a4c10f72f5889a9e7e0220a48be54d57f141ea0b2b59e10422878b227d5bdfe57eecaacdd6b3936a30535453c96925099806
-DIST sbcl-1.2.15-source.tar.bz2 5585753 SHA256 
d95a6e8a4b658f9973825f8d44d6195a645b0d6a33d865324c0c658b8bcb1651 SHA512 
a34947cff6d8e54068942df307a84a755d2dd

[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/

2016-03-19 Thread Agostino Sarubbo
commit: 92775c2af4ebc0f5a38e3f3c6068552f868efff4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 11:49:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 11:51:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92775c2a

net-wireless/wpa_supplicant: ppc stable wrt bug #565224

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
index 1ecb0e3..07c44d5 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz";
 LICENSE="|| ( GPL-2 BSD )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="ap dbus gnutls eap-sim fasteap +hs2-0 libressl p2p ps3 qt4 qt5 readline 
selinux smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux 
kernel_FreeBSD"
 REQUIRED_USE="fasteap? ( !gnutls !ssl ) smartcard? ( ssl ) ?? ( qt4 qt5 )"
 



[gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/options/, pym/repoman/modules/scan/arches/, ...

2016-03-19 Thread Brian Dolbec
commit: 9d3410068bd57cf10b73f6c63421529213bee656
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Mar 16 17:10:40 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Mar 16 17:10:40 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9d341006

repoman: Rough out an initial new data requirements listing in module_spec

 pym/repoman/modules/scan/arches/__init__.py  |  4 
 pym/repoman/modules/scan/depend/__init__.py  | 14 ++
 pym/repoman/modules/scan/directories/__init__.py |  8 
 pym/repoman/modules/scan/eapi/__init__.py|  4 
 pym/repoman/modules/scan/ebuild/__init__.py  | 12 
 pym/repoman/modules/scan/eclasses/__init__.py|  8 
 pym/repoman/modules/scan/fetch/__init__.py   |  4 
 pym/repoman/modules/scan/keywords/__init__.py|  4 
 pym/repoman/modules/scan/manifest/__init__.py|  4 
 pym/repoman/modules/scan/metadata/__init__.py| 24 
 pym/repoman/modules/scan/mirrors/__init__.py |  4 
 pym/repoman/modules/scan/options/__init__.py |  4 
 pym/repoman/modules/scan/status/__init__.py  |  4 
 pym/repoman/modules/scan/use/__init__.py |  4 
 14 files changed, 102 insertions(+)

diff --git a/pym/repoman/modules/scan/arches/__init__.py 
b/pym/repoman/modules/scan/arches/__init__.py
index d080c30..f8f941c 100644
--- a/pym/repoman/modules/scan/arches/__init__.py
+++ b/pym/repoman/modules/scan/arches/__init__.py
@@ -18,6 +18,10 @@ module_spec = {
'functions': ['check'],
'func_desc': {
},
+   'mod_kwargs': ['options', 'repo_settings', 'profiles'
+   ],
+   'func_kwargs': {'ebuild': ,
+   },
},
}
 }

diff --git a/pym/repoman/modules/scan/depend/__init__.py 
b/pym/repoman/modules/scan/depend/__init__.py
index 9fd7970..a0f2f9a 100644
--- a/pym/repoman/modules/scan/depend/__init__.py
+++ b/pym/repoman/modules/scan/depend/__init__.py
@@ -18,6 +18,10 @@ module_spec = {
'functions': ['check'],
'func_desc': {
},
+   'mod_kwargs': ['qatracker', 'portdb'
+   ],
+   'func_kwargs': {
+   },
},
'profile-module': {
'name': "profile",
@@ -27,6 +31,12 @@ module_spec = {
'functions': ['check'],
'func_desc': {
},
+   'mod_kwargs': ['qatracker', 'portdb', 'profiles', 
'options',
+   'repo_settings', 'include_arches', 'caches',
+   'repoman_incrementals', 'env', 'have', 
'dev_keywords'
+   ],
+   'func_kwargs': {
+   },
},
'unknown-module': {
'name': "unknown",
@@ -36,6 +46,10 @@ module_spec = {
'functions': ['check'],
'func_desc': {
},
+   'mod_kwargs': ['qatracker',
+   ],
+   'func_kwargs': {
+   },
},
}
 }

diff --git a/pym/repoman/modules/scan/directories/__init__.py 
b/pym/repoman/modules/scan/directories/__init__.py
index ec18d30..d50ace5 100644
--- a/pym/repoman/modules/scan/directories/__init__.py
+++ b/pym/repoman/modules/scan/directories/__init__.py
@@ -18,6 +18,10 @@ module_spec = {
'functions': ['check'],
'func_kwargs': {
},
+   'mod_kwargs': ['portdb', 'qatracker', 'repo_settings', 
'vcs_settings',
+   ],
+   'func_kwargs': {
+   },
},
'mtime-module': {
'name': "mtime",
@@ -27,6 +31,10 @@ module_spec = {
'functions': ['check'],
'func_kwargs': {
},
+   'mod_kwargs': ['vcs_settings',
+   ],
+   'func_kwargs': {
+   },
},
}
 }

diff --git a/pym/repoman/modules/scan/eapi/__init__.py 
b/pym/repoman/modules/scan/eapi/__init__.py
index 39bab4d..63618ab 100644
--- a/pym/repoman/modules/scan/eapi/__init__.py
+++ b/pym/repoman/modules/scan/eapi/__init__.py
@@ -18,6 +18,10 @@ module_spec = {
'functions': ['check'],
'func_kwargs': {
},
+   'mod_kwargs': ['qatracker', 'repo_settings'
+   ],
+   'func_kwargs': {
+  

[gentoo-commits] repo/gentoo:master commit in: games-action/atanks/

2016-03-19 Thread Agostino Sarubbo
commit: 01d3b3df57d111ef6c4d5333e018b856e7bb8074
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 11:47:48 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 11:51:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d3b3df

games-action/atanks: ppc stable wrt bug #574108

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 games-action/atanks/atanks-6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/atanks/atanks-6.4.ebuild 
b/games-action/atanks/atanks-6.4.ebuild
index 7fb3793..4520c46 100644
--- a/games-action/atanks/atanks-6.4.ebuild
+++ b/games-action/atanks/atanks-6.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="media-libs/allegro:0[X]"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-Utilities/

2016-03-19 Thread Agostino Sarubbo
commit: d82090800428fe0308bd7fe47db447376f6f76df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 16 14:05:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 16 14:05:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8209080

dev-perl/PPIx-Utilities: ppc stable wrt bug #572140

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/PPIx-Utilities/PPIx-Utilities-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-Utilities/PPIx-Utilities-1.1.0-r1.ebuild 
b/dev-perl/PPIx-Utilities/PPIx-Utilities-1.1.0-r1.ebuild
index 20c8f4d..1486609 100644
--- a/dev-perl/PPIx-Utilities/PPIx-Utilities-1.1.0-r1.ebuild
+++ b/dev-perl/PPIx-Utilities/PPIx-Utilities-1.1.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Extensions to PPI"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-perl/PPI-1.208



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

2016-03-19 Thread Mike Pagano
commit: ac2e2c329145fe83037f8081018e502a953ab50d
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Mar 19 23:25:37 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Mar 19 23:25:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2e2c32

sys-kernel/gentoo-sources: Cleanup linux version 4.1.X

Package-Manager: portage-2.2.26

 sys-kernel/gentoo-sources/Manifest | 15 ---
 .../gentoo-sources/gentoo-sources-4.1.15-r1.ebuild | 31 --
 .../gentoo-sources/gentoo-sources-4.1.16.ebuild| 31 --
 .../gentoo-sources/gentoo-sources-4.1.17.ebuild| 31 --
 .../gentoo-sources/gentoo-sources-4.1.18.ebuild| 31 --
 .../gentoo-sources/gentoo-sources-4.1.19.ebuild| 31 --
 6 files changed, 170 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 9f30b90..6526c91 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -59,21 +59,6 @@ DIST genpatches-4.0-6.extras.tar.xz 16280 SHA256 
205c87c3d133a57d6ca42e2ce107cf6
 DIST genpatches-4.1-16.base.tar.xz 390916 SHA256 
c36edc8f56a26e0ae74fa28e9a50d02d8196f5d29447d6d2cdbf17ad71f70902 SHA512 
981c4589a2f448a8c58276590eae9db25e716e0df584f4e431e7d29e69714695078112e30b84179038879071dcb94adb0753a94bcc3cf3e4c3a676244543f0aa
 WHIRLPOOL 
6f3bf0ec325a1d7363315fd7828da31901916c497cbb8adb212e515ee7fae1179f276116f9e484fb23f2200e2fa61ad315baa8de1c073c5412dd1ff3ce624cf9
 DIST genpatches-4.1-16.experimental.tar.xz 215996 SHA256 
0840ccdcad7c4b03cd4fd54940e3ca31d0d738184abe1c9340d5d0f9c3943009 SHA512 
95b8bc22413b24627ac1906830a345689c7e98a77beb1405e9a6c5b97f48c4fa7dbd15a2ffe66f24ef9dd8617a83a4913a26acbcb387f4a0add6d5f37c3343a9
 WHIRLPOOL 
b19fbda05c354c17df10a8fe3e482798926e6631c5b5f96685e2d99cc016f10c37fbe5aef633c8a77bc427d045b02390815469f5aa2850dd76d5cb374a916cc0
 DIST genpatches-4.1-16.extras.tar.xz 16176 SHA256 
a6e00246f5e8feef952529d7be51104657f0acfea1d17b5c7a1e9fd800bd62ee SHA512 
0ec02e89fef967286851d8cc0bd8c6d908d0b72c79ef55da30747cc151878340c3c882f9e1067edff3476851f136032674180e58cbc46a6a48d9f501c28c4f56
 WHIRLPOOL 
0aa25106c9346d8ec2eb3ff56b315312a07363e36039efcce7d52b2e73eebf4c6ffba65dac45ee49a3b6b0ffab05ed42905a86f3e7ead3d6be7bd998e5dbf8b6
-DIST genpatches-4.1-20.base.tar.xz 452816 SHA256 
74b7e3355fdd999b17ed0cd955a20551ddaa0cc4d8608f5b80d31f8059a79549 SHA512 
fd2d6c1ce75c899254b944798d230144c25caa8e36103388fa4dd3aa1a1a9e310435b442535be13a933b16d1a142c125bd5e754fb4aa621573599c36b6ac4bfd
 WHIRLPOOL 
a22aa9175d0cdf315c345ab60655476b141a472c4ebe505838440402b1bd65802ab21e6ad897f7883bf2846b61b9b414b2f55af29ee9372ea30d62df3257fc73
-DIST genpatches-4.1-20.experimental.tar.xz 61652 SHA256 
155bbcf04d07d2b02523c9e64323f000ea24fa2b06d1472ceaf125e70e2ece25 SHA512 
5f03d99b5c35384a158a2568516a41b9bfba8c373f1b004e1493bb2071b4de321b66ddd623bf71cd6fd85f4c3af1d2d45316dd3b2424b113f292ff4104e976c3
 WHIRLPOOL 
ff6668b2f2301e34ba3a387a1216d8ab65f720acc6b2a6218f2d883c2ac0c1fa608e1cd0b07033eb6e114e4ae9a88ad7e3ef6ce7a4f6da8b241149ae08a8ec23
-DIST genpatches-4.1-20.extras.tar.xz 16180 SHA256 
8f44981c6574aedf1484c7e643cfa3dfc1362fdce415947382c77098082d34d7 SHA512 
5ae28d62ece98e9f39b68e6ffbc205c3c7e47b9048a67e461f944f1b05e39de865973c11a4fa6dcf34dea65e2cf883f537be4aaf24c704ff311c0769c68a286a
 WHIRLPOOL 
58c8389b43898e4700d81fd12496acbf954152e6879e0f2d0535686ebeded273032080569c18fd739a8e2c07c6b55f8fe58adc2ff21c436c33d20e2a8eed6fdf
-DIST genpatches-4.1-21.base.tar.xz 462148 SHA256 
0ec07c9617ee2e5f9d1f4f071c5b5696274f2a0275508a7e527ee94565b81ac4 SHA512 
59d306ed7275c20e41f2056b92b180c364be645af2d0a570e35b83dece8aa314a558503d1d9cec5c0113585ad6a72297d1396d16aa82ac7cb22fe83648b104c4
 WHIRLPOOL 
f8f35d173c1ca70b9fc6e7acb39ddcec1fece29d7a6ee51e586147aef4c2d2f1846c98a35d0cf5024687fa5f2e87031b47f6b4819764fa7cef0916018b5ba411
-DIST genpatches-4.1-21.experimental.tar.xz 61644 SHA256 
4237ac2effb4817c73a27a33f20cfa6704bbcc715a247754abf63dd980071f73 SHA512 
8443ca5be9c2403d8d28a0ebeb3402f8d28b5f056564706addb9bb0e8255b8c095a2586b273186e1d6ca82b44fba73ffe5ed6590eb439603c5bed61809804a5c
 WHIRLPOOL 
a7b6c456e510569b3acfdeb675e51d902b39997d1d5923c66c6f446f634e45c219e7d7f90a66f0bad9267d1328a3a83a470cd7ee503884b201affea88340561b
-DIST genpatches-4.1-21.extras.tar.xz 16180 SHA256 
f1e5767b655aa56d66b182001fbf5108294f8675bd022bbff5c470064b23c1d1 SHA512 
8aacd4f8dd9fab6a106f4733872d37ce1784d309263eb4c8bb80086ae944b85f47bc7d518f7a8798d620dd2b776ea9744f9c69d22b90a4298f5d930c4d7b
 WHIRLPOOL 
12245af4d94106aabf55319a616cba3f089b7f11ead5cc9947e1a593ebace164bc29c813254e941f7ddfb0cc98ef6bd1844896d708f78efda06af4ba1e018610
-DIST genpatches-4.1-22.base.tar.xz 496068 SHA256 
2e8bffcd6f12687fbf8af81182b68671b178aee11455330c173dbd60aabe01e7 SHA512 
2949472a6ee6e03fe0c04a2ce34d8afae56f5c4b92397d73211852dee09aa70ffcc5cdcd1f730a6b19e1b6dbbba3cfe769edcc297a0afac145b2445e6

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

2016-03-19 Thread Mike Pagano
commit: 96e78c954bd12b64cf4461df0c38bf32117b2e7e
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Mar 19 23:19:13 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Mar 19 23:19:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e78c95

sys-kernel/gentoo-sources: Cl Cleanup Linux patch version 4.4.X

Package-Manager: portage-2.2.26

 sys-kernel/gentoo-sources/Manifest | 15 ---
 .../gentoo-sources/gentoo-sources-4.4.0-r1.ebuild  | 31 --
 .../gentoo-sources/gentoo-sources-4.4.1.ebuild | 31 --
 .../gentoo-sources/gentoo-sources-4.4.2.ebuild | 31 --
 .../gentoo-sources/gentoo-sources-4.4.4.ebuild | 31 --
 .../gentoo-sources/gentoo-sources-4.4.5.ebuild | 31 --
 6 files changed, 170 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 9b69ee3..9f30b90 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -77,21 +77,6 @@ DIST genpatches-4.1-24.extras.tar.xz 16168 SHA256 
90240374d40cb005f497b93a4417b8
 DIST genpatches-4.1-25.base.tar.xz 646368 SHA256 
2ea739dbf0674c01afcbf5285f25bd09f9fe449d1dc1c24bbcec7c31f7149d9f SHA512 
0c0479c24aef139420430ae7e15c57d9910426a7f675afaf967e568d0979fb512372bc23b2ab333098c155e10dce4f576794eb08c329944f85fe0cecbe36bc23
 WHIRLPOOL 
56800435244fce2adfe6f71160347b44734aaeb566260a860c64e0038d329ae20334f33736916dbca49113e3ce4fa96e4816db83651b37af28d4c7bdd756a359
 DIST genpatches-4.1-25.experimental.tar.xz 61620 SHA256 
374198231df29d1fadb29d39f2d09839d418631c7db40fa9e6b9862a7a97a866 SHA512 
4bad53c4e60adae84172e2c9730cebd062db88412f85c827ef40999abf8f93e3aa8e5e53f253880a31e8827436093608b69614c3c377dc0f552bab20db1e1925
 WHIRLPOOL 
e5c1f49f571347518de11762a24d8955288f60bd1f86c1b1e87bdee22ce03d4759fe40a9af842e86ed908e0be8abdad48e66165f617d5997f6865f305994e3f1
 DIST genpatches-4.1-25.extras.tar.xz 16180 SHA256 
94e62b880f7466ec0a3fb64f37813e91e55d45d76cb273b00349545ba799e953 SHA512 
9af9a8e6aeec2a639183978e2b0bb13839c18116624aee1b14a5aa2cea98f2267c5570db84f78aaabbe57d3a26fb33140168f452c98dc2d84c0ff1b18a0b7d4f
 WHIRLPOOL 
2f6684798bb0f6f5b32ce521f9d3dc65f7aa1599fc1fe624d8ae5a410b71800589deae9490fd838f64da7dcefa41c6aa2991763cfcd1e61c991697724554a7eb
-DIST genpatches-4.4-2.base.tar.xz 4416 SHA256 
fbcbba8098ffea5957652a91de15ac41eb197443e7403b7aeb32b38b8a0d8bc7 SHA512 
65cf7fc10a76be780134680811ebdbb2ed2deede73203688e5b32bef764eb2dec6bfc3399eb245082204cf571b06742dec90f9ee7cea6b34692f694cf0bc7bc6
 WHIRLPOOL 
554b3287f7011c62e3efe4a8e06cf635bd3768f9228fdabe25fb01b6f1acc1a47a7c96587fffe79e8aadcfe181b934c59512918453cfb27f867d5dd2d3a022d6
-DIST genpatches-4.4-2.experimental.tar.xz 4904 SHA256 
f1b7bf2d00c34b573d195e841efe5dfb29354d901d2b73066e57c19fd9c7b8fe SHA512 
5c98ea98c4648dd2fecaf7cfc364da04d136f4b084d9c1b0b2527deb7cb52d226d5709ab0324e22d75e56d44e42cffc66add0a432639a817b59e97b275f9c232
 WHIRLPOOL 
ab0e36bc830de699d59be6f08d6293283668a3742f216f8189dcb695ccb293c3a60ea468836321835d0bfe3336f6731647698d8252630d06f8fd96886099d2e3
-DIST genpatches-4.4-2.extras.tar.xz 16272 SHA256 
707735f41624d33489b10c771db536f119bcc5f0d13cbcc38e91977b8b12ec41 SHA512 
4f3d9463a9e6f618e6a3a66d4b9f1ca7ffbafa2d0c13308493dd5abbb23147abbc37c0e68a38b0c11c1f424fa1b2086aae88e820a824a1313ea9531507f7f91b
 WHIRLPOOL 
d9aeba2ce4e4db0697813bf116e27ec6e91f614316b8643539fefc28f5f522532fd746a56c91e706cf6f9e621019f050dd22f60f420d2aa15d2121383fdcfe1d
-DIST genpatches-4.4-3.base.tar.xz 26508 SHA256 
76f5685698b02b81643d6b2edcd53217e0f6fa00e068a138f2eb3bc596dec2e5 SHA512 
255e2ef79c56699e5b032fa392b2748570ce96c74f1172f4a4c1b4d22f8b8b0a9462c388028a0cad92e821815d39cfa6450f171d81fed5f274dce03979c39322
 WHIRLPOOL 
6da9edc7936f8857b929e589b2adcb17363a76ec5d85b3406fcb8308d6cb2da924f1f9af5062f85ddf4d415ca9d9524b731e8c4e0cde756e14ccc122a6e75c74
-DIST genpatches-4.4-3.experimental.tar.xz 4904 SHA256 
e43014cc7aebea9e8d4f9e5c53e8e7a670f24693dbf6bc4b53dd17bb255f950a SHA512 
60ae488e44c2e04e50cd456f3476548caad305b5807c0ce21251b7afdee4f4db300a68d14fb37984a1e4ea0be121c23cc8f145fa2964369fb83c0f2f32909feb
 WHIRLPOOL 
a5ff3f4e5adb1257a3c034e69fa639041051ea15080241fcd4c10201e8024575394f19e1bd36f046f3789a0d4ab4d26519cf142c52694b37105509423fef17c4
-DIST genpatches-4.4-3.extras.tar.xz 16284 SHA256 
c0da41d2dca58113b257f2d21faa456867f2010a903dfd2b95639789c44c2c5b SHA512 
150de4f7e7f81f12cdbb57a47802f9878ce0efad3553847a7f64e3428be45b22be432a51f6546daa156019f9480c3fab03b0871d255ca962a79037a10867f0e5
 WHIRLPOOL 
2a6ea3032726ab49ff78b7d01315a0099de9ba5addcbcb3fc88fd7ece137d6cd4e79a9737b05be60c4857ef6a37b71237e09d3cd19cb4a441e1d173fdc77a000
-DIST genpatches-4.4-4.base.tar.xz 63520 SHA256 
1a682ab2279d2b57cf1575e10f70d4cd411bb209189ff9fcfd1270291f311fcf SHA512 
040f590980aac0bba3805e959344f93ee9d32d4fc9e667e3cc2ab1b5375cef5043a4a0228c3fb34457af79579b96f5f587b9b0874ee066105acbe0250780c9

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

2016-03-19 Thread William Hubbs
commit: 67f04c78a3188a99bacb63e6cc261d67971b1888
Author: Luis Ressel  aixah  de>
AuthorDate: Sun Mar  6 23:08:21 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar 19 23:12:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f04c78

sys-apps/s6-rc: New package

s6-rc is a service manager based on the sys-apps/s6 supervision suite.

 sys-apps/s6-rc/Manifest |  1 +
 sys-apps/s6-rc/metadata.xml | 13 
 sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild | 61 +
 3 files changed, 75 insertions(+)

diff --git a/sys-apps/s6-rc/Manifest b/sys-apps/s6-rc/Manifest
new file mode 100644
index 000..bdda592
--- /dev/null
+++ b/sys-apps/s6-rc/Manifest
@@ -0,0 +1 @@
+DIST s6-rc-0.0.2.1.tar.gz 85549 SHA256 
93f30557e2e2e5c507b5becef2bd26f377be6b6c542fb4627c3122e1c2d83ef9 SHA512 
9a83e272ba521e5ede17ded6b6143797d70205c6631fd08bdb9cbefc66e8ab6011de68e94876ec3c7af439ffbff21778207507db74f0ae91117e88fe36a7f65c
 WHIRLPOOL 
f10e515db0106816fb3c79c46dea0f171ac89653f326b9287aeccb1a9cc369fb6e6fec40c43eb3c3863763081608ec7cccf780cb8bcaaee7303e6c5d106c082d

diff --git a/sys-apps/s6-rc/metadata.xml b/sys-apps/s6-rc/metadata.xml
new file mode 100644
index 000..7ac867b
--- /dev/null
+++ b/sys-apps/s6-rc/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ara...@aixah.de
+   Luis Ressel
+   Proxied maintainer; set to assignee in all 
bugs
+   
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+

diff --git a/sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild 
b/sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild
new file mode 100644
index 000..0a0e0d0
--- /dev/null
+++ b/sys-apps/s6-rc/s6-rc-0.0.2.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Service manager for the s6 supervision suite"
+HOMEPAGE="http://www.skarnet.org/software/s6-rc/";
+SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static static-libs"
+
+DEPEND="
+   static? (
+   >=dev-lang/execline-2.1.4.5[static-libs]
+   >=dev-libs/skalibs-2.3.8.3[static-libs]
+   >=sys-apps/s6-2.2.4.2[static-libs]
+   )
+   !static? (
+   >=dev-lang/execline-2.1.4.5
+   >=dev-libs/skalibs-2.3.8.3
+   >=sys-apps/s6-2.2.4.2
+   )
+   "
+RDEPEND="
+   !static? (
+   >=dev-lang/execline-2.1.4.5
+   >=dev-libs/skalibs-2.3.8.3
+   >=sys-apps/s6-2.2.4.2
+   )
+   "
+
+DOCS=("examples/")
+HTML_DOCS=("doc/.")
+
+src_prepare()
+{
+   # Remove QA warning about LDFLAGS addition
+   sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" 
"${S}/configure" || die
+
+   eapply_user
+}
+
+src_configure()
+{
+   econf \
+   $(use_enable !static shared) \
+   $(use_enable static-libs static) \
+   $(use_enable static allstatic) \
+   --bindir=/bin \
+   --sbindir=/sbin \
+   --dynlibdir=/$(get_libdir) \
+   --libdir=/usr/$(get_libdir)/${PN} \
+   --datadir=/etc \
+   --sysdepdir=/usr/$(get_libdir)/${PN} \
+   --with-dynlib=/$(get_libdir) \
+   --with-sysdeps=/usr/$(get_libdir)/skalibs
+}



  1   2   3   4   5   6   7   >