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

2016-09-22 Thread Marek Szuba
commit: 0284aed3377bdcbcd9764b77ad8694d4e14a5407
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Sep 23 06:55:26 2016 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Sep 23 06:56:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0284aed3

app-misc/gramps: add proxied maintainer

Package-Manager: portage-2.3.1

 app-misc/gramps/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-misc/gramps/metadata.xml b/app-misc/gramps/metadata.xml
index 7c0f8c7..65ffe39 100644
--- a/app-misc/gramps/metadata.xml
+++ b/app-misc/gramps/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ke...@kblob.com
+   Kevin Simmons
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

 GRAMPS helps you track your family tree. It allows you to store, edit,
 and research genealogical data. GRAMPS attempts to provide all of the



[gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/, app-misc/gramps/files/

2016-09-22 Thread Marek Szuba
commit: 2621df486a36a61ea5f21039709f5094688a8864
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep 22 14:53:32 2016 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Sep 23 06:56:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2621df48

app-misc/gramps: version bump to 4.2.4

Dependency on sci-geosciences/osm-gps-map temporarily removed because we
haven't got the right version in Portage yet.

Seems to work with python3_5 as well but needs more testing, will
officially add support for that version  later.

Suggested-By: Kevin Simmons  kblob.com>

Package-Manager: portage-2.3.1

 app-misc/gramps/Manifest   |  1 +
 .../gramps/files/gramps-4.2.4-resourcepath.patch   | 11 ++
 .../files/gramps-4.2.4-versioned_doc_dir.patch | 15 
 app-misc/gramps/gramps-4.2.4.ebuild| 40 ++
 4 files changed, 67 insertions(+)

diff --git a/app-misc/gramps/Manifest b/app-misc/gramps/Manifest
index 39006df..4000583 100644
--- a/app-misc/gramps/Manifest
+++ b/app-misc/gramps/Manifest
@@ -1,2 +1,3 @@
 DIST gramps-3.4.5.tar.gz 10444188 SHA256 
940b665a2e0dadf7ee310bdd1a1033c20816c856df8a7d6c4e0850a60471dbc7 SHA512 
c9b517f58712d9f585dbddcb394d3605a5f823950a8c3c5a4ffd20d1a8523d6b75f9b6193271adabe76edc073dd6b4c20811de62582a2930b84d88922b4e52b3
 WHIRLPOOL 
4e30108881900883a4cb3c3ee4c9ef78e04d0850c3dbdaf97569f44cdfb2e56463f3f156f041b4dec6650c722f12cc0909689edc9591c97c5b02b1705860c228
 DIST gramps-3.4.9.tar.gz 10190446 SHA256 
402a8616efeda730d10941690edb6dfb2719c3f7383e376a404577412676a8f3 SHA512 
f15481b3791a98568a0a7f734ef5eb9a1149cf76c5e83f1270eee41bcf3518713391cb271a54177e6e6bbaf78da098d7a7a2a807266c971c1331dbb9d29d5fbb
 WHIRLPOOL 
834777cb20ee7a3ef7a2397eef5a0e70caab02666cf127ba01f6310ac68463ea67733883cd3ca63676b9541dc104da818986d7b249950ae6a30415f5fa1bddee
+DIST gramps-4.2.4.tar.gz 18683901 SHA256 
25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa SHA512 
640b7b8affc29eee000232a3828f71c6e6e4ee568a4fce2ae8f9eaeabc87682e2dd9e2f1db1e8093e368d86583e80ce3c5261cf223f9cc6e210e7d6272781499
 WHIRLPOOL 
ae118840749364b2904e5ed35f318019c54551305cf98d6e118bf9c539d1507dbce74b46fe66430e53c1115d09d3c73296a91f354ad0bb734e6d182a3ae148d0

diff --git a/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch 
b/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch
new file mode 100644
index ..4c1f692
--- /dev/null
+++ b/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch
@@ -0,0 +1,11 @@
+--- a/setup.py 2016-09-04 14:44:02.0 +
 b/setup.py 2016-09-22 12:21:52.496968618 +
+@@ -278,7 +278,7 @@
+ if packaging:
+ path = resource_path
+ else:
+-path = os.path.abspath(os.path.join(self.install_data, 
'share'))
++path = '/usr/share'
+ fp.write(path)
+ 
+ _install.run(self)

diff --git a/app-misc/gramps/files/gramps-4.2.4-versioned_doc_dir.patch 
b/app-misc/gramps/files/gramps-4.2.4-versioned_doc_dir.patch
new file mode 100644
index ..3d1ea8c
--- /dev/null
+++ b/app-misc/gramps/files/gramps-4.2.4-versioned_doc_dir.patch
@@ -0,0 +1,15 @@
+--- a/setup.py 2016-09-04 14:44:02.0 +
 b/setup.py 2016-09-22 13:08:33.188167127 +
+@@ -436,9 +436,9 @@
+ CSS_FILES = glob.glob(os.path.join('data', 'css', '*.css'))
+ SWANKY_PURSE = glob.glob(os.path.join('data', 'css', 'swanky-purse', '*.css'))
+ SWANKY_IMG = glob.glob(os.path.join('data', 'css', 'swanky-purse', 'images', 
'*.png'))
+-data_files_core.append(('share/doc/gramps', DOC_FILES))
+-data_files_core.append(('share/doc/gramps/example/gedcom', GEDCOM_FILES))
+-data_files_core.append(('share/doc/gramps/example/gramps', GRAMPS_FILES))
++data_files_core.append(('share/doc/gramps-' + VERSION, DOC_FILES))
++data_files_core.append(('share/doc/gramps-' + VERSION + '/example/gedcom', 
GEDCOM_FILES))
++data_files_core.append(('share/doc/gramps-' + VERSION + '/example/gramps', 
GRAMPS_FILES))
+ data_files_core.append(('share/gramps/images/webstuff', IMAGE_WEB))
+ data_files_core.append(('share/gramps/css', CSS_FILES))
+ data_files_core.append(('share/gramps/css/swanky-purse', SWANKY_PURSE))

diff --git a/app-misc/gramps/gramps-4.2.4.ebuild 
b/app-misc/gramps/gramps-4.2.4.ebuild
new file mode 100644
index ..749a4c2
--- /dev/null
+++ b/app-misc/gramps/gramps-4.2.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python3_4 )
+
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="Genealogical Research and Analysis Management Programming System"
+HOMEPAGE="http://www.gramps.org/";
+SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+reports +exif spell"
+
+RDEPEND="
+   dev-python/bsddb3[${PYTHON_USEDEP}]
+   >

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

2016-09-22 Thread Alon Bar-Lev
commit: 2bf9ac7309f347e22f4c9cca66374ce820fea91b
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu Sep 22 21:57:08 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Sep 23 06:52:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf9ac73

net-libs/gnutls: cleanup

 net-libs/gnutls/gnutls-3.4.14-r1.ebuild | 133 
 net-libs/gnutls/gnutls-3.5.3.ebuild | 126 --
 2 files changed, 259 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.4.14-r1.ebuild 
b/net-libs/gnutls/gnutls-3.4.14-r1.ebuild
deleted file mode 100644
index 5656755..
--- a/net-libs/gnutls/gnutls-3.4.14-r1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# 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"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0/30" # libgnutls.so number
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs 
test +tls-heartbeat +tools zlib ${IUSE_LINGUAS// / linguas_}"
-
-# NOTICE: sys-devel/autogen is required at runtime as we
-# use system libopts
-RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
-   >=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}]
-   >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
-   crywrap? ( net-dns/libidn )
-   dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-1.8:*[networking] )
-   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
-   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20140508
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   )"
-DEPEND="${RDEPEND}
-   >=sys-devel/automake-1.11.6
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   doc? (
-   sys-apps/texinfo
-   dev-util/gtk-doc
-   )
-   nls? ( sys-devel/gettext )
-   test? ( app-misc/datefudge )"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS doc/TODO )
-
-PATCHES=(
-   
"${FILESDIR}/${PN}-3.4.7-build-allow-installing-man-1-even-with-disable-doc.patch"
-   "${FILESDIR}/${PN}-3.4.14-build.patch"
-)
-
-pkg_setup() {
-   # bug#520818
-   export TZ=UTC
-}
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e 's/imagesdir = $(infodir)/imagesdir = $(htmldir)/' \
-   doc/Makefile.am || die
-
-   # force regeneration of autogen-ed files
-   local file
-   for file in $(grep -l AutoGen-ed src/*.c) ; do
-   rm src/$(basename ${file} .c).{c,h} || die
-   done
-
-   # force regeneration of makeinfo files
-   # have no idea why on some system these files are not
-   # accepted as-is, see bug#520818
-   for file in $(grep -l "produced by makeinfo" doc/*.info) ; do
-   rm "${file}" || die
-   done
-
-   eautoreconf
-
-   # Use sane .so versioning on FreeBSD.
-   elibtoolize
-
-   # bug 497472
-   use cxx || epunt_cxx
-}
-
-multilib_src_configure() {
-   LINGUAS="${LINGUAS//en/en@boldquot en@quot}"
-
-   # TPM needs to be tested before being enabled
-   # hardware-accell is disabled on OSX because the asm files force
-   #   GNU-stack (as doesn't support that) and when that's removed ld
-   #   complains about duplicate symbols
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-valgrind-tests \
-   --without-included-libtasn1 \
-   $(use_enable cxx) \
-   $(use_enable dane libdane) \
-   $(multilib_native_enable manpages) \
-   $(multilib_native_use_enable tools) \
-   $(multilib_native_use_enable doc) \
-   $(multilib_native_use_enable doc gtk-doc) \
-   $(multilib_native_use_enable guile) \
-   $(multilib_native_use_enable crywrap) \
-   $(multilib_native_use_enable test tests) \
-   $(use_enable nls) \
-   $(use_enable openssl openssl-compatibility) \
-   $(use_enable tls-heartbeat heartbeat-support) \
-   $(use_enable static-libs static) \
-   $(use_with pkcs11 p11-kit) \
-   $(use_with zlib) \
-   --without-

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

2016-09-22 Thread Alon Bar-Lev
commit: 821ac429221b9978e64463adad7cd03dbfff6965
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu Sep 22 22:00:08 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Sep 23 06:52:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821ac429

net-libs/gnutls: fix CVE-2016-7444

Thanks:  behemothchess
Bug: 594738
Package-Manager: portage-2.2.28

 net-libs/gnutls/Manifest   |   2 -
 .../gnutls/files/gnutls-3.3.24-CVE-2016-7444.patch |  28 
 net-libs/gnutls/gnutls-3.3.24-r1.ebuild| 178 +
 3 files changed, 206 insertions(+), 2 deletions(-)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index 6c8ad16..2185e4e 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -1,7 +1,5 @@
 DIST gnutls-3.3.17.1.tar.xz 6339588 SHA256 
b40f158030a92f450a07b20300a3996710ca19800848d9f6fd62493170c5bbb4 SHA512 
9f2945abe1251db176fa227f2c90be46dba831af97647f04b960c71a50fc597776be31080733f9417f2242c4c6ae92fa897bf02d5f2ba40863e94df245c03319
 WHIRLPOOL 
8a04e56a5f47ddaad106081a613ead85a107b013d3e894074745e9439e0a7797b7f528aab5db7e3ac808f1c5c361c4717d7f0cb3abc943a6f912e5b6981db320
 DIST gnutls-3.3.23.tar.xz 6304332 SHA256 
f53453857e369d66d665c40389201c0b9dacb7ccda560fd21b20b798687a4239 SHA512 
5c2e93ddbff3ca2fc5f8fca8eeaef363bf8fe0f5dce2f4a9448e3235c930baa09d59a456a019283a451d19e0497d3ae645786080aa31febc7f1bcd71c6de1e09
 WHIRLPOOL 
fa082db1933eefc7e061dc7f7e6584d03920f40584865e2983250097db9acea0e6d0c075e8207a2e5b96e37ae77db2b91bcf21e97cc7dfdec0744904de4b5866
 DIST gnutls-3.3.24.tar.xz 6294532 SHA256 
5b65fe2a91c8dfa32bedc78acffcb152e5426cd3349e2afc439bdaf18aa5 SHA512 
1fbb2e15ade14db15d7acc9ff559ecfc39517fd99e6c784583a7a4f8786daf8053f35f41e39cde0eeb5a1dfd3193ad908b52f62f945fbd43c147dc87e55f192f
 WHIRLPOOL 
0725b35af9bbb4a7ee8f430af95e078066fb455328dd0ee71cca6633d093fe0433c7d869ebf0fabf8983679a32ff8451a2b631aec672810eb7bc55a3de28cc7d
-DIST gnutls-3.4.14.tar.xz 6673148 SHA256 
35deddf2779b76ac11057de38bf380b8066c05de21b94263ad5b6dfa75dfbb23 SHA512 
d75f6b4dea2dc742cd7f60ee0ee540d41b69991aaa937ca0138cfdf4a1e0dfaaa3863464303bfa5799e14ee02de252f71c59a7a9e57b96ff8af653e419edfd4e
 WHIRLPOOL 
1869b831521f4ef5dde5a6694fdf6239793b404478a9b7e97ec2b4af2f1a4326fa5b65521a74d664113a84d2ff1b660269fcf1f3ca1db361fddfab2af3c191dd
 DIST gnutls-3.4.15.tar.xz 6676480 SHA256 
eb2a013905f5f2a0cbf7bcc1d20c85a50065063ee87bd33b496c4e19815e3498 SHA512 
03157f2da22890ecd080ad58144a9aabe933382c0b7e969b7b194a0248bb5e6e25207078c0a92755650d0004970eb1c0cf0140dbdbf2e615808f9978e965a5e5
 WHIRLPOOL 
a5f866e44421b6ecb492587f9eee09373fbda0644cc71468995fd2756b620c254c2cd69c07e8db30df415810d1090daf5ea5d50b33f2fda02c0758a7d4ee04e8
-DIST gnutls-3.5.3.tar.xz 6895068 SHA256 
92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef SHA512 
d53d8067628ce49e5bb0dbbd76761a27f585b0a38356c0d8524db6cf96542f54a7f8a87c5772335c1ca1ceec1e111e11c54636bb24ca2ac014c367b96c9e3969
 WHIRLPOOL 
fc0b7a744c6c08a48c43a2e95781ec7139600b45b12f8352db01824468f301ab56f2adfec6f7a4806247fe33eadaa234ad541a27c75d8689c2817a0f5967aa05
 DIST gnutls-3.5.4.tar.xz 6930620 SHA256 
4e38014332e0f70c5d19b0eca8d85025ccd0d8be85894c0aaa498b42f6b9a8eb SHA512 
175aab43b6349a62530938333910feb26ea5d923e151a9942fd5a6989f87193b18862e69bbbdb6308f889585d428d689d8fd3a6e8149f9fd1ac2882802ea6a9f
 WHIRLPOOL 
6625adb815a69ba24e19b7966884f36577e8035272884d3d3b38c813ddd73e211ec3d2180c4e9160ad8459acab0ee72a36b328eae27357d6d1eb6476a06db75a

diff --git a/net-libs/gnutls/files/gnutls-3.3.24-CVE-2016-7444.patch 
b/net-libs/gnutls/files/gnutls-3.3.24-CVE-2016-7444.patch
new file mode 100644
index ..82ab36f
--- /dev/null
+++ b/net-libs/gnutls/files/gnutls-3.3.24-CVE-2016-7444.patch
@@ -0,0 +1,28 @@
+From 964632f37dfdfb914ebc5e49db4fa29af35b1de9 Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos 
+Date: Sat, 27 Aug 2016 17:00:22 +0200
+Subject: [PATCH] ocsp: corrected the comparison of the serial size in OCSP 
response
+
+Previously the OCSP certificate check wouldn't verify the serial length
+and could succeed in cases it shouldn't.
+
+Reported by Stefan Buehler.
+---
+ lib/x509/ocsp.c | 1 +
+ 1 file changed, 1 insertion(+), 0 deletions(-)
+
+diff --git a/lib/x509/ocsp.c b/lib/x509/ocsp.c
+index 92db9b6..8181f2e 100644
+--- a/lib/x509/ocsp.c
 b/lib/x509/ocsp.c
+@@ -1318,6 +1318,7 @@ gnutls_ocsp_resp_check_crt(gnutls_ocsp_resp_t resp,
+   gnutls_assert();
+   goto cleanup;
+   }
++  cserial.size = t;
+ 
+   if (rserial.size != cserial.size
+   || memcmp(cserial.data, rserial.data, rserial.size) != 0) {
+--
+libgit2 0.24.0
+

diff --git a/net-libs/gnutls/gnutls-3.3.24-r1.ebuild 
b/net-libs/gnutls/gnutls-3.3.24-r1.ebuild
new file mode 100644
index ..4b00e29
--- /dev/null
+++ b/net-libs/gnutls/gnutls-3.3.24-r1.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/, dev-libs/crypto++/files/

2016-09-22 Thread Alon Bar-Lev
commit: 5e708f89285f5d55f5b5dd26618df439e2943591
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu Sep 22 22:17:48 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Sep 23 06:52:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e708f89

dev-libs/crypto++ - fix minor c++11 issue

Thanks: Peter Levine
Bug: 593860

Package-Manager: portage-2.2.28

 dev-libs/crypto++/crypto++-5.6.2-r3.ebuild |  3 ++-
 dev-libs/crypto++/files/crypto++-5.6.2-c++11.patch | 22 ++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-libs/crypto++/crypto++-5.6.2-r3.ebuild 
b/dev-libs/crypto++/crypto++-5.6.2-r3.ebuild
index 57b4f46..1932f1a 100644
--- a/dev-libs/crypto++/crypto++-5.6.2-r3.ebuild
+++ b/dev-libs/crypto++/crypto++-5.6.2-r3.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$
 
@@ -23,6 +23,7 @@ S="${WORKDIR}"
 src_prepare() {
epatch "${FILESDIR}"/${P}-r1-make.patch
epatch "${FILESDIR}"/${P}-cve-2015-2141.patch
+   epatch "${FILESDIR}"/${P}-c++11.patch
 
# Generate our own libtool script for building.
cat <<-EOF > configure.ac

diff --git a/dev-libs/crypto++/files/crypto++-5.6.2-c++11.patch 
b/dev-libs/crypto++/files/crypto++-5.6.2-c++11.patch
new file mode 100644
index ..4075036
--- /dev/null
+++ b/dev-libs/crypto++/files/crypto++-5.6.2-c++11.patch
@@ -0,0 +1,22 @@
+From 44015c26ba215f955b1e653f9c8f3c894a532707 Mon Sep 17 00:00:00 2001
+From: Jeffrey Walton 
+Date: Tue, 9 Jun 2015 09:49:02 -0400
+Subject: [PATCH] Cleared ill-formed conversion in C++11
+
+---
+ wake.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/wake.cpp b/wake.cpp
+index c34165b..e0f194e 100644
+--- a/wake.cpp
 b/wake.cpp
+@@ -23,7 +23,7 @@ void WAKE_Base::GenKey(word32 k0, word32 k1, word32 k2, 
word32 k3)
+   signed int x, z, p; 
+   // x and z were declared as "long" in Wheeler's paper, which is a 
signed type. I don't know if that was intentional, but it's too late to change 
it now. -- Wei 7/4/2010
+   CRYPTOPP_COMPILE_ASSERT(sizeof(x) == 4);
+-  static int tt[10]= {
++  static unsigned int tt[10]= {
+   0x726a8f3b, 
 // table
+   0xe69a3b5c,
+   0xd3c71fe5,



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

2016-09-22 Thread Alon Bar-Lev
commit: 29a23c245f99bc4f22d2d85e2d1adbbf213492e8
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu Sep 22 21:55:45 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Sep 23 06:52:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a23c24

net-libs/gnutls: remove unused files introduced by forigin merge 2f983b0?!?

 net-libs/gnutls/files/gnutls-2.12.20-AF_UNIX.patch |  37 ---
 .../files/gnutls-2.12.20-guile-parallelmake.patch  |   9 -
 net-libs/gnutls/files/gnutls-2.12.20-libadd.patch  |  36 ---
 .../files/gnutls-2.12.23-CVE-2013-2116.patch   |  25 --
 .../files/gnutls-2.12.23-CVE-2014-0092.patch   | 102 ---
 .../files/gnutls-2.12.23-CVE-2014-1959.patch   |  14 -
 .../files/gnutls-2.12.23-CVE-2014-3466.patch   | 311 -
 .../files/gnutls-2.12.23-CVE-2014-3467.patch   |  45 ---
 .../files/gnutls-2.12.23-CVE-2014-3468.patch   |  45 ---
 .../files/gnutls-2.12.23-CVE-2014-3469.patch   | 122 
 .../files/gnutls-2.12.23-cross-compile.patch   |  69 -
 .../files/gnutls-2.12.23-gdoc-perl-5.18.patch  | 137 -
 ...3-gl-tests-getaddrinfo-skip-if-no-network.patch |  30 --
 net-libs/gnutls/files/gnutls-2.12.23-hppa.patch|  44 ---
 14 files changed, 1026 deletions(-)

diff --git a/net-libs/gnutls/files/gnutls-2.12.20-AF_UNIX.patch 
b/net-libs/gnutls/files/gnutls-2.12.20-AF_UNIX.patch
deleted file mode 100644
index 719baf3..
--- a/net-libs/gnutls/files/gnutls-2.12.20-AF_UNIX.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Backport of commit 60a13b98e9f410c3b1019252f271d3c0f20b2e61 for 2.12.20
-
-From 60a13b98e9f410c3b1019252f271d3c0f20b2e61 Mon Sep 17 00:00:00 2001
-From: Nikos Mavrogiannopoulos 
-Date: Fri, 23 Sep 2011 14:39:29 +
-Subject: a hack to allow compilation on systems without AF_LOCAL.
-
 lib/nettle/egd.c
-+++ lib/nettle/egd.c
-@@ -33,6 +33,12 @@
- 
- #include 
- 
-+#ifdef AF_UNIX
-+# define LOCAL_SOCKET_TYPE AF_UNIX
-+#else
-+# define LOCAL_SOCKET_TYPE AF_LOCAL
-+#endif
-+
- #ifndef offsetof
- #define offsetof(type, member) ((size_t) &((type *)0)->member)
- #endif
-@@ -141,12 +147,12 @@
- }
- 
-   memset (&addr, 0, sizeof addr);
--  addr.sun_family = AF_LOCAL;
-+  addr.sun_family = LOCAL_SOCKET_TYPE;
-   strcpy (addr.sun_path, name);
-   addr_len = (offsetof (struct sockaddr_un, sun_path)
-   + strlen (addr.sun_path));
- 
--  fd = socket (AF_LOCAL, SOCK_STREAM, 0);
-+  fd = socket (LOCAL_SOCKET_TYPE, SOCK_STREAM, 0);
-   if (fd == -1)
- {
-   _gnutls_debug_log ("can't create unix domain socket: %s\n",

diff --git a/net-libs/gnutls/files/gnutls-2.12.20-guile-parallelmake.patch 
b/net-libs/gnutls/files/gnutls-2.12.20-guile-parallelmake.patch
deleted file mode 100644
index 5bb0857..
--- a/net-libs/gnutls/files/gnutls-2.12.20-guile-parallelmake.patch
+++ /dev/null
@@ -1,9 +0,0 @@
 a/guile/src/Makefile.am
-+++ b/guile/src/Makefile.am
-@@ -124,4 +124,7 @@
- 
- .c.x: $(BUILT_SOURCES)
-   $(guile_snarf) -o $@ $< $(snarfcppopts)
-+core.x: core.c enums.h enum-map.i.c priorities.i.c smobs.h smob-types.i.c
-+errors.x: errors.c enums.h
-+extra.x: extra.c enums.h extra-enums.h extra-enum-map.i.c extra-smobs.h 
extra-smob-types.i.c smobs.h

diff --git a/net-libs/gnutls/files/gnutls-2.12.20-libadd.patch 
b/net-libs/gnutls/files/gnutls-2.12.20-libadd.patch
deleted file mode 100644
index fe5f196..
--- a/net-libs/gnutls/files/gnutls-2.12.20-libadd.patch
+++ /dev/null
@@ -1,36 +0,0 @@
 gnutls-2.12.20/libextra/Makefile.am
-+++ gnutls-2.12.20/libextra/Makefile.am
-@@ -69,7 +69,7 @@
- if ENABLE_MINITASN1
- libgnutls_openssl_la_LIBADD += ../lib/minitasn1/libminitasn1.la
- else
--libgnutls_openssl_la_LDFLAGS += $(LTLIBTASN1)
-+libgnutls_openssl_la_LIBADD += $(LTLIBTASN1)
- endif
- 
- if HAVE_LD_OUTPUT_DEF
-@@ -89,8 +89,9 @@
- libgnutls_extra_la_SOURCES += \
-   ext_inner_application.h ext_inner_application.c gnutls_ia.c
- 
-+cryptolib_ldadd =
- if !ENABLE_NETTLE
--libgnutls_extra_la_LIBADD += $(LTLIBGCRYPT)
-+cryptolib_ldadd = $(LTLIBGCRYPT)
- endif
- 
- # Rest
-@@ -104,11 +105,10 @@
- DISTCLEANFILES += $(defexec_DATA)
- 
- libgnutls_extra_la_LDFLAGS += \
--  -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
--  $(LZO_LIBS)
-+  -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
- 
- libgnutls_extra_la_LIBADD += ../lib/gl/liblgnu.la gl/libxgnu.la \
--  ../lib/libgnutls.la
-+  ../lib/libgnutls.la $(cryptolib_ldadd) $(LZO_LIBS)
- 
- if HAVE_LD_VERSION_SCRIPT
- libgnutls_extra_la_LDFLAGS += \

diff --git a/net-libs/gnutls/files/gnutls-2.12.23-CVE-2013-2116.patch 
b/net-libs/gnutls/files/gnutls-2.12.23-CVE-2013-2116.patch
deleted file mode 100644
index 2223e70..
--- a/net-libs/gnutls/files/gnutls-2.12.23-CVE-2013-2116.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5164d5a1d57cd0372a5dd074382ca960ca18b27d Mon Sep 17 00:00:00 2001
-From: Nikos Mavrogiannopoulos 
-Date: Thu, 23 May 2013 09:54:37 +0200
-Subject: [PATCH] re

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

2016-09-22 Thread Patrick McLean
commit: 256e681c044e33a785157c060fd9f411af66db71
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Sep 23 06:33:15 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Sep 23 06:33:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256e681c

mail-mta/postfix: Revision bump, fix runtime failures with libressl

The libressl patch allowed postfix to compile, but TLS was failing
to initialize at runtime. This makes postfix actually work with
libressl rather than simply compile.

Patch constructed from a set of diffs on the FreeBSD git.

Package-Manager: portage-2.3.1

 .../postfix/files/postfix-libressl-runtime.patch   | 102 +++
 mail-mta/postfix/postfix-3.1.2-r1.ebuild   | 309 +
 2 files changed, 411 insertions(+)

diff --git a/mail-mta/postfix/files/postfix-libressl-runtime.patch 
b/mail-mta/postfix/files/postfix-libressl-runtime.patch
new file mode 100644
index ..8140886
--- /dev/null
+++ b/mail-mta/postfix/files/postfix-libressl-runtime.patch
@@ -0,0 +1,102 @@
+--- src/posttls-finger/posttls-finger.c.orig   2016-08-27 20:27:50 UTC
 src/posttls-finger/posttls-finger.c
+@@ -1511,7 +1511,8 @@ static int finger(STATE *state)
+ return (0);
+ }
+ 
+-#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x1010L
++#if defined(USE_TLS) && \
++( OPENSSL_VERSION_NUMBER < 0x1010L || 
defined(LIBRESSL_VERSION_NUMBER) )
+ 
+ /* ssl_cleanup - free memory allocated in the OpenSSL library */
+ 
+@@ -1958,7 +1959,8 @@ int main(int argc, char *argv[])
+ cleanup(&state);
+ 
+ /* OpenSSL 1.1.0 and later (de)initialization is implicit */
+-#if defined(USE_TLS) && OPENSSL_VERSION_NUMBER < 0x1010L
++#if defined(USE_TLS) && \
++( OPENSSL_VERSION_NUMBER < 0x1010L || 
defined(LIBRESSL_VERSION_NUMBER) )
+ ssl_cleanup();
+ #endif
+ 
+--- src/tls/tls_client.c.orig  2016-08-27 20:27:50 UTC
 src/tls/tls_client.c
+@@ -299,7 +299,7 @@ TLS_APPL_STATE *tls_client_init(const TL
+  */
+ tls_check_version();
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ 
+ /*
+  * Initialize the OpenSSL library by the book! To start with, we must
+@@ -441,7 +441,7 @@ TLS_APPL_STATE *tls_client_init(const TL
+ /*
+  * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev
+  */
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ 
+ /*
+  * According to the OpenSSL documentation, temporary RSA key is needed
+--- src/tls/tls_dane.c.orig2016-08-27 20:27:50 UTC
 src/tls/tls_dane.c
+@@ -2163,7 +2163,7 @@ static SSL_CTX *ctx_init(const char *CAf
+ tls_param_init();
+ tls_check_version();
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ SSL_load_error_strings();
+ SSL_library_init();
+ #endif
+--- src/tls/tls_rsa.c.orig 2016-01-03 14:49:51 UTC
 src/tls/tls_rsa.c
+@@ -57,7 +57,7 @@
+  /*
+   * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev
+   */
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ 
+ /* tls_tmp_rsa_cb - call-back to generate ephemeral RSA key */
+ 
+@@ -109,7 +109,7 @@ int main(int unused_argc, char *cons
+ /*
+  * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev
+  */
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ RSA*rsa;
+ 
+ msg_vstream_init(argv[0], VSTREAM_ERR);
+--- src/tls/tls_server.c.orig  2016-08-27 20:27:50 UTC
 src/tls/tls_server.c
+@@ -174,7 +174,7 @@ static const char server_session_id_cont
+ #endif/* OPENSSL_VERSION_NUMBER */
+ 
+  /* OpenSSL 1.1.0 bitrot */
+-#if OPENSSL_VERSION_NUMBER >= 0x1010L
++#if OPENSSL_VERSION_NUMBER >= 0x1010L && !defined(LIBRESSL_VERSION_NUMBER)
+ typedef const unsigned char *session_id_t;
+ 
+ #else
+@@ -377,7 +377,7 @@ TLS_APPL_STATE *tls_server_init(const TL
+  */
+ tls_check_version();
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ 
+ /*
+  * Initialize the OpenSSL library by the book! To start with, we must
+@@ -588,7 +588,7 @@ TLS_APPL_STATE *tls_server_init(const TL
+ /*
+  * 2015-12-05: Ephemeral RSA removed from OpenSSL 1.1.0-dev
+  */
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ 
+ /*
+  * According to OpenSSL documentation, a temporary RSA key is needed when

diff --git a/mail-mta/postfix/postfix-3.1.2-r1.ebuild 
b/mail-mta/postfix/postfix-3.1.2-r1.ebuild
new file mode 100644
index ..15f8e1d
--- /dev/null
+++ b/mail-mta/post

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

2016-09-22 Thread Tim Harder
commit: 3f98f95e0a55007c3574fbf26804d97eef98dd26
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 05:54:19 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 05:54:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98f95e

app-vim/gitgutter: version bump to 20160916

 app-vim/gitgutter/Manifest | 1 +
 .../gitgutter/{gitgutter-.ebuild => gitgutter-20160916.ebuild} | 3 ++-
 app-vim/gitgutter/gitgutter-.ebuild| 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest
index 8e37262..43d443d 100644
--- a/app-vim/gitgutter/Manifest
+++ b/app-vim/gitgutter/Manifest
@@ -1 +1,2 @@
 DIST gitgutter-20160316.tar.bz2 37102 SHA256 
41d3e44ae569cf208682e0e50b30bef669e195ad048196ec8fc91a9d8496637a SHA512 
f63bb92097c1c52d5a6d84d9707358d4c3c681b1e7b5f4cc19846cda0ee5938d7f0180d5f9dcf259f06d32839e64ebbc4d7b4b681fc91cc785e484fba7d4c1b7
 WHIRLPOOL 
45a7fcb9108eeab47fdd2cfcc2f9409335d5b322d7bb1db58d9b702583b384d9c9a7ac7084620de1ce2a99370e87b29063291c8aee87c6710bf2153289afc003
+DIST gitgutter-20160916.tar.bz2 40664 SHA256 
28927a857a3f37bd2d3348b6bec8d5b7fec856a5b96b06b3bcd80275ef402314 SHA512 
7e3724f6b4845d4b1cbb75edecf6b1701ebd174e808a7db69930dda6913b8552d3bb1d366973198768df78ba4978b20ddab360ee4988498f30107dfe7fc1102f
 WHIRLPOOL 
a7e01d887dea3aacde7f27e9cdc9f45c7abb7928164508044e6c86f2e8380557a39a455ad57dedb360dd9339c78034abb1e815f50cc694ee799d6336088722e2

diff --git a/app-vim/gitgutter/gitgutter-.ebuild 
b/app-vim/gitgutter/gitgutter-20160916.ebuild
similarity index 97%
copy from app-vim/gitgutter/gitgutter-.ebuild
copy to app-vim/gitgutter/gitgutter-20160916.ebuild
index 6ae5ba5..975c09c 100644
--- a/app-vim/gitgutter/gitgutter-.ebuild
+++ b/app-vim/gitgutter/gitgutter-20160916.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit vim-plugin
 
 if [[ ${PV} == * ]]; then
@@ -18,6 +18,7 @@ LICENSE="MIT"
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
+   default
rm README* screenshot.png || die
rm -rf test || die
 }

diff --git a/app-vim/gitgutter/gitgutter-.ebuild 
b/app-vim/gitgutter/gitgutter-.ebuild
index 6ae5ba5..975c09c 100644
--- a/app-vim/gitgutter/gitgutter-.ebuild
+++ b/app-vim/gitgutter/gitgutter-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit vim-plugin
 
 if [[ ${PV} == * ]]; then
@@ -18,6 +18,7 @@ LICENSE="MIT"
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
+   default
rm README* screenshot.png || die
rm -rf test || die
 }



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

2016-09-22 Thread Tim Harder
commit: 0467827b1d893d3dbd67537e5c5a29220208dcf5
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 05:48:06 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 05:48:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0467827b

app-vim/command-t: remove old

 app-vim/command-t/Manifest|  3 ---
 app-vim/command-t/command-t-1.11.4.ebuild | 40 
 app-vim/command-t/command-t-1.13.ebuild   | 40 
 app-vim/command-t/command-t-3.0.2.ebuild  | 43 ---
 4 files changed, 126 deletions(-)

diff --git a/app-vim/command-t/Manifest b/app-vim/command-t/Manifest
index 39bf528..88c2bdd 100644
--- a/app-vim/command-t/Manifest
+++ b/app-vim/command-t/Manifest
@@ -1,4 +1 @@
-DIST command-t-1.11.4.tar.bz2 43107 SHA256 
8b3b9b70397621d23e74c817f5807319f769253cf82de471913294a8e702ab62 SHA512 
d3e35e6c0c144338c3966c6b57822193080ed1ef181ccd2d6ecd480dbe023788d33d82518a8461a7525ee3d4ca9fc643beb250e18aa7cfd691c6bc6aad4a6644
 WHIRLPOOL 
e92fe0ae2b8ec1e5e029be21fd02142b241321e3a15fed5e6e522f64e55daf0d3eb348eedfd0bdad712d130ced10b3116328428379f2ae92f60304b2379c676c
-DIST command-t-1.13.tar.bz2 45385 SHA256 
f5674a4c9dfaf8364deb694d2c4a579520a3921e8378dee32acc0849e1576c1f SHA512 
dfa2905d0e9473b847a33c6721598f67e9354c817adc21c4a18bcb63b880f1808f1c7ebee2500c7ae48537b9a1a28c1293f421b06715b80fb54b983a56778002
 WHIRLPOOL 
3692a85c57690ee4978e5189fade9bc1a5f723cf63e22247ca85e9170aa3a23f85ad61cb5c5fca353ac2e2b9560140397fc7b1537653ec8a4ba617e9bb50
-DIST command-t-3.0.2.tar.gz 69434 SHA256 
f849ef6a4bcf2fa53f4a7f76333a12c0a29c5eac13b36f1a79fdbee0ceea39ac SHA512 
35c90a08d807dbbdc9428c1ca35d085bea16111f232063a37fc7ffe954549a53f7cb4e1ea80cf8da7e9dfb6159745af361843a3f15477e80c8f81de51af2ddca
 WHIRLPOOL 
c01be35bb9a440eef5b5bf5f47612f3432e58a7ba1bb3f1e0f54b6421d3983d5f39f198e6bb799866c953ed358e25e381c2e915f1b4935a775038bab592df6a4
 DIST command-t-4.0.tar.gz 79052 SHA256 
1a733b660c461b675fc0e95627036c9328a5f7a33cb641f8c8ec98e639314abf SHA512 
31f58210b2e9954d830dac3f18d87d08059f396c6637c6ff0be1e8b660fc307796ef8c0d572b105690072c013f0fc4ff6cfaa2f0f8ebde00b5f76fdfc3e29c34
 WHIRLPOOL 
8119c2d7c61922d84402882f1499fd8a9fd955951f9b6952f24335ef8f14d7bca93c023adf61985d571631bbd7db6ed7c60c96151570228120d2025e9c7b4c5a

diff --git a/app-vim/command-t/command-t-1.11.4.ebuild 
b/app-vim/command-t/command-t-1.11.4.ebuild
deleted file mode 100644
index c7748c0..
--- a/app-vim/command-t/command-t-1.11.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
-   https://wincent.com/products/command-t";
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
-   cd ruby/${PN}
-   ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   cd ruby/${PN}
-   emake V=1
-   rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
-   local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
-   insinto ${sitelibdir}/${PN}
-   doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
-   rm -r ruby || die
-   vim-plugin_src_install
-}

diff --git a/app-vim/command-t/command-t-1.13.ebuild 
b/app-vim/command-t/command-t-1.13.ebuild
deleted file mode 100644
index c7748c0..
--- a/app-vim/command-t/command-t-1.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
-   https://wincent.com/products/command-t";
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-each_ruby_configure() {
-   cd ruby/${PN}
-   ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   cd ruby/${PN}
-   emake V=1
-   rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
-   local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
-   insinto ${sitelibdir}/${PN}
-   doins -r ruby/${PN}/*
-}
-
-all_ruby_install() {
-   rm -r ruby || die
-   vim-plugin_src_install
-}

diff --git a/app-vim/command-t/command-t-3.0.2.ebuild 
b/app-vim/command-t/command-t-3.0.2.ebuild
deleted file mode 100644
index cb5ad97..
--- a/app-vim/command-t/command-t-3.0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 

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

2016-09-22 Thread Tim Harder
commit: 28759f928fff6bd9032c161e5bfeeb32b7af4ee4
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 05:41:15 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 05:41:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28759f92

app-vim/dbext: stabilize 23.0

 app-vim/dbext/dbext-23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/dbext/dbext-23.0.ebuild b/app-vim/dbext/dbext-23.0.ebuild
index d8e1833..4b04490 100644
--- a/app-vim/dbext/dbext-23.0.ebuild
+++ b/app-vim/dbext/dbext-23.0.ebuild
@@ -9,6 +9,6 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: easy access to databases"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356";
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~mips ~ppc x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"



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

2016-09-22 Thread Tim Harder
commit: 44cea8084cc70e708e734d969048792dfc616e82
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 05:41:31 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 05:41:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cea808

app-vim/dbext: remove old

 app-vim/dbext/Manifest  |  1 -
 app-vim/dbext/dbext-22.0.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-vim/dbext/Manifest b/app-vim/dbext/Manifest
index 368ba11..cb91278 100644
--- a/app-vim/dbext/Manifest
+++ b/app-vim/dbext/Manifest
@@ -1,3 +1,2 @@
-DIST dbext-22.0.tar.bz2 102728 SHA256 
a6f44a4aceb0fc83989122a5ab6988d47330781d8759fe1334fc21071b092b08 SHA512 
18370074039f520f137f7e6db032963c1f6ce4b5a5f2e3b6e7f67441af0b195b0315d8cb918ae4bd65f281536ac76e187ec88055c5653213442771d01836a258
 WHIRLPOOL 
80bc6af335418df61bf58ab8d3c7be1cdee5c41fca5fd8a9c451f088f8f93318ef2d750489049d79322f097e49b621f2be861bbb7e66b0c2b27dbe47ad6b5e2a
 DIST dbext-23.0.tar.bz2 104027 SHA256 
92c6b54f66927382862768346a9e24e898f2a3b0a88192588c9d204fda8a0306 SHA512 
48fe475b6c8d157e679d0230e981be77fc033e7f5a370e964c5d793b796cc291f15b145e5a642aae5c9fa64916ad6cdf059f59def43ac342a28c07de6e99b333
 WHIRLPOOL 
2e33df79789158ed775a2546f49f16961f4fa48ae68f03bfbfd6d2f048347b0882877af8b06bf3cb123f7b00aff79ab6c5ef193e40b75d6632bf4e78d427e9cd
 DIST dbext-24.0.tar.bz2 106023 SHA256 
77fba040a3badd9475dac109171f42148d28b32b664c04a8ea60cba4af5c3d9d SHA512 
2f11ec45d980714ccbb1dec32b6b231551edf5fe67a7394aa917b83c3b6f197f9c9a53fe12f7e7e43ef963eb31370bf5efd723fe23b2aadf065ec29914112cd8
 WHIRLPOOL 
22e521c47ef394a7c8b99c57b77ddc192bc81afaec375abed981506312e6ed362a7c6ad0d5111bf717f23ae34d2a68ec05f9cdf6164ed52a036c298866d57b4f

diff --git a/app-vim/dbext/dbext-22.0.ebuild b/app-vim/dbext/dbext-22.0.ebuild
deleted file mode 100644
index b7ca32f..
--- a/app-vim/dbext/dbext-22.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: easy access to databases"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356";
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~mips ~ppc x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"



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

2016-09-22 Thread Tim Harder
commit: c232e969164c41f3fce903e411ba432d0a3369fc
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 05:40:54 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 05:40:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c232e969

app-vim/dbext: version bump to 24.0

 app-vim/dbext/Manifest  |  1 +
 app-vim/dbext/dbext-24.0.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/app-vim/dbext/Manifest b/app-vim/dbext/Manifest
index bf46b7f..368ba11 100644
--- a/app-vim/dbext/Manifest
+++ b/app-vim/dbext/Manifest
@@ -1,2 +1,3 @@
 DIST dbext-22.0.tar.bz2 102728 SHA256 
a6f44a4aceb0fc83989122a5ab6988d47330781d8759fe1334fc21071b092b08 SHA512 
18370074039f520f137f7e6db032963c1f6ce4b5a5f2e3b6e7f67441af0b195b0315d8cb918ae4bd65f281536ac76e187ec88055c5653213442771d01836a258
 WHIRLPOOL 
80bc6af335418df61bf58ab8d3c7be1cdee5c41fca5fd8a9c451f088f8f93318ef2d750489049d79322f097e49b621f2be861bbb7e66b0c2b27dbe47ad6b5e2a
 DIST dbext-23.0.tar.bz2 104027 SHA256 
92c6b54f66927382862768346a9e24e898f2a3b0a88192588c9d204fda8a0306 SHA512 
48fe475b6c8d157e679d0230e981be77fc033e7f5a370e964c5d793b796cc291f15b145e5a642aae5c9fa64916ad6cdf059f59def43ac342a28c07de6e99b333
 WHIRLPOOL 
2e33df79789158ed775a2546f49f16961f4fa48ae68f03bfbfd6d2f048347b0882877af8b06bf3cb123f7b00aff79ab6c5ef193e40b75d6632bf4e78d427e9cd
+DIST dbext-24.0.tar.bz2 106023 SHA256 
77fba040a3badd9475dac109171f42148d28b32b664c04a8ea60cba4af5c3d9d SHA512 
2f11ec45d980714ccbb1dec32b6b231551edf5fe67a7394aa917b83c3b6f197f9c9a53fe12f7e7e43ef963eb31370bf5efd723fe23b2aadf065ec29914112cd8
 WHIRLPOOL 
22e521c47ef394a7c8b99c57b77ddc192bc81afaec375abed981506312e6ed362a7c6ad0d5111bf717f23ae34d2a68ec05f9cdf6164ed52a036c298866d57b4f

diff --git a/app-vim/dbext/dbext-24.0.ebuild b/app-vim/dbext/dbext-24.0.ebuild
new file mode 100644
index ..2dbac20
--- /dev/null
+++ b/app-vim/dbext/dbext-24.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: easy access to databases"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356";
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"



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

2016-09-22 Thread Tim Harder
commit: ea64409fa97919a8dad29cd106c9a9d3a1a9e33d
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 05:36:16 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 05:36:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea64409f

app-misc/ranger: update live ebuild to EAPI 6

 app-misc/ranger/ranger-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/ranger/ranger-.ebuild 
b/app-misc/ranger/ranger-.ebuild
index 1f92a84..982663a 100644
--- a/app-misc/ranger/ranger-.ebuild
+++ b/app-misc/ranger/ranger-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1



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

2016-09-22 Thread Tim Harder
commit: 15812d079617dd0a87201236ec32b5a031192927
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 23 05:36:47 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 23 05:36:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15812d07

app-misc/ranger: remove old

 app-misc/ranger/Manifest|  1 -
 app-misc/ranger/ranger-1.7.1.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/app-misc/ranger/Manifest b/app-misc/ranger/Manifest
index 217659c..3645e65 100644
--- a/app-misc/ranger/Manifest
+++ b/app-misc/ranger/Manifest
@@ -1,2 +1 @@
-DIST ranger-1.7.1.tar.gz 266089 SHA256 
f8b06135165142508ae7ec22ab2c95f6e51b4018c645d11226086d4c45b7df86 SHA512 
646e2e4286813085820f35d5dfb6528ed1005e833db92d0521164c067aed2bdf56f4d3acc7ef77388e54a7f7191608e390b65305f62fed39b4109e3fff27f410
 WHIRLPOOL 
4b9dae8bc99ab4a310d0d71e7793b2cdd21e4146f389b02f8a1496f8f1bae4015a31e9d4de993720297139ac7a377d6673f4eea1250d802298c076769fedfc18
 DIST ranger-1.7.2.tar.gz 269713 SHA256 
94f6e342daee4445f15db5a7440a11138487c49cc25da0c473bbf1b8978f5b79 SHA512 
4815831bceb76bf15a68cdb09d3276192095b211ba06f0abeeec9529b0cb054341666c607f11b2c0acd1ff7de6fa3b71c9aab59db6bd5d1f0137e07619b522bd
 WHIRLPOOL 
7985c470a789cd58a64d2e5e8eb7675ea4df8f71f0cac0bae7e49af599ab07d30a3ebe567e938649e69c812e8e2a4043e10004c708459a9a58b7c523fc34c6f3

diff --git a/app-misc/ranger/ranger-1.7.1.ebuild 
b/app-misc/ranger/ranger-1.7.1.ebuild
deleted file mode 100644
index 5653d30..
--- a/app-misc/ranger/ranger-1.7.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://git.savannah.nongnu.org/ranger.git"
-   inherit git-r3
-else
-   SRC_URI="http://nongnu.org/${PN}/${P}.tar.gz";
-   KEYWORDS="amd64 ~ppc x86"
-fi
-
-DESCRIPTION="A vim-inspired file manager for the console"
-HOMEPAGE="http://ranger.nongnu.org/";
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="virtual/pager"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.6.1-w3mimgdisplay.patch )
-
-src_prepare() {
-   sed -i "s|share/doc/ranger|share/doc/${PF}|" setup.py doc/ranger.1 || 
die
-   distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Ranger has many optional dependencies to support enhanced 
file previews."
-   elog "See the README or homepage for more details."
-   fi
-}



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

2016-09-22 Thread Markus Meier
commit: 934d2b32961cbeac581e659d1a8ee40f52b70412
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Sep 23 05:03:32 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Sep 23 05:03:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934d2b32

media-gfx/hugin: version bump

Package-Manager: portage-2.3.0

 media-gfx/hugin/Manifest | 2 +-
 media-gfx/hugin/{hugin-2016.2.0_rc1.ebuild => hugin-2016.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index 5e6e4f9..d1db1a8 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -1,3 +1,3 @@
 DIST hugin-2015.0.0.tar.bz2 10611519 SHA256 
2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd SHA512 
bb2acf4dea80d43280778f67594dd1ddb0c2e186bcbaafe460fe47e0bd464ae2191b9b25344245e7267316e602ac2179cc838a0dcecb0d408c2206890a5ab6a2
 WHIRLPOOL 
f9d47da7962a19894f323b85084fc7fda925ed5041188ffb1fbcea09ce7719baa7b26c95c66ec22139d24b683d6b1cba8b821949c166814e435efc5fc0e0a11e
 DIST hugin-2016.0.0.tar.bz2 10508576 SHA256 
b030b05b248b583cf9a26817f5b350303e3ce2c8bc4b43d45f697fbdf55b65e6 SHA512 
029b30c39bb29de5cfb3c8d7d713d58662abf14311279e984f62cf7287edb9c9efdafdcb6990ba320d6098c4dd1de09dd9ceec9925eb52dafd234261a9615fd1
 WHIRLPOOL 
2c21670944ba7fecb969499b21b279abb8bc77c5f9f5c5eab1576601b1d496576c0b53bc1e24d29e974d44f38e95da1ca32eeed198fa53f3f382fc4e3b8ddaa4
-DIST hugin-2016.2.0-rc1.tar.bz2 10396049 SHA256 
b1a68b7890b4d463e18408993ea7ef57aefe9c4b3a5a9724e9bbacf9d0d371a3 SHA512 
d1f75772db6ab70af0fdbdad32c3c7770fb6660886646ea164f8c7ccf668a1cd2d14af1d61d45f9f9b28f49e78a19fb8678d4d7706e1ddd8989f9c44abe159b7
 WHIRLPOOL 
6c30aa339d8a0bef7c714b93dddc362eb67b5a333f0e22361eaba6c0f79e486fef0136c5b7296d0425040dd98d514ea364e1afba470489e356954d55fd266288
+DIST hugin-2016.2.0.tar.bz2 10386216 SHA256 
54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15 SHA512 
9c652e685d0135afef6418bdf5fce39cec8ef1ec0dbe3a325151957c91495db0a2a3171ee04a28955a638493913c1bc800a90c37347ad17612584646c8a65510
 WHIRLPOOL 
4a61d4aa9d9362b03a04cdff192247c3d71b1e10bac5495165b870e47de2d66890c5895e94a56059df21be8c072600f7c6b18f66584979d40b755fcc1d8a9a64

diff --git a/media-gfx/hugin/hugin-2016.2.0_rc1.ebuild 
b/media-gfx/hugin/hugin-2016.2.0.ebuild
similarity index 100%
rename from media-gfx/hugin/hugin-2016.2.0_rc1.ebuild
rename to media-gfx/hugin/hugin-2016.2.0.ebuild



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

2016-09-22 Thread Jeroen Roovers
commit: 77092036b1f5058b6fa4dabe3ac6fe0af5155af6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 23 04:40:40 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 23 04:40:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77092036

dev-libs/openssl: Stable for HPPA PPC64 (bug #594500).

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

 dev-libs/openssl/openssl-1.0.2i.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2i.ebuild 
b/dev-libs/openssl/openssl-1.0.2i.ebuild
index 743cd09..ce2aa66 100644
--- a/dev-libs/openssl/openssl-1.0.2i.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2i.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2016-09-22 Thread Jeroen Roovers
commit: 275943450ea66ddf4fc544be3d96f67595df79db
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 23 04:42:12 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 23 04:42:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27594345

dev-lang/php: Stable for HPPA (bug #594498).

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

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

diff --git a/dev-lang/php/php-5.6.26.ebuild b/dev-lang/php/php-5.6.26.ebuild
index 2dce7aa..2f6bab5 100644
--- a/dev-lang/php/php-5.6.26.ebuild
+++ b/dev-lang/php/php-5.6.26.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://php.net/";
 SRC_URI="http://php.net/distributions/${P}.tar.xz";
 LICENSE="PHP-3"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



[gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/files/, dev-java/java-config/

2016-09-22 Thread Benda XU
commit: bcac37d4fa122fd21148d66dca71c56cdc1222f1
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Sep 23 01:35:22 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Sep 23 01:35:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcac37d4

dev-java/java-config: Prefix support.

Bug: 591156

Package-Manager: portage-2.3.0

 dev-java/java-config/files/java-config-2.2.0-prefix.patch | 15 +++
 dev-java/java-config/java-config-2.2.0-r3.ebuild  |  2 ++
 2 files changed, 17 insertions(+)

diff --git a/dev-java/java-config/files/java-config-2.2.0-prefix.patch 
b/dev-java/java-config/files/java-config-2.2.0-prefix.patch
new file mode 100644
index ..068538a
--- /dev/null
+++ b/dev-java/java-config/files/java-config-2.2.0-prefix.patch
@@ -0,0 +1,15 @@
+Wait for the java team to upstream this patch.
+Bug: 591156
+--- /setup.py  2013-02-15 07:12:09.0 +0900
 /setup.py.new  2016-08-13 16:38:22.0 +0900
+@@ -87,8 +87,8 @@
+   elif arch in ['hpux']:
+   defaults = '*= hp-jdk-bin'
+ 
+-  os.mkdir(self.root + '/usr/share/java-config-2/config/')
+-  with open(self.root + 
'/usr/share/java-config-2/config/jdk-defaults.conf', 'w') as f:
++  os.mkdir(self.root + eprefix + 
'/usr/share/java-config-2/config/')
++  with open(self.root + eprefix + 
'/usr/share/java-config-2/config/jdk-defaults.conf', 'w') as f:
+   f.write("# This files contain the default support 
jdk's\n")
+   f.write(defaults + "\n")
+ 

diff --git a/dev-java/java-config/java-config-2.2.0-r3.ebuild 
b/dev-java/java-config/java-config-2.2.0-r3.ebuild
index 6d97d04..4fa2962 100644
--- a/dev-java/java-config/java-config-2.2.0-r3.ebuild
+++ b/dev-java/java-config/java-config-2.2.0-r3.ebuild
@@ -26,6 +26,8 @@ RDEPEND="
sys-apps/baselayout-java
sys-apps/portage[${PYTHON_USEDEP}]"
 
+PATCHES=( "${FILESDIR}"/${PN}-2.2.0-prefix.patch )
+
 python_install_all() {
distutils-r1_python_install_all
 



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

2016-09-22 Thread Mike Gilbert
commit: c057d7646df3890130f5cbd8d56659eec268d0dd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Sep 23 00:39:51 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Sep 23 00:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c057d764

www-client/chromium: linux_use_bundled_binutils=false

Package-Manager: portage-2.3.0_p43

 www-client/chromium/chromium-55.0.2859.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-55.0.2859.0.ebuild 
b/www-client/chromium/chromium-55.0.2859.0.ebuild
index 417fe55..7dc37fe 100644
--- a/www-client/chromium/chromium-55.0.2859.0.ebuild
+++ b/www-client/chromium/chromium-55.0.2859.0.ebuild
@@ -451,7 +451,7 @@ src_configure() {
-Dlinux_use_gold_flags=0
-Dsysroot="
# Trying to use gold results in linker crash.
-   myconf_gn+=" use_gold=false use_sysroot=false"
+   myconf_gn+=" use_gold=false use_sysroot=false 
linux_use_bundled_binutils=false"
 
ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)"
myconf_gyp+=" -Dproprietary_codecs=1 
-Dffmpeg_branding=${ffmpeg_branding}"



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

2016-09-22 Thread Mike Gilbert
commit: 9f57dea94d271f28c0d86d51b1b9ec73cb1eba58
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Sep 23 00:36:12 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Sep 23 00:37:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f57dea9

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.3.0_p43

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-54.0.2840.27.ebuild => google-chrome-beta-54.0.2840.34.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 0b7c551..8937d36 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_54.0.2840.27-1_amd64.deb 47585200 SHA256 
a3ced529bf11b5334e274b06ab54280ab21c56e47c521c18f8179a76544c433d SHA512 
fbef0cb1112a1cb7fdcb688b3af5af84d210b1520482d12c3e7fc05464217a2f28c3c81c332022df47f4aadcbf996e979f06963f59178fb8f7e847d21c005937
 WHIRLPOOL 
c231481d3320ca289071eb5c76b4378f1805bd0fe40aa1083be903dea07fa74a94236aafa945e2629d05f87b961067f4ae6309c1c6a0b83d369f3b80206778f3
+DIST google-chrome-beta_54.0.2840.34-1_amd64.deb 47383532 SHA256 
2f2da5a935abfc5eae75783c605cddd18d228de0ac4f8e21964e962c5a2ed96a SHA512 
a92289f764676b7b50dd6ffe15182169505fb48139667987921ef979935f6508a1fa06e18650b789ad6cd4f343f7249a91c73f8a74c81c9e611349ef3cc3717e
 WHIRLPOOL 
e3ca863f5e19cd18ff3736edb6b0afd20450d2776c9811e326528f65a28ba8b6ccc345ffad7e6b3ab402c647503cdfce43a5a7ed029cf435a0d223626d2b06ee

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-54.0.2840.27.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-54.0.2840.34.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-54.0.2840.27.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-54.0.2840.34.ebuild



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

2016-09-22 Thread Mike Gilbert
commit: d0178fd1d4fc82adeb8c5cd25d0206e0c5b89234
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Sep 23 00:36:23 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Sep 23 00:37:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0178fd1

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

Package-Manager: portage-2.3.0_p43

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 22c717b..257b555 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_54.0.2840.27-1_amd64.deb 47585200 SHA256 
a3ced529bf11b5334e274b06ab54280ab21c56e47c521c18f8179a76544c433d SHA512 
fbef0cb1112a1cb7fdcb688b3af5af84d210b1520482d12c3e7fc05464217a2f28c3c81c332022df47f4aadcbf996e979f06963f59178fb8f7e847d21c005937
 WHIRLPOOL 
c231481d3320ca289071eb5c76b4378f1805bd0fe40aa1083be903dea07fa74a94236aafa945e2629d05f87b961067f4ae6309c1c6a0b83d369f3b80206778f3
+DIST google-chrome-beta_54.0.2840.34-1_amd64.deb 47383532 SHA256 
2f2da5a935abfc5eae75783c605cddd18d228de0ac4f8e21964e962c5a2ed96a SHA512 
a92289f764676b7b50dd6ffe15182169505fb48139667987921ef979935f6508a1fa06e18650b789ad6cd4f343f7249a91c73f8a74c81c9e611349ef3cc3717e
 WHIRLPOOL 
e3ca863f5e19cd18ff3736edb6b0afd20450d2776c9811e326528f65a28ba8b6ccc345ffad7e6b3ab402c647503cdfce43a5a7ed029cf435a0d223626d2b06ee
 DIST google-chrome-stable_53.0.2785.116-1_amd64.deb 50195550 SHA256 
c1085f5f0ca0aacd78d2c06bd9bedc5bdcde85dd03e29c8964cecdddb96be46b SHA512 
d9c3f84a84b537b31cbf33cfc55057f035c8dd3d027a2a8cf14fccd41c3e7da652c04962baa27a4a0052556b7793b2efaccc98508a28cc8d59abb4db5f133d9a
 WHIRLPOOL 
16c5f4a0062e216d0244ee66fe01155ea4f5347e05cdd006e1b966700f3f801eba9d78f3e24b57f8f5febec6991084b6190a143fbc1e27e6b5dd86c13c0f8037
 DIST google-chrome-unstable_55.0.2859.0-1_amd64.deb 47666486 SHA256 
92401a118a8ba5ce1393c29213174133af421ee1b578c0dbd26c5213a007fb7a SHA512 
ef92fa45fcebc2ebd8b120f56b1268ab21bb5ef41b0707004b35affe6f41487d49bd9e8b16c190b1fe8254a66b7d43c33e6bb6d132c3fddfe5a8028e19efd0e3
 WHIRLPOOL 
fa3c14594886bcb29e5de6d7fe6b219231d20810f41ca5368503cdc803fe340529359b704bcbb17c518c3cfc9deb7634509756c42804e4615af9bd7cf8d234b6

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.27_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.34_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.27_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.34_beta.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/

2016-09-22 Thread Austin English
commit: 3983b3c9adf3471737b809d242e9ec298faa85b7
Author: Austin English  gentoo  org>
AuthorDate: Thu Sep 22 23:10:29 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Sep 22 23:10:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3983b3c9

app-admin/github-backup-utils: version bump

Package-Manager: portage-2.3.0

 app-admin/github-backup-utils/Manifest |  1 +
 .../github-backup-utils-2.7.1.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/app-admin/github-backup-utils/Manifest 
b/app-admin/github-backup-utils/Manifest
index 1420e7a..8739486 100644
--- a/app-admin/github-backup-utils/Manifest
+++ b/app-admin/github-backup-utils/Manifest
@@ -3,3 +3,4 @@ DIST github-backup-utils-2.6.0.tar.gz 45970 SHA256 
7273cebcb23bc597432a2b66ab7e9
 DIST github-backup-utils-2.6.3.tar.gz 50884 SHA256 
3a5e48ff250b64a9bcec69a269b0e93efda078b8b77afc992c12aa40ee7bb3d9 SHA512 
dff092325ad6f3502c8c0afbea90a53469af0ab4b98eaa39a950022c5b4e199cd3b48b5ec0585e3ea39b9bbd707dd037e8e0ed00ed8c6858276ba1a8e1075290
 WHIRLPOOL 
aa19640ee5583d5e64aaab7b5a9d5572c47a09dd11fd0bed30ffc6aad0a10ddfc4e258f4680180547f8327fbedc5866bde4b20bd5e962dfa8162cd8ecf5e6db3
 DIST github-backup-utils-2.6.4.tar.gz 51270 SHA256 
caf34b54a3961562d545ad2fb68ec18a319e6fcc1a1e65e5daa00e04e7f7fb32 SHA512 
be2ef9811e20fd9be03d1b57e75151089817bbdd87fa487462a8fe6186195581ad6b1c62b1b930bd64689e89dcf33c2228df7d77a12790404f09b679b1ecf377
 WHIRLPOOL 
a313f94eea953648a3dfbacba5eb3b90e68ca12df034c723133d3d80e60e4be38ef30046b8bbc1bdb827095d75cb239a4152a77dedfed52f188d80b57143fcb0
 DIST github-backup-utils-2.7.0.tar.gz 51409 SHA256 
9556dbd438ea3525692705844c20b5bedc9a942c5415dd3c0fd9e383323dc11f SHA512 
16112e8d05001146a182e225c1bb5bdfbe210ddb3993d989a9fe88b88bbf222196a66f1f48b262b198675af8e4b3e3a10120e7dafa7b244137bf29cd879efaaf
 WHIRLPOOL 
9600d45f69f16cb95b0bb0b3cc5620d7bb6c2e65c2ac6b6942287c85487e83bb2b74d0869b411d0b4829cc9dd2da20972a7635780f00facadc28ca9787028a3b
+DIST github-backup-utils-2.7.1.tar.gz 68793 SHA256 
e1e9ee69a005252ab4899693d43fee1aaebac3783d97c343e16566d0c12cdc17 SHA512 
950c24b3fef8775c2a90789c469a81256323c1ede67b3f6691920e78c1489533adf5616f2ac09f9b844382778b5b2b5106f8c467be7d65b47ee06bf732591880
 WHIRLPOOL 
87cabe2138c58cf41a803cc43c23748a2f3ed578f3488bfb38861db64b81cb31f4d3aa41e6a240788c3bc9a32d9f523dd28cdb099e1b21cc2472d2cde72f7916

diff --git a/app-admin/github-backup-utils/github-backup-utils-2.7.1.ebuild 
b/app-admin/github-backup-utils/github-backup-utils-2.7.1.ebuild
new file mode 100644
index ..24304bc
--- /dev/null
+++ b/app-admin/github-backup-utils/github-backup-utils-2.7.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# See https://github.com/github/backup-utils/issues/135
+PYTHON_COMPAT=(python2_7)
+inherit python-any-r1
+
+DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
+HOMEPAGE="https://github.com/github/backup-utils";
+SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="test? (
+   dev-util/checkbashisms
+   ${PYTHON_DEPS}
+)"
+
+RDEPEND="net-misc/rsync"
+
+MY_PN="${PN/#github-/}"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   dobin bin/*
+   insinto usr/share/${PN}
+   doins share/${PN}/version
+
+   exeinto usr/share/${PN}
+   doexe share/${PN}/bm.sh
+   doexe share/${PN}/ghe-*
+
+   insinto etc/${PN}
+   newins backup.config-example backup.config
+}
+
+src_test() {
+   emake test
+}



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

2016-09-22 Thread William Hubbs
commit: bbf98befb86337a36ef5af7f273e503a6de4b9bd
Author: William Hubbs  gmail  com>
AuthorDate: Thu Sep 22 22:22:03 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 22 22:37:09 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bbf98bef

sh/init.sh.Linux.in: update test for live /proc to use md5sum

This allows us to avoid the warnings from bash-4.4 about null bytes in
command substitutions.

If you have separate /usr, are not using an initramfs, and have a file
called /proc/self/environ on your root file system, this will break.
X-Gentoo-Bug: 594534
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=594534

 sh/init.sh.Linux.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in
index 344f627..7645775 100644
--- a/sh/init.sh.Linux.in
+++ b/sh/init.sh.Linux.in
@@ -21,7 +21,7 @@ fi
 mountproc=true
 f=/proc/self/environ
 if [ -e $f ]; then
-   if [ "$(VAR=a cat $f)" = "$(VAR=b cat $f)" ]; then
+   if [ "$(VAR=a md5sum $f)" = "$(VAR=b md5sum $f)" ]; then
eerror "You have cruft in /proc that should be deleted"
else
einfo "/proc is already mounted"



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

2016-09-22 Thread Jason Donenfeld
commit: 42750c012dfe567dbb17557346d3ab02a2d5a128
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Sep 22 22:00:50 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Sep 22 22:01:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42750c01

x11-misc/qarma: initial import

Package-Manager: portage-2.3.1

 x11-misc/qarma/Manifest   |  1 +
 x11-misc/qarma/metadata.xml   | 11 +++
 x11-misc/qarma/qarma-1.ebuild | 29 +
 3 files changed, 41 insertions(+)

diff --git a/x11-misc/qarma/Manifest b/x11-misc/qarma/Manifest
new file mode 100644
index ..8d6050c
--- /dev/null
+++ b/x11-misc/qarma/Manifest
@@ -0,0 +1 @@
+DIST qarma-1.tar.gz 20688 SHA256 
ebce381d2884e4109998bc4a966f1eb08cc549b2725b0f4c5525b30849754794 SHA512 
011275b73df25a49e9810cabead8811d4c09fe20272c71e6208fb49b12ca59321d51c8dfb4fb32735c9e93c8ce7742122eea40fc14228904abb1447ef4d0f600
 WHIRLPOOL 
079be3ef073dd6d95197ca9a11b3997c59d3253461d9ee0d5afddb3c8ca2717640ef56801cea3a28f5f87005875ddfd6a58c095cfc873b7d9dee8d363b7049c3

diff --git a/x11-misc/qarma/metadata.xml b/x11-misc/qarma/metadata.xml
new file mode 100644
index ..07cb371
--- /dev/null
+++ b/x11-misc/qarma/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   zx...@gentoo.org
+   Jason A. Donenfeld
+   
+   
+   luebking/qarma
+   
+

diff --git a/x11-misc/qarma/qarma-1.ebuild b/x11-misc/qarma/qarma-1.ebuild
new file mode 100644
index ..f365fb7
--- /dev/null
+++ b/x11-misc/qarma/qarma-1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Zenity Clone for Qt5"
+HOMEPAGE="https://github.com/luebking/qarma";
+SRC_URI="https://github.com/luebking/qarma/archive/t${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-t${PV}"
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dobin qarma
+}



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

2016-09-22 Thread Thomas Deutschmann
commit: b3ae687988d49123628757aa8c5422bdd3b444fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 22 21:54:13 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 22 21:54:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ae6879

dev-db/percona-server: Drop old version

Package-Manager: portage-2.3.1

 dev-db/percona-server/Manifest |   2 -
 .../percona-server-5.6.32.78.0.ebuild  | 216 -
 2 files changed, 218 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 30bca75..cf89977 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,4 +1,2 @@
-DIST mysql-extras-20160307-1854Z.tar.bz2 298005 SHA256 
a6516841d24670a1802e28fd66d4f540b16367396e6b2f687b8429b8e6a5d865 SHA512 
d90081bd910dfffe6e1ac250465c0dbd9968edbdfe08f25f213ec328028fbb6fdb016816846c7fcee9202b9b93f4868edaff44ee04a0554cc93c6ecbf088db8f
 WHIRLPOOL 
f971804db83f42d717da318deeb647c1b294fa0967db7073e7f83d0fa15476d68089201430aaa882d90d5223a41a1a1668cfbe82bb897dcf864925e3da715c10
 DIST mysql-extras-20160818-1822Z.tar.bz2 302657 SHA256 
7e4f42ea0754af120d2ad6b4a3e40dd9bd5a769913ac141453a2c53419bd6c05 SHA512 
19bd509fd1a37c537ae28919516406735cdf3d3fbc66583f765b64b3d296bd041cf2bc2291004b7274604a2fda3cb399141d6c672ae5d6f8aced3d019ac81826
 WHIRLPOOL 
46b4e3c7f415b2de1440aa9d190805dfbc49a8f4a6ed26be5e4bb3e3e9553885cc7e7e13c83c49fadf71a6081bb8fd9d28d5f4d8372540c89a649f2d913fdd9b
-DIST percona-server-5.6.32-78.0.tar.gz 55120585 SHA256 
b3f9191dd8660ba4f825c5fa8fa470e66417335ad8455e31bbc2d5f2cac1a923 SHA512 
958cc27351c507410fe2a0a7a126ec36a25d1ced19ec6b2a4996a011c65c4f0e42d6a3235e21511f38677762dd8e0efe436fee67a5bf3db64b2c8b25520c43e5
 WHIRLPOOL 
ef821cf1f9a5e3377bda96159d04f179f8ee9e8ef75ccfaed3512626ec51baf197e425b9fe39a300e7898824d7e76187d22314c07b1535bd7e7e00626fde2923
 DIST percona-server-5.6.32-78.1.tar.gz 55115483 SHA256 
d94d73bf12459c57fcc8fa8018d7a08775d45ba718999a4ef0a09f543c654778 SHA512 
77788932e83c3e3e4bbaa143844a11c809e0cbd87afbdc0f76ea12c462581d7438246d61984f82fe5174c2a099ea38274aa61957b05c6fc5a101a52028477b41
 WHIRLPOOL 
87561c8ce13809518b0a4fb2429cac9ef6667eedf0dad742f349e8f15736cf8249e4955eb1f49f579ab7cac550409603171b9003bf523c87603b3a2f38fd4ac0

diff --git a/dev-db/percona-server/percona-server-5.6.32.78.0.ebuild 
b/dev-db/percona-server/percona-server-5.6.32.78.0.ebuild
deleted file mode 100644
index 0d5e6ce..
--- a/dev-db/percona-server/percona-server-5.6.32.78.0.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-MY_EXTRAS_VER="20160307-1854Z"
-SUBSLOT="18"
-PYTHON_COMPAT=( python2_7 )
-inherit linux-info python-any-r1 mysql-multilib-r1
-
-IUSE="numa pam tokudb tokudb-backup-plugin"
-
-# REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
-HOMEPAGE="http://www.percona.com/software/percona-server";
-DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
-
-# When MY_EXTRAS is bumped, the index should be revised to exclude these.
-EPATCH_EXCLUDE=''
-
-COMMON_DEPEND="numa? ( sys-process/numactl:= )
-   server? ( pam? ( virtual/pam:0= ) )
-   tokudb? ( app-arch/snappy )
-   tokudb-backup-plugin? ( dev-util/valgrind )
-   "
-
-DEPEND="${COMMON_DEPEND}
-   || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
-   test? ( $(python_gen_any_dep 
'dev-python/mysql-python[${PYTHON_USEDEP}]') )"
-RDEPEND="${COMMON_DEPEND}"
-
-REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )"
-
-MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
-
-PATCHES=(
-   "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
-   "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
-   "${MY_PATCH_DIR}"/20001_all_fix-minimal-build-cmake-mysql-5.6.20.patch
-   "${MY_PATCH_DIR}"/20006_all_cmake_elib-percona-5.6.29.patch
-   "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
-   "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink.patch
-   "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
-   
"${MY_PATCH_DIR}"/20018_all_percona-server-5.6.25-without-clientlibs-tools.patch
-)
-
-# Please do not add a naive src_unpack to this ebuild
-# If you want to add a single patch, copy the ebuild to an overlay
-# and create your own mysql-extras tarball, looking at 000_index.txt
-
-pkg_pretend() {
-   mysql-multilib-r1_pkg_pretend
-
-   if use numa; then
-   local CONFIG_CHECK="~NUMA"
-
-   local WARNING_NUMA="This package expects NUMA support in kernel 
which this system does not have at the moment;"
-   WARNING_NUMA+=" Either expect runtime errors, enable NUMA 
support in kern

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

2016-09-22 Thread Thomas Deutschmann
commit: 58dd266b403128484921b2630b08286e50481874
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 22 21:52:36 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 22 21:54:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dd266b

dev-db/percona-server: Bump to v5.6.32-78.1

Link: 
https://www.percona.com/blog/2016/09/21/percona-server-5-6-32-78-1-is-now-available/

Package-Manager: portage-2.3.1

 dev-db/percona-server/Manifest |   2 +
 .../percona-server-5.6.32.78.1.ebuild  | 216 +
 2 files changed, 218 insertions(+)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 98c1ba4..30bca75 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,2 +1,4 @@
 DIST mysql-extras-20160307-1854Z.tar.bz2 298005 SHA256 
a6516841d24670a1802e28fd66d4f540b16367396e6b2f687b8429b8e6a5d865 SHA512 
d90081bd910dfffe6e1ac250465c0dbd9968edbdfe08f25f213ec328028fbb6fdb016816846c7fcee9202b9b93f4868edaff44ee04a0554cc93c6ecbf088db8f
 WHIRLPOOL 
f971804db83f42d717da318deeb647c1b294fa0967db7073e7f83d0fa15476d68089201430aaa882d90d5223a41a1a1668cfbe82bb897dcf864925e3da715c10
+DIST mysql-extras-20160818-1822Z.tar.bz2 302657 SHA256 
7e4f42ea0754af120d2ad6b4a3e40dd9bd5a769913ac141453a2c53419bd6c05 SHA512 
19bd509fd1a37c537ae28919516406735cdf3d3fbc66583f765b64b3d296bd041cf2bc2291004b7274604a2fda3cb399141d6c672ae5d6f8aced3d019ac81826
 WHIRLPOOL 
46b4e3c7f415b2de1440aa9d190805dfbc49a8f4a6ed26be5e4bb3e3e9553885cc7e7e13c83c49fadf71a6081bb8fd9d28d5f4d8372540c89a649f2d913fdd9b
 DIST percona-server-5.6.32-78.0.tar.gz 55120585 SHA256 
b3f9191dd8660ba4f825c5fa8fa470e66417335ad8455e31bbc2d5f2cac1a923 SHA512 
958cc27351c507410fe2a0a7a126ec36a25d1ced19ec6b2a4996a011c65c4f0e42d6a3235e21511f38677762dd8e0efe436fee67a5bf3db64b2c8b25520c43e5
 WHIRLPOOL 
ef821cf1f9a5e3377bda96159d04f179f8ee9e8ef75ccfaed3512626ec51baf197e425b9fe39a300e7898824d7e76187d22314c07b1535bd7e7e00626fde2923
+DIST percona-server-5.6.32-78.1.tar.gz 55115483 SHA256 
d94d73bf12459c57fcc8fa8018d7a08775d45ba718999a4ef0a09f543c654778 SHA512 
77788932e83c3e3e4bbaa143844a11c809e0cbd87afbdc0f76ea12c462581d7438246d61984f82fe5174c2a099ea38274aa61957b05c6fc5a101a52028477b41
 WHIRLPOOL 
87561c8ce13809518b0a4fb2429cac9ef6667eedf0dad742f349e8f15736cf8249e4955eb1f49f579ab7cac550409603171b9003bf523c87603b3a2f38fd4ac0

diff --git a/dev-db/percona-server/percona-server-5.6.32.78.1.ebuild 
b/dev-db/percona-server/percona-server-5.6.32.78.1.ebuild
new file mode 100644
index ..1d4c2ef
--- /dev/null
+++ b/dev-db/percona-server/percona-server-5.6.32.78.1.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+MY_EXTRAS_VER="20160818-1822Z"
+SUBSLOT="18"
+PYTHON_COMPAT=( python2_7 )
+inherit linux-info python-any-r1 mysql-multilib-r1
+
+IUSE="numa pam tokudb tokudb-backup-plugin"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
+HOMEPAGE="http://www.percona.com/software/percona-server";
+DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+EPATCH_EXCLUDE=''
+
+COMMON_DEPEND="numa? ( sys-process/numactl:= )
+   server? ( pam? ( virtual/pam:0= ) )
+   tokudb? ( app-arch/snappy )
+   tokudb-backup-plugin? ( dev-util/valgrind )
+   "
+
+DEPEND="${COMMON_DEPEND}
+   || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+   test? ( $(python_gen_any_dep 
'dev-python/mysql-python[${PYTHON_USEDEP}]') )"
+RDEPEND="${COMMON_DEPEND}"
+
+REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )"
+
+MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+
+PATCHES=(
+   "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
+   "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
+   "${MY_PATCH_DIR}"/20001_all_fix-minimal-build-cmake-mysql-5.6.20.patch
+   "${MY_PATCH_DIR}"/20006_all_cmake_elib-percona-5.6.29.patch
+   "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
+   "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink.patch
+   "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
+   
"${MY_PATCH_DIR}"/20018_all_percona-server-5.6.25-without-clientlibs-tools.patch
+)
+
+# Please do not add a naive src_unpack to this ebuild
+# If you want to add a single patch, copy the ebuild to an overlay
+# and create your own mysql-extras tarball, looking at 000_index.txt
+
+pkg_pretend() {
+   mysql-multilib-r1_pkg_pretend
+
+   if use numa; then
+   local CONFIG_CHECK="~NUMA"
+
+   local WARNING_NUMA="This package expects NUMA support in kernel 
which this system does not have at the momen

[gentoo-commits] proj/portage:master commit in: pym/portage/sync/modules/git/

2016-09-22 Thread Zac Medico
commit: f5d258656de3db54af06fbca9b8da5217d3802f4
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep 22 21:11:35 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep 22 21:45:10 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f5d25865

GitSync.update: handle git rev-list failure (bug 594822)

Fixes: 84413bb1dd9d ("GitSync.update: respect sync-depth (bug 552814)")
X-Gentoo-bug: 594822
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=594822

 pym/portage/sync/modules/git/git.py | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/pym/portage/sync/modules/git/git.py 
b/pym/portage/sync/modules/git/git.py
index c1028ab..3734b80 100644
--- a/pym/portage/sync/modules/git/git.py
+++ b/pym/portage/sync/modules/git/git.py
@@ -90,10 +90,16 @@ class GitSync(NewBase):
# Since the default merge strategy typically fails when
# the depth is not unlimited, use `git fetch` followed 
by
# `git reset --merge`.
-   remote_branch = portage._unicode_decode(
-   subprocess.check_output([self.bin_command, 
'rev-parse',
-   '--abbrev-ref', '--symbolic-full-name', 
'@{upstream}'],
-   
cwd=portage._unicode_encode(self.repo.location))).rstrip('\n')
+   try:
+   remote_branch = portage._unicode_decode(
+   
subprocess.check_output([self.bin_command, 'rev-parse',
+   '--abbrev-ref', '--symbolic-full-name', 
'@{upstream}'],
+   
cwd=portage._unicode_encode(self.repo.location))).rstrip('\n')
+   except subprocess.CalledProcessError as e:
+   msg = "!!! git rev-parse error in %s" % 
self.repo.location
+   self.logger(self.xterm_titles, msg)
+   writemsg_level(msg + "\n", level=logging.ERROR, 
noiselevel=-1)
+   return (e.returncode, False)
 
git_cmd_opts += " --depth %d" % self.repo.sync_depth
git_cmd = "%s fetch %s%s" % (self.bin_command,



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

2016-09-22 Thread Kacper Kowalik
commit: a9967848712addd75c9939714d067b3b7613d324
Author: Kacper Kowalik  gentoo  org>
AuthorDate: Thu Sep 22 20:04:22 2016 +
Commit: Kacper Kowalik  gentoo  org>
CommitDate: Thu Sep 22 20:04:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9967848

sci-libs/hdf5: add use flag for enabling high level API

Fixes bug #594560 reported by eroen  eroen.eu>

Package-Manager: portage-2.2.28

 sci-libs/hdf5/hdf5-1.8.17.ebuild | 5 +++--
 sci-libs/hdf5/metadata.xml   | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/hdf5/hdf5-1.8.17.ebuild b/sci-libs/hdf5/hdf5-1.8.17.ebuild
index 7dd062e..8393c0c 100644
--- a/sci-libs/hdf5/hdf5-1.8.17.ebuild
+++ b/sci-libs/hdf5/hdf5-1.8.17.ebuild
@@ -18,11 +18,11 @@ 
SRC_URI="https://support.hdfgroup.org/ftp/HDF5/releases/${MY_P}/src/${MY_P}.tar.
 LICENSE="NCSA-HDF"
 SLOT="0/${PV%%_p*}"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib"
+IUSE="cxx debug examples fortran fortran2003 +hl mpi static-libs szip threads 
zlib"
 
 REQUIRED_USE="
cxx? ( !mpi ) mpi? ( !cxx )
-   threads? ( !cxx !mpi !fortran )
+   threads? ( !cxx !mpi !fortran !hl )
fortran2003? ( fortran )"
 
 RDEPEND="
@@ -94,6 +94,7 @@ src_configure() {
$(use_enable cxx)
$(use_enable fortran)
$(use_enable fortran2003)
+   $(use_enable hl)
$(use_enable mpi parallel)
$(use_enable threads threadsafe)
$(use_with szip szlib)

diff --git a/sci-libs/hdf5/metadata.xml b/sci-libs/hdf5/metadata.xml
index be78d23..e650c56 100644
--- a/sci-libs/hdf5/metadata.xml
+++ b/sci-libs/hdf5/metadata.xml
@@ -18,5 +18,7 @@
   
 Enable new features that require Fortran 2003 
   (http://www.hdfgroup.org/HDF5/doc/fortran/NewFeatures_F2003.pdf)
+Enable high level API
+  (https://support.hdfgroup.org/HDF5/doc/HL/index.html)
   
 



[gentoo-commits] repo/gentoo:master commit in: games-sports/dustrac/

2016-09-22 Thread Austin English
commit: 4096745f6612f4d25e7ad139d681bccfc3eb3699
Author: Austin English  gentoo  org>
AuthorDate: Thu Sep 22 18:30:34 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Sep 22 19:27:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4096745f

games-sports/dustrac: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-sports/dustrac/dustrac-1.11.0-r1.ebuild | 69 +++
 1 file changed, 69 insertions(+)

diff --git a/games-sports/dustrac/dustrac-1.11.0-r1.ebuild 
b/games-sports/dustrac/dustrac-1.11.0-r1.ebuild
new file mode 100644
index ..edcd251
--- /dev/null
+++ b/games-sports/dustrac/dustrac-1.11.0-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils gnome2-utils cmake-utils
+
+DESCRIPTION="Tile-based, cross-platform 2D racing game"
+HOMEPAGE="http://dustrac.sourceforge.net/";
+SRC_URI="mirror://sourceforge/dustrac/${P}.tar.gz"
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtxml:5
+   media-libs/libvorbis
+   media-libs/openal
+   virtual/opengl"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   dev-qt/qttest:5
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-cmake.patch
+)
+
+src_configure() {
+   # -DGLES=ON didn't build for me but maybe just need use flags on some 
QT package?
+   # Maybe add a local gles use flag
+   local mycmakeargs=(
+   -DReleaseBuild=ON
+   -DDATA_PATH="/usr/share/${PN}"
+   -DBIN_PATH="/usr/bin"
+   -DDOC_PATH=/usr/share/doc/${PF}
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   # FIXME: where should these come from?
+   dosym /usr/share/fonts/ubuntu-font-family/UbuntuMono-B.ttf 
"/usr/share/${PN}/fonts/UbuntuMono-B.ttf"
+   dosym /usr/share/fonts/ubuntu-font-family/UbuntuMono-R.ttf 
"/usr/share/${PN}/fonts/UbuntuMono-R.ttf"
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-sports/billardgl/

2016-09-22 Thread Austin English
commit: 6427012a1b36047ba632b12620ece0dafc83150e
Author: Austin English  gentoo  org>
AuthorDate: Thu Sep 22 17:59:57 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Sep 22 19:27:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6427012a

games-sports/billardgl: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-sports/billardgl/billardgl-1.75-r2.ebuild | 56 +
 1 file changed, 56 insertions(+)

diff --git a/games-sports/billardgl/billardgl-1.75-r2.ebuild 
b/games-sports/billardgl/billardgl-1.75-r2.ebuild
new file mode 100644
index ..f896f97
--- /dev/null
+++ b/games-sports/billardgl/billardgl-1.75-r2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="an OpenGL billards game"
+HOMEPAGE="http://www.billardgl.de/";
+SRC_URI="mirror://sourceforge/${PN}/BillardGL-${PV}.tar.gz
+   mirror://gentoo/${PN}.png"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+   media-libs/freeglut
+   x11-libs/libXi
+   x11-libs/libXmu
+   virtual/opengl
+   virtual/glu"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/BillardGL-${PV}/src
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s:/usr/share/BillardGL/:/usr/share/${PN}/:" \
+   Namen.h \
+   || die "sed Namen.h failed"
+   sed -i \
+   -e '/^LINK/s:g++:$(CXX):' \
+   -e '/^CXX[[:space:]]/d' \
+   -e '/^CC[[:space:]]/d' \
+   -e '/^CXXFLAGS/s:=.*\(-D.*\)-.*:+=\1:' \
+   -e "/^LFLAGS/s:=:=${LDFLAGS}:" \
+   Makefile \
+   || die "sed Makefile failed"
+   sed -i \
+   -e 's:::' \
+   -e 's::\nusing namespace std;:' \
+   bmp.cpp \
+   || die "sed bmp.cpp failed"
+}
+
+src_install() {
+   newbin BillardGL ${PN}
+   insinto /usr/share/${PN}
+   doins -r lang Texturen
+   dodoc README
+   doicon "${DISTDIR}"/${PN}.png
+   make_desktop_entry ${PN} BillardGL
+}



[gentoo-commits] repo/gentoo:master commit in: games-sports/bygfoot/

2016-09-22 Thread Austin English
commit: 7ab9320b159a47dc4a580d033021dfe50dace049
Author: Austin English  gentoo  org>
AuthorDate: Thu Sep 22 18:31:47 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Sep 22 19:27:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab9320b

games-sports/bygfoot: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild | 46 
 1 file changed, 46 insertions(+)

diff --git a/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild 
b/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild
new file mode 100644
index ..c2b6591
--- /dev/null
+++ b/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="GTK+2 Soccer Management Game"
+HOMEPAGE="http://bygfoot.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-arch/zip
+   media-libs/freetype:2
+   x11-libs/gtk+:2
+   virtual/libintl"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e 's:$(gnulocaledir):/usr/share/locale:' \
+   -e 
'/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \
+   -e '/bygfoot_LDADD/s/$/ -lm/' \
+   po/Makefile.in.in src/Makefile.in || die
+}
+
+src_configure() {
+   econf --disable-gstreamer
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   esvn_clean "${D}"
+   dodoc AUTHORS ChangeLog README TODO UPDATE
+   newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png
+   make_desktop_entry ${PN} Bygfoot
+}



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

2016-09-22 Thread Jeroen Roovers
commit: 8bd9f233215e2f4ef579899c3d152694222eca86
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 22 18:44:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 22 18:45:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd9f233

net-analyzer/flowgrind: Depend on sys-apps/util-linux by Christian Samsel (bug 
#594766).

Package-Manager: portage-2.3.1

 net-analyzer/flowgrind/flowgrind-0.8.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/flowgrind/flowgrind-0.8.0.ebuild 
b/net-analyzer/flowgrind/flowgrind-0.8.0.ebuild
index 0353b07..f1ab9a7 100644
--- a/net-analyzer/flowgrind/flowgrind-0.8.0.ebuild
+++ b/net-analyzer/flowgrind/flowgrind-0.8.0.ebuild
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="debug doc gsl pcap"
 
 RDEPEND="
+   sys-apps/util-linux
dev-libs/xmlrpc-c[abyss,curl]
gsl? ( sci-libs/gsl )
pcap? ( net-libs/libpcap )



[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/

2016-09-22 Thread Aaron Swenson
commit: 83a3c287b89054f07d084e8bb10d1cdcb39862aa
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Sep 22 18:36:50 2016 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Thu Sep 22 18:36:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a3c287

mail-client/roundcube: Drop Old

Cleaning out old versions.

Package-Manager: portage-2.2.28

 mail-client/roundcube/Manifest  |  2 -
 mail-client/roundcube/roundcube-1.1.4.ebuild| 75 
 mail-client/roundcube/roundcube-1.2_beta.ebuild | 76 -
 3 files changed, 153 deletions(-)

diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
index 80efe66..f99a4d0 100644
--- a/mail-client/roundcube/Manifest
+++ b/mail-client/roundcube/Manifest
@@ -1,4 +1,2 @@
-DIST roundcubemail-1.1.4.tar.gz 3209549 SHA256 
539a11ed38838b221f8139b193d9762638f155c7b0ea9391315865896be16852 SHA512 
18c2422d65292cd13bc4ce592e8490cc0a9d3e9551ac4d188db93eb989525af7ccf519642dd2e68a7380ab0d0d4ad4f999af2b7e99da75d88274743949b42f8a
 WHIRLPOOL 
c3e310ddb4dc50b46ff28566d030865029364f69db5a3f39be0d37f165c83486a979b4d3ab7d42835baa7ea9506df8947381612403355a628864ecbde1238d02
-DIST roundcubemail-1.2-beta.tar.gz 3421215 SHA256 
b7ab853c0a6e52641c851624c4405ce49643553b76c1f50b02b413cb7954fb25 SHA512 
454083d6377a07bd418de5593cafb2cc7c0af474e178e322d07adeaa3473ce140a57e6d0a0ee3f58862091bc559596c98d4fb523ef6b9cee91d38064233aade6
 WHIRLPOOL 
059cd348397a31a3ebf2a6f58acbf832b0722b2740496ae32b4ef036a963a8199fd4f6e718895512ce1fc996da3af65c583f65faef8b817ba94d99fdfda896d3
 DIST roundcubemail-1.2.0.tar.gz 3453543 SHA256 
e3b89c2772c2c5990da9bca640bc342f486edf356016cf717e6a1083c822b523 SHA512 
3d97e816560830437902ede352e8be81cd93050975934b9dfc86ccf745234119bdf63d5f882fa0d1cc445575c1ea05906a87ae81befdb0bbb38002433e4de199
 WHIRLPOOL 
f9b14ffb2520cd7eda798eb96ec8547af9f5b8d288605d5d777d126cddb3f531f53887ae9bd9b16be7bf194e87165ff48722885328c6dab0d1c1a0ee589817c4
 DIST roundcubemail-1.2.1.tar.gz 3559023 SHA256 
05c0b17c8951db1d220f2f2186e6981545789da0d084a543e28a7d2511db8302 SHA512 
7044e4308fff85a23826e4f4652df7e825d713b977696c0d29d563f419cc4e060ef202f824463823c3f348c7e9f4ce8c58d073c960b371c0b9ca3bd77c5453ca
 WHIRLPOOL 
79a47d9bd65578c0177ffa9438d8a9b305e2d725536209955b04fbfc42a31ef3060d351b638dba72ede3fd8b1ef42a9af34493f80ff393a91b8ab31634bf318a

diff --git a/mail-client/roundcube/roundcube-1.1.4.ebuild 
b/mail-client/roundcube/roundcube-1.1.4.ebuild
deleted file mode 100644
index 0658877..
--- a/mail-client/roundcube/roundcube-1.1.4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp
-
-MY_PN=${PN}mail
-MY_P=${MY_PN}-${PV/_/-}
-
-DESCRIPTION="A browser-based multilingual IMAP client with an application-like 
user interface"
-HOMEPAGE="http://roundcube.net";
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
-
-# roundcube is GPL-licensed, the rest of the licenses here are
-# for bundled PEAR components, googiespell and utf8.class.php
-LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc x86"
-
-IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-# this function only sets DEPEND so we need to include that in RDEPEND
-need_httpd_cgi
-
-RDEPEND="
-   ${DEPEND}
-   
>=dev-lang/php-5.3.7[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,sqlite?,ssl?,unicode,xml]
-   >=dev-php/PEAR-Auth_SASL-1.0.6
-   >=dev-php/PEAR-Mail_Mime-1.8.9
-   >=dev-php/PEAR-Mail_mimeDecode-1.5.5
-   >=dev-php/PEAR-Net_IDNA2-0.1.1
-   >=dev-php/PEAR-Net_SMTP-1.6.2
-   virtual/httpd-php
-   enigma? ( >=dev-php/PEAR-Crypt_GPG-1.2.0 app-crypt/gnupg )
-   ldap? ( >=dev-php/PEAR-Net_LDAP2-2.0.12 dev-php/PEAR-Net_LDAP3 )
-   managesieve? ( >=dev-php/PEAR-Net_Sieve-1.3.2 )
-   mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
-   spell? ( dev-lang/php[curl,spell] )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
-   webapp_src_preinst
-   dodoc CHANGELOG INSTALL README.md UPGRADING
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r [[:lower:]]* SQL
-   doins .htaccess
-
-   webapp_serverowned "${MY_HTDOCSDIR}"/logs
-   webapp_serverowned "${MY_HTDOCSDIR}"/temp
-
-   webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
-   webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
-   webapp_src_install
-}
-
-pkg_postinst() {
-   webapp_pkg_postinst
-
-   ewarn
-   ewarn "When upgrading from <= 0.9, note that the old configuration 
files"
-   ewarn "named main.inc.php and db.inc.php are deprecated and should be"
-   ewarn "replaced with one single config.inc.php file."
-   ewarn
-   ewarn "Run the ./bin/update.sh script to convert those"
-   

[gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/

2016-09-22 Thread Aaron Swenson
commit: 079ff90450c6bd739208c3164d0c41d20917ba00
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Sep 22 18:34:56 2016 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Thu Sep 22 18:34:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079ff904

mail-client/roundcube: Version Bump

Version bump fixes bug 590608.

RDEPEND updated for dev-php/PEAR-Crypt_GPG-1.4.0 fixing bug 584728.

Keywords dropped for ~hppa, ~ppc, ~ppc64, and ~sparc due to
requirement on >=dev-php/PEAR-Crypt_GPG-1.4.0. (Related bugs:
574264, 594824)

Bugs: 584728, 590608

Package-Manager: portage-2.2.28

 mail-client/roundcube/Manifest   |  1 +
 mail-client/roundcube/roundcube-1.2.1.ebuild | 75 
 2 files changed, 76 insertions(+)

diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
index b9a7848..80efe66 100644
--- a/mail-client/roundcube/Manifest
+++ b/mail-client/roundcube/Manifest
@@ -1,3 +1,4 @@
 DIST roundcubemail-1.1.4.tar.gz 3209549 SHA256 
539a11ed38838b221f8139b193d9762638f155c7b0ea9391315865896be16852 SHA512 
18c2422d65292cd13bc4ce592e8490cc0a9d3e9551ac4d188db93eb989525af7ccf519642dd2e68a7380ab0d0d4ad4f999af2b7e99da75d88274743949b42f8a
 WHIRLPOOL 
c3e310ddb4dc50b46ff28566d030865029364f69db5a3f39be0d37f165c83486a979b4d3ab7d42835baa7ea9506df8947381612403355a628864ecbde1238d02
 DIST roundcubemail-1.2-beta.tar.gz 3421215 SHA256 
b7ab853c0a6e52641c851624c4405ce49643553b76c1f50b02b413cb7954fb25 SHA512 
454083d6377a07bd418de5593cafb2cc7c0af474e178e322d07adeaa3473ce140a57e6d0a0ee3f58862091bc559596c98d4fb523ef6b9cee91d38064233aade6
 WHIRLPOOL 
059cd348397a31a3ebf2a6f58acbf832b0722b2740496ae32b4ef036a963a8199fd4f6e718895512ce1fc996da3af65c583f65faef8b817ba94d99fdfda896d3
 DIST roundcubemail-1.2.0.tar.gz 3453543 SHA256 
e3b89c2772c2c5990da9bca640bc342f486edf356016cf717e6a1083c822b523 SHA512 
3d97e816560830437902ede352e8be81cd93050975934b9dfc86ccf745234119bdf63d5f882fa0d1cc445575c1ea05906a87ae81befdb0bbb38002433e4de199
 WHIRLPOOL 
f9b14ffb2520cd7eda798eb96ec8547af9f5b8d288605d5d777d126cddb3f531f53887ae9bd9b16be7bf194e87165ff48722885328c6dab0d1c1a0ee589817c4
+DIST roundcubemail-1.2.1.tar.gz 3559023 SHA256 
05c0b17c8951db1d220f2f2186e6981545789da0d084a543e28a7d2511db8302 SHA512 
7044e4308fff85a23826e4f4652df7e825d713b977696c0d29d563f419cc4e060ef202f824463823c3f348c7e9f4ce8c58d073c960b371c0b9ca3bd77c5453ca
 WHIRLPOOL 
79a47d9bd65578c0177ffa9438d8a9b305e2d725536209955b04fbfc42a31ef3060d351b638dba72ede3fd8b1ef42a9af34493f80ff393a91b8ab31634bf318a

diff --git a/mail-client/roundcube/roundcube-1.2.1.ebuild 
b/mail-client/roundcube/roundcube-1.2.1.ebuild
new file mode 100644
index ..2976d26
--- /dev/null
+++ b/mail-client/roundcube/roundcube-1.2.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit webapp
+
+MY_PN=${PN}mail
+MY_P=${MY_PN}-${PV/_/-}
+
+DESCRIPTION="A browser-based multilingual IMAP client with an application-like 
user interface"
+HOMEPAGE="http://roundcube.net";
+SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV/_/-}/${MY_P}.tar.gz";
+
+# roundcube is GPL-licensed, the rest of the licenses here are
+# for bundled PEAR components, googiespell and utf8.class.php
+LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+# this function only sets DEPEND so we need to include that in RDEPEND
+need_httpd_cgi
+
+RDEPEND="
+   ${DEPEND}
+   
>=dev-lang/php-5.3.7[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,sqlite?,ssl?,unicode,xml]
+   >=dev-php/PEAR-Auth_SASL-1.0.6
+   >=dev-php/PEAR-Mail_Mime-1.8.9
+   >=dev-php/PEAR-Mail_mimeDecode-1.5.5
+   >=dev-php/PEAR-Net_IDNA2-0.1.1
+   >=dev-php/PEAR-Net_SMTP-1.6.2
+   virtual/httpd-php
+   enigma? ( >=dev-php/PEAR-Crypt_GPG-1.4.0 app-crypt/gnupg )
+   ldap? ( >=dev-php/PEAR-Net_LDAP2-2.0.12 dev-php/PEAR-Net_LDAP3 )
+   managesieve? ( >=dev-php/PEAR-Net_Sieve-1.3.2 )
+   mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
+   spell? ( dev-lang/php[curl,spell] )
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+   webapp_src_preinst
+   dodoc CHANGELOG INSTALL README.md UPGRADING
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r [[:lower:]]* SQL
+   doins .htaccess
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/logs
+   webapp_serverowned "${MY_HTDOCSDIR}"/temp
+
+   webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
+   webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+
+   ewarn
+   ewarn "When upgrading from <= 0.9, note that the old configuration 
files"
+   ewarn "named main.inc.php and db.inc.php are deprec

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

2016-09-22 Thread William Hubbs
commit: 51c8592aea6d5ce5e5586b5c000f739b49a7c4c3
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 22 17:02:44 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 22 17:04:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c8592a

sys-apps/openrc: Drop runit from dependencies for #591388

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 5ae86a0..6f2926d 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -45,7 +45,7 @@ DEPEND="${COMMON_DEPEND}
ncurses? ( virtual/pkgconfig )"
 RDEPEND="${COMMON_DEPEND}
!prefix? (
-   kernel_linux? ( || ( >=sys-apps/sysvinit-2.86-r6 
sys-process/runit ) )
+   kernel_linux? ( >=sys-apps/sysvinit-2.86-r6 )
kernel_FreeBSD? ( sys-freebsd/freebsd-sbin )
)
selinux? (



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

2016-09-22 Thread Tobias Klausmann
commit: a9db5ce2cd7d1db7e86c82dfa7cfa4515ebf27a0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 17:03:48 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 17:03:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9db5ce2

net-misc/tigervnc-1.6.0-r2: add alpha keyword

Gentoo-Bug: 584482

 net-misc/tigervnc/tigervnc-1.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/tigervnc-1.6.0-r2.ebuild 
b/net-misc/tigervnc/tigervnc-1.6.0-r2.ebuild
index b3ab991..fe54be2 100644
--- a/net-misc/tigervnc/tigervnc-1.6.0-r2.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.6.0-r2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="gnutls java +opengl pam server +xorgmodule"
 
 RDEPEND="virtual/jpeg:0



[gentoo-commits] repo/gentoo:master commit in: net-misc/sslh/, net-misc/sslh/files/

2016-09-22 Thread Michael Palimaka
commit: 430ffc3b9d61a40ff807dfd534f4333aeae8198c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 22 16:30:45 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 22 16:31:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430ffc3b

net-misc/sslh: new patch to solve Makefile dependencies issue

Gentoo-bug: 594586

Package-Manager: portage-2.3.1

 net-misc/sslh/files/sslh-1.17-version-deps.patch | 13 -
 net-misc/sslh/files/sslh-1.18-version-deps.patch | 18 ++
 net-misc/sslh/sslh-1.18-r1.ebuild|  1 -
 3 files changed, 10 insertions(+), 22 deletions(-)

diff --git a/net-misc/sslh/files/sslh-1.17-version-deps.patch 
b/net-misc/sslh/files/sslh-1.17-version-deps.patch
deleted file mode 100644
index c05b87a..
--- a/net-misc/sslh/files/sslh-1.17-version-deps.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-make sure the files using version.h depend on it being generated first
-
 a/Makefile
-+++ b/Makefile
-@@ -39,7 +39,7 @@
- 
- all: sslh $(MAN) echosrv
- 
--.c.o: *.h
-+.c.o: *.h version.h
-   $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
- 
- version.h:

diff --git a/net-misc/sslh/files/sslh-1.18-version-deps.patch 
b/net-misc/sslh/files/sslh-1.18-version-deps.patch
index aa02871..c6108ff 100644
--- a/net-misc/sslh/files/sslh-1.18-version-deps.patch
+++ b/net-misc/sslh/files/sslh-1.18-version-deps.patch
@@ -1,13 +1,15 @@
-make sure the files using version.h depend on it being generated first
+Make sure the files using version.h depend on it being generated first.
+
+Gentoo-bug: 594586
 
 --- a/Makefile
 +++ b/Makefile
-@@ -78,7 +78,7 @@
- systemd-sslh-generator: systemd-sslh-generator.o
-   $(CC) $(CFLAGS) $(LDFLAGS) -o systemd-sslh-generator 
systemd-sslh-generator.o -lconfig
+@@ -59,7 +59,7 @@
+ 
+ all: sslh $(MAN) echosrv
  
--echosrv: $(OBJS) echosrv.o
-+echosrv: version.h $(OBJS) echosrv.o
-   $(CC) $(CFLAGS) $(LDFLAGS) -o echosrv echosrv.o probe.o common.o tls.o 
$(LIBS)
+-.c.o: *.h
++%.o: %.c *.h version.h
+   $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
  
- $(MAN): sslh.pod Makefile
+ version.h:

diff --git a/net-misc/sslh/sslh-1.18-r1.ebuild 
b/net-misc/sslh/sslh-1.18-r1.ebuild
index 9010070..15c62e0 100644
--- a/net-misc/sslh/sslh-1.18-r1.ebuild
+++ b/net-misc/sslh/sslh-1.18-r1.ebuild
@@ -28,7 +28,6 @@ RESTRICT="test"
 S=${WORKDIR}/${MY_P}
 
 PATCHES=(
-   "${FILESDIR}/${PN}-1.17-version-deps.patch"
"${FILESDIR}/${PN}-1.18-version-deps.patch"
"${FILESDIR}/${PN}-1.18-systemd-generator.patch"
 )



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

2016-09-22 Thread Tobias Klausmann
commit: b0afa9218e2e39287b1b6191ad27b48f7bf0ee7f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 16:24:11 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 16:24:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0afa921

media-libs/mesa-12.0.1-r0: add alpha keyword

Gentoo-Bug: 579266

 media-libs/mesa/mesa-12.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-12.0.1.ebuild 
b/media-libs/mesa/mesa-12.0.1.ebuild
index f8a6f54..877042a 100644
--- a/media-libs/mesa/mesa-12.0.1.ebuild
+++ b/media-libs/mesa/mesa-12.0.1.ebuild
@@ -25,10 +25,10 @@ HOMEPAGE="http://mesa3d.sourceforge.net/";
 
 if [[ $PV ==  ]]; then
SRC_URI=""
-   KEYWORDS="amd64 hppa x86"
+   KEYWORDS="alpha amd64 hppa x86"
 else
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-proto/videoproto/

2016-09-22 Thread Tobias Klausmann
commit: fd4fc47e65951810e449e6382a89e45f8453553e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:16 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4fc47e

x11-proto/videoproto-2.3.3-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-proto/videoproto/videoproto-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/videoproto/videoproto-2.3.3.ebuild 
b/x11-proto/videoproto/videoproto-2.3.3.ebuild
index 444a58b..56f9f45 100644
--- a/x11-proto/videoproto/videoproto-2.3.3.ebuild
+++ b/x11-proto/videoproto/videoproto-2.3.3.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Video protocol headers"
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/

2016-09-22 Thread Tobias Klausmann
commit: 147577279d211c4635e2a45c57ff58e88e0c5948
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:07 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14757727

x11-drivers/xf86-input-wacom-0.33.0-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild
index ba6a102..e202bc6 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild
@@ -13,7 +13,7 @@ 
EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}"
 [[ ${PV} != * ]] && \
SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug"
 
 # depend on libwacom for its udev rules, bug #389633



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

2016-09-22 Thread Tobias Klausmann
commit: 26521ec5ee2a2cb023632cb6d6259c52c872cf6f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:11 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26521ec5

x11-libs/libxcb-1.12-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/libxcb/libxcb-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-1.12.ebuild 
b/x11-libs/libxcb/libxcb-1.12.ebuild
index d196f6b..91f6b0d 100644
--- a/x11-libs/libxcb/libxcb-1.12.ebuild
+++ b/x11-libs/libxcb/libxcb-1.12.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2";
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc selinux test xkb"
 SLOT="0/${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/

2016-09-22 Thread Tobias Klausmann
commit: 9db5852d3c7452408dc13ea3046cb5457228a101
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:12 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db5852d

x11-libs/xcb-util-cursor-0.1.3-r1: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
index 130bc7b..88ec89f 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
@@ -16,7 +16,7 @@ EGIT_HAS_SUBMODULES=yes
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/";
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]



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

2016-09-22 Thread Tobias Klausmann
commit: 53bcc7a387ea030fefb34d7dc9f714591aad64af
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:04 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:54:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bcc7a3

x11-apps/xrandr-1.5.0-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-apps/xrandr/xrandr-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xrandr/xrandr-1.5.0.ebuild 
b/x11-apps/xrandr/xrandr-1.5.0.ebuild
index 837487a..ee9eb32 100644
--- a/x11-apps/xrandr/xrandr-1.5.0.ebuild
+++ b/x11-apps/xrandr/xrandr-1.5.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="primitive command line interface to RandR extension"
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXrandr-1.5



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

2016-09-22 Thread Tobias Klausmann
commit: 509d16a939c1e72f65997226238395258899d210
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:11 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509d16a9

x11-libs/libxkbcommon-0.6.0-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
index 6557117..44ce2f7 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
@@ -18,7 +18,7 @@ fi
 inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="X doc test"
 
 DEPEND="sys-devel/bison



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

2016-09-22 Thread Tobias Klausmann
commit: 29504a2f8901c670e5ecb814d2e2ea93e674e8e1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:13 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29504a2f

x11-misc/xkeyboard-config-2.17-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild
index f81ea3b..94f6928 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.17.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X keyboard configuration database"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
 [[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 LICENSE="MIT"



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

2016-09-22 Thread Tobias Klausmann
commit: 29b4af8d2350cb5219b78c5de04c06563756f46d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:12 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b4af8d

x11-libs/pixman-0.34.0-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/pixman/pixman-0.34.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild 
b/x11-libs/pixman/pixman-0.34.0.ebuild
index 9ecce91..0421d69 100644
--- a/x11-libs/pixman/pixman-0.34.0.ebuild
+++ b/x11-libs/pixman/pixman-0.34.0.ebuild
@@ -10,9 +10,9 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
 DESCRIPTION="Low-level pixel manipulation routines"
 
 if [[ $PV = * ]]; then
-   KEYWORDS="amd64 arm hppa x86"
+   KEYWORDS="alpha amd64 arm hppa x86"
 else
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 
 IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 
cpu_flags_x86_ssse3"



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

2016-09-22 Thread Tobias Klausmann
commit: 50f6ecd2084e466c4e314aa8bcfe2c2a2dbcdf3b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:14 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f6ecd2

x11-misc/xtermcontrol-3.3-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild 
b/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild
index 419a03d..fade99f 100644
--- a/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild
+++ b/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild
@@ -10,5 +10,5 @@ SRC_URI="http://www.thrysoee.dk/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/inputproto/

2016-09-22 Thread Tobias Klausmann
commit: 475e278653d13fa6e40ccaec4c06bf35e2ba6a96
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:15 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475e2786

x11-proto/inputproto-2.3.2-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-proto/inputproto/inputproto-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/inputproto/inputproto-2.3.2.ebuild 
b/x11-proto/inputproto/inputproto-2.3.2.ebuild
index 30d6049..b0de133 100644
--- a/x11-proto/inputproto/inputproto-2.3.2.ebuild
+++ b/x11-proto/inputproto/inputproto-2.3.2.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Input protocol headers"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/

2016-09-22 Thread Tobias Klausmann
commit: 3cc764844fa0d5ed408073af3ff1c32b668145b0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:14 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc76484

x11-misc/xorg-cf-files-1.0.6-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild 
b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
index 8a14070..1ca45a1 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Old Imake-related build files"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xcb-proto/

2016-09-22 Thread Tobias Klausmann
commit: 996d1c8d311734808d60405d0535a23294ef2db8
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:16 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996d1c8d

x11-proto/xcb-proto-1.12-r2: add alpha keyword

Gentoo-Bug: 579266

 x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
index ed3eadf..2cf9aef 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2";
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2016-09-22 Thread Tobias Klausmann
commit: bea7f93607f191f187f4ecca125afb3df0c0429f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:17 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea7f936

x11-terms/xterm-325-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-terms/xterm/xterm-325.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-325.ebuild b/x11-terms/xterm/xterm-325.ebuild
index 38626ea..0189627 100644
--- a/x11-terms/xterm/xterm-325.ebuild
+++ b/x11-terms/xterm/xterm-325.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+openpty toolbar truetype unicode Xaw3d xinerama"
 
 COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/

2016-09-22 Thread Tobias Klausmann
commit: 2287b6206868b44724234703cbbe14959a25dc23
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:17 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2287b620

x11-proto/xproto-7.0.29-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-proto/xproto/xproto-7.0.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xproto/xproto-7.0.29.ebuild 
b/x11-proto/xproto/xproto-7.0.29.ebuild
index 4018482..4c746cb 100644
--- a/x11-proto/xproto/xproto-7.0.29.ebuild
+++ b/x11-proto/xproto/xproto-7.0.29.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2016-09-22 Thread Tobias Klausmann
commit: d61d7dbc7c00208cf3a2e948594a1572de2d4124
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:06 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61d7dbc

x11-drivers/xf86-input-libinput-0.19.0-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
index 807a745..a957561 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
@@ -8,7 +8,7 @@ inherit linux-info xorg-2
 
 DESCRIPTION="X.org input driver based on libinput"
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libinput-1.2.0:0="



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

2016-09-22 Thread Tobias Klausmann
commit: 868a57463c484734c29c10d5f5cbdf987006a369
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:05 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:54:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868a5746

x11-base/xorg-drivers-1.18-r1: add alpha keyword

Gentoo-Bug: 579266

 x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild
index b757e71..bbf78fa 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.18-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 IUSE_INPUT_DEVICES="
input_devices_acecad



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/

2016-09-22 Thread Tobias Klausmann
commit: 7c6aac1d24d7338b648b96c7e8ff32255fb7ca9b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:08 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6aac1d

x11-drivers/xf86-video-ati-7.7.0-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index 1c35449..3668c7a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/";
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]



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

2016-09-22 Thread Tobias Klausmann
commit: 9d7a4c11ef48225a110f6893c59eb496a669156a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:09 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7a4c11

x11-libs/libXdmcp-1.1.2-r1: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild 
b/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild
index 5dbfff4..64fc2e5 100644
--- a/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild
+++ b/x11-libs/libXdmcp/libXdmcp-1.1.2-r1.ebuild
@@ -10,7 +10,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org X Display Manager Control Protocol library"
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND="elibc_glibc? ( dev-libs/libbsd )



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

2016-09-22 Thread Tobias Klausmann
commit: 8edcbffbb57a19fa3eac6b9004995c792ae30d51
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:09 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edcbffb

x11-libs/libXfixes-5.0.2-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/libXfixes/libXfixes-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXfixes/libXfixes-5.0.2.ebuild 
b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
index aa0b5a2..c0a1e74 100644
--- a/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
+++ b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xfixes library"
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2016-09-22 Thread Tobias Klausmann
commit: df554b2347c013958e4322f2cf03aa9f32cdf118
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:10 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df554b23

x11-libs/libdrm-2.4.70-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/libdrm/libdrm-2.4.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.70.ebuild 
b/x11-libs/libdrm/libdrm-2.4.70.ebuild
index 7cf7385..0507934 100644
--- a/x11-libs/libdrm/libdrm-2.4.70.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.70.ebuild
@@ -15,7 +15,7 @@ else
SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2";
 fi
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux"
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vmware"
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/

2016-09-22 Thread Tobias Klausmann
commit: b2c3ad9eec6089fde97af583712e64b0375e2a43
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:06 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:54:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c3ad9e

x11-drivers/xf86-input-evdev-2.10.3-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild 
b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index 02a4efd..b0649fa 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/

2016-09-22 Thread Tobias Klausmann
commit: f4c638fd255c5b6547a5ddfc81a4b72e4e7409ae
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:08 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c638fd

x11-drivers/xf86-video-r128-6.10.1-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild 
b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index 3afca13..ec6592a 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="ATI Rage128 video driver"
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="dri"
 
 RDEPEND=">=x11-base/xorg-server-1.2"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-aiptek/

2016-09-22 Thread Tobias Klausmann
commit: 8c7d1418d89ef75fc6bf23c375955af92ce7ca36
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:06 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:54:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7d1418

x11-drivers/xf86-input-aiptek-1.4.1-r1: add alpha keyword

Gentoo-Bug: 579266

 x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild 
b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
index c63f32f..f2dbf28 100644
--- a/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
+++ b/x11-drivers/xf86-input-aiptek/xf86-input-aiptek-1.4.1-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Aiptek USB Digital Tablet Input Driver for Linux"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2016-09-22 Thread Tobias Klausmann
commit: eb0a2bf5d1fce51fe705d4a9f9dd127104cd7589
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:10 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:55:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0a2bf5

x11-libs/libXi-1.7.6-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-libs/libXi/libXi-1.7.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXi/libXi-1.7.6.ebuild 
b/x11-libs/libXi/libXi-1.7.6.ebuild
index 0058248..14d6bd2 100644
--- a/x11-libs/libXi/libXi-1.7.6.ebuild
+++ b/x11-libs/libXi/libXi-1.7.6.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org Xi library"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2016-09-22 Thread Tobias Klausmann
commit: 9a2fa17ed56dcfa83d591e4847002d7693b8ea92
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 15:54:05 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 15:54:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2fa17e

x11-base/xorg-server-1.18.4-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-base/xorg-server/xorg-server-1.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.18.4.ebuild 
b/x11-base/xorg-server/xorg-server-1.18.4.ebuild
index c25f95a..446117c 100644
--- a/x11-base/xorg-server/xorg-server-1.18.4.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.18.4.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
 IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib 
+udev unwind wayland"



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

2016-09-22 Thread William Hubbs
commit: 7eb283d73aefc47776dde64f8e2dddfd0945ee97
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 22 15:53:05 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 22 15:53:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb283d7

sys-apps/openrc: remove 0.21.3 since 0.21.7 is going stable

Package-Manager: portage-2.2.28

 sys-apps/openrc/Manifest |   1 -
 sys-apps/openrc/openrc-0.21.3.ebuild | 330 ---
 2 files changed, 331 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 9cb7a22..ee89313 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,5 +1,4 @@
 DIST openrc-0.17.tar.bz2 160533 SHA256 
45818d9ef4659e8dd924a1468a091255c305daee5417f94d9515f0e125298b30 SHA512 
6e69b036d113f066b0dd0bfe55e019328e0e77cff6c93f0a3e55751aa0a72411aa3b1efe8b4327e156a9612e4155863b0a81c9eda043c12904bb36e861b71399
 WHIRLPOOL 
de45daf6f4aebe632ea9fcb46408e63f0aed6c9b9129fb5510f348f20cf1c62aa42e7dce47a7f19a441696596fa57494642e7334a42c415fdbc865cb80a18eff
 DIST openrc-0.18.4.tar.bz2 157237 SHA256 
2c8bf1c6f52fcf4c1f6945a2836ba2551a7d93015aa63ba5a2e1d2851c2942e4 SHA512 
13f5dbc1292ce94c2e42a35e582bbba12e4bba943640952ea4cecc7ff5c60175d362055a4f5e213f218236ab4a040a5dff01a47c8bc007237554744d8a89a48a
 WHIRLPOOL 
f1f44effad80863276339af5bce1b3a9068d9c5ae7f7c3b571fb883b376c9083c207980c6d05170b0a18c0902ad1e2d76a1bafb0f11721b0522308e2cb7c67b4
 DIST openrc-0.19.1.tar.bz2 159598 SHA256 
5628c04b12e2f51f25e59c303bdccbf545ba0db25484adcca48e70d0712ce0e6 SHA512 
303db4475fd02aa3aa161dbd8794a45c2633b9fe96aaab67b81014fa3915bed1aa51cff57128f4413cf9f2329ce1f2012e460e089c39f01ac6eb061a95844329
 WHIRLPOOL 
a4e8720579b8983cb3c2c9b4dd983c1b7bf45e053aa0c9545f31e36c22e44d06e55198d4143dc0a6bca3b7d00b151b43d1da439b2479044344ca12f3151711f1
-DIST openrc-0.21.3.tar.bz2 167326 SHA256 
ce04bf2e1648fb49212b90d3f72910ee7e3ab6fc41a34416268d9d5a791d6cd6 SHA512 
452b09d016e91a235bbb3c0e2f44c915c5f14fb212924bcfcff8a6147a503df8d5fb0b30bb18bc93fb9a4413346e9f1dabd1095f053b4153d76eca2f44044a57
 WHIRLPOOL 
163c62dcfd70d104d60ab22c721a75ce62db2d3741d460e26bbb51ecf5715b3711c1c01e90c5a1dd08470b2c596ab964acbefdeaefa4646544832d29c82d9823
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4

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

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

2016-09-22 Thread Alexis Ballier
commit: 7a2e0589b95ea6ce11c71cbbade2a2fb1958a539
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:33:38 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:46:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2e0589

sys-libs/libcxxrt: bump a new snapshot

Package-Manager: portage-2.3.1

 sys-libs/libcxxrt/Manifest  |  1 +
 sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/sys-libs/libcxxrt/Manifest b/sys-libs/libcxxrt/Manifest
index 34a5c0f..fb19118 100644
--- a/sys-libs/libcxxrt/Manifest
+++ b/sys-libs/libcxxrt/Manifest
@@ -1,2 +1,3 @@
 DIST libcxxrt-0.0_p20140322.tar.xz 58208 SHA256 
39392e1081710d7bf62de1a9723632adbaed5cd516e8b27af764195b8ea9aeb0 SHA512 
8cc2f3779a28b8eb215c3dc97e1382651016127ec6b1feb5067de435841c20e6338662172176f003242f1393b8df3ecf91eaa85b54281e1c588dab44d01ca930
 WHIRLPOOL 
1e6b105cb6650762025f3ce0b6853eff84c94d6fb6c34269b6e3d92984c66308d59c20f2b4311cafea24928f0e3e645527ea6b041b939e941a05f2fea9a2c02e
 DIST libcxxrt-0.0_p20150423.tar.xz 58596 SHA256 
a633256ffe43261dd873866aa4a0be9aaa8bdd38f8d554f16c209e84be2f1a88 SHA512 
67a3b9204cee7b7900228483b8e24898d83f76b3ff2ed94bbbd67ca3fba623021e1b346c91ef46955da78f2e001395dc84a2f496223b52a0e59e97ff2e27e247
 WHIRLPOOL 
bcf34a715b7aafa4169d39f045896be9230d3365dfffc422d91af160c64a254561a7f2e67bcdc35b4e2a2032a9d1c5e87eeebbc5c40607737f5715bbeeb4b530
+DIST libcxxrt-0.0_p20160922.tar.xz 60460 SHA256 
be52f2e5a57344bd856e5dd155eaec5e4606edb0118f1ad4cadc2f2bd00d394e SHA512 
3ec60ef2127a7e51793f90291ef61c6853d9a7b23201617f9dde0d27d987901db5ad0b142e3adb3eee64884e11793676912f2fb8e8b090d35288277a54d261bd
 WHIRLPOOL 
841f21edaa8fc7aac4636826b7510b7f35cd5c5d580d5f13b1b06b00b101e2f097cec3f073463275fe54fbd337aa3e08f254be4fdacf9155ca8b625c0beb4f0e

diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild 
b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
new file mode 100644
index ..bcb21bd
--- /dev/null
+++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git"
+
+[ "${PV%}" != "${PV}" ] && SCM="git-2" || SCM=""
+
+inherit flag-o-matic toolchain-funcs portability ${SCM} multilib-minimal
+
+DESCRIPTION="C++ Runtime from PathScale, FreeBSD and NetBSD"
+HOMEPAGE="https://github.com/pathscale/libcxxrt 
http://www.pathscale.com/node/265";
+if [ "${PV%}" = "${PV}" ] ; then
+   SRC_URI="mirror://gentoo/${P}.tar.xz"
+   DEPEND="app-arch/xz-utils"
+else
+   SRC_URI=""
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+if [ "${PV%}" = "${PV}" ] ; then
+   KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+else
+   KEYWORDS=""
+fi
+IUSE="libunwind +static-libs"
+
+RDEPEND="libunwind? ( || ( >=sys-libs/libunwind-1.0.1-r1[static-libs?]
+   sys-libs/llvm-libunwind[static-libs?] ) )"
+DEPEND="${RDEPEND}
+   ${DEPEND}"
+
+DOCS=( AUTHORS COPYRIGHT README )
+
+src_prepare() {
+   cp "${FILESDIR}/Makefile" src/ || die
+   cp "${FILESDIR}/Makefile.test" test/Makefile || die
+   multilib_copy_sources
+}
+
+multilib_src_compile() {
+   # Notes: we build -nodefaultlibs to avoid linking to gcc libs.
+   # libcxxrt needs: dladdr (dlopen_lib), libunwind or libgcc_s and the 
libc.
+   tc-export CC CXX AR
+   append-ldflags "-Wl,-z,defs" # make sure we are not underlinked
+   cd "${BUILD_DIR}/src"
+   LIBS="$(dlopen_lib) -l$(usex libunwind unwind gcc_s) -lc" emake shared
+   use static-libs && emake static
+}
+
+multilib_src_test() {
+   cd "${BUILD_DIR}/test"
+   LD_LIBRARY_PATH="${BUILD_DIR}/src:${LD_LIBRARY_PATH}" \
+   LIBS="-L${BUILD_DIR}/src -lcxxrt -l$(usex libunwind unwind 
gcc_s) -lc" \
+   emake check
+}
+
+multilib_src_install() {
+   # TODO: See README. Maybe hide it in a subdir and let only libcxx know 
about
+   # it. FreeBSD head installs it in /lib
+   dolib.so src/${PN}.so*
+   use static-libs && dolib.a src/${PN}.a
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   insinto /usr/include/libcxxrt/
+   doins src/cxxabi.h src/unwind*.h
+}



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

2016-09-22 Thread Anthony G. Basile
commit: a41f8f6513e491d4588fa27c3cbc9d490c128080
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Sep 22 15:36:14 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Sep 22 15:36:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41f8f65

sys-kernel/hardened-sources: version bump to 4.7.4-r1, remove 4.7.4

vanilla-4.7 + genpatches-4.7-1 + grsecurity-3.1-4.7.4-201609211951

Package-Manager: portage-2.2.28

 sys-kernel/hardened-sources/Manifest| 2 +-
 .../{hardened-sources-4.7.4.ebuild => hardened-sources-4.7.4-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index dc43209..4c47cb3 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -13,7 +13,7 @@ DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8a
 DIST hardened-patches-4.5.7-6.extras.tar.bz2 1870054 SHA256 
8a8c20dc44a0f452f0d2873e4efcf6dd53010e65976ce9986083f906fd2eb223 SHA512 
b1e853689395305d6d902259a952be21d768a60b46cd9dcbb8bd4ee0193a08806414cdcbd642df286bef92a82e08939c0ec3e5d53fcae999b0628a0d35ec3a2d
 WHIRLPOOL 
73d425f3d2faa6aeeeb3007e468ab3c3792f4d3c95122b0a9572579ef8e27fd253b94efcfd2d85483cc3c0250c73679b68ad10a93cc0e38ba36601a7fe8125ac
 DIST hardened-patches-4.7.2-2.extras.tar.bz2 1964309 SHA256 
874baef76af186bed24af2e4e0625b64f66f61a0a933ba6b6a37dd6b3771fc08 SHA512 
51c078dedd984e55baf099ce5060ce0c8195bb03c57df634e67ccb4038d9c897973747c81b3d9cd2911a27e273bc49cce94d204a4b6641e69d04394610868729
 WHIRLPOOL 
19d66aab8c6578493b5e76459c53601a6d1f67d68a5100095653bee59cb8fdf202adfaa4cd50beeb50e5781c489c754f1ccb235b5b1aaf0eedc64445592ffd8c
 DIST hardened-patches-4.7.3-1.extras.tar.bz2 2000221 SHA256 
9d5d40b0477cf55bc396ce8070f8714d84a5af2c7400ca663fc3bf91253b670f SHA512 
4eeed7269fe12c6fa2fa014eb5b536ce838def407a51c2516dd8ac46ff5be6693ad5704cf0ca32395e04159c97f12013123ba7336e49438749063fbc53f0c571
 WHIRLPOOL 
9ff212e2d882015a858f243aadff50a7c99b2733809f2fe969e1cd3289354e0557edcee0d82b41eed3bf8ca8b66c1be25b7df68044c69193e6cfd9b2be20ddaf
-DIST hardened-patches-4.7.4-1.extras.tar.bz2 2023855 SHA256 
24c7f6b756a6104e8397abec2c4d2109001d896651706f9a3c41bdcd4e17fe64 SHA512 
5f70a06c87e524bb825b03f96d2c08f72dc5390af1b78d0612ba590e37511ee34bd1cdb4793dbdcca472c43105b98c36662617b0ea4c57ca9a8666aa7ee773d9
 WHIRLPOOL 
8650c2ed86da6f657b5840c87c9640559a0cf1a51c8ee632cd56aa014086d5a08c765c6f3470a611a5f85963eb44a0fc4229ac4fce944859883b0949acb8f8ea
+DIST hardened-patches-4.7.4-2.extras.tar.bz2 2024673 SHA256 
9f57a62daceb40c323c9874b35cff33263066bf23a325dcedccd4065c83e8c63 SHA512 
17c5ce3eabdb653fbbcca8b4097f3bdb6e7f6a02047018640e253e031e00d70e93bfcac743981a954c55d39647728dada7222a50fcce939a559c6587b6b8464e
 WHIRLPOOL 
d766c59468ea7d341443c43f91bcab8463a3fc9be92bd3b04082650f57abea0316bcfb48759a481340d1b186dafdb1a4c532f37c0b5a2ba33e25f8f6b120c1e8
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc
 DIST linux-4.5.tar.xz 88375040 SHA256 
a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c SHA512 
cb0d5f30baff37dfea40fbc1119a1482182f95858c883e019ee3f81055c8efbdb9dba7dfc02ebcc4216db38f03ece58688e69efc0fce1dade359af30bd5426de
 WHIRLPOOL 
8faa0b02c5733fc45dbe61f82a7022e9246b9b1665f27541d4afa5d14c310b9dce7a8532dfac8273898edf8c6923654ee2fbcf2cec1ec2a220f4c9f926f2b333
 DIST linux-4.7.tar.xz 90412100 SHA256 
5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10 SHA512 
e8c02583e17e4fc4214fef694825fcb78c898266f1624deb1cdf56ab5c5fdfa669c5221122a7cf0d502ed6f921ff3797634acd9d294d29e98e3faa8a21920185
 WHIRLPOOL 
e968c89ce714c8d918db6074dabac4b0200c57ff111260313cf5798eeefb8b5b10c1509b64e2ee611a78e81075c588a473b67f9802609b2fef9ebb87ae514d98

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.7.4-r1.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.7.4-r1.ebuild
index 40ad18c..3a3702d 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.7.4-r1.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2"
 
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2";
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
 



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

2016-09-22 Thread William Hubbs
commit: 316903fbf0da6edc067a98327c8c6cb2b3cdcf93
Author: William Hubbs  gmail  com>
AuthorDate: Thu Sep 22 15:30:41 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 22 15:30:41 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=316903fb

man/openrc-run.8: typo fix

 man/openrc-run.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/openrc-run.8 b/man/openrc-run.8
index d83e1cc..3c23bcc 100644
--- a/man/openrc-run.8
+++ b/man/openrc-run.8
@@ -183,7 +183,7 @@ in_background is yes.
 .Pp
 Keep in mind that eval is used to process chroot, command, command_args_*,
 command_user, pidfile and procname. This may affect how they are
-evvaluated depending on how they are quoted.
+evaluated depending on how they are quoted.
 .El
 .Sh DEPENDENCIES
 You should define a



[gentoo-commits] proj/hardened-patchset: New tag: 20160921

2016-09-22 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Sep 22 15:30:55 2016 +

New tag: 20160921




[gentoo-commits] proj/hardened-patchset:master commit in: 4.7.4/

2016-09-22 Thread Anthony G. Basile
commit: 2772388a89963ed7cbc9e11c738288028110d9be
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Sep 22 15:30:14 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Sep 22 15:30:14 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-patchset.git/commit/?id=2772388a

grsecurity-3.1-4.7.4-201609211951

 4.7.4/_README  |   2 +-
 ...> 4420_grsecurity-3.1-4.7.4-201609211951.patch} | 154 -
 2 files changed, 90 insertions(+), 66 deletions(-)

diff --git a/4.7.4/_README b/4.7.4/_README
index 6374649..a9515bb 100644
--- a/4.7.4/_README
+++ b/4.7.4/_README
@@ -18,7 +18,7 @@ Patch:1003_linux-4.7.4.patch
 From:  http://www.kernel.org
 Desc:  Linux 4.7.4
 
-Patch: 4420_grsecurity-3.1-4.7.4-201609152234.patch
+Patch: 4420_grsecurity-3.1-4.7.4-201609211951.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity
 

diff --git a/4.7.4/4420_grsecurity-3.1-4.7.4-201609152234.patch 
b/4.7.4/4420_grsecurity-3.1-4.7.4-201609211951.patch
similarity index 99%
rename from 4.7.4/4420_grsecurity-3.1-4.7.4-201609152234.patch
rename to 4.7.4/4420_grsecurity-3.1-4.7.4-201609211951.patch
index 84d74fa..5bddf8c 100644
--- a/4.7.4/4420_grsecurity-3.1-4.7.4-201609152234.patch
+++ b/4.7.4/4420_grsecurity-3.1-4.7.4-201609211951.patch
@@ -956,7 +956,7 @@ index d50430c..01cc53b 100644
  # but it is being used too early to link to meaningful stack_chk logic.
  nossp_flags := $(call cc-option, -fno-stack-protector)
 diff --git a/arch/arm/include/asm/atomic.h b/arch/arm/include/asm/atomic.h
-index 9e10c45..688ea8b 100644
+index 9e10c45..285d152 100644
 --- a/arch/arm/include/asm/atomic.h
 +++ b/arch/arm/include/asm/atomic.h
 @@ -18,17 +18,41 @@
@@ -1404,59 +1404,29 @@ index 9e10c45..688ea8b 100644
  
  static inline long long
  atomic64_cmpxchg_relaxed(atomic64_t *ptr, long long old, long long new)
-@@ -361,6 +555,30 @@ atomic64_cmpxchg_relaxed(atomic64_t *ptr, long long old, 
long long new)
+@@ -360,7 +554,14 @@ atomic64_cmpxchg_relaxed(atomic64_t *ptr, long long old, 
long long new)
+ 
return oldval;
  }
- #define atomic64_cmpxchg_relaxed  atomic64_cmpxchg_relaxed
-+#define atomic64_cmpxchg_unchecked_relaxed
atomic64_cmpxchg_unchecked_relaxed
 +
 +static inline long long
 +atomic64_cmpxchg_unchecked_relaxed(atomic64_unchecked_t *ptr, long long old, 
long long new)
 +{
-+  long long oldval;
-+  unsigned long res;
-+
-+  prefetchw(&ptr->counter);
-+
-+  do {
-+  __asm__ __volatile__("@ atomic64_cmpxchg_unchecked\n"
-+  "ldrexd %1, %H1, [%3]\n"
-+  "mov%0, #0\n"
-+  "teq%1, %4\n"
-+  "teqeq  %H1, %H4\n"
-+  "strexdeq   %0, %5, %H5, [%3]"
-+  : "=&r" (res), "=&r" (oldval), "+Qo" (ptr->counter)
-+  : "r" (&ptr->counter), "r" (old), "r" (new)
-+  : "cc");
-+  } while (res);
-+
-+  return oldval;
++  return atomic64_cmpxchg_relaxed((atomic64_t *)ptr, old, new);
 +}
+ #define atomic64_cmpxchg_relaxed  atomic64_cmpxchg_relaxed
++#define atomic64_cmpxchg_unchecked_relaxed
atomic64_cmpxchg_unchecked_relaxed
  
  static inline long long atomic64_xchg_relaxed(atomic64_t *ptr, long long new)
  {
-@@ -380,26 +598,60 @@ static inline long long atomic64_xchg_relaxed(atomic64_t 
*ptr, long long new)
+@@ -380,26 +581,46 @@ static inline long long atomic64_xchg_relaxed(atomic64_t 
*ptr, long long new)
  
return result;
  }
 +
 +static inline long long atomic64_xchg_unchecked_relaxed(atomic64_unchecked_t 
*ptr, long long new)
 +{
-+  long long result;
-+  unsigned long tmp;
-+
-+  prefetchw(&ptr->counter);
-+
-+  __asm__ __volatile__("@ atomic64_xchg_unchecked\n"
-+"1:   ldrexd  %0, %H0, [%3]\n"
-+" strexd  %1, %4, %H4, [%3]\n"
-+" teq %1, #0\n"
-+" bne 1b"
-+  : "=&r" (result), "=&r" (tmp), "+Qo" (ptr->counter)
-+  : "r" (&ptr->counter), "r" (new)
-+  : "cc");
-+
-+  return result;
++  return atomic64_xchg_relaxed((atomic64_t *)ptr, new);
 +}
  #define atomic64_xchg_relaxed atomic64_xchg_relaxed
 +#define atomic64_xchg_unchecked_relaxed   
atomic64_xchg_unchecked_relaxed
@@ -1502,7 +1472,7 @@ index 9e10c45..688ea8b 100644
: "=&r" (result), "=&r" (tmp), "+Qo" (v->counter)
: "r" (&v->counter)
: "cc");
-@@ -423,13 +675,25 @@ static inline int atomic64_add_unless(atomic64_t *v, 
long long a, long long u)
+@@ -423,13 +644,25 @@ static inline int atomic64_add_unless(atomic64_t *v, 
long long a, long long u)
  " teq %0, %5\n"
  " teqeq   %H0, %H5\n"
  " moveq   %1, #0\n"
@@ -1531,7 +1501,7 @@ index 9e10c45..688ea8b 100644
: "=&r" (val), "+r" (ret), "=&r" (tmp), "+Qo" (v->counter)
: "r" (&v->counter), "r" (u), "r" (a)
: "cc");
-@@ -442,10 +706,13 @@ static i

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

2016-09-22 Thread Alexis Ballier
commit: 4ce5817cbd7e05505e75c0c1fc8786bbd87b7293
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:16:56 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce5817c

dev-ros/rosserial_arduino: Bump to 0.7.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosserial_arduino/Manifest 
b/dev-ros/rosserial_arduino/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_arduino/Manifest
+++ b/dev-ros/rosserial_arduino/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_arduino/rosserial_arduino-0.7.4.ebuild 
b/dev-ros/rosserial_arduino/rosserial_arduino-0.7.4.ebuild
new file mode 100644
index ..8e5e9cc
--- /dev/null
+++ b/dev-ros/rosserial_arduino/rosserial_arduino-0.7.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Libraries and examples for ROSserial usage on Arduino/AVR 
Platforms"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rosserial_client[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 97a7c745e7e88896d06972b1e7c47e92efa9e0ea
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:21 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a7c745

dev-ros/rosserial_tivac: Bump to 0.7.4.

Package-Manager: portage-2.3.1

 dev-ros/rosserial_tivac/Manifest   |  1 +
 .../rosserial_tivac/rosserial_tivac-0.7.4.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/rosserial_tivac/Manifest b/dev-ros/rosserial_tivac/Manifest
index 374eaea..cb684e3 100644
--- a/dev-ros/rosserial_tivac/Manifest
+++ b/dev-ros/rosserial_tivac/Manifest
@@ -1,2 +1,3 @@
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_tivac/rosserial_tivac-0.7.4.ebuild 
b/dev-ros/rosserial_tivac/rosserial_tivac-0.7.4.ebuild
new file mode 100644
index ..22469f3
--- /dev/null
+++ b/dev-ros/rosserial_tivac/rosserial_tivac-0.7.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Definitions for rosserial_client targets for TivaC Launchpad 
evaluation boards."
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosserial_client[${PYTHON_USEDEP}]
+   dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 10b76aaf40d38d82d8bd88137b3b60f110253d9e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:02 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b76aaf

dev-ros/roscreate: Bump to 1.13.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/roscreate/Manifest b/dev-ros/roscreate/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/roscreate/Manifest
+++ b/dev-ros/roscreate/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/roscreate/roscreate-1.13.4.ebuild 
b/dev-ros/roscreate/roscreate-1.13.4.ebuild
new file mode 100644
index ..a7bfd5f
--- /dev/null
+++ b/dev-ros/roscreate/roscreate-1.13.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Tool that assists in the creation of ROS filesystem resources"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"



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

2016-09-22 Thread Alexis Ballier
commit: fe75b410e35d850a290dff9dd318f286449a2701
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:18:33 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe75b410

dev-ros/test_nodelet: Bump to 1.9.6.

Package-Manager: portage-2.3.1

 dev-ros/test_nodelet/Manifest  |  1 +
 dev-ros/test_nodelet/test_nodelet-1.9.6.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/test_nodelet/Manifest b/dev-ros/test_nodelet/Manifest
index c4d44da..0303cf1 100644
--- a/dev-ros/test_nodelet/Manifest
+++ b/dev-ros/test_nodelet/Manifest
@@ -1,3 +1,4 @@
 DIST nodelet_core-1.9.3.tar.gz 33825 SHA256 
26256ff83c92db88b941e5d85ab2162fbcaa0f19ea066732c2de83255eed0001 SHA512 
d2560ef2c973aae297ffc5f139ed12308a0e4ac4477407e533402fbaf127c5aa4105548d01438b3bb17636df9587018a953bb6c0ae810996445bb1368c97f190
 WHIRLPOOL 
88bb8ef3a0b2138f2f1d5ff95c4328e22da4fc23313ba52447d5156b13c452284a9953f89de1d48838b96e226ff9ab929d6482c8b0ad847676aaa13e9b1f596d
 DIST nodelet_core-1.9.4.tar.gz 34236 SHA256 
60e694e8575db93e24a8ed9cbebae8c257f6f25aef33a0e7f92418f318fd9131 SHA512 
f2c49363029e8d53151433fa33162a3efb71750bfec55d68e2182ff385af0e65b983c6b4e75a270cb8754d02b295c9d2a68fd712bca1fd4df0d276c93ce3
 WHIRLPOOL 
3474aab9d5d51f0672deacd79dfc294dc7b962c617e390beda7ae6e40b89a1dd3ba05beb0c4066b0c95588ffaf1bdeca73debcb0112f4802252e89ec5e8eb98e
 DIST nodelet_core-1.9.5.tar.gz 34351 SHA256 
9432422b56a586828e75ec038f5400c3a92b0b108dd42bc331d8160972df012c SHA512 
a933a398881a86564c854caf238bdd21ebf3fba09608de004a50247c567e91054ce13b04d96468fcd556ac8841ac735e1510fa30c62bc27143e8d657c673f5ee
 WHIRLPOOL 
cc180edf74126ba724b96c6b270c5594961c8bc102d920973611368457e0f7f0f656cb9042ca0cb2b3803aafcd156d114be305868a340be07ea7723c2f703e1c
+DIST nodelet_core-1.9.6.tar.gz 38776 SHA256 
047976bd6fa7ccc44f8ea07850e3310729fcf7bc467a875b1c831e6cb611a801 SHA512 
6332f8413079e3c5bb8ad198cd9408c54dcb80536e09f38716502b1306cbdf2a23ac06cd03ff77e47bea4a588df89c49d376bf7f5c00421d686ca11d6a05
 WHIRLPOOL 
cb1e8c033663e1e507ad63879d5b0c7e58b26facfb2c706501969da488a5d587ea15a02b8912fcb6a4dad3dd48907ee6dcad9a1654aeb64b48497582e2b34e9d

diff --git a/dev-ros/test_nodelet/test_nodelet-1.9.6.ebuild 
b/dev-ros/test_nodelet/test_nodelet-1.9.6.ebuild
new file mode 100644
index ..02cb465
--- /dev/null
+++ b/dev-ros/test_nodelet/test_nodelet-1.9.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/nodelet_core";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Nodelet unit tests"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/nodelet
+   dev-ros/pluginlib
+   dev-ros/rostest
+   dev-libs/boost
+   dev-cpp/gtest
+   dev-ros/rosbash
+   )
+"



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

2016-09-22 Thread Alexis Ballier
commit: 70d72ebaa8db38f605ab3b1f3f9ddfcbf5defd26
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:30 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d72eba

ros-meta/ros: Bump to 1.13.4.

Package-Manager: portage-2.3.1

 ros-meta/ros/Manifest  |  1 +
 ros-meta/ros/ros-1.13.4.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/ros-meta/ros/Manifest b/ros-meta/ros/Manifest
index fca3457..0300e5a 100644
--- a/ros-meta/ros/Manifest
+++ b/ros-meta/ros/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/ros-meta/ros/ros-1.13.4.ebuild b/ros-meta/ros/ros-1.13.4.ebuild
new file mode 100644
index ..963ac8e
--- /dev/null
+++ b/ros-meta/ros/ros-1.13.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=ros
+
+inherit ros-catkin
+
+DESCRIPTION="ROS packaging system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosbash
+   dev-ros/rosboost_cfg
+   dev-ros/rosclean
+   dev-ros/roscreate
+   dev-ros/rosmake
+   dev-ros/rosunit
+
+   dev-ros/mk
+   dev-ros/rosbuild
+   dev-ros/roslang
+   dev-ros/roslib
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: d2b6c1f51f213356102cd5d81bc1e1cf0d7ffcc5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:17 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b6c1f5

dev-ros/rosserial_server: Bump to 0.7.4.

Package-Manager: portage-2.3.1

 dev-ros/rosserial_server/Manifest  |  1 +
 .../rosserial_server/rosserial_server-0.7.4.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/rosserial_server/Manifest 
b/dev-ros/rosserial_server/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_server/Manifest
+++ b/dev-ros/rosserial_server/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_server/rosserial_server-0.7.4.ebuild 
b/dev-ros/rosserial_server/rosserial_server-0.7.4.ebuild
new file mode 100644
index ..5ff8dba
--- /dev/null
+++ b/dev-ros/rosserial_server/rosserial_server-0.7.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="C++ implementation of the rosserial server side"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/roscpp
+   dev-ros/rosserial_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/topic_tools
+   dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 3f29b10d9cbaaa46a28bb7ee0c0ed8dcb292633f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:18:41 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f29b10d

ros-meta/nodelet_core: Bump to 1.9.6.

Package-Manager: portage-2.3.1

 ros-meta/nodelet_core/Manifest  |  1 +
 ros-meta/nodelet_core/nodelet_core-1.9.6.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/nodelet_core/Manifest b/ros-meta/nodelet_core/Manifest
index c4d44da..0303cf1 100644
--- a/ros-meta/nodelet_core/Manifest
+++ b/ros-meta/nodelet_core/Manifest
@@ -1,3 +1,4 @@
 DIST nodelet_core-1.9.3.tar.gz 33825 SHA256 
26256ff83c92db88b941e5d85ab2162fbcaa0f19ea066732c2de83255eed0001 SHA512 
d2560ef2c973aae297ffc5f139ed12308a0e4ac4477407e533402fbaf127c5aa4105548d01438b3bb17636df9587018a953bb6c0ae810996445bb1368c97f190
 WHIRLPOOL 
88bb8ef3a0b2138f2f1d5ff95c4328e22da4fc23313ba52447d5156b13c452284a9953f89de1d48838b96e226ff9ab929d6482c8b0ad847676aaa13e9b1f596d
 DIST nodelet_core-1.9.4.tar.gz 34236 SHA256 
60e694e8575db93e24a8ed9cbebae8c257f6f25aef33a0e7f92418f318fd9131 SHA512 
f2c49363029e8d53151433fa33162a3efb71750bfec55d68e2182ff385af0e65b983c6b4e75a270cb8754d02b295c9d2a68fd712bca1fd4df0d276c93ce3
 WHIRLPOOL 
3474aab9d5d51f0672deacd79dfc294dc7b962c617e390beda7ae6e40b89a1dd3ba05beb0c4066b0c95588ffaf1bdeca73debcb0112f4802252e89ec5e8eb98e
 DIST nodelet_core-1.9.5.tar.gz 34351 SHA256 
9432422b56a586828e75ec038f5400c3a92b0b108dd42bc331d8160972df012c SHA512 
a933a398881a86564c854caf238bdd21ebf3fba09608de004a50247c567e91054ce13b04d96468fcd556ac8841ac735e1510fa30c62bc27143e8d657c673f5ee
 WHIRLPOOL 
cc180edf74126ba724b96c6b270c5594961c8bc102d920973611368457e0f7f0f656cb9042ca0cb2b3803aafcd156d114be305868a340be07ea7723c2f703e1c
+DIST nodelet_core-1.9.6.tar.gz 38776 SHA256 
047976bd6fa7ccc44f8ea07850e3310729fcf7bc467a875b1c831e6cb611a801 SHA512 
6332f8413079e3c5bb8ad198cd9408c54dcb80536e09f38716502b1306cbdf2a23ac06cd03ff77e47bea4a588df89c49d376bf7f5c00421d686ca11d6a05
 WHIRLPOOL 
cb1e8c033663e1e507ad63879d5b0c7e58b26facfb2c706501969da488a5d587ea15a02b8912fcb6a4dad3dd48907ee6dcad9a1654aeb64b48497582e2b34e9d

diff --git a/ros-meta/nodelet_core/nodelet_core-1.9.6.ebuild 
b/ros-meta/nodelet_core/nodelet_core-1.9.6.ebuild
new file mode 100644
index ..d6cef92
--- /dev/null
+++ b/ros-meta/nodelet_core/nodelet_core-1.9.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/nodelet_core";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Nodelet Core Metapackage"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/nodelet
+   dev-ros/nodelet_topic_tools
+   dev-ros/test_nodelet
+   dev-ros/test_nodelet_topic_tools
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 27ad994bc55cc6372c52686dacf75e7a891102f5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:29 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ad994b

dev-ros/rosserial_xbee: Bump to 0.7.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosserial_xbee/Manifest b/dev-ros/rosserial_xbee/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_xbee/Manifest
+++ b/dev-ros/rosserial_xbee/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_xbee/rosserial_xbee-0.7.4.ebuild 
b/dev-ros/rosserial_xbee/rosserial_xbee-0.7.4.ebuild
new file mode 100644
index ..ec22fe2
--- /dev/null
+++ b/dev-ros/rosserial_xbee/rosserial_xbee-0.7.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Tools to do point to multipoint communication between rosserial 
nodes connected to an xbee"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-python/pyserial[${PYTHON_USEDEP}]
+   dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rosserial_python[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 716c541412e515b12467911727ab5d1a3c9c8645
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:18:37 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716c5414

dev-ros/test_nodelet_topic_tools: Bump to 1.9.6.

Package-Manager: portage-2.3.1

 dev-ros/test_nodelet_topic_tools/Manifest  |  1 +
 .../test_nodelet_topic_tools-1.9.6.ebuild  | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/test_nodelet_topic_tools/Manifest 
b/dev-ros/test_nodelet_topic_tools/Manifest
index c4d44da..0303cf1 100644
--- a/dev-ros/test_nodelet_topic_tools/Manifest
+++ b/dev-ros/test_nodelet_topic_tools/Manifest
@@ -1,3 +1,4 @@
 DIST nodelet_core-1.9.3.tar.gz 33825 SHA256 
26256ff83c92db88b941e5d85ab2162fbcaa0f19ea066732c2de83255eed0001 SHA512 
d2560ef2c973aae297ffc5f139ed12308a0e4ac4477407e533402fbaf127c5aa4105548d01438b3bb17636df9587018a953bb6c0ae810996445bb1368c97f190
 WHIRLPOOL 
88bb8ef3a0b2138f2f1d5ff95c4328e22da4fc23313ba52447d5156b13c452284a9953f89de1d48838b96e226ff9ab929d6482c8b0ad847676aaa13e9b1f596d
 DIST nodelet_core-1.9.4.tar.gz 34236 SHA256 
60e694e8575db93e24a8ed9cbebae8c257f6f25aef33a0e7f92418f318fd9131 SHA512 
f2c49363029e8d53151433fa33162a3efb71750bfec55d68e2182ff385af0e65b983c6b4e75a270cb8754d02b295c9d2a68fd712bca1fd4df0d276c93ce3
 WHIRLPOOL 
3474aab9d5d51f0672deacd79dfc294dc7b962c617e390beda7ae6e40b89a1dd3ba05beb0c4066b0c95588ffaf1bdeca73debcb0112f4802252e89ec5e8eb98e
 DIST nodelet_core-1.9.5.tar.gz 34351 SHA256 
9432422b56a586828e75ec038f5400c3a92b0b108dd42bc331d8160972df012c SHA512 
a933a398881a86564c854caf238bdd21ebf3fba09608de004a50247c567e91054ce13b04d96468fcd556ac8841ac735e1510fa30c62bc27143e8d657c673f5ee
 WHIRLPOOL 
cc180edf74126ba724b96c6b270c5594961c8bc102d920973611368457e0f7f0f656cb9042ca0cb2b3803aafcd156d114be305868a340be07ea7723c2f703e1c
+DIST nodelet_core-1.9.6.tar.gz 38776 SHA256 
047976bd6fa7ccc44f8ea07850e3310729fcf7bc467a875b1c831e6cb611a801 SHA512 
6332f8413079e3c5bb8ad198cd9408c54dcb80536e09f38716502b1306cbdf2a23ac06cd03ff77e47bea4a588df89c49d376bf7f5c00421d686ca11d6a05
 WHIRLPOOL 
cb1e8c033663e1e507ad63879d5b0c7e58b26facfb2c706501969da488a5d587ea15a02b8912fcb6a4dad3dd48907ee6dcad9a1654aeb64b48497582e2b34e9d

diff --git 
a/dev-ros/test_nodelet_topic_tools/test_nodelet_topic_tools-1.9.6.ebuild 
b/dev-ros/test_nodelet_topic_tools/test_nodelet_topic_tools-1.9.6.ebuild
new file mode 100644
index ..fdee1e7
--- /dev/null
+++ b/dev-ros/test_nodelet_topic_tools/test_nodelet_topic_tools-1.9.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/nodelet_core";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Nodelet topic tools unit tests"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/message_filters
+   dev-ros/nodelet
+   dev-ros/nodelet_topic_tools
+   dev-ros/pluginlib
+   dev-ros/roscpp
+   dev-ros/rostest
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 3044e863f4cff362c89ace9f7626a35aec01ee95
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:13 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3044e863

dev-ros/rosserial_python: Bump to 0.7.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosserial_python/Manifest 
b/dev-ros/rosserial_python/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_python/Manifest
+++ b/dev-ros/rosserial_python/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_python/rosserial_python-0.7.4.ebuild 
b/dev-ros/rosserial_python/rosserial_python-0.7.4.ebuild
new file mode 100644
index ..ae37a0f
--- /dev/null
+++ b/dev-ros/rosserial_python/rosserial_python-0.7.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="A Python-based implementation of the ROS serial protocol"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-python/pyserial[${PYTHON_USEDEP}]
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 14d065f4f0956f0e2591b9e9a08c096a5b567df2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:18:29 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d065f4

dev-ros/nodelet_topic_tools: Bump to 1.9.6.

Package-Manager: portage-2.3.1

 dev-ros/nodelet_topic_tools/Manifest   |  1 +
 .../nodelet_topic_tools-1.9.6.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/nodelet_topic_tools/Manifest 
b/dev-ros/nodelet_topic_tools/Manifest
index c4d44da..0303cf1 100644
--- a/dev-ros/nodelet_topic_tools/Manifest
+++ b/dev-ros/nodelet_topic_tools/Manifest
@@ -1,3 +1,4 @@
 DIST nodelet_core-1.9.3.tar.gz 33825 SHA256 
26256ff83c92db88b941e5d85ab2162fbcaa0f19ea066732c2de83255eed0001 SHA512 
d2560ef2c973aae297ffc5f139ed12308a0e4ac4477407e533402fbaf127c5aa4105548d01438b3bb17636df9587018a953bb6c0ae810996445bb1368c97f190
 WHIRLPOOL 
88bb8ef3a0b2138f2f1d5ff95c4328e22da4fc23313ba52447d5156b13c452284a9953f89de1d48838b96e226ff9ab929d6482c8b0ad847676aaa13e9b1f596d
 DIST nodelet_core-1.9.4.tar.gz 34236 SHA256 
60e694e8575db93e24a8ed9cbebae8c257f6f25aef33a0e7f92418f318fd9131 SHA512 
f2c49363029e8d53151433fa33162a3efb71750bfec55d68e2182ff385af0e65b983c6b4e75a270cb8754d02b295c9d2a68fd712bca1fd4df0d276c93ce3
 WHIRLPOOL 
3474aab9d5d51f0672deacd79dfc294dc7b962c617e390beda7ae6e40b89a1dd3ba05beb0c4066b0c95588ffaf1bdeca73debcb0112f4802252e89ec5e8eb98e
 DIST nodelet_core-1.9.5.tar.gz 34351 SHA256 
9432422b56a586828e75ec038f5400c3a92b0b108dd42bc331d8160972df012c SHA512 
a933a398881a86564c854caf238bdd21ebf3fba09608de004a50247c567e91054ce13b04d96468fcd556ac8841ac735e1510fa30c62bc27143e8d657c673f5ee
 WHIRLPOOL 
cc180edf74126ba724b96c6b270c5594961c8bc102d920973611368457e0f7f0f656cb9042ca0cb2b3803aafcd156d114be305868a340be07ea7723c2f703e1c
+DIST nodelet_core-1.9.6.tar.gz 38776 SHA256 
047976bd6fa7ccc44f8ea07850e3310729fcf7bc467a875b1c831e6cb611a801 SHA512 
6332f8413079e3c5bb8ad198cd9408c54dcb80536e09f38716502b1306cbdf2a23ac06cd03ff77e47bea4a588df89c49d376bf7f5c00421d686ca11d6a05
 WHIRLPOOL 
cb1e8c033663e1e507ad63879d5b0c7e58b26facfb2c706501969da488a5d587ea15a02b8912fcb6a4dad3dd48907ee6dcad9a1654aeb64b48497582e2b34e9d

diff --git a/dev-ros/nodelet_topic_tools/nodelet_topic_tools-1.9.6.ebuild 
b/dev-ros/nodelet_topic_tools/nodelet_topic_tools-1.9.6.ebuild
new file mode 100644
index ..77fc2c4
--- /dev/null
+++ b/dev-ros/nodelet_topic_tools/nodelet_topic_tools-1.9.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/nodelet_core";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Common nodelet tools such as a mux, demux and throttle"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=[threads]
+   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+   dev-ros/message_filters
+   dev-ros/nodelet
+   dev-ros/pluginlib
+   dev-ros/roscpp
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 77e5636fe1b6b906b4d74f057c5b46be25903f87
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:18:25 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e5636f

dev-ros/nodelet: Bump to 1.9.6.

Package-Manager: portage-2.3.1

 dev-ros/nodelet/Manifest |  1 +
 dev-ros/nodelet/nodelet-1.9.6.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ros/nodelet/Manifest b/dev-ros/nodelet/Manifest
index c4d44da..0303cf1 100644
--- a/dev-ros/nodelet/Manifest
+++ b/dev-ros/nodelet/Manifest
@@ -1,3 +1,4 @@
 DIST nodelet_core-1.9.3.tar.gz 33825 SHA256 
26256ff83c92db88b941e5d85ab2162fbcaa0f19ea066732c2de83255eed0001 SHA512 
d2560ef2c973aae297ffc5f139ed12308a0e4ac4477407e533402fbaf127c5aa4105548d01438b3bb17636df9587018a953bb6c0ae810996445bb1368c97f190
 WHIRLPOOL 
88bb8ef3a0b2138f2f1d5ff95c4328e22da4fc23313ba52447d5156b13c452284a9953f89de1d48838b96e226ff9ab929d6482c8b0ad847676aaa13e9b1f596d
 DIST nodelet_core-1.9.4.tar.gz 34236 SHA256 
60e694e8575db93e24a8ed9cbebae8c257f6f25aef33a0e7f92418f318fd9131 SHA512 
f2c49363029e8d53151433fa33162a3efb71750bfec55d68e2182ff385af0e65b983c6b4e75a270cb8754d02b295c9d2a68fd712bca1fd4df0d276c93ce3
 WHIRLPOOL 
3474aab9d5d51f0672deacd79dfc294dc7b962c617e390beda7ae6e40b89a1dd3ba05beb0c4066b0c95588ffaf1bdeca73debcb0112f4802252e89ec5e8eb98e
 DIST nodelet_core-1.9.5.tar.gz 34351 SHA256 
9432422b56a586828e75ec038f5400c3a92b0b108dd42bc331d8160972df012c SHA512 
a933a398881a86564c854caf238bdd21ebf3fba09608de004a50247c567e91054ce13b04d96468fcd556ac8841ac735e1510fa30c62bc27143e8d657c673f5ee
 WHIRLPOOL 
cc180edf74126ba724b96c6b270c5594961c8bc102d920973611368457e0f7f0f656cb9042ca0cb2b3803aafcd156d114be305868a340be07ea7723c2f703e1c
+DIST nodelet_core-1.9.6.tar.gz 38776 SHA256 
047976bd6fa7ccc44f8ea07850e3310729fcf7bc467a875b1c831e6cb611a801 SHA512 
6332f8413079e3c5bb8ad198cd9408c54dcb80536e09f38716502b1306cbdf2a23ac06cd03ff77e47bea4a588df89c49d376bf7f5c00421d686ca11d6a05
 WHIRLPOOL 
cb1e8c033663e1e507ad63879d5b0c7e58b26facfb2c706501969da488a5d587ea15a02b8912fcb6a4dad3dd48907ee6dcad9a1654aeb64b48497582e2b34e9d

diff --git a/dev-ros/nodelet/nodelet-1.9.6.ebuild 
b/dev-ros/nodelet/nodelet-1.9.6.ebuild
new file mode 100644
index ..58e2592
--- /dev/null
+++ b/dev-ros/nodelet/nodelet-1.9.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/nodelet_core";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ros-catkin
+
+DESCRIPTION="Provides a way to run multiple algorithms in the same process 
with zero copy transport"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/bondcpp
+   dev-ros/cmake_modules
+   dev-ros/pluginlib
+   dev-ros/rosconsole
+   dev-ros/roscpp
+   dev-libs/boost:=
+   sys-apps/util-linux
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: d0e9f74df2bdad9c5e925be732c0d16a23c91060
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:33 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e9f74d

ros-meta/rosserial: Bump to 0.7.4.

Package-Manager: portage-2.3.1

 ros-meta/rosserial/Manifest   |  1 +
 ros-meta/rosserial/rosserial-0.7.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/rosserial/Manifest b/ros-meta/rosserial/Manifest
index ad2f9f6..660ebca 100644
--- a/ros-meta/rosserial/Manifest
+++ b/ros-meta/rosserial/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/ros-meta/rosserial/rosserial-0.7.4.ebuild 
b/ros-meta/rosserial/rosserial-0.7.4.ebuild
new file mode 100644
index ..cb48d14
--- /dev/null
+++ b/ros-meta/rosserial/rosserial-0.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage for core of rosserial"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosserial_arduino
+   dev-ros/rosserial_client
+   dev-ros/rosserial_embeddedlinux
+   dev-ros/rosserial_msgs
+   dev-ros/rosserial_python
+   dev-ros/rosserial_server
+   dev-ros/rosserial_tivac
+   dev-ros/rosserial_windows
+   dev-ros/rosserial_xbee
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 2d69e4076f4a27f6f29fcca5ae5c5654bd081a89
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:18 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d69e407

dev-ros/rosbuild: Bump to 1.13.4.

Package-Manager: portage-2.3.1

 dev-ros/rosbuild/Manifest   |  1 +
 dev-ros/rosbuild/rosbuild-1.13.4.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ros/rosbuild/Manifest b/dev-ros/rosbuild/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/rosbuild/Manifest
+++ b/dev-ros/rosbuild/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/rosbuild/rosbuild-1.13.4.ebuild 
b/dev-ros/rosbuild/rosbuild-1.13.4.ebuild
new file mode 100644
index ..637d630
--- /dev/null
+++ b/dev-ros/rosbuild/rosbuild-1.13.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=core/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Scripts for managing the CMake-based build system for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: f68a889139f410ec13689f6f66d6b3afcb25da41
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:05 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68a8891

dev-ros/rosserial_embeddedlinux: Bump to 0.7.4.

Package-Manager: portage-2.3.1

 dev-ros/rosserial_embeddedlinux/Manifest   |  1 +
 .../rosserial_embeddedlinux-0.7.4.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/rosserial_embeddedlinux/Manifest 
b/dev-ros/rosserial_embeddedlinux/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_embeddedlinux/Manifest
+++ b/dev-ros/rosserial_embeddedlinux/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git 
a/dev-ros/rosserial_embeddedlinux/rosserial_embeddedlinux-0.7.4.ebuild 
b/dev-ros/rosserial_embeddedlinux/rosserial_embeddedlinux-0.7.4.ebuild
new file mode 100644
index ..1d65423
--- /dev/null
+++ b/dev-ros/rosserial_embeddedlinux/rosserial_embeddedlinux-0.7.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Libraries and examples for ROSserial usage on Embedded Linux 
Enviroments"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rosserial_client[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 8ac616c3bca2ac15f79e3e159fddcb334549b248
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:14 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac616c3

dev-ros/mk: Bump to 1.13.4.

Package-Manager: portage-2.3.1

 dev-ros/mk/Manifest |  1 +
 dev-ros/mk/mk-1.13.4.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ros/mk/Manifest b/dev-ros/mk/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/mk/Manifest
+++ b/dev-ros/mk/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/mk/mk-1.13.4.ebuild b/dev-ros/mk/mk-1.13.4.ebuild
new file mode 100644
index ..686065b
--- /dev/null
+++ b/dev-ros/mk/mk-1.13.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=core/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="A collection of .mk include files for building ROS architectural 
elements"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 3ee9c640900b5cbc7e8fff293d455dbce3b93af2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:25 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee9c640

dev-ros/rosserial_windows: Bump to 0.7.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosserial_windows/Manifest 
b/dev-ros/rosserial_windows/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_windows/Manifest
+++ b/dev-ros/rosserial_windows/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_windows/rosserial_windows-0.7.4.ebuild 
b/dev-ros/rosserial_windows/rosserial_windows-0.7.4.ebuild
new file mode 100644
index ..543ae14
--- /dev/null
+++ b/dev-ros/rosserial_windows/rosserial_windows-0.7.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Libraries and examples for ROSserial usage on Windows Platforms"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rosserial_client[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 2490cb1f71aa6da828d1d75d44e809e250a2e126
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:08:55 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2490cb1f

dev-ros/rosclean: Bump to 1.13.4.

Package-Manager: portage-2.3.1

 dev-ros/rosclean/Manifest   |  1 +
 dev-ros/rosclean/rosclean-1.13.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/rosclean/Manifest b/dev-ros/rosclean/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/rosclean/Manifest
+++ b/dev-ros/rosclean/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/rosclean/rosclean-1.13.4.ebuild 
b/dev-ros/rosclean/rosclean-1.13.4.ebuild
new file mode 100644
index ..d14e719
--- /dev/null
+++ b/dev-ros/rosclean/rosclean-1.13.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Cleanup filesystem resources (e.g. log files)"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+PATCHES=( "${FILESDIR}/bb.patch" )



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

2016-09-22 Thread Alexis Ballier
commit: 35fcbceedf9b665cd4015376c88fd555fcb014f5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:00 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fcbcee

dev-ros/rosserial_client: Bump to 0.7.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosserial_client/Manifest 
b/dev-ros/rosserial_client/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_client/Manifest
+++ b/dev-ros/rosserial_client/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_client/rosserial_client-0.7.4.ebuild 
b/dev-ros/rosserial_client/rosserial_client-0.7.4.ebuild
new file mode 100644
index ..ac01cc3
--- /dev/null
+++ b/dev-ros/rosserial_client/rosserial_client-0.7.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Generalized client side source for rosserial"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf[${PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: 992cf578992eed07e1a6bfb81e6925df528cda57
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:08:51 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992cf578

dev-ros/rosboost_cfg: Bump to 1.13.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosboost_cfg/Manifest b/dev-ros/rosboost_cfg/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/rosboost_cfg/Manifest
+++ b/dev-ros/rosboost_cfg/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.13.4.ebuild 
b/dev-ros/rosboost_cfg/rosboost_cfg-1.13.4.ebuild
new file mode 100644
index ..0f8b6cc
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.13.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=tools/${PN}
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit ros-catkin
+
+DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: ccfeb02e6e73ccfbf12ce41ace8f9d556aa4c85e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:10 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfeb02e

dev-ros/rosunit: Bump to 1.13.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosunit/Manifest b/dev-ros/rosunit/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/rosunit/Manifest
+++ b/dev-ros/rosunit/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/rosunit/rosunit-1.13.4.ebuild 
b/dev-ros/rosunit/rosunit-1.13.4.ebuild
new file mode 100644
index ..5bacbf0
--- /dev/null
+++ b/dev-ros/rosunit/rosunit-1.13.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Unit-testing package for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"



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

2016-09-22 Thread Alexis Ballier
commit: 32da9c8f63993a03ad058863403945f492797bf9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:17:09 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32da9c8f

dev-ros/rosserial_msgs: Bump to 0.7.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosserial_msgs/Manifest b/dev-ros/rosserial_msgs/Manifest
index ad2f9f6..660ebca 100644
--- a/dev-ros/rosserial_msgs/Manifest
+++ b/dev-ros/rosserial_msgs/Manifest
@@ -1,3 +1,4 @@
 DIST rosserial-0.7.1.tar.gz 102204 SHA256 
203aeb4b1440da89f8e571372766f099d5d950901f0fa6991cc3b780aeca3331 SHA512 
f63cdc674e2510e8d2990894fe21fcce7760cef18a7ce42951a07898d089a185c137d6643ff062a5bb4dfd2da0bd1571c077811ea67e8aee84bc2ad66d3160c5
 WHIRLPOOL 
8fddee9f232fff9d463855649c16fb01b3c85e8576481b7ca90fd22b00d95ca243b28d59df82d51643354f8219a8c7cad429aaa4b8822fe07cf3be54cdf0dfc7
 DIST rosserial-0.7.2.tar.gz 143811 SHA256 
44abc49d02d9b0bddb7d07c73c1f0e8f633430e86f9b484a0bc9fce757b8797d SHA512 
d6f7250050f68884e943aa4cc59740506fa317ab60973deb25da824d8614a3fb7c16ed5ce2123e0eb181ab906d8f7156c3ba1ea480468a01df45ab682cddc2cd
 WHIRLPOOL 
9d1dcd9244bc11f8a4a4c57cf3bbd2eda0d4045687cac7593c4b5132c7bde6e8bbe28d23d4e473af283754a1413920e4f03de3dc673d98a61992442042a7e7c8
 DIST rosserial-0.7.3.tar.gz 143866 SHA256 
afe8fc4018805d97a70f959598c3928282d4a7b2513bcb7666196622018b1de9 SHA512 
3ae2eb7fe525fbcecdb1137c1492a729ec5cac4a57b648f08f02fa348566aaedb64cfc38f255c3872c28ffa46fcf2aa40e951556cc84698f5c4a396af454d5ad
 WHIRLPOOL 
e49ffeefd97016270384146e7d6714ca7b724619232955543b90f20436c971a371e96da68694128a1baa508a0c3dd51b728e4d31c3c8adad25ca6a04cbb3719a
+DIST rosserial-0.7.4.tar.gz 150244 SHA256 
fab84383e2344488414a8b7ffb37c237af01f7ea6976ab30fffe4ae8ad5b9558 SHA512 
a3b9590aeac0a557bee7fa2aa4b561f2dd83dcaff9033425c77cdeca572f4a4ba8fc30b21a3cd035e454e4997d99f9e6541d54739aa9051b9e22d84710e10e00
 WHIRLPOOL 
860efbcbbf6462905fb3ba894ba352513303b5477a2e9f8d19cfab78aa0f0809050d263ce9960391142d1df620cd2ba632a22d8c9412ccc234b1a1d9bb82505d

diff --git a/dev-ros/rosserial_msgs/rosserial_msgs-0.7.4.ebuild 
b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.4.ebuild
new file mode 100644
index ..c4d405c
--- /dev/null
+++ b/dev-ros/rosserial_msgs/rosserial_msgs-0.7.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-drivers/rosserial";
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for automatic topic configuration using rosserial"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: d7b9cbf4daef4636b0e1847cb2c8176f48210b03
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:25 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b9cbf4

dev-ros/roslib: Bump to 1.13.4.

Package-Manager: portage-2.3.1

 dev-ros/roslib/Manifest |  1 +
 dev-ros/roslib/roslib-1.13.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/roslib/Manifest b/dev-ros/roslib/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/roslib/Manifest
+++ b/dev-ros/roslib/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/roslib/roslib-1.13.4.ebuild 
b/dev-ros/roslib/roslib-1.13.4.ebuild
new file mode 100644
index ..6d8c1af
--- /dev/null
+++ b/dev-ros/roslib/roslib-1.13.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+ROS_SUBDIR=core/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Base dependencies and support libraries for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/rospkg-1.0.37[${PYTHON_USEDEP}]
+   dev-libs/boost:=[threads]
+   dev-ros/rospack
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-cpp/gtest
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"



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

2016-09-22 Thread Alexis Ballier
commit: aa85c4f1013201e556e2e2ebad82bcbce95278e1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:21 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa85c4f1

dev-ros/roslang: Bump to 1.13.4.

Package-Manager: portage-2.3.1

 dev-ros/roslang/Manifest  |  1 +
 dev-ros/roslang/roslang-1.13.4.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ros/roslang/Manifest b/dev-ros/roslang/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/roslang/Manifest
+++ b/dev-ros/roslang/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/roslang/roslang-1.13.4.ebuild 
b/dev-ros/roslang/roslang-1.13.4.ebuild
new file mode 100644
index ..774a5df
--- /dev/null
+++ b/dev-ros/roslang/roslang-1.13.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=core/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Common package for all ROS client libraries"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2016-09-22 Thread Alexis Ballier
commit: cc6884e55fbc6cdd0dcf6afe5e8a5312facc9303
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:09:06 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6884e5

dev-ros/rosmake: Bump to 1.13.4.

Package-Manager: portage-2.3.1

 dev-ros/rosmake/Manifest  |  1 +
 dev-ros/rosmake/rosmake-1.13.4.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/rosmake/Manifest b/dev-ros/rosmake/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/rosmake/Manifest
+++ b/dev-ros/rosmake/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/rosmake/rosmake-1.13.4.ebuild 
b/dev-ros/rosmake/rosmake-1.13.4.ebuild
new file mode 100644
index ..5de0ba1
--- /dev/null
+++ b/dev-ros/rosmake/rosmake-1.13.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="ROS dependency aware build tool"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"



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

2016-09-22 Thread Alexis Ballier
commit: 144d8b0e6c32f82529b21e100afe97bee8d5145d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 22 15:08:46 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 22 15:25:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144d8b0e

dev-ros/rosbash: Bump to 1.13.4.

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/rosbash/Manifest b/dev-ros/rosbash/Manifest
index fca3457..0300e5a 100644
--- a/dev-ros/rosbash/Manifest
+++ b/dev-ros/rosbash/Manifest
@@ -3,3 +3,4 @@ DIST ros-1.12.5.tar.gz 162845 SHA256 
13233fce9ad605c9a9d7da7c40df8babf6bf1ca6b5e
 DIST ros-1.13.1.tar.gz 165211 SHA256 
2860d84fd72930c847e57ae8a0c6bdc960a010e9c01688759ff1382ec1a74be3 SHA512 
7902fa33b4442feadd11ac8b965fbc7b94bbf9126320681bc83a067c5a2031f062ce0fe7585e482cac61c81cf2ef1b5dd92a37a4243908095d76869585962218
 WHIRLPOOL 
9f38f12b168ca8cbecae52322e9d0a5bfe6f2d10bed6b0ca133510b4002bf9ebfd7978b9f50d43fdbc0e33b685ee88297f806b26826fa25c6afac5c0ebe9b914
 DIST ros-1.13.2.tar.gz 165502 SHA256 
439fc4319009583eab5c4db0f25549dbb972bffb7956b25fee635b3c58237f2a SHA512 
d6a407ba1916667e7cae0f16f87d2a0ac49bc019195e423289e0f3380ca50404a21bcd8ee6212005bc3fa528ee7e8ae5dd0d993c5f213e5690509926f7984e26
 WHIRLPOOL 
f06b225c5cde0bf86d915edd51d84178b5b17c713107b0d3bc79d9523363b47de68483d5f6f834ba454ddff57b41c77e5b3fa2ca1fac5eb604e15195d0d5e888
 DIST ros-1.13.3.tar.gz 165919 SHA256 
294b33d01ec1016731e157bd0a604ed74189d5c964112b6d063bd5ef182d5eaf SHA512 
0f09560d526e9a016984774e9c32978b347e99bfcf7ca74c00379a5cd2191e4b51675f6156090cb19a3626818a6babcd9b850f4a5b7ac0b249c6fe34c767630e
 WHIRLPOOL 
143114407a49fcc2e58da8e644c8775e2afd6d7cbcbdcd0917936271b720126b3a0f0790602cf3d33070e0397185c224d43c50e5463d632c9460cc75ab83e6f9
+DIST ros-1.13.4.tar.gz 165984 SHA256 
dd8b763c6d5eda17f46ddafddfbaa980584a1b3e7ae345c2b25606a052393541 SHA512 
380bdf94a1cfde0981afe17bbcb45c17bcb6f5e8087b83394b372c9178ee33ba130f5347a39e2a71ce3b92eef2666c85480f41afd40807a0314cc606d83df6d8
 WHIRLPOOL 
1dbc20748864836cf19516fee6bd2338b4a1e93c40fbe212117533b45daa40c712bf405dc6e966088d862caa691336a7a8da96bc0d7e957ec24231c395264f36

diff --git a/dev-ros/rosbash/rosbash-1.13.4.ebuild 
b/dev-ros/rosbash/rosbash-1.13.4.ebuild
new file mode 100644
index ..4751e8f
--- /dev/null
+++ b/dev-ros/rosbash/rosbash-1.13.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Assorted shell commands for using ros with bash"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/catkin_prefix2.patch" )



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

2016-09-22 Thread Ian Stakenvicius
commit: c72b160f03e3103e9399de59c08265adef9c5093
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Sep 22 14:38:29 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Sep 22 14:38:29 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c72b160f

mail-client/thunderbird: sync with tree

 mail-client/thunderbird/Manifest   |  4 +--
 ...-45.3.0.ebuild => thunderbird-45.3.0-r2.ebuild} | 42 +-
 2 files changed, 35 insertions(+), 11 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 9355143..44812f3 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,7 +1,7 @@
 DIST enigmail-1.9.1.tar.gz 1736876 SHA256 
0393119725fa5931d9888a2a1c9796d440ee7975ca3d005eb63142768b10f993 SHA512 
5417d7744ff5b8299d9799059f62013e546fb74206782169e5ce6baa0950d96d1c8996c99ec902ca73b241fd1268966e0a7ad30c032a1706a0efbf06fefc311c
 WHIRLPOOL 
80cff68461edc743851de5a83cd04105f6689eb1289f46b72334a96b091dc430399a91b2ab004a39bd7cb04433ab0471dd07b44d39fc2eb3869487b07841fc5a
-DIST firefox-45.0-patches-04.tar.xz 18600 SHA256 
2ee0ab58e0a1db7b573dd7ac407dcb9a43a85dd295c5d6d263f72ce629c5290c SHA512 
cf5d4ddfe14dff92950baae066350ace0a503c5bdd9d837e4724fd2fb905a2fb540dcf34971531e79547dd62dfbf217d472f39ccc4802f34a245e24f406fdb5e
 WHIRLPOOL 
1461c61ba7e54b7a91c758fdf91fda22260eaff4148b3cccab8ccfd9d09a3d80c0314e999284d392d9e961c42cd9720d6d30ac190074f74d1e53ecb1afa1b1e3
+DIST firefox-45.0-patches-06.tar.xz 19792 SHA256 
4cacdb0ca1e710a0e3f577d5a1253ed14fab9a2d1cdaf83b3fa7bac86cfddef2 SHA512 
eec8ccb3d67144368cfad807cad847379bf9ee54c2394f8bf0bda121178b1036ec1d32bea67afad840dff38e1ef26c4c19569d4fa4b553b6e2719bf07a46e017
 WHIRLPOOL 
7bb6b8f59d86beb9178fbea8bdd372a016b62e00766daf9439e2e59d20635a21b3a218447b09ce7d6a4b601611013f9ad08e088ef8112a41bde9ce951d10bdad
 DIST gdata-provider-2.6-r1.tar.xz 83836 SHA256 
e181d5fe69e66f34719295790301e0d265c855be5f30df516c52dd3708d82158 SHA512 
e5fcf60c221590d1d904ce8c6a74da7208b118c2872a26267f4ee6d3e68eea466d44b979b7259a012a21e48eb5b470d52cc9e58584226fe04ce88ff698da495b
 WHIRLPOOL 
0e85fbb321edec0397b42808fd6320e245de35ddd1cf772545c432dbf26d8c28b042ba2c61bbde2abdbf4d5cca076436e6d678d6d636d3bcc562470d485df6c1
-DIST lightning-4.7.3.tar.xz 1134460 SHA256 
8834c59a58797af747805f9a67ebcc311607a98bea4d185689d7c35f024bce7b SHA512 
ebca7d74413a15f404ce094e5a4d047d79f250a04c6c1e78a3ab5aa49946e1e1ac81a1f7703bf2e631d841b98df66a21982788ee15af14eefe1d51eca29e1d48
 WHIRLPOOL 
34a28dcf707fe564433a663c2ac3efc79dff409cf22383425f38d4ac06184ac980f35a6ee81ab8e9d7030189538188ffe2d5fa426e0aa1cb8a11ebe6191a5fd1
+DIST lightning-4.7.3.repack.tar.xz 1927348 SHA256 
1602f5f7d0e51161ca2057ad3b7f77c976c5d6c9ef6a852afa607fc32fd9af61 SHA512 
19b66daeba7686ba59942e582ba5ae5feb8215ea97f1580cf42347b3ebcc4947775e40975b728091d0515051e5fcee01d73b29f78dc243c17dd1f0077f0d1627
 WHIRLPOOL 
0da115a00ad2be42999d316663ac45369d3157c344127e7b14f66b42354363b890a5087d01d44de5b87bd9499d7e20060da1d3e7e9d64629fae17ae0698bb9d1
 DIST thunderbird-38.0-patches-0.1.tar.xz 684 SHA256 
cd2a347b72a104e72d38e56bb92df3464e8820485119b4114dbd0bbda131a808 SHA512 
52c83af301be959e861dfec55b3c4bc60035387c606976bd29232c4cba077230edcadef242491e699fba10027d0408dd4f33fa320bcf96727afe149166ca02de
 WHIRLPOOL 
a378a0fa1b152f17681a5e389662fedfacd45a137b224f038d3c98ab4a024bcf9e753fb2fe018cdb7126fb710ee8baabdf7882540450ead2985070d0d1f12eb0
 DIST thunderbird-45.3.0-ar.xpi 490775 SHA256 
14e8349dd5c9d44870b31c12831878c41b3346065aef9dfa0b1e53afa01b86d3 SHA512 
c4fb9cac062925a07e2790e66a1ec86fec217be2c518715c884e6cfaa1471c83738d50a183c34aab0a4829b3d4d19c7d7a55c738a23260a69f38dad7d1821a67
 WHIRLPOOL 
0415605844fc8de1faeef9a795dc4f3158374d0bc1d1ad12d385f7c3f21042a8e1f012e4c3c6e7fbdf95a9dab74e0becc8e85cb7eef44ad2d610f0f25f999474
 DIST thunderbird-45.3.0-ast.xpi 428059 SHA256 
b029c48931513e7983c6f031b2d9f68e1d2a8b0265807af914c598ed35e69247 SHA512 
fc3b549cf3bcc761bdc310459c794aedeb5ea1969ec44bbaf3c4868d9dd7052ccd42ad801d286f8699bcdfa013ff68295d202aabce37597355064a298d382f39
 WHIRLPOOL 
d6ec61863348a054921d789558df329d003a95485a4a6ab88264cede1dd7421a0cc4d210aa653f33982120fdf617205c835956e48c20f735e0f2e8cee176eebe

diff --git a/mail-client/thunderbird/thunderbird-45.3.0.ebuild 
b/mail-client/thunderbird/thunderbird-45.3.0-r2.ebuild
similarity index 93%
rename from mail-client/thunderbird/thunderbird-45.3.0.ebuild
rename to mail-client/thunderbird/thunderbird-45.3.0-r2.ebuild
index f85141b..1b352bc 100644
--- a/mail-client/thunderbird/thunderbird-45.3.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.3.0-r2.ebuild
@@ -22,7 +22,7 @@ EMVER="1.9.1"
 
 # Patches
 PATCH="thunderbird-38.0-patches-0.1"
-PATCHFF="firefox-45.0-patches-04"
+PATCHFF="firefox-45.0-patches-06"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
 
@@ -38,10 +38,8 @@ if [[ ${MOZ_ESR} == 1 ]]; then
 fi
 MOZ_P="${PN}-${MOZ_PV}"
 
-
-MOZCONFIG_OPTI

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

2016-09-22 Thread Michał Górny
commit: 08b961e265a83575072951077e5ff4a46e633227
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 14:41:29 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 14:43:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b961e2

app-admin/systemrescuecd-x86: Bump to 4.8.2

 app-admin/systemrescuecd-x86/Manifest  |  1 +
 .../systemrescuecd-x86-4.8.2.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/app-admin/systemrescuecd-x86/Manifest 
b/app-admin/systemrescuecd-x86/Manifest
index 8c7107f..bb51454 100644
--- a/app-admin/systemrescuecd-x86/Manifest
+++ b/app-admin/systemrescuecd-x86/Manifest
@@ -12,3 +12,4 @@ DIST systemrescuecd-x86-4.7.2.iso 482217984 SHA256 
b0ac091ec2f4658e2a1503050
 DIST systemrescuecd-x86-4.7.3.iso 482799616 SHA256 
f3a30a11ade9c5dd631522a9bfad4b2d5b7e5b14d9ba65ec94d1cf441635bc7a SHA512 
42331496283b981661861e49448b17b0a4fd202f38024990a5aaf2572f300016e67f86ec3ec82adb4dc337a5275da858bf80fbb6a49886682298ffcea6c0d1f0
 WHIRLPOOL 
6f0ef187624b4a7da11e0a1f7d822ef964889c37bf5b66263ac3ccc83fba3b654c1d67a9831925608ecc20eeb42a40be5b3fc37fdcaedf06e4de30d1db7d7f2a
 DIST systemrescuecd-x86-4.8.0.iso 488042496 SHA256 
06e6847384063bbb67c1c8f0824e995046c9ff125ad07a4214b129efb9b18241 SHA512 
bfd3142149a9155e35d1add271265ae54074bfe2a8f658ca366dfdecfa893b683adb6206f11738d972df98cf7026c893d17ecebf8635c3cd5cd38cfd4c0b2e0e
 WHIRLPOOL 
93959e6c55b30c696d82e62d48ea54cdc67f1b8c2951d4a895ebd6d526802ddce21795f4fb787b62f830c10ff549d55360217ce609df9bc486bbf6dd6886d287
 DIST systemrescuecd-x86-4.8.1.iso 483315712 SHA256 
144cc9e936c5fa9d11232ac4d1717a8d0ae4b95a2b5f9c8548afab6fbe9cfbd2 SHA512 
0424fab36e2caf7e3e9dd7c334d57b7eb9a090e3d79c52ea8e003e05931558b48be5375ac49eaaa78141d179d7153c91c386a42d7ead8d56ef3113363b8ff692
 WHIRLPOOL 
5ded246b624cad86fa93c244e5b53f6edd28ddc8909c53fcfc8049de47a68a0811a4e83d78d94a95df559bdb99bfc22ef59d3b68326791199cdfe1b414ac6135
+DIST systemrescuecd-x86-4.8.2.iso 497338368 SHA256 
0daf5602899ae41f419fc7027f8f77b2c96a3e2a7d923acf65761619dc6c54d8 SHA512 
6467e383382edcd4a92aae60404b0f1451f6941c147dd911296f911a001d0002546d1fe4d4f49dc1eafc688aa53eaa07948b6f7f388fc87830ec1c58093b1135
 WHIRLPOOL 
4b2ac5f344abcd8974a30e092829ee4d9e32a7fe71aa7f598524394199f705b314ff535464dd31a4074dc3d9a0297fd7e583ef62b2bf8c1f262dd4a78d031229

diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.8.2.ebuild 
b/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.8.2.ebuild
new file mode 100644
index ..cb7c7b5
--- /dev/null
+++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.8.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant"
+HOMEPAGE="http://www.sysresccd.org/";
+# Large ISO mirroring explicitly approved by infra in bug #588766
+SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+isohybrid"
+
+DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"
+
+S=${WORKDIR}
+
+src_install() {
+   insinto "/usr/share/${PN%-*}"
+   doins "${DISTDIR}/${P}.iso"
+
+   if use isohybrid; then
+   set -- isohybrid -u "${ED}usr/share/${PN%-*}/${P}.iso"
+   echo "${@}"
+   "${@}" || die "${*} failed"
+   fi
+}
+
+pkg_postinst() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # no version newer than ours? we're the newest!
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   ln -f -s -v "${P}.iso" "${f}" || die
+   fi
+}
+
+pkg_postrm() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # if there is no version newer than ours installed
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   # and we are truly and completely uninstalled...
+   if [[ ! ${REPLACED_BY_VERSION} ]]; then
+   # then find an older version to set the symlink to
+   local newest_version=$(best_version 
"<${CATEGORY}/${PF}")
+
+   if [[ ${newest_version} ]]; then
+   # update the symlink
+   ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
+   else
+   # last version removed? clean up the symlink
+   rm -v "${f}" || die
+   # and the parent directory
+   rmdir "${f%/*}" || die
+   fi
+   fi
+   fi
+}



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

2016-09-22 Thread Ian Stakenvicius
commit: 0212f31a71a888eee7d437844630dfbc0ac9d73d
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Sep 21 20:39:10 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Sep 21 20:39:10 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=0212f31a

firefox ebuild cleanup and sync with gentoo repo

 .../files/xpcom-components-binutils-26.patch   |  15 -
 ...firefox-45.3.0.ebuild => firefox-45.4.0.ebuild} |   4 +-
 www-client/firefox/firefox-48.0.1.ebuild   | 366 -
 3 files changed, 2 insertions(+), 383 deletions(-)

diff --git a/www-client/firefox/files/xpcom-components-binutils-26.patch 
b/www-client/firefox/files/xpcom-components-binutils-26.patch
deleted file mode 100644
index 3daac80..000
--- a/www-client/firefox/files/xpcom-components-binutils-26.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-xpcom_components_Module.h,v 1.1 2016/04/27 16:36:50 ryoon Exp $
-
-* Workaround for binutils/GNU ld 2.26 from NetBSD/amd64 7.99.26
-
 a/xpcom/components/Module.h2016-01-23 23:23:51.0 +
-+++ b/xpcom/components/Module.h
-@@ -125,7 +125,7 @@ struct Module
- #define NSMODULE_SECTION __declspec(allocate(".kPStaticModules$M"), 
dllexport)
- #  elif defined(__GNUC__)
- #if defined(__ELF__)
--#  define NSMODULE_SECTION __attribute__((section(".kPStaticModules"), 
visibility("protected")))
-+#  define NSMODULE_SECTION __attribute__((section(".kPStaticModules"), 
visibility("default")))
- #elif defined(__MACH__)
- #  define NSMODULE_SECTION __attribute__((section("__DATA, 
.kPStaticModules"), visibility("default")))
- #elif defined (_WIN32)

diff --git a/www-client/firefox/firefox-45.3.0.ebuild 
b/www-client/firefox/firefox-45.4.0.ebuild
similarity index 98%
rename from www-client/firefox/firefox-45.3.0.ebuild
rename to www-client/firefox/firefox-45.4.0.ebuild
index 67eca1b..5d30a28 100644
--- a/www-client/firefox/firefox-45.3.0.ebuild
+++ b/www-client/firefox/firefox-45.4.0.ebuild
@@ -25,7 +25,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
 fi
 
 # Patch version
-PATCH="${PN}-45.0-patches-05"
+PATCH="${PN}-45.0-patches-06"
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
 
 MOZCONFIG_OPTIONAL_GTK3=1
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox";
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"

diff --git a/www-client/firefox/firefox-48.0.1.ebuild 
b/www-client/firefox/firefox-48.0.1.ebuild
deleted file mode 100644
index 353fb46..000
--- a/www-client/firefox/firefox-48.0.1.ebuild
+++ /dev/null
@@ -1,366 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-VIRTUALX_REQUIRED="pgo"
-WANT_AUTOCONF="2.1"
-MOZ_ESR=""
-
-# This list can be updated with scripts/get_langs.sh from the mozilla overlay
-MOZ_LANGS=( ach af an ar as ast az be bg bn-BD bn-IN br bs ca cak cs cy da de
-dsb el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL
-ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km kn ko lij lt
-lv mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl
-son sq sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW )
-
-# Convert the ebuild version to the upstream mozilla version, used by 
mozlinguas
-MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
-MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI
-MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
-
-if [[ ${MOZ_ESR} == 1 ]]; then
-   # ESR releases have slightly different version numbers
-   MOZ_PV="${MOZ_PV}esr"
-fi
-
-# Patch version
-PATCH="${PN}-48.0-patches-01"
-MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
-
-#MOZCONFIG_OPTIONAL_QT5=1 -- fails to build so leave it off until the code can 
be patched
-MOZCONFIG_OPTIONAL_GTK2ONLY=1
-MOZCONFIG_OPTIONAL_WIFI=1
-MOZCONFIG_OPTIONAL_JIT="enabled"
-
-inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v6.48 pax-utils fdo-mime autotools virtualx mozlinguas-v2
-
-DESCRIPTION="Firefox Web Browser"
-HOMEPAGE="http://www.mozilla.com/firefox";
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
-
-SLOT="0"
-LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist egl hardened +hwaccel pgo selinux +gmp-autoupdate test"
-RESTRICT="!bindist? ( bindist )"
-
-PATCH_URIS=( 
https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz
 )
-SRC_URI="${SRC_URI}
-   ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz
-   ${PATCH_URIS[@]}"
-
-ASM_DEPEND=">=dev-lang/yasm-1.1"
-
-RDEPEND="
-   >=dev-libs/nss-3.24
-   >=dev-libs/nspr-4.12
-   

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

2016-09-22 Thread Ian Stakenvicius
commit: 297d22524023edcc641078db5a9f6d8731b76857
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Sep 21 14:19:14 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Sep 21 14:19:14 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=297d2252

firefox-49.0 version bump

 www-client/firefox/Manifest| 87 +-
 ...efox-49.0_beta10.ebuild => firefox-49.0.ebuild} |  0
 2 files changed, 86 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index c64eaad..7c6a971 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -177,5 +177,90 @@ DIST firefox-48.0.1-xh.xpi 443337 SHA256 
a9e94c6178bcb4f004f39074ae2cee926c14787
 DIST firefox-48.0.1-zh-CN.xpi 469294 SHA256 
50ffc0e7ed6d3d7b005d10d5ca1ffa27733c2ab287abcb105f2966ab22f7314f SHA512 
c40e60119126a1cf6ecf31c059cb322b9fb1aa66d97b1bd85840834424373422afc94e80cf00e2a3fefbf39da1a1a9675661404d3da33aaa48ebfac1c6838dd4
 WHIRLPOOL 
f0711413a782b7a3524e85d0f5ee7f97bf1eb2cfb898f571aedfd4d85529b76471625b4ebef02c55e12a4c951a363d30367f3574fd304935049b8c43871b785a
 DIST firefox-48.0.1-zh-TW.xpi 471508 SHA256 
b1da8eedae18c96e0136c6dcb8eceb0cb4081bf7e353545072f4327b417315e7 SHA512 
1cb416f6f63c809e3d560d6a82517cb90fece7cb4e8f499d8c9307b13b361d9a47caa7c9d9b4aeb5fed87ccdf4db671986e90c5e8f7b12a1c648248e74556fe4
 WHIRLPOOL 
843d7b10affab5686debe4975aec7c728d4374e2023f6267ab05c367c144b1f57361c66634d239970dbda1e2f34690c30ae95805d7aee410ec24855f03c4f2e6
 DIST firefox-48.0.1.source.tar.xz 189465944 SHA256 
fcc08696dd40e42dc2bc2de99aed9ed9f15ac581364375b6bef2501c06ac5fe7 SHA512 
819f726a7e630f62e3d4019d8289341019941df2288e67b1d88d5b16c3ce8636a852ae098905be4f8f2f2049070ffcd008e49cf148f7a6fea7332d223f14a890
 WHIRLPOOL 
f7abb943fc6fb783c0a21af63f9a958edea3594a99150be255e5cb0f64a056b3bd605189d3ea9984e3a958a7856c53a44d66b9452716032f2b94167cb64b66c6
+DIST firefox-49.0-ach.xpi 427258 SHA256 
74e77ee93d9806f50d3ed4ba4a2e1140dd2043dea21fde04f07f2d861554feac SHA512 
801897e968a13bf788b48f68567e97a04887f0eaa0ba6fa1c4a24b17e35af56b056cb15a78571fb1d03396bd47b96d34ffa86093b290f65dc47a40ed24befdf7
 WHIRLPOOL 
54ffbfcebb99b98a06890ebc5ae70dbd360c4334e380de22c8f2d183ee75cc6522c51ef6deb88d0ee518addc065f725cc6b0598cde260a66acb3d13f04a3efda
+DIST firefox-49.0-af.xpi 436100 SHA256 
d4c11cf1f0b879c7a00c50e54a1fadb6e103cc5f3749bd9b5438eec68414dfcb SHA512 
594627f360f2eb4b6d09d8cd0dc008ccc0fc6eff5c8686b045adf9f9477fcbf4c8b65554286230ab3d6798a1047184f081bf0d63301f9a4eedeeeb174e0df846
 WHIRLPOOL 
b8fb929d3e094cb45c527194443a9d37c7b095e44209fec02285e8e3b3d543fd83b84334c805ffdbea7b612ce9890a3878c386ad6877827a344cf3e16e4e2daa
+DIST firefox-49.0-an.xpi 446086 SHA256 
18f91834bdf82d99a35c3615b2f212f425f1ffee980861c9a5ac143c3d64a44d SHA512 
0fbf6aad0c6cfbfe0c8d6b6f1cfba96a3905a90216e8f776df42073eb0f05e54195fad0bcc2bce2d5dae59d4a99c3bd8b4d6d0766f7a90faa7fcef8fe9df5c9c
 WHIRLPOOL 
9638ec08c7133a45eed44390277b7e6c48eaf9f5fef6f40a960202b4f313f6eaa35b5904c1a59ec3e35c9ebd75d8cd10619e4bb667ee9e8e745fb066649020c1
+DIST firefox-49.0-ar.xpi 471934 SHA256 
8a6d8c5dd590142c4adcad9416bab9ec1290c77c45adbe1bb67c32eab49a466b SHA512 
f50fcfdec8af6eed5d91d69f0f1fbb227ca85ceeb6e5d1086fbae7f5222c2909c152e22ad7f423f4d239f072c1bb06ff1ff4ff61a6be20c6d7c226dc76fffd96
 WHIRLPOOL 
a96b3fa4d3149ade549f95cecefaabca4e468b22ef25a507a37aaa75388ec360c968afe42f21b99e55b886a8b96bef343c96f188b6c3969e35ec19b39455c7e3
+DIST firefox-49.0-as.xpi 487353 SHA256 
20279a1e96b517010bbdcc1f53e8da7522a7ce7a77353b7cd05457c6ee5fc1f8 SHA512 
d47114a3bcabb1c64d591fb4258c747157689f1c2625d9ff65b2c4dd58b3ca45d70cd5028de564215bdb2fb901acfaf2a321df7784d95690db35ea4597e797d0
 WHIRLPOOL 
662429a256e9cbee7435e8b263cc6fabb64f12aa1e01ba78a9268b32ca6bac33dde2aab4da0e8e0229651334cc841739e38dcd394d2b507a3e542234c2c39225
+DIST firefox-49.0-ast.xpi 461422 SHA256 
4ee419fa0660c1ce125d4e8c43762ca0356456f793a1da62f5f330a8919a711d SHA512 
47985e0d9664ba562b52050a6e0b0f1c11e1024a9eac59112cc322133699d611dc30271b61499757876137f5b1ad0fbd62838dc39ce3f1b2ae2aa4e4c206e945
 WHIRLPOOL 
97659aeb7ab93afc2b8cee0f8646476a25268994db6723356a894a1e9152f49581565e78c2401b191723d7459246f71abe503f0aa8fdc7f1045eb26d5c33826a
+DIST firefox-49.0-az.xpi 453807 SHA256 
41f0bd1f57dffb040812d6348908f8326344241eaca47ef6d43e97f0cb5623ae SHA512 
9a2568c70a15272082ded8e855ee4d77cac9670f23a68996d7db057135c9a231f97b45cfcd6f96b8cd261b8b48900958e5ad0043eba44e5708bac81705e82f22
 WHIRLPOOL 
0db92fe2122522eed777c0f83188f72134f87ac39bbfdaa341a80ba3b5d7ed4913da6dccbdac3fbec185b79fb3002b1eaad77236b9c8d9b594870a5fab85455e
+DIST firefox-49.0-be.xpi 457911 SHA256 
d41263ee0feadf39935a0c80903b2774b56d9117393cd299583838f6fd58e0c1 SHA512 
429cb8b15b4e6be45463cde17187384e01431538d44df1fccd77a62435f25690d20dee580331ca76d81a5ebb5e1ee81d9965ca79882dba1dd6e4dcfbca7dc6d4
 WHIRLPOOL 
ac92400d72d3506d8c22fd32d57c3e875d537d933c004f94819edf5b8ac14fd66c8619a3e450793c4a99d7a83b5f

[gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-archive/

2016-09-22 Thread Lars Wendler
commit: 31da02b2430c91850ee07e8dc1e027b4807660d5
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 22 14:20:02 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 22 14:20:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31da02b2

sys-devel/autoconf-archive: Bump to version 2016.09.16

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

 sys-devel/autoconf-archive/Manifest|  1 +
 .../autoconf-archive-2016.09.16.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/sys-devel/autoconf-archive/Manifest 
b/sys-devel/autoconf-archive/Manifest
index 6049dba..9aefd93 100644
--- a/sys-devel/autoconf-archive/Manifest
+++ b/sys-devel/autoconf-archive/Manifest
@@ -2,3 +2,4 @@ DIST autoconf-archive-2015.02.04.tar.xz 575956 SHA256 
dfd460d23a9690322dee29a355
 DIST autoconf-archive-2015.02.24.tar.xz 578536 SHA256 
69715bdd078f552ca85e498a94543e11cb8bcdf0359e659b84d84d19372b0dc5 SHA512 
111cb9ba8abac766dd9dc7d96cd3a4a3f845430a3f3365712765eb61adc00f3d278ae0ddbda950a08c2a34091023a2d889896f716b0379d7f328eae35a246e17
 WHIRLPOOL 
c8dcd24520da545a4e1a909f83d8d0a41491eac723714437e486e5fa8e335f097e751990f5513e67cc7bd6e8f328b2ef5faeb22407c5b8daec089e3a9255c7d5
 DIST autoconf-archive-2015.09.25.tar.xz 597216 SHA256 
7c0467a5dbd2340153bca5a477bd92fbc951d9ee3cbed92f16f6bf08ac0c350a SHA512 
9bbcc2d73229b2fc76302bb1430303c6115a39249f1ad034c4cf0530c4c8dc0934a75d5d95c20a2ea3bed7a46554a14202c60a034d1f2f0f2eb1c46e4095a606
 WHIRLPOOL 
2c2a4fd39cf5f1557b5faeada009cea59782002c696f175551515432fbf10db3f305c935e01f092bf2298547bc76819a253f76459c893ae687046fb324953337
 DIST autoconf-archive-2016.03.20.tar.xz 613612 SHA256 
88fb2efff640eddd28a52ae550ff5561bca3bd2bba09e1d7b0580e719875e437 SHA512 
194d639d82a3377cdaf843c4a49d3ce3843ea37499b169124ddd2fca1800c0a559e27087a062109482b22f68b30f25ebb6da4b769eb6174d6e781162c83703b3
 WHIRLPOOL 
4121ea032bb0708d3d231cb5f11d539b68fe9533fbea8a30ef4a32446c2f9c2b11404c8160a528b1cbc642054830bc4ba6cfc0bc8d277adafbf1975c3a6dd2f3
+DIST autoconf-archive-2016.09.16.tar.xz 624536 SHA256 
e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82 SHA512 
968fe6c274cfa804526b571c5c9e83e882103c8bfe52741c421bad0f216dd80c0de959db33b8e26d75ca11096b9f36f7d00468d7a6de400920b9a2eacfb91495
 WHIRLPOOL 
3d0e5fe15080f7fc75c84b17a76947b9e63613ab4a2bcdbf84da29d80e8cbf1e30e0f0b0b8060b4c03c1bde287caeaae1ffc19e49cda20891985c9b4e2cb1f2d

diff --git a/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild 
b/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild
new file mode 100644
index ..42e8ab2
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="GNU Autoconf Macro Archive"
+HOMEPAGE="https://www.gnu.org/software/autoconf-archive/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+# File collisions. #540246
+RDEPEND="!=gnome-base/gnome-common-3.14.0
+   !>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]"
+DEPEND=""
+
+src_install() {
+   default
+   rm -r "${ED}/usr/share/${PN}" || die
+}



  1   2   >