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

2016-02-03 Thread Lars Wendler
commit: d961a1ddec86eb0fa92e7805e171a52b541460f8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Feb  4 07:48:15 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Feb  4 07:48:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d961a1dd

dev-vcs/mercurial: Bump to version 3.7.1

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

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-3.7.1.ebuild | 140 +++
 2 files changed, 141 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 6668bd9..1bd1531 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -3,4 +3,5 @@ DIST mercurial-3.3.3.tar.gz 4167447 SHA256 
a445367f0dcbaf3a6279bfa743b364e729be0
 DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd SHA512 
f5ef7064a1ac4189fe4db91fec283cdead257b132674d0869f075b80ba5707e0163e28f18545a9d867336ebc6b1cbb8bcf794b6881b8f23f6c067e68c7ae584b
 WHIRLPOOL 
db7389c92680f6058efda6fa4cb7747ff3cd78bc361c43464a938c213b9ce46e8a040a57c68975f02342beb35522c27c3ab6250b2fc6e54777ddd20b0bda5443
 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
 DIST mercurial-3.6.3.tar.gz 4521749 SHA256 
402731f27256beb9a575a6991ca3d7059976197c905337f4f5729fd940329fa8 SHA512 
e5b39e5456a35e19f2ac02838946305023de957590c5aa2828f7c37e9b5f6f2e6376526d0845ebd1ca198860425d11e208b3c36e12e189e0b02871e9c91aad9a
 WHIRLPOOL 
36f0f6caa43ce2c65c7c2bdfb3fa3935cec1e47c25fae6a6a3c7b00165d1aff9b71c73dd10faad2e2ba096d55cc633366170135d95452c162936fef93571dbf1
+DIST mercurial-3.7.1.tar.gz 4630846 SHA256 
96d37d1f444a032295e190318b3166e9d05abb55916d2b3adb618a8f16c5cfed SHA512 
32df161756d7c76abd792bfe5dc3d3f2ea39facdc9c9bd8d93193ecd6cc171f050a4e6dae18255614087ba6fa8f9d787aac41b137c233fa9c3f32217a9cad112
 WHIRLPOOL 
894a9bd7c61f6a6262ec46f8c80b1894348f765216159458795210fed504a4700e8b4b263e305f3c746d180ef27ab1de11fd4926a2969883d529a613dc93e17a
 DIST mercurial-3.7.tar.gz 4630279 SHA256 
888e1522f92bf97053baae746586b5fc34c81de14af21c0fbb009c30b933 SHA512 
ecb9471274105a309940b4c0a82aba308deea4662a79e4e2ca9caf8965a5b01a9684d5adf3ecd767a7da71b61fc2322f3f7e1a9e95894cc8320836e7b3d2
 WHIRLPOOL 
f872459194f02424e177e82b0d5814803aa60b9f77c7a6f370fad4d9374ae04f1a267f30a3563163c6f447629e73192ba4f4355c6c659133d38c265742d1b8d8

diff --git a/dev-vcs/mercurial/mercurial-3.7.1.ebuild 
b/dev-vcs/mercurial/mercurial-3.7.1.ebuild
new file mode 100644
index 000..18f93f9
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-3.7.1.ebuild
@@ -0,0 +1,140 @@
+# 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="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="http://mercurial.selenic.com/";
+SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _h

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

2016-02-03 Thread Lars Wendler
commit: 70b00b59780620421d83f9f1f453d4d09cd23eba
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Feb  4 07:55:09 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Feb  4 07:55:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b00b59

dev-vcs/tortoisehg: Removed old.

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

 dev-vcs/tortoisehg/Manifest|  1 -
 dev-vcs/tortoisehg/tortoisehg-3.6.2.ebuild | 78 --
 2 files changed, 79 deletions(-)

diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
index f1127d1..894a93c 100644
--- a/dev-vcs/tortoisehg/Manifest
+++ b/dev-vcs/tortoisehg/Manifest
@@ -2,6 +2,5 @@ DIST tortoisehg-3.3.2.tar.gz 8226128 SHA256 
779beb06588897d1c42fc463fecc4b61498f
 DIST tortoisehg-3.3.3.tar.gz 8230380 SHA256 
a22ec794b0152b25b085447a253594dde27f71863149b9471ec70669687fb47f SHA512 
ed15a2ce76647f6c2d9df2daebc62f983eec6a27ea15a808060d83968cfee2c22f643b2ed6fb48bf06dd5d7cb9f4178e756e539eec2ca43e74fe4c8cfc7da4cf
 WHIRLPOOL 
d069dbe4ca109aaf2ebf9dd73f2d87343c2c71a8d5a894a5b7278a5edc878aa7eda56f9d53dca8968d1e730eea94a9f814a5cd76fb4af522a506753a5342cb47
 DIST tortoisehg-3.4.2.tar.gz 8205349 SHA256 
d22692166dc6ff61c9d12bfe5ceb77fbf87e7dd5c956976e7987d84145a1 SHA512 
f771536508f1c72c15b1fe7fbf5b3ef6dafbb14314db45776632231dd2d74b46b862476fe78505a08b2271c2ce6419926e6090a2e0a6451da60314ba154fe9f4
 WHIRLPOOL 
cfe0db33da10b2fcafff3e831937488a276924420cfff8a50396e0109c3edef7fb182036d38b72ff8fbf6aafae714eb1b6c4caf109938361babf04eed3addce4
 DIST tortoisehg-3.5.2.tar.gz 7399407 SHA256 
f5d36d8f19b508dd00a7ac720af3889defd40e99fcb60d907a0fefb9c867dd63 SHA512 
43ab341b4b01b2b28a9ac4290c9902720a10094390d323ab0c4e0962276cd333def7bec818e59a8bbacac9390cb22fd310875eb58f7092573c1254c517ada310
 WHIRLPOOL 
c49707205e06fe269be3c69330d78ca8194a54d709b9056bea502403b4e047a1da46f1cd73ca5d7b052aab6f0d4b3ae4aa93f0544b78f12a6a9ffd8459edfb37
-DIST tortoisehg-3.6.2.tar.gz 7748075 SHA256 
3ed668010e7f850ed3932aab83f87f0d0cc8726969283b190e002e9a1d2a3cac SHA512 
901962b7f09a4823401ef50407b0767c280089fd00ebbd9c06dd4e88c66fa3814364a82fb7726a53d53837948c623f09d3fdb3c6f432cc9107be3c1a8a826d5f
 WHIRLPOOL 
e378aa9a162538196ec127d30788b34aa76e2e786f06d3bb69b0b2e66c96a1c3c3f4a98e8e2f6b3d6a30887a76646473708710596aa77e7c2e6f7d292f55a787
 DIST tortoisehg-3.6.3.tar.gz 7748149 SHA256 
99f4ed22082e8c9d7e52f6b0c94d0835cf40aa5a1624f07bb7839d7891ca843b SHA512 
5b6fdf8b4233d6802aa0e501e9f9c22ee44391461c0552d73f65a6c26e041ac11efe0ad703558e1f589e421d8759ea0052c634960e51738cc2534d9a73030c1b
 WHIRLPOOL 
9ab2d97658d8e82eb9d12a7be6349fff37e2b8642ff471ac2e30c9f65465f4d9dca86582968bf889e075574c300247583c60152220cd5024ad51f1109abd9431
 DIST tortoisehg-3.7.1.tar.gz 7770904 SHA256 
6612dacc2a41f259382ce321fc3dff9630327508062b56744a3a87c9ed448ef9 SHA512 
5d4302c6b5db6dc3feaf0fd045500c574bb9eb8de7d7c00b54c6122c80af6eed9fc173173ba23f86aaa06728ec115635caeea5c10d079976e2a6a1c8bab10e3a
 WHIRLPOOL 
06cdbbf7e86170ccd74a7e8cce5527ac7a3e020c13146134dc771bf34667f8ff6623b7ccc674d7b4a14f214e033ed006c5e6d657098c55dc8b970cfe5e5517f4

diff --git a/dev-vcs/tortoisehg/tortoisehg-3.6.2.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-3.6.2.ebuild
deleted file mode 100644
index a4a2d28..000
--- a/dev-vcs/tortoisehg/tortoisehg-3.6.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils
-
-if [[ ${PV} != ** ]]; then
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz";
-   HG_DEPEND=">=dev-vcs/mercurial-3.5 https://bitbucket.org/tortoisehg/thg";
-   EHG_REVISION="stable"
-   KEYWORDS=""
-   SRC_URI=""
-   HG_DEPEND="dev-vcs/mercurial"
-fi
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="https://tortoisehg.bitbucket.org";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-
-RDEPEND="${HG_DEPEND}
-   dev-python/iniparse[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/PyQt4[svg,${PYTHON_USEDEP}]
-   dev-python/qscintilla-python[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( >=dev-python/sphinx-1.0.3 )"
-
-# Workaround race condition in build_qt
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
-   if [[ ${LINGUAS+set} ]]; then
-   cd i18n/tortoisehg || die
-   local x y keep
-   for x in *.po; do
-   keep=false
-   for y in ${LINGUAS}; do
-   if [[ ${y} == ${x%.po}* ]]; then
-   keep=true
-   break
-   fi
-   done
-   ${keep} || rm "${x}" || die
-   done
-   cd "${S}" ||

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

2016-02-03 Thread Lars Wendler
commit: 87ac7a6bdc61a0ef3628a591b20699f3f85df5af
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Feb  4 07:49:06 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Feb  4 07:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ac7a6b

dev-vcs/mercurial: Removed old.

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

 dev-vcs/mercurial/Manifest |   1 -
 dev-vcs/mercurial/mercurial-3.7.ebuild | 140 -
 2 files changed, 141 deletions(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 1bd1531..0acabff 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -4,4 +4,3 @@ DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c
 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 
23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 
d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd
 WHIRLPOOL 
10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
 DIST mercurial-3.6.3.tar.gz 4521749 SHA256 
402731f27256beb9a575a6991ca3d7059976197c905337f4f5729fd940329fa8 SHA512 
e5b39e5456a35e19f2ac02838946305023de957590c5aa2828f7c37e9b5f6f2e6376526d0845ebd1ca198860425d11e208b3c36e12e189e0b02871e9c91aad9a
 WHIRLPOOL 
36f0f6caa43ce2c65c7c2bdfb3fa3935cec1e47c25fae6a6a3c7b00165d1aff9b71c73dd10faad2e2ba096d55cc633366170135d95452c162936fef93571dbf1
 DIST mercurial-3.7.1.tar.gz 4630846 SHA256 
96d37d1f444a032295e190318b3166e9d05abb55916d2b3adb618a8f16c5cfed SHA512 
32df161756d7c76abd792bfe5dc3d3f2ea39facdc9c9bd8d93193ecd6cc171f050a4e6dae18255614087ba6fa8f9d787aac41b137c233fa9c3f32217a9cad112
 WHIRLPOOL 
894a9bd7c61f6a6262ec46f8c80b1894348f765216159458795210fed504a4700e8b4b263e305f3c746d180ef27ab1de11fd4926a2969883d529a613dc93e17a
-DIST mercurial-3.7.tar.gz 4630279 SHA256 
888e1522f92bf97053baae746586b5fc34c81de14af21c0fbb009c30b933 SHA512 
ecb9471274105a309940b4c0a82aba308deea4662a79e4e2ca9caf8965a5b01a9684d5adf3ecd767a7da71b61fc2322f3f7e1a9e95894cc8320836e7b3d2
 WHIRLPOOL 
f872459194f02424e177e82b0d5814803aa60b9f77c7a6f370fad4d9374ae04f1a267f30a3563163c6f447629e73192ba4f4355c6c659133d38c265742d1b8d8

diff --git a/dev-vcs/mercurial/mercurial-3.7.ebuild 
b/dev-vcs/mercurial/mercurial-3.7.ebuild
deleted file mode 100644
index 18f93f9..000
--- a/dev-vcs/mercurial/mercurial-3.7.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# 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="threads"
-
-inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
-
-DESCRIPTION="Scalable distributed SCM"
-HOMEPAGE="http://mercurial.selenic.com/";
-SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bugzilla emacs gpg test tk"
-
-RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
-   gpg? ( app-crypt/gnupg )
-   tk? ( dev-lang/tk )
-   app-misc/ca-certificates"
-DEPEND="emacs? ( virtual/emacs )
-   test? ( app-arch/unzip
-   dev-python/pygments[${PYTHON_USEDEP}] )"
-
-SITEFILE="70${PN}-gentoo.el"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
-
-python_prepare_all() {
-   # fix up logic that won't work in Gentoo Prefix (also won't outside in
-   # certain cases), bug #362891
-   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   strip-flags -ftracer -ftree-vectorize
-   # Note: make it impl-conditional if py3 is supported
-   append-flags -fno-strict-aliasing
-
-   "${PYTHON}" setup.py build_mo || die
-}
-
-python_compile_all() {
-   rm -r contrib/{win32,macosx} || die
-   if use emacs; then
-   cd contrib || die
-   elisp-compile mercurial.el || die "elisp-compile failed!"
-   fi
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   newbashcomp contrib/bash_completion hg
-
-   insinto /usr/share/zsh/site-functions
-   newins contrib/zsh_completion _hg
-
-   rm -f doc/*.?.txt
-   dodoc CONTRIBUTORS
-   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
-
-   dobin hgeditor
-   dobin contrib/hgk
-   python_foreach_impl python_doscript contrib/hg-ssh
-
-   if use emacs; then
-   elisp-install ${PN} contrib/mercurial.el* || die "elisp-install 
failed!"
-   elisp-site-file-install "${FILESDIR}"/${SI

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

2016-02-03 Thread Lars Wendler
commit: 2a74eafeecad824ff6b49cc4b8a3a7f7679c80ae
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Feb  4 07:54:33 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Feb  4 07:54:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a74eafe

dev-vcs/tortoisehg: Bump to version 3.7.1

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

 dev-vcs/tortoisehg/Manifest|  1 +
 dev-vcs/tortoisehg/tortoisehg-3.7.1.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
index 2ff8c7a..f1127d1 100644
--- a/dev-vcs/tortoisehg/Manifest
+++ b/dev-vcs/tortoisehg/Manifest
@@ -4,3 +4,4 @@ DIST tortoisehg-3.4.2.tar.gz 8205349 SHA256 
d22692166dc6ff61c9d12bfe5ceb77fbf87e
 DIST tortoisehg-3.5.2.tar.gz 7399407 SHA256 
f5d36d8f19b508dd00a7ac720af3889defd40e99fcb60d907a0fefb9c867dd63 SHA512 
43ab341b4b01b2b28a9ac4290c9902720a10094390d323ab0c4e0962276cd333def7bec818e59a8bbacac9390cb22fd310875eb58f7092573c1254c517ada310
 WHIRLPOOL 
c49707205e06fe269be3c69330d78ca8194a54d709b9056bea502403b4e047a1da46f1cd73ca5d7b052aab6f0d4b3ae4aa93f0544b78f12a6a9ffd8459edfb37
 DIST tortoisehg-3.6.2.tar.gz 7748075 SHA256 
3ed668010e7f850ed3932aab83f87f0d0cc8726969283b190e002e9a1d2a3cac SHA512 
901962b7f09a4823401ef50407b0767c280089fd00ebbd9c06dd4e88c66fa3814364a82fb7726a53d53837948c623f09d3fdb3c6f432cc9107be3c1a8a826d5f
 WHIRLPOOL 
e378aa9a162538196ec127d30788b34aa76e2e786f06d3bb69b0b2e66c96a1c3c3f4a98e8e2f6b3d6a30887a76646473708710596aa77e7c2e6f7d292f55a787
 DIST tortoisehg-3.6.3.tar.gz 7748149 SHA256 
99f4ed22082e8c9d7e52f6b0c94d0835cf40aa5a1624f07bb7839d7891ca843b SHA512 
5b6fdf8b4233d6802aa0e501e9f9c22ee44391461c0552d73f65a6c26e041ac11efe0ad703558e1f589e421d8759ea0052c634960e51738cc2534d9a73030c1b
 WHIRLPOOL 
9ab2d97658d8e82eb9d12a7be6349fff37e2b8642ff471ac2e30c9f65465f4d9dca86582968bf889e075574c300247583c60152220cd5024ad51f1109abd9431
+DIST tortoisehg-3.7.1.tar.gz 7770904 SHA256 
6612dacc2a41f259382ce321fc3dff9630327508062b56744a3a87c9ed448ef9 SHA512 
5d4302c6b5db6dc3feaf0fd045500c574bb9eb8de7d7c00b54c6122c80af6eed9fc173173ba23f86aaa06728ec115635caeea5c10d079976e2a6a1c8bab10e3a
 WHIRLPOOL 
06cdbbf7e86170ccd74a7e8cce5527ac7a3e020c13146134dc771bf34667f8ff6623b7ccc674d7b4a14f214e033ed006c5e6d657098c55dc8b970cfe5e5517f4

diff --git a/dev-vcs/tortoisehg/tortoisehg-3.7.1.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-3.7.1.ebuild
new file mode 100644
index 000..3b0a0c0
--- /dev/null
+++ b/dev-vcs/tortoisehg/tortoisehg-3.7.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils
+
+if [[ ${PV} != ** ]]; then
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz";
+   HG_DEPEND=">=dev-vcs/mercurial-3.6 https://bitbucket.org/tortoisehg/thg";
+   EHG_REVISION="stable"
+   KEYWORDS=""
+   SRC_URI=""
+   HG_DEPEND="dev-vcs/mercurial"
+fi
+
+DESCRIPTION="Set of graphical tools for Mercurial"
+HOMEPAGE="https://tortoisehg.bitbucket.org";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc"
+
+RDEPEND="${HG_DEPEND}
+   dev-python/iniparse[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/PyQt4[svg,${PYTHON_USEDEP}]
+   dev-python/qscintilla-python[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( >=dev-python/sphinx-1.0.3 )"
+
+# Workaround race condition in build_qt
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   if [[ ${LINGUAS+set} ]]; then
+   cd i18n/tortoisehg || die
+   local x y keep
+   for x in *.po; do
+   keep=false
+   for y in ${LINGUAS}; do
+   if [[ ${y} == ${x%.po}* ]]; then
+   keep=true
+   break
+   fi
+   done
+   ${keep} || rm "${x}" || die
+   done
+   cd "${S}" || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
+   if use doc ; then
+   dohtml -r doc/build/html/
+   fi
+   newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
+   domenu contrib/thg.desktop
+}
+
+pkg_postinst() {
+   elog "When startup of ${PN} fails with an API version mismatch error"
+   elog "between dev-python/sip and dev-python/PyQt4 please rebuild"
+   elog "dev-python/qscintilla-python."
+}



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

2016-02-03 Thread Jeroen Roovers
commit: efcd6f6084bbb9322272a33aabed8e54b4d4f105
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb  4 06:59:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb  4 06:59:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efcd6f60

dev-perl/MooseX-Types: Mark ~hppa (bug #569842).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-perl/MooseX-Types/MooseX-Types-0.460.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MooseX-Types/MooseX-Types-0.460.0.ebuild 
b/dev-perl/MooseX-Types/MooseX-Types-0.460.0.ebuild
index 84d7978..bdc882a 100644
--- a/dev-perl/MooseX-Types/MooseX-Types-0.460.0.ebuild
+++ b/dev-perl/MooseX-Types/MooseX-Types-0.460.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Organise your Moose types in libraries"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter-ForMethods/

2016-02-03 Thread Jeroen Roovers
commit: 5bb484ee0881be67e1c6c68432b218d8b63fcc01
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb  4 06:55:28 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb  4 06:55:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb484ee

dev-perl/Sub-Exporter-ForMethods: Mark ~hppa (bug #569842).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 .../Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild 
b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
index 18a77bd..40b4792 100644
--- a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
+++ b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.52.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Helper routines for using Sub::Exporter to build methods"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



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

2016-02-03 Thread Jeroen Roovers
commit: d05688a881e1899a1c551b6f89435db6c136e2af
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb  4 06:54:48 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb  4 06:54:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05688a8

dev-perl/namespace-autoclean: Mark ~hppa (bug #569842).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild 
b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
index 9d5c769..75285b0 100644
--- a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
+++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Keep imports out of your namespace"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND="



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

2016-02-03 Thread Hans de Graaff
commit: dc9a12e86f6dba6ea4a736f92e85db7b1c3e600f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  4 06:31:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  4 06:31:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9a12e8

dev-ruby/unf_ext: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/unf_ext/Manifest|  1 -
 dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild | 47 
 dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild | 47 
 3 files changed, 95 deletions(-)

diff --git a/dev-ruby/unf_ext/Manifest b/dev-ruby/unf_ext/Manifest
index 16ffa3c..6f5dac1 100644
--- a/dev-ruby/unf_ext/Manifest
+++ b/dev-ruby/unf_ext/Manifest
@@ -1,2 +1 @@
-DIST unf_ext-0.0.6.gem 395264 SHA256 
afcdba30a57665a4540c5d43b2833c6a3677a3296428fa70fbd7b4c8feaceb1f SHA512 
ae6df02589e0ce4189127836bdc18f7cc2f1c7f7fd2647f0b8d0a80f1175ad1f682a983195527e4f0b50b685de0aaf9377b7c5e955dc49d802176b2db63fc869
 WHIRLPOOL 
25d54eb777e00b4c96c87079159e05a94c5507d1f165fec6803337f9f4c7f0b8069d578702f5dc2ab0ae05c89b6cbab8b28aa29fbd6d18082c903a0af6cc06df
 DIST unf_ext-0.0.7.1.gem 392192 SHA256 
ab58d1a808d38872817bea89fc3f055bfc250af48d9653425e35c7c18caec253 SHA512 
06239dc5870ad0f345266b12ad6ed9508ab731dfd37b450d0e1eae1ef8e8301f8ad1ef7fffbbcf69b56b0af5aa257ea279dda3a252bdf397d11949e9885db3d4
 WHIRLPOOL 
4d5d8c6efb46bb46b65967101389b5b7414bfa507d591e29dfb9d8c354555b9b92a997f19b68e0d4aa58143bf836849f152dafc2936b13a11cac74d7063f3d16

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild
deleted file mode 100644
index a23a6cc..000
--- a/dev-ruby/unf_ext/unf_ext-0.0.6-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Unicode Normalization Form support library for CRuby"
-HOMEPAGE="http://sourceforge.jp/projects/unf/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="doc test"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/test-unit-2.5.1-r1
-   dev-ruby/shoulda
-   )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/unf_ext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
-   cp ext/unf_ext/*$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 test/test_*.rb
-}

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild
deleted file mode 100644
index 01ef53d..000
--- a/dev-ruby/unf_ext/unf_ext-0.0.6-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Unicode Normalization Form support library for CRuby"
-HOMEPAGE="http://sourceforge.jp/projects/unf/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/test-unit-2.5.1-r1
-   dev-ruby/shoulda
-   )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/unf_ext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
-   cp ext/unf_ext/*$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 test/test_*.rb
-}



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

2016-02-03 Thread Hans de Graaff
commit: b88e720e5cadd287d6b03b30f10efb681649a805
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  4 06:35:05 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  4 06:35:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88e720e

dev-ruby/shoulda: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild | 28 -
 dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild  | 34 ---
 2 files changed, 62 deletions(-)

diff --git a/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild 
b/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild
deleted file mode 100644
index 6198d82..000
--- a/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Making tests easy on the fingers and eyes"
-HOMEPAGE="http://thoughtbot.com/projects/shoulda";
-SRC_URI="https://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-RUBY_S="thoughtbot-${PN}-*"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# tests seem to be quite broken :( They require working version of
-# various rails versions. There appear to be unit and matcher tests but
-# they can't be run on their own.
-RESTRICT=test

diff --git a/dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild 
b/dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild
deleted file mode 100644
index d169225..000
--- a/dev-ruby/shoulda/shoulda-3.5.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Making tests easy on the fingers and eyes"
-HOMEPAGE="http://thoughtbot.com/projects/shoulda";
-SRC_URI="https://github.com/thoughtbot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64"
-IUSE=""
-
-# This now more or less a meta-gem and it only contains features for
-# integration tests using Appraisals, which we don't currently package.
-RESTRICT=test
-
-ruby_add_rdepend ">=dev-ruby/shoulda-context-1.0.1
-   >=dev-ruby/shoulda-matchers-1.4.1"
-
-all_ruby_prepare() {
-   sed -e '/git ls-files/d' -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2016-02-03 Thread Hans de Graaff
commit: 4b4a9d2d18f521936d1baf7f2fccd55199d453a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  4 06:34:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  4 06:34:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4a9d2d

dev-ruby/unf_ext: add 0.0.7.2

Package-Manager: portage-2.2.26

 dev-ruby/unf_ext/Manifest   |  1 +
 dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/unf_ext/Manifest b/dev-ruby/unf_ext/Manifest
index 6f5dac1..82a7b8d 100644
--- a/dev-ruby/unf_ext/Manifest
+++ b/dev-ruby/unf_ext/Manifest
@@ -1 +1,2 @@
 DIST unf_ext-0.0.7.1.gem 392192 SHA256 
ab58d1a808d38872817bea89fc3f055bfc250af48d9653425e35c7c18caec253 SHA512 
06239dc5870ad0f345266b12ad6ed9508ab731dfd37b450d0e1eae1ef8e8301f8ad1ef7fffbbcf69b56b0af5aa257ea279dda3a252bdf397d11949e9885db3d4
 WHIRLPOOL 
4d5d8c6efb46bb46b65967101389b5b7414bfa507d591e29dfb9d8c354555b9b92a997f19b68e0d4aa58143bf836849f152dafc2936b13a11cac74d7063f3d16
+DIST unf_ext-0.0.7.2.gem 392192 SHA256 
e8fa13d09880f8d06d30a86f929a38ba0af6abe61272927a49e6796aee1aa111 SHA512 
99e1cada3cc51baf52010b7569f68eff168dfb4c691645c88625738513258191e586e5d99f5ba7f528ce677fdec77a08510f77d9bf2c9234c68ac239f270fbf6
 WHIRLPOOL 
2e932abce52f87709dbf5f25ba8a7a32bd55410ba10b620db4d23a41855faf0da3486674ea7e9fb11849f9621d0fdbab8739c0486278026ba9e8f27ae47f5332

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild
new file mode 100644
index 000..c4a1c03
--- /dev/null
+++ b/dev-ruby/unf_ext/unf_ext-0.0.7.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Unicode Normalization Form support library for CRuby"
+HOMEPAGE="http://sourceforge.jp/projects/unf/";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+IUSE="doc test"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/test-unit-2.5.1-r1
+   dev-ruby/shoulda
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/unf_ext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/unf_ext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
+   cp ext/unf_ext/*$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 test/test_*.rb
+}



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

2016-02-03 Thread Hans de Graaff
commit: d23dda260429fc94d74a880c80879f26dda61b69
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  4 06:29:42 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  4 06:29:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23dda26

dev-ruby/rspec-rails: add 3.4.2

Package-Manager: portage-2.2.26

 dev-ruby/rspec-rails/Manifest |  1 +
 dev-ruby/rspec-rails/rspec-rails-3.4.2.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/rspec-rails/Manifest b/dev-ruby/rspec-rails/Manifest
index 85968ed..d07af39 100644
--- a/dev-ruby/rspec-rails/Manifest
+++ b/dev-ruby/rspec-rails/Manifest
@@ -4,3 +4,4 @@ DIST rspec-rails-3.2.3.tar.gz 97589 SHA256 
d70416a471a6e83b10a3b2c18f2dcfcb22897
 DIST rspec-rails-3.3.2.tar.gz 102934 SHA256 
efdfadb375e0a64b6a306482ab705bdd9f147ff8c6b1acebb1981e50d5043b1c SHA512 
59d8c516e3b7b5138c08d6cc2d68e21078dec0b340f9c0f709c9fa9cb7c318718454a8e11737a3ff1f2e940fc7d8db425b36bffda6966ad5f270923ffb9345bc
 WHIRLPOOL 
6501d7b3467dcbec069472e6510a8c48a0a50b5f02ad6be5336b8c0bd2f841e72d865a3a8260bc4ef47744f6fd39eb4554c0c14d47153b2c1dce829d446b3672
 DIST rspec-rails-3.3.3.tar.gz 102963 SHA256 
b0edc645a25c929deb39a7334894922cdf67cf7cb895bb728751d0d3a459fac9 SHA512 
72c8a027d3ac7c8487c4dec23c91c7014456e6d8ed10f80f72e71c90e7bde0a3c005dd6b57985b1f3e32b32cb6d4610f651f8aa4b81156536a667a266e816603
 WHIRLPOOL 
78b00968fe75cd632b94bd4b2f244dc6ac50e708b9023baf882bba6ef76b827b681f55dd88be0220988c49d308b9bde4e3344456980db0d9a5654e39f65edd93
 DIST rspec-rails-3.4.0.tar.gz 113846 SHA256 
8cbe0b54e1000e3b5f9810c22b8387f95d34c482eea00177c4895b6a5d38673e SHA512 
d9bc98a2af31dba2149c678025b2e9ffc7120daec2a0326fd50f1dd3e47efd8cb636fda10728d637792a4a9bdeeed54650892af11aafa4ec4baaa7577329985e
 WHIRLPOOL 
b8e0934ba838acbab96123d6327e1910c86117b5f3b16206ec782d4e12c4cf2e59f2fce481a29d6cb3b80804407859523a9bbc38c6e58b8d35f2d7ef0e09fb2f
+DIST rspec-rails-3.4.2.tar.gz 114252 SHA256 
ff54962e135baad173aa987ba08ea4d35b2479cc32beaa2d348e2dfb95bffc85 SHA512 
922a666ac674d6e91083caf5b5526556add9ffc8783f3f5af8a7d60afb2353b99730e367d522b91bf487fcbe9282fbf51648487c9d0bed005882dc57d7fb57bc
 WHIRLPOOL 
7004dec656c42d2c0ad1a930c4df04955acb0b936c75699f902cd42acb1e42fc9cab7340acf8da834b769d5740431d2ad6e83ea1b61d60939d7d523bb6462977

diff --git a/dev-ruby/rspec-rails/rspec-rails-3.4.2.ebuild 
b/dev-ruby/rspec-rails/rspec-rails-3.4.2.ebuild
new file mode 100644
index 000..610b7d8
--- /dev/null
+++ b/dev-ruby/rspec-rails/rspec-rails-3.4.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="RSpec's official Ruby on Rails plugin"
+HOMEPAGE="http://rspec.info/";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0:* =dev-ruby/actionpack-3.0:* =dev-ruby/railties-3.0:* =dev-ruby/capybara-2.0.0
+   >=dev-ruby/ammeter-1.1.2
+   ~dev-ruby/rspec-rails-${PV}
+)"
+
+all_ruby_prepare() {
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm -f .rspec || die
+
+   # Avoid bundler-specific specs.
+   rm -f spec/sanity_check_spec.rb || die
+
+   # Avoid broken controller generator specs for now.
+   rm -fr spec/generators/rspec || die
+
+   # Avoid loading rspec/rails explicitly since ammeter/init will also
+   # do this and loading it twice causes an error
+   sed -i -e '/rspec\/rails/ s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2016-02-03 Thread Ian Delaney
commit: 2b3957b159e81b5af50c839382893a4ac8837c25
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Feb  4 06:02:57 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Feb  4 06:03:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3957b1

app-benchmarks/stress-ng: new ebuild sourced form the maintiane-wanted list

proxy maintainer is Brendan Horan, sourced fron the gentoo bug
Fixes the bug

Gentoo bug: #556620

Package-Manager: portage-2.2.26

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/metadata.xml | 13 +
 app-benchmarks/stress-ng/stress-ng-0.05.12.ebuild | 18 ++
 3 files changed, 32 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
new file mode 100644
index 000..b721fe8
--- /dev/null
+++ b/app-benchmarks/stress-ng/Manifest
@@ -0,0 +1 @@
+DIST stress-ng-0.05.12.tar.gz 280758 SHA256 
081a597bc3b6b7f2993828a04048e5321a81ece6995c7bb9b202dd65e7fb055f SHA512 
ee622b1d8fd1b3ddee6119f5a43cedb427e3524bb6ef10f7ac96c305567c9919574e9103949825e2bea3391c302b6e2b5871667bc8f8609844765b64ec760bc8
 WHIRLPOOL 
b9f84501fcbe6494881947a44bbb42ba6fb00120ab6e7fc45ac6b5ece76f7dd95a98a588db9326f0e1bd879020a8ffdcc604dfc5a70f2858924bf85a8a4612c0

diff --git a/app-benchmarks/stress-ng/metadata.xml 
b/app-benchmarks/stress-ng/metadata.xml
new file mode 100644
index 000..dbd7f93
--- /dev/null
+++ b/app-benchmarks/stress-ng/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   bren...@horan.hk
+   Brendan Horan
+   Proxy - Maintainer. Assign bugs to 
him
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/app-benchmarks/stress-ng/stress-ng-0.05.12.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.05.12.ebuild
new file mode 100644
index 000..052c63b
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.05.12.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A tool to load and stress a computer system"
+HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/";
+SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/keyutils
+   sys-apps/attr"
+RDEPEND="${DEPEND}"



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

2016-02-03 Thread Mike Gilbert
commit: 396bc17275f338d004020489740f88355366a79b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb  4 04:28:04 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb  4 04:28:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396bc172

dev-libs/libusb: Re-order maintainers

Peter has expressed publicly that he does not endorse the fork of libusb
we are packaging, so it makes little sense for him to be the primary
maintiner.

Package-Manager: portage-2.2.27_p57

 dev-libs/libusb/metadata.xml | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-libs/libusb/metadata.xml b/dev-libs/libusb/metadata.xml
index 66a6901..b0a7596 100644
--- a/dev-libs/libusb/metadata.xml
+++ b/dev-libs/libusb/metadata.xml
@@ -1,17 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   pe...@stuge.se
-   Peter Stuge
-   

base-sys...@gentoo.org
Gentoo Base System

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   
+   pe...@stuge.se
+   Peter Stuge


libusb



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

2016-02-03 Thread Mike Gilbert
commit: fc25f9f79f4ef187124eb43a9f0642ce09f71b17
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb  4 04:17:36 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb  4 04:17:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc25f9f7

dev-libs/libusb: Work around racy Makefile

Bug: https://bugs.gentoo.org/573802

Package-Manager: portage-2.2.27_p57

 dev-libs/libusb/libusb-1.0.20.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libusb/libusb-1.0.20.ebuild 
b/dev-libs/libusb/libusb-1.0.20.ebuild
index fa30329..0723c73 100644
--- a/dev-libs/libusb/libusb-1.0.20.ebuild
+++ b/dev-libs/libusb/libusb-1.0.20.ebuild
@@ -33,7 +33,8 @@ multilib_src_configure() {
 }
 
 multilib_src_compile() {
-   emake
+   # Bug 573802
+   emake -j1
 
if multilib_is_native_abi; then
use doc && emake -C doc docs



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

2016-02-03 Thread Mike Gilbert
commit: 1e0fc33b5e42435572431fd7bc0aecccbc16b376
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb  4 03:51:37 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb  4 03:51:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0fc33b

www-client/google-chrome: automated update

Package-Manager: portage-2.2.27_p57

 www-client/google-chrome/Manifest | 4 ++--
 ...e-48.0.2564.97_p1.ebuild => google-chrome-48.0.2564.103_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 3848517..8ba186a 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-stable_48.0.2564.97-1_amd64.deb 4824 SHA256 
a26418953bcb76900a6c64de6891fa178c8f98244923d65cdf4606dcde09bcf2 SHA512 
e9b8b11411cd27fa81a617ff5dfe69503e6d463f970f66c747867d521d6b767262eaf7648438853ca0fce9b575c052280e24069ee380c4ad2c7f33edd4306342
 WHIRLPOOL 
35c66bfb68296a3eeefca939792b68809dd812e47a1da908754975591fe7b1fd9be1dcb86ab572377cfe702a6dd9a7fa7da58771dfc3b585e034b6348f05c773
-DIST google-chrome-stable_48.0.2564.97-1_i386.deb 47294044 SHA256 
5448419fff33b01456d609ce0f1981fdd07f9c3d55d70156e13d6aa7f34cad3d SHA512 
cd1c8a93073009da25765e22a7319c5717b029a3767c79b45f936dbdda27f2225045639883b203f0a5f21cd3647b45cf5d98f378386288851af6a62d7fe60ed2
 WHIRLPOOL 
8d9de90fe35930c89b59c35c0dfa2eb3c5da3adc80af20883e7547930793748d02cdca0ea4dba8268248df074d126945ba44b456093ea430656187a92c902b41
+DIST google-chrome-stable_48.0.2564.103-1_amd64.deb 48238376 SHA256 
425178e641bab0d5f49b23bbe221eef8e2590424c6026c8f9b18a4ca96c0a7a3 SHA512 
8e57a3d74f3f5336cc4419a01aebfbaf601c46b4996327335a5f27d56315a749e0ab2bf8abe50d2edbe05921704b9a3cc20543d8baaf869bdaaa0e93bf88b26b
 WHIRLPOOL 
e58cae07164f115c422a4e3728c091aa568ae041f4f5cabbd57cc2f7d55bb7f4489ee8c6e208ecd67b078e8fd6a39b86228540c855ef8eb96b19f7877ef8235f
+DIST google-chrome-stable_48.0.2564.103-1_i386.deb 47451856 SHA256 
8150047cf15b487307a889eaf7a298de9622ce11c3fe9ec94aef0a56bcad90c5 SHA512 
ffbae565b00a4123c1d31aa98a7a532c11a7bc59f1a440c4c737d86d9719c91c52837b3188b0da309cffc7544e98990672143f9d08a9bb88d16a6b1a4b195ea0
 WHIRLPOOL 
9b2f32c0e854c7654966465a7aff307912dce5524da2af876420333182ba4a4b6cb81d2aa5044c2a963eb736b54673787fb520104538927e69ef3a200d925bfc

diff --git a/www-client/google-chrome/google-chrome-48.0.2564.97_p1.ebuild 
b/www-client/google-chrome/google-chrome-48.0.2564.103_p1.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-48.0.2564.97_p1.ebuild
rename to www-client/google-chrome/google-chrome-48.0.2564.103_p1.ebuild



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

2016-02-03 Thread Mike Gilbert
commit: 94ec459b3d4ff063c0bf87aa43961af6c02e2f2f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb  4 03:51:48 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb  4 03:51:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ec459b

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

Package-Manager: portage-2.2.27_p57

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 ...564.97_p1.ebuild => chrome-binary-plugins-48.0.2564.103_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 8e837de..ffae7eb 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,5 +1,5 @@
 DIST google-chrome-beta_49.0.2623.28-1_amd64.deb 48899410 SHA256 
1e8dd09ec05dc1e8ae171998a5854429360e12452ca3b53e65fad93c36904672 SHA512 
3c7689f1a196e7a18073e2e1744564e78d5a1e0ebde6fb054247f6036258bf8aba22f9cec21e8bb42ad95d685a8ca1f8e2faf0d9ee540180f5504c25136bcc76
 WHIRLPOOL 
057b9b9f1192c117316b5e58d41dc58c1186502629cb2542fd369e8dafa1e7b599ef87659ed192715b4fd57c3de198a3b9987fd27a0ced9eace6be3ac001f7e8
 DIST google-chrome-beta_49.0.2623.28-1_i386.deb 47715208 SHA256 
23041ca05c134d8715b54143759b237647fa0a95d94e9c5b80458c1eb692905b SHA512 
a0b7b671c2de68858350bd15cd7a868ff321a1bd7b3b3318b6a3f64fbc20a7b64f7ba985908122751c31a3b7e135d96858feae9803c9f634780e2a2e2cca02bc
 WHIRLPOOL 
2feea85dcc78284ec03ce5043e2a46117965722623f4b4ba44838c4522a29fe5fc5beb01eae1490b40dde5fc0a10b862c485125a8ed4d0791c644f189ff2f046
-DIST google-chrome-stable_48.0.2564.97-1_amd64.deb 4824 SHA256 
a26418953bcb76900a6c64de6891fa178c8f98244923d65cdf4606dcde09bcf2 SHA512 
e9b8b11411cd27fa81a617ff5dfe69503e6d463f970f66c747867d521d6b767262eaf7648438853ca0fce9b575c052280e24069ee380c4ad2c7f33edd4306342
 WHIRLPOOL 
35c66bfb68296a3eeefca939792b68809dd812e47a1da908754975591fe7b1fd9be1dcb86ab572377cfe702a6dd9a7fa7da58771dfc3b585e034b6348f05c773
-DIST google-chrome-stable_48.0.2564.97-1_i386.deb 47294044 SHA256 
5448419fff33b01456d609ce0f1981fdd07f9c3d55d70156e13d6aa7f34cad3d SHA512 
cd1c8a93073009da25765e22a7319c5717b029a3767c79b45f936dbdda27f2225045639883b203f0a5f21cd3647b45cf5d98f378386288851af6a62d7fe60ed2
 WHIRLPOOL 
8d9de90fe35930c89b59c35c0dfa2eb3c5da3adc80af20883e7547930793748d02cdca0ea4dba8268248df074d126945ba44b456093ea430656187a92c902b41
+DIST google-chrome-stable_48.0.2564.103-1_amd64.deb 48238376 SHA256 
425178e641bab0d5f49b23bbe221eef8e2590424c6026c8f9b18a4ca96c0a7a3 SHA512 
8e57a3d74f3f5336cc4419a01aebfbaf601c46b4996327335a5f27d56315a749e0ab2bf8abe50d2edbe05921704b9a3cc20543d8baaf869bdaaa0e93bf88b26b
 WHIRLPOOL 
e58cae07164f115c422a4e3728c091aa568ae041f4f5cabbd57cc2f7d55bb7f4489ee8c6e208ecd67b078e8fd6a39b86228540c855ef8eb96b19f7877ef8235f
+DIST google-chrome-stable_48.0.2564.103-1_i386.deb 47451856 SHA256 
8150047cf15b487307a889eaf7a298de9622ce11c3fe9ec94aef0a56bcad90c5 SHA512 
ffbae565b00a4123c1d31aa98a7a532c11a7bc59f1a440c4c737d86d9719c91c52837b3188b0da309cffc7544e98990672143f9d08a9bb88d16a6b1a4b195ea0
 WHIRLPOOL 
9b2f32c0e854c7654966465a7aff307912dce5524da2af876420333182ba4a4b6cb81d2aa5044c2a963eb736b54673787fb520104538927e69ef3a200d925bfc
 DIST google-chrome-unstable_50.0.2638.0-1_amd64.deb 48485834 SHA256 
013a1fd1ab35db0b9e27965cf838e80a642ceb87f95fd1c75144071bc969b941 SHA512 
63ee5b4459b6c532c7dab630fbd6781a0604de23ae293ba9fbc1656c2bbcbf20a9dabafd6f66117ad2d516232a69a7e986e0d7eb0c24d52f08388f979bd4
 WHIRLPOOL 
943e52d51f6c6856f2d531b6fa6e0aa25a0ed67d5f95ffefa48d96417bcb2ed386a1d63e27ad3e6aa6fef2176a3456398dce8614113d2e077f3e86296f941db2

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-48.0.2564.97_p1.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-48.0.2564.103_p1.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-48.0.2564.97_p1.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-48.0.2564.103_p1.ebuild



[gentoo-commits] proj/genkernel:master commit in: defaults/

2016-02-03 Thread Stefan Behte
commit: c157e8a5cfab8133a94eab7a765152fc45d3a2a8
Author: craig  haquarter  de>
AuthorDate: Thu Feb  4 02:53:48 2016 +
Commit: Stefan Behte  gentoo  org>
CommitDate: Thu Feb  4 02:54:04 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c157e8a5

Wait for iscsi to settle, use scandelay method

 defaults/initrd.scripts | 3 ---
 defaults/linuxrc| 6 +++---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index a908cba..890893e 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1140,9 +1140,6 @@ startiscsi() {
fi
 
iscsistart -i "${ISCSI_INITIATORNAME}" -t "${ISCSI_TARGET}" -a 
"${ISCSI_ADDRESS}" ${ADDITIONAL}
-
-   # let iscsid settle - otherwise mounting the iSCSI-disk will 
fail (very rarely, though)
-   sleep 1
fi
 }
 

diff --git a/defaults/linuxrc b/defaults/linuxrc
index e47c10e..ac8f215 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -374,9 +374,6 @@ fi
 # Ensure that device nodes are properly configured
 mdev -s || bad_msg "mdev -s failed"
 
-# Apply scan delay if specified
-sdelay
-
 cd /
 
 # Start iSCSI
@@ -385,6 +382,9 @@ then
startiscsi
 fi
 
+# Apply scan delay if specified
+sdelay
+
 # Setup btrfs, see bug 303529
 setup_btrfsctl
 



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

2016-02-03 Thread Ian Delaney
commit: 929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6
Author: Holger Hoffstätte  googlemail  com>
AuthorDate: Wed Feb  3 08:59:18 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Wed Feb  3 08:59:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929b9e80

media-video/mpv: add support for python 3.5 to 0.14 series

 media-video/mpv/mpv-0.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild 
b/media-video/mpv/mpv-0.14.0-r1.ebuild
index f8910de..df48b7c 100644
--- a/media-video/mpv/mpv-0.14.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.14.0-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 PYTHON_REQ_USE='threads(+)'
 
 WAF_PV='1.8.12'



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

2016-02-03 Thread Ian Delaney
commit: 79efdf825a1bcee12b72695c6e11e78e2b24899b
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Feb  4 02:41:51 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Feb  4 02:41:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79efdf82

Merge remote-tracking branch 'remotes/hhoffstaette/mpv-014-python35'

Pull request: https://github.com/gentoo/gentoo/pull/782

 media-video/mpv/mpv-0.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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

2016-02-03 Thread Ian Delaney
commit: 6e66af91999389e19c23ebf0d54030d10f3ec5b6
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Feb  4 01:42:21 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Feb  4 01:43:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e66af91

app-admin/webmin: bump to vn. 1.780

prompt to bump sourced from the gentoo bug

Gentoo bug: #573260

Package-Manager: portage-2.2.26

 app-admin/webmin/Manifest|   2 +
 app-admin/webmin/webmin-1.780.ebuild | 307 +++
 2 files changed, 309 insertions(+)

diff --git a/app-admin/webmin/Manifest b/app-admin/webmin/Manifest
index b6a0505..e5ae1da 100644
--- a/app-admin/webmin/Manifest
+++ b/app-admin/webmin/Manifest
@@ -1,2 +1,4 @@
 DIST webmin-1.770-minimal.tar.gz 2612198 SHA256 
e976091dcf0a68dfb02d5633d09da2ce9dc69d8ea2bde95c3cc57a0a25384488 SHA512 
3661e37bbeb9f814862ff208d32ec4bfa15e8e826c15833e47c3a39cb0bb47d1f227c0c942f72aed4f3e9344556cc0ef8de42a5961c6795ef01986abafe9949b
 WHIRLPOOL 
92a89623da8ba09d921ffec38c45c2c4bf04c8249178d9d13d34339ecc902d8d7184396ce29c04bfb6e9eba463c2942dc5d9d10d05af463b4dbf9337891bcc02
 DIST webmin-1.770.tar.gz 28441983 SHA256 
eb84f1adbb099d0a2e633fbc4ea4838d1ddbcc84135d6a897803fbd0284719ba SHA512 
460d9e06379df8d950874906589938077fd0fc70ed12948a685c1386c9995538d92387e252373398319469406b8ef0daab67dabe8c71b2f1961a5d5cb6848a7f
 WHIRLPOOL 
4556f51001d010b66c6af265904b3f634f7bccf1afeb74be6de0824fefb2a5b2a5508d751bfa4abcfd0cb8b670659474ecf4e564505e446ed36a737e4f100dc0
+DIST webmin-1.780-minimal.tar.gz 2624841 SHA256 
d4f51fcc448a881d568a32dce1712f4feb1d15bccb05005117179b8a6488e403 SHA512 
a0fc61c202d94419f52572a95df23f4dd54c3b0552ce96df356b13b529988cb4be02e5f1165fbd5fbe30921697baac8b229d8d587860e3adabcbe2a4bfb11806
 WHIRLPOOL 
f8b94e16b041cef115cfa7a49fbb34d432f9f96b28959e3f161df9de5805d4a38d7a019479e96ee886dd6f4c21e5884864a69b923ec3b0ac92422c530a95249c
+DIST webmin-1.780.tar.gz 2857 SHA256 
eb2613a4f4525cbbd04435580a843cb2a454bcf2712301105657cc114beda40e SHA512 
1d5552fc09e0a42218881d2d028b8e73deadfca36022a6212e540e8dbbd2ff5fe23883fc4d3b4d63abee0a2aee570ce9710e4e1b75c2cc28f70724502d6680d7
 WHIRLPOOL 
7ef76b9e3f64d01978aa281d7e57db37078bab4ec101faa115f51ebf43bc0823d8a8bfa925dff5d1a39b0b9aabdada2218d543b14d3961b1346de05c46137d4b

diff --git a/app-admin/webmin/webmin-1.780.ebuild 
b/app-admin/webmin/webmin-1.780.ebuild
new file mode 100644
index 000..eb7f7a9
--- /dev/null
+++ b/app-admin/webmin/webmin-1.780.ebuild
@@ -0,0 +1,307 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils pam ssl-cert systemd
+
+DESCRIPTION="A web-based Unix systems administration interface"
+HOMEPAGE="http://www.webmin.com/";
+SRC_URI="minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz )
+   !minimal? ( mirror://sourceforge/webadmin/${P}.tar.gz )"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+# NOTE: The ssl flag auto added by ssl-cert eclass is not used actually
+# because openssl is forced by dev-perl/Net-SSLeay
+IUSE="minimal +ssl mysql postgres ldap"
+
+# All the required perl modules can be found easily using (in Webmin's root 
src dir):
+# find . -name cpan_modules.pl -exec grep "::" {} \;
+# NOTE: If Webmin doesn't find the required perl modules, it offers(runtime) 
the user
+# to install them using the in-built cpan module, and this will mess up perl 
on the system
+# That's why some modules are forced without a use flag
+# NOTE: pam, ssl and dnssec-tools deps are forced for security and Gentoo 
compliance installation reasons
+DEPEND="virtual/perl-MIME-Base64
+   virtual/perl-Socket
+   virtual/perl-Sys-Syslog
+   virtual/perl-Time-HiRes
+   virtual/perl-Time-Local
+   dev-perl/Authen-Libwrap
+   dev-perl/IO-Tty
+   dev-perl/MD5
+   dev-perl/Net-SSLeay
+   dev-perl/Authen-PAM
+   dev-perl/Sys-Hostname-Long
+   >=net-dns/dnssec-tools-1.13
+   !minimal? (
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+   ldap? ( dev-perl/perl-ldap )
+   dev-perl/XML-Generator
+   dev-perl/XML-Parser
+   )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   local perl="$( which perl )"
+
+   # Remove the unnecessary and incompatible files
+   rm -rf acl/Authen-SolarisRBAC-0.1*
+   if ! use minimal ; then
+   rm -rf {format,{bsd,hpux,sgi}exports,zones,rbac}
+   rm -f mount/{free,net,open}bsd-mounts*
+   rm -f mount/macos-mounts*
+   fi
+
+   # For security reasons remove the SSL certificate that comes with Webmin
+   # We will create our own later
+   rm -f miniserv.pem
+
+   # Remove the Webmin setup scripts to avoid Webmin in runtime to mess up 
config
+   # We will use our own later
+   rm -f setup.{sh,pl}
+
+   # Set the installation type/mode to Gen

[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/

2016-02-03 Thread Erik Mackdanz
commit: 6ac868acdcfd9a53174a965bbc76ee0c865e9c1d
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Feb  3 23:56:15 2016 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Feb  3 23:56:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac868ac

app-emulation/lxd: remove old

Package-Manager: portage-2.2.27

 app-emulation/lxd/Manifest |   1 -
 app-emulation/lxd/files/lxd-0.25-dont-go-get.patch |  20 ---
 .../lxd/files/lxd-0.25-nc-binary-name.patch|  11 --
 app-emulation/lxd/files/lxd-0.25.confd |  27 
 app-emulation/lxd/files/lxd-0.25.initd |  50 ---
 app-emulation/lxd/lxd-0.25.ebuild  | 157 -
 6 files changed, 266 deletions(-)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index c887cbd..d68b9fb 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,4 +1,3 @@
-DIST lxd-0.25.tar.bz2 1983043 SHA256 
1cfdf1a5e8638060e2368e9e5cf8763406857309f08c4668fa0756e85ba7b89e SHA512 
001e52826a3bbe00121115ddace14b3f552321f16e97700763ff6dd23b5babd3c1393cbc9b9b263b6a18c31e49c30d612e3d7153d4987644689989be0be50d00
 WHIRLPOOL 
496f3f19c50c1ee79ba8b5625cf34b6f57683f4066a09b3edc2cbd017cc5ebc2cc7ac9e569c94bcba0d699c6efb722b79ae43541e0dfddc2fb8d877131519b06
 DIST lxd-0.26.tar.bz2 1985288 SHA256 
71079140946e3e66563cc3025c3e4f756fd45cc413af1d5396c56a608427d0aa SHA512 
25aa73274b03163698646fe2f49c2401ae93a9b90be46f0ba0414521bc920e68c61db7e6617d75a19675e22a705afd5d3220e24a518e30819daf3dc75670b900
 WHIRLPOOL 
d59471f02744efbe3d3dbb1ae32dcf17141f8414a1614535451e75c5422928d3c5d54dceebcf0d829f7395ae3cb49bf424ff7999d1e32b9384a3f81b3d3ab01e
 DIST lxd-0.27.tar.bz2 2247266 SHA256 
290d05a792f2f146b302d500eadd3168822ed99aecb4ea96762570580f29910a SHA512 
37d5fef677a943dc7e84c73836aa1d4e5f0353c165aa33cefcd87dcd1fdae574760e74fb290404182badfee96e04ef929a81d6633d2c0f91c458ccd19996b9c3
 WHIRLPOOL 
d1d0c0fad0e604f41482c133f4425461546599aded2e948d5c58f7698eba963746ac8c3c3085ffbd244b0169cedb26ad8ec5d85babea6aa9a7688ee6ce342589
 DIST lxd-2.0.0_beta1.tar.bz2 2253384 SHA256 
443d8004aea80a9295eeb28c81b930947163b5af5e7c5ec15e6123938268bd6c SHA512 
21cc90e18173f832f7aa2f39762ba1c47ac54dbb947519302075d10f8c55cce766d436cb7f9ec96cb2fe538952b801398ce3b1320d878e8835d58e4fb3b81c86
 WHIRLPOOL 
85a11976fbf74f8b408c75aa7abf645d3e27eed3f82021fbcb7b2d8db95cc986fdf2cd6a38ef8749857027b380382e66678fb1f1656274159dbc2531c3860761

diff --git a/app-emulation/lxd/files/lxd-0.25-dont-go-get.patch 
b/app-emulation/lxd/files/lxd-0.25-dont-go-get.patch
deleted file mode 100644
index 9964af6..000
--- a/app-emulation/lxd/files/lxd-0.25-dont-go-get.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 Makefile.orig  2015-12-28 19:23:28.425122306 -0600
-+++ Makefile   2015-12-28 19:25:09.482123654 -0600
-@@ -12,17 +12,11 @@
- 
- .PHONY: default
- default:
--  # Must run twice due to go get race
--  -go get -t -v -d ./...
--  -go get -t -v -d ./...
-   go install -v ./...
-   @echo "LXD built succesfuly"
- 
- .PHONY: client
- client:
--  # Must run twice due to go get race
--  -go get -t -v -d ./...
--  -go get -t -v -d ./...
-   go install -v ./lxc
-   @echo "LXD client built succesfuly"
- 

diff --git a/app-emulation/lxd/files/lxd-0.25-nc-binary-name.patch 
b/app-emulation/lxd/files/lxd-0.25-nc-binary-name.patch
deleted file mode 100644
index 7373b66..000
--- a/app-emulation/lxd/files/lxd-0.25-nc-binary-name.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 lxd/rsync.go.orig  2015-11-11 20:54:37.402700202 -0600
-+++ lxd/rsync.go   2015-11-11 20:55:06.704698199 -0600
-@@ -91,7 +91,7 @@
-* command (i.e. the command to run on --server). However, we're
-* hardcoding that at the other end, so we can just ignore it.
-*/
--  rsyncCmd := fmt.Sprintf("sh -c \"nc -U %s\"", f.Name())
-+  rsyncCmd := fmt.Sprintf("sh -c \"nc.openbsd -U %s\"", f.Name())
-   cmd := exec.Command(
-   "rsync",
-   "-arvP",

diff --git a/app-emulation/lxd/files/lxd-0.25.confd 
b/app-emulation/lxd/files/lxd-0.25.confd
deleted file mode 100644
index 3d55327..000
--- a/app-emulation/lxd/files/lxd-0.25.confd
+++ /dev/null
@@ -1,27 +0,0 @@
-# Group which owns the shared socket
-LXD_OPTIONS+=" --group lxd"
-
-
-
-# Enable cpu profiling into the specified file
-#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
-
-# Enable memory profiling into the specified file
-#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
-
-
-
-# Enables debug mode
-#LXD_OPTIONS+=" --debug"
-
-# For debugging, print a complete stack trace every n seconds
-#LXD_OPTIONS+=" --print-goroutines-every 5"
-
-# Enables verbose mode
-#LXD_OPTIONS+=" -v"
-
-# Logfile to log to
-#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
-
-# Enables syslog logging
-#LXD_OPTIONS+=" --syslog"

diff --git a/app-emulation/lxd/files/lxd-0.25.initd 
b/app-emulation/lxd/files/lxd-0.

[gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/

2016-02-03 Thread Manuel Rüger
commit: f56412d982301cb7da725d04ac06408adcaac937
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb  3 23:53:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb  3 23:53:55 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f56412d9

media-sound/mopidy: Version bump. Remove old

Package-Manager: portage-2.2.27

 media-sound/mopidy/Manifest | 2 +-
 media-sound/mopidy/{mopidy-1.1.1.ebuild => mopidy-1.1.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
index 1f75860..568d48f 100644
--- a/media-sound/mopidy/Manifest
+++ b/media-sound/mopidy/Manifest
@@ -1 +1 @@
-DIST Mopidy-1.1.1.tar.gz 2062114 SHA256 
823e1ba8781a107c69e8c1cd8fad9be81dc003c946e9d54fe41cadaad3a0e78e SHA512 
31b2665529dba987cd6fbbc66da10bc2937e99c42f049b05c398ce582b24c71d2daf75b62453f9947869393af659597004aa8820376401f6e9099e7dcbad09f0
 WHIRLPOOL 
480dcb782a119b718513cf397a405fa585be292db6487e47c36e3be4fda4a5aa8e10a377193b4515df539b29de5a2df9e7421a0ccbbb240b9ea07c4c8343038c
+DIST Mopidy-1.1.2.tar.gz 2256481 SHA256 
474089ee563ff1fe96e5bcad37a731dd3207cbf0fdea952d5b805f464a2b0bc8 SHA512 
1795104465e2e8ec46815d1e129f477f59f4d29d62c8a9fd501ccb65a2574dcdefffbec93dcacbf55cc5c9c39ef774e0f69d3fb0d1b9b1f67012816537f2a573
 WHIRLPOOL 
8b8498728e48073ad6613219ea1396e00374cbd6824dc8a5ee936e52da4c6911d5b7397ccfcf0f2f6a4c0fb4fa903666a2844f6fa1486f522da3f8bd47761e6b

diff --git a/media-sound/mopidy/mopidy-1.1.1.ebuild 
b/media-sound/mopidy/mopidy-1.1.2.ebuild
similarity index 100%
rename from media-sound/mopidy/mopidy-1.1.1.ebuild
rename to media-sound/mopidy/mopidy-1.1.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/files/, app-emulation/lxd/

2016-02-03 Thread Erik Mackdanz
commit: fcd3f868b93b6e707841fdce724155795071e1cd
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Feb  3 23:53:43 2016 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Wed Feb  3 23:53:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd3f868

app-emulation/lxd: bump to 2.0.0_beta1

Package-Manager: portage-2.2.27

 app-emulation/lxd/Manifest |   1 +
 .../lxd-2.0.0_beta1-disregard-dev-subdirs.patch|  17 +++
 .../lxd/files/lxd-2.0.0_beta1-dont-go-get.patch|  20 +++
 .../lxd/files/lxd-2.0.0_beta1-nc-binary-name.patch |  11 ++
 app-emulation/lxd/files/lxd-2.0.0_beta1.confd  |  27 
 app-emulation/lxd/files/lxd-2.0.0_beta1.initd  |  50 +++
 app-emulation/lxd/lxd-2.0.0_beta1.ebuild   | 165 +
 7 files changed, 291 insertions(+)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index fcb60cb..c887cbd 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,3 +1,4 @@
 DIST lxd-0.25.tar.bz2 1983043 SHA256 
1cfdf1a5e8638060e2368e9e5cf8763406857309f08c4668fa0756e85ba7b89e SHA512 
001e52826a3bbe00121115ddace14b3f552321f16e97700763ff6dd23b5babd3c1393cbc9b9b263b6a18c31e49c30d612e3d7153d4987644689989be0be50d00
 WHIRLPOOL 
496f3f19c50c1ee79ba8b5625cf34b6f57683f4066a09b3edc2cbd017cc5ebc2cc7ac9e569c94bcba0d699c6efb722b79ae43541e0dfddc2fb8d877131519b06
 DIST lxd-0.26.tar.bz2 1985288 SHA256 
71079140946e3e66563cc3025c3e4f756fd45cc413af1d5396c56a608427d0aa SHA512 
25aa73274b03163698646fe2f49c2401ae93a9b90be46f0ba0414521bc920e68c61db7e6617d75a19675e22a705afd5d3220e24a518e30819daf3dc75670b900
 WHIRLPOOL 
d59471f02744efbe3d3dbb1ae32dcf17141f8414a1614535451e75c5422928d3c5d54dceebcf0d829f7395ae3cb49bf424ff7999d1e32b9384a3f81b3d3ab01e
 DIST lxd-0.27.tar.bz2 2247266 SHA256 
290d05a792f2f146b302d500eadd3168822ed99aecb4ea96762570580f29910a SHA512 
37d5fef677a943dc7e84c73836aa1d4e5f0353c165aa33cefcd87dcd1fdae574760e74fb290404182badfee96e04ef929a81d6633d2c0f91c458ccd19996b9c3
 WHIRLPOOL 
d1d0c0fad0e604f41482c133f4425461546599aded2e948d5c58f7698eba963746ac8c3c3085ffbd244b0169cedb26ad8ec5d85babea6aa9a7688ee6ce342589
+DIST lxd-2.0.0_beta1.tar.bz2 2253384 SHA256 
443d8004aea80a9295eeb28c81b930947163b5af5e7c5ec15e6123938268bd6c SHA512 
21cc90e18173f832f7aa2f39762ba1c47ac54dbb947519302075d10f8c55cce766d436cb7f9ec96cb2fe538952b801398ce3b1320d878e8835d58e4fb3b81c86
 WHIRLPOOL 
85a11976fbf74f8b408c75aa7abf645d3e27eed3f82021fbcb7b2d8db95cc986fdf2cd6a38ef8749857027b380382e66678fb1f1656274159dbc2531c3860761

diff --git 
a/app-emulation/lxd/files/lxd-2.0.0_beta1-disregard-dev-subdirs.patch 
b/app-emulation/lxd/files/lxd-2.0.0_beta1-disregard-dev-subdirs.patch
new file mode 100644
index 000..9655e5e
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.0_beta1-disregard-dev-subdirs.patch
@@ -0,0 +1,17 @@
+--- a/lxd/container_lxc.go
 b/lxd/container_lxc.go
+@@ -3509,8 +3509,13 @@ func (c *containerLXC) getDiskLimits() 
(map[string]deviceBlockLimit, error) {
+ 
+   for _, block := range blocks {
+   dev := strings.TrimPrefix(block, "/dev/")
++
++  if strings.Contains(dev,"/") {
++ continue
++  }
++
+   if 
!shared.PathExists(fmt.Sprintf("/sys/class/block/%s/dev", dev)) {
+-  return nil, fmt.Errorf("Disk is missing 
/sys/class/block entry")
++  return nil, fmt.Errorf("Disk %s is missing 
/sys/class/block entry", dev)
+   }
+ 
+   block, err := 
ioutil.ReadFile(fmt.Sprintf("/sys/class/block/%s/dev", dev))

diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch 
b/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch
new file mode 100644
index 000..9964af6
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch
@@ -0,0 +1,20 @@
+--- Makefile.orig  2015-12-28 19:23:28.425122306 -0600
 Makefile   2015-12-28 19:25:09.482123654 -0600
+@@ -12,17 +12,11 @@
+ 
+ .PHONY: default
+ default:
+-  # Must run twice due to go get race
+-  -go get -t -v -d ./...
+-  -go get -t -v -d ./...
+   go install -v ./...
+   @echo "LXD built succesfuly"
+ 
+ .PHONY: client
+ client:
+-  # Must run twice due to go get race
+-  -go get -t -v -d ./...
+-  -go get -t -v -d ./...
+   go install -v ./lxc
+   @echo "LXD client built succesfuly"
+ 

diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1-nc-binary-name.patch 
b/app-emulation/lxd/files/lxd-2.0.0_beta1-nc-binary-name.patch
new file mode 100644
index 000..7373b66
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.0_beta1-nc-binary-name.patch
@@ -0,0 +1,11 @@
+--- lxd/rsync.go.orig  2015-11-11 20:54:37.402700202 -0600
 lxd/rsync.go   2015-11-11 20:55:06.704698199 -0600
+@@ -91,7 +91,7 @@
+* command (i.e. the command to run on --server). 

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

2016-02-03 Thread James Le Cuirot
commit: cb726d7f3b410230778e5d48d3bd1a8579fcbde2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb  3 23:06:52 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb  3 23:15:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb726d7f

dev-java/colt: Remove old

This drops stable ppc64 support but nothing needs that and we need to
get rid of concurrent-util ASAP.

Package-Manager: portage-2.2.27

 dev-java/colt/colt-1.2.0-r2.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/dev-java/colt/colt-1.2.0-r2.ebuild 
b/dev-java/colt/colt-1.2.0-r2.ebuild
deleted file mode 100644
index 1aca6f8..000
--- a/dev-java/colt/colt-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="source doc"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="A set of Open Source Libraries for High Performance Scientific 
and Technical Computing in Java"
-SRC_URI="http://dsd.lbl.gov/~hoschek/colt-download/releases/${P}.tar.gz";
-HOMEPAGE="http://www-itg.lbl.gov/~hoschek/colt/";
-
-LICENSE="colt"
-IUSE=""
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-
-DEPEND=">=virtual/jdk-1.4
-   >=dev-java/concurrent-util-1.3.4:0"
-RDEPEND=">=virtual/jre-1.4
-   >=dev-java/concurrent-util-1.3.4:0"
-
-S="${WORKDIR}/${PN}"
-
-EANT_BUILD_TARGET="javac jar"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="concurrent-util"
-
-java_prepare() {
-   find "${S}" -iname '*.jar' -delete || die
-
-   epatch "${FILESDIR}/${P}-benchmark-no-deprecation.patch"
-}
-
-src_install() {
-   java-pkg_dojar lib/${PN}.jar
-
-   dohtml README.html || die
-   use doc && java-pkg_dojavadoc doc/api
-   use source && java-pkg_dosrc src/*
-}



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

2016-02-03 Thread James Le Cuirot
commit: b66a8b4c6b15798f96f2bf0e91d2671cc88ae4f1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb  3 22:57:41 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb  3 23:15:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66a8b4c

dev-java/fastutil: Remove old

Package-Manager: portage-2.2.27

 dev-java/fastutil/Manifest |  2 --
 dev-java/fastutil/fastutil-4.3.1-r1.ebuild | 36 --
 dev-java/fastutil/fastutil-4.4.2-r1.ebuild | 35 -
 3 files changed, 73 deletions(-)

diff --git a/dev-java/fastutil/Manifest b/dev-java/fastutil/Manifest
index e3c8907..6752fc2 100644
--- a/dev-java/fastutil/Manifest
+++ b/dev-java/fastutil/Manifest
@@ -1,4 +1,2 @@
-DIST fastutil-4.3.1-src.tar.gz 203660 SHA256 
90f07cf08c8926451041e52452c3ba486f3000bfbade1d2fa3531fab0d09db4e SHA512 
afedd592a891a0ed7a06780f8f1e0bbcdd0f1da6aee8536628e8a61f6dfc0787a23d69e68e1543fcfa9bc410571114a44499f5b302e30796c19f5a5841354a81
 WHIRLPOOL 
b98f8f0a26b78e546bf491ab4fde3ddff8f226f4cf92d6098dddbcc365f419f02cca40b250371b5244ec5713722bcce8830a559430fbe46d24747d8ef4085852
-DIST fastutil-4.4.2-src.tar.gz 213196 SHA256 
dff9d53db666a3ad6d1cb88166b05a0d38333fbb3ecd79edcbe968d38da795e7 SHA512 
cb438044ee63a89e4e655a41448924d5ac1f61f48839480fc5ba2c08b6317e3e4b0f66b2581ebff73bcb7d865123539ad09029670d7e5d46664f61fe593c503b
 WHIRLPOOL 
ea834078c5c189574fd3e79f8b1189c674b31f005404f22701c1209204c7840ff340b471c521d84bd0325f8bf735bac9eb590c927134e7194f36e32925d0ac4f
 DIST fastutil-5.1.3-src.tar.gz 238461 SHA256 
fe95b3f66306003bdda1de018120150790205760065d7e31aa8c207c25c3a188 SHA512 
67f7ac65afbfd9e5adc415ea65a3b2f334752008e994c7e1ecac334b06a98edad73da549245e39c79709df683f4384c1d0c76f7e8a8cdd428407d547ce0eea47
 WHIRLPOOL 
2533487909428345f35eebb845f33267f6cd81140206e721eeca1f3f7f94926dc2af9b03dcbdde35799a089ad174e5dd6a052251820558a907579e223ec3b01a
 DIST fastutil-6.5.4-src.tar.gz 376688 SHA256 
bc2cc6abb168856c43b9c5f6b468b1cfba4657efd0623a7d7e7800a9e01d966e SHA512 
3b75d423ce9e4bb883f1baa910ed59b9ad2fc1ddf52da970f7d40eef6e0044618ce6aeaaa9daf873a256a966cd5bf850004feec21a8e7abf05cc6ac7eb6dd3fb
 WHIRLPOOL 
5ec84a84c9be5dbfb53d69a557b0b26c0658b06b9234da4ed1614afff8ceafbcf3fe38a6b775fdc91202ad0301e2aebb70566dcd8cbae81c3828b7f18be5146d

diff --git a/dev-java/fastutil/fastutil-4.3.1-r1.ebuild 
b/dev-java/fastutil/fastutil-4.3.1-r1.ebuild
deleted file mode 100644
index 3ef42cd..000
--- a/dev-java/fastutil/fastutil-4.3.1-r1.ebuild
+++ /dev/null
@@ -1,36 +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="Provides faster type-specific maps, sets and lists with a small 
memory footprint"
-SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz";
-HOMEPAGE="http://fastutil.dsi.unimi.it";
-LICENSE="LGPL-2.1"
-SLOT="4.3"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-src_compile() {
-   emake sources || die "failed to make sources"
-   # bug 162650 and #175578 and #183356
-   java-pkg_init-compiler_
-   [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
-   java-pkg-2_src_compile
-}
-
-src_install() {
-
-   java-pkg_newjar ${P}.jar
-
-   dodoc CHANGES README
-   use doc && java-pkg_dojavadoc docs
-   use source && java-pkg_dosrc java/it
-
-}

diff --git a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild 
b/dev-java/fastutil/fastutil-4.4.2-r1.ebuild
deleted file mode 100644
index 383af34..000
--- a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild
+++ /dev/null
@@ -1,35 +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="Provides faster type-specific maps, sets and lists with a small 
memory footprint"
-SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz";
-HOMEPAGE="http://fastutil.dsi.unimi.it";
-LICENSE="LGPL-2.1"
-SLOT="4.4"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-src_compile() {
-   make sources || die "failed to make sources"
-   # bug 162650 and #175578 and #183356
-   java-pkg_init-compiler_
-   [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
-   java-pkg-2_src_compile
-}
-
-src_install() {
-   java-pkg_newjar ${P}.jar
-
-   dodoc CHANGES README || die
-
-   use doc && java-pkg_dojavadoc docs
-   use source && java-pkg_dosrc java/it
-}



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

2016-02-03 Thread James Le Cuirot
commit: 2736e9f934d72536bb65ea5031331315a8bcb91e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb  3 23:14:29 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb  3 23:15:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2736e9f9

profiles: Mask dev-java/concurrent-util

Built into Java since 1.5. Ancient and doesn't build with
Java 8. Removal in 30 days. See bug #544038.

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index d731289..5e8f95c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # James Le Cuirot  (03 Feb 2016)
+# Built into Java since 1.5. Ancient and doesn't build with
+# Java 8. Removal in 30 days. See bug #544038.
+dev-java/concurrent-util
+
+# James Le Cuirot  (03 Feb 2016)
 # Old, unused, broken on Java 7 and up. These are still alive upstream
 # but bumping is likely non-trivial. Removal in 30 days.
 dev-java/dsiutils



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

2016-02-03 Thread James Le Cuirot
commit: 23952d3aeb93f43033a93a8ee602d28366beeb50
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb  3 23:02:21 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb  3 23:15:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23952d3a

profiles: Mask dev-java/dsiutils and dev-java/sux4j

Old, unused, broken on Java 7 and up. These are still alive upstream
but bumping is likely non-trivial. Removal in 30 days.

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2e12463..d731289 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# James Le Cuirot  (03 Feb 2016)
+# Old, unused, broken on Java 7 and up. These are still alive upstream
+# but bumping is likely non-trivial. Removal in 30 days.
+dev-java/dsiutils
+dev-java/sux4j
+
 # Bernard Cafarelli  (27 Jan 2016)
 # New llvm version, masked for testing
 =sys-devel/llvm-3.8.0*



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

2016-02-03 Thread James Le Cuirot
commit: a8fe818c14c801c0498c916d6a270549f479aee2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb  3 23:05:50 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb  3 23:15:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fe818c

dev-java/colt: Add ~ppc64 keyword to 1.2.0-r3

Package-Manager: portage-2.2.27

 dev-java/colt/colt-1.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/colt/colt-1.2.0-r3.ebuild 
b/dev-java/colt/colt-1.2.0-r3.ebuild
index ca4b0ed..d9b814a 100644
--- a/dev-java/colt/colt-1.2.0-r3.ebuild
+++ b/dev-java/colt/colt-1.2.0-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www-itg.lbl.gov/~hoschek/colt/";
 LICENSE="colt"
 IUSE=""
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.7"
 RDEPEND=">=virtual/jre-1.7"



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

2016-02-03 Thread Richard Farina
commit: ad56f4684d8cd242df900ceacfa2fe37fbee076c
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Feb  3 22:09:52 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Feb  3 23:00:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad56f468

net-libs/libbtbb: live updates, fix static-libs deps

Package-Manager: portage-2.2.27

 net-libs/libbtbb/libbtbb-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libbtbb/libbtbb-.ebuild 
b/net-libs/libbtbb/libbtbb-.ebuild
index d010cc0..a64a283 100644
--- a/net-libs/libbtbb/libbtbb-.ebuild
+++ b/net-libs/libbtbb/libbtbb-.ebuild
@@ -26,7 +26,7 @@ SLOT="0/${PV}"
 IUSE="+pcap static-libs +wireshark-plugins"
 
 RDEPEND="
-   pcap? ( net-libs/libpcap )
+   pcap? ( net-libs/libpcap[static-libs?] )
wireshark-plugins? (
>=net-analyzer/wireshark-1.8.3-r1:=
)
@@ -70,11 +70,11 @@ src_configure() {
CMAKE_USE_DIR="${S}"
BUILD_DIR="${S}"_build
local mycmakeargs=(
-   -DDISABLE_PYTHON=true
+   -DENABLE_PYTHON=false
-DPACKAGE_MANAGER=true
$(cmake-utils_use pcap PCAPDUMP)
$(cmake-utils_use pcap USE_PCAP)
-   $(cmake-utils_use static-libs BUILD_STATIC)
+   $(cmake-utils_use static-libs BUILD_STATIC_LIB)
)
cmake-utils_src_configure
 



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

2016-02-03 Thread Richard Farina
commit: f8007ea825aa6b53f100b568cd9b8f07f995ab09
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Feb  3 22:58:55 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Feb  3 23:00:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8007ea8

net-wireless/ubertooth: fixup live ebuild and static-libs

Package-Manager: portage-2.2.27

 net-wireless/ubertooth/ubertooth-.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-wireless/ubertooth/ubertooth-.ebuild 
b/net-wireless/ubertooth/ubertooth-.ebuild
index 935e433..fe19eff 100644
--- a/net-wireless/ubertooth/ubertooth-.ebuild
+++ b/net-wireless/ubertooth/ubertooth-.ebuild
@@ -13,14 +13,13 @@ HOMEPAGE="http://ubertooth.sourceforge.net/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+bluez +specan static static-libs +pcap +ubertooth1-firmware +udev"
-REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )
-   static? ( static-libs )"
+IUSE="+bluez +specan static-libs +pcap +ubertooth1-firmware +udev"
+REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )"
 DEPEND="bluez? ( net-wireless/bluez:= )
>=net-libs/libbtbb-${PV}:=[static-libs?]
pcap? ( net-libs/libbtbb[pcap] )
specan? ( ${PYTHON_DEPS} )
-   static? ( dev-libs/libusb[static-libs] )
+   static-libs? ( dev-libs/libusb[static-libs] )
virtual/libusb:1="
 RDEPEND="${DEPEND}
specan? ( >=dev-qt/qtgui-4.7.2:4
@@ -59,7 +58,6 @@ src_configure() {
$(cmake-utils_use_enable bluez USE_BLUEZ)
$(cmake-utils_use pcap USE_PCAP)
$(cmake-utils_use static-libs BUILD_STATIC_LIB)
-   $(cmake-utils_use static BUILD_STATIC_BINS)
$(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
-DENABLE_PYTHON=false
)



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

2016-02-03 Thread Richard Farina
commit: 4fac10fd4270cd48ded92fecc3c0aed1ede9dd76
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Feb  3 18:09:41 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Feb  3 22:59:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fac10fd

net-wireless/ubertooth: drop old version, fix description length

Package-Manager: portage-2.2.27

 net-wireless/ubertooth/Manifest   |   2 -
 net-wireless/ubertooth/ubertooth-2015.09.2.ebuild | 104 --
 net-wireless/ubertooth/ubertooth-2015.10.1.ebuild |   4 +-
 net-wireless/ubertooth/ubertooth-.ebuild  |  16 ++--
 4 files changed, 12 insertions(+), 114 deletions(-)

diff --git a/net-wireless/ubertooth/Manifest b/net-wireless/ubertooth/Manifest
index 40da1f6..7fccdf3 100644
--- a/net-wireless/ubertooth/Manifest
+++ b/net-wireless/ubertooth/Manifest
@@ -1,3 +1 @@
-DIST ubertooth-2015-09-R2.tar.xz 1706712 SHA256 
f2088c8c0e754df47dd8dbf604d5822bf5894b91e4505276c6f9e26b6a23b56d SHA512 
240f6d682fe0addc05bb8ccf7eec931534449adfa9c1369b484aeac73d9bcaf75c211aeede21c6c219e363773ce3d63e4aa0ee6b662acc83409587bd7ac7e4da
 WHIRLPOOL 
9fba78d1740efd342f3892ffc3cf914d1919ef1c7d282786a64afb72d6ed306dec3600363e3f85f2f70d9ccfba6b62f826a72942cb7c9316d151dd2718f79b09
 DIST ubertooth-2015-10-R1.tar.xz 1716840 SHA256 
bc37e7978d137a64d918d7c8f1e7ca9cff093f9921d805e9809b12e5ab12ae35 SHA512 
ad7229c9509db4b4230ec28d1c16200f0780dd7ce55224528ced6d8969f342a79b7317b69e7b9e49d03e93f973203801f4f703dd80dc115400366b0984c965b1
 WHIRLPOOL 
5f46bdc8746481d68fd5c8e3ce04aadbcc1bc704c95b1b5a3d389376704a2a3e702faf819c749f98cb737578e9ccfa3ac01887081bceeceed2e4804493b2c2a8
-DIST ubertooth_one_rx_only.dfu 32060 SHA256 
fefc034ff19fa8b4b307d77c875bfeaa639e2aa0ecf8b8337e6424618480b1b5 SHA512 
daeaeae90cb2aa591db2787466cbdc7365ce4e74ce5f7af4f61c9c1a22af93e846ea9230acca64f88a85a959d0db447b19da4dc4d213601db8dd1ad3d9978fa7
 WHIRLPOOL 
3069bf540c87d317e4f612b25ef4af10c3a9197ec9ead69082021442e0cc70d4b381488ba4bd509f75535a43f8f7b5fcebae313b96623513de846edb51cf63a0

diff --git a/net-wireless/ubertooth/ubertooth-2015.09.2.ebuild 
b/net-wireless/ubertooth/ubertooth-2015.09.2.ebuild
deleted file mode 100644
index efbfbb0..000
--- a/net-wireless/ubertooth/ubertooth-2015.09.2.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_OPTIONAL=1
-
-inherit multilib distutils-r1 cmake-utils udev
-
-HOMEPAGE="http://ubertooth.sourceforge.net/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+bluez +specan +pcap +ubertooth1-firmware +udev"
-REQUIRED_USE=" specan? ( ${PYTHON_REQUIRED_USE} )"
-DEPEND="bluez? ( net-wireless/bluez:= )
-   >=net-libs/libbtbb-${PV}:=
-   pcap? ( net-libs/libbtbb[pcap] )
-   specan? ( ${PYTHON_DEPS} )
-   virtual/libusb:1="
-RDEPEND="${DEPEND}
-   specan? ( >=dev-qt/qtgui-4.7.2:4
-   >=dev-python/pyside-1.0.2[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.3[${PYTHON_USEDEP}] )
-   udev? ( virtual/udev )"
-
-MY_PV=${PV/\./-}
-MY_PV=${MY_PV/./-R}
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git";
-   inherit git-r3
-   KEYWORDS=""
-   S="${WORKDIR}/${P}/host"
-else
-   S="${WORKDIR}/${PN}-${MY_PV}/host"
-   
SRC_URI="https://github.com/greatscottgadgets/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.xz
-   
https://github.com/greatscottgadgets/${PN}/releases/download/${MY_PV}/${PN}_one_rx_only.dfu";
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-DESCRIPTION="An open source wireless development platform suitable for 
Bluetooth experimentation"
-
-#readd firmware building, but do it right
-#USE="-fortran -mudflap -nls -openmp -multilib" crossdev --without-headers 
--genv 'EXTRA_ECONF="--with-mode=thumb --with-cpu=cortex-m3 --with-float=soft"' 
-s4 -t arm-cortexm3-eabi
-
-src_prepare() {
-   cmake-utils_src_prepare
-   if use specan; then
-   pushd python/specan_ui || die
-   distutils-r1_src_prepare
-   popd
-   fi
-}
-
-src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use_enable bluez USE_BLUEZ)
-   $(cmake-utils_use pcap USE_PCAP)
-   $(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
-   -DDISABLE_PYTHON=true
-   )
-   if use udev; then
-   mycmakeargs+=(
-   -DUDEV_RULES_GROUP=usb
-   -DUDEV_RULES_PATH="$(get_udevdir)/rules.d"
-   )
-   fi
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-
-   if use specan; then
-   pushd python/specan_ui || die
-   distutils-r1_src_compile
-   popd
-   fi
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   insinto /usr/share/${PN}
- 

[gentoo-commits] proj/tinderbox-cluster-www:master commit in: python/templates/includes/frontpage/, ...

2016-02-03 Thread Magnus Granberg
commit: c89b5d183a329b65306d22d6e994d5cbd0d00353
Author: Magnus Granberg  gentoo  org>
AuthorDate: Wed Feb  3 22:47:23 2016 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Wed Feb  3 22:47:23 2016 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=c89b5d18

update buildinfo to packages

 python/tbc_www/views.py| 65 +++---
 python/templates/includes/frontpage/new_logs   | 24 
 .../pages/packages/ebuilds/ebuild/index.html   |  4 +-
 python/templates/pages/packages/ebuilds/index.html | 12 +++-
 4 files changed, 70 insertions(+), 35 deletions(-)

diff --git a/python/tbc_www/views.py b/python/tbc_www/views.py
index 29fb520..e5b92a0 100644
--- a/python/tbc_www/views.py
+++ b/python/tbc_www/views.py
@@ -32,7 +32,7 @@ def home(request):
pagerequest = 'home'
Lines = 10
TmpDict = default_TmpDict(pagerequest)
-   TmpDict['EM'] = EbuildsMetadata.objects.filter(New = 
True).order_by('-Id')[:Lines]
+   TmpDict['EM'] = EbuildsMetadata.objects.order_by('-Id')[:Lines]
alist = []
for BL in BuildLogs.objects.order_by('-TimeStamp')[:Lines]:
adict2 = {}
@@ -41,10 +41,23 @@ def home(request):
adict2['P'] = BL.EbuildId.PackageId.Package
adict2['V'] = BL.EbuildId.Version
adict2['R'] = BL.EbuildId.PackageId.RepoId.Repo
-   adict2['Fail'] = BL.Fail
adict2['SummeryText'] = BL.SummeryText
+   adict2['Fail'] = BL.Fail
if BL.Fail:
-   adict2['BE_tmp'] = 
BuildLogsErrors.objects.filter(BuildLogId = BL.BuildLogId)
+   BE_tmp = BuildLogsErrors.objects.filter(BuildLogId = 
BL.BuildLogId)
+   for BE in BE_tmp:
+   if BE.ErrorId.ErrorId == 3:
+   adict2['FailCode'] = 'OTHERS'
+   if BE.ErrorId.ErrorId >= 4:
+   adict2['FailCode'] = 
BE.ErrorId.ErrorName
+   adict2['Repoman'] = False
+   BLRe = BuildLogsRepoman.objects.filter(BuildLogId = 
BL.BuildLogId)
+   if BLRe.exists():
+   adict2['Repoman'] = True
+   adict2['Qa'] = False
+   BLQe = BuildLogsQa.objects.filter(BuildLogId = BL.BuildLogId)
+   if BLQe.exists():
+   adict2['Qa'] = True
alist.append(adict2)
TmpDict['BL'] = alist
adict = {}
@@ -163,21 +176,22 @@ def ebuilds(request, package_id):
TmpDict['Bl'] = False
alist = []
for EM in TmpDict['EM_tmp']:
-   adict = {}
-   adict['EbuildId'] = EM.EbuildId.EbuildId
-   adict['fail'] = False
BLe = BuildLogs.objects.filter(EbuildId__EbuildId = 
EM.EbuildId.EbuildId).filter(EbuildId__Active = True)
-   if BLe.filter(Fail = True).exists():
-   adict['fail'] = True
-   adict['repoman'] = False
-   BLRe = 
BuildLogsRepoman.objects.filter(BuildLogId__EbuildId__EbuildId = 
EM.EbuildId.EbuildId).filter(BuildLogId__EbuildId__Active = True)
-   if BLRe.exists():
-   adict['repoman'] = True
-   adict['qa'] = False
-   BLQe = 
BuildLogsQa.objects.filter(BuildLogId__EbuildId__EbuildId = 
EM.EbuildId.EbuildId).filter(BuildLogId__EbuildId__Active = True)
-   if BLQe.exists():
-   adict['qa'] = True
-   alist.append(adict)
+   if BLe.exists():
+   adict = {}
+   adict['EbuildId'] = EM.EbuildId.EbuildId
+   adict['fail'] = False
+   if BLe.filter(Fail = True).exists():
+   adict['fail'] = True
+   adict['repoman'] = False
+   BLRe = 
BuildLogsRepoman.objects.filter(BuildLogId__EbuildId__EbuildId = 
EM.EbuildId.EbuildId).filter(BuildLogId__EbuildId__Active = True)
+   if BLRe.exists():
+   adict['repoman'] = True
+   adict['qa'] = False
+   BLQe = 
BuildLogsQa.objects.filter(BuildLogId__EbuildId__EbuildId = 
EM.EbuildId.EbuildId).filter(BuildLogId__EbuildId__Active = True)
+   if BLQe.exists():
+   adict['qa'] = True
+   alist.append(adict)
TmpDict['fi_tmp'] = alist
return render(request, 'pages/' + pagerequest + '/ebuilds/index.html', 
TmpDict)
 
@@ -202,7 +216,7 @@ def new_main(request):
pagerequest = 'new'
Lines = 30
TmpDict = default_TmpDict(pagerequest)
-   TmpDict['EM'] = EbuildsMetadata.objects.filter(New = 
True).order_by('-Id')[:Lines]
+   TmpDict['EM'] =

[gentoo-commits] proj/kvm-tools:master commit in: app-emulation/qemu-init-scripts/files/

2016-02-03 Thread Rafael Martins
commit: e8fedc2eba3ffdb13b5b1c9c958aede829a96d3f
Author: Rafael G. Martins  rafaelmartins  eng  br>
AuthorDate: Sat Dec 12 13:45:06 2015 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sat Dec 12 13:45:06 2015 +
URL:https://gitweb.gentoo.org/proj/kvm-tools.git/commit/?id=e8fedc2e

typo

 app-emulation/qemu-init-scripts/files/qemu-conf.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu-init-scripts/files/qemu-conf.example 
b/app-emulation/qemu-init-scripts/files/qemu-conf.example
index 58beaf7..d797519 100644
--- a/app-emulation/qemu-init-scripts/files/qemu-conf.example
+++ b/app-emulation/qemu-init-scripts/files/qemu-conf.example
@@ -48,7 +48,7 @@ DISKIMAGE=/mnt/kvm/gentoo64.qcow2
 
 # Drive format.
 #
-# See qemu documentation,
+# See qemu documentation.
 #
 # Defaults to autodetection.
 #



[gentoo-commits] proj/kvm-tools:master commit in: app-emulation/qemu-init-scripts/files/

2016-02-03 Thread Rafael Martins
commit: c675b29dbc3f9b53b21e8998c3b0172932c7bd11
Author: Rafael G. Martins  rafaelmartins  eng  br>
AuthorDate: Sat Dec 12 13:42:12 2015 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sat Dec 12 13:42:12 2015 +
URL:https://gitweb.gentoo.org/proj/kvm-tools.git/commit/?id=c675b29d

added DRIVE_FORMAT

 app-emulation/qemu-init-scripts/files/qemu-conf.example | 8 
 app-emulation/qemu-init-scripts/files/qemu-init-script  | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/app-emulation/qemu-init-scripts/files/qemu-conf.example 
b/app-emulation/qemu-init-scripts/files/qemu-conf.example
index 54f089f..58beaf7 100644
--- a/app-emulation/qemu-init-scripts/files/qemu-conf.example
+++ b/app-emulation/qemu-init-scripts/files/qemu-conf.example
@@ -46,6 +46,14 @@ DISKIMAGE=/mnt/kvm/gentoo64.qcow2
 #
 #DRIVE_MODEL=
 
+# Drive format.
+#
+# See qemu documentation,
+#
+# Defaults to autodetection.
+#
+#DRIVE_FORMAT=
+
 
 ##  General settings
 

diff --git a/app-emulation/qemu-init-scripts/files/qemu-init-script 
b/app-emulation/qemu-init-scripts/files/qemu-init-script
index 2102cc0..4eeb42b 100644
--- a/app-emulation/qemu-init-scripts/files/qemu-init-script
+++ b/app-emulation/qemu-init-scripts/files/qemu-init-script
@@ -184,7 +184,7 @@ start() {
"${vm_args[@]}" \
-pidfile ${PIDFILE} -monitor unix:${MONITOR},server,nowait \
-runas ${DROP_USER} -name ${VMNAME} \
-   -drive 
file="${DISKIMAGE//,/,,}",if=${DRIVE_MODEL:-virtio},cache=${DRIVE_CACHE:-none} \
+   -drive 
file="${DISKIMAGE//,/,,}",if=${DRIVE_MODEL:-virtio},cache=${DRIVE_CACHE:-none}${DRIVE_FORMAT:+,format=${DRIVE_FORMAT}}
 \
"${NIC_COMMAND[@]}" \
${DISABLE_KVM:---enable-kvm}  \
${MEMORY:+-m ${MEMORY}} ${SMP:+-smp ${SMP}} ${OTHER_ARGS}



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

2016-02-03 Thread Michael Orlitzky
commit: 6b3110e30b90034b1aefab1fae71a184b1dba582
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jan 30 22:19:38 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  3 22:10:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3110e3

php-pear-r1.eclass: add support for EAPI=6 and clean up the EAPI check.

The dev-lang/php dependency in php-pear-r1.eclass is calculated based
on the EAPI. In newer EAPIs, we specify the "any slot" operator to
avoid repoman warnings. Previously, the "any slot" operator was added
only for EAPI=5; this commit adds it for EAPI=6.

In addition, EAPIs 0, 1, 2, 3, and 4 are named explicitly in the case
statement. The default "*" case now dies with a warning that the EAPI
is unsupported.

 eclass/php-pear-r1.eclass | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass
index 85eee28..237cf83 100644
--- a/eclass/php-pear-r1.eclass
+++ b/eclass/php-pear-r1.eclass
@@ -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,14 +19,17 @@ inherit multilib
 
 EXPORT_FUNCTIONS pkg_setup src_install
 
-# Silence repoman warnings
 case "${EAPI:-0}" in
-5)
-PHP_DEPEND="dev-lang/php:*"
-;;
-*)
-PHP_DEPEND="dev-lang/php"
-;;
+   0|1|2|3|4)
+   PHP_DEPEND="dev-lang/php"
+   ;;
+   5|6)
+   # Repoman will complain about the missing slot in newer EAPIs.
+   PHP_DEPEND="dev-lang/php:*"
+   ;;
+   *)
+   die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
+   ;;
 esac
 
 DEPEND="${PHP_DEPEND}



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

2016-02-03 Thread Michael Orlitzky
commit: bbf63155bedcf2b2cbd58a881bd717c4f4b86467
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jan 30 22:42:40 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  3 22:10:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf63155

dev-php/PEAR-DB_DataObject: add version 1.11.5.

This version bump was mostly straightforward, but the ebuild was
ported to EAPI=6 and its dependencies were cleaned up as well. A
simpler pattern was used to replace the existing "sed" invocation.
The LICENSE was also updated per the homepage.

Gentoo-Bug: 573242
Reported-By: Hanno Böck

Package-Manager: portage-2.2.26

 dev-php/PEAR-DB_DataObject/Manifest|  1 +
 .../PEAR-DB_DataObject-1.11.5.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-php/PEAR-DB_DataObject/Manifest 
b/dev-php/PEAR-DB_DataObject/Manifest
index a13eb30..5b5b89c 100644
--- a/dev-php/PEAR-DB_DataObject/Manifest
+++ b/dev-php/PEAR-DB_DataObject/Manifest
@@ -1 +1,2 @@
 DIST DB_DataObject-1.11.3.tgz 81873 SHA256 
5fa1ce2d3d2543a5b9e8f825a2c9a409201978b0f6c45da1f9dadfe58ac47d2b SHA512 
bf74b99b6d28e8c5074dd9058ad6624ed93cd4578164d71fcf2c70070a81f5bb5dfc46d11d5a1408ad5bac12ac6d36cd47dbe102b16ffbf9c091153e9e400d8f
 WHIRLPOOL 
3189f3238afc0d7087ced6c1b1bd91ecf99b009f03e17e907d68404c7d5e06f6ebeda0d5b3ef7235802fd18062ae330ec974b5121de17078521cec2210a1e0c9
+DIST DB_DataObject-1.11.5.tgz 83878 SHA256 
0157d3197c28b33d41c069b7f0ed8d2651fe2377e83a0a7b9f1b7a47a4f31b05 SHA512 
bc8c5d0994fba78c6f8137682da87018e7660ceb39f5583aabf424509bf0ab263b8f32f6676821acaf69ed991778ad85f5f3fc156799c0811b2ec39546688bc6
 WHIRLPOOL 
64e1eea3a33e83d307a5059e7f770fb9e16b0c67ac4feb6962e0f7c2caf102a160645005581c9cf828f0013829fe133a2fe8dc66356039283a3b3908f3cc3472

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild
new file mode 100644
index 000..87d2dae
--- /dev/null
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="SQL builder and data modeling layer"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE="minimal"
+
+# The MDB2/DB dependencies are listed as "optional," but really, you
+# need one or the other. Prefer the newer MDB2 to the deprecated DB.
+DEPEND=""
+RDEPEND="|| ( dev-php/PEAR-MDB2 dev-php/PEAR-DB )
+   dev-php/PEAR-Date
+   !minimal? ( dev-php/PEAR-Validate )"
+
+src_prepare() {
+   # Don't install this batch file -- it winds up in ${EPREFIX}/usr/bin.
+   # Delete the line that mentions it from package.xml.
+   sed -e '/DB_DataObject_createTables\.bat/d' \
+   -i "${WORKDIR}/package.xml" \
+   || die "failed to remove batch file from package.xml"
+
+   eapply_user
+}



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

2016-02-03 Thread Jeroen Roovers
commit: 41d03857189049e12c9e88cd73a7cb77607b9e2c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb  3 21:54:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb  3 21:55:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d03857

www-client/vivaldi: Version bump.

Package-Manager: portage-2.2.27

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.0.385.5_p1.ebuild | 109 +
 2 files changed, 111 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 1014c7c..6c249ee 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,3 +2,5 @@ DIST vivaldi-1.0.377.10_p1-amd64.deb 44007696 SHA256 
01f3994438454e951bbde79bf33
 DIST vivaldi-1.0.377.10_p1-i386.deb 44514502 SHA256 
9bc9ff3de9c761c7011575831339a2463678cec605425e5f11aad22bf8f6234e SHA512 
0203b8ba3c3b2b06d2b42fbc01dd2498bd3a7e8f55a3f2476e4adfd2d436a7be4ba75db3df3aab2765a812b4544087e731100e54f337169341589d779e53
 WHIRLPOOL 
d69fa5273b8fe65b4aba7b651e0b0f255b810e5941e86e771b8cbb195df1ba78c1e5257b6c7fcb867127ddcdb8989fe16d149f5ef1f1967845795c449407069a
 DIST vivaldi-1.0.380.2_p1-amd64.deb 43968718 SHA256 
395a1dde2110beaddc84e7cdd499a755221a77659fdd37880b46b61c40efbb61 SHA512 
27be054bffb0cff5e3b4f3e7628184c2cb3a3ac3943287256c2881a9069dcb39578d4e724367365cb105f7fffa40a89634f8c3613a9fc6ea7265ee406148e17e
 WHIRLPOOL 
bdf9c530737e9c301afb0534427c090cef35a192ba3deba36205ca819d964c819f7c93b1061c2a2167a9166fcb19931e7cdd8e13dbbf01f93d3a84987910477a
 DIST vivaldi-1.0.380.2_p1-i386.deb 44523458 SHA256 
21c1fd9e8608d8fed7aa0cc227239d61f95d6c6c27330bc2b9ca6a72de7ce87a SHA512 
86c4af19eec49e880ae6e549c7ad9d26859965ee9c75d81b95e5df6ab35fa6c42b03d90d5263e21957d76e9f5a56ee80f0a100d688cbde0de86432f990581a55
 WHIRLPOOL 
73a6397d706841fa8d7fce7077b48797ddb1339c30d15429c5375cbe38cca35e42537603981f42a1a95591192af886b9b921eefa9f6a6afcd1f3c0956d6c3b13
+DIST vivaldi-1.0.385.5_p1-amd64.deb 44038492 SHA256 
c1971b557d8df405517895552c2e18f545b006e80aa0df799a4ce04852275df0 SHA512 
cca114da8c0eb9a1eef9d0eb02eba61365c6772fbbad9d6bb5dde6e81ca08a92a6a356d61e16dd3df7d731c53cf26de70ff8ff09ec09d45b550e5ce7232d64a7
 WHIRLPOOL 
5f0dfd61b493361f05d52e9443c1830e5710a1d892da6cc5d8f167ba24a062faaa8bd75795cb48b3fdf884b04b49a4e6fb9678a9cd9a88d21a0f13f0a0ff2c1d
+DIST vivaldi-1.0.385.5_p1-i386.deb 44479030 SHA256 
8179ead698d0bfbec096b720e9e490fa4ca9f9f42c3e34804474ff528c5fb2bf SHA512 
1acce87c41d11de388118825bc72bc24fe7e1881bb642dc4b0ea5086e65ef530da4ad218dbcd4e6d69e26bb77612583f66be7f8e127a29b098fe239f0db1d337
 WHIRLPOOL 
8db8eec5adb632f8975b9ac2992845e57ad8d743c3cf14c0f570e133b514b4a1515d666f5127b7a29076a395d5153f5a5da2889d022a18d236df6916af55979d

diff --git a/www-client/vivaldi/vivaldi-1.0.385.5_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.0.385.5_p1.ebuild
new file mode 100644
index 000..f985379
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.0.385.5_p1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en_GB en_US es_419 es et fa fil fi fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh_CN zh_TW
+"
+inherit chromium eutils multilib unpacker toolchain-funcs
+
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="${HOMEPAGE}download/snapshot/${PN}-snapshot_${PV/_p/-}_"
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+VIVALDI_HOME="opt/${PN}-snapshot"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   sed -i \
+   -e "s|@LIBDIR@|$(get_libdir)|g" \
+   opt/vivaldi-snapshot/vivaldi-snapshot || die
+
+   sed -i \
+   -e 's|vivaldi-snapshot|vivaldi|g' \
+   usr/share/applications/${PN}-snapshot.desktop \
+   usr/s

[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-02-03 Thread Manuel Rüger
commit: a76e1ea7e9086bafd5fb4dea24b3d7828d22
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb  3 21:49:03 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb  3 21:49:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76e

www-servers/nginx: Remove vulnerable

Gentoo-Bugs: 573046

Package-Manager: portage-2.2.27

 www-servers/nginx/Manifest   |   1 -
 www-servers/nginx/nginx-1.9.7.ebuild | 695 ---
 2 files changed, 696 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 570f2b5..d1766ab 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,7 +1,6 @@
 DIST modsecurity-2.9.0.tar.gz 4246467 SHA256 
e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434 SHA512 
1af04f29bf23c51d03cdd3795c530f88b523a645aa02d776a6b23dcbc31decec7cd574919e5c7c7cf82684df2774062de5e465bddbbaf4c01a442c6d49401d3d
 WHIRLPOOL 
1167ba6048a3ca05dcdabf03c67ae12720cca0cec74547fc223ee92ff76b6d5131785fa77b5f16da180e56590c851c192eaf02817b798e4d6f41fa6bfb2735a6
 DIST nginx-1.8.1.tar.gz 833473 SHA256 
8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7 SHA512 
546eba1749af0034cb8b924d2432be2f0e82a75c545aa929391ef7234103c3f29376235a2ef1363b120e1825cda15aeb085a05f9ce3596c88466e112e82aa882
 WHIRLPOOL 
cd399083fb14bdb3498f1cd91a1cb59a73d37f323ce7c2a32500c9443f654cb5449137708cf149a0126aedb77abec9d1eb3dce3121f0b378d7d70e8eb18062af
 DIST nginx-1.9.10.tar.gz 889267 SHA256 
fb14d76844cab0a5a0880768be28965e74f9956790f618c454ef6098e26631d9 SHA512 
60a736afe98e46abeb572c938702b09b0098164584bf8b5c1978c2b83269b6c2b99a60b7c8c9482230c26eebaeeb684f3aa7db52af4d7a3c18434542730873e0
 WHIRLPOOL 
8f285f6d4c4f7e312791d7dc6fc072dbb1207315fcb7facac0ce958389473641de2f2c2cd03cfd11c0df3a16abd84522bb150090b561a46752e8b6317363fbeb
-DIST nginx-1.9.7.tar.gz 885562 SHA256 
794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5 SHA512 
a3fa097164954b10120a0e7dca4b877da17c237f1e3ca47365aedf55ade2fe55b0f072404dcb909636b3afaa2b51f5c45b002b54424bd6b80ab76b835bbcc7de
 WHIRLPOOL 
09a0b002d3cfc4650461c187d9192305208e38d738b2499109c3969c05aa8fb56d60730ab0a207bb64ffad5c450fb994b91a9a3ca1178633901ed236a4f3a245
 DIST nginx_http_sticky_module_ng-1.2.5.tar.bz2 124072 SHA256 
f975c033eb3c342f7247f6524774bbb727aaf630ed984576dbafe5de7a790c58 SHA512 
d6ae723f739efb2f0548461931b1c395801684759962beda08067111426b1c9787ceaede91b0e984c023108fd17864c53c53925506f7e8e25ec8d2fc065585f6
 WHIRLPOOL 
1013c6a51f5989c8131392b3d9704d42c99f9727a673f6205878d0b7dfd265bb6042c1d30089603c9b38e339d48302e6873e77fe380b7e8edba25b71e9e84ba6
 DIST nginx_http_sticky_module_ng-1.2.6.tar.bz2 124089 SHA256 
e47b9fd435d7a5a3200f945a9745aaa7b9446495bda76df48f211129f88d6b26 SHA512 
2632b04c94f523aa7c9726db182cba11d83e642c2db5798274e67fbef30de95d02e4e95cbfb98bc429d4244d630b5d9617405b43f728ae0117a5c134940c0ded
 WHIRLPOOL 
1b754c02f834c6b4d4930e9c46b8c5accb6c9663718fb9296c92d79bc33206e66e49e4234ca4db9a5afcd42fa23273bdf0e675aa7b38927c4e46a85318c189eb
 DIST ngx_devel_kit-0.2.19-r1.tar.gz 65029 SHA256 
501f299abdb81b992a980bda182e5de5a4b2b3e275fbf72ee34dd7ae84c4b679 SHA512 
915954acf16a27fbd3c93c154012d38e864f1d8dfd51cde401bba26e46eb3e3c778ec4c92f4f8ed83ac001e96cee72765554d0e4da06acf6a4be5184b23b3657
 WHIRLPOOL 
0ce6bffc0fe2cef28ee74f5862ca6d914ed18fdee18d900608ff2a9983594c707aab3e335957b79dd7e77ae1beed054d8f71965ca0f57fc5f1d41ac06106c5a4

diff --git a/www-servers/nginx/nginx-1.9.7.ebuild 
b/www-servers/nginx/nginx-1.9.7.ebuild
deleted file mode 100644
index f13c837..000
--- a/www-servers/nginx/nginx-1.9.7.ebuild
+++ /dev/null
@@ -1,695 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# Maintainer notes:
-# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
-# - any http-module activates the main http-functionality and overrides 
USE=-http
-# - keep the following requirements in mind before adding external modules:
-#  * alive upstream
-#  * sane packaging
-#  * builds cleanly
-#  * does not need a patch for nginx core
-# - TODO: test the google-perftools module (included in vanilla tarball)
-
-# prevent perl-module from adding automagic perl DEPENDs
-GENTOO_DEPEND_ON_PERL="no"
-
-# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
-DEVEL_KIT_MODULE_PV="0.2.19"
-DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
-DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz";
-DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"
-
-# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
-HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.1"
-HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
-HTTP_UPLOAD_PROGRESS_MODULE_URI="https:/

[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-02-03 Thread Manuel Rüger
commit: f9987f337ea7cf08ada9dc9028a0a4d2de708a66
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb  3 21:48:30 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb  3 21:48:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9987f33

www-servers/nginx: Version bump

Package-Manager: portage-2.2.27

 www-servers/nginx/Manifest|   1 +
 www-servers/nginx/nginx-1.9.10.ebuild | 695 ++
 2 files changed, 696 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index bd04b04..570f2b5 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,5 +1,6 @@
 DIST modsecurity-2.9.0.tar.gz 4246467 SHA256 
e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434 SHA512 
1af04f29bf23c51d03cdd3795c530f88b523a645aa02d776a6b23dcbc31decec7cd574919e5c7c7cf82684df2774062de5e465bddbbaf4c01a442c6d49401d3d
 WHIRLPOOL 
1167ba6048a3ca05dcdabf03c67ae12720cca0cec74547fc223ee92ff76b6d5131785fa77b5f16da180e56590c851c192eaf02817b798e4d6f41fa6bfb2735a6
 DIST nginx-1.8.1.tar.gz 833473 SHA256 
8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7 SHA512 
546eba1749af0034cb8b924d2432be2f0e82a75c545aa929391ef7234103c3f29376235a2ef1363b120e1825cda15aeb085a05f9ce3596c88466e112e82aa882
 WHIRLPOOL 
cd399083fb14bdb3498f1cd91a1cb59a73d37f323ce7c2a32500c9443f654cb5449137708cf149a0126aedb77abec9d1eb3dce3121f0b378d7d70e8eb18062af
+DIST nginx-1.9.10.tar.gz 889267 SHA256 
fb14d76844cab0a5a0880768be28965e74f9956790f618c454ef6098e26631d9 SHA512 
60a736afe98e46abeb572c938702b09b0098164584bf8b5c1978c2b83269b6c2b99a60b7c8c9482230c26eebaeeb684f3aa7db52af4d7a3c18434542730873e0
 WHIRLPOOL 
8f285f6d4c4f7e312791d7dc6fc072dbb1207315fcb7facac0ce958389473641de2f2c2cd03cfd11c0df3a16abd84522bb150090b561a46752e8b6317363fbeb
 DIST nginx-1.9.7.tar.gz 885562 SHA256 
794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5 SHA512 
a3fa097164954b10120a0e7dca4b877da17c237f1e3ca47365aedf55ade2fe55b0f072404dcb909636b3afaa2b51f5c45b002b54424bd6b80ab76b835bbcc7de
 WHIRLPOOL 
09a0b002d3cfc4650461c187d9192305208e38d738b2499109c3969c05aa8fb56d60730ab0a207bb64ffad5c450fb994b91a9a3ca1178633901ed236a4f3a245
 DIST nginx_http_sticky_module_ng-1.2.5.tar.bz2 124072 SHA256 
f975c033eb3c342f7247f6524774bbb727aaf630ed984576dbafe5de7a790c58 SHA512 
d6ae723f739efb2f0548461931b1c395801684759962beda08067111426b1c9787ceaede91b0e984c023108fd17864c53c53925506f7e8e25ec8d2fc065585f6
 WHIRLPOOL 
1013c6a51f5989c8131392b3d9704d42c99f9727a673f6205878d0b7dfd265bb6042c1d30089603c9b38e339d48302e6873e77fe380b7e8edba25b71e9e84ba6
 DIST nginx_http_sticky_module_ng-1.2.6.tar.bz2 124089 SHA256 
e47b9fd435d7a5a3200f945a9745aaa7b9446495bda76df48f211129f88d6b26 SHA512 
2632b04c94f523aa7c9726db182cba11d83e642c2db5798274e67fbef30de95d02e4e95cbfb98bc429d4244d630b5d9617405b43f728ae0117a5c134940c0ded
 WHIRLPOOL 
1b754c02f834c6b4d4930e9c46b8c5accb6c9663718fb9296c92d79bc33206e66e49e4234ca4db9a5afcd42fa23273bdf0e675aa7b38927c4e46a85318c189eb

diff --git a/www-servers/nginx/nginx-1.9.10.ebuild 
b/www-servers/nginx/nginx-1.9.10.ebuild
new file mode 100644
index 000..6c88b32
--- /dev/null
+++ b/www-servers/nginx/nginx-1.9.10.ebuild
@@ -0,0 +1,695 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# Maintainer notes:
+# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
+# - any http-module activates the main http-functionality and overrides 
USE=-http
+# - keep the following requirements in mind before adding external modules:
+#  * alive upstream
+#  * sane packaging
+#  * builds cleanly
+#  * does not need a patch for nginx core
+# - TODO: test the google-perftools module (included in vanilla tarball)
+
+# prevent perl-module from adding automagic perl DEPENDs
+GENTOO_DEPEND_ON_PERL="no"
+
+# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
+DEVEL_KIT_MODULE_PV="0.2.19"
+DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
+DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz";
+DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"
+
+# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
+HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.1"
+HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
+HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz";
+HTTP_UPLOAD_PROGRESS_MODULE_WD="${WORKDIR}/nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
+
+# http_headers_more (https://github.com/agentzh/headers-more-nginx-module, BSD 
license)
+HTTP_HEADERS_MORE_MODULE_PV="0.28"
+HTTP_HEADERS_MORE_MODULE_P="ngx_http_headers_more-${HTTP_HEADERS_MORE_MODULE_PV

[gentoo-commits] proj/eselect-python: New branch: pyexec-2.3

2016-02-03 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  3 21:41:09 2016 +

New branch: pyexec-2.3




[gentoo-commits] dev/mrueg:master commit in: x11-drivers/xf86-video-intel/

2016-02-03 Thread Manuel Rüger
commit: 93d0350e17bc0a9d68406140498745dcd6b8af80
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb  3 21:15:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb  3 21:15:55 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=93d0350e

x11-drivers/xf86-video-intel: Update snapshot

Package-Manager: portage-2.2.27

 x11-drivers/xf86-video-intel/Manifest   | 2 +-
 917_p20160127.ebuild => xf86-video-intel-2.99.917_p20160203.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-intel/Manifest 
b/x11-drivers/xf86-video-intel/Manifest
index 3b22298..a2f7415 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -1 +1 @@
-DIST xf86-video-intel-2.99.917_p20160127.tar.xz 931860 SHA256 
bb036bb41b76564772fe02238a9c057a5b992a444a444171599eaafb3eb107a3 SHA512 
c6d73430ce0bc46cb9bac07ed42ed65013f693ccbbfe10558d2e26f0bd962c798cbbae3c842e886cc9b7d5dc06af83d633a8605400c776c1fc7183b59ecc7b79
 WHIRLPOOL 
0cf0a134f4060a4552955f3c330e279f5cd0f3dd8c2eb92719c3e8c488493a5c59740c0472da960acf0f0b07d765113076c58c1faddf5f02fc2ad944deebf4ca
+DIST xf86-video-intel-2.99.917_p20160203.tar.xz 932800 SHA256 
a40792f8bcb7d48593d60d4a97a957dd0a2b505e13f15638087abd20ba98df60 SHA512 
e0bdbcbe297686c3d05573932ad929d7681de52bf9b02e37b51550da55ae0841f515b740dd67bf9053048acb8b6be05eb3b7d6121d7021abbae2b31dd2a30698
 WHIRLPOOL 
3ede81189f4040d26e6ab4b33d539a67ee0f11553a7db84eb6e15d6f6d6cb5345244e1515e072c48874689bc07ed159ee01f9544aabc7690320e017b245ad1dc

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160127.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160203.ebuild
similarity index 96%
rename from 
x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160127.ebuild
rename to 
x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160203.ebuild
index 9fd9e12..921b933 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160127.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160203.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="X.Org driver for Intel cards"
 
 KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd"
 IUSE="debug +sna +udev uxa xvmc"
-COMMIT_ID="2bee35a86b77bc7371a81dfa1586398edde56917"
+COMMIT_ID="8b8c9a36828e90e46ad0755c6861df85f5307fb5"
 
SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz
 -> ${P}.tar.xz"
 
 S=${WORKDIR}/${COMMIT_ID}



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-02-03 Thread Manuel Rüger
commit: 850bf24442a7f7e43a0b5a5a1c877c6b98128fb2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb  3 21:13:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb  3 21:13:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850bf244

www-servers/nginx: Remove old

Package-Manager: portage-2.2.27

 www-servers/nginx/Manifest   |   1 -
 www-servers/nginx/nginx-1.8.0.ebuild | 667 ---
 2 files changed, 668 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 9631b07..bd04b04 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,5 +1,4 @@
 DIST modsecurity-2.9.0.tar.gz 4246467 SHA256 
e2bbf789966c1f80094d88d9085a81bde082b2054f8e38e0db571ca49208f434 SHA512 
1af04f29bf23c51d03cdd3795c530f88b523a645aa02d776a6b23dcbc31decec7cd574919e5c7c7cf82684df2774062de5e465bddbbaf4c01a442c6d49401d3d
 WHIRLPOOL 
1167ba6048a3ca05dcdabf03c67ae12720cca0cec74547fc223ee92ff76b6d5131785fa77b5f16da180e56590c851c192eaf02817b798e4d6f41fa6bfb2735a6
-DIST nginx-1.8.0.tar.gz 832104 SHA256 
23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 SHA512 
3e5d7e1b01839b2638251c47046149450b9b65985e611ef55e5953846e9eb0128c3708c695540ad4dfd0ce5e3060dfecb51213403048fab1a99dd5cea94f0038
 WHIRLPOOL 
e4619e0e0454b86d725a21abe9300ad33ad700c4d577b33f1762b5af796093abd3c7b6afed38301dd0b2a235d6ff47db189b24fd19a5cbc777398bc237ae8534
 DIST nginx-1.8.1.tar.gz 833473 SHA256 
8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7 SHA512 
546eba1749af0034cb8b924d2432be2f0e82a75c545aa929391ef7234103c3f29376235a2ef1363b120e1825cda15aeb085a05f9ce3596c88466e112e82aa882
 WHIRLPOOL 
cd399083fb14bdb3498f1cd91a1cb59a73d37f323ce7c2a32500c9443f654cb5449137708cf149a0126aedb77abec9d1eb3dce3121f0b378d7d70e8eb18062af
 DIST nginx-1.9.7.tar.gz 885562 SHA256 
794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5 SHA512 
a3fa097164954b10120a0e7dca4b877da17c237f1e3ca47365aedf55ade2fe55b0f072404dcb909636b3afaa2b51f5c45b002b54424bd6b80ab76b835bbcc7de
 WHIRLPOOL 
09a0b002d3cfc4650461c187d9192305208e38d738b2499109c3969c05aa8fb56d60730ab0a207bb64ffad5c450fb994b91a9a3ca1178633901ed236a4f3a245
 DIST nginx_http_sticky_module_ng-1.2.5.tar.bz2 124072 SHA256 
f975c033eb3c342f7247f6524774bbb727aaf630ed984576dbafe5de7a790c58 SHA512 
d6ae723f739efb2f0548461931b1c395801684759962beda08067111426b1c9787ceaede91b0e984c023108fd17864c53c53925506f7e8e25ec8d2fc065585f6
 WHIRLPOOL 
1013c6a51f5989c8131392b3d9704d42c99f9727a673f6205878d0b7dfd265bb6042c1d30089603c9b38e339d48302e6873e77fe380b7e8edba25b71e9e84ba6

diff --git a/www-servers/nginx/nginx-1.8.0.ebuild 
b/www-servers/nginx/nginx-1.8.0.ebuild
deleted file mode 100644
index fca2b10..000
--- a/www-servers/nginx/nginx-1.8.0.ebuild
+++ /dev/null
@@ -1,667 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-# Maintainer notes:
-# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
-# - any http-module activates the main http-functionality and overrides 
USE=-http
-# - keep the following requirements in mind before adding external modules:
-#   * alive upstream
-#   * sane packaging
-#   * builds cleanly
-#   * does not need a patch for nginx core
-# - TODO: test the google-perftools module (included in vanilla tarball)
-
-# prevent perl-module from adding automagic perl DEPENDs
-GENTOO_DEPEND_ON_PERL="no"
-
-# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
-DEVEL_KIT_MODULE_PV="0.2.19"
-DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
-DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz";
-DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"
-
-# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
-HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.1"
-HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
-HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz";
-HTTP_UPLOAD_PROGRESS_MODULE_WD="${WORKDIR}/nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
-
-# http_headers_more (https://github.com/agentzh/headers-more-nginx-module, BSD 
license)
-HTTP_HEADERS_MORE_MODULE_PV="0.26"
-HTTP_HEADERS_MORE_MODULE_P="ngx_http_headers_more-${HTTP_HEADERS_MORE_MODULE_PV}"
-HTTP_HEADERS_MORE_MODULE_URI="https://github.com/agentzh/headers-more-nginx-module/archive/v${HTTP_HEADERS_MORE_MODULE_PV}.tar.gz";
-HTTP_HEADERS_MORE_MODULE_WD="${WORKDIR}/headers-more-nginx-module-${HTTP_HEADERS_MORE_MODULE_PV}"
-
-# http_cache_purge (http://labs.frickle.com/nginx_ngx_cache_purge/, BSD-2 
license)
-HTTP_CACHE_PURGE_MODULE_PV="2.3"
-HTTP_CACHE_PURGE_MODULE_P="ngx_http_cache_purge-${HTTP_CACHE_PU

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

2016-02-03 Thread Markus Meier
commit: 0d85bba204054c1940a15cef5e9dfd76871165c3
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:45:54 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:46:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d85bba2

dev-db/mysql: arm stable, bug #572870

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

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

diff --git a/dev-db/mysql/mysql-5.6.28.ebuild b/dev-db/mysql/mysql-5.6.28.ebuild
index 3f54023..bc12816 100644
--- a/dev-db/mysql/mysql-5.6.28.ebuild
+++ b/dev-db/mysql/mysql-5.6.28.ebuild
@@ -15,7 +15,7 @@ inherit mysql-multilib-r1
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



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

2016-02-03 Thread Markus Meier
commit: fb05a501eb51d09268e72ee00c36d9cca0788ed2
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:58:07 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:58:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb05a501

dev-db/mariadb: arm stable, bug #572872

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

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

diff --git a/dev-db/mariadb/mariadb-10.0.23.ebuild 
b/dev-db/mariadb/mariadb-10.0.23.ebuild
index c9b9f36..eb0673b 100644
--- a/dev-db/mariadb/mariadb-10.0.23.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.23.ebuild
@@ -20,7 +20,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="tokudb? ( jemalloc ) static? ( !pam )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE='20004_all_mariadb-filter-tokudb-flags-10.0.7.patch'



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2016-02-03 Thread Markus Meier
commit: 92ebdab0bc9c0f5705bed2aaab62db217b026810
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:55:18 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:55:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ebdab0

dev-tex/latexdiff: arm stable, bug #572632

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

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

diff --git a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild 
b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
index ba827da..fc73489 100644
--- a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtchooser/

2016-02-03 Thread Markus Meier
commit: 367b76faa451a2544f8d5bf63cc2499d6a6cf944
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:54:29 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:54:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367b76fa

dev-qt/qtchooser: arm stable, bug #572814

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

 dev-qt/qtchooser/qtchooser-0_p20151008.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild 
b/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild
index 6060757..b05a883 100644
--- a/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild
+++ b/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 DEPEND="test? (



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

2016-02-03 Thread Markus Meier
commit: c35bf919a502710e39cb3d349c0466d8df069de7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:51:34 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:52:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35bf919

dev-python/pyopenssl: arm stable, bug #572124

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

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

diff --git a/dev-python/pyopenssl/pyopenssl-0.15.1-r1.ebuild 
b/dev-python/pyopenssl/pyopenssl-0.15.1-r1.ebuild
index 545cd1d..d5eb94a 100644
--- a/dev-python/pyopenssl/pyopenssl-0.15.1-r1.ebuild
+++ b/dev-python/pyopenssl/pyopenssl-0.15.1-r1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="doc examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-02-03 Thread Markus Meier
commit: 3908a11e45a62067344506cc239808c195ff8019
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:53:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:53:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3908a11e

net-ftp/lftp: arm stable, bug #572562

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

 net-ftp/lftp/lftp-4.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild
index 00c0427..914a388 100644
--- a/net-ftp/lftp/lftp-4.6.5.ebuild
+++ b/net-ftp/lftp/lftp-4.6.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtchooser/

2016-02-03 Thread Tobias Klausmann
commit: b65d06f28a12b306b6c5072d53f449856237b77b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 20:51:17 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 20:51:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65d06f2

dev-qt/qtchooser: add alpha keyword

Gentoo-Bug: 572814

Package-Manager: portage-2.2.27

 dev-qt/qtchooser/qtchooser-0_p20151008.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild 
b/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild
index ba9dcdb..6060757 100644
--- a/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild
+++ b/dev-qt/qtchooser/qtchooser-0_p20151008.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 DEPEND="test? (



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

2016-02-03 Thread Markus Meier
commit: 61ee34a7f7754958ca4ffacc0cebe2e995165f89
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:47:02 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:50:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ee34a7

media-libs/imlib2: arm stable, bug #572884

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

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

diff --git a/media-libs/imlib2/imlib2-1.4.7.ebuild 
b/media-libs/imlib2/imlib2-1.4.7.ebuild
index 4c5ad61..622f618 100644
--- a/media-libs/imlib2/imlib2-1.4.7.ebuild
+++ b/media-libs/imlib2/imlib2-1.4.7.ebuild
@@ -16,7 +16,7 @@ inherit enlightenment toolchain-funcs multilib-minimal eutils
 DESCRIPTION="Version 2 of an advanced replacement library for libraries like 
libXpm"
 HOMEPAGE="https://www.enlightenment.org/";
 
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="bzip2 gif jpeg cpu_flags_x86_mmx mp3 png static-libs tiff X zlib"
 



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

2016-02-03 Thread Alon Bar-Lev
commit: 7e99ea5465a271324d1ec95bc97bf289f24ea425
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Feb  3 20:33:08 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Feb  3 20:46:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e99ea54

net-libs/gnutls: version bump

Package-Manager: portage-2.2.26

 net-libs/gnutls/Manifest |   2 +
 net-libs/gnutls/gnutls-3.3.21.ebuild | 177 +++
 net-libs/gnutls/gnutls-3.4.9.ebuild  | 135 ++
 3 files changed, 314 insertions(+)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index 340cac0..f0f319a 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -2,7 +2,9 @@ DIST gnutls-3.3.17.1.tar.xz 6339588 SHA256 
b40f158030a92f450a07b20300a3996710ca1
 DIST gnutls-3.3.18.tar.xz 6275948 SHA256 
7a87e7f486d1ada10007356917a412cde6c6114dac018e3569e3aa09e9f29395 SHA512 
e7c972458ad0af401121c705ebe86aafa46c02743d963b1b67ca09192c746a9193c73d28501b6c046435259b40ac0f8d201860cd6cf6240a7783b6c01b64286c
 WHIRLPOOL 
ce2134515d234d6dbceebefd5602bc7f0d96faff839055fd401149c6969a245f5284d7e29ae2eca810fa6039d7184477b9fda2ae0faa379262434927320ebde3
 DIST gnutls-3.3.19.tar.xz 6280376 SHA256 
888d8779b48f21959b33d4d9ad0b546e5ec3dea20abf0d9bb03869d56b1f44cf SHA512 
d204ba16d5806d8a19df1825ceee49583b0d34ea212fe40e8d81a28f8843e18b211af5b8455fc0c84c0643fc23b12bd6434e6174170382d8e732e32f0d1f2fa2
 WHIRLPOOL 
7b68978de61edef731268a9ed7405735e589e1f6180a05e5f7b5466f1fde898da42ab9116242f2b210571c60c7f7ea1a4136323fd2dd305ebe442ec066092ee4
 DIST gnutls-3.3.20.tar.xz 6281012 SHA256 
4c903e5cde7a8f15318af9a7a6c9b7fc8348594b0a1e9ac767636ef2187399ea SHA512 
83059242a01a700abbca7f400712127ac3664e56e839929d1fe8571c2296b63f3c18f3fed04b5445973f4658b6b70ede85fadcc129a848a2fbbdac83437b97d1
 WHIRLPOOL 
32c7145a14e953ee348d8ae649236bb70fe7afd61f200fed067192d7851d4501d9d70e19a615f71de026852e2a3c8b9acde1dc8c3a0ac445d9f32da5784b2351
+DIST gnutls-3.3.21.tar.xz 6284464 SHA256 
885ccb46e52f5a9f5aed3edf8aae4d67aa85e41b72471bed93e84fe3f7df3e5e SHA512 
5161b036b3c55fec920e859b6e19aca8e7b667e53fa33666a2a28a16a6ff71b78da051798a36f09413f69c4d88ac5e48da9b2135751e78e9a7bed8d7a8c9cd19
 WHIRLPOOL 
104a129f8147386707e1a6ad690e1f6c27e2c8f09b05e16fc4ff191dfe6d6452213d3151645885b33daf45bbbd3c9d0ee521e5ea50dba752bcb1cc7616e01fc4
 DIST gnutls-3.4.5.tar.xz 6552036 SHA256 
af88b8e0460728d034ff3f454f7851a09b7f0959a93531b6f8d35658ef0f7aae SHA512 
16dfdaecbcc0b02ea762def35724a3433063136429d0eb67d9e009ced14a6fa567f41e03a4fda9c4f68e3625bac41e8966882257099413c9500e33171a2f
 WHIRLPOOL 
9274ae5660ac3f6da839f6a7fe3df4042155259170b069b8b54772d77b18564cc5f5337acc475d0936afe855fe9e046a1fb167bbd6842063c9c0335d218f4393
 DIST gnutls-3.4.6.tar.xz 6591628 SHA256 
feb559ed7fffa24d5aa40527054fae5cb7f7b66e9f2bebc2383a781dfa4d20ec SHA512 
c81da5bba3b28ab17ef762d8c6a6607745f1fa7177e0fdaacd374ac0ee64c14cd804e048aeb965383fafaa677ba2ed256c709a117f8a95012f8494c650d29c81
 WHIRLPOOL 
c1c6a3a7ad3d046058d2fbc0d380d453e35567eed7f602184b577dea215ee8018f82a76684646513926473f4a504348390912ab3cd7ce5f3c1c5e11cf869f09b
 DIST gnutls-3.4.7.tar.xz 6613096 SHA256 
c1be9e4b30295d7b5f96fa332c6a908e6fa2254377b67811301fca92eb882e5a SHA512 
fdfca4c37292ee07d2d1e398380afe79a20f56040a7c84deb7a5b5221f3bcb4080471b9644c7f2bacb42247c3cc62e32a511f1e2ec6e31c15d9b08b20e8050b6
 WHIRLPOOL 
b56e54c13c33fd74076caf29062cb0c6b38afecfe044a6d7db9b3eef3379a133fb327527ddf07c333783266f00b970aec33b2bb2a21e8b35ceaee0d934456aee
 DIST gnutls-3.4.8.tar.xz 6631528 SHA256 
e07c05dea525c6bf0dd8017fc5b89d886954f04fedf457ecd1ce488ac3b86ab7 SHA512 
b3b445ecbd8eae312183eee4f5087a33011236061fe1fe1f0db20239c4e281f5cacd818d62a992ef3011eb9fdc8459d0ed6faca6ea55012b152b5ac5907648bc
 WHIRLPOOL 
97fc97a9f15b51ca91a06cc745397447a7f6b1d986f44f227d0e1aa970f48ca269c8527ff7320f072f555fcd7a1b34dfe115123e96bf45884c2e5357e02c9021
+DIST gnutls-3.4.9.tar.xz 6627640 SHA256 
48594fadba33d450f796ec69526cf2bce6ff9bc3dc90fbd7bf38dc3601f57c3f SHA512 
3ec5349f1418bf9f8ac492e93d2e8967c2011f9aaea262e0acb40db124ec19c269a9de49b1c9c994e9039929cd03d75f77a40580a1d7eb4b3db0e1d2b9d40f86
 WHIRLPOOL 
9b440e33a20e76c5fa9d9252136c5667562681d6e28e0c182d3befdf49abb753b9aab2193774334b5570aec0b58961193f27f2395898ba6664cb2749dd8c344e

diff --git a/net-libs/gnutls/gnutls-3.3.21.ebuild 
b/net-libs/gnutls/gnutls-3.3.21.ebuild
new file mode 100644
index 000..41ffb01
--- /dev/null
+++ b/net-libs/gnutls/gnutls-3.3.21.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools libtool eutils multilib-minimal versionator
+
+DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
+HOMEPAGE="http://www.gnutls.org/";
+SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
+
+# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
+# soon to be relic

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

2016-02-03 Thread Alon Bar-Lev
commit: dac93c0e227e6448821617aa2c22ab5598a1de05
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Feb  3 20:44:44 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Feb  3 20:46:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac93c0e

dev-libs/nettle: version bump

Bug: 573646
Thanks: polynomial-c

Package-Manager: portage-2.2.26

 dev-libs/nettle/Manifest  |  1 +
 dev-libs/nettle/nettle-3.2.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-libs/nettle/Manifest b/dev-libs/nettle/Manifest
index 84490bf..0cf2c00 100644
--- a/dev-libs/nettle/Manifest
+++ b/dev-libs/nettle/Manifest
@@ -1 +1,2 @@
 DIST nettle-3.1.1.tar.gz 1851876 SHA256 
5fd4d25d64d8ddcb85d0d897572af73b05b4d163c6cc49438a5bfbb8ff293d4c SHA512 
b0a52e1569ff11d871165a689fdc2a0b2f478bcc3122f39df9751b7b1c915d4240ec57d22e98034cf2b5130dddcf5dc57fe26278a2f41c15f669f65814768de1
 WHIRLPOOL 
8a429cd860ff717c225fbd576f6bcfc2c33809df5c346e3ced9fd75f89e0895f200ffbd0bec84bd74144e397d16d1f9ba56131c29a3d65cbc4189ef3dfd5fb99
+DIST nettle-3.2.tar.gz 1879604 SHA256 
ea4283def236413edab5a4cf9cf32adf540c8df1b9b67641cfc2302fca849d97 SHA512 
9f2c802e8b683d1c2fd8d16ab33b2a1efda33a1bf33196be39031a2d0677f2e78d67221a718997780e157aa72973da7d9d549429e706fcfcdff97ee3bbef615a
 WHIRLPOOL 
0353f04760137eef292848b4d8060c40cf2959596aff6f39a1d1bd123e42bc0ecb6f01679f16797204eedb01123c09ae7745121241f6a32cc205bf1c8c6efc12

diff --git a/dev-libs/nettle/nettle-3.2.ebuild 
b/dev-libs/nettle/nettle-3.2.ebuild
new file mode 100644
index 000..21a6504
--- /dev/null
+++ b/dev-libs/nettle/nettle-3.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils multilib-build multilib-minimal multilib 
toolchain-funcs
+
+DESCRIPTION="Low-level cryptographic library"
+HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 LGPL-2.1 )"
+SLOT="0/6" # subslot = libnettle soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
+
+DEPEND="gmp? ( dev-libs/gmp:0[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20131008-r17
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/nettle/nettle-stdint.h
+   /usr/include/nettle/version.h
+)
+
+src_prepare() {
+   default
+
+   sed -e '/CFLAGS=/s: -ggdb3::' \
+   -e 's/solaris\*)/sunldsolaris*)/' \
+   -i configure.ac || die
+
+   # conditionally build tests and examples required by tests
+   use test || sed -i '/SUBDIRS/s/testsuite examples//' Makefile.in || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # --disable-openssl bug #427526
+   ECONF_SOURCE="${S}" econf \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
+   --disable-openssl \
+   --disable-fat \
+   $(use_enable gmp public-key) \
+   $(use_enable static-libs static) \
+   $(tc-is-static-only && echo --disable-shared) \
+   $(use_enable doc documentation) \
+   $(use_enable neon arm-neon) \
+   $(use_enable cpu_flags_x86_aes x86-aesni)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   if use doc ; then
+   dohtml nettle.html
+   dodoc nettle.pdf
+   fi
+}



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

2016-02-03 Thread Jeroen Roovers
commit: 30022c8999c37180fd8becd7c269b7dddc4d982e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb  3 20:44:37 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb  3 20:44:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30022c89

media-sound/ncmpcpp: Old.

Package-Manager: portage-2.2.27

 media-sound/ncmpcpp/Manifest |  2 -
 media-sound/ncmpcpp/ncmpcpp-0.6.7.ebuild | 65 
 media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild | 65 
 3 files changed, 132 deletions(-)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index 1609e31..9fd1a30 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,5 +1,3 @@
-DIST ncmpcpp-0.6.7.tar.bz2 429687 SHA256 
08807dc515b4e093154a6e91cdd17ba64ebedcfcd7aa34d0d6eb4d4cc28a217b SHA512 
2161a9799c218fe506aa7645338c6e5b32bc6fcb8ee5bcdc76484a068242ae39fd884ece845e1c2f895305d2e6867a3074c266548322f80766c1b8dfeb5d39bb
 WHIRLPOOL 
9f1e4cda03fcb36c79c34a921e8bd272d1875b96a497c2af0a68f2928e82d0ecce208cd08c89a79643106c284757b85eb0f57bcd241f213c3f5d1bdbad087247
-DIST ncmpcpp-0.6.8.tar.bz2 431213 SHA256 
ee81f3fdb2a4b670b5e2617f6489f154e69a552e68fc550b1e20ad85f526e692 SHA512 
e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc
 WHIRLPOOL 
98b7f67246943970018a94c4225540d48ffad7208b77c805bd05d0469423c329daf55480b9caf66538136f5fa198b7fdb65659d90a4f9bae956c0cdee0a6c684
 DIST ncmpcpp-0.7.1.tar.bz2 442512 SHA256 
73b76ca9a7b08b220c49251195b9a929768759bd03cf6956b74a2f218b2e2fdf SHA512 
0b01e13b9cb0964d5e7ae32b88b6fc4d65ff11a7f9f45c57dd2260ce5e188005b6d728b9c23ce54559920ca03ff80fbf90b94846ac3ff387804bf413e43f9c56
 WHIRLPOOL 
c8d3ae147022313a333a9901a15e4b0ea0d3553b7c35943542a742dde551f756131222166007a4c02f1434264c7160ee1fb00100371df35f49b4977d07df4bc0
 DIST ncmpcpp-0.7.2.tar.bz2 442457 SHA256 
6392f5eb98c4f130639e198200ef3db0b873b9594b65fe807ee73293ceb4093b SHA512 
6ecc02694ecc6ff10e3a6d89d0b227385b1ab36c30afce57a8a8b74725063154736c78141d3fdaafb3a008e80855bc206dbf7e4aefc8486e01f300354967f1f8
 WHIRLPOOL 
8fbe3e3dd8ef43dfad466ccc2657455837ef4c95ae8164fbe0e60fcb5a4c239bf654c1392b5a3fec7bc8e64dbea3aba7e9dfde9e9d28999fdb95294d49a0429c
 DIST ncmpcpp-0.7.3.tar.bz2 442209 SHA256 
2c8b29435ca4fd845400cee7c9fd50a731bee215e92fd7e98a7446c84136b212 SHA512 
6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732
 WHIRLPOOL 
f50986be48ee8032295da6b9b806e03762f574f889ebcb2b9e54aeb0ab8fbf372cb2d79152e37c870e4a39f27030087146bc14ba5d03ea20bbe87dd52e35eaf0

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.6.7.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.6.7.ebuild
deleted file mode 100644
index e0caa2b..000
--- a/media-sound/ncmpcpp/ncmpcpp-0.6.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="http://ncmpcpp.rybczak.net/";
-SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
-IUSE="clock curl outputs taglib unicode visualizer"
-
-RDEPEND="
-   >=media-libs/libmpdclient-2.1
-   curl? ( net-misc/curl )
-   dev-libs/boost:=[nls,threads]
-   sys-libs/ncurses[unicode?]
-   sys-libs/readline:*
-   taglib? ( media-libs/taglib )
-   visualizer? ( sci-libs/fftw:3.0 )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
-   sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable clock) \
-   $(use_enable outputs) \
-   $(use_enable unicode) \
-   $(use_enable visualizer) \
-   $(use_with curl) \
-   $(use_with taglib) \
-   $(use_with visualizer fftw) \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-
-   dodoc doc/{bindings,config}
-}
-
-pkg_postinst() {
-   echo
-   elog "Example configuration files have been installed at"
-   elog "${ROOT}usr/share/doc/${PF}"
-   elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
-   elog "as user configuration files."
-   echo
-   if use visualizer; then
-   elog "If you want to use the visualizer, you need mpd with fifo 
enabled."
-   echo
-   fi
-}

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild
deleted file mode 100644
index db22df8..000
--- a/media-sound/ncmpcpp/ncmpcpp-0.6.8.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the term

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

2016-02-03 Thread Markus Meier
commit: cc67626c07503e4cb6d0691c1366aee25c2f449c
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:44:32 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:44:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc67626c

dev-libs/nss: arm stable, bug #571086

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

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

diff --git a/dev-libs/nss/nss-3.21-r2.ebuild b/dev-libs/nss/nss-3.21-r2.ebuild
index 078a017..5545d30 100644
--- a/dev-libs/nss/nss-3.21-r2.ebuild
+++ b/dev-libs/nss/nss-3.21-r2.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="http://archive.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_
 
 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: net-misc/ntp/

2016-02-03 Thread Markus Meier
commit: d90355f957072e7e511a67a7d7484ee029d2c2e7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:43:31 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90355f9

net-misc/ntp: arm stable, bug #572452

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

 net-misc/ntp/ntp-4.2.8_p6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ntp/ntp-4.2.8_p6.ebuild b/net-misc/ntp/ntp-4.2.8_p6.ebuild
index 4e8f009..f47d8fe 100644
--- a/net-misc/ntp/ntp-4.2.8_p6.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar
 
 LICENSE="HPND BSD ISC"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
 IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
 
 CDEPEND="readline? ( >=sys-libs/readline-4.1:0= )



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

2016-02-03 Thread Markus Meier
commit: 0ec4db6ab5a796cf9d8cd5edbe0fa9648500d909
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:42:29 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:42:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec4db6a

media-video/ffmpeg: arm stable, bug #571868

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

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

diff --git a/media-video/ffmpeg/ffmpeg-2.8.5.ebuild 
b/media-video/ffmpeg/ffmpeg-2.8.5.ebuild
index 3c58d8a..c21dbe3 100644
--- a/media-video/ffmpeg/ffmpeg-2.8.5.ebuild
+++ b/media-video/ffmpeg/ffmpeg-2.8.5.ebuild
@@ -55,7 +55,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2016-02-03 Thread Markus Meier
commit: 4d3a7481f017c590ddeb7d08d7649370c5853de7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:39:58 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:39:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3a7481

media-libs/x265: arm stable, bug #570878

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

 media-libs/x265/x265-1.8-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/x265/x265-1.8-r3.ebuild 
b/media-libs/x265/x265-1.8-r3.ebuild
index 01d3a7c..63563ad 100644
--- a/media-libs/x265/x265-1.8-r3.ebuild
+++ b/media-libs/x265/x265-1.8-r3.ebuild
@@ -13,7 +13,7 @@ else
SRC_URI="

https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
http://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz";
-   KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86"
+   KEYWORDS="amd64 arm hppa ~ppc ppc64 x86"
 fi
 
 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"



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

2016-02-03 Thread Markus Meier
commit: baa85b6f4a1ca83fcf657e3618dc9168862940c5
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:38:54 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:38:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa85b6f

media-sound/ncmpcpp: arm stable, bug #570562

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

 media-sound/ncmpcpp/ncmpcpp-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.ebuild
index 7a0d40c..1fa060d 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
 IUSE="clock curl outputs taglib unicode visualizer"
 
 RDEPEND="



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

2016-02-03 Thread Markus Meier
commit: 834d3b962cb9d47368e8020bf3254c80f9ab7e6f
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:37:35 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:37:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834d3b96

dev-perl/Filter: arm stable, bug #572136

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

 dev-perl/Filter/Filter-1.540.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Filter/Filter-1.540.0.ebuild 
b/dev-perl/Filter/Filter-1.540.0.ebuild
index 2d50e35..c9bb02b 100644
--- a/dev-perl/Filter/Filter-1.540.0.ebuild
+++ b/dev-perl/Filter/Filter-1.540.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Interface for creation of Perl Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/

2016-02-03 Thread Mike Frysinger
commit: 485b78806bf288e68eae9988e2e9342df8d74959
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 21:32:36 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485b7880

app-shells/bash: bashrc: quote the output of dircolors #572582#8

The output of dircolors generally shouldn't be problematic even when it's
unquoted (as it tends to be a long dense string w/out whitespace), but add
quotes anyways just to be safe.

Reported-by: konsolebox  gmail.com

 app-shells/bash/files/bashrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index ed46b7d..c5b449b 100644
--- a/app-shells/bash/files/bashrc
+++ b/app-shells/bash/files/bashrc
@@ -68,9 +68,9 @@ if ${use_color} ; then
# Enable colors for ls, etc.  Prefer ~/.dir_colors #64489
if type -P dircolors >/dev/null ; then
if [[ -f ~/.dir_colors ]] ; then
-   eval $(dircolors -b ~/.dir_colors)
+   eval "$(dircolors -b ~/.dir_colors)"
elif [[ -f /etc/DIR_COLORS ]] ; then
-   eval $(dircolors -b /etc/DIR_COLORS)
+   eval "$(dircolors -b /etc/DIR_COLORS)"
fi
fi
 else



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/

2016-02-03 Thread Mike Frysinger
commit: a70b06857fc83ef6f85a6c06b3478c0c25ec8fda
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 22:11:11 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70b0685

app-shells/bash: bashrc: avoid always exporting default LS_COLORS

We've long been exporting the LS_COLORS variable to the default env,
but in practice, there's no reason to be doing this in the majority
of cases.  The value we most often load is equivalent to the default
which means we're polluting the env and adding overhead for no gain.
Add a little more code (and one extra `dircolors` exec unfortunately)
to check to see if the LS_COLORS value we found is the default.  If
so, don't bother exporting it anymore.

 app-shells/bash/files/bashrc | 26 +-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index 414f848..1107f43 100644
--- a/app-shells/bash/files/bashrc
+++ b/app-shells/bash/files/bashrc
@@ -58,13 +58,37 @@ if type -P dircolors >/dev/null ; then
# Enable colors for ls, etc.  Prefer ~/.dir_colors #64489
LS_COLORS=
if [[ -f ~/.dir_colors ]] ; then
+   # If you have a custom file, chances are high that it's not the 
default.
+   used_default_dircolors="no"
eval "$(dircolors -b ~/.dir_colors)"
elif [[ -f /etc/DIR_COLORS ]] ; then
+   # People might have customized the system database.
+   used_default_dircolors="maybe"
eval "$(dircolors -b /etc/DIR_COLORS)"
else
+   used_default_dircolors="yes"
eval "$(dircolors -b)"
fi
-   [[ -n ${LS_COLORS:+set} ]] && use_color=true
+   if [[ -n ${LS_COLORS:+set} ]] ; then
+   use_color=true
+
+   # The majority of systems out there do not customize these 
files, so we
+   # want to avoid always exporting the large $LS_COLORS variable. 
 This
+   # keeps the active env smaller, and it means we don't have to 
deal with
+   # running new/old (incompatible) versions of `ls` compared to 
when we
+   # last sourced this file.
+   case ${used_default_dircolors} in
+   no) ;;
+   yes) unset LS_COLORS ;;
+   *)
+   ls_colors=$(eval "$(dircolors -b)"; echo "${LS_COLORS}")
+   if [[ ${ls_colors} == "${LS_COLORS}" ]] ; then
+   unset LS_COLORS
+   fi
+   ;;
+   esac
+   fi
+   unset used_default_dircolors
 else
# Some systems (e.g. BSD & embedded) don't typically come with
# dircolors so we need to hardcode some terminals in here.



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

2016-02-03 Thread Mike Frysinger
commit: 0f7721952928a967f37a0716b862b541685df177
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb  3 18:09:41 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f772195

net-libs/nghttp2: drop old <1.6.0 versions

 net-libs/nghttp2/Manifest  |  2 -
 .../nghttp2/files/nghttp2-1.0.2-third-party.patch  | 34 
 net-libs/nghttp2/nghttp2-1.0.5.ebuild  | 61 -
 net-libs/nghttp2/nghttp2-1.5.0.ebuild  | 62 --
 4 files changed, 159 deletions(-)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index c69b64b..754c333 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,3 +1 @@
-DIST nghttp2-1.0.5.tar.gz 1356748 SHA256 
64e066816606178188bfaf0aa7298e1f44cef943dd9ae936497dab38b3b2569e SHA512 
f8b7a79e6174ff501d9b25954822098d936720a8f4de8a15c83f16c009006aefd05e24977c219661fd63b9fead70eaf5703211bfd9e2bba6a61facbba9c4
 WHIRLPOOL 
608b1a4494e2aff0c941545c1f49c3c585846d27f5e509ff16c9217309689c47fd7f8fc398b23c83d8aa0ba3f9c2c52af039cd875e47f38630acc50e7c17f717
-DIST nghttp2-1.5.0.tar.gz 1980230 SHA256 
ccde0e43cadcef2b81dad4d2ae05559290a2c174e4d2e3e882bd74679895be5c SHA512 
6f5c67269277a0fbbe55c2dd18b49abcbc14614495100f715d7b0c61c1947b56cbc20f1f8dd51de5e921363c582c1d867c366b53869a73ad408c072c424a0f63
 WHIRLPOOL 
74d40e3d77d80d7fb5f7d24559e65dc8d60e60de0f772034beee0fcd6d7e7fab427fb16b69eab85daecbbfb861f77a49e70697338b021982d72d5caf2723b10b
 DIST nghttp2-1.6.0.tar.gz 1983953 SHA256 
c88012e87b80c055ddd2412efd7e96b9e8cfe0652c4b21083f2cb89b2f0d3a26 SHA512 
32d5227a5ff037d50d93d43b1fdb0be51d9cca1e09dcc85320b8e09f82fdc658397ca58ca400595f138ca7b77f389d945e3562ab4074afd05e1c74eca4de2744
 WHIRLPOOL 
31102e596a9e93ca993cd9b8b04da6f51acb247803de16958501bdb6fe06e5bbc951430d2c2be1bd7fd1d9216d087d711de83bad6bb93eb70f4e4b8b0f864efb

diff --git a/net-libs/nghttp2/files/nghttp2-1.0.2-third-party.patch 
b/net-libs/nghttp2/files/nghttp2-1.0.2-third-party.patch
deleted file mode 100644
index 9e5323b..000
--- a/net-libs/nghttp2/files/nghttp2-1.0.2-third-party.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 19309823aa5e4e9a65436bbc32430c9092e5d233 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Wed, 17 Jun 2015 13:29:37 -0400
-Subject: [PATCH] enable third-party for asio_lib too
-
-Since this library uses the third-party subdir, make sure we auto-enable
-it when that lib is turned on.

- configure.ac | 7 ---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index be51a24..8e81741 100644
 a/configure
-+++ b/configure
-@@ -464,11 +464,12 @@ fi
- 
- AM_CONDITIONAL([ENABLE_EXAMPLES], [ test "x${enable_examples}" = "xyes" ])
- 
--# third-party only be built if either enable_examples or enable_app is
--# yes
-+# third-party only be built when needed
- 
- enable_third_party=no
--if test "x${enable_examples}" = "xyes" || test "x${enable_app}" = "xyes"; then
-+if test "x${enable_examples}" = "xyes" ||
-+   test "x${enable_app}" = "xyes" ||
-+   test "x${enable_asio_lib}" = "xyes"; then
-   enable_third_party=yes
- fi
- 
--- 
-2.4.1
-

diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild 
b/net-libs/nghttp2/nghttp2-1.0.5.ebuild
deleted file mode 100644
index 3bacabf..000
--- a/net-libs/nghttp2/nghttp2-1.0.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TODO: Add python support.
-
-EAPI="5"
-
-inherit multilib-minimal
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git";
-   inherit git-2
-else
-   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz";
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
-fi
-
-DESCRIPTION="HTTP/2 C Library"
-HOMEPAGE="https://nghttp2.org/";
-
-LICENSE="MIT"
-SLOT="0/1.14" # . SONAMEs
-IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
-
-RDEPEND="
-   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
-   hpack-tools? ( >=dev-libs/jansson-2.5 )
-   jemalloc? ( dev-libs/jemalloc )
-   utils? (
-   >=dev-libs/libev-4.15
-   >=dev-libs/openssl-1.0.2[-bindist]
-   >=sys-libs/zlib-1.2.3
-   )
-   xml? ( >=dev-libs/libxml2-2.7.7:2 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-examples \
-   --disable-failmalloc \
-   --disable-werror \
-   --without-cython \
-   --disable-python-bindings \
-   --without-spdylay \
-   $(use_enable cxx asio-lib) \
-

[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/

2016-02-03 Thread Mike Frysinger
commit: 03ec1b8d7a9ab445352c05cbc5817b80cd3a1640
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 20:24:44 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ec1b8d

app-shells/bash: bashrc: enable colors for all TERMS that end in "color"

A bunch of terms end in values like "-256color" and "-color" to indicate
the variant that supports color.  Match all of those in the fallback case.

 app-shells/bash/files/bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index 87a5562..ed46b7d 100644
--- a/app-shells/bash/files/bashrc
+++ b/app-shells/bash/files/bashrc
@@ -77,7 +77,7 @@ else
# Some systems (e.g. BSD & embedded) don't typically come with
# dircolors so we need to hardcode some terminals in here.
case ${TERM} in
-   [aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25) use_color=true;;
+   [aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25|*color) use_color=true;;
esac
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2016-02-03 Thread Mike Frysinger
commit: 6fac0e362c85916b264fb398ad878afef1fb3d58
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb  3 18:37:53 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fac0e36

app-shells/bash: rev bump to push out bashrc updates

 app-shells/bash/bash-4.3_p42-r2.ebuild | 248 +
 1 file changed, 248 insertions(+)

diff --git a/app-shells/bash/bash-4.3_p42-r2.ebuild 
b/app-shells/bash/bash-4.3_p42-r2.ebuild
new file mode 100644
index 000..c914d04
--- /dev/null
+++ b/app-shells/bash/bash-4.3_p42-r2.ebuild
@@ -0,0 +1,248 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit eutils flag-o-matic toolchain-funcs multilib
+
+# Official patchlevel
+# See ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches/
+PLEVEL=${PV##*_p}
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+[[ ${PV} != *_p* ]] && PLEVEL=0
+patches() {
+   local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
+   [[ ${plevel} -eq 0 ]] && return 1
+   eval set -- {1..${plevel}}
+   set -- $(printf "${pn}${pv/\.}-%03d " "$@")
+   if [[ ${opt} == -s ]] ; then
+   echo "${@/#/${DISTDIR}/}"
+   else
+   local u
+   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
+   printf "${u}/${pn}-${pv}-patches/%s " "$@"
+   done
+   fi
+}
+
+# The version of readline this bash normally ships with.
+READLINE_VER="6.3"
+
+DESCRIPTION="The standard GNU Bourne again shell"
+HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html";
+SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
+[[ ${PV} == *_rc* ]] && SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla"
+
+DEPEND=">=sys-libs/ncurses-5.2-r2
+   readline? ( >=sys-libs/readline-${READLINE_VER} )
+   nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+   !

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

2016-02-03 Thread Mike Frysinger
commit: 69fc6de62a9e4dbb4e5230a8a31c57901c72390f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb  3 18:37:07 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fc6de6

net-libs/nghttp2: version bump to 1.7.0 #573748

 net-libs/nghttp2/Manifest |  1 +
 net-libs/nghttp2/nghttp2-1.7.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 754c333..b806676 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1 +1,2 @@
 DIST nghttp2-1.6.0.tar.gz 1983953 SHA256 
c88012e87b80c055ddd2412efd7e96b9e8cfe0652c4b21083f2cb89b2f0d3a26 SHA512 
32d5227a5ff037d50d93d43b1fdb0be51d9cca1e09dcc85320b8e09f82fdc658397ca58ca400595f138ca7b77f389d945e3562ab4074afd05e1c74eca4de2744
 WHIRLPOOL 
31102e596a9e93ca993cd9b8b04da6f51acb247803de16958501bdb6fe06e5bbc951430d2c2be1bd7fd1d9216d087d711de83bad6bb93eb70f4e4b8b0f864efb
+DIST nghttp2-1.7.0.tar.gz 2001726 SHA256 
f0be9560baa30fc56bcce0151d88126d71b91815bb47076a8dd9ad2b9023ff49 SHA512 
556a81ef9bad8a75a23b13532e6066af4412d79fa8dbde508ea893780bc9b19e0525674dc1cfb04b25cc48d62ae704737d6c4b1aa2b442a2be514b72490f6c1b
 WHIRLPOOL 
138bb50c85ef7838be919989c032157ecedbfe1d5bf28633d5ee0c3d6f18dc7fa7525e185d476d146788466b58db0a2104054a1a28cb5152a8c4e9652fcb22ba

diff --git a/net-libs/nghttp2/nghttp2-1.7.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.7.0.ebuild
new file mode 100644
index 000..776f0f6
--- /dev/null
+++ b/net-libs/nghttp2/nghttp2-1.7.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# TODO: Add python support.
+
+EAPI="5"
+
+inherit multilib-minimal
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git";
+   inherit git-2
+else
+   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="HTTP/2 C Library"
+HOMEPAGE="https://nghttp2.org/";
+
+LICENSE="MIT"
+SLOT="0/1.14" # . SONAMEs
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+
+RDEPEND="
+   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
+   hpack-tools? ( >=dev-libs/jansson-2.5 )
+   jemalloc? ( dev-libs/jemalloc )
+   utils? (
+   >=dev-libs/libev-4.15
+   !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
+   libressl? ( dev-libs/libressl )
+   >=sys-libs/zlib-1.2.3
+   )
+   xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-examples \
+   --disable-failmalloc \
+   --disable-werror \
+   --without-cython \
+   --disable-python-bindings \
+   --without-spdylay \
+   $(use_enable cxx asio-lib) \
+   $(use_enable debug) \
+   $(multilib_native_use_enable hpack-tools) \
+   $(use_enable static-libs static) \
+   $(use_enable threads) \
+   $(multilib_native_use_enable utils app) \
+   $(multilib_native_use_with jemalloc) \
+   $(multilib_native_use_with xml libxml2)
+}
+
+multilib_src_install_all() {
+   use static-libs || find "${ED}" -name '*.la' -delete
+}



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

2016-02-03 Thread Mike Frysinger
commit: 9b4cbb7a53e092e38d26bc5104b50212cfa8fb5f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Feb  3 18:05:10 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4cbb7a

net-libs/nghttp2: mark 1.6.0 arm/arm64/m68k/s390/sh stable #569518

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

diff --git a/net-libs/nghttp2/nghttp2-1.6.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.6.0.ebuild
index 118731f..f65b7c1 100644
--- a/net-libs/nghttp2/nghttp2-1.6.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.6.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-2
 else

SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz";
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/

2016-02-03 Thread Mike Frysinger
commit: 747857408315deb4b6a0ddd2a34484ca8e5ec2ff
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 22:08:19 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74785740

app-shells/bash: bashrc: drop custom parsing of dircolors databases #572582

Starting with coreutils-8.24, the dircolors TERM entries are run through
fnmatch rather than being a plain text string.  This means our parsing
logic no longer works because we assumed fixed strings.  It isn't easy to
process a list of path globs in bash, so rework the code to always run
the dircolors tool.  We were doing this anyways in the majority of cases,
so it's not like we're adding that much overhead.  The only people who
are negatively impacted are interactive colorless terminals.

Reported-by: Bernd Feige  gmx.net>

 app-shells/bash/files/bashrc | 30 +++---
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index c5b449b..414f848 100644
--- a/app-shells/bash/files/bashrc
+++ b/app-shells/bash/files/bashrc
@@ -52,27 +52,19 @@ esac
 # Set colorful PS1 only on colorful terminals.
 # dircolors --print-database uses its own built-in database
 # instead of using /etc/DIR_COLORS.  Try to use the external file
-# first to take advantage of user additions.  Use internal bash
-# globbing instead of external grep binary.
+# first to take advantage of user additions.
 use_color=false
-safe_term=${TERM//[^[:alnum:]]/?}   # sanitize TERM
-match_lhs=""
-[[ -f ~/.dir_colors   ]] && match_lhs="${match_lhs}$(<~/.dir_colors)"
-[[ -f /etc/DIR_COLORS ]] && match_lhs="${match_lhs}$(/dev/null \
-   && match_lhs=$(dircolors --print-database)
-[[ $'\n'${match_lhs} == *$'\n'"TERM "${safe_term}* ]] && use_color=true
-
-if ${use_color} ; then
+if type -P dircolors >/dev/null ; then
# Enable colors for ls, etc.  Prefer ~/.dir_colors #64489
-   if type -P dircolors >/dev/null ; then
-   if [[ -f ~/.dir_colors ]] ; then
-   eval "$(dircolors -b ~/.dir_colors)"
-   elif [[ -f /etc/DIR_COLORS ]] ; then
-   eval "$(dircolors -b /etc/DIR_COLORS)"
-   fi
+   LS_COLORS=
+   if [[ -f ~/.dir_colors ]] ; then
+   eval "$(dircolors -b ~/.dir_colors)"
+   elif [[ -f /etc/DIR_COLORS ]] ; then
+   eval "$(dircolors -b /etc/DIR_COLORS)"
+   else
+   eval "$(dircolors -b)"
fi
+   [[ -n ${LS_COLORS:+set} ]] && use_color=true
 else
# Some systems (e.g. BSD & embedded) don't typically come with
# dircolors so we need to hardcode some terminals in here.
@@ -107,4 +99,4 @@ for sh in /etc/bash/bashrc.d/* ; do
 done
 
 # Try to keep environment pollution down, EPA loves us.
-unset use_color safe_term match_lhs sh
+unset use_color sh



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/

2016-02-03 Thread Mike Frysinger
commit: 0e1f0029e88b91f89b997301d4e58c3a6c4c414a
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 20:21:30 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1f0029

app-shells/bash: bashrc: simplify/unify TERM checking slightly

We've got two cases that check TERM with many common entries,
so make the leading parts look the same.

 app-shells/bash/files/bashrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index c9bd88e..f3618fc 100644
--- a/app-shells/bash/files/bashrc
+++ b/app-shells/bash/files/bashrc
@@ -38,7 +38,7 @@ shopt -s histappend
 
 # Change the window title of X terminals 
 case ${TERM} in
-   xterm*|rxvt*|Eterm*|aterm|kterm|gnome*|interix|konsole*)
+   [aEkx]term*|rxvt*|gnome*|konsole*|interix)
PS1='\[\033]0;\u@\h:\w\007\]'
;;
screen*)
@@ -53,7 +53,7 @@ use_color=false
 #BSD#@# BSD doesn't typically come with dircolors so we need
 #BSD#@# to hardcode some terminals in here.
 #BSD#@case ${TERM} in
-#BSD#@ xterm*|rxvt*|Eterm|aterm|kterm|gnome*|screen|cons25) use_color=true;;
+#BSD#@ [aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25) use_color=true;;
 #BSD#@esac
 
 # Set colorful PS1 only on colorful terminals.



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/

2016-02-03 Thread Mike Frysinger
commit: 43785a6ff3210efdb6807a42fb02ed74b440019c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb  2 20:23:37 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Feb  3 18:51:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43785a6f

app-shells/bash: bashrc: enable fallback TERM color checking for everyone

We provide rudimentary TERM checking for BSD which doesn't have dircolors,
but this logic works just as well for all systems such as embedded.  Make
this code run whenever dircolors does not exist.

 app-shells/bash/files/bashrc | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/app-shells/bash/files/bashrc b/app-shells/bash/files/bashrc
index f3618fc..87a5562 100644
--- a/app-shells/bash/files/bashrc
+++ b/app-shells/bash/files/bashrc
@@ -49,18 +49,12 @@ case ${TERM} in
;;
 esac
 
-use_color=false
-#BSD#@# BSD doesn't typically come with dircolors so we need
-#BSD#@# to hardcode some terminals in here.
-#BSD#@case ${TERM} in
-#BSD#@ [aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25) use_color=true;;
-#BSD#@esac
-
 # Set colorful PS1 only on colorful terminals.
 # dircolors --print-database uses its own built-in database
 # instead of using /etc/DIR_COLORS.  Try to use the external file
 # first to take advantage of user additions.  Use internal bash
 # globbing instead of external grep binary.
+use_color=false
 safe_term=${TERM//[^[:alnum:]]/?}   # sanitize TERM
 match_lhs=""
 [[ -f ~/.dir_colors   ]] && match_lhs="${match_lhs}$(<~/.dir_colors)"
@@ -79,7 +73,15 @@ if ${use_color} ; then
eval $(dircolors -b /etc/DIR_COLORS)
fi
fi
+else
+   # Some systems (e.g. BSD & embedded) don't typically come with
+   # dircolors so we need to hardcode some terminals in here.
+   case ${TERM} in
+   [aEkx]term*|rxvt*|gnome*|konsole*|screen|cons25) use_color=true;;
+   esac
+fi
 
+if ${use_color} ; then
if [[ ${EUID} == 0 ]] ; then
PS1+='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '
else



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

2016-02-03 Thread Michał Górny
commit: d485c13ae610cf19b7fc59896508e82eff2bedf0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  3 18:38:25 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  3 18:45:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d485c13a

bash-completion.eclass: Remove lastrited (removal due 2015-11-24)

 eclass/bash-completion.eclass | 106 --
 1 file changed, 106 deletions(-)

diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass
deleted file mode 100644
index 625ea24..000
--- a/eclass/bash-completion.eclass
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# @DEAD
-
-# DEPRECATED
-# This eclass has been superseded by bash-completion-r1 eclass.
-# Please modify your ebuilds to use that one instead.
-
-# @ECLASS: bash-completion.eclass
-# @MAINTAINER:
-# shell-to...@gentoo.org.
-# @AUTHOR:
-# Original author: Aaron Walker 
-# @BLURB: An Interface for installing contributed bash-completion scripts
-# @DESCRIPTION:
-# Simple eclass that provides an interface for installing
-# contributed (ie not included in bash-completion proper)
-# bash-completion scripts.
-#
-# Note: this eclass has been deprecated in favor of bash-completion-r1. Please
-# use that one instead.
-
-# @ECLASS-VARIABLE: BASHCOMPLETION_NAME
-# @DESCRIPTION:
-# Install the completion script with this name (see also dobashcompletion)
-
-# @ECLASS-VARIABLE: BASHCOMPFILES
-# @DESCRIPTION:
-# Space delimited list of files to install if dobashcompletion is called 
without
-# arguments.
-
-inherit eutils
-
-eqawarn "bash-completion.eclass is last rited and will be removed on 
2015-11-24."
-eqawarn "Please update your ebuilds to use bash-completion-r1 instead."
-
-EXPORT_FUNCTIONS pkg_postinst
-
-IUSE="bash-completion"
-
-# Allow eclass to be inherited by eselect without a circular dependency
-if [[ ${CATEGORY}/${PN} != app-admin/eselect ]]; then
-   RDEPEND="bash-completion? ( app-admin/eselect )"
-fi
-PDEPEND="bash-completion? ( app-shells/bash-completion )"
-
-# @FUNCTION: dobashcompletion
-# @USAGE: [file] [new_file]
-# @DESCRIPTION:
-# The first argument is the location of the bash-completion script to install,
-# and is required if BASHCOMPFILES is not set. The second argument is the name
-# the script will be installed as. If BASHCOMPLETION_NAME is set, it overrides
-# the second argument. If no second argument is given and BASHCOMPLETION_NAME
-# is not set, it will default to ${PN}.
-dobashcompletion() {
-   local f
-
-   eqawarn "bash-completion.eclass has been deprecated."
-   eqawarn "Please update your ebuilds to use bash-completion-r1 instead."
-
-   if [[ -z ${1} && -z ${BASHCOMPFILES} ]]; then
-   die "Usage: dobashcompletion [file] [new file]"
-   fi
-
-   if use bash-completion; then
-   insinto /usr/share/bash-completion
-   if [[ -n ${1} ]]; then
-   [[ -z ${BASHCOMPLETION_NAME} ]] && 
BASHCOMPLETION_NAME="${2:-${PN}}"
-   newins "${1}" "${BASHCOMPLETION_NAME}" || die "Failed 
to install ${1}"
-   else
-   set -- ${BASHCOMPFILES}
-   for f in "$@"; do
-   if [[ -e ${f} ]]; then
-   doins "${f}" || die "Failed to install 
${f}"
-   fi
-   done
-   fi
-   fi
-}
-
-# @FUNCTION: bash-completion_pkg_postinst
-# @DESCRIPTION:
-# The bash-completion pkg_postinst function, which is exported
-bash-completion_pkg_postinst() {
-   local f
-
-   if use bash-completion ; then
-   elog "The following bash-completion scripts have been 
installed:"
-   if [[ -n ${BASHCOMPLETION_NAME} ]]; then
-   elog "  ${BASHCOMPLETION_NAME}"
-   else
-   set -- ${BASHCOMPFILES}
-   for f in "$@"; do
-   elog "  $(basename ${f})"
-   done
-   fi
-   elog
-   elog "To enable command-line completion on a per-user basis 
run:"
-   elog "  eselect bashcomp enable 

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

2016-02-03 Thread Michał Górny
commit: 0b0fdb885b647c0ea7df5167eda23393294382d5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  3 18:44:40 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  3 18:45:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0fdb88

emul-linux-x86.eclass: Remove lastrited (removal due 2015-11-24)

 eclass/emul-linux-x86.eclass | 102 ---
 1 file changed, 102 deletions(-)

diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass
deleted file mode 100644
index a93c600..000
--- a/eclass/emul-linux-x86.eclass
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# @DEAD
-
-#
-# Original Author: Mike Doty 
-# Adapted from emul-libs.eclass
-# Purpose: Providing a template for the app-emulation/emul-linux-* packages
-#
-
-inherit eutils multilib
-
-case "${EAPI:-0}" in
-   3|4|5)
-   EXPORT_FUNCTIONS src_prepare src_install
-   ;;
-   *) die "EAPI=${EAPI} is not supported" ;;
-esac
-
-eqawarn "emul-linux-x86.eclass is last rited and will be removed on 
2015-11-24."
-eqawarn "Please remove your copies of emul-linux-x86 ebuilds as they are"
-eqawarn "no longer supported."
-
-DESCRIPTION="Provides precompiled 32bit libraries"
-#HOMEPAGE="https://amd64.gentoo.org/emul/content.xml";
-HOMEPAGE="https://dev.gentoo.org/~pacho/emul.html";
-SRC_URI="https://dev.gentoo.org/~pacho/emul/${P}.tar.xz";
-
-IUSE="+development"
-
-RESTRICT="strip"
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-SLOT="0"
-
-DEPEND=">=sys-apps/findutils-4.2.26"
-RDEPEND=""
-
-emul-linux-x86_src_prepare() {
-   ALLOWED=${ALLOWED:-^${S}/etc/env.d}
-   use development && ALLOWED="${ALLOWED}|/usr/lib32/pkgconfig"
-   find "${S}" ! -type d ! '(' -name '*.so' -o -name '*.so.[0-9]*' -o 
-name '*.h' ')' | egrep -v "${ALLOWED}" | xargs -d $'\n' rm -f || die 'failed 
to remove everything but *.so*'
-}
-
-emul-linux-x86_src_install() {
-   for dir in etc/env.d etc/revdep-rebuild ; do
-   if [[ -d "${S}"/${dir} ]] ; then
-   for f in "${S}"/${dir}/* ; do
-   mv -f "$f"{,-emul}
-   done
-   fi
-   done
-
-   # remove void directories
-   find "${S}" -depth -type d -print0 | xargs -0 rmdir 2&>/dev/null
-
-   cp -pPR "${S}"/* "${ED}"/ || die "copying files failed!"
-
-   # Do not hardcode lib32, bug #429726
-   local x86_libdir=$(get_abi_LIBDIR x86)
-   if [[ ${x86_libdir} != "lib32" ]] ; then
-   ewarn "Moving lib32/ to ${x86_libdir}/; some libs might not 
work"
-   mv "${D}"/usr/lib32 "${D}"/usr/${x86_libdir} || die
-   if [[ -d ${D}/lib32 ]] ; then
-   mv "${D}"/lib32 "${D}"/${x86_libdir} || die
-   fi
-
-   pushd "${D}"/usr/${x86_libdir} >/dev/null
-
-   # Fix linker script paths.
-   local ldscripts
-   if ldscripts=( $(grep -ls '^GROUP.*/lib32/' *.so) ) ; then
-   sed -i \
-   -e "s:/lib32/:/${x86_libdir}/:" \
-   "${ldscripts[@]}" || die
-   fi
-
-   # Rewrite symlinks (if need be).
-   local sym tgt
-   while read sym ; do
-   tgt=$(readlink "${sym}")
-   ln -sf "${tgt/lib32/${x86_libdir}}" "${sym}" || die
-   done < <(find -xtype l)
-
-   popd >/dev/null
-   fi
-
-   # Since header wrapping is added as part of gx86-multilib support,
-   # all packages involved install their own copies of i686* headers
-   # when built with abi_x86_32.
-   if [[ -d "${D}"/usr/include ]] && use abi_x86_32; then
-   rm -r "${D}"/usr/include || die
-   fi
-   # The same goes for ${CHOST}- multilib tool prefixing.
-   if path_exists "${D}"/usr/bin/i686-pc-linux-gnu-* && use abi_x86_32; 
then
-   rm "${D}"/usr/bin/i686-pc-linux-gnu-* || die
-   fi
-}



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

2016-02-03 Thread Richard Farina
commit: b1b62ea80db2a722874f43828c81bb83a581f8f8
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Feb  3 17:23:36 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Feb  3 17:33:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b62ea8

dev-libs/libusb: bump for new rev and fix static-libs support bug #515204

Package-Manager: portage-2.2.27

 dev-libs/libusb/Manifest |  1 +
 dev-libs/libusb/libusb-1.0.20.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/dev-libs/libusb/Manifest b/dev-libs/libusb/Manifest
index de29c6e..da7eacb 100644
--- a/dev-libs/libusb/Manifest
+++ b/dev-libs/libusb/Manifest
@@ -1,3 +1,4 @@
 DIST libusb-1.0.18.tar.bz2 502160 SHA256 
c73f5cec45a5de94418da4e151b7232958571926984acfb9bce02b9424e83720 SHA512 
bbc3d75cb91f4e6a024549c2bac38ee85aeda8529a4553fd36bc8e8a5c223cd89eb952eda71fcc0071d6c6c818a0631d4cca084fed69d4986eee5dcf9a87d662
 WHIRLPOOL 
fcc663884fb6d03bcf5f08c30bfded1d05c5b9ac836a2b99335553476201f956fed327c4a51609e19f54182bf5db125a0f22b41496def0443b5b4152a9f60a45
 DIST libusb-1.0.19.tar.bz2 521496 SHA256 
6c502c816002f90d4f76050a6429c3a7e0d84204222cbff2dce95dd773ba6840 SHA512 
f42f0187bfec16ebabad64efef7a7651ee85dcf2af1b7cbe543b7de615f9c6432f7eea5fcc6b23335591dcad287c905eb9bd56199cc5d3b47435027ad678f2c1
 WHIRLPOOL 
95bc30575cc0e9306584453f6b7549902083ff95ff170f0fc2c89734841f7fb82cf9e25a6443ba6a0b04e1f111096deb1e4a6dc8aa13a68d13f02e02b5d274c6
+DIST libusb-1.0.20.tar.bz2 795247 SHA256 
cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff SHA512 
4230047dbc18db402f399a6b228f70da37ce4f9da9d57203e5c31cf0edec5ddd664865b4f16038a2ae72c26097e713b709b9e882a11b65a274e84993d617c765
 WHIRLPOOL 
2d270f77352e108cfeba5f33799a2480535402108efe28c030599f071872d4394ce58464930fd405b66c14879b18309ff189d42892b9ae15aebc2496639026a6
 DIST libusb-1.0.9.tar.bz2 421971 SHA256 
e920eedc2d06b09606611c99ec7304413c6784cba6e33928e78243d323195f9b SHA512 
5eba3e9df2c1db71d685becebebf5b1310ee87e442f97a2553a430fd11655a2d9ce50e4ec2ffd62fe322286b0d6bc9e142ce552effc2466ee50424deba035ee5
 WHIRLPOOL 
9886cb6660d4530fe199441a8b5b76cb8a00012d69a13a40276bf3b880561eeb31301c186828b6fd08b687e038fac640475ba280473053e252cf23f15ca38372

diff --git a/dev-libs/libusb/libusb-1.0.20.ebuild 
b/dev-libs/libusb/libusb-1.0.20.ebuild
new file mode 100644
index 000..fa30329
--- /dev/null
+++ b/dev-libs/libusb/libusb-1.0.20.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs multilib-minimal
+
+DESCRIPTION="Userspace access to USB devices"
+HOMEPAGE="http://libusb.info/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2";
+
+LICENSE="LGPL-2.1"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="debug doc examples static-libs test udev"
+
+RDEPEND="udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP},static-libs?] )
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20130224-r7
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   !udev? ( virtual/os-headers )"
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable udev) \
+   $(use_enable debug debug-log) \
+   $(use_enable test tests-build)
+}
+
+multilib_src_compile() {
+   emake
+
+   if multilib_is_native_abi; then
+   use doc && emake -C doc docs
+   fi
+}
+
+multilib_src_test() {
+   emake check
+
+   # noinst_PROGRAMS from tests/Makefile.am
+   tests/stress || die
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+
+   if multilib_is_native_abi; then
+   gen_usr_ldscript -a usb-1.0
+
+   use doc && dohtml doc/html/*
+   fi
+}
+
+multilib_src_install_all() {
+   prune_libtool_files
+
+   dodoc AUTHORS ChangeLog NEWS PORTING README TODO
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins examples/*.{c,h}
+   insinto /usr/share/doc/${PF}/examples/getopt
+   doins examples/getopt/*.{c,h}
+   fi
+}



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

2016-02-03 Thread Richard Farina
commit: 383b4f4fce3cdef2fdb70d82c3c4de6bd7f34d24
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Feb  3 17:32:51 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Feb  3 17:33:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383b4f4f

dev-libs/libusb: revbump to fix static-libs bug #515204 for stable users

Package-Manager: portage-2.2.27
RepoMan-Options: --force

 dev-libs/libusb/{libusb-1.0.19.ebuild => libusb-1.0.19-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libusb/libusb-1.0.19.ebuild 
b/dev-libs/libusb/libusb-1.0.19-r1.ebuild
similarity index 92%
rename from dev-libs/libusb/libusb-1.0.19.ebuild
rename to dev-libs/libusb/libusb-1.0.19-r1.ebuild
index fd36b4f..b16d9a3 100644
--- a/dev-libs/libusb/libusb-1.0.19.ebuild
+++ b/dev-libs/libusb/libusb-1.0.19-r1.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$
 
@@ -14,7 +14,7 @@ SLOT="1"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="debug doc examples static-libs test udev"
 
-RDEPEND="udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
+RDEPEND="udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP},static-libs?] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r7
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]



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

2016-02-03 Thread Richard Farina
commit: 8e4a5b6aada6d430b5782ebb94ebd45d86348af8
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Feb  3 17:24:33 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Feb  3 17:33:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4a5b6a

targets/systemd/package.use.mask: mask dev-libs/libusb[static-libs]

 profiles/targets/systemd/package.use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
index d5850dc..9795831 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Rick Farina  (03 Feb 2016)
+# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked 
below
+dev-libs/libusb static-libs
+
 # Pacho Ramos  (29 May 2014)
 # upower support is not needed on setups running systemd, also
 # relies on old upower (#508920)



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

2016-02-03 Thread Matt Thode
commit: 1bbf96cc1865c30b16e0595076baa1e3ad2b66d6
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb  3 17:03:27 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Feb  3 17:05:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbf96cc

dev-python/keystonemiddleware: remove the badness

Package-Manager: portage-2.2.26

 .../keystonemiddleware-2.3.1.ebuild| 82 
 .../keystonemiddleware-2.3.2.ebuild| 87 --
 2 files changed, 169 deletions(-)

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild
deleted file mode 100644
index cad25cd..000
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-#PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A middleware for the OpenStack Keystone API"
-HOMEPAGE="https://github.com/openstack/keystonemiddleware";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-1.16.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-messaging-1.17.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-messaging-1.17.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
-   >=dev-python/bandit-0.13.2[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pycadf-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]"
-
-PATCHES=(
-)
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   testr init
-   testr run || die "testsuite failed under python2.7"
-   flake8 ${PN/python-/}/tests || die "run over tests folder by flake8 
drew error"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   use examples && local EXAMPLES=( examples/.)
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.2.ebuild
deleted file mode 100644
index 6a2c3c7..000
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-#PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A middleware for the OpenStack Keystone API"
-HOMEPAGE="https://github.com/openstack/keystonemiddleware";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
-   >

[gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/

2016-02-03 Thread Matt Thode
commit: d3da0e165cb8e44c66448d12f8ec77f7cb0a9546
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb  3 17:05:02 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Feb  3 17:05:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3da0e16

sys-auth/keystone: remove the badness

Package-Manager: portage-2.2.26

 sys-auth/keystone/keystone-8.0.1.ebuild | 225 
 1 file changed, 225 deletions(-)

diff --git a/sys-auth/keystone/keystone-8.0.1.ebuild 
b/sys-auth/keystone/keystone-8.0.1.ebuild
deleted file mode 100644
index 673cc49..000
--- a/sys-auth/keystone/keystone-8.0.1.ebuild
+++ /dev/null
@@ -1,225 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 user
-
-DESCRIPTION="The Openstack authentication, authorization, and service catalog"
-HOMEPAGE="https://launchpad.net/keystone";
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+sqlite memcached mongo mysql postgres ldap test"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   ${RDEPEND}
-   >=dev-python/bashate-0.2[${PYTHON_USEDEP}]
-   <=dev-python/bashate-0.3.2[${PYTHON_USEDEP}]
-   memcached? (
-   >=dev-python/python-memcached-1.48[${PYTHON_USEDEP}]
-   <=dev-python/python-memcached-1.57[${PYTHON_USEDEP}]
-   )
-   mongo? (
-   >=dev-python/pymongo-2.6.3[${PYTHON_USEDEP}]
-   =dev-python/python-ldap-2.4[$(python_gen_usedep 
'python2_7')]
-   <=dev-python/python-ldap-2.4.20[$(python_gen_usedep 
'python2_7')]
-   ~dev-python/ldappool-1.0[$(python_gen_usedep 
'python2_7')]
-   )
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   <=dev-python/coverage-4.0.3[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
-   <=dev-python/fixtures-1.4.0-r[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   <=dev-python/lxml-3.5.0-r[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
-   <=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   <=dev-python/oslotest-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/webtest-2.0[${PYTHON_USEDEP}]
-   <=dev-python/webtest-2.0.20[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   <=dev-python/subunit-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   <=dev-python/testrepository-0.0.20[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   <=dev-python/testtools-1.8.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-   <=dev-python/oslo-sphinx-4.1.0[${PYTHON_USEDEP}]
-   >=dev-python/tempest-lib-0.8.0[${PYTHON_USEDEP}]
-   <=dev-python/tempest-lib-0.11.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   !~dev-python/requests-2.8.0[${PYTHON_USEDEP}]
-   <=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
-   >=dev-python/reno-0.1.1[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
-   <=dev-python/webob-1.5.1[${PYTHON_USEDEP}]
-   ~dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   <=dev-python/greenlet-0.4.9[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
-   <=dev-python/pastedeploy-1.5.2[${PYTHON_USEDEP}]
-   <=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
-   >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
-   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
-   !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
-   <=dev-python/routes-2.2[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
-   <=dev-python/cryptography-1.1.2-r[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   <=dev-python/six-1.10.0-r[${PYTHON_USEDEP}]
-   sqlite? (
-   >=dev-python/sqlalchemy-0.9.9[sqlite,${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-0.9.9[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-0.9.9[${PYTHON_USEDEP}]
-   =dev-pyth

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

2016-02-03 Thread Sven Wegener
commit: 588c80bdca4f3ccb3b1e3b5d43d4e51aa251252b
Author: Sven Wegener  gentoo  org>
AuthorDate: Wed Feb  3 17:04:09 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Wed Feb  3 17:04:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588c80bd

net-dns/pdns: Version bump

Package-Manager: portage-2.2.26

 net-dns/pdns/Manifest  |   1 +
 net-dns/pdns/pdns-3.4.8.ebuild | 177 +
 2 files changed, 178 insertions(+)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 4952015..4cd50a2 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1 +1,2 @@
 DIST pdns-3.4.7.tar.bz2 1345379 SHA256 
e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b SHA512 
d9dd8e7d37ae6d46783d9608beba2905838d1af8c597906bfe1134e2b787cfc529514f412eebb8838df5ceb1a7366c10057fd1d93b73924d0f6d2cec6ba72e13
 WHIRLPOOL 
7897ff06e1f43cada00aa25ef38e987377fe7a14a3634d5aa0484630d00d3e2269fe4caf36960c75dd825d47657ddf37692efa5a49eaf280b0832a301f27fd24
+DIST pdns-3.4.8.tar.bz2 1345728 SHA256 
4f818fd09bff89625b4317cc7c05445f6e7bd9ea8d21e7eefeaaca07b8b0cd9f SHA512 
8d0f7bbbe21559ecf0d9f323a2f4226b2c2d5542261e0ad44e6ac17f13bbe087b52efe1b74ca756cf9b92f6cb333829c42b55c245543fa3dea4a4f62be8cdf6e
 WHIRLPOOL 
fd6899fc5c6b1dea56f13cc8f643b09ef776fd7672b42f195337cf9573396b0024fb791b1abba24ea9329875f98dde16e8be3a71607e144699a561268392f663

diff --git a/net-dns/pdns/pdns-3.4.8.ebuild b/net-dns/pdns/pdns-3.4.8.ebuild
new file mode 100644
index 000..77d6d55
--- /dev/null
+++ b/net-dns/pdns/pdns-3.4.8.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib systemd user toolchain-funcs versionator
+
+DESCRIPTION="The PowerDNS Daemon"
+HOMEPAGE="http://www.powerdns.com/";
+SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# other possible flags:
+# db2: we lack the dep
+# oracle: dito (need Oracle Client Libraries)
+# xdb: (almost) dead, surely not supported
+
+IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres 
remote sqlite static tools tinydns test"
+
+REQUIRED_USE="mydns? ( mysql )"
+
+RDEPEND="!static? (
+   net-libs/polarssl
+   >=dev-libs/boost-1.34:=
+   botan? ( =dev-libs/botan-1.10* )
+   cryptopp? ( dev-libs/crypto++ )
+   lua? ( dev-lang/lua:= )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( >=net-nds/openldap-2.0.27-r4 )
+   sqlite? ( dev-db/sqlite:3 )
+   opendbx? ( dev-db/opendbx )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   static? (
+   >=net-libs/polarssl-1.3.0[static-libs(+)]
+   >=dev-libs/boost-1.34[static-libs(+)]
+   botan? ( =dev-libs/botan-1.10*[static-libs(+)] )
+   cryptopp? ( dev-libs/crypto++[static-libs(+)] )
+   lua? ( dev-lang/lua:=[static-libs(+)] )
+   mysql? ( virtual/mysql[static-libs(+)] )
+   postgres? ( dev-db/postgresql[static-libs(+)] )
+   ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
+   sqlite? ( dev-db/sqlite:3[static-libs(+)] )
+   opendbx? ( dev-db/opendbx[static-libs(+)] )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1 
dev-libs/geoip[static-libs(+)] )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   )
+   doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local dynmodules="pipe geo bind" # the default backends, always enabled
+   local modules=""
+
+   #use db2 && dynmodules+=" db2"
+   use ldap && dynmodules+=" ldap"
+   use lua && dynmodules+=" lua"
+   use mydns && dynmodules+=" mydns"
+   use mysql && dynmodules+=" gmysql"
+   use opendbx && dynmodules+=" opendbx"
+   #use oracle && dynmodules+=" goracle oracle"
+   use postgres && dynmodules+=" gpgsql"
+   use remote && dynmodules+=" remote"
+   use sqlite && dynmodules+=" gsqlite3"
+   use tinydns && dynmodules+=" tinydns"
+   use geoip && dynmodules+=" geoip"
+   #use xdb && dynmodules+=" xdb"
+
+   if use static ; then
+   modules="${dynmodules}"
+   dynmodules=""
+   fi
+
+   use botan && myconf+=" --enable-botan1.10"
+   use cryptopp && myconf+=" --enable-cryptopp"
+   use debug && myconf+=" --enable-verbose-logging"
+
+   CRYPTOPP_CFLAGS=" " \
+   CRYPTOPP_LIBS="-lcrypto++" \
+   econf \
+   --with-system-polarssl \
+   --disable-static \
+   --sysconfdir=/etc/powerdns \
+   --libdir=/usr/$(get_libdir)/powerdns \
+ 

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

2016-02-03 Thread Sven Wegener
commit: 055b0c7b407a746e684a46e5ff3ca4c73fcab08f
Author: Sven Wegener  gentoo  org>
AuthorDate: Wed Feb  3 17:03:57 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Wed Feb  3 17:03:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055b0c7b

net-dns/pdns: Remove unused local USE flag remote-http

Package-Manager: portage-2.2.26

 net-dns/pdns/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-dns/pdns/metadata.xml b/net-dns/pdns/metadata.xml
index 7fef8ca..f0d31b9 100644
--- a/net-dns/pdns/metadata.xml
+++ b/net-dns/pdns/metadata.xml
@@ -17,7 +17,6 @@ standards documents. Furthermore, PowerDNS interfaces with 
almost any database.
Making it possible to use a MyDNS MySQL database 
with PowerDNS (not recommended for new deployments).
Use a database supported by 
dev-db/opendbx as backend.
Use a generic socket or pipe as a backend (via JSON 
RPC requests).
-   Enable remote connections to HTTP as backends 
(via RESTful JSON requests).
Use a TinyDNS CDB database as backend.
Build optional tools (dnsscan, dnsscope, 
etc..).
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-02-03 Thread Agostino Sarubbo
commit: 8ef7fbabc4133dd8f5bb0d6222b6ddedae5ccd94
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:54:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:54:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef7fbab

www-servers/nginx: x86 stable wrt bug #573046

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

 www-servers/nginx/nginx-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.8.1.ebuild 
b/www-servers/nginx/nginx-1.8.1.ebuild
index 74737b9..e75a805 100644
--- a/www-servers/nginx/nginx-1.8.1.ebuild
+++ b/www-servers/nginx/nginx-1.8.1.ebuild
@@ -155,7 +155,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif 
fastcgi
 geo gzip limit_req limit_conn map memcached proxy referer rewrite scgi ssi



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

2016-02-03 Thread Agostino Sarubbo
commit: 628a0162977d0ae57d3370147b425d18c9054255
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:53:59 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:53:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628a0162

net-analyzer/cacti: x86 stable wrt bug #568400

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

 net-analyzer/cacti/cacti-0.8.8f-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild 
b/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
index 68b839b..4565b3f 100644
--- a/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
+++ b/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.cacti.net/";
 SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="snmp doc"
 
 need_httpd



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

2016-02-03 Thread Agostino Sarubbo
commit: b29cb5d79044546eda69fc45052d5a80cb41a686
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:54:15 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:54:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29cb5d7

dev-python/keystonemiddleware: x86 stable wrt bug #573660

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

 dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild | 2 +-
 dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild
index 7fc7f62..c56c57b 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild
index e538251..ef75044 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/

2016-02-03 Thread Agostino Sarubbo
commit: 6e4641e46f7bfb162e913e9c052898f7a61296e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:54:24 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:54:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4641e4

sys-auth/keystone: x86 stable wrt bug #573658

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

 sys-auth/keystone/keystone-8.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/keystone/keystone-8.0.1-r1.ebuild 
b/sys-auth/keystone/keystone-8.0.1-r1.ebuild
index f40447f..0036886 100644
--- a/sys-auth/keystone/keystone-8.0.1-r1.ebuild
+++ b/sys-auth/keystone/keystone-8.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+sqlite memcached mongo mysql postgres ldap test"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



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

2016-02-03 Thread Agostino Sarubbo
commit: c27564cc41eef4fe3d58f73bf35e9697ea7210ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:54:05 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:54:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27564cc

net-misc/socat: x86 stable wrt bug #573602

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

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

diff --git a/net-misc/socat/socat-1.7.3.1.ebuild 
b/net-misc/socat/socat-1.7.3.1.ebuild
index b37df98..00b6ebc 100644
--- a/net-misc/socat/socat-1.7.3.1.ebuild
+++ b/net-misc/socat/socat-1.7.3.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/

2016-02-03 Thread Agostino Sarubbo
commit: a6894034e6bdb83bb5c277fc17a851990acd4174
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:52:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:52:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6894034

sys-auth/keystone: amd64 stable wrt bug #573658

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

 sys-auth/keystone/keystone-8.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/keystone/keystone-8.0.1-r1.ebuild 
b/sys-auth/keystone/keystone-8.0.1-r1.ebuild
index 24a477c..f40447f 100644
--- a/sys-auth/keystone/keystone-8.0.1-r1.ebuild
+++ b/sys-auth/keystone/keystone-8.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+sqlite memcached mongo mysql postgres ldap test"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



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

2016-02-03 Thread Agostino Sarubbo
commit: d8238805bcebb08fce7c3d0b612812a2323768dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:52:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:52:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8238805

net-misc/socat: amd64 stable wrt bug #573602

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

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

diff --git a/net-misc/socat/socat-1.7.3.1.ebuild 
b/net-misc/socat/socat-1.7.3.1.ebuild
index 6277416..b37df98 100644
--- a/net-misc/socat/socat-1.7.3.1.ebuild
+++ b/net-misc/socat/socat-1.7.3.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ssl readline ipv6 tcpd"
 
 DEPEND="



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

2016-02-03 Thread Agostino Sarubbo
commit: fd8f84e231b9499d75eb437a6b8dffb29aa076c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:52:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:52:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8f84e2

dev-python/keystonemiddleware: amd64 stable wrt bug #573660

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

 dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild | 2 +-
 dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild
index d0ea157..7fc7f62 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild
index acea64e..e538251 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2016-02-03 Thread Agostino Sarubbo
commit: fda3d5a510f8c6380d5a4e492c75b83c0cc5cb9a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:52:55 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:52:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda3d5a5

www-servers/nginx: amd64 stable wrt bug #573046

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

 www-servers/nginx/nginx-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.8.1.ebuild 
b/www-servers/nginx/nginx-1.8.1.ebuild
index 7fadd31..74737b9 100644
--- a/www-servers/nginx/nginx-1.8.1.ebuild
+++ b/www-servers/nginx/nginx-1.8.1.ebuild
@@ -155,7 +155,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif 
fastcgi
 geo gzip limit_req limit_conn map memcached proxy referer rewrite scgi ssi



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

2016-02-03 Thread Agostino Sarubbo
commit: c124ed715dd535ddeb1aa11c0f852fbd4ad34727
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb  3 16:52:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb  3 16:52:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c124ed71

net-analyzer/cacti: amd64 stable wrt bug #568400

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

 net-analyzer/cacti/cacti-0.8.8f-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild 
b/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
index 7e1d6ef..68b839b 100644
--- a/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
+++ b/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.cacti.net/";
 SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="snmp doc"
 
 need_httpd



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

2016-02-03 Thread Anthony G. Basile
commit: f2e5ac30e72affd36dc3b9294313e978e79edaa4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Feb  3 16:55:31 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Feb  3 16:55:31 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=f2e5ac30

world: turn off graphite for gcc since its broken on musl

 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 a39b91c..5d48400 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -7509,7 +7509,7 @@ package.use : sys-devel/bison:0 -nls -static
 package.use : sys-devel/flex:0 -nls -static -test
 
 [sys-devel/gcc:4.9]
-package.use : sys-devel/gcc:4.9 -altivec -awt -cilk -debug -doc -fixed-point 
-go -libssp -multilib -multislot -nls -nopie -nossp -regression-test -sanitize 
-vanilla cxx fortran gcj graphite hardened nptl objc objc++ objc-gc openmp
+package.use : sys-devel/gcc:4.9 -altivec -awt -cilk -debug -doc -fixed-point 
-go -graphite -libssp -multilib -multislot -nls -nopie -nossp -regression-test 
-sanitize -vanilla cxx fortran gcj hardened nptl objc objc++ objc-gc openmp
 
 [sys-devel/gdb:0]
 package.use : sys-devel/gdb:0 -expat -multitarget -nls -test -vanilla client 
lzma python server zlib



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

2016-02-03 Thread Tobias Klausmann
commit: 009bdb730bd90a61cbe8f35b5fd26deb250ea6ab
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 16:38:46 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 16:39:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009bdb73

net-libs/courier-authlib: add alpha keyword

Gentoo-Bug: 572744

Package-Manager: portage-2.2.27

 net-libs/courier-authlib/courier-authlib-0.66.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild
index 8feed88..8a72535 100644
--- a/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.66.4.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit eutils flag-o-matic multilib user
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 
 DESCRIPTION="Courier authentication library"
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"



[gentoo-commits] repo/gentoo:master commit in: sys-block/fio/files/, sys-block/fio/

2016-02-03 Thread Robin H. Johnson
commit: 27074e80a34f3ad5c66500b802bb940a844b7b16
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Feb  3 16:32:14 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Feb  3 16:32:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27074e80

sys-block/fio: fix bug 572446 caused by newer kernel headers, also version bump.

Package-Manager: portage-2.2.27

 sys-block/fio/Manifest  |  1 +
 sys-block/fio/files/fio-2.2.10-libmtd.patch | 12 
 sys-block/fio/files/fio-2.2.13-libmtd.patch | 12 
 sys-block/fio/fio-2.2.10.ebuild |  1 +
 sys-block/fio/fio-2.2.13.ebuild |  1 +
 sys-block/fio/fio-2.5.ebuild|  1 +
 sys-block/fio/{fio-2.2.10.ebuild => fio-2.6.ebuild} |  1 +
 7 files changed, 29 insertions(+)

diff --git a/sys-block/fio/Manifest b/sys-block/fio/Manifest
index 5fca220..f53ae8f 100644
--- a/sys-block/fio/Manifest
+++ b/sys-block/fio/Manifest
@@ -8,3 +8,4 @@ DIST fio-2.2.13.tar.bz2 503950 SHA256 
66a0084c37bd8804d9f7d260d843a9a3bf51561954
 DIST fio-2.2.4.tar.bz2 467312 SHA256 
9e1c77216457d9e21e418a55fa28bc1f98c283723fe9dcccff6138e3fb25285b SHA512 
91fa0d8f9dd8d950dd26ef5c778414acddd9d6deeb84caeecdfef08df7e00c7972566a76bd242b0d5aea33a7c588aa05cf2fdcd79ef5a475277a2139d1f111a1
 WHIRLPOOL 
4588601d5f44c1836f97cc223bf08cce3f29f5ea3421880c00a16dcd9e3cffd741bbdd2029518712f8808548469d7f44f1b0348189643419bfd2104eab980536
 DIST fio-2.2.9.tar.bz2 492404 SHA256 
c881d9cf15500bd4436970d0467c356c5c021417131587931ba78845e965bf56 SHA512 
e0cd26bb8a760ef5e40ddb73246671c1988f0c0886bd24fa510fcab93fe64d8853f120355f55fa109168c7fae0b081f63278f2233644f5ed20da4e4c3cb3f3fc
 WHIRLPOOL 
4f5ada7f1140c7229fc3173fa0582a4ae7401121768d8dec828dcd42c1c22ec828e9c000c482b155ead4fd75ee15c4d7678fc7c6d18c8fbb9c749e83f87a4881
 DIST fio-2.5.tar.bz2 509978 SHA256 
30f85cd6596125bd2f76b379f15a4edee1149bb0347a9c10a2dda15d7591a543 SHA512 
44fc4bc342b611f9ed89685d73592389dd9e63970a9bbcc1b332aa8434a3e4a52b0c16d27b6a6dd96fcf3a9831a68af5249251895a6dbd9f7190ad0b8935eb40
 WHIRLPOOL 
dced416aae899987ff80c6f37999a064d8a45c8ea809d7a3f3a2eea5dd3b6ae5633125326373a5da3b37429dc940f0c97fa9694e976a61819709db3b6ab7ac3e
+DIST fio-2.6.tar.bz2 509685 SHA256 
b4b846fca614f724b8315348cb23e2d4a1046e63f10e79b4b310acf29c4d1ac0 SHA512 
9831c3de2110c509f6c99ffe0fc8256aea2b9b337e6b2799108c89d1b5e472a85e6df9cb090549db80429658717aa75f2ab10d41359386e1dde861c600645b39
 WHIRLPOOL 
c5138eb2def4c67ee0d5cca46db6aa663e2a1e0eead05aab5938ced20dd68bc214f217724d3bd1c4a1030b4ffee2c07ee37910b57c6f11b2ed6a0ff67d3b30cc

diff --git a/sys-block/fio/files/fio-2.2.10-libmtd.patch 
b/sys-block/fio/files/fio-2.2.10-libmtd.patch
new file mode 100644
index 000..7e0a0c0
--- /dev/null
+++ b/sys-block/fio/files/fio-2.2.10-libmtd.patch
@@ -0,0 +1,12 @@
+diff -Nuar --exclude config.log fio-2.2.10/lib/libmtd.h 
fio-2.2.10.new/lib/libmtd.h
+--- fio-2.2.10/lib/libmtd.h2016-01-26 18:02:07.0 -0800
 fio-2.2.10.new/lib/libmtd.h2016-02-03 08:10:19.104693006 -0800
+@@ -29,6 +29,8 @@
+ extern "C" {
+ #endif
+ 
++#include 
++
+ /* Maximum MTD device name length */
+ #define MTD_NAME_MAX 127
+ /* Maximum MTD device type string length */

diff --git a/sys-block/fio/files/fio-2.2.13-libmtd.patch 
b/sys-block/fio/files/fio-2.2.13-libmtd.patch
new file mode 100644
index 000..7ab9a96
--- /dev/null
+++ b/sys-block/fio/files/fio-2.2.13-libmtd.patch
@@ -0,0 +1,12 @@
+diff -Nuar --exclude config.log fio-2.2.13/oslib/libmtd.h 
fio-2.2.13.new/oslib/libmtd.h
+--- fio-2.2.13/oslib/libmtd.h  2016-01-26 18:02:07.0 -0800
 fio-2.2.13.new/oslib/libmtd.h  2016-02-03 08:10:19.104693006 -0800
+@@ -29,6 +29,8 @@
+ extern "C" {
+ #endif
+ 
++#include 
++
+ /* Maximum MTD device name length */
+ #define MTD_NAME_MAX 127
+ /* Maximum MTD device type string length */

diff --git a/sys-block/fio/fio-2.2.10.ebuild b/sys-block/fio/fio-2.2.10.ebuild
index 1d6b7d4..27c39cd 100644
--- a/sys-block/fio/fio-2.2.10.ebuild
+++ b/sys-block/fio/fio-2.2.10.ebuild
@@ -38,6 +38,7 @@ RDEPEND="${DEPEND}
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+   epatch "${FILESDIR}"/fio-2.2.10-libmtd.patch
sed -i '/^DEBUGFLAGS/s: -D_FORTIFY_SOURCE=2::g' Makefile || die
epatch_user
 

diff --git a/sys-block/fio/fio-2.2.13.ebuild b/sys-block/fio/fio-2.2.13.ebuild
index 1d6b7d4..f7a5277 100644
--- a/sys-block/fio/fio-2.2.13.ebuild
+++ b/sys-block/fio/fio-2.2.13.ebuild
@@ -38,6 +38,7 @@ RDEPEND="${DEPEND}
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+   epatch "${FILESDIR}"/fio-2.2.13-libmtd.patch
sed -i '/^DEBUGFLAGS/s: -D_FORTIFY_SOURCE=2::g' Makefile || die
epatch_user
 

diff --git a/sys-block/fio/fio-2.5.ebuild b/sys-block/fio/fio-2.5.ebuild
index 1d6b7d4..f7a5277 100644
--- a/sys-block/fio/fio-2.5.ebuild
+++ b/sys-block/fio/fio-2.5.ebuild
@@ -38,6 +38,7 @@ RDEPEND="${DEPEND}
 S="${WORKDIR}/${MY_P}"
 
 s

[gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/

2016-02-03 Thread Tobias Klausmann
commit: 19bc07ae884a10b054281bde33c75e27d09490bd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 16:22:42 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 16:22:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bc07ae

media-radio/cwdaemon: add alpha keyword

Gentoo-Bug: 572692

Package-Manager: portage-2.2.27

 media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild 
b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
index 26633ed..66c3329 100644
--- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=media-radio/unixcw-3.3.1"



[gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/

2016-02-03 Thread Tobias Klausmann
commit: 3fd1dd392a54abdfb2014f3aec193ad79f8312f9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 16:05:45 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 16:05:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd1dd39

media-radio/unixcw: add alpha keyword

Gentoo-Bug: 572690

Package-Manager: portage-2.2.27

 media-radio/unixcw/unixcw-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/unixcw/unixcw-3.5.0.ebuild 
b/media-radio/unixcw/unixcw-3.5.0.ebuild
index 1450f10..633619b 100644
--- a/media-radio/unixcw/unixcw-3.5.0.ebuild
+++ b/media-radio/unixcw/unixcw-3.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ~ppc ~x86"
 IUSE="alsa ncurses pulseaudio suid qt5"
 
 RDEPEND="ncurses? ( sys-libs/ncurses:= )



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

2016-02-03 Thread Tobias Klausmann
commit: 674ce7867e2394b57841b5730314ef29492ecc71
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 15:59:09 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 15:59:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674ce786

dev-db/postgresql: add alpha keyword

Gentoo-Bug: 572656

Package-Manager: portage-2.2.27

 dev-db/postgresql/postgresql-9.4.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.4.5-r2.ebuild 
b/dev-db/postgresql/postgresql-9.4.5-r2.ebuild
index 587f841..2b4de94 100644
--- a/dev-db/postgresql/postgresql-9.4.5-r2.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.5-r2.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)"
 



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

2016-02-03 Thread Tobias Klausmann
commit: 80e93f044b36a11566830ec8a93366206e7e920b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 15:58:02 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 15:58:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e93f04

dev-db/postgresql: add alpha keyword

Gentoo-Bug: 572656

Package-Manager: portage-2.2.27

 dev-db/postgresql/postgresql-9.3.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.3.10-r2.ebuild 
b/dev-db/postgresql/postgresql-9.3.10-r2.ebuild
index 58343b4..ae7b825 100644
--- a/dev-db/postgresql/postgresql-9.3.10-r2.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.10-r2.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)"
 



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

2016-02-03 Thread Lars Wendler
commit: fde692c2943669ec1dca8c51b0f3b90cf7c133a2
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Feb  3 15:18:42 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Feb  3 15:18:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde692c2

package.mask: Removed mask for =sys-apps/sysvinit-2.88-r8

(no longer in the tree)

Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ccd29a6..2e12463 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,10 +30,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Patrick Lauer  (02 Feb 2016)
-# #573668 makes booting with default inittab difficult
-=sys-apps/sysvinit-2.88-r8
-
 # Bernard Cafarelli  (27 Jan 2016)
 # New llvm version, masked for testing
 =sys-devel/llvm-3.8.0*



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

2016-02-03 Thread Lars Wendler
commit: 439ca73970f72bdf3064ec6031d190ec8b29cc32
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Feb  3 15:17:52 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Feb  3 15:18:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439ca739

sys-apps/sysvinit: Removed old.

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

 sys-apps/sysvinit/sysvinit-2.88-r4.ebuild | 104 ---
 sys-apps/sysvinit/sysvinit-2.88-r5.ebuild | 106 
 sys-apps/sysvinit/sysvinit-2.88-r6.ebuild | 113 --
 3 files changed, 323 deletions(-)

diff --git a/sys-apps/sysvinit/sysvinit-2.88-r4.ebuild 
b/sys-apps/sysvinit/sysvinit-2.88-r4.ebuild
deleted file mode 100644
index 011e317..000
--- a/sys-apps/sysvinit/sysvinit-2.88-r4.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="/sbin/init - parent of all processes"
-HOMEPAGE="http://savannah.nongnu.org/projects/sysvinit";
-SRC_URI="mirror://nongnu/${PN}/${P}dsf.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE="selinux ibm static kernel_FreeBSD"
-
-RDEPEND="
-   selinux? (
-   >=sys-libs/libselinux-1.28
-   sec-policy/selinux-shutdown
-   )
-   !>=sys-apps/util-linux-2.23"
-DEPEND="${RDEPEND}
-   virtual/os-headers"
-
-S=${WORKDIR}/${P}dsf
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.86-kexec.patch #80220
-   epatch "${FILESDIR}"/${PN}-2.86-shutdown-single.patch #158615
-   epatch "${FILESDIR}"/${P}-makefile.patch #319197
-   epatch "${FILESDIR}"/${P}-selinux.patch #326697
-   sed -i '/^CPPFLAGS =$/d' src/Makefile || die
-
-   # mountpoint/sulogin/utmpdump have moved to util-linux
-   sed -i -r \
-   -e '/^(USR)?S?BIN/s:\<(mountpoint|sulogin|utmpdump)\>::g' \
-   -e '/^MAN[18]/s:\<(mountpoint|sulogin|utmpdump)[.][18]\>::g' \
-   src/Makefile || die
-
-   # Mung inittab for specific architectures
-   cd "${WORKDIR}"
-   cp "${FILESDIR}"/inittab-2.87 inittab || die "cp inittab"
-   local insert=()
-   use ppc && insert=( '#psc0:12345:respawn:/sbin/agetty 115200 ttyPSC0 
linux' )
-   use arm && insert=( '#f0:12345:respawn:/sbin/agetty 9600 ttyFB0 vt100' )
-   use arm64 && insert=( 'f0:12345:respawn:/sbin/agetty 9600 ttyAMA0 
vt100' )
-   use hppa && insert=( 'b0:12345:respawn:/sbin/agetty 9600 ttyB0 vt100' )
-   use s390 && insert=( 's0:12345:respawn:/sbin/agetty 38400 console dumb' 
)
-   if use ibm ; then
-   insert+=(
-   '#hvc0:2345:respawn:/sbin/agetty -L 9600 hvc0'
-   '#hvsi:2345:respawn:/sbin/agetty -L 19200 hvsi0'
-   )
-   fi
-   (use arm || use mips || use sh || use sparc) && sed -i '/ttyS0/s:#::' 
inittab
-   if use kernel_FreeBSD ; then
-   sed -i \
-   -e 's/linux/cons25/g' \
-   -e 's/ttyS0/cuaa0/g' \
-   -e 's/ttyS1/cuaa1/g' \
-   inittab #121786
-   fi
-   if use x86 || use amd64 ; then
-   sed -i \
-   -e '/ttyS[01]/s:9600:115200:' \
-   inittab
-   fi
-   if [[ ${#insert[@]} -gt 0 ]] ; then
-   printf '%s\n' '' '# Architecture specific features' 
"${insert[@]}" >> inittab
-   fi
-}
-
-src_compile() {
-   local myconf
-
-   tc-export CC
-   append-lfs-flags
-   export DISTRO= #381311
-   use static && append-ldflags -static
-   use selinux && myconf=WITH_SELINUX=yes
-   emake -C src ${myconf} || die
-}
-
-src_install() {
-   emake -C src install ROOT="${D}"
-   dodoc README doc/*
-
-   insinto /etc
-   doins "${WORKDIR}"/inittab
-
-   doinitd "${FILESDIR}"/{reboot,shutdown}.sh
-}
-
-pkg_postinst() {
-   # Reload init to fix unmounting problems of / on next reboot.
-   # This is really needed, as without the new version of init cause init
-   # not to quit properly on reboot, and causes a fsck of / on next reboot.
-   if [[ ${ROOT} == / ]] ; then
-   # Do not return an error if this fails
-   /sbin/telinit U &>/dev/null
-   fi
-}

diff --git a/sys-apps/sysvinit/sysvinit-2.88-r5.ebuild 
b/sys-apps/sysvinit/sysvinit-2.88-r5.ebuild
deleted file mode 100644
index a885d32..000
--- a/sys-apps/sysvinit/sysvinit-2.88-r5.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="/sbin/init - parent of all processes"
-HOME

[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2016-02-03 Thread Tobias Klausmann
commit: 16fb5a58f80edfe37e7d6aa7e67328da7893e775
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 15:09:23 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 15:09:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fb5a58

dev-tex/latexdiff: add alpha keyword

Gentoo-Bug: 572632

Package-Manager: portage-2.2.27

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

diff --git a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild 
b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
index 6b44cef..ba827da 100644
--- a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 IUSE=""
 



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

2016-02-03 Thread Patrick Lauer
commit: 2020ead6e21cc5cfb5ba11d8bdac04d09d7999a8
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Feb  3 15:13:13 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Feb  3 15:13:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2020ead6

dev-lang/rakudo: Bump, java bits not working, moarvm bits still have path issues

Package-Manager: portage-2.2.27

 dev-lang/rakudo/Manifest  |  1 +
 dev-lang/rakudo/rakudo-2016.01.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest
index c338461..6ced073 100644
--- a/dev-lang/rakudo/Manifest
+++ b/dev-lang/rakudo/Manifest
@@ -7,3 +7,4 @@ DIST rakudo-2015.06.tar.gz 2505308 SHA256 
eea69522bc415a2566acb7277db44e5e0df558
 DIST rakudo-2015.07.2.tar.gz 2539175 SHA256 
1794f2d670af1174aee620587270c05fbc06ef3026ae144daac436101856c492 SHA512 
2e487df689c40b45673fc14a66127f893a5b0db13c5747e030dbc4b293cec76114b88909598f2ac7d607e7fe6d8fa632ee0c7386a064da31e76feeec48406d5f
 WHIRLPOOL 
bfa2ae4c3f5e24f641eaf8c52d96e61c9cfc48d4ecd9fcacae5a19ed1f60d636d3241fddf2bcbf40df2f2b98add912992c8e955dd237b7583af38c17bbb6713c
 DIST rakudo-2015.11.tar.gz 2643309 SHA256 
a27c8357d06ebfcd1337003c869686f5041aba563a3a8c57bc3c555334e43bc3 SHA512 
e4d662709cf47b2b98398c5781973d1abd008f6f13b170fdba418bf36ff552e6c33caee26e2833539828c06ab7562f02cf5e54789f898e2e2d1d31db98d2e95e
 WHIRLPOOL 
22fdaaf616dc62606ca320cb08231b2ae0740e4191f238f2fa26247b2fcd45ae061a2b4f1c616181ea68339a45054751fef0ebab825e98580ecede43c039805e
 DIST rakudo-2015.12.tar.gz 2669528 SHA256 
f8a57a7b543416c8ea623644f3d74673c4e6c68f3b0161a6b963550ecb74781b SHA512 
48e4c98bbff67a52f68a835cc87a19a0b17f2d67790f8162ffd9f167f080d09180d375b5ea9a8577d1de5036c78e604473a2140107d448aff3630c138fd16114
 WHIRLPOOL 
351ab7ff4b4a1ff00195f913d48f87ef620888cf709e68df5b169f24256d5042bd4a89ef5b3595d9be32ed27cae2e87da9cf3f2585eec0823420be5ee6d8a1a3
+DIST rakudo-2016.01.tar.gz 2687098 SHA256 
ba9fe982905d78ed615749280bc803df5c8ff895c8d15e7960f8c2a91631ed43 SHA512 
b84feb26363c7b75a89fac0ac255f87e5e349265386f7eaf99f761466d8acf8fb5d8eb951c4172278d17af407ff7ccefa73a9543fe9c182a0e78984946481bad
 WHIRLPOOL 
02b0b9b270ec26a63e8ff63a3c40b2018461b3515754256caa20ed76eb974c6f59e44e28365297c2af2fd1bf848f2fd7f4c014c97d459b927b26f5f31add8b26

diff --git a/dev-lang/rakudo/rakudo-2016.01.ebuild 
b/dev-lang/rakudo/rakudo-2016.01.ebuild
new file mode 100644
index 000..7bad068
--- /dev/null
+++ b/dev-lang/rakudo/rakudo-2016.01.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A compiler for the Perl 6 programming language"
+HOMEPAGE="http://rakudo.org";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/rakudo/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz"
+fi
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# TODO: add USE="javascript" once that's usable in nqp
+IUSE="test"
+
+RDEPEND="=dev-lang/nqp-${PV}*:=[moar]"
+DEPEND="${RDEPEND}
+   >=dev-lang/perl-5.10"
+
+#PATCHES=(${FILESDIR}/${PV})
+
+src_configure() {
+   perl Configure.pl --prefix=/usr --sysroot=/usr --backends=moar
+}
+
+src_test() {
+   export RAKUDO_PRECOMP_PREFIX=$(mktemp -d)
+   default
+}



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

2016-02-03 Thread Patrick Lauer
commit: b5fbabea390fdc2f3fd6441fb78301ded203b442
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Feb  3 14:49:30 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Feb  3 15:13:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fbabea

dev-lang/nqp: Bump, temporarily remove broken parrot bindings

Package-Manager: portage-2.2.27

 dev-lang/nqp/Manifest   |  1 +
 dev-lang/nqp/nqp-2016.01.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest
index ec3dad0..940ace5 100644
--- a/dev-lang/nqp/Manifest
+++ b/dev-lang/nqp/Manifest
@@ -7,3 +7,4 @@ DIST nqp-2015.06.tar.gz 4986918 SHA256 
07dd6ea9762c9a3d5e477472cd65584b5e00fef14
 DIST nqp-2015.07.2.tar.gz 5001361 SHA256 
45cde1880b314d98dd20062e93ef28f083dbf2239784e8f050456df8520a25c1 SHA512 
b40ad51e37504b0c05e3d27c7a09543bb4735b3d8758a34805034600e362ae327434584f6824ef72587c37de5b51b476dbb05e8f0f248dc49ed64449f2ba1917
 WHIRLPOOL 
692f4ac9c669f7cf3b56e81b659f4b1d50296b4dccf9effa6f08aca9082f3b501fad140f7411e9ddbada15a5c458be21b699e850ed04574ed53699d2d28be084
 DIST nqp-2015.11.tar.gz 5113497 SHA256 
f9a5e33e628d56b1210a049363198ed05b465024d4f259809f1b1617eb49b568 SHA512 
94f464c055b308ee408240d3cbb7e30b71de99c14e97b5bbaa5fbbe4bc021f60b5567de0113628e2dfb89152eb6a00c8d0cfee92c3b54c5c5fd473c2f00e2cf7
 WHIRLPOOL 
57151fe290dc6674cb10b190349d8809cff90d10385500fda7772d2d78539d492b18be49d1bd903a96c6a9d1bc26a797f7cf3f956891b0af3820c70ce7307d7d
 DIST nqp-2015.12.tar.gz 5135635 SHA256 
4d77681ec4e0fa0c91bf346ab2bb076981921d29e1fbb9964a2a025d7283bbb7 SHA512 
97ef4a52b2b7b461f57cbc2c80f3d2b0056125960c77527f1c9ea2ab21f1882bbeb238e7a5b50c7cd88ac60f74a2b600b85ae9ba70db0209b90a91d68b49216d
 WHIRLPOOL 
79257972580ba0737bb2be7eb2cae3203ae9feefa8e268d5f3ef688ba8cfd9b7aa8126e9431a1d4ef7274f9a93a4751741efd79314b300bca177dd3de5e37018
+DIST nqp-2016.01.tar.gz 5117110 SHA256 
87875120af7167093643f2a35869d66a61f735220a9348627ba89cf294387c8b SHA512 
e79668f7f5f3679fe3b93f63e1151da1eab109ef4acc6f8ae3da3d9e5c3da814440dd43279978b1a13f30647d7c52bda5575b02f366bd928965b06b47c6d6d91
 WHIRLPOOL 
d2369417707332d8bc045f6f93da81e1301ec2599f197664d80e6edeefc1bc7a2147ad3b7e893eef0fb6b96adf2f68f5ab44b948801e266e68d99552253abeda

diff --git a/dev-lang/nqp/nqp-2016.01.ebuild b/dev-lang/nqp/nqp-2016.01.ebuild
new file mode 100644
index 000..9a64251
--- /dev/null
+++ b/dev-lang/nqp/nqp-2016.01.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# still not working
+RESTRICT="test"
+
+inherit eutils multilib versionator
+
+GITCRAP=b5ebdaa
+
+DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
+HOMEPAGE="http://rakudo.org/";
+SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="doc java +moar"
+REQUIRED_USE="|| ( java moar )"
+
+RDEPEND="
+   java? ( >=virtual/jre-1.7 )
+   moar? ( =dev-lang/moarvm-${PV} )
+   dev-libs/libffi"
+DEPEND="${RDEPEND}
+   java? ( >=virtual/jdk-1.7 )
+   dev-lang/perl"
+
+S=${WORKDIR}/perl6-nqp-${GITCRAP}
+
+src_configure() {
+   use java && myconf+="jvm,"
+   use moar && myconf+="moar,"
+   perl Configure.pl --backend=${myconf} --prefix=/usr || die
+   # dirty hack to make dyncall not fail
+   sed -i -e 's/-Werror=missing-prototypes//' Makefile || die
+   sed -i -e 's/-Werror=missing-declarations//' Makefile || die
+   sed -i -e 's/-Werror=strict-prototypes//' Makefile || die
+
+   # more dirty hack to allow building with newer gcc
+   sed -i -e 's/-Werror=implicit-function-declaration//' Makefile || die
+   sed -i -e 's/-Werror=nested-externs//' Makefile || die
+}
+
+src_compile() {
+   emake -j1 || die
+}
+
+src_test() {
+   emake -j1 test || die
+}
+
+src_install() {
+   emake DESTDIR="${ED}" install || die
+
+   dodoc CREDITS README.pod || die
+
+   if use doc; then
+   dodoc -r docs/* || die
+   fi
+}



  1   2   >