[gentoo-commits] repo/gentoo:master commit in: app-editors/mg/

2016-10-06 Thread Ulrich Müller
commit: 06f8100a922253b36fc555474bd776776a393c4c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Oct  7 05:30:26 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Oct  7 05:30:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f8100a

app-editors/mg: Remove old.

Package-Manager: portage-2.3.1

 app-editors/mg/Manifest   |  1 -
 app-editors/mg/mg-20160905.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/app-editors/mg/Manifest b/app-editors/mg/Manifest
index 9942e54..e8467b3 100644
--- a/app-editors/mg/Manifest
+++ b/app-editors/mg/Manifest
@@ -1,5 +1,4 @@
 DIST mg-20150323.tar.gz 142105 SHA256 
d71b24d47d3e1426f162e446d92dfa457df96dd47c1289419cba9fd14c2c3afb SHA512 
747a04c203509cdbe84d9cea6c5be93585cdd5cb855b556ea5dee273a2923a4a68bee3f952cf92d584fcdd682049cb4442c21888304ba036851127174457351f
 WHIRLPOOL 
bdba74b62034a6613434fc3efea7b56fa1599b6059ab97dbd760b013be7dc50ab13dfcee3f5fb1f41f4c26c3f0146583680134d3809ec7977a14a28cb345c6db
 DIST mg-20160421.tar.gz 145187 SHA256 
b5dd8fbecb8a0ff0f32588c448f22f25fafcbfb297857e76d2883598a3e63a9a SHA512 
7a4fb9d8958952a1b430bda88cafa251aab74691073d103941bfc2cce495ad3831b2c722db044791d61ae2aee9a5a9acaedde0090964129822c94745d89469ed
 WHIRLPOOL 
9a040a69c9d57232c411da3859e80c84f2f250f2fd78cd2799cfb82243fdd9d01d374edb23de44d6eb94b9ab86009458b3c7c4cf34b738c45d4622e6c67dc99b
-DIST mg-20160905.tar.gz 144991 SHA256 
72c14476f98e341a01520f09ab8dfdd52663498d9dc14d0831c31697a08b8349 SHA512 
7ee51739ef15c70e28e81b8da70d9d85534c6f5d7ddf3c8530dad8b9be73c6b519c002b219cdc782e8080fbe4cc5c09a33e6eb88b1e7b4e6771b2f5d5cff9213
 WHIRLPOOL 
b7f17f91f366e63ae3da002af245eb66ee682748df9d7bdb53fb14cd474b44593d0e0e4f73ed26f727ec71dd39e4f3385e6bac9670b094e38fb4486f79398c09
 DIST mg-20160912.tar.gz 145176 SHA256 
0b050456b78d767d13839486e01705de6acf407f27052c204505e166eb698176 SHA512 
6a4c8fd28c71eec27191f664fe8dcc13a2d9b05bb43677579ddb84fec016cbb91bacea1998c3c15bfc87a455a8fc31abc3c633ce7d334e433ce0768ab8e9b737
 WHIRLPOOL 
f20a62e81b33c606f34ef6e9d30dd7a6b9223728734b4c518370b6af330f454954748903fe3962f5c2b7cda5f6e5deb567be91588895c61a2b362a43c6b5b8d9
 DIST mg-20161005.tar.gz 140797 SHA256 
b7fcb5136a6783ca24c8463ab0852fc1f26bdb2bb1c24759b2c51ccfc46c5e61 SHA512 
3ec2e10d0cd427f9543818690fdd469b64e6eb5d061a221eb7b18566dfb1965ee68cea7c83e4e4ae9b2d6027a0803aacfc815390571ac550bc0b7004b46972ae
 WHIRLPOOL 
4cfb72313b8181acc40b1cd06269f2162198302d2e088a7b04263af4b127071adbe9725aed2ecdf6cd3854a9e9c9df9173a75bf7a83cf2492a68df9d297d

diff --git a/app-editors/mg/mg-20160905.ebuild 
b/app-editors/mg/mg-20160905.ebuild
deleted file mode 100644
index b221969..
--- a/app-editors/mg/mg-20160905.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="MicroGnuEmacs, a port from the BSDs"
-HOMEPAGE="http://homepage.boetes.org/software/mg/;
-SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE="livecd"
-
-RDEPEND="sys-libs/ncurses:0
-   !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   # remove OpenBSD specific easter egg
-   sed -i -e 's/theo\.o//' GNUmakefile || die
-   sed -i -e '/theo_init/d' main.c || die
-
-   # fix path to tutorial in man page
-   sed -i -e "s:doc/mg/:doc/${PF}/:" mg.1 || die
-
-   eapply_user
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_install()  {
-   dobin mg
-   doman mg.1
-   dodoc README tutorial
-   # don't compress the tutorial, otherwise mg cannot open it
-   docompress -x /usr/share/doc/${PF}/tutorial
-}
-
-pkg_postinst() {
-   if use livecd; then
-   [[ -e ${EROOT}/usr/bin/emacs ]] || ln -s mg 
"${EROOT}"/usr/bin/emacs
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/mg/

2016-10-06 Thread Ulrich Müller
commit: 915607aec89e617d47466075b270be5ee510
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Oct  7 05:28:50 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Oct  7 05:28:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915607ae

app-editors/mg: Version bump.

Package-Manager: portage-2.3.1

 app-editors/mg/Manifest   |  1 +
 app-editors/mg/mg-20161005.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/app-editors/mg/Manifest b/app-editors/mg/Manifest
index d1f5275..9942e54 100644
--- a/app-editors/mg/Manifest
+++ b/app-editors/mg/Manifest
@@ -2,3 +2,4 @@ DIST mg-20150323.tar.gz 142105 SHA256 
d71b24d47d3e1426f162e446d92dfa457df96dd47c
 DIST mg-20160421.tar.gz 145187 SHA256 
b5dd8fbecb8a0ff0f32588c448f22f25fafcbfb297857e76d2883598a3e63a9a SHA512 
7a4fb9d8958952a1b430bda88cafa251aab74691073d103941bfc2cce495ad3831b2c722db044791d61ae2aee9a5a9acaedde0090964129822c94745d89469ed
 WHIRLPOOL 
9a040a69c9d57232c411da3859e80c84f2f250f2fd78cd2799cfb82243fdd9d01d374edb23de44d6eb94b9ab86009458b3c7c4cf34b738c45d4622e6c67dc99b
 DIST mg-20160905.tar.gz 144991 SHA256 
72c14476f98e341a01520f09ab8dfdd52663498d9dc14d0831c31697a08b8349 SHA512 
7ee51739ef15c70e28e81b8da70d9d85534c6f5d7ddf3c8530dad8b9be73c6b519c002b219cdc782e8080fbe4cc5c09a33e6eb88b1e7b4e6771b2f5d5cff9213
 WHIRLPOOL 
b7f17f91f366e63ae3da002af245eb66ee682748df9d7bdb53fb14cd474b44593d0e0e4f73ed26f727ec71dd39e4f3385e6bac9670b094e38fb4486f79398c09
 DIST mg-20160912.tar.gz 145176 SHA256 
0b050456b78d767d13839486e01705de6acf407f27052c204505e166eb698176 SHA512 
6a4c8fd28c71eec27191f664fe8dcc13a2d9b05bb43677579ddb84fec016cbb91bacea1998c3c15bfc87a455a8fc31abc3c633ce7d334e433ce0768ab8e9b737
 WHIRLPOOL 
f20a62e81b33c606f34ef6e9d30dd7a6b9223728734b4c518370b6af330f454954748903fe3962f5c2b7cda5f6e5deb567be91588895c61a2b362a43c6b5b8d9
+DIST mg-20161005.tar.gz 140797 SHA256 
b7fcb5136a6783ca24c8463ab0852fc1f26bdb2bb1c24759b2c51ccfc46c5e61 SHA512 
3ec2e10d0cd427f9543818690fdd469b64e6eb5d061a221eb7b18566dfb1965ee68cea7c83e4e4ae9b2d6027a0803aacfc815390571ac550bc0b7004b46972ae
 WHIRLPOOL 
4cfb72313b8181acc40b1cd06269f2162198302d2e088a7b04263af4b127071adbe9725aed2ecdf6cd3854a9e9c9df9173a75bf7a83cf2492a68df9d297d

diff --git a/app-editors/mg/mg-20161005.ebuild 
b/app-editors/mg/mg-20161005.ebuild
new file mode 100644
index ..ff162ce
--- /dev/null
+++ b/app-editors/mg/mg-20161005.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="MicroGnuEmacs, a port from the BSDs"
+HOMEPAGE="http://homepage.boetes.org/software/mg/;
+SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+IUSE="livecd"
+
+RDEPEND="sys-libs/ncurses:0
+   !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   # fix path to tutorial in man page
+   sed -i -e "s:doc/mg/:doc/${PF}/:" mg.1 || die
+
+   eapply_user
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install()  {
+   dobin mg
+   doman mg.1
+   dodoc README tutorial
+   # don't compress the tutorial, otherwise mg cannot open it
+   docompress -x /usr/share/doc/${PF}/tutorial
+}
+
+pkg_postinst() {
+   if use livecd; then
+   [[ -e ${EROOT}/usr/bin/emacs ]] || ln -s mg 
"${EROOT}"/usr/bin/emacs
+   fi
+}



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

2016-10-06 Thread Jason Zaman
commit: 74f0a26fe863280590969a991df6a462ddd3c947
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:23:27 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:23:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f0a26f

sys-libs/libselinux: stable 2.5-r1

Package-Manager: portage-2.3.0

 sys-libs/libselinux/libselinux-2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libselinux/libselinux-2.5-r1.ebuild 
b/sys-libs/libselinux/libselinux-2.5-r1.ebuild
index 51e5c29..a93562f 100644
--- a/sys-libs/libselinux/libselinux-2.5-r1.ebuild
+++ b/sys-libs/libselinux/libselinux-2.5-r1.ebuild
@@ -22,7 +22,7 @@ if [[ ${PV} ==  ]] ; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2016-10-06 Thread Jason Zaman
commit: 0a9792f94689097c5a5c9ce9484381d4817e8066
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:20:40 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:20:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9792f9

sys-apps/secilc: stable 2.5

Package-Manager: portage-2.3.0

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

diff --git a/sys-apps/secilc/secilc-2.5.ebuild 
b/sys-apps/secilc/secilc-2.5.ebuild
index 9b5d6da..582d20b 100644
--- a/sys-apps/secilc/secilc-2.5.ebuild
+++ b/sys-apps/secilc/secilc-2.5.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${MY_P}/${PN}"
 else

SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2016-10-06 Thread Jason Zaman
commit: d5f4fba4e797b4a3d8b4b6f6df0e87e8f2fb38e4
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 03:48:14 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:18:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f4fba4

sys-libs/libsepol: bump to 2.6_rc2

Package-Manager: portage-2.3.0

 sys-libs/libsepol/Manifest | 2 +-
 sys-libs/libsepol/{libsepol-2.6_rc1.ebuild => libsepol-2.6_rc2.ebuild} | 2 +-
 sys-libs/libsepol/libsepol-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/libsepol/Manifest b/sys-libs/libsepol/Manifest
index 4ebb4e5..56be1dd 100644
--- a/sys-libs/libsepol/Manifest
+++ b/sys-libs/libsepol/Manifest
@@ -1,2 +1,2 @@
 DIST libsepol-2.5.tar.gz 438730 SHA256 
2bdeec56d0a08b082b93b40703b4b3329cc5562152f7254d8f6ef6b56afe850a SHA512 
ea781a9a61ee7036abd221422f411451e15d01202de64b167c61886644d6e9ec81916dd770bc644ba2453ff177ac91f280be63df0e20b469b4f778ce3bfdedd9
 WHIRLPOOL 
f1a4614eae84cd07eb909c88342628d5abd3db6123907c437c680e39930137f5d07f91ce46353fbd73f42d97126f1b70dffba814d791f3931e116daf391f4531
-DIST libsepol-2.6-rc1.tar.gz 441953 SHA256 
467e69a1937effeac24c5a3dbdd76bc9967d83bd80deaa95bd28cee8cadda063 SHA512 
3ec5627bf525a3499fb19464fc412c5ac2326365899b72b18d8d754003c34c1ac300c0fe359ae9e8f5ac3466a1c9c096716aa78ca00e31c6c78ee02ef62d822c
 WHIRLPOOL 
0b0b61bccb6a018266998e43ae77908900775c291f3316a11fda697fbd91b2b9a8c3a1d7ee084b70ca9348c5b6ca23a0e9719cbd5972424d94b7c820ce51812c
+DIST libsepol-2.6-rc2.tar.gz 442673 SHA256 
6c68aebc6fadc69e396d2d113b0862be64215231c39fdbacff552ee5b4b678a4 SHA512 
1049932d951e9da9139b7372e3f54009aeebb0b1617c09f9d175e6a3fab853ce05c6f1cf7bc746b2b1ca87b24949914ad8c17f2a38ea5f0aa20b847061d22b8c
 WHIRLPOOL 
f874054310f827c36a6d96a2f0e9b944c97423e14a63e25b801c3c3a4c2136d815271a19d47249b372739cf6873709d9356414b3b6198ee54edf70df979d3fd8

diff --git a/sys-libs/libsepol/libsepol-2.6_rc1.ebuild 
b/sys-libs/libsepol/libsepol-2.6_rc2.ebuild
similarity index 97%
rename from sys-libs/libsepol/libsepol-2.6_rc1.ebuild
rename to sys-libs/libsepol/libsepol-2.6_rc2.ebuild
index 521d776..c9f9cf4 100644
--- a/sys-libs/libsepol/libsepol-2.6_rc1.ebuild
+++ b/sys-libs/libsepol/libsepol-2.6_rc2.ebuild
@@ -7,7 +7,7 @@ EAPI="6"
 inherit multilib toolchain-funcs multilib-minimal
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 DESCRIPTION="SELinux binary policy representation library"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;

diff --git a/sys-libs/libsepol/libsepol-.ebuild 
b/sys-libs/libsepol/libsepol-.ebuild
index 521d776..c9f9cf4 100644
--- a/sys-libs/libsepol/libsepol-.ebuild
+++ b/sys-libs/libsepol/libsepol-.ebuild
@@ -7,7 +7,7 @@ EAPI="6"
 inherit multilib toolchain-funcs multilib-minimal
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 DESCRIPTION="SELinux binary policy representation library"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;



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

2016-10-06 Thread Jason Zaman
commit: 305cc96dfcabc1557a6a2e358985aa9f63e5c5b1
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:12:12 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:18:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305cc96d

sys-apps/secilc: bump to 2.6_rc2

Package-Manager: portage-2.3.0

 sys-apps/secilc/Manifest | 2 +-
 sys-apps/secilc/{secilc-2.6_rc1.ebuild => secilc-2.6_rc2.ebuild} | 2 +-
 sys-apps/secilc/secilc-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
index 8ff1a20..b033e61 100644
--- a/sys-apps/secilc/Manifest
+++ b/sys-apps/secilc/Manifest
@@ -1,2 +1,2 @@
 DIST secilc-2.5.tar.gz 174642 SHA256 
4303d911c06ee5c207e00f778ca786c1a6efa2554a562f5d014dbc0d2f4cc4a4 SHA512 
7f7b6fb72bee7018f7a591e6a7d8f58a81ed0e1ec914e0792ccd57a550756a5e21c6359e35ad2fe29225a0bd352637d01288721de3b95a9a175bb3ab052620b9
 WHIRLPOOL 
e674039433041f527a1346ad64887254fa4d7f37f3125b08edcf1e16e23f1d40e1b1151cf6e10d4875d849c43a6b39af0069185303f23b5f331b39c1433deb0e
-DIST secilc-2.6-rc1.tar.gz 174555 SHA256 
201b30905e84704d0083f8bc20322c2e2f44b0b047234364fb654a5525c0ec5e SHA512 
4e2608bbe3b970bed9838dcf9518e06cd049cd3bb977e83a6e1072390867edc519bac12b02dd8130cf3af5c3a2b1571910d6033c5ccb58d479e6b3b853d105c2
 WHIRLPOOL 
8390e497e5b3c2bcda72cc64342dc29b44318b4df465b6e128126f716f8db060112778a9cba36a5341ac0189acb44630f5c97b2e876047d882d060d4d276b7f4
+DIST secilc-2.6-rc2.tar.gz 174560 SHA256 
3a1b993edb6f135e49b00890b1d2ab9ad983db60ae23f2be175c031f913636f8 SHA512 
0cfbc771918df67b2ac1862408f97fc1e09101b3a47c5b27915e879ca3139d39b97a5ed90e3067cec9f047244a245af6bd552025cb2448727f8721c53ab3f611
 WHIRLPOOL 
d75f4d0f1caa273989ef8b11dc4b839ccc61de4538a762f586e922dfdfbfe357c39e07bad9995996459abed6213b4233f6de1e0591f2bc3d2ee5ceb12ed27656

diff --git a/sys-apps/secilc/secilc-2.6_rc1.ebuild 
b/sys-apps/secilc/secilc-2.6_rc2.ebuild
similarity index 96%
rename from sys-apps/secilc/secilc-2.6_rc1.ebuild
rename to sys-apps/secilc/secilc-2.6_rc2.ebuild
index 2d316f8..5c7439f 100644
--- a/sys-apps/secilc/secilc-2.6_rc1.ebuild
+++ b/sys-apps/secilc/secilc-2.6_rc2.ebuild
@@ -5,7 +5,7 @@
 EAPI="6"
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 

diff --git a/sys-apps/secilc/secilc-.ebuild 
b/sys-apps/secilc/secilc-.ebuild
index 2d316f8..5c7439f 100644
--- a/sys-apps/secilc/secilc-.ebuild
+++ b/sys-apps/secilc/secilc-.ebuild
@@ -5,7 +5,7 @@
 EAPI="6"
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 



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

2016-10-06 Thread Jason Zaman
cpy);
-   pathdnamer = realpath(pathdname, NULL);
--  if (!pathdnamer)
-+  free(dirname_cpy);
-+  if (!pathdnamer) {
-+  free(basename_cpy);
-   goto realpatherr;
-+  }
-   if (!strcmp(pathdnamer, "/"))
-   error = asprintf(, "/%s", pathbname);
-   else
-   error = asprintf(, "%s/%s",
-   pathdnamer, pathbname);
--  if (error < 0)
-+  if (error < 0) {
-+  free(basename_cpy);
-   goto oom;
-+  }
-   }
-+  free(basename_cpy);
-   } else {
-   pathname = strdup(pathname_orig);
-   if (!pathname)
--- 
-2.7.3
-

diff --git a/sys-libs/libselinux/libselinux-2.6_rc1-r1.ebuild 
b/sys-libs/libselinux/libselinux-2.6_rc2.ebuild
similarity index 97%
rename from sys-libs/libselinux/libselinux-2.6_rc1-r1.ebuild
rename to sys-libs/libselinux/libselinux-2.6_rc2.ebuild
index fe8c78b..0c6c842 100644
--- a/sys-libs/libselinux/libselinux-2.6_rc1-r1.ebuild
+++ b/sys-libs/libselinux/libselinux-2.6_rc2.ebuild
@@ -11,7 +11,7 @@ inherit multilib python-r1 toolchain-funcs multilib-minimal
 
 MY_P="${P//_/-}"
 SEPOL_VER="${PV}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 DESCRIPTION="SELinux userland library"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;
@@ -47,7 +47,6 @@ DEPEND="${RDEPEND}
 src_prepare() {
if [[ ${PV} !=  ]] ; then
# If needed for live builds, place them in /etc/portage/patches
-   eapply 
"${FILESDIR}/libselinux-2.6-0001-libselinux-selinux_restorecon-fix-realpath-logic.patch"
eapply 
"${FILESDIR}/libselinux-2.6-0005-use-ruby-include-with-rubylibver.patch"
eapply 
"${FILESDIR}/libselinux-2.6-0007-build-related-fixes-bug-500674.patch"
fi

diff --git a/sys-libs/libselinux/libselinux-.ebuild 
b/sys-libs/libselinux/libselinux-.ebuild
index 84092cb..0c6c842 100644
--- a/sys-libs/libselinux/libselinux-.ebuild
+++ b/sys-libs/libselinux/libselinux-.ebuild
@@ -11,7 +11,7 @@ inherit multilib python-r1 toolchain-funcs multilib-minimal
 
 MY_P="${P//_/-}"
 SEPOL_VER="${PV}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 DESCRIPTION="SELinux userland library"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;



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

2016-10-06 Thread Jason Zaman
commit: 90c69478937831749a838ef6da3a82ba53c88ce7
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:16:58 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:18:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c69478

dev-python/sepolgen: bump to 2.6_rc2

Package-Manager: portage-2.3.0

 dev-python/sepolgen/Manifest| 2 +-
 .../sepolgen/{sepolgen-2.6_rc1.ebuild => sepolgen-2.6_rc2.ebuild}   | 2 +-
 dev-python/sepolgen/sepolgen-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/sepolgen/Manifest b/dev-python/sepolgen/Manifest
index 90ecff1..4446827 100644
--- a/dev-python/sepolgen/Manifest
+++ b/dev-python/sepolgen/Manifest
@@ -1,2 +1,2 @@
 DIST sepolgen-1.2.3.tar.gz 367644 SHA256 
3ee1745257fa55301070219c77978c7c9eeb9aa595ce0b6b29c3baa4687d5cf0 SHA512 
5fe023f983dc0fe1855da24835cb9bb466ac6c44d07fa939416740ca64968c039be2febff79b2a4c593e54c5ae81448dd06020e9160e4f84eea95d8c0d2b910f
 WHIRLPOOL 
65c663a3398f1ae64e8bf233828701481ac2ee68fa75f2271596628c7dcc80c1193166cfb950f8faa86988c0b309cfbb59f15f38131a9f1f2680b754518bba11
-DIST sepolgen-2.6-rc1.tar.gz 367934 SHA256 
5d1ee9a86d75f08b3443e4f17a9098bf3bdc7d2a77a64dcdd5d6230f6d4621cb SHA512 
80fe7a3a30d632d0736ca69527ecacded1a35cc2115fcaab526f8eed56f12d77b453dc0eb7230790d5774631ee2d7c3fdae54fb734da30de46faea6fd9c96711
 WHIRLPOOL 
35d3d32e29f967e691658f8a30ce274c34d2e656bff3a1df04ba3b054631afe8e717f76dbd8524e91a0c9c45e64471b398af85b1ab20a4beac87f70ca62b3ca8
+DIST sepolgen-2.6-rc2.tar.gz 368014 SHA256 
06c6e9d78b3628bfc056ace4a9f0aca4a5f62ea4283c3867e971cf485ebcb6cc SHA512 
2d545f666db9c283643702863c022dde7dab9d1e15cd4895a07e6c20dba651d366ec1382f2319aff320c46fb15e928afe1619444ac95050e757916752715ba9b
 WHIRLPOOL 
62cf9d3c0606d49263074adc205842a05a36b9147ae4434f6d612a18fee98dfbd87ec4afcb0e7308ea7ba5072328d8ec5f6c8b944bbb40eef8ca377d3b2684ab

diff --git a/dev-python/sepolgen/sepolgen-2.6_rc1.ebuild 
b/dev-python/sepolgen/sepolgen-2.6_rc2.ebuild
similarity index 98%
rename from dev-python/sepolgen/sepolgen-2.6_rc1.ebuild
rename to dev-python/sepolgen/sepolgen-2.6_rc2.ebuild
index d829a84..37d54b6 100644
--- a/dev-python/sepolgen/sepolgen-2.6_rc1.ebuild
+++ b/dev-python/sepolgen/sepolgen-2.6_rc2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit python-r1
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 DESCRIPTION="SELinux policy generation library"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;

diff --git a/dev-python/sepolgen/sepolgen-.ebuild 
b/dev-python/sepolgen/sepolgen-.ebuild
index d829a84..37d54b6 100644
--- a/dev-python/sepolgen/sepolgen-.ebuild
+++ b/dev-python/sepolgen/sepolgen-.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit python-r1
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 DESCRIPTION="SELinux policy generation library"
 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki;



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

2016-10-06 Thread Jason Zaman
eceived a base module, expected a non-base 
module.");
--   else
--   ERR(sh, "Data did not represent a module.");
--   return -2;
--   }
- 
-return 0;
- }
-@@ -1608,22 +1595,24 @@ static int 
semanage_direct_install_file(semanage_handle_t * sh,
-   lang_ext = separator + 1;
-   }
- 
--  if (strcmp(lang_ext, "pp") != 0) {
-+  if (strcmp(lang_ext, "pp") == 0) {
-+  retval = parse_module_headers(sh, data, data_len, _name, 
);
-+  free(version);
-+  if (retval != 0)
-+  goto cleanup;
-+  }
-+
-+  if (module_name == NULL) {
-   module_name = strdup(filename);
-   if (module_name == NULL) {
-   ERR(sh, "No memory available for module_name.\n");
-   retval = -1;
-   goto cleanup;
-   }
--  } else {
--  if ((retval = parse_module_headers(sh, data, data_len, 
_name, )) != 0)
--  goto cleanup;
--
--  if (strcmp(module_name, filename) != 0)
--  fprintf(stderr, "Warning: SELinux userspace will refer 
to the module from %s as %s rather than %s\n", install_filename, module_name, 
filename);
--
--  free(version);
-+  } else if (strcmp(module_name, filename) != 0) {
-+  fprintf(stderr, "Warning: SELinux userspace will refer to the 
module from %s as %s rather than %s\n", install_filename, module_name, 
filename);
-   }
-+
-   retval = semanage_direct_install(sh, data, data_len, module_name, 
lang_ext);
- 
- cleanup:
--- 
-2.7.3
-

diff --git a/sys-libs/libsemanage/libsemanage-2.6_rc1-r1.ebuild 
b/sys-libs/libsemanage/libsemanage-2.6_rc2.ebuild
similarity index 97%
rename from sys-libs/libsemanage/libsemanage-2.6_rc1-r1.ebuild
rename to sys-libs/libsemanage/libsemanage-2.6_rc2.ebuild
index daaa79f..2b625f5 100644
--- a/sys-libs/libsemanage/libsemanage-2.6_rc1-r1.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.6_rc2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit multilib python-r1 toolchain-funcs multilib-minimal
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 SELNX_VER="${PV}"
@@ -72,7 +72,6 @@ src_prepare() {
echo "# decompression of modules in the module store." >> 
"${S}/src/semanage.conf"
echo "bzip-small=true" >> "${S}/src/semanage.conf"
 
-   eapply 
"${FILESDIR}/${PN}-2.6-0001-libsemanage-Fixes-bug-preventing-the-installation-of.patch"
eapply "${FILESDIR}"/${PN}-2.6-build-paths.patch
 
eapply_user

diff --git a/sys-libs/libsemanage/libsemanage-.ebuild 
b/sys-libs/libsemanage/libsemanage-.ebuild
index 76b2430..2b625f5 100644
--- a/sys-libs/libsemanage/libsemanage-.ebuild
+++ b/sys-libs/libsemanage/libsemanage-.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit multilib python-r1 toolchain-funcs multilib-minimal
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 SELNX_VER="${PV}"



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

2016-10-06 Thread Jason Zaman
commit: 867ae0f46d4b3189f905b4be3681f16179e0f43a
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:05:53 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:18:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867ae0f4

sys-apps/checkpolicy: bump to 2.6_rc2

Package-Manager: portage-2.3.0

 sys-apps/checkpolicy/Manifest   | 2 +-
 .../{checkpolicy-2.6_rc1.ebuild => checkpolicy-2.6_rc2.ebuild}  | 2 +-
 sys-apps/checkpolicy/checkpolicy-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/checkpolicy/Manifest b/sys-apps/checkpolicy/Manifest
index d264fb9..8c4fe1a 100644
--- a/sys-apps/checkpolicy/Manifest
+++ b/sys-apps/checkpolicy/Manifest
@@ -1,2 +1,2 @@
 DIST checkpolicy-2.5.tar.gz 69857 SHA256 
33af9f3eb19135a7e6536ecd3fbb968632316cd51eb88346346ed7546001 SHA512 
cbbb57fabc26951e7a61fc867720f34d8c9ccf259744e86c1fa8d5e8099d90dee7c8e69dd001c4f3224562c3e0aff36051b0d227ac102790f94a104ca90163ad
 WHIRLPOOL 
f4339877514da938c995a33558317f3d8b9110127c36e3f6c3e916ccff73c84dcc3f4e2e944c571962d1594d02cb6236ecaf616f12d1de52fca7e1b859980d72
-DIST checkpolicy-2.6-rc1.tar.gz 69769 SHA256 
3d76ded6a5393ec39710f66414d6a0c9c397d96a1b7b8a3c08e9a24b5c6b2143 SHA512 
506aea34ceee6059f7570574a2ccd42f5e8b85eadc32043208a18e5c062bdd341e33c2dcfd7904e9438025c14cc513cc9d2c33924020cfc0311ff2b1c997068c
 WHIRLPOOL 
ce32d560a553d435c5a714004c533641e5f5bfe3421beb5e68cbdcf19dabb90fb3659b11050e6665acd97212559afe6e07e2cbd89e357ae60c0c8c0e285bc723
+DIST checkpolicy-2.6-rc2.tar.gz 69767 SHA256 
bc2dbbfbbea8d1c7d0cfc45c97d846c428e300c6f82421a3e525f59eafd63d02 SHA512 
293e224fbc4f7e5fb3a4988772db3829685f8b721bcf9eb29f7deb09301ef18a4a542b5d7c5baf215df175b2a51338928b49ee7aef4e2e61214bc586e7e29c6f
 WHIRLPOOL 
fbda1333899a2a3221b12f5971c456183891e77435fc381ff13d658456d2306e930f1da7c6f5bb64ee62c1c9fea4b8b3a4e978af201353de783b8c565d9965cd

diff --git a/sys-apps/checkpolicy/checkpolicy-2.6_rc1.ebuild 
b/sys-apps/checkpolicy/checkpolicy-2.6_rc2.ebuild
similarity index 97%
rename from sys-apps/checkpolicy/checkpolicy-2.6_rc1.ebuild
rename to sys-apps/checkpolicy/checkpolicy-2.6_rc2.ebuild
index 14b6885..230bed1 100644
--- a/sys-apps/checkpolicy/checkpolicy-2.6_rc1.ebuild
+++ b/sys-apps/checkpolicy/checkpolicy-2.6_rc2.ebuild
@@ -7,7 +7,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 SEMNG_VER="${PV}"

diff --git a/sys-apps/checkpolicy/checkpolicy-.ebuild 
b/sys-apps/checkpolicy/checkpolicy-.ebuild
index 14b6885..230bed1 100644
--- a/sys-apps/checkpolicy/checkpolicy-.ebuild
+++ b/sys-apps/checkpolicy/checkpolicy-.ebuild
@@ -7,7 +7,7 @@ EAPI="6"
 inherit toolchain-funcs
 
 MY_P="${P//_/-}"
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 
 SEPOL_VER="${PV}"
 SEMNG_VER="${PV}"



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

2016-10-06 Thread Jason Zaman
commit: 34ad5f2545b0949613038edef5d3268db99ae15f
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Oct  7 04:10:08 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  7 04:18:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ad5f25

sys-apps/policycoreutils: bump to 2.6_rc2

Package-Manager: portage-2.3.0

 sys-apps/policycoreutils/Manifest   | 2 +-
 .../{policycoreutils-2.6_rc1.ebuild => policycoreutils-2.6_rc2.ebuild}  | 2 +-
 sys-apps/policycoreutils/policycoreutils-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/policycoreutils/Manifest 
b/sys-apps/policycoreutils/Manifest
index eb2f182..7604e7c 100644
--- a/sys-apps/policycoreutils/Manifest
+++ b/sys-apps/policycoreutils/Manifest
@@ -1,3 +1,3 @@
 DIST policycoreutils-2.5.tar.gz 4986066 SHA256 
329382cfe9fa977678abf541dcd8fe3847cf0c83b24654c8f7322343907078a1 SHA512 
0eabf046cf44c6fe2e28492f53862f4302551d602e9b678b923f34f35bfc48f03a73b62962ac71465b9d99b411016b2cfc976f3baf113133a6c0adab1e1f6f8b
 WHIRLPOOL 
27a6810d611f50ac1292f614c9936f0b73b7334be80685f1eda6fd72ec7e85fc0f7b4ff930a48c08a61ade84fd46bd9e7285f5a135ea6db6e4fe88e38d73bd16
-DIST policycoreutils-2.6-rc1.tar.gz 4660503 SHA256 
6bcb91a351ac54d8b10659c162a27556b6d65c4817da80e3b987db270c487f10 SHA512 
91ec1356ab60e944a7b5f0a2366cf148f8dfbdde37931ada5ba150580f423302f74d1872f0271488843a0a794ec8d8aab40615c2d6091b98a2638c1d161f9b74
 WHIRLPOOL 
2a639d99767b71da9f0bf9eb9d0a317ff23bd3182a408e064328c0a93b31db4f60e5af5e83286db629da8c837448672ca2efaa1caafe404355486573d909b9fe
+DIST policycoreutils-2.6-rc2.tar.gz 4660425 SHA256 
1090a736d111bbc61cdf3d5ddec55febd7cd69bbeb07998dd121ede5c399d63d SHA512 
d85196f09983eb35a512d982ce9385fbbaa9df6dbf8de7d1d55e10a03546a7573e59901da9c498a9f6f07c1b36d47ebf529143bc5905d4b6b3ac1bb6ee7e7170
 WHIRLPOOL 
96a2575cf8346349603e1ecfcc21105fb79481c0785caeb30e4ae14d268ff018aa646385f93cca25e9043404c136791fc58828b318a2d15f43d12daf988d99e1
 DIST policycoreutils-extra-1.34.tar.bz2 12107 SHA256 
56ae2aac57bf104d6a8a7837b25de7978b25e0642744ef95e6e6d483201aa4ca SHA512 
b1db6d70cf864023f22583e5bd24c85e796f1541f9c1bc878dd55309464b27346e05e414db3ef81bef2dfe8c8d7d7063ee7e0422878f38a3db56c67d9468b89d
 WHIRLPOOL 
8b094818bed0e438ce4258428afa054cb561f53e303d84e171881add5952cfc0fa577bce2765294905dac8ddd5560906904958f35c96afce0f357feb5333646d

diff --git a/sys-apps/policycoreutils/policycoreutils-2.6_rc1.ebuild 
b/sys-apps/policycoreutils/policycoreutils-2.6_rc2.ebuild
similarity index 99%
rename from sys-apps/policycoreutils/policycoreutils-2.6_rc1.ebuild
rename to sys-apps/policycoreutils/policycoreutils-2.6_rc2.ebuild
index 92e7c94..ee194d8 100644
--- a/sys-apps/policycoreutils/policycoreutils-2.6_rc1.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-2.6_rc2.ebuild
@@ -10,7 +10,7 @@ inherit multilib python-r1 toolchain-funcs bash-completion-r1
 
 MY_P="${P//_/-}"
 
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 EXTRAS_VER="1.34"
 SEMNG_VER="${PV}"
 SELNX_VER="${PV}"

diff --git a/sys-apps/policycoreutils/policycoreutils-.ebuild 
b/sys-apps/policycoreutils/policycoreutils-.ebuild
index 8c1933b..e2a3641 100644
--- a/sys-apps/policycoreutils/policycoreutils-.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-.ebuild
@@ -10,7 +10,7 @@ inherit multilib python-r1 toolchain-funcs bash-completion-r1
 
 MY_P="${P//_/-}"
 
-MY_RELEASEDATE="20160930"
+MY_RELEASEDATE="20161006"
 EXTRAS_VER="1.34"
 SEMNG_VER="${PV}"
 SELNX_VER="${PV}"



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

2016-10-06 Thread Jeroen Roovers
commit: a5b6b91b8d029b9a7aec000c3b14d3bed53dc778
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct  7 00:07:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct  7 00:07:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b6b91b

sys-auth/consolekit: Stable for HPPA PPC64 (bug #596264).

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

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

diff --git a/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild 
b/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild
index a0b4a93..11a3079 100644
--- a/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild
+++ b/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="acl cgroups debug doc kernel_linux pam pm-utils policykit selinux test"
 
 COMMON_DEPEND=">=dev-libs/glib-2.40:2=[dbus]



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

2016-10-06 Thread Mike Gilbert
commit: 627ca55670862b7bcab101b9f2d30cd6f467e081
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct  6 22:08:44 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct  6 22:08:44 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=627ca556

devbook.xsl: Eliminate duplicate slash in 'Home' link

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

 devbook.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devbook.xsl b/devbook.xsl
index dce6595..8f740e2 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -492,7 +492,7 @@
   ../
 
   
-   
Home
+   
Home
   
  
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/

2016-10-06 Thread David Seifert
commit: d4a1762644af951079bc89654cd6208da50583d5
Author: David Seifert  gentoo  org>
AuthorDate: Thu Oct  6 22:02:54 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Oct  6 22:02:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a17626

net-p2p/go-ethereum: Add subslot operator on dev-lang/go

Package-Manager: portage-2.3.1

 .../{go-ethereum-1.4.16.ebuild => go-ethereum-1.4.16-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild 
b/net-p2p/go-ethereum/go-ethereum-1.4.16-r1.ebuild
similarity index 96%
rename from net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
rename to net-p2p/go-ethereum/go-ethereum-1.4.16-r1.ebuild
index 365b89d..e5c4fb7 100644
--- a/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
+++ b/net-p2p/go-ethereum/go-ethereum-1.4.16-r1.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="evm"
 
-DEPEND="dev-lang/go"
+DEPEND="dev-lang/go:="
 RDEPEND="${DEPEND}"
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/

2016-10-06 Thread David Seifert
commit: c4cb65466801b44286976ed948b75b4d5b4afc19
Author: Mathy Vanvoorden  vanvoorden  be>
AuthorDate: Thu Oct  6 19:31:25 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Oct  6 21:56:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cb6546

net-p2p/go-ethereum: New package

go-ethereum is a Go client for the Ethereum cryptocurrency.

This ebuild was based on work found in the hnaparst overlay.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2497

Signed-off-by: David Seifert  gentoo.org>

 net-p2p/go-ethereum/Manifest  |  1 +
 net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild | 29 +++
 net-p2p/go-ethereum/metadata.xml  | 15 ++
 3 files changed, 45 insertions(+)

diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest
new file mode 100644
index ..f84a2b0
--- /dev/null
+++ b/net-p2p/go-ethereum/Manifest
@@ -0,0 +1 @@
+DIST go-ethereum-1.4.16.tar.gz 14755287 SHA256 
8b63fbfb54c256a0f302d9823f8bdb6e8c6a9f6583047d492fc1d7e18c850769 SHA512 
ffe97a36c98460405014f6f6f3709ec4fd0556fd9f8f319f120065b2f44b4bc80791143b8a960dc44f858b7f368cd630d3d38ba954402486d67193c76f2eb13f
 WHIRLPOOL 
0bc39515a539116ad963f4d06def628b59199e09aaef17e0420eb649dbbd83395633371d5a2876db2e2a73b906c7d091de83e2a135cf9850d293c5d81624b7ec

diff --git a/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild 
b/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
new file mode 100644
index ..365b89d
--- /dev/null
+++ b/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Official golang implementation of the Ethereum protocol"
+HOMEPAGE="https://github.com/ethereum/go-ethereum;
+SRC_URI="https://github.com/ethereum/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="evm"
+
+DEPEND="dev-lang/go"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+   emake geth
+   use evm && emake evm
+}
+
+src_install() {
+   einstalldocs
+
+   dobin build/bin/geth
+   use evm && dobin build/bin/evm
+}

diff --git a/net-p2p/go-ethereum/metadata.xml b/net-p2p/go-ethereum/metadata.xml
new file mode 100644
index ..d543310
--- /dev/null
+++ b/net-p2p/go-ethereum/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ma...@vanvoorden.be
+   Mathy Vanvoorden
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Build Ethereum Virtual Machine (EVM)
+   
+



[gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/files/, net-nds/rpcbind/

2016-10-06 Thread Anthony G. Basile
commit: 69aafed0a8dcbf6c4a108ecd3712f2d36a7bf3c7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  6 21:21:17 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  6 21:21:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69aafed0

net-nds/rpcbind: remove _P() macro, bug #589666

Package-Manager: portage-2.2.28

 .../files/rpcbind-0.2.3-remove-P-macro.patch   | 246 +
 net-nds/rpcbind/rpcbind-0.2.3-r2.ebuild|  58 +
 2 files changed, 304 insertions(+)

diff --git a/net-nds/rpcbind/files/rpcbind-0.2.3-remove-P-macro.patch 
b/net-nds/rpcbind/files/rpcbind-0.2.3-remove-P-macro.patch
new file mode 100644
index ..8e1b69b
--- /dev/null
+++ b/net-nds/rpcbind/files/rpcbind-0.2.3-remove-P-macro.patch
@@ -0,0 +1,246 @@
+From 196e8f3abaa6e8899ba2655c6c2d8751e33a9795 Mon Sep 17 00:00:00 2001
+From: "Yann E. MORIN" 
+Date: Wed, 17 Aug 2016 10:16:47 -0400
+Subject: [PATCH] src: remove use of the __P() macro
+
+The __P() macro is a legacy compatibility macro aimed making pre-ANSI
+(i.e. K) compilers that do not support function prototypes happy,
+while still allowing such prototypes for ANSI-compliant compilers.
+
+Since virtually all compilers have been ANSI-compliant for a few decades
+now, use of __P() is totally useless.
+
+Furthermore, __P() is defined in the non-standard sys/cdefs.h header.
+This header is present in glibc and uClibc, and both have it included
+from many of their headers. So, sys/cdefs.h is automagically included in
+most cases and its macros are available.
+
+However, the musl C library does not provide this sys/cdefs.h header.
+Thus, the build breaks on musl.
+
+For all the above reasons, get rid of __P() wherever it is used; just
+always declare real function prototypes.
+
+Reviewed-by: Chuck Lever 
+Signed-off-by: "Yann E. MORIN" 
+Signed-off-by: Steve Dickson 
+Cc: Chuck Lever 
+Cc: Steve Dickson 
+Cc: Mike Frysinger 
+---
+ src/check_bound.c  |  2 +-
+ src/pmap_svc.c | 10 +-
+ src/rpcb_svc.c | 10 +-
+ src/rpcb_svc_4.c   | 14 ++
+ src/rpcb_svc_com.c | 46 +++---
+ src/rpcbind.c  | 12 ++--
+ src/util.c |  2 +-
+ src/warmstart.c|  4 ++--
+ 8 files changed, 49 insertions(+), 51 deletions(-)
+
+diff --git a/src/check_bound.c b/src/check_bound.c
+index c70b845..92bfd36 100644
+--- a/src/check_bound.c
 b/src/check_bound.c
+@@ -70,7 +70,7 @@ static struct fdlist *fdhead;/* Link list of the 
check fd's */
+ static struct fdlist *fdtail;
+ static char *nullstring = "";
+ 
+-static bool_t check_bound __P((struct fdlist *, char *uaddr));
++static bool_t check_bound(struct fdlist *, char *uaddr);
+ 
+ /*
+  * Returns 1 if the given address is bound for the given addr & transport
+diff --git a/src/pmap_svc.c b/src/pmap_svc.c
+index ad28b93..4c744fe 100644
+--- a/src/pmap_svc.c
 b/src/pmap_svc.c
+@@ -60,11 +60,11 @@ static char sccsid[] = "@(#)pmap_svc.c 1.23 89/04/05 
Copyr 1984 Sun Micro";
+ #include "rpcbind.h"
+ #include "xlog.h"
+ #include  /* svc_getcaller routine definition */
+-static struct pmaplist *find_service_pmap __P((rpcprog_t, rpcvers_t,
+- rpcprot_t));
+-static bool_t pmapproc_change __P((struct svc_req *, SVCXPRT *, u_long));
+-static bool_t pmapproc_getport __P((struct svc_req *, SVCXPRT *));
+-static bool_t pmapproc_dump __P((struct svc_req *, SVCXPRT *));
++static struct pmaplist *find_service_pmap(rpcprog_t, rpcvers_t,
++ rpcprot_t);
++static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, u_long);
++static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
++static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *);
+ 
+ /*
+  * Called for all the version 2 inquiries.
+diff --git a/src/rpcb_svc.c b/src/rpcb_svc.c
+index bd92201..709e3fb 100644
+--- a/src/rpcb_svc.c
 b/src/rpcb_svc.c
+@@ -53,10 +53,10 @@
+ #include "rpcbind.h"
+ #include "xlog.h"
+ 
+-static void *rpcbproc_getaddr_3_local __P((void *, struct svc_req *, SVCXPRT 
*,
+- rpcvers_t));
+-static void *rpcbproc_dump_3_local __P((void *, struct svc_req *, SVCXPRT *,
+-  rpcvers_t));
++static void *rpcbproc_getaddr_3_local(void *, struct svc_req *, SVCXPRT *,
++ rpcvers_t);
++static void *rpcbproc_dump_3_local(void *, struct svc_req *, SVCXPRT *,
++  rpcvers_t);
+ 
+ /*
+  * Called by svc_getreqset. There is a separate server handle for
+@@ -75,7 +75,7 @@ rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp)
+   } argument;
+   char *result;
+   xdrproc_t xdr_argument, xdr_result;
+- 

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

2016-10-06 Thread Patrice Clement
commit: 2054d0a0de9d2613f82d07c27baebb7c3881253e
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct  6 21:10:39 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct  6 21:10:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2054d0a0

dev-python/dill: keyword for ppc.

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

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/dill/dill-0.2.5.ebuild 
b/dev-python/dill/dill-0.2.5.ebuild
index 6ad1dd5..66904fa 100644
--- a/dev-python/dill/dill-0.2.5.ebuild
+++ b/dev-python/dill/dill-0.2.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux"
 IUSE=""
 
 PATCHES=(



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

2016-10-06 Thread Patrice Clement
commit: ddef6bdd115cbc09935fd6e39403bf166e9b7172
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct  6 21:02:49 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct  6 21:10:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddef6bdd

dev-python/selectors34: keyword for ppc.

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

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/selectors34/selectors34-1.1.ebuild 
b/dev-python/selectors34/selectors34-1.1.ebuild
index 61c7b2c..e4ccec0 100644
--- a/dev-python/selectors34/selectors34-1.1.ebuild
+++ b/dev-python/selectors34/selectors34-1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-lang/nim/, dev-lang/nim/files/

2016-10-06 Thread Sergei Trofimovich
commit: 8cb2adb25a4bed989e161b9bffc74038886bfd43
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  6 20:54:39 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  6 20:54:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb2adb2

dev-lang/nim: drop MAP_ANONYMOUS constant

Fixes build failure on mipsel

Bug: https://github.com/nim-lang/Nim/pull/4853
Reported-by: der  2-47.ru

Package-Manager: portage-2.3.1

 dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch | 26 ++
 .../{nim-0.15.0.ebuild => nim-0.15.0-r1.ebuild}|  2 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch 
b/dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch
new file mode 100644
index ..467b55e
--- /dev/null
+++ b/dev-lang/nim/files/nim-0.15.0-fix-mips-build.patch
@@ -0,0 +1,26 @@
+From fe362543de00806a3d69ddd0de33caf0cae2e57e Mon Sep 17 00:00:00 2001
+From: GaveUp 
+Date: Tue, 4 Oct 2016 10:56:07 -0500
+Subject: [PATCH] Revert change to osalloc.nim from commit 8d7a45f.
+
+Change caused MAP_ANONYMOUS to have an incorrect value when compiling
+for mipsel.
+
+Fixes #4852.
+---
+ lib/system/osalloc.nim | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/lib/system/osalloc.nim b/lib/system/osalloc.nim
+index b07a362..316dd74 100644
+--- a/lib/system/osalloc.nim
 b/lib/system/osalloc.nim
+@@ -87,8 +87,6 @@ elif defined(posix):
+ const MAP_ANONYMOUS = 0x1000
+   elif defined(solaris):
+ const MAP_ANONYMOUS = 0x100
+-  elif defined(linux):
+-const MAP_ANONYMOUS = 0x20
+   else:
+ var
+   MAP_ANONYMOUS {.importc: "MAP_ANONYMOUS", header: "".}: cint

diff --git a/dev-lang/nim/nim-0.15.0.ebuild b/dev-lang/nim/nim-0.15.0-r1.ebuild
similarity index 95%
rename from dev-lang/nim/nim-0.15.0.ebuild
rename to dev-lang/nim/nim-0.15.0-r1.ebuild
index 1e4b185..092c19f 100644
--- a/dev-lang/nim/nim-0.15.0.ebuild
+++ b/dev-lang/nim/nim-0.15.0-r1.ebuild
@@ -21,6 +21,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=("${FILESDIR}"/${P}-fix-mips-build.patch)
+
 nim_use_enable() {
[[ -z $2 ]] && die "usage: nim_use_enable  "
use $1 && echo "-d:$2"



[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/scan/fetch/

2016-10-06 Thread Michał Górny
commit: abf62a8889702c6fa42a30807636e119d7aa312b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  6 08:32:13 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  6 20:07:38 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=abf62a88

repoman: Disable SRC_URI.mirror warnings when there is only 1 mirror

Disable SRC_URI.mirror warnings when the thirdpartymirrors entry
consists of no more than 1 mirror. In this case, the mirror:// is really
no different than direct URL, and it most likely means the entry is only
kept for backwards compatibility.

Closes: https://github.com/gentoo/portage/pull/58

 repoman/pym/repoman/modules/scan/fetch/fetches.py | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/repoman/pym/repoman/modules/scan/fetch/fetches.py 
b/repoman/pym/repoman/modules/scan/fetch/fetches.py
index 555f34f..9ee3c65 100644
--- a/repoman/pym/repoman/modules/scan/fetch/fetches.py
+++ b/repoman/pym/repoman/modules/scan/fetch/fetches.py
@@ -36,6 +36,12 @@ class FetchChecks(ScanBase):
self.thirdpartymirrors = {}
profile_thirdpartymirrors = 
self.repo_settings.repoman_settings.thirdpartymirrors().items()
for mirror_alias, mirrors in profile_thirdpartymirrors:
+   # Skip thirdpartymirrors that do not list more than one 
mirror
+   # anymore. There is no point in using mirror:// there 
and this
+   # means that the thirdpartymirrors entry will most 
likely
+   # be removed anyway.
+   if len(mirrors) <= 1:
+   continue
for mirror in mirrors:
if not mirror.endswith("/"):
mirror += "/"



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

2016-10-06 Thread Ian Stakenvicius
commit: 1a42e9efd1f37eb93c81bbb09d3f62c958df4e62
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Oct  6 19:46:50 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Oct  6 19:47:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a42e9ef

mail-client/thunderbird-bin: version bump for security vulns

Bumped directly to stable by maintainer

Package-Manager: portage-2.3.0

 mail-client/thunderbird-bin/Manifest   | 116 ++---
 ...45.3.0.ebuild => thunderbird-bin-45.4.0.ebuild} |   0
 2 files changed, 58 insertions(+), 58 deletions(-)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 3800e54..602d788 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -108,65 +108,65 @@ DIST thunderbird-38.8.0-uk.xpi 509600 SHA256 
1b21957c28cfe9b196bd768bbfceb329bf0
 DIST thunderbird-38.8.0-vi.xpi 519843 SHA256 
ddaaab4ba689ccc0221f18b34aae2ce0dabed51e61c1776b4c108e7794426c86 SHA512 
cbcecbd6dc3a151ecf36b5c8dbfb37068a4ceac2ebf9c18116a08cf4b1646dde0051c958882e57903e27c44c3cfd26d755908572a365df8bccebed50d055c57c
 WHIRLPOOL 
f53296869d069a940690b33d7c22c0b6da3a534a947a09fdbd2d681d07398af810c4b424f5a4e41188eee712d9e8786f441f417ed712657bebbe48386e562d5b
 DIST thunderbird-38.8.0-zh-CN.xpi 466412 SHA256 
4f9a4ff54f5aff408abfe9fc90da63d70e74eb5695d358ae22c7fa8a76e411f2 SHA512 
076ef74d3c495d5b3b626007c423855318ed53a2c124b23c32013e336da277457372bce6973878ef77813e0e01d4bbb31583dc2537d73fa2b57fccbe1a82f847
 WHIRLPOOL 
e8c7fbc57f92d83a84f9096c11ad21afef80ef4ae953e905fce5346b239b4e7da32960b5bb73807e4689a45fa9832704694333f75ac9f9c862b680db59e35e5d
 DIST thunderbird-38.8.0-zh-TW.xpi 41 SHA256 
8ff0bc45973a73f6b3225c063c33c8dccda31ee6a385150984a1b4851214004e SHA512 
8952fe0f9131c61b11d995ec69f7c0de42ddc42f11f99bd268c7e400b765a55047865a0463834b61e7a7917caffe0909ba62608b5fdae548fd55e53b8f8c18ec
 WHIRLPOOL 
e8452eb437fd1f414d776bd558511929f0d133fac4e756fc846219700f7e445f01eb5493e12a6d2cf7b8df4718dfff7524d5219655e709dcc47d7fa35900e38e
-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
-DIST thunderbird-45.3.0-be.xpi 469096 SHA256 
6a2690f13e4182de6aaae74f27acf40d77b0a478e361aad34de838a7f959641f SHA512 
34d469b9eaa50fe6ba75d4585f388e47ba9ffc3e23f8c68ed9d178d6760e0fcad29591e8139e1000a4c70abf8630957ed14e52edc613297373973d64746e0231
 WHIRLPOOL 
9f1c4f5b61144fd70776ae23d108f80dcb6c197dab918c7871b7abdaa12d25ca1487c9772a44d109608781765e2f85c3b5a1947c0e39e2fc0a17ed79184dd294
-DIST thunderbird-45.3.0-bg.xpi 524299 SHA256 
4ab4c475533f96bc68e2e01a9963fbcc64ca8908d2803d849eaec9dd6e3833b7 SHA512 
dcda0aa7d52ccf859fcdb06f32b121d451d1e76c069d59860c478f7bda205dff5a19fc85c3a9229eac2c25be21ddeb84696d5c6c933a09cf11d66eb5551985d9
 WHIRLPOOL 
19dbf4787cc172b5c407b222ec69487203dbd8308bb880f8c9ffa4ff1004556ac50244b98f8d65dd8859253c61a2e3aa55d9abf85e914fd4116b352103e10bb5
-DIST thunderbird-45.3.0-bn-BD.xpi 581438 SHA256 
499f06af305abcbbffa82eed89b986d0322ea221839d438109caf0a5144f3d20 SHA512 
12248ec248444adc6c86aec9c9f20406d0abe9dbec15643893fed52e17c4764fc1629d4825ef5eb08094342911378577b6723cfd1a391c964d25a34fccfb03cb
 WHIRLPOOL 
fc918ce5a410be6790a57de27634c519286a0bc8444af8320f28fcad14b1a50af6b606b8862dea53cde50431502bb2e9e27a2fab3320a3ffb2934ad14b688d91
-DIST thunderbird-45.3.0-br.xpi 465999 SHA256 
fab61235a4808ca07de9cc91193dc1d9a2ae4d0f461bb8df6bcc51436506eba8 SHA512 
a1f48689a2e18c3d687052ef789084d01fcd4115d9a77959b22c903553de9079a18a0808089adb3b0158a61dd386a99d91b7f3c9d794201ca4f35bf8699b1480
 WHIRLPOOL 
501d0dd0332c8b8054f47ccfe747b3b021d1b47d06868cff688caee9e7a00854bb1e5731bc12a5a1a77e173dae17dd669f07d307089f2fede68547513bb9c1ff
-DIST thunderbird-45.3.0-ca.xpi 467980 SHA256 
95ecc9a3189c1cb80debaa00270ce59175c8517d3a69ed26f53f66ccfc8a5a50 SHA512 
d6c85c084f4a993cde8e60956619e76a1fd2bcec88e20b681dd405f6712a64b24a262a8237d451a2b66cacb9cda69a5a9deb71529a3ecf2e79b8565c76055ce1
 WHIRLPOOL 
92740d084523dfd160dad5c5f7426474ced33f476eb7aecc079ccd6969d11b04fad1fc78b723579cab8c71e9a2b99bebe1728419227e45b1df7b0e404afb1011
-DIST thunderbird-45.3.0-cs.xpi 474328 SHA256 
89b1fa9550587167d23cd24c6c5eafd3425dda60d0c3beeb930820eb492d70ca SHA512 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcoreaddons/, kde-frameworks/kcoreaddons/files/

2016-10-06 Thread Michael Palimaka
commit: 9c24f341bc27f6cb5d205210820fe300b5d228a8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 18:47:29 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 18:47:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c24f341

kde-frameworks/kcoreaddons: revert failing patch

This reverts commit bd38ebeaf7ab220314d81699d0176c0be1600447.

 .../files/kcoreaddons-5.26.0-CVE-2016-7966.patch   | 122 -
 .../kcoreaddons/kcoreaddons-5.26.0-r1.ebuild   |  33 --
 2 files changed, 155 deletions(-)

diff --git 
a/kde-frameworks/kcoreaddons/files/kcoreaddons-5.26.0-CVE-2016-7966.patch 
b/kde-frameworks/kcoreaddons/files/kcoreaddons-5.26.0-CVE-2016-7966.patch
deleted file mode 100644
index 8374d5a..
--- a/kde-frameworks/kcoreaddons/files/kcoreaddons-5.26.0-CVE-2016-7966.patch
+++ /dev/null
@@ -1,122 +0,0 @@
-From 96e562d9138c100498da38e4c5b4091a226dde12 Mon Sep 17 00:00:00 2001
-From: Montel Laurent 
-Date: Fri, 30 Sep 2016 13:21:45 +0200
-Subject: [PATCH] Don't convert as url an url which has a "
-

- autotests/ktexttohtmltest.cpp |  6 ++
- src/lib/text/ktexttohtml.cpp  | 25 +++--
- src/lib/text/ktexttohtml_p.h  |  2 +-
- 3 files changed, 26 insertions(+), 7 deletions(-)
-
-diff --git a/autotests/ktexttohtmltest.cpp b/autotests/ktexttohtmltest.cpp
-index 8fc0c56..c5690e8 100644
 a/autotests/ktexttohtmltest.cpp
-+++ b/autotests/ktexttohtmltest.cpp
-@@ -386,6 +386,12 @@ void KTextToHTMLTest::testHtmlConvert_data()
-QTest::newRow("url-with-url") << "foo >"
-<< 
KTextToHTML::Options(KTextToHTML::PreserveSpaces)
-<< "foo http://www.kde.org/ 
\">http://www.kde.org/ http://www.kde.org/\;>http://www.kde.org/";
-+
-+   //Fix url exploit
-+   QTest::newRow("url-exec-html") << 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/, sys-cluster/neutron/files/

2016-10-06 Thread Matt Thode
commit: 0f4820951af6654ccaa79d9298b6c1c99028e1e1
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:33:21 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:34:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f482095

sys-cluster/neutron: cleanup

Package-Manager: portage-2.3.0

 sys-cluster/neutron/files/neutron-linuxbridge-agent.confd | 2 +-
 sys-cluster/neutron/files/neutron-linuxbridge-agent.confd.liberty | 1 -
 sys-cluster/neutron/files/neutron-ovs-cleanup.confd   | 1 -
 sys-cluster/neutron/neutron-2016.1..ebuild| 2 +-
 sys-cluster/neutron/neutron-2016.2..ebuild| 2 +-
 sys-cluster/neutron/neutron-8.2.0.ebuild  | 2 +-
 sys-cluster/neutron/neutron-9.0.0.ebuild  | 2 +-
 7 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/sys-cluster/neutron/files/neutron-linuxbridge-agent.confd 
b/sys-cluster/neutron/files/neutron-linuxbridge-agent.confd
index fdd4ed4..9a2d52c 100644
--- a/sys-cluster/neutron/files/neutron-linuxbridge-agent.confd
+++ b/sys-cluster/neutron/files/neutron-linuxbridge-agent.confd
@@ -1 +1 @@
-NEUTRON_CONFS=("/etc/neutron/neutron.conf" 
"/etc/neutron/plugins/ml2/ml2_conf.ini" 
"/etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini")
+NEUTRON_CONFS=("/etc/neutron/neutron.conf" 
"/etc/neutron/plugins/ml2/ml2_conf.ini" 
"/etc/neutron/plugins/ml2/linuxbridge_agent.ini")

diff --git a/sys-cluster/neutron/files/neutron-linuxbridge-agent.confd.liberty 
b/sys-cluster/neutron/files/neutron-linuxbridge-agent.confd.liberty
deleted file mode 100644
index 9a2d52c..
--- a/sys-cluster/neutron/files/neutron-linuxbridge-agent.confd.liberty
+++ /dev/null
@@ -1 +0,0 @@
-NEUTRON_CONFS=("/etc/neutron/neutron.conf" 
"/etc/neutron/plugins/ml2/ml2_conf.ini" 
"/etc/neutron/plugins/ml2/linuxbridge_agent.ini")

diff --git a/sys-cluster/neutron/files/neutron-ovs-cleanup.confd 
b/sys-cluster/neutron/files/neutron-ovs-cleanup.confd
deleted file mode 100644
index eba422c..
--- a/sys-cluster/neutron/files/neutron-ovs-cleanup.confd
+++ /dev/null
@@ -1 +0,0 @@
-NEUTRON_CONFS=("/etc/neutron/neutron.conf" 
"/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini")

diff --git a/sys-cluster/neutron/neutron-2016.1..ebuild 
b/sys-cluster/neutron/neutron-2016.1..ebuild
index e0eda23..bff65d2 100644
--- a/sys-cluster/neutron/neutron-2016.1..ebuild
+++ b/sys-cluster/neutron/neutron-2016.1..ebuild
@@ -167,7 +167,7 @@ python_install() {
fi
if use linuxbridge; then
newinitd "${FILESDIR}/neutron.initd" "neutron-linuxbridge-agent"
-   newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd.liberty" 
"neutron-linuxbridge-agent"
+   newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd" 
"neutron-linuxbridge-agent"
fi
diropts -m 755 -o neutron -g neutron
dodir /var/log/neutron /var/lib/neutron

diff --git a/sys-cluster/neutron/neutron-2016.2..ebuild 
b/sys-cluster/neutron/neutron-2016.2..ebuild
index 1a66a80..726e0f2 100644
--- a/sys-cluster/neutron/neutron-2016.2..ebuild
+++ b/sys-cluster/neutron/neutron-2016.2..ebuild
@@ -180,7 +180,7 @@ python_install() {
fi
if use linuxbridge; then
newinitd "${FILESDIR}/neutron.initd" "neutron-linuxbridge-agent"
-   newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd.liberty" 
"neutron-linuxbridge-agent"
+   newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd" 
"neutron-linuxbridge-agent"
fi
diropts -m 755 -o neutron -g neutron
dodir /var/log/neutron /var/lib/neutron

diff --git a/sys-cluster/neutron/neutron-8.2.0.ebuild 
b/sys-cluster/neutron/neutron-8.2.0.ebuild
index 943ebb5..a8d6d24 100644
--- a/sys-cluster/neutron/neutron-8.2.0.ebuild
+++ b/sys-cluster/neutron/neutron-8.2.0.ebuild
@@ -166,7 +166,7 @@ python_install() {
fi
if use linuxbridge; then
newinitd "${FILESDIR}/neutron.initd" "neutron-linuxbridge-agent"
-   newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd.liberty" 
"neutron-linuxbridge-agent"
+   newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd" 
"neutron-linuxbridge-agent"
fi
diropts -m 755 -o neutron -g neutron
dodir /var/log/neutron /var/lib/neutron

diff --git a/sys-cluster/neutron/neutron-9.0.0.ebuild 
b/sys-cluster/neutron/neutron-9.0.0.ebuild
index 5928506..c77faa3 100644
--- a/sys-cluster/neutron/neutron-9.0.0.ebuild
+++ b/sys-cluster/neutron/neutron-9.0.0.ebuild
@@ -179,7 +179,7 @@ python_install() {
fi
if use linuxbridge; then
newinitd "${FILESDIR}/neutron.initd" "neutron-linuxbridge-agent"
-   newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd.liberty" 
"neutron-linuxbridge-agent"
+   newconfd 

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

2016-10-06 Thread Matt Thode
commit: b75ed6011f4f176bd9c73b013fc58b222f5ad258
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:34:01 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:34:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75ed601

app-admin/glance: cleanup

Package-Manager: portage-2.3.0

 .../files/cve-2016-0757-stable-liberty.patch   | 332 -
 1 file changed, 332 deletions(-)

diff --git a/app-admin/glance/files/cve-2016-0757-stable-liberty.patch 
b/app-admin/glance/files/cve-2016-0757-stable-liberty.patch
deleted file mode 100644
index 19c8365..
--- a/app-admin/glance/files/cve-2016-0757-stable-liberty.patch
+++ /dev/null
@@ -1,332 +0,0 @@
-From c6021e9b3642340036347026a3f251e066e53094 Mon Sep 17 00:00:00 2001
-From: Erno Kuvaja 
-Date: Tue, 19 Jan 2016 13:37:05 +
-Subject: [PATCH] Prevent user to remove last location of the image
-
-If the last location of the image is removed, image transitions back to queued.
-This allows user to upload new data into the existing image record. By
-preventing removal of the last location we prevent the image transition back to
-queued.
-
-This change also prevents doing the same operation via replacing the locations
-with empty list.
-
-SecurityImpact
-DocImpact
-APIImpact
-
-Conflicts:
-   glance/tests/unit/v2/test_images_resource.py
-
-Change-Id: Ieb03aaba887492819f9c58aa67f7acfcea81720e
-Closes-Bug: #1525915
-(cherry picked from commit 2f4504da2149697bcdb93ed855e15025d2a08f8c)

- glance/api/v2/images.py|  19 +++-
- glance/tests/functional/v2/test_images.py  |  14 ---
- glance/tests/unit/v2/test_images_resource.py   | 122 -
- ...oving-last-image-location-d5ee3e00efe14f34.yaml |  10 ++
- 4 files changed, 44 insertions(+), 121 deletions(-)
- create mode 100644 
releasenotes/notes/Prevent-removing-last-image-location-d5ee3e00efe14f34.yaml
-
-diff --git a/glance/api/v2/images.py b/glance/api/v2/images.py
-index 17678f2..cf667bf 100644
 a/glance/api/v2/images.py
-+++ b/glance/api/v2/images.py
-@@ -181,7 +181,10 @@ class ImagesController(object):
- path = change['path']
- path_root = path[0]
- value = change['value']
--if path_root == 'locations':
-+if path_root == 'locations' and value == []:
-+msg = _("Cannot set locations to empty list.")
-+raise webob.exc.HTTPForbidden(message=msg)
-+elif path_root == 'locations' and value != []:
- self._do_replace_locations(image, value)
- elif path_root == 'owner' and req.context.is_admin == False:
- msg = _("Owner can't be updated by non admin.")
-@@ -217,7 +220,10 @@ class ImagesController(object):
- path = change['path']
- path_root = path[0]
- if path_root == 'locations':
--self._do_remove_locations(image, path[1])
-+try:
-+self._do_remove_locations(image, path[1])
-+except exception.Forbidden as e:
-+raise webob.exc.HTTPForbidden(e.msg)
- else:
- if hasattr(image, path_root):
- msg = _("Property %s may not be removed.")
-@@ -306,6 +312,11 @@ class ImagesController(object):
- explanation=encodeutils.exception_to_unicode(ve))
- 
- def _do_remove_locations(self, image, path_pos):
-+if len(image.locations) == 1:
-+LOG.debug("User forbidden to remove last location of image %s",
-+  image.image_id)
-+msg = _("Cannot remove last location in the image.")
-+raise exception.Forbidden(message=msg)
- pos = self._get_locations_op_pos(path_pos,
-  len(image.locations), False)
- if pos is None:
-@@ -315,11 +326,11 @@ class ImagesController(object):
- # NOTE(zhiyan): this actually deletes the location
- # from the backend store.
- image.locations.pop(pos)
-+# TODO(jokke): Fix this, we should catch what store throws and
-+# provide definitely something else than IternalServerError to user.
- except Exception as e:
- raise webob.exc.HTTPInternalServerError(
- explanation=encodeutils.exception_to_unicode(e))
--if len(image.locations) == 0 and image.status == 'active':
--image.status = 'queued'
- 
- 
- class RequestDeserializer(wsgi.JSONRequestDeserializer):
-diff --git a/glance/tests/functional/v2/test_images.py 
b/glance/tests/functional/v2/test_images.py
-index aabc567..f199787 100644
 a/glance/tests/functional/v2/test_images.py
-+++ b/glance/tests/functional/v2/test_images.py
-@@ -522,20 +522,6 @@ class TestImages(functional.FunctionalTest):
- response = requests.patch(path, headers=headers, data=data)
- self.assertEqual(200, response.status_code, response.text)
- 
--

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

2016-10-06 Thread Matt Thode
commit: da1ec900bf353dff675a0d460445b24e3a4e0515
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:29:18 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:34:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1ec900

sys-cluster/cinder: cleanup

Package-Manager: portage-2.3.0

 sys-cluster/cinder/files/cinder-confd   |  3 --
 sys-cluster/cinder/files/cinder-init| 58 -
 sys-cluster/cinder/files/cinder-sudoers |  4 ---
 3 files changed, 65 deletions(-)

diff --git a/sys-cluster/cinder/files/cinder-confd 
b/sys-cluster/cinder/files/cinder-confd
deleted file mode 100644
index d09928c..
--- a/sys-cluster/cinder/files/cinder-confd
+++ /dev/null
@@ -1,3 +0,0 @@
-#Don't touch this unless you know what you are doing
-PID_PATH=/run/cinder
-

diff --git a/sys-cluster/cinder/files/cinder-init 
b/sys-cluster/cinder/files/cinder-init
deleted file mode 100644
index 6747d12..
--- a/sys-cluster/cinder/files/cinder-init
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-BASENAME=$(echo $SVCNAME | cut -d '-' -f 1)
-SERVERNAME=$(echo $SVCNAME | cut -d '-' -f 2)
-
-depend() {
-need net 
-}
-
-checkconfig() {
-if [ ! -r /etc/conf.d/$BASENAME ]; then
-eerror "No cinder conf.d file found: /etc/conf.d/$BASENAME)"
-return 1
-fi
-return 0
-}
-
-start() {
-checkconfig || return $?
-. /etc/conf.d/$BASENAME
-
-ebegin "Starting ${SVCNAME}"
-if [ ! -d ${PID_PATH} ]; then
-mkdir ${PID_PATH}
-chown cinder:root ${PID_PATH}
-fi
-
-start-stop-daemon --start \
-  --quiet \
-  --user cinder \
-  --pidfile "${PID_PATH}/${SVCNAME}.pid" \
-  --make-pidfile \
-  --background \
-  --exec /usr/bin/cinder-${SERVERNAME} --  --config-file 
/etc/cinder/cinder.conf --log-file /var/log/cinder/cinder-${SERVERNAME}
-
-eend $? "Failed to start ${SVCNAME}"
-}
-
-stop() {
-checkconfig || return $?
-. /etc/conf.d/$BASENAME
-
-ebegin "Stopping ${SVCNAME}"
-
-start-stop-daemon --stop \
-  --quiet \
-  --user cinder \
-  --pidfile "${PID_PATH}/${SVCNAME}.pid" \
-  --exec /usr/bin/cinder-${SERVERNAME} --  --config-file 
/etc/cinder/cinder.conf
-
-eend $? "Failed to stop ${SVCNAME}"
-}
-
-#restart() {
-#
-#}

diff --git a/sys-cluster/cinder/files/cinder-sudoers 
b/sys-cluster/cinder/files/cinder-sudoers
deleted file mode 100644
index f44bab4..
--- a/sys-cluster/cinder/files/cinder-sudoers
+++ /dev/null
@@ -1,4 +0,0 @@
-Defaults:cinder !requiretty
-
-cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap 
-



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepimlibs/files/, kde-apps/kdepimlibs/

2016-10-06 Thread Michael Palimaka
commit: bc4885e20e781ccef65f90991090df7d79545078
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 18:20:46 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 18:33:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4885e2

kde-apps/kdepimlibs: backport patch from upstream for CVE-2016-7966

Gentoo-bug: 596224

Package-Manager: portage-2.3.1

 .../files/kdepimlibs-CVE-2016-7966.patch   | 94 ++
 kde-apps/kdepimlibs/kdepimlibs-4.14.10-r1.ebuild   | 63 +++
 .../kdepimlibs-4.14.11_pre20160211-r1.ebuild   | 67 +++
 3 files changed, 224 insertions(+)

diff --git a/kde-apps/kdepimlibs/files/kdepimlibs-CVE-2016-7966.patch 
b/kde-apps/kdepimlibs/files/kdepimlibs-CVE-2016-7966.patch
new file mode 100644
index ..b6f278a
--- /dev/null
+++ b/kde-apps/kdepimlibs/files/kdepimlibs-CVE-2016-7966.patch
@@ -0,0 +1,94 @@
+From 176fee25ca79145ab5c8e2275d248f1a46a8d8cf Mon Sep 17 00:00:00 2001
+From: Montel Laurent 
+Date: Fri, 30 Sep 2016 15:55:35 +0200
+Subject: [PATCH] Backport avoid to transform as a url when we have a quote
+
+---
+ kpimutils/linklocator.cpp | 30 +++---
+ kpimutils/linklocator.h   |  3 ++-
+ 2 files changed, 29 insertions(+), 4 deletions(-)
+
+diff --git a/kpimutils/linklocator.cpp b/kpimutils/linklocator.cpp
+index f5d9afd..f30e8fc 100644
+--- a/kpimutils/linklocator.cpp
 b/kpimutils/linklocator.cpp
+@@ -95,6 +95,12 @@ int LinkLocator::maxAddressLen() const
+ 
+ QString LinkLocator::getUrl()
+ {
++return getUrlAndCheckValidHref();
++}
++
++
++QString LinkLocator::getUrlAndCheckValidHref(bool *badurl)
++{
+   QString url;
+   if ( atUrl() ) {
+ // NOTE: see http://tools.ietf.org/html/rfc3986#appendix-A and especially 
appendix-C
+@@ -129,13 +135,26 @@ QString LinkLocator::getUrl()
+ 
+ url.reserve( maxUrlLen() );  // avoid allocs
+ int start = mPos;
++bool previousCharIsADoubleQuote = false;
+ while ( ( mPos < (int)mText.length() ) &&
+ ( mText[mPos].isPrint() || mText[mPos].isSpace() ) &&
+ ( ( afterUrl.isNull() && !mText[mPos].isSpace() ) ||
+   ( !afterUrl.isNull() && mText[mPos] != afterUrl ) ) ) {
+   if ( !mText[mPos].isSpace() ) {   // skip whitespace
+-url.append( mText[mPos] );
+-if ( url.length() > maxUrlLen() ) {
++  if (mText[mPos] == QLatin1Char('>') && previousCharIsADoubleQuote) {
++  //it's an invalid url
++  if (badurl) {
++  *badurl = true;
++  }
++  return QString();
++  }
++  if (mText[mPos] == QLatin1Char('"')) {
++  previousCharIsADoubleQuote = true;
++  } else {
++  previousCharIsADoubleQuote = false;
++  }
++  url.append( mText[mPos] );
++  if ( url.length() > maxUrlLen() ) {
+   break;
+ }
+   }
+@@ -367,7 +386,12 @@ QString LinkLocator::convertToHtml( const QString 
, int flags,
+ } else {
+   const int start = locator.mPos;
+   if ( !( flags & IgnoreUrls ) ) {
+-str = locator.getUrl();
++bool badUrl = false;
++str = locator.getUrlAndCheckValidHref();
++if (badUrl) {
++return locator.mText;
++}
++
+ if ( !str.isEmpty() ) {
+   QString hyperlink;
+   if ( str.left( 4 ) == QLatin1String("www.") ) {
+diff --git a/kpimutils/linklocator.h b/kpimutils/linklocator.h
+index 3049397..375498d 100644
+--- a/kpimutils/linklocator.h
 b/kpimutils/linklocator.h
+@@ -107,6 +107,7 @@ class KPIMUTILS_EXPORT LinkLocator
+   @return The URL at the current scan position, or an empty string.
+ */
+ QString getUrl();
++QString getUrlAndCheckValidHref(bool *badurl = 0);
+ 
+ /**
+   Attempts to grab an email address. If there is an @ symbol at the
+@@ -155,7 +156,7 @@ class KPIMUTILS_EXPORT LinkLocator
+ */
+ static QString pngToDataUrl( const QString & iconPath );
+ 
+-  protected:
++protected:
+ /**
+   The plaintext string being scanned for URLs and email addresses.
+ */
+-- 
+2.7.3
+

diff --git a/kde-apps/kdepimlibs/kdepimlibs-4.14.10-r1.ebuild 
b/kde-apps/kdepimlibs/kdepimlibs-4.14.10-r1.ebuild
new file mode 100644
index ..4275aaa
--- /dev/null
+++ b/kde-apps/kdepimlibs/kdepimlibs-4.14.10-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+CPPUNIT_REQUIRED="optional"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-base
+
+DESCRIPTION="Common library for KDE PIM apps"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="debug ldap prison"
+
+# some akonadi tests timeout, that probaly needs more work as its ~700 tests
+RESTRICT="test"
+
+DEPEND="
+   !kde-misc/akonadi-social-utils
+   

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

2016-10-06 Thread Matt Thode
commit: 0c22a7d671c78bacb6be074651eada751673cdb3
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:27:21 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:27:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c22a7d6

sys-cluster/heat: NEWTON :D

Package-Manager: portage-2.3.0

 sys-cluster/heat/Manifest  |   1 +
 sys-cluster/heat/heat-7.0.0.ebuild | 151 +
 2 files changed, 152 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
new file mode 100644
index ..be6b248
--- /dev/null
+++ b/sys-cluster/heat/Manifest
@@ -0,0 +1 @@
+DIST heat-7.0.0.tar.gz 2269393 SHA256 
16db746d540cee87170ec1fa6fdca945b6d2ead91b39e59f4d2d4a4c1d69e2db SHA512 
23026d56e871bb8d86b0020678c4a0233ec63d4b16d338e089f4e594f1814d8581c5c46f3035993934711e34beccc18acb350e85e98675f52aba6e194f3de3fc
 WHIRLPOOL 
08c87c89597c3f92ccc8cb96888f53b27ac44a46b245ab5b993c96b34446330df76dc098f26ab5dcd2d46970052315ead7b93ad3a44855a4f17f46d694a624d8

diff --git a/sys-cluster/heat/heat-7.0.0.ebuild 
b/sys-cluster/heat/heat-7.0.0.ebuild
new file mode 100644
index ..9fccc60
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.0.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
+   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.13.0[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   >=dev-python/aodhclient-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-ceilometerclient-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/python-designateclient-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.3.0[${PYTHON_USEDEP}]
+   !~dev-python/python-glanceclient-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-heatclient-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-magnumclient-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-manilaclient-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/python-mistralclient-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}]
+   

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

2016-10-06 Thread Matt Thode
commit: c6a2ddc2a6adbc1ef7bb00c7133b3774a66a3363
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:25:21 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:25:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a2ddc2

sys-cluster/nova: NEWTON :D

Package-Manager: portage-2.3.0

 sys-cluster/nova/Manifest   |   1 +
 sys-cluster/nova/nova-14.0.0.ebuild | 215 
 2 files changed, 216 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 3a20fc2..2d3e8b2 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,3 +1,4 @@
 DIST mitaka-nova.conf.sample 36427 SHA256 
dd4c3ccab89fbe9f69df520f47d439c7ffa440d3f8b288b0ab99ac328a02ec75 SHA512 
169671bde5cb5bb89065d801f80aa0d3c664af652d9ddb0c409ed3e0af2c0b94f1dbd0ebf834849e3e75dc38972935ec65a6e533d86148a7315839597d577cad
 WHIRLPOOL 
20f95a296c3d112a532c9c5cc911d30b67472868d94bcfd52fadfd7105f9095a6b77020ca1caa6a70319548239358868d809feed363a82e4d574aceb6e5f016d
 DIST newton-nova.conf.sample 44496 SHA256 
a7d9b95e67b77d0335edac760e037ad117d8c9f18c4792939ba8bb02739eae58 SHA512 
ac917f0fed24c6705cbe43b4e1af31138bb656ea06f0cbe66d5b820677a47ca854abf6ca7fdf76a9a7f3a5afff758dac294ffd778d1bda82bb9f95c48d103d6e
 WHIRLPOOL 
3c54dc8e4721f4289a8f64e9ac215c4b2e4b6afd2904fea4080659d3c292dcd942535d998b463efa4dd96a6090afb9830dfa6b9b3f2062439a8d03ec09356adc
 DIST nova-13.1.1.tar.gz 5407219 SHA256 
1af74830f52deb24ca0f25acf150c2338a414ccd2082bbb31092d55d28a92a9d SHA512 
18866a1fb9e1e94b91b27d72318401de755255be3b3fd374f156ccf88c84697a8f54b6f5be17842f55b5ff323f19d778213925dbeb4ae9c02225d2b3fb56b3cc
 WHIRLPOOL 
d5bd05f773b49cf309f02ea34c7d5cbbd82078a17a7aadc66ebd1ed9dd8180a036f31d74d27ea6f1af644eaa873e0e955a52b44ee66448ea93e0507561055d50
+DIST nova-14.0.0.tar.gz 5567908 SHA256 
95fc42853904493e5897188fcb92c760770c08efc7cf31f2d9a9a57450e54f76 SHA512 
cfa4aefbb6703ea3bb7324b1e402eb1eb879fd0a8717d81e713402331a5505dd107f4cba043b9c9515c68e5725d243fa62656760782335bdd248d99a55b5080c
 WHIRLPOOL 
4697191e2099facfea552fbcbbf91445ef655b9ba8847468f5335182eeb75e455916e183851a4b3357881904e3e5586fd46978bf3a23ffb4bf9b82edbe5a5313

diff --git a/sys-cluster/nova/nova-14.0.0.ebuild 
b/sys-cluster/nova/nova-14.0.0.ebuild
new file mode 100644
index ..b6d3a1f
--- /dev/null
+++ b/sys-cluster/nova/nova-14.0.0.ebuild
@@ -0,0 +1,215 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils linux-info multilib user
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova;
+SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/newton/nova.conf.sample
 -> newton-nova.conf.sample
+https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
+REQUIRED_USE="
+   !compute-only? ( || ( mysql postgres sqlite ) )
+   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="
+   >=dev-python/setuptools-16.0[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   compute-only? (
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   =dev-python/pymysql-0.6.2[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/boto-2.32.1[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.8[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
+   !~dev-python/routes-2.3[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
+   dev-python/paste[${PYTHON_USEDEP}]
+   

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

2016-10-06 Thread David Seifert
commit: 44540d2c38618b766626b88798bcd5c4bb506836
Author: David Seifert  gentoo  org>
AuthorDate: Thu Oct  6 18:15:16 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Oct  6 18:15:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44540d2c

dev-libs/boost: Correct find command to delete non-empty dirs, #2

Gentoo-bug: 596216

Package-Manager: portage-2.3.1

 dev-libs/boost/boost-1.62.0-r1.ebuild | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/dev-libs/boost/boost-1.62.0-r1.ebuild 
b/dev-libs/boost/boost-1.62.0-r1.ebuild
index 03a15bc..690b792 100644
--- a/dev-libs/boost/boost-1.62.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.62.0-r1.ebuild
@@ -107,12 +107,12 @@ __EOF__
 
 pkg_setup() {
# Bail out on unsupported build configuration, bug #456792
-   if [[ -f "${EROOT}etc/site-config.jam" ]]; then
-   grep -q gentoorelease "${EROOT}etc/site-config.jam" && grep -q 
gentoodebug "${EROOT}etc/site-config.jam" ||
+   if [[ -f "${EROOT%/}/etc/site-config.jam" ]]; then
+   grep -q gentoorelease "${EROOT%/}/etc/site-config.jam" && grep 
-q gentoodebug "${EROOT%/}/etc/site-config.jam" ||
(
-   eerror "You are using custom 
${EROOT}etc/site-config.jam without defined gentoorelease/gentoodebug targets."
+   eerror "You are using custom 
${EROOT%/}/etc/site-config.jam without defined gentoorelease/gentoodebug 
targets."
eerror "Boost can not be built in such configuration."
-   eerror "Please, either remove this file or add targets 
from ${EROOT}usr/share/boost-build/site-config.jam to it."
+   eerror "Please, either remove this file or add targets 
from ${EROOT%/}/usr/share/boost-build/site-config.jam to it."
die
)
fi
@@ -139,7 +139,7 @@ ejam() {
 
 src_configure() {
# Workaround for too many parallel processes requested, bug #506064
-   [ "$(makeopts_jobs)" -gt 64 ] && MAKEOPTS="${MAKEOPTS} -j64"
+   [[ "$(makeopts_jobs)" -gt 64 ]] && MAKEOPTS="${MAKEOPTS} -j64"
 
OPTIONS=(
$(usex debug gentoodebug gentoorelease)
@@ -294,9 +294,11 @@ multilib_src_install_all() {
fi
 
if use doc; then
-   find libs/*/* -depth \( -iname 'test' -o -iname 'src' \) 
-delete || die
-   find doc -depth \( -name 'Jamfile.v2' -o -name 'build' -o -name 
'*.manifest' \) -delete || die
-   find tools -depth \( -name 'Jamfile.v2' -o -name 'src' -o -name 
'*.cpp' -o -name '*.hpp' \) -delete || die
+   # find extraneous files that shouldn't be installed
+   # as part of the documentation and remove them.
+   find libs/*/* \( -iname 'test' -o -iname 'src' \) -exec rm -rf 
'{}' + || die
+   find doc \( -name 'Jamfile.v2' -o -name 'build' -o -name 
'*.manifest' \) -exec rm -rf '{}' + || die
+   find tools \( -name 'Jamfile.v2' -o -name 'src' -o -name 
'*.cpp' -o -name '*.hpp' \) -exec rm -rf '{}' + || die
 
docinto html
dodoc *.{htm,html,png,css}



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

2016-10-06 Thread Matt Thode
commit: 36254d48e9c9397d13a103db0c3775d34174e52f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:16:57 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:20:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36254d48

sys-cluster/cinder: NEWTON :D

Package-Manager: portage-2.3.0

 sys-cluster/cinder/Manifest |  1 +
 sys-cluster/cinder/cinder-2016.2..ebuild|  8 ++--
 .../{cinder-2016.2..ebuild => cinder-9.0.0.ebuild}  | 17 ++---
 3 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index d46763c..a477b79 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,5 +1,6 @@
 DIST cinder-8.1.0.tar.gz 3860875 SHA256 
f2bd093ee6ed56b10a694e198eb2b3b436340b492d2bb1c6ae85eba5ef1e0326 SHA512 
df6be20bfa90c6b1603125986e9b1b90f9f5e86b07a72acf52f53bd68adbc6971b5b9b88b70a312647d8306480ef55eade8cbe747d27646b302f886972631abb
 WHIRLPOOL 
3516447f85bd2cecb907931d0c3eb0c379f2246c97be94b80549d01da68830d82d0dfe5967b153a287e98ee3a833c6d27491f5e3cb21a989bec490117c3b1b75
 DIST cinder-8.1.1.tar.gz 3875392 SHA256 
57de9d1410e9e5a0568499e38414241167e4b2b1742aac309844da80efd127e2 SHA512 
4dfa5a11b11b684761519b33d1b45f4d65152df96fc9303e92724f88a01bea031e0dd7aaa229d5876641fa4a5089fcd197e52cf01652a89f6027435b038f3560
 WHIRLPOOL 
9815230914da588529f3f3916ddfdb25025a531015fd78fce635a6e55b6051f2a26f2e4710cd980daceb905f41caaceb274f84c34353bbc363a36e12a88c8245
+DIST cinder-9.0.0.tar.gz 4183579 SHA256 
19c08dfd3bd87d5c0568977a6114a5f6ff58313d9881f5c786181d75abec305d SHA512 
30e9cae3557ecb22f2a99a7129135ac524dd6fb816fdbd6ccb2d865e18a7ebdc766e55299daf5494c43500cc1802da57f267c57182af4a152db0e73ec116a949
 WHIRLPOOL 
e5416dbfaf14e4e4741570790456fc000a490d8614ecb0f10df9f96204ea55c31e2dbeaceca00ed74a0e0d22522ed5d3e441cec16898524eefc45ced1acfa039
 DIST mitaka-cinder-api-paste.ini 2416 SHA256 
3794a5e34dace60474274e93a7346662eb03a485d1b9b67afded591e764aba9d SHA512 
f6e3800557fa7efb562a69f80eea9b516c0ad2e54b9a013c92118bf91daaf2bdd2a9ced309626fab13fe9b979f0c768ac22bba63c7fa8aa3443004d50359d844
 WHIRLPOOL 
90e8c7bf065609e6a85d247c15b1022ea51bb94b000841c30a69d99c96082a08125fca58cf5b216990c6b746f52af5cedebbafc5b9450a91c0d32cdc21951952
 DIST mitaka-cinder-policy.json 4959 SHA256 
5a9cd9d5d4cf80a9271fd7a5146d6d5415d10f8d699a8499a39a3cde29f50bd6 SHA512 
b36daa51ab7719e1a56ca760e7ec62a98fb3a88ffed96196852023abf4ffe483200c9dcb934e3c7910fc6988f9c2bb9bb914121d0d649dc3b01466f467a82fe2
 WHIRLPOOL 
f288b6dba2593fa6deb8ad94862948899ec10f71e4751f108ec1fbfff814c3206b5c541aaac0bb7edd2fb5311639a1cd3a44586855912cb2e0e675d5ad78161c
 DIST mitaka-cinder-volume.filters 9819 SHA256 
20e4833aaf18b6be247e8ea2a0f63cc509ed595ea799c3ccfbcc1d0afc5bf9d8 SHA512 
7b7aacdd843b960ed075b466e0bd7d2973a7733e7db63b4cb02df4b824a9528f6b7074870bf0048674e600bed983bc66caa1914963fff4aed00e8ab40e2ef600
 WHIRLPOOL 
32fb88041b8f38c821896d82139ea712ea0fc0a71bd6154e31887e85baf58d80b2c8bfd6c60b21613e522fe32fb022078091fcdc74110e5c9968826ae218c085

diff --git a/sys-cluster/cinder/cinder-2016.2..ebuild 
b/sys-cluster/cinder/cinder-2016.2..ebuild
index 60d342e..39ffd30 100644
--- a/sys-cluster/cinder/cinder-2016.2..ebuild
+++ b/sys-cluster/cinder/cinder-2016.2..ebuild
@@ -18,8 +18,8 @@ EGIT_BRANCH="stable/newton"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS=""
-IUSE="+api +scheduler +volume infiniband iscsi lio lvm mysql +memcached 
postgres rdma sqlite +tcp test +tgt"
-REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( || ( tgt lio ) ) 
infiniband? ( rdma )"
+IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
+REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
@@ -113,10 +113,6 @@ RDEPEND="
>=dev-python/castellan-0.4.0[${PYTHON_USEDEP}]
iscsi? (
tgt? ( sys-block/tgt )
-   lio? (
-   sys-block/targetcli
-   sys-block/lio-utils
-   )
sys-block/open-iscsi
)
lvm? ( sys-fs/lvm2 )

diff --git a/sys-cluster/cinder/cinder-2016.2..ebuild 
b/sys-cluster/cinder/cinder-9.0.0.ebuild
similarity index 93%
copy from sys-cluster/cinder/cinder-2016.2..ebuild
copy to sys-cluster/cinder/cinder-9.0.0.ebuild
index 60d342e..1bfce45 100644
--- a/sys-cluster/cinder/cinder-2016.2..ebuild
+++ b/sys-cluster/cinder/cinder-9.0.0.ebuild
@@ -5,21 +5,20 @@
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_4 )
 
-inherit distutils-r1 eutils git-r3 linux-info user
+inherit distutils-r1 eutils linux-info user
 
 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
 HOMEPAGE="https://launchpad.net/cinder;
 

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

2016-10-06 Thread Matt Thode
commit: c310f523689580cbf6d754e76e81415471fad82e
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:19:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:20:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c310f523

sys-cluster/neutron: NEWTON :D

Package-Manager: portage-2.3.0

 sys-cluster/neutron/Manifest |   3 +
 sys-cluster/neutron/neutron-9.0.0.ebuild | 229 +++
 2 files changed, 232 insertions(+)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 3f0bfa9..29a484c 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,7 +1,10 @@
 DIST neutron-8.2.0.tar.gz 2820699 SHA256 
8d6edde5cacd5f77bf9f95c0ecee8acfcdceafa1ae4a2dd4ad3ea7ad7343811c SHA512 
e7ec025678d23a13c7cbefa4a23f0a72afeefb7118f93419b8227d74de38661024d80a5797e0b67a0322dd5118010de3ef8c8a62106ea46cff4579f6f29f0d68
 WHIRLPOOL 
e719d16d690cb6f0e99021854358758a1dc64c50239593785dae3313e1284068ada80566bb6f064666a2b140a64f988194d32d9ed0908575bbae651b5f5db0e5
+DIST neutron-9.0.0.tar.gz 3012055 SHA256 
f8f46f9b9ae5a4673e557fa6f48314390ed992fa6c8f53ad890e3004488df8aa SHA512 
4c404725e5ecbd6f306923b05276cfde63b2a3a83f972e39fa7e32876ccb9f70d5177717aa077b70daace993b993ca2c0e059ad860b8d5f9bf960e86fbeb999e
 WHIRLPOOL 
dde00afa5558a31b18f68f41df8a400114975e35020ba34edea4268c90b0789edcb8d25decd42003d357642827d45dec24aa61a37260301337bf94073e384403
 DIST neutron-configs-2016.1..tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
 DIST neutron-configs-2016.2..tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
 DIST neutron-configs-8.2.0.tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
+DIST neutron-configs-9.0.0.tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
 DIST neutron-ml2-plugins-2016.1..tar.gz 2031 SHA256 
af1f0436924a64d9a07f0770f06d0a2e48457b45389e1ab90e42c7157797557b SHA512 
b0c194ad29d7e7a44c04b74a109523044cf268ebd8cb91965759a5cbba7cef47c252f7d0ab49bf888a74b1776891b99402dd54d45fd6099734fa03afd519350d
 WHIRLPOOL 
c279518f1868c54409a28dea03f32aa60a413af9dc3ce4387034aaab6387f1c96a937c370bcab3e6e96474a12f19f3794e7b3e0482cb067fb2b060ad09faabad
 DIST neutron-ml2-plugins-2016.2..tar.gz 2073 SHA256 
1e12e81673168860a2d7c5172deb00a7301d0a698014113dfcfba74759ba444d SHA512 
bcde3a4d5e041c0080503cdf8f60c83e1c09f873010e78f4bc9066f57b17cf69394cf71cedbb8d3819a62d9cfdd545b102f16b53c0e3deb44b1d03136c14d711
 WHIRLPOOL 
099e19f4ec98fb54187e100af057711db3df3f86ae117a03f38afe37b6c5135666330aeb05867331cc015e8f14bee6e34942d1cb5aec63f92e01e7d6ae69f671
 DIST neutron-ml2-plugins-8.2.0.tar.gz 2031 SHA256 
af1f0436924a64d9a07f0770f06d0a2e48457b45389e1ab90e42c7157797557b SHA512 
b0c194ad29d7e7a44c04b74a109523044cf268ebd8cb91965759a5cbba7cef47c252f7d0ab49bf888a74b1776891b99402dd54d45fd6099734fa03afd519350d
 WHIRLPOOL 
c279518f1868c54409a28dea03f32aa60a413af9dc3ce4387034aaab6387f1c96a937c370bcab3e6e96474a12f19f3794e7b3e0482cb067fb2b060ad09faabad
+DIST neutron-ml2-plugins-9.0.0.tar.gz 2073 SHA256 
1e12e81673168860a2d7c5172deb00a7301d0a698014113dfcfba74759ba444d SHA512 
bcde3a4d5e041c0080503cdf8f60c83e1c09f873010e78f4bc9066f57b17cf69394cf71cedbb8d3819a62d9cfdd545b102f16b53c0e3deb44b1d03136c14d711
 WHIRLPOOL 
099e19f4ec98fb54187e100af057711db3df3f86ae117a03f38afe37b6c5135666330aeb05867331cc015e8f14bee6e34942d1cb5aec63f92e01e7d6ae69f671

diff --git a/sys-cluster/neutron/neutron-9.0.0.ebuild 
b/sys-cluster/neutron/neutron-9.0.0.ebuild
new file mode 100644
index ..5928506
--- /dev/null
+++ b/sys-cluster/neutron/neutron-9.0.0.ebuild
@@ -0,0 +1,229 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcoreaddons/, kde-frameworks/kcoreaddons/files/

2016-10-06 Thread Michael Palimaka
commit: bd38ebeaf7ab220314d81699d0176c0be1600447
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 18:11:32 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 18:12:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd38ebea

kde-frameworks/kcoreaddons: backport patch from upstream for CVE-2016-7966

Gentoo-bug: 596224

Package-Manager: portage-2.3.1

 .../files/kcoreaddons-5.26.0-CVE-2016-7966.patch   | 122 +
 .../kcoreaddons/kcoreaddons-5.26.0-r1.ebuild   |  33 ++
 2 files changed, 155 insertions(+)

diff --git 
a/kde-frameworks/kcoreaddons/files/kcoreaddons-5.26.0-CVE-2016-7966.patch 
b/kde-frameworks/kcoreaddons/files/kcoreaddons-5.26.0-CVE-2016-7966.patch
new file mode 100644
index ..8374d5a
--- /dev/null
+++ b/kde-frameworks/kcoreaddons/files/kcoreaddons-5.26.0-CVE-2016-7966.patch
@@ -0,0 +1,122 @@
+From 96e562d9138c100498da38e4c5b4091a226dde12 Mon Sep 17 00:00:00 2001
+From: Montel Laurent 
+Date: Fri, 30 Sep 2016 13:21:45 +0200
+Subject: [PATCH] Don't convert as url an url which has a "
+
+---
+ autotests/ktexttohtmltest.cpp |  6 ++
+ src/lib/text/ktexttohtml.cpp  | 25 +++--
+ src/lib/text/ktexttohtml_p.h  |  2 +-
+ 3 files changed, 26 insertions(+), 7 deletions(-)
+
+diff --git a/autotests/ktexttohtmltest.cpp b/autotests/ktexttohtmltest.cpp
+index 8fc0c56..c5690e8 100644
+--- a/autotests/ktexttohtmltest.cpp
 b/autotests/ktexttohtmltest.cpp
+@@ -386,6 +386,12 @@ void KTextToHTMLTest::testHtmlConvert_data()
+QTest::newRow("url-with-url") << "foo >"
+<< 
KTextToHTML::Options(KTextToHTML::PreserveSpaces)
+<< "foo http://www.kde.org/ 
\">http://www.kde.org/ http://www.kde.org/\;>http://www.kde.org/";
++
++   //Fix url exploit
++   QTest::newRow("url-exec-html") << 

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

2016-10-06 Thread Matt Thode
commit: 31682da3624ed45b0ab631c7e88309942245aca7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:04:18 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:04:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31682da3

sys-auth/keystone: NEWTON :D

Package-Manager: portage-2.3.0

 sys-auth/keystone/Manifest   |   1 +
 sys-auth/keystone/keystone-10.0.0.ebuild | 165 +++
 2 files changed, 166 insertions(+)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index feb147e..46317f0 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -1,2 +1,3 @@
+DIST keystone-10.0.0.tar.gz 1355520 SHA256 
5317c7a0c67ec5184e3efabd513ed7bd2eb3a5d537e24d781bc252035f46ae63 SHA512 
de71ac4edda12def82885dd3a664d37cf5cd243e917dd5638164e2f331991ba0faae529b136beb4931949edf097441f327aca6238a20b9c6c6497bb66c266857
 WHIRLPOOL 
03e71774c6b6da9aa660ad6f285fd06b06a437111005ac8da23383abd39476639c660f1052d56536ac30870ed3710908e34bd765e9fefdb82d666bd447b2a288
 DIST keystone-9.1.0.tar.gz 1183959 SHA256 
3828f8907d07901a3f0516b9ee99fbd42bd9d293e4fa137d850a46487c76bad3 SHA512 
2326d3ef91e614df8c0cfc68c4c4ced5f28a9c2c07e7bf6b7e55078c12d00cbb910bb53e1aee9cfcded70cfd78ab250ae5316bfc40e79609e980f0512f308fc0
 WHIRLPOOL 
5f6fcdcd5e2bb6dd2f7a0feaf6645f06baa5cdcaa645dc18a6fc95d2eaddcc1d160d4735631c08a90103a392b502344e8d463b917fb78a286ac4dcc806f22029
 DIST keystone-9.2.0.tar.gz 1186091 SHA256 
c2131d01a84cb430ab8cd842467a63ea759274935584ca83f7dda2f42ef0cbb0 SHA512 
06e66853c7b1067f97b5cd09783a941393ec993a9b1d5c05cf4c4c41c96f4b09b1528dcfab4fa7eb08e2a372599e807fd8ac77b4e01fb1434c1e905a2c33a6c2
 WHIRLPOOL 
d1936743cf992b086a6c5c707d2ec69c284d2b55e10f5826599f765a98dc9713f5aa6f61ecc7d63c8bf66452aff04bf316e0181e4791f74e7ef8e5029712d783

diff --git a/sys-auth/keystone/keystone-10.0.0.ebuild 
b/sys-auth/keystone/keystone-10.0.0.ebuild
new file mode 100644
index ..be2780e
--- /dev/null
+++ b/sys-auth/keystone/keystone-10.0.0.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 user
+
+DESCRIPTION="The Openstack authentication, authorization, and service catalog"
+HOMEPAGE="https://launchpad.net/keystone;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+sqlite ldap memcached mongo mysql postgres test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   dev-python/paste[${PYTHON_USEDEP}]
+   >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
+   !~dev-python/routes-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   =dev-python/pymysql-0.6.2[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/passlib-1.6[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
+   !~dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
+   

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

2016-10-06 Thread Matt Thode
commit: 3be6a806503739647a4de93ede40c8fcb5d3223b
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:06:31 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:06:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be6a806

app-admin/glance: NEWTON :D

Package-Manager: portage-2.3.0

 app-admin/glance/Manifest |   1 +
 app-admin/glance/glance-13.0.0.ebuild | 141 ++
 2 files changed, 142 insertions(+)

diff --git a/app-admin/glance/Manifest b/app-admin/glance/Manifest
index 11ce140..1146141 100644
--- a/app-admin/glance/Manifest
+++ b/app-admin/glance/Manifest
@@ -1 +1,2 @@
 DIST glance-12.0.0.tar.gz 1746851 SHA256 
42213a4cd59bbcaa5f34d09ff48494a4d9831de9f27fc8541726a685a4c4f509 SHA512 
c0a4327bb091dca52a125dbc314c8fe13b2914ed0191ee8a39a36a7ccc5324fc8910f4c2af5a615f7783e3acee0f46a9a5370de278af53f80ce45b08c15ace48
 WHIRLPOOL 
1a23d1629f1be1b13b2c45ff77bd9cd011c01c45e1e6e5457d12b7b5cf6dcdfc757a36fde4cc84d34872be3fb1941e8cd158e2734215cab4f753f154a78e
+DIST glance-13.0.0.tar.gz 1742124 SHA256 
3ef3594018469ba36425afafa61ae31487b6025e6f8d9d14febcedfa7136160f SHA512 
2f49af5c462a10f8132bb50ad62a45026e77db1324384299551cfe2097b166ccb6fab82eacb092ab6c157f27cdb7253062e62881af795b15d8fd400c1fa096d8
 WHIRLPOOL 
0c859bbe9e87d2658118bdc111fd052ef088489d83d30574ec07271a50674d18b93d80de05a6282f7d43a8630d980340445b7926bda84572df40086e5e5c

diff --git a/app-admin/glance/glance-13.0.0.ebuild 
b/app-admin/glance/glance-13.0.0.ebuild
new file mode 100644
index ..6ec38e2
--- /dev/null
+++ b/app-admin/glance/glance-13.0.0.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 user
+
+DESCRIPTION="Services for discovering, registering, and retrieving VM images"
+HOMEPAGE="https://launchpad.net/glance;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc mysql postgres +sqlite +swift"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+#note to self, wsgiref is a python builtin, no need to package it
+#>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]
+
+RDEPEND="
+   ${CDEPEND}
+   sqlite? (
+   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   =dev-python/pymysql-0.6.2[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   =dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
+   !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
+   !~dev-python/routes-2.3[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
+   !~dev-python/futurist-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/taskflow-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/WSME-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.0[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
+   =dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
+   !~dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]

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

2016-10-06 Thread Michael Palimaka
commit: 058b01b9c261f2417575f149ebfc244c1f898070
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 17:58:58 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 17:59:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058b01b9

www-client/qupzilla: drop broken l10n handling

Gentoo-bug: 590942

Package-Manager: portage-2.3.1

 www-client/qupzilla/qupzilla-2.0.1.ebuild | 16 +---
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-2.0.1.ebuild 
b/www-client/qupzilla/qupzilla-2.0.1.ebuild
index 42a3737..cacbc21 100644
--- a/www-client/qupzilla/qupzilla-2.0.1.ebuild
+++ b/www-client/qupzilla/qupzilla-2.0.1.ebuild
@@ -4,15 +4,10 @@
 
 EAPI=6
 
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES
-   fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg
-   lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr
-   sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
-   zh_CN zh_TW"
 PLUGINS_HASH='c332d306c0f6cf645c75eaf198d2fc5e12339e9e'
 PLUGINS_VERSION='2016.05.02' # if there are no updates, we can use the older 
archive
 
-inherit l10n qmake-utils
+inherit qmake-utils
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -69,21 +64,12 @@ src_prepare() {
# get extra plugins into qupzilla build tree
mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_HASH}/plugins/* 
"${S}"/src/plugins/ || die
 
-   rm_loc() {
-   # remove localizations the user has not specified
-   sed -i -e "/${1}.ts/d" translations/translations.pri || die
-   rm translations/${1}.ts || die
-   }
-
# remove outdated prebuilt localizations
rm -rf bin/locale || die
 
# remove empty locale
rm translations/empty.ts || die
 
-   l10n_find_plocales_changes translations '' .ts
-   l10n_for_each_disabled_locale_do rm_loc
-
default
 }
 



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

2016-10-06 Thread William Hubbs
commit: 134fd34876523b2f756dfc10fb0180f97aa4c618
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Oct  6 17:29:57 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Oct  6 17:31:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134fd348

sys-apps/openrc: 0.22.2 version bump

Package-Manager: portage-2.3.0

 sys-apps/openrc/Manifest |   1 +
 sys-apps/openrc/openrc-0.22.2.ebuild | 330 +++
 2 files changed, 331 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index bc944a8..8b1ea01 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -3,3 +3,4 @@ DIST openrc-0.18.4.tar.bz2 157237 SHA256 
2c8bf1c6f52fcf4c1f6945a2836ba2551a7d930
 DIST openrc-0.19.1.tar.bz2 159598 SHA256 
5628c04b12e2f51f25e59c303bdccbf545ba0db25484adcca48e70d0712ce0e6 SHA512 
303db4475fd02aa3aa161dbd8794a45c2633b9fe96aaab67b81014fa3915bed1aa51cff57128f4413cf9f2329ce1f2012e460e089c39f01ac6eb061a95844329
 WHIRLPOOL 
a4e8720579b8983cb3c2c9b4dd983c1b7bf45e053aa0c9545f31e36c22e44d06e55198d4143dc0a6bca3b7d00b151b43d1da439b2479044344ca12f3151711f1
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4
 DIST openrc-0.22.1.tar.gz 215672 SHA256 
1e06c878fc2a6022795524a88fc97c9079158d4947b2fca048d17abbb7ec8920 SHA512 
3dd74ab58003b7712ace90094def3dd1fe9239144925fd019df308550da9decf07b66e36cc5bb1ebf41218333525777a17ee36d164a5155ba6d499856c559883
 WHIRLPOOL 
a13322b43d822214c9794c0d6e18c07795d8a839f495074b9b774a6bd0011f33628e83b3567b4c6529a11735a4603d82ce5af09d422b5a08e00f29e84ae52997
+DIST openrc-0.22.2.tar.gz 215328 SHA256 
d6485cab4d01d7204b8878e78889a39a2ad9fd3b13ee77162b0f1738daeae59e SHA512 
21962627612408e58cea0345ad445f9b8974e56a98784b51674cebc12e19310a766bfd11a84285f11616b5f25922dcbced4f19048dcf2ab715cffa1407ab403f
 WHIRLPOOL 
14e11b00bdf8a32ce1bba93d32d14ed19ff291eab581ef9ee0a4257622a37a1848eb024d135ea2b22fd6b51a7bc120835850be431700a280cf421b520cb6c8f1

diff --git a/sys-apps/openrc/openrc-0.22.2.ebuild 
b/sys-apps/openrc/openrc-0.22.2.ebuild
new file mode 100644
index ..ea6aaf6
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.22.2.ebuild
@@ -0,0 +1,330 @@
+# 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://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/files/, x11-terms/qterminal/

2016-10-06 Thread Michael Palimaka
commit: 74566133ba68d9722535ce8dc04cea89667bc8aa
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 17:08:27 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 17:09:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74566133

x11-terms/qterminal: version bump

Gentoo-bug: 596232

Package-Manager: portage-2.3.1

 x11-terms/qterminal/Manifest   |  1 +
 .../qterminal/files/qterminal-no-liblxqt.patch | 52 ++
 x11-terms/qterminal/qterminal-0.7.0.ebuild | 39 
 x11-terms/qterminal/qterminal-.ebuild  | 44 +-
 4 files changed, 113 insertions(+), 23 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 3b3a2bb..2b10758 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1 +1,2 @@
 DIST qterminal-0.6.0.tar.xz 100660 SHA256 
61121ad0d1d34a5129e1109b6689d7fb7b10130a32831eaf500a86909b29d9bc SHA512 
e51b768dc9b467800c7439bf7b021e04d83073a236023632e76ba00551bffa70f3b96f2098c68092283287914ce9103c8dfae8af79c9c25e119528b3f102ab34
 WHIRLPOOL 
4d67cce15b1ced30916f123ad140f3b00237bd5f4535fe0fb9adbd31829cfdb3120b6788f29cb9545d23d892c6ce22970793c0afed2e5ed225ba8e9a2487a88d
+DIST qterminal-0.7.0.tar.xz 98636 SHA256 
a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d SHA512 
ad89bf2639c1c3d15396de1d91121920cbbb52d097d53d2751bf42e1d96b9d00cef8c54456a00b8fa40808a85535f1b88ea7bb3342dc9681fa8e769c2663061e
 WHIRLPOOL 
8bdfb1b44e67e67d4261e78f305097ca202710e3f6020b76ff729f17b661f30bce1be4bbc77840bc24e197766ecdcba69392e325402f71b4dc885b5287934684

diff --git a/x11-terms/qterminal/files/qterminal-no-liblxqt.patch 
b/x11-terms/qterminal/files/qterminal-no-liblxqt.patch
new file mode 100644
index ..f2a9795
--- /dev/null
+++ b/x11-terms/qterminal/files/qterminal-no-liblxqt.patch
@@ -0,0 +1,52 @@
+Translations are fetched from upstream git repo at build time, so disable them.
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -29,15 +29,15 @@
+ # we need qpa/qplatformnativeinterface.h for global shortcut
+ find_package(Qt5Gui REQUIRED)
+ find_package(Qt5Widgets REQUIRED)
+-find_package(Qt5LinguistTools REQUIRED)
++#find_package(Qt5LinguistTools REQUIRED)
+ if(APPLE)
+ elseif(UNIX)
+ find_package(Qt5X11Extras REQUIRED)
+ endif()
+ find_package(QTermWidget5 REQUIRED)
+ #Note: no run-time dependency on liblxqt, just a build dependency for 
lxqt_translate_ts/desktop
+-find_package(lxqt REQUIRED)
+-include(LXQtTranslateTs)
++#find_package(lxqt REQUIRED)
++#include(LXQtTranslateTs)
+ message(STATUS "Qt version: ${Qt5Core_VERSION_STRING}")
+ 
+ include(${QTERMWIDGET_USE_FILE})
+@@ -110,17 +110,17 @@
+ qt5_wrap_ui( QTERM_UI ${QTERM_UI_SRC} )
+ qt5_wrap_cpp( QTERM_MOC ${QTERM_MOC_SRC} )
+ qt5_add_resources( QTERM_RCC ${QTERM_RCC_SRC} )
+-lxqt_translate_ts(QTERM_QM
+-TRANSLATION_DIR "src/translations"
+-PULL_TRANSLATIONS
+-${PULL_TRANSLATIONS}
+-CLEAN_TRANSLATIONS
+-${CLEAN_TRANSLATIONS}
+-TRANSLATIONS_REPO
+-${TRANSLATIONS_REPO}
+-TRANSLATIONS_REFSPEC
+-${TRANSLATIONS_REFSPEC}
+-)
++#lxqt_translate_ts(QTERM_QM
++#TRANSLATION_DIR "src/translations"
++#PULL_TRANSLATIONS
++#${PULL_TRANSLATIONS}
++#CLEAN_TRANSLATIONS
++#${CLEAN_TRANSLATIONS}
++#TRANSLATIONS_REPO
++#${TRANSLATIONS_REPO}
++#TRANSLATIONS_REFSPEC
++#${TRANSLATIONS_REFSPEC}
++#)
+ 
+ include_directories(
+ "${CMAKE_SOURCE_DIR}"

diff --git a/x11-terms/qterminal/qterminal-0.7.0.ebuild 
b/x11-terms/qterminal/qterminal-0.7.0.ebuild
new file mode 100644
index ..f3a882e
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-0.7.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+HOMEPAGE="https://github.com/lxde/qterminal;
+SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   ~x11-libs/qtermwidget-${PV}
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-no-liblxqt.patch" )
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git a/x11-terms/qterminal/qterminal-.ebuild 
b/x11-terms/qterminal/qterminal-.ebuild
index 2d55241..8d6dc6a 100644
--- a/x11-terms/qterminal/qterminal-.ebuild
+++ b/x11-terms/qterminal/qterminal-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit cmake-utils git-r3
+inherit cmake-utils git-r3 gnome2-utils
 
 DESCRIPTION="Qt-based multitab terminal emulator"
 

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

2016-10-06 Thread Michael Palimaka
commit: 04bcc457f39612f17db04aea869ae66fcdcfc01a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 16:41:04 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 17:09:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bcc457

x11-libs/qtermwidget: version bump

Gentoo-bug: 596232

Package-Manager: portage-2.3.1

 x11-libs/qtermwidget/Manifest |  1 +
 x11-libs/qtermwidget/qtermwidget-0.7.0.ebuild | 22 
 x11-libs/qtermwidget/qtermwidget-.ebuild  | 48 ---
 3 files changed, 29 insertions(+), 42 deletions(-)

diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest
index 9209773..f8d741b 100644
--- a/x11-libs/qtermwidget/Manifest
+++ b/x11-libs/qtermwidget/Manifest
@@ -1 +1,2 @@
 DIST qtermwidget-0.6.0.tar.xz 158312 SHA256 
1ea148e67c3e28a53ca24a3c91532507ddd6c5d28611467e7a67334d945cd010 SHA512 
2e6c5c4bee50244757aecf461c2f63f3d7306647693176df3587271129a3f12d188ea425d8db3704ec1c52df56d429b06472a7c628b5b916c0852752ebfdb79a
 WHIRLPOOL 
55d3e9544f654dce4139f81e3d933a0d11e3e06e965671e4b17e590219e2e5e991b3bdb61db59203197789d943780f3f40d28f8b5d874479a44cc486ae9a6aad
+DIST qtermwidget-0.7.0.tar.xz 158556 SHA256 
413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748 SHA512 
5470ef9179c5ac9e82474134fe87e0a09a853211d41d584c16bcac2028e7e9c83aad805d5c3be5fe405535f41151d51c989877f8c2866c1c26e47cc3cac44b27
 WHIRLPOOL 
e192c13e0ca618f5c0b08e80450ae0eed7ea26320c24ae9f1bc48b7a829fdc7ba90cbd0b756b4e1b26273c347ff64de0dd3a86270be15c911f305bc3466a259a

diff --git a/x11-libs/qtermwidget/qtermwidget-0.7.0.ebuild 
b/x11-libs/qtermwidget/qtermwidget-0.7.0.ebuild
new file mode 100644
index ..c802a6a
--- /dev/null
+++ b/x11-libs/qtermwidget/qtermwidget-0.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="Qt terminal emulator widget"
+HOMEPAGE="https://github.com/lxde/qtermwidget;
+SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"

diff --git a/x11-libs/qtermwidget/qtermwidget-.ebuild 
b/x11-libs/qtermwidget/qtermwidget-.ebuild
index 330186f..6c7ec53 100644
--- a/x11-libs/qtermwidget/qtermwidget-.ebuild
+++ b/x11-libs/qtermwidget/qtermwidget-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit cmake-utils multibuild git-r3
+inherit cmake-utils git-r3
 
 DESCRIPTION="Qt terminal emulator widget"
 HOMEPAGE="https://github.com/lxde/qtermwidget;
@@ -12,47 +12,11 @@ EGIT_REPO_URI="https://github.com/lxde/qtermwidget.git;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="qt4 qt5"
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE=""
 
 DEPEND="
-   qt4? ( dev-qt/designer:4
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4 )
-   qt5? ( dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5 )"
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
 RDEPEND="${DEPEND}"
-
-src_prepare() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-   default
-}
-
-mb_variantx() {
-   if [[ ${MULTIBUILD_VARIANT} == "$1" ]]; then
-   echo "${2-ON}"
-   else
-   echo "${3-OFF}"
-   fi
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DBUILD_DESIGNER_PLUGIN="$(mb_variantx qt4)"
-   -DUSE_QT5="$(mb_variantx qt5)"
-   )
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}



[gentoo-commits] proj/openrc:0.22.x commit in: /

2016-10-06 Thread William Hubbs
commit: d8ed89971bd2a9fa7cc5014f4d791220a915a3d6
Author: William Hubbs  gmail  com>
AuthorDate: Thu Oct  6 16:55:31 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Oct  6 16:55:31 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=d8ed8997

update ChangeLog

 ChangeLog | 102 ++
 1 file changed, 43 insertions(+), 59 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dba3127..6f49f75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+commit a537bd7abb8d3d1841635c78f9163e6d1abad0ba
+Author: William Hubbs 
+Commit: William Hubbs 
+
+init.d/sysfs: load efivarfs module when booting in efi mode
+
+The presence of /sys/firmware/efi is used to indicate that the system
+was booted in efi mode.
+
+commit a13f2b91b2e5337d659844be19fd302a0f21b288
+Author: William Hubbs 
+Commit: William Hubbs 
+
+init.d/sysfs: fix efivarfs module test
+
+commit b5a7222fe062c691ba5d05d27195eeb646c90b86
+Author: William Hubbs 
+Commit: William Hubbs 
+
+init.d/sysfs: fix efivarfs handling
+
+Separate loading the module, if it isn't built in or loaded, from
+mounting the file system.
+
+This also makes sure the warning about configuring the module in
+/etc/conf.d/modules or building it in is displayed only if it is loaded
+successfully.
+
+X-Gentoo-Bug: 595836
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=595836
+
+commit ace8dfdaae24f49a7397f72550b09543025c2173
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.22.2
+
+commit 70561077250e7684d14203d3ed1c2c9f0bad2380
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Update ChangeLog
+
 commit 5df511e9e435726e6c16698eae7fda0960d7c021
 Author: Doug Freed 
 Commit: Doug Freed 
@@ -1513,62 +1556,3 @@ Commit: William Hubbs 
 
 X-Gentoo-Bug: 562354
 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562354
-
-commit bf0c0dd5644436efe4986c2b259b755d111266b9
-Author: William Hubbs 
-Commit: William Hubbs 
-
-bootmisc: convert errors in clean_run function to warnings
-
-X-Gentoo-Bug: 552418
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=552418
-
-commit 1558ad2b9ebf319b85876a940d31d513bf21324f
-Author: William Hubbs 
-Commit: William Hubbs 
-
-bootmisc: only remove temp directory if umount is successful
-
-Change the clean_run function to only remove the temp directory if the
-umount was successful.
-
-X-Gentoo-Bug: 561230
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561230
-
-commit 5f4f2420364098835522da868a9e75205c9e4f9c
-Author: William Hubbs 
-Commit: William Hubbs 
-
-mountinfo: fix --netdev and --nonetdev on Linux
-
-On Linux, the --netdev and --nonetdev switches were not working. They
-were both returning false. After this change, they operate based on the
-presence or abscence of the _netdev option in mount options.
-
-commit b3f7ff901f7d3ed00b9f73c601193ac507f62eaf
-Author: William Hubbs 
-Commit: William Hubbs 
-
-mountinfo: read /proc/self/mounts instead of /proc/mounts on Linux
-
-commit a59365a582c3a8c9a8b863b572fddcb65fccadfd
-Author: William Hubbs 
-Commit: William Hubbs 
-
-start-stop-daemon.sh: complain in start if command is undefined
-
-The default start-stop-daemon start function expects the command
-variable to be defined to point to the daemon we want to start.
-
-If the variable is undefined, this means that there will be nothing to
-start, and in this case we should complain because it is possible that
-the script writer made a typo in the variable name.
-
-commit dac5966ca40610797d2b2aabef17154ca3dc20af
-Author: William Hubbs 
-Commit: William Hubbs 
-
-Revert "local/netmount: remove uses of -O [no]_netdev"
-
-This reverts commit 2a439c85bd69efc14847b4397bd6783cac051405.
-There is another use case for -O involving iscsi, so we can't remove it.



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

2016-10-06 Thread Ian Stakenvicius
commit: 5049ed8d0b9f12069ec8aa03aae77bad57d3c8d7
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Oct  6 16:18:49 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Oct  6 16:18:56 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5049ed8d

mail-client/thunderbird: patch elfhack to address ld.gold failure from 
binutils-2.26

Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1233963
Bug: http://bugs.gentoo.org/593958

 .../firefox-45-binutils-2.26-gold-elfhack.patch| 49 ++
 ...-45.4.0.ebuild => thunderbird-45.4.0-r1.ebuild} |  1 +
 2 files changed, 50 insertions(+)

diff --git 
a/mail-client/thunderbird/files/firefox-45-binutils-2.26-gold-elfhack.patch 
b/mail-client/thunderbird/files/firefox-45-binutils-2.26-gold-elfhack.patch
new file mode 100644
index 000..1e7fa1c
--- /dev/null
+++ b/mail-client/thunderbird/files/firefox-45-binutils-2.26-gold-elfhack.patch
@@ -0,0 +1,49 @@
+From 4d0fe8f40364c170226f1ef3bc98975630463e87 Mon Sep 17 00:00:00 2001
+From: Mike Hommey 
+Date: Tue, 19 Jan 2016 14:31:04 +0900
+Subject: [PATCH] Bug 1233963 - Work around recent GNU gold behavior with
+ segments starting before the first section they contain
+
+---
+ build/unix/elfhack/elf.cpp | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/build/unix/elfhack/elf.cpp b/build/unix/elfhack/elf.cpp
+index 666b535..743afde 100644
+--- a/build/unix/elfhack/elf.cpp
 b/build/unix/elfhack/elf.cpp
+@@ -253,26 +253,29 @@ Elf::Elf(std::ifstream )
+ }
+ if (phdr.p_type == PT_PHDR)
+ segment->addSection(phdr_section);
+ for (int j = 1; j < ehdr->e_shnum; j++)
+ if (phdr.contains(sections[j]))
+ segment->addSection(sections[j]);
+ // Make sure that our view of segments corresponds to the original
+ // ELF file.
+-assert(segment->getFileSize() == phdr.p_filesz);
++// GNU gold likes to start some segments before the first section
++// they contain. https://sourceware.org/bugzilla/show_bug.cgi?id=19392
++unsigned int gold_adjustment = segment->getAddr() - phdr.p_vaddr;
++assert(segment->getFileSize() == phdr.p_filesz - gold_adjustment);
+ // gold makes TLS segments end on an aligned virtual address, even
+ // when the underlying section ends before that, while bfd ld
+ // doesn't. It's fine if we don't keep that alignment.
+ unsigned int memsize = segment->getMemSize();
+ if (phdr.p_type == PT_TLS && memsize != phdr.p_memsz) {
+ unsigned int align = segment->getAlign();
+ memsize = (memsize + align - 1) & ~(align - 1);
+ }
+-assert(memsize == phdr.p_memsz);
++assert(memsize == phdr.p_memsz - gold_adjustment);
+ segments.push_back(segment);
+ }
+ 
+ new (_entry) ElfLocation(ehdr->e_entry, this);
+ }
+ 
+ Elf::~Elf()
+ {
+-- 
+2.7.0
+

diff --git a/mail-client/thunderbird/thunderbird-45.4.0.ebuild 
b/mail-client/thunderbird/thunderbird-45.4.0-r1.ebuild
similarity index 99%
rename from mail-client/thunderbird/thunderbird-45.4.0.ebuild
rename to mail-client/thunderbird/thunderbird-45.4.0-r1.ebuild
index 42d8da7..a74e343 100644
--- a/mail-client/thunderbird/thunderbird-45.4.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.4.0-r1.ebuild
@@ -144,6 +144,7 @@ src_prepare() {
# Apply our patchset from firefox to thunderbird as well
pushd "${S}"/mozilla &>/dev/null || die
eapply "${WORKDIR}/firefox" \
+   "${FILESDIR}"/firefox-45-binutils-2.26-gold-elfhack.patch \
"${FILESDIR}"/firefox-45-gcc6.patch
popd &>/dev/null || die
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/

2016-10-06 Thread Matt Thode
commit: c60024b0baf66539785e94ebab14fdbaf75613df
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 16:27:43 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 16:27:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60024b0

app-emulation/cloud-init: updating 

Package-Manager: portage-2.3.0

 app-emulation/cloud-init/cloud-init-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-emulation/cloud-init/cloud-init-.ebuild 
b/app-emulation/cloud-init/cloud-init-.ebuild
index 1d41994..b7bd6bf 100644
--- a/app-emulation/cloud-init/cloud-init-.ebuild
+++ b/app-emulation/cloud-init/cloud-init-.ebuild
@@ -9,8 +9,7 @@ inherit distutils-r1 eutils git-r3 multilib systemd
 
 DESCRIPTION="cloud initialisation magic"
 HOMEPAGE="https://launchpad.net/cloud-init;
-EGIT_REPO_URI="https://github.com/prometheanfire/cloud-init.git;
-EGIT_BRANCH="gentoo-integration"
+EGIT_REPO_URI="https://git.launchpad.net/cloud-init;
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -48,7 +47,7 @@ RDEPEND="
virtual/logger
 "
 
-PATCHES=( "${FILESDIR}/cloud-init-0.7.7-gentooinit.patch" )
+PATCHES=( "${FILESDIR}/cloud-init-0.7.8-gentooinit.patch" )
 
 python_prepare_all() {
sed -i 's/version=get_version(),/version=,/g' setup.py || die



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/

2016-10-06 Thread Matt Thode
commit: a115633b4c3e3a645920df1f3ae4868a5ceedb38
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 16:21:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 16:21:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a115633b

app-emulation/cloud-init: fast stable to fix broken networking

Package-Manager: portage-2.3.0

 app-emulation/cloud-init/cloud-init-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/cloud-init/cloud-init-0.7.8.ebuild 
b/app-emulation/cloud-init/cloud-init-0.7.8.ebuild
index ef5ffad..2a4ecb7 100644
--- a/app-emulation/cloud-init/cloud-init-0.7.8.ebuild
+++ b/app-emulation/cloud-init/cloud-init-0.7.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 CDEPEND="



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

2016-10-06 Thread Matt Thode
commit: aa259547b800e5e02df62cafd324a32201b430c5
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 16:20:23 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 16:20:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa259547

app-emulation/cloud-init: bump

Package-Manager: portage-2.3.0

 app-emulation/cloud-init/Manifest  |  1 +
 app-emulation/cloud-init/cloud-init-0.7.8.ebuild   | 86 ++
 .../files/cloud-init-0.7.8-gentooinit.patch| 13 
 3 files changed, 100 insertions(+)

diff --git a/app-emulation/cloud-init/Manifest 
b/app-emulation/cloud-init/Manifest
index 343c268..350a943 100644
--- a/app-emulation/cloud-init/Manifest
+++ b/app-emulation/cloud-init/Manifest
@@ -1,3 +1,4 @@
 DIST cloud-init-0.7.6.tar.gz 515670 SHA256 
9e8fd22eb7f6e40ae6a5f66173ddc3cc18f65ee406c460a728092b37db2f3ed7 SHA512 
aa2397328afda8e77ed6d642e7642f41a4b4b5bcd3d0e87056aa8c88b56624ec65c57cfc66b0d13ccc235f1840baf1d577316974902a0439cf2f2eb0f8eef36d
 WHIRLPOOL 
639a556e51b4b4b180951f9e481f9a0dcd45067d1d5760ce7e871ceea8bbb4e195258d96273d3ef88c7e2f2520318e9172c3ad0cb23d6ad0ae1835e17087e3a5
 DIST cloud-init-0.7.6_p1212.tar.gz 451717 SHA256 
d213ee72a62cef5ef63369737a52c0ce0c2034ca1ae230925b6679f4335e685d SHA512 
25c5d1cc7c8fa887859624b4f28416d455063c278e3f00bfb3561ab0c99aa708d9fa431ff17c42994aba43eb985538982e5175bf0531857cc18fd8e724ef1fd3
 WHIRLPOOL 
d6608c750370fd470d6aae0e88125e9e56b424c40a5b1131b610cb675808b1f7e0657169273db29c4e994d3dce12f6076566eccbac6deee8c4277ffd33ceae38
 DIST cloud-init-0.7.7.tar.gz 477287 SHA256 
d7b75e314ecdb99619014f21f3b622294a6c3bde248887dfb5e9cedb927ad0b0 SHA512 
06cd2bba67da9668204416073af771145668db43777d6f183dcb54e8e1d9d12471fe3bfc99dfbc03a81814c5614347ff7d6acc5dbe117e1206d7fc2041ae4b62
 WHIRLPOOL 
9fccfba02aacc138dc62a6be9547fa1e5bd6959a96eef9b7f6f1ac86112049b36751882d954ac0e8d7aa5bf9580c5e27ec9abfdc2ef542628af448c00c468a09
+DIST cloud-init-0.7.8.tar.gz 508777 SHA256 
4a4f1f7fb9dd0987a02aa7cd6f609910294fce8f9724dcebc0cd88630b4f1fd6 SHA512 
ff6c3837afe702359879f0ae1d7443247b0ed97d60ecf0cbe85fc364dc833e553962aae221f48becb104ad3f951a28cbd742a3b8521ef25dfb8fd19439759447
 WHIRLPOOL 
1881cc41ee85e69cf5169115c7449ff581f927def51aaf3df986b8e8c29baeace658bb24bc5b98fd6eab6fdb5f05ab4555ba4081b7758402089a35fe20595876

diff --git a/app-emulation/cloud-init/cloud-init-0.7.8.ebuild 
b/app-emulation/cloud-init/cloud-init-0.7.8.ebuild
new file mode 100644
index ..ef5ffad
--- /dev/null
+++ b/app-emulation/cloud-init/cloud-init-0.7.8.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1 eutils multilib systemd
+
+DESCRIPTION="cloud initialisation magic"
+HOMEPAGE="https://launchpad.net/cloud-init;
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   dev-python/oauthlib[${PYTHON_USEDEP}]
+   dev-python/prettytable[${PYTHON_USEDEP}]
+   dev-python/pyserial[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${CDEPEND}
+   >=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-python/pep8[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/hacking[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/iproute2
+   sys-fs/growpart
+   virtual/logger
+"
+
+PATCHES=( "${FILESDIR}/cloud-init-0.7.8-gentooinit.patch" )
+
+python_prepare_all() {
+   sed -i '/^argparse/d' requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   emake test
+}
+
+python_install() {
+   distutils-r1_python_install "--init-system=sysvinit_openrc"
+}
+
+python_install_all() {
+   keepdir /etc/cloud
+
+   distutils-r1_python_install_all
+
+   chmod +x "${D}"/etc/init.d/cloud-config
+   chmod +x "${D}"/etc/init.d/cloud-final
+   chmod +x "${D}"/etc/init.d/cloud-init
+   chmod +x "${D}"/etc/init.d/cloud-init-local
+
+   insinto /etc/cloud/templates
+   doins "${FILESDIR}/hosts.gentoo.tmpl"
+   insinto /etc/cloud
+   doins "${FILESDIR}/cloud.cfg"
+
+   systemd_dounit "${S}"/systemd/cloud-config.service
+   systemd_dounit 

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

2016-10-06 Thread Zac Medico
commit: c6b72853a6de8b71d1b5cd789a12aa934f7ce7c4
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Oct  6 07:05:21 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct  6 15:37:59 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c6b72853

setup.py: enable libc bindings optionally (bug 594744)

The libc bindings are optional, since ctypes is used as a fallback when
they are not available. The libc bindings do not support cross-
compilation, therefore it is useful to be able to build them
conditionally. This patch adds an option to enable them conditionally,
which the ebuild can use by adding the following code to the
python_prepare_all function:

if use native-extensions; then
printf "[build_ext]\nportage-ext-modules=true" >> \
setup.cfg || die
fi

X-Gentoo-Bug: 594744
X-Gentoo-Bug-URL: https://bugs.gentoo.org/594744
Acked-by: Alexander Berntsen  gentoo.org>

 .travis.yml |  1 +
 README  | 19 +++
 setup.py| 21 +
 3 files changed, 41 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index c098c4d..ded5893 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ python:
 install: "pip install lxml"
 
 script:
+- printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg
 - ./setup.py test
 - ./setup.py install --root=/tmp/install-root
 # prevent repoman tests from trying to fetch metadata.xsd

diff --git a/README b/README
index 5e78842..311d036 100644
--- a/README
+++ b/README
@@ -13,6 +13,25 @@ Dependencies
 Python and Bash should be the only hard dependencies. Python 2.7 is the
 minimum supported version.
 
+Native Extensions
+=
+
+Portage includes some optional native extensions which can be built
+in the source tree by running the following command:
+
+python setup.py build_ext --inplace --portage-ext-modules
+
+The following setup.cfg settings can be used to enable building of
+native extensions for all invocations of the build_ext command (the
+build_ext command is invoked automatically by other build commands):
+
+   [build_ext]
+   portage-ext-modules=true
+
+Currently, the native extensions only include libc bindings which are
+used to validate LC_CTYPE and LC_COLLATE behavior for EAPI 6. If the
+native extensions have not been built, then portage will use ctypes
+instead.
 
 Licensing and Legalese
 ===

diff --git a/setup.py b/setup.py
index e900aaa..eeabe70 100755
--- a/setup.py
+++ b/setup.py
@@ -6,6 +6,7 @@ from __future__ import print_function
 
 from distutils.core import setup, Command, Extension
 from distutils.command.build import build
+from distutils.command.build_ext import build_ext as _build_ext
 from distutils.command.build_scripts import build_scripts
 from distutils.command.clean import clean
 from distutils.command.install import install
@@ -624,6 +625,25 @@ def get_manpages():
yield [os.path.join('$mandir', topdir, 'man%s' 
% g), mans]
 
 
+class build_ext(_build_ext):
+   user_options = _build_ext.user_options + [
+   ('portage-ext-modules', None,
+"enable portage's C/C++ extensions (cross-compiling is not 
supported)"),
+   ]
+
+   boolean_options = _build_ext.boolean_options + [
+   'portage-ext-modules',
+   ]
+
+   def initialize_options(self):
+   _build_ext.initialize_options(self)
+   self.portage_ext_modules = None
+
+   def run(self):
+   if self.portage_ext_modules:
+   _build_ext.run(self)
+
+
 setup(
name = 'portage',
version = '2.3.1',
@@ -651,6 +671,7 @@ setup(
 
cmdclass = {
'build': x_build,
+   'build_ext': build_ext,
'build_man': build_man,
'build_scripts': x_build_scripts,
'build_scripts_bin': x_build_scripts_bin,



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

2016-10-06 Thread Patrice Clement
commit: abcb1fbb298cbf4f9034c753fc8eb62b06e1b3cb
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Oct  5 17:57:01 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct  6 15:35:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcb1fbb

dev-python/pygtkspellcheck: Add pygtkspellcheck to the tree.

It is a spellchecking library for GTK written in python.

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/2484
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/pygtkspellcheck/Manifest |  3 +++
 dev-python/pygtkspellcheck/metadata.xml | 12 
 .../pygtkspellcheck/pygtkspellcheck-4.0.5.ebuild| 21 +
 3 files changed, 36 insertions(+)

diff --git a/dev-python/pygtkspellcheck/Manifest 
b/dev-python/pygtkspellcheck/Manifest
new file mode 100644
index ..ced9b94
--- /dev/null
+++ b/dev-python/pygtkspellcheck/Manifest
@@ -0,0 +1,3 @@
+DIST pygtkspellcheck-4.0.5.tar.gz 184313 SHA256 
5d7473de147ab2c8fb61de93f7275139c53b08d8cee6b43a2062d6c83a6b2987 SHA512 
f2ea035093a4d8bd9ca3b04f7433808b1ea8c3723b3ea12b95f470d8eb003c9cf58114cb4f342f36732ae46e6156223db5185f16a8c4b27551a6b99bc28a45b9
 WHIRLPOOL 
c7a891987c148ca3531b43ad245576efdff328ace04e10ba992efea99768ad84a35f9d94d20e98973c37ceffe6e242dcee635ff0e912192a4605cd07153514a4
+EBUILD pygtkspellcheck-4.0.5.ebuild 564 SHA256 
f72d980e63ccb290427825c4df87750b7d1d47cddab1090318a254b605cd352b SHA512 
5c0c3476f9685056f2f4a0596ecd688d206ce53f4e991fcb07860457213e2e19f49ad260f4bdddf731c376eb047474ad2fe815c2ea8e00fde29937e81dce415f
 WHIRLPOOL 
ffaea976694f9fcd0247606f8182e1a7a77da6e00f1fceabda278a85f9c31d0c7ede94c6cff4281588f0a736ab6b2264cc869075c75914bce8b693509447d75c
+MISC metadata.xml 381 SHA256 
11a6ef60d00856e06235b7b8db96784a94a8cc960a328d2ed5d30399370c374d SHA512 
da194ec55795437aca489e1f99bcc097234dc6a0d811f55bc216f3b49420a4da190c997da593da25fc259e6cdaf41feb44e8baebe7ceb55c82ca10bf571c41f8
 WHIRLPOOL 
11aa352eb7b87f3ffa5340c72b445b42e6b5f3a15d3e47fcb5357286ac1df3ca20e181d73da8c3909cb0dd02dc93bb868bed41adcdbdbd09da8738b81d8bd166

diff --git a/dev-python/pygtkspellcheck/metadata.xml 
b/dev-python/pygtkspellcheck/metadata.xml
new file mode 100644
index ..f98
--- /dev/null
+++ b/dev-python/pygtkspellcheck/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   pygtkspellcheck
+   koehlma/pygtkspellcheck
+   
+

diff --git a/dev-python/pygtkspellcheck/pygtkspellcheck-4.0.5.ebuild 
b/dev-python/pygtkspellcheck/pygtkspellcheck-4.0.5.ebuild
new file mode 100644
index ..ac114f4
--- /dev/null
+++ b/dev-python/pygtkspellcheck/pygtkspellcheck-4.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_REQ_USE="sqlite"
+inherit distutils-r1
+
+DESCRIPTION="a simple but quite powerful spellchecking library for GTK written 
in pure Python"
+HOMEPAGE="https://github.com/koehlma/pygtkspellcheck;
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/pyenchant[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"



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

2016-10-06 Thread Patrice Clement
commit: 74b4be648e9329e9ab2e3c9174baa8626cd657ff
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Oct  5 18:31:59 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct  6 15:36:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b4be64

x11-misc/rednotebook: version bump to 1.14.

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/2484
Signed-off-by: Patrice Clement  gentoo.org>

 x11-misc/rednotebook/Manifest|  1 +
 x11-misc/rednotebook/rednotebook-1.14.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest
index e4d5af9..d225051 100644
--- a/x11-misc/rednotebook/Manifest
+++ b/x11-misc/rednotebook/Manifest
@@ -1 +1,2 @@
+DIST rednotebook-1.14.tar.gz 507719 SHA256 
f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88 SHA512 
d78c8996cd0959270da82ed8b8ea82c0c320e0db5c2cf11fba2b5fe5c73efb92b4b44d42344e679c5e274b4b2453883f81beeecf2884bb4da1774ea102610ec3
 WHIRLPOOL 
5607d0a4849c33bc4e15168efb58d0fec0aff1fcf73cc34ab584ca03cdefbab74a378b64126ae1ee5cafd9fb8996722bc57e06e532ca50aa65be4b76811ee1f5
 DIST rednotebook-1.8.0.tar.gz 500452 SHA256 
63beacfdc738a9640bcc7b35ae28c18c7310d9f6fc9e9a6afafcc4d37f628213 SHA512 
4d165bff34013fb5583a98a77b96d149eea62b67f0f018f0f97e9f65beb2d298c6b08fb5f6f8b18fa951b18f19478b52b239ab1af397ee3850d24eb8a9cf
 WHIRLPOOL 
684bf11e2552b0a5030bbfa58a27a2fa6825ecc8657c3954117096e76b28dc8fb18f261d199cf712b67d3f7439b65e15231c984da9e8d04a1e0bc4505c40ce98

diff --git a/x11-misc/rednotebook/rednotebook-1.14.ebuild 
b/x11-misc/rednotebook/rednotebook-1.14.ebuild
new file mode 100644
index ..c702aed
--- /dev/null
+++ b/x11-misc/rednotebook/rednotebook-1.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Graphical journal with calendar, templates, tags and keyword 
searching"
+HOMEPAGE="http://rednotebook.sourceforge.net;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="libyaml spell"
+
+RDEPEND="
+   >=dev-python/pyyaml-3.05[libyaml?,${PYTHON_USEDEP}]
+   >=dev-python/pygtk-2.16[${PYTHON_USEDEP}]
+   >=dev-python/pywebkitgtk-1.1.5[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   spell? ( dev-python/pygtkspellcheck[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"



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

2016-10-06 Thread Patrice Clement
commit: 18b4146f1c78e1f8a31d3cdd109c4e678e37bd4c
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Oct  5 18:38:37 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct  6 15:35:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b4146f

x11-misc/rednotebook: cleanup unused patch.

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/2483
Signed-off-by: Patrice Clement  gentoo.org>

 .../files/rednotebook-1.2.0-disable-spell.patch | 17 -
 1 file changed, 17 deletions(-)

diff --git a/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch 
b/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch
deleted file mode 100644
index ac4261b..
--- a/x11-misc/rednotebook/files/rednotebook-1.2.0-disable-spell.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: rednotebook-1.2.0/rednotebook/gui/editor.py
-===
 rednotebook-1.2.0.orig/rednotebook/gui/editor.py
-+++ rednotebook-1.2.0/rednotebook/gui/editor.py
-@@ -25,11 +25,7 @@ import gtk
- import gobject
- import pango
- 
--# try to import gtkspell
--try:
--import gtkspell
--except ImportError:
--gtkspell = None
-+gtkspell = None
- 
- from rednotebook.gui import t2t_highlight
- from rednotebook import undo



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

2016-10-06 Thread Michael Palimaka
commit: fc75699d54d1573913fb73d3c6d5f42f1f3c05d3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 15:29:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 15:29:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc75699d

net-misc/cmst: version bump

Gentoo-bug: 596262

Package-Manager: portage-2.3.1

 net-misc/cmst/Manifest   |  1 +
 net-misc/cmst/cmst-2016.10.03.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
index 6144250..3b6ff13 100644
--- a/net-misc/cmst/Manifest
+++ b/net-misc/cmst/Manifest
@@ -1 +1,2 @@
 DIST cmst-2016.04.03.tar.gz 2551685 SHA256 
c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1 SHA512 
22f1cb2c3a8b06b3c92bf446ea6c5511c4589445747e4f615aa5a4a1c4c9933a320447077060c317e446f312e645ce887e98c80c27fdbf16f76513bd18d487f1
 WHIRLPOOL 
ae405ae6e99d2588fae005411976b0c7ce1b72db896a905ee1c91e7cf3aed5d2ee09609241191dfe00d1ab20c81a7d8e77a06c3166951f66383a417c25df1823
+DIST cmst-2016.10.03.tar.gz 2553113 SHA256 
6292c126e19992d22e193e99d814fec55c463babe1a1b0dc31fcd117e4bd619c SHA512 
98097f456e17a00cec88f26e6916f2757ed2de5d1ec54a30a593973891c53651d2009f66f0731d9074872dbdb5bea27aa26267bf23a68c89d76396f1f2a1f847
 WHIRLPOOL 
7826d1b24801563342689d310e02e9a9196ca957dbf5265e61c4b2c1e6fcc982d50e45bf07c87b2208b9c18e790b47242d46d81c5040ba99a2630c5fb2e8e913

diff --git a/net-misc/cmst/cmst-2016.10.03.ebuild 
b/net-misc/cmst/cmst-2016.10.03.ebuild
new file mode 100644
index ..142e264
--- /dev/null
+++ b/net-misc/cmst/cmst-2016.10.03.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="Qt GUI for Connman with system tray icon"
+HOMEPAGE="https://github.com/andrew-bibb/cmst;
+SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+   net-misc/connman
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+   export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   rm -r "${D}"/usr/share/licenses || die
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/

2016-10-06 Thread Michael Palimaka
commit: 87d35ed276b25d060ec4612b8baf1186fc5d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 15:22:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 15:23:08 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=87d35ed2

dev-qt/qtdeclarative: remove blocker introduced by accident

Package-Manager: portage-2.3.1

 dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild
index 3df6e0d..c51da86 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild
@@ -16,7 +16,7 @@ fi
 IUSE="gles2 +jit localstorage +widgets xml"
 
 # qtgui[gles2=] is needed because of bug 504322
-COMMON_DEPEND="
+RDEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtnetwork-${PV}
@@ -28,12 +28,9 @@ COMMON_DEPEND="
~dev-qt/qtxmlpatterns-${PV}
)
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
${PYTHON_DEPS}
 "
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/

2016-10-06 Thread Michael Palimaka
commit: 6447ec1f8ab760e25383edc3578e8ca92f6ba5a9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 15:20:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 15:20:55 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6447ec1f

dev-qt/qtdeclarative: python is required at build time

Gentoo-bug: 593250
Package-Manager: portage-2.3.1

 dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild | 13 ++---
 dev-qt/qtdeclarative/qtdeclarative-5.7..ebuild | 11 ---
 dev-qt/qtdeclarative/qtdeclarative-5.8..ebuild | 11 ---
 dev-qt/qtdeclarative/qtdeclarative-5..ebuild   | 11 ---
 4 files changed, 34 insertions(+), 12 deletions(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild
index cbbb871..3df6e0d 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild
@@ -3,7 +3,9 @@
 # $Id$
 
 EAPI=6
-inherit qt5-build
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit python-any-r1 qt5-build
 
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
@@ -14,7 +16,7 @@ fi
 IUSE="gles2 +jit localstorage +widgets xml"
 
 # qtgui[gles2=] is needed because of bug 504322
-DEPEND="
+COMMON_DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}[gles2=]
~dev-qt/qtnetwork-${PV}
@@ -26,7 +28,12 @@ DEPEND="
~dev-qt/qtxmlpatterns-${PV}
)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/

2016-10-06 Thread Lars Wendler
commit: 986be1d1abc925e9d2d1705455dfc1d28dc9b60e
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Oct  6 14:52:36 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Oct  6 14:52:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986be1d1

games-emulation/mgba: Bump to version 0.5.1

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

 games-emulation/mgba/Manifest  |   1 +
 games-emulation/mgba/mgba-0.5.1.ebuild | 101 +
 2 files changed, 102 insertions(+)

diff --git a/games-emulation/mgba/Manifest b/games-emulation/mgba/Manifest
index e477450..5ea7213 100644
--- a/games-emulation/mgba/Manifest
+++ b/games-emulation/mgba/Manifest
@@ -1 +1,2 @@
 DIST mgba-0.5.0.tar.gz 5360529 SHA256 
0efcd1e4f8c8d34d0384919ea19fa625fa2585d35d102c00b31930196c1f49bc SHA512 
974b5cf3a0a112e7681d6117e09acaeffe44d72a0a74fddf9068b6c027a0c140d0f762fd97988d26c42e0a282806874870e2e2c1f1f277cb30a0c756f220f533
 WHIRLPOOL 
ae8e975e38c7ab7370f4f20ea274d7e962f6556f0d12e107fc9ee5662e0b0d9680f9fb5358c319071d5b5d0e39c83786a90d41cb28c846cf9dd94597b0530626
+DIST mgba-0.5.1.tar.gz 5342416 SHA256 
d2173fbe69065ae1bd0abb323dcc3459d73c48ddc3d6934ef216cc50d1a0835d SHA512 
a4c982028036d8bfb26053219421bcbfecd907cde102f5087076082dcf8f3c7d48aee0b22c22e7449708c3ad9886c3978556dba21cbfba46168ff5495ddd8354
 WHIRLPOOL 
a079b7540f6692e006a1cc8d32e85182389758ee75167d1bc46416a91d78496cc5f86cabea57a65fcdf669affe5376f6a2f1c2e39b6a102cb4f8dca26612c82a

diff --git a/games-emulation/mgba/mgba-0.5.1.ebuild 
b/games-emulation/mgba/mgba-0.5.1.ebuild
new file mode 100644
index ..9e9e9fe
--- /dev/null
+++ b/games-emulation/mgba/mgba-0.5.1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit fdo-mime gnome2-utils cmake-utils
+
+DESCRIPTION="A new Game Boy Advance emulator written in C."
+HOMEPAGE="https://mgba.io;
+SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ffmpeg imagemagick opengl qt5 +sdl"
+REQUIRED_USE="|| ( qt5 sdl )
+   qt5? ( opengl )"
+
+RDEPEND="
+   media-libs/libpng:0=
+   sys-libs/zlib[minizip]
+   ffmpeg? ( virtual/ffmpeg )
+   imagemagick? ( media-gfx/imagemagick:= )
+   opengl? ( virtual/opengl )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtwidgets:5
+   opengl? ( dev-qt/qtopengl:5 )
+   )
+   sdl? ( media-libs/libsdl2[X,sound,joystick,video,opengl?] )"
+DEPEND="${RDEPEND}
+   >=dev-util/cmake-3.2.2"
+
+src_prepare() {
+   default
+
+   # Get rid of any bundled stuff we don't want
+   for pkg in libpng lzma zlib ; do
+   rm -r "${S}"/src/third-party/${pkg} || die
+   done
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_GL="$(usex opengl)"
+   -DBUILD_QT="$(usex qt5)"
+   -DBUILD_SDL="$(usex sdl)"
+   -DUSE_FFMPEG="$(usex ffmpeg)"
+   -DUSE_MAGICK="$(usex imagemagick)"
+   -DUSE_EPOXY=OFF
+   -DUSE_LIBZIP=OFF
+   -DUSE_LZMA=OFF
+   -DUSE_MINIZIP=ON
+   -DM_CORE_GB=ON
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+}
+
+src_install() {
+   if use qt5 ; then
+   for size in 16 24 32 48 64 96 128 256; do
+   newicon -s ${size} res/${PN}-${size}.png ${PN}.png
+   done
+   doman doc/${PN}-qt.6
+   domenu res/${PN}-qt.desktop
+   dobin ../${P}_build/qt/${PN}-qt
+   fi
+   if use sdl ; then
+   doman doc/${PN}.6
+   newbin ../${P}_build/sdl/${PN} ${PN}-sdl
+   fi
+
+   dolib.so ../${P}_build/lib${PN}.so*
+}
+
+pkg_preinst() {
+   if use qt5 ; then
+   gnome2_icon_savelist
+   fi
+}
+
+pkg_postinst() {
+   if use qt5 ; then
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+   fi
+}
+
+pkg_postrm() {
+   if use qt5 ; then
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+   fi
+}



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

2016-10-06 Thread Michael Palimaka
commit: 77de1f604e8b9fd9f7ce1b854a430b67be87f9f1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 14:40:24 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 14:40:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77de1f60

x11-misc/albert: version bump

Package-Manager: portage-2.3.1

 x11-misc/albert/Manifest |  1 +
 x11-misc/albert/albert-0.8.11.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index b81d424..b6e6813 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -1 +1,2 @@
 DIST albert-0.8.10.tar.gz 4630646 SHA256 
32a54bb6b86a5e7e55055ec21eabbb85d0821c2bd465ac751d53eb6f345f6b58 SHA512 
2003e9d9d13650a87f7afc24f41e7daecaf9090088a50f2ea35d903d13b264cfbf09592be712e74f66a4721ea05491b9ba68684a76322fb12a5bb3b90b0db890
 WHIRLPOOL 
7be2004a5edcb0f946d5012a3c0e83f814518de8b87061112bc634300fd799dcefeab092f9e841fcabf7b63a2461f767b66b3670516d67d6e8bf79ad56652ea8
+DIST albert-0.8.11.tar.gz 10509450 SHA256 
7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3 SHA512 
939b9fe4b5aaf0f3eaf280fbaebcecb12560e55e17a41b8917145c32e8e5bbfa45cbd85f249f22c0dcc8a7a1b32ec31f07bfb10c0f41080245c03555f93d7af3
 WHIRLPOOL 
114bed1a4f0b9c3157582f3a6e972d2b9991e90760311bb3a493c71ccdc3e05ec2f1790b4d47ad740af99d466d2c865777ba39cceb71cffaf176e621755d1538

diff --git a/x11-misc/albert/albert-0.8.11.ebuild 
b/x11-misc/albert/albert-0.8.11.ebuild
new file mode 100644
index ..303fb07
--- /dev/null
+++ b/x11-misc/albert/albert-0.8.11.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Desktop agnostic launcher"
+HOMEPAGE="https://github.com/manuelschneid3r/albert;
+SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-cpp/muParser
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+   dev-qt/qtconcurrent:5
+"
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive/

2016-10-06 Thread Michael Palimaka
commit: 12d9ad3e5c15bfdf6b1de038a51c9b5193f41555
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct  6 14:17:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct  6 14:17:46 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=12d9ad3e

kde-misc/kio-gdrive: version bump

Package-Manager: portage-2.3.1

 kde-misc/kio-gdrive/{kio-gdrive-1.0.1.ebuild => kio-gdrive-1.0.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.0.1.ebuild 
b/kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild
similarity index 100%
rename from kde-misc/kio-gdrive/kio-gdrive-1.0.1.ebuild
rename to kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild



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

2016-10-06 Thread Ulrich Müller
commit: 5b1638a8e017ecdb053f6bc113443becc240caff
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Oct  3 13:55:22 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Oct  3 13:55:22 2016 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=5b1638a8

pkg-mgr-commands.tex: List installation commands in alphabetical order.

 pkg-mgr-commands.tex | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 78b5a3b..c370a12 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -441,10 +441,10 @@ can be extended or reduced (see below). The options that 
can be passed to \t{doh
 call. Any symlinks are installed into the same directory as relative links 
to their original
 target. Failure behaviour is EAPI dependent as per 
section~\ref{sec:failure-behaviour}.
 
-\item[dolib.so] As for \t{dolib} except each file is installed with mode 
\t{0755}.
-
 \item[dolib.a] As for \t{dolib} except each file is installed with mode 
\t{0644}.
 
+\item[dolib.so] As for \t{dolib} except each file is installed with mode 
\t{0755}.
+
 \begin{algorithm}
 \caption{Determining the library directory} \label{alg:ebuild-libdir}
 \begin{algorithmic}[1]
@@ -501,6 +501,11 @@ can be extended or reduced (see below). The options that 
can be passed to \t{doh
 \item[fperms] Acts as for \t{chmod}, but takes paths relative to the image 
directory. Failure
 behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
 
+\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose 
name starts with
+\t{.keep} in that directory to ensure that the directory does not get 
removed by the
+package manager should it be empty at any point. Failure behaviour is EAPI 
dependent as per
+section~\ref{sec:failure-behaviour}.
+
 \item[newbin] \featurelabel{newfoo-stdin} As for \t{dobin}, but takes two 
parameters. The first is
 the file to install; the second is the new filename under which it will be 
installed. In EAPIs
 specified by table~\ref{tab:newfoo-stdin-table}, standard input is read 
when the first
@@ -528,11 +533,6 @@ can be extended or reduced (see below). The options that 
can be passed to \t{doh
 
 \item[newsbin] As above, for \t{dosbin}.
 
-\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose 
name starts with
-\t{.keep} in that directory to ensure that the directory does not get 
removed by the
-package manager should it be empty at any point. Failure behaviour is EAPI 
dependent as per
-section~\ref{sec:failure-behaviour}.
-
 \end{description}
 
 \ChangeWhenAddingAnEAPI{6}



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

2016-10-06 Thread Ulrich Müller
commit: 3cbe0da0d27419edf3266c5fe6f01ef36fac4277
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct  6 14:00:45 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct  6 14:02:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbe0da0

profiles: Add two more duplicates to list in l10n.desc.

 profiles/desc/l10n.desc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index b0bcddf..785ad79 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -8,11 +8,13 @@
 
 # The following are considered duplicates. Use the generic language
 # tag without region subtag instead.
+# fil-PH - Filipino (Philippines)
 # fy-NL - Western Frisian (Netherlands)
 # ga-IE - Irish (Ireland)
 # gu-IN - Gujarati (India)
 # hi-IN - Hindi (India)
 # hy-AM - Armenian (Armenia)
+# id-ID - Indonesian (Indonesia)
 # kn-IN - Kannada (India)
 # nb-NO - Norwegian Bokmål (Norway)
 # nn-NO - Norwegian Nynorsk (Norway)



[gentoo-commits] proj/openrc:0.22.x commit in: init.d/

2016-10-06 Thread William Hubbs
commit: a537bd7abb8d3d1841635c78f9163e6d1abad0ba
Author: William Hubbs  gmail  com>
AuthorDate: Thu Oct  6 03:43:56 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Oct  6 13:31:21 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a537bd7a

init.d/sysfs: load efivarfs module when booting in efi mode

The presence of /sys/firmware/efi is used to indicate that the system
was booted in efi mode.

 init.d/sysfs.in | 27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/init.d/sysfs.in b/init.d/sysfs.in
index 7183e5d..6d6ec62 100644
--- a/init.d/sysfs.in
+++ b/init.d/sysfs.in
@@ -99,17 +99,22 @@ mount_misc()
fi
 
# set up kernel support for efivarfs
-   if [ ! -d /sys/firmware/efi/efivars ] && modprobe -q efivarfs; then
-   ewarn "The efivarfs module needs to be configured in " \
- "@SYSCONFDIR@/conf.d/modules or built in"
-   fi
-   if [ -d /sys/firmware/efi/efivars ] &&
-   ! mountinfo -q /sys/firmware/efi/efivars; then
-   if grep -qs efivarfs /proc/filesystems; then
-   ebegin "Mounting efivarfs filesystem"
-   mount -n -t efivarfs -o ${sysfs_opts} \
-   efivarfs /sys/firmware/efi/efivars
-   eend $?
+   # The presence of /sys/firmware/efi indicates that the system was
+   # booted in efi mode.
+   if [ -d /sys/firmware/efi ]; then
+   if [ ! -d /sys/firmware/efi/efivars ] &&
+   modprobe -q efivarfs; then
+   ewarn "The efivarfs module needs to be configured in " \
+ "@SYSCONFDIR@/conf.d/modules or built in"
+   fi
+   if [ -d /sys/firmware/efi/efivars ] &&
+   ! mountinfo -q /sys/firmware/efi/efivars; then
+   if grep -qs efivarfs /proc/filesystems; then
+   ebegin "Mounting efivarfs filesystem"
+   mount -n -t efivarfs -o ${sysfs_opts} \
+   efivarfs /sys/firmware/efi/efivars
+   eend $?
+   fi
fi
fi
 }



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

2016-10-06 Thread Alexis Ballier
commit: df3644baf21896eb6e0445384d8cb68c31a1e7c5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:49:14 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:49:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3644ba

dev-ros/image_cb_detector: remove old

Package-Manager: portage-2.3.1

 dev-ros/image_cb_detector/Manifest |  1 -
 .../image_cb_detector-0.10.13.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ros/image_cb_detector/Manifest 
b/dev-ros/image_cb_detector/Manifest
index 93fa7e0..91e20bf 100644
--- a/dev-ros/image_cb_detector/Manifest
+++ b/dev-ros/image_cb_detector/Manifest
@@ -1,2 +1 @@
-DIST calibration-0.10.13.tar.gz 112305 SHA256 
935755f9428e6b998d1a9ce10fcf11f3c119953ebe0b65eda855804ec8b8aea8 SHA512 
95b5ea28428ea9726b6b1a8f24cd4c7cb84992e680761357c1a13dd92c362149a0a6104f6a44dbefad503db1a9c7a53135d9756b1ceea3a739b1baa14f9474eb
 WHIRLPOOL 
94423d70268b053daee1da1b324582d2f8316c6feaa5c9291715b1861520cb2e67654daaa2156e8d15cd59ecb566bdd3cb76d42c7202b85680888bac3532002c
 DIST calibration-0.10.14.tar.gz 112475 SHA256 
1e65e6d8f793e7a27d1975ec3c4b63bf5249c7ce859dd11187258560901d1c77 SHA512 
5ef17cd21e04c134717859ecb12c4e7fc0086b044cf7d35d40bd43439a0f24e8ad41fe7b5fa37dcc8ec5e4abb2be8f64d86510706a3d97510cf1b92c2196ad40
 WHIRLPOOL 
5c1ea989d438198044933927acfd7eb8426c9f5f253710ac63117b2a20c526acfea568f4b7b4f1930a43024bbcf4033f0f04c9e48108dc7e1cc629fb9e3c127f

diff --git a/dev-ros/image_cb_detector/image_cb_detector-0.10.13.ebuild 
b/dev-ros/image_cb_detector/image_cb_detector-0.10.13.ebuild
deleted file mode 100644
index 5c19021..
--- a/dev-ros/image_cb_detector/image_cb_detector-0.10.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/calibration;
-CATKIN_HAS_MESSAGES=yes
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/actionlib_msgs 
dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Extracts checkerboard corners from ROS images"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/actionlib[${PYTHON_USEDEP}]
-   dev-ros/cv_bridge[${PYTHON_USEDEP}]
-   dev-ros/image_transport
-   dev-ros/message_filters
-   dev-ros/roscpp
-   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/calibration_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/rospy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2016-10-06 Thread Alexis Ballier
commit: 1f5315341d453ef7cf485b0dc0592e199b21d506
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:53:51 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f531534

dev-ros/clear_costmap_recovery: add missing dep on boost

Package-Manager: portage-2.3.1

 ..._recovery-1.14.0.ebuild => clear_costmap_recovery-1.14.0-r1.ebuild} | 1 +
 dev-ros/clear_costmap_recovery/clear_costmap_recovery-.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.0.ebuild 
b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.0-r1.ebuild
similarity index 95%
rename from dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.0.ebuild
rename to dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.0-r1.ebuild
index 6ff2d96..53805d2 100644
--- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.0.ebuild
+++ b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.14.0-r1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
dev-ros/tf
dev-cpp/eigen:3
sci-libs/pcl
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}
dev-ros/cmake_modules

diff --git a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-.ebuild 
b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-.ebuild
index 5e3fc2c..53805d2 100644
--- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-.ebuild
+++ b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,6 +22,7 @@ RDEPEND="
dev-ros/tf
dev-cpp/eigen:3
sci-libs/pcl
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}
dev-ros/cmake_modules



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

2016-10-06 Thread Alexis Ballier
commit: f25c8658af47cf1386e61d24e6b8e0e1b1dce8e9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:50:17 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:50:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25c8658

dev-ros/image_cb_detector: add missing dep on boost

Package-Manager: portage-2.3.1

 ..._cb_detector-0.10.14.ebuild => image_cb_detector-0.10.14-r1.ebuild} | 3 ++-
 dev-ros/image_cb_detector/image_cb_detector-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ros/image_cb_detector/image_cb_detector-0.10.14.ebuild 
b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild
similarity index 92%
rename from dev-ros/image_cb_detector/image_cb_detector-0.10.14.ebuild
rename to dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild
index 5c19021..5417220 100644
--- a/dev-ros/image_cb_detector/image_cb_detector-0.10.14.ebuild
+++ b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,5 +26,6 @@ RDEPEND="

dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/calibration_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/image_cb_detector/image_cb_detector-.ebuild 
b/dev-ros/image_cb_detector/image_cb_detector-.ebuild
index 5c19021..5417220 100644
--- a/dev-ros/image_cb_detector/image_cb_detector-.ebuild
+++ b/dev-ros/image_cb_detector/image_cb_detector-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,5 +26,6 @@ RDEPEND="

dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/calibration_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"



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

2016-10-06 Thread Alexis Ballier
commit: 2c59e42b8b1130a3c844fb57490fe260996cacab
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:52:38 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:52:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c59e42b

dev-ros/clear_costmap_recovery: remove old

Package-Manager: portage-2.3.1

 dev-ros/clear_costmap_recovery/Manifest|  2 --
 .../clear_costmap_recovery-1.13.0.ebuild   | 29 --
 .../clear_costmap_recovery-1.13.1.ebuild   | 29 --
 3 files changed, 60 deletions(-)

diff --git a/dev-ros/clear_costmap_recovery/Manifest 
b/dev-ros/clear_costmap_recovery/Manifest
index a7350e1..ff346b4 100644
--- a/dev-ros/clear_costmap_recovery/Manifest
+++ b/dev-ros/clear_costmap_recovery/Manifest
@@ -1,3 +1 @@
-DIST navigation-1.13.0.tar.gz 336419 SHA256 
5ef288325a0de4accfb4ef0cc37d9e9c4106a05d98b0ae5757f6c4823abada97 SHA512 
1b686d4d1e930901dcf899fb73c8609855c3bb6d797322f6f3b9ea7ccb349f98802870b44e0fcbee4e68abebeecbaff57d453dc790fbc908cd23b8afda22e1af
 WHIRLPOOL 
096103d8b774205995a12d294c820187fb89302285b363f6e6b9a4bb1e30a2edf9b33a451effc00b8aeec4d8f40664f61266314d389b9c668c0d7cf2152f70dd
-DIST navigation-1.13.1.tar.gz 335568 SHA256 
aaafdc6ee41ce79f44c03710076a105411b96dfcf35a7816607cbd0f48c8e8bc SHA512 
969ce141dacc3ec8c249769a861c44a8d061bfb24c1fc63bd2873b589b11581f93e3faf3292f4db5daff89100859e05451d38278f859cb527adf55405d8f536e
 WHIRLPOOL 
f4161eb7e357384cebd2f40ead98ac559d16b055a81aee1898bfa23259d42fc88978abec195af62f4a227030b200a5a9ca79079693ebc6f3a3eb1a9d5cfb7dbb
 DIST navigation-1.14.0.tar.gz 340196 SHA256 
3974bb52af21cf0a6e4da8eb231b3101b4c5da700793bdac1cdc97e69d6e5cac SHA512 
8ac2048be6d06be1f137aab2e73c5c724e794b9e6125fa70e2283df3790200f7b5203bae12c46e0796523ae58a4f8ede79fd0c1afc09a306a99f450576c7b11a
 WHIRLPOOL 
12e8b7f5043a9473033df772021c3ebae1cdf87bde52988874489e490e7dfdcb07623c588ffd1297fbbd3fc336813fc6f4e9ae812dc80dfcad3062cceb82ef0b

diff --git 
a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.13.0.ebuild 
b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.13.0.ebuild
deleted file mode 100644
index 2a32da6..
--- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.13.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation;
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="Recovery behavior that attempts to clear space by reverting the 
costmaps to the static map"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/costmap_2d
-   dev-ros/nav_core
-   dev-ros/pluginlib
-   dev-ros/roscpp
-   dev-ros/tf
-   dev-cpp/eigen:3
-   sci-libs/pcl
-"
-DEPEND="${RDEPEND}
-   dev-ros/cmake_modules
-   test? ( dev-ros/rostest dev-cpp/gtest )
-"

diff --git 
a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.13.1.ebuild 
b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.13.1.ebuild
deleted file mode 100644
index 5e3fc2c..
--- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.13.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation;
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="Recovery behavior that attempts to clear space by reverting the 
costmaps to the static map"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=dev-ros/costmap_2d-1.13.1
-   dev-ros/nav_core
-   dev-ros/pluginlib
-   dev-ros/roscpp
-   dev-ros/tf
-   dev-cpp/eigen:3
-   sci-libs/pcl
-"
-DEPEND="${RDEPEND}
-   dev-ros/cmake_modules
-   test? ( dev-ros/rostest dev-cpp/gtest )
-"



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

2016-10-06 Thread Alexis Ballier
commit: 7910998692e7960ae3ef1363472034a4a73ce66f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:55:18 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:55:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79109986

dev-ros/mavros_extras: add missing dep on boost

Package-Manager: portage-2.3.1

 .../{mavros_extras-0.18.3.ebuild => mavros_extras-0.18.3-r1.ebuild}| 1 +
 dev-ros/mavros_extras/mavros_extras-.ebuild| 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ros/mavros_extras/mavros_extras-0.18.3.ebuild 
b/dev-ros/mavros_extras/mavros_extras-0.18.3-r1.ebuild
similarity index 97%
rename from dev-ros/mavros_extras/mavros_extras-0.18.3.ebuild
rename to dev-ros/mavros_extras/mavros_extras-0.18.3-r1.ebuild
index 8d253e3..af9e276 100644
--- a/dev-ros/mavros_extras/mavros_extras-0.18.3.ebuild
+++ b/dev-ros/mavros_extras/mavros_extras-0.18.3-r1.ebuild
@@ -27,5 +27,6 @@ RDEPEND="
dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/urdf
dev-cpp/eigen:3
+   dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/mavros_extras/mavros_extras-.ebuild 
b/dev-ros/mavros_extras/mavros_extras-.ebuild
index 5622813..af9e276 100644
--- a/dev-ros/mavros_extras/mavros_extras-.ebuild
+++ b/dev-ros/mavros_extras/mavros_extras-.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$
 
@@ -27,5 +27,6 @@ RDEPEND="
dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/urdf
dev-cpp/eigen:3
+   dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"



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

2016-10-06 Thread Alexis Ballier
commit: f613d7e13f07cf571d813bb806fa1609f81b0550
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:54:30 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:54:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f613d7e1

dev-ros/mavros_extras: remove old

Package-Manager: portage-2.3.1

 dev-ros/mavros_extras/Manifest|  4 ---
 dev-ros/mavros_extras/mavros_extras-0.17.2.ebuild | 31 ---
 dev-ros/mavros_extras/mavros_extras-0.17.3.ebuild | 31 ---
 dev-ros/mavros_extras/mavros_extras-0.18.1.ebuild | 31 ---
 dev-ros/mavros_extras/mavros_extras-0.18.2.ebuild | 31 ---
 5 files changed, 128 deletions(-)

diff --git a/dev-ros/mavros_extras/Manifest b/dev-ros/mavros_extras/Manifest
index 063d2dc..7d30136 100644
--- a/dev-ros/mavros_extras/Manifest
+++ b/dev-ros/mavros_extras/Manifest
@@ -1,5 +1 @@
-DIST mavros-0.17.2.tar.gz 201320 SHA256 
d968733575777efbb3e6c396967d5dd82a42cee18f4fd54e47aef2833ff6ebad SHA512 
c174a3caeed406aa7778365ce96f410c32d5ce2ee3d4ff039d283e242392e71543daea175184b35f8cee7000aa1b0491a8696c11661c3b8af3f37e39ce0f50e2
 WHIRLPOOL 
e9242e9ba28bc65c254e245375cfa143f33e3864ec916212088c87e86fedf0c7466e2b0c2febf7564e45dc05251dba186169cadd8cf8222668d0088ad34d2014
-DIST mavros-0.17.3.tar.gz 201861 SHA256 
32da0be2d9f59f4eafb8a583ad9eba5aea44f776a47d5a54625f2915b0bb1aad SHA512 
054e0268750ba6622e0af6ba2e60c9f71b10c7fc4836bed3f1037b9abc386beb9c21d5ee3abacfee7b5a7140f377a07d5414d612c5b744ae9bf5d0cec680b8d7
 WHIRLPOOL 
afc195c8743cda6afed8ac8f5745599ecdddc988c3978349d3b18c7d34353e89b309a34e80422ff7f601830e88beda3d42e94453022210928692ebba730392a5
-DIST mavros-0.18.1.tar.gz 208459 SHA256 
8c8c5560145b261276f9f129c55298d8a9772b96e1d5ffa082fcc1709515dccb SHA512 
0567a098f6429f9a76c2e2d24daf4267e59af126df689eafa9fad7846b5af90511481b3e7de011cb6746a98490a34ae558cbe1edf195414479d548377cfc050b
 WHIRLPOOL 
5909b5e558c98044dfadf8febe1072d1de6dc78e6d415e69dc26ef9ea3d8512647945cf68c590abd7242d6a222d04b0f15a6f5d894d0eb4e98b9ca4236166774
-DIST mavros-0.18.2.tar.gz 208727 SHA256 
347f88483be19ea8fc7da1ecd32e49874e2eb92750958c8b001120164194d524 SHA512 
d5f667f321f6d988224315e7cdd9f435c3c49e0b97dde0b5cd30c124e9778b48304edfbd51789cdd97e1ca449a9fda407c25d9530daa0f4e2f2df1088ced16ff
 WHIRLPOOL 
515242aca0ae43e164150a661b97498d5e3f89ad622eb9bdedecf22ecffa5243032b483cfea1c8b0310c6c20a282cf442a1830fc71f5d7894f29f45f97892d30
 DIST mavros-0.18.3.tar.gz 209081 SHA256 
dfe679d49fe31f25d373c877a8d6656c7eb90274b325715df691ace0d1f98654 SHA512 
f4608ca150b21099259559afa264d852e5a066986c3c0bd9b02b327a58b0f5c0bf769f02fadfde3d37292426f4deab263e1f10b850085b47cde76290b08e18df
 WHIRLPOOL 
3d20f8acb3bd5943414543cfb6dc904ff41d20ff248b04664337ddcf7ea8fe026d7a93ad4ac54221a95d553e00d58203cebe9b44c9462d6f79d5e6bace613356

diff --git a/dev-ros/mavros_extras/mavros_extras-0.17.2.ebuild 
b/dev-ros/mavros_extras/mavros_extras-0.17.2.ebuild
deleted file mode 100644
index 5622813..
--- a/dev-ros/mavros_extras/mavros_extras-0.17.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/mavlink/mavros;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Extra nodes and plugins for mavros"
-LICENSE="GPL-3 LGPL-3 BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/image_transport
-   dev-ros/cv_bridge
-   dev-ros/mavros
-   dev-ros/roscpp
-   
dev-ros/mavros_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/urdf
-   dev-cpp/eigen:3
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/mavros_extras/mavros_extras-0.17.3.ebuild 
b/dev-ros/mavros_extras/mavros_extras-0.17.3.ebuild
deleted file mode 100644
index 8d253e3..
--- a/dev-ros/mavros_extras/mavros_extras-0.17.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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/mavlink/mavros;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Extra nodes and plugins for mavros"
-LICENSE="GPL-3 LGPL-3 BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/image_transport
-   dev-ros/cv_bridge
-   dev-ros/mavros
-   dev-ros/roscpp
-   
dev-ros/mavros_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   

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

2016-10-06 Thread Alexis Ballier
commit: 38d7321a0de531fbc3d5197427b771c4344693b0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:28:26 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d7321a

dev-ros/stereo_image_proc: remove old

Package-Manager: portage-2.3.1

 dev-ros/stereo_image_proc/Manifest |  4 ---
 .../stereo_image_proc-1.12.14.ebuild   | 30 --
 .../stereo_image_proc-1.12.15.ebuild   | 30 --
 .../stereo_image_proc-1.12.16.ebuild   | 30 --
 .../stereo_image_proc-1.12.18.ebuild   | 30 --
 5 files changed, 124 deletions(-)

diff --git a/dev-ros/stereo_image_proc/Manifest 
b/dev-ros/stereo_image_proc/Manifest
index 640d400..202746f 100644
--- a/dev-ros/stereo_image_proc/Manifest
+++ b/dev-ros/stereo_image_proc/Manifest
@@ -1,5 +1 @@
-DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 
8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 
724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94
 WHIRLPOOL 
394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
-DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 
d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 
184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa
 WHIRLPOOL 
d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449
-DIST image_pipeline-1.12.16.tar.gz 126407 SHA256 
af0d7e43de48457ca591c4908d5771c116d2838b4bc64fbe49efaa371f44b5b4 SHA512 
2e1b77a6267fef2925396b36c8d3fdabcf8c0e61043bbeb066f0923bba867c3f63a9da4a9829d26c502af70ad7ab3dcda6cca14628accc472010af8df4b1153e
 WHIRLPOOL 
b746861c95475cadf64a7e0f70f9cad62148a4d6ed8616347812c433244ef6df367bf122089794bf4669b23707dd1718961002fa46516e7ff1ce8ebe3da1b2a2
-DIST image_pipeline-1.12.18.tar.gz 127899 SHA256 
7f356c7a020d4acf5acd2973180cf356329186606586bd37f8103597a0312b05 SHA512 
9a9d671d31d3c6a9343836fa8c7a5566fb9e032330dbc57adeab35510263aca0482a8a8413716e79c49e2e187c3892ab200c92435e8797d4b69e3332771b64da
 WHIRLPOOL 
eed95a909a7a9b99cf313ceea4417a80d433f6b6d24053e4f6705993899d5c2b9fd14ef7ad2b07bf584c79a83f45b232b259f3cd8e3eeedcd61d17449667fe47
 DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 
fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 
f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba
 WHIRLPOOL 
ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.14.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.14.ebuild
deleted file mode 100644
index 2cb657c..
--- a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.14.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_pipeline;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Stereo and single image rectification and disparity processing"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cv_bridge
-   dev-ros/dynamic_reconfigure
-   dev-ros/image_geometry
-   dev-ros/image_proc
-   dev-ros/image_transport
-   dev-ros/message_filters
-   dev-ros/nodelet
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   media-libs/opencv
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.15.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.15.ebuild
deleted file mode 100644
index 2cb657c..
--- a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.15.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_pipeline;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Stereo and single image rectification and disparity processing"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/cv_bridge
-   dev-ros/dynamic_reconfigure
-   dev-ros/image_geometry
-   dev-ros/image_proc
-   dev-ros/image_transport
-   dev-ros/message_filters
-   dev-ros/nodelet
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- 

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

2016-10-06 Thread Alexis Ballier
commit: 2d5d81acb79bb84971cc96a7c4305a5376cadeb0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:25:53 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5d81ac

dev-ros/stereo_image_proc: add missing dep on boost

Package-Manager: portage-2.3.1

 ...o_image_proc-1.12.19.ebuild => stereo_image_proc-1.12.19-r1.ebuild} | 1 +
 dev-ros/stereo_image_proc/stereo_image_proc-.ebuild| 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.19.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.19-r1.ebuild
similarity index 96%
rename from dev-ros/stereo_image_proc/stereo_image_proc-1.12.19.ebuild
rename to dev-ros/stereo_image_proc/stereo_image_proc-1.12.19-r1.ebuild
index 710fa40..a180aaa 100644
--- a/dev-ros/stereo_image_proc/stereo_image_proc-1.12.19.ebuild
+++ b/dev-ros/stereo_image_proc/stereo_image_proc-1.12.19-r1.ebuild
@@ -26,5 +26,6 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
media-libs/opencv
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild
index 2cb657c..a180aaa 100644
--- a/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild
+++ b/dev-ros/stereo_image_proc/stereo_image_proc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,5 +26,6 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
media-libs/opencv
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"



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

2016-10-06 Thread Alexis Ballier
commit: 6544a3d358d31cfab796f44b5b2b0a0290d163b4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:38:57 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6544a3d3

dev-ros/robot_pose_ekf: remove old

Package-Manager: portage-2.3.1

 dev-ros/robot_pose_ekf/Manifest|  2 --
 .../robot_pose_ekf/robot_pose_ekf-1.13.0.ebuild| 30 --
 .../robot_pose_ekf/robot_pose_ekf-1.13.1.ebuild| 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-ros/robot_pose_ekf/Manifest b/dev-ros/robot_pose_ekf/Manifest
index a7350e1..ff346b4 100644
--- a/dev-ros/robot_pose_ekf/Manifest
+++ b/dev-ros/robot_pose_ekf/Manifest
@@ -1,3 +1 @@
-DIST navigation-1.13.0.tar.gz 336419 SHA256 
5ef288325a0de4accfb4ef0cc37d9e9c4106a05d98b0ae5757f6c4823abada97 SHA512 
1b686d4d1e930901dcf899fb73c8609855c3bb6d797322f6f3b9ea7ccb349f98802870b44e0fcbee4e68abebeecbaff57d453dc790fbc908cd23b8afda22e1af
 WHIRLPOOL 
096103d8b774205995a12d294c820187fb89302285b363f6e6b9a4bb1e30a2edf9b33a451effc00b8aeec4d8f40664f61266314d389b9c668c0d7cf2152f70dd
-DIST navigation-1.13.1.tar.gz 335568 SHA256 
aaafdc6ee41ce79f44c03710076a105411b96dfcf35a7816607cbd0f48c8e8bc SHA512 
969ce141dacc3ec8c249769a861c44a8d061bfb24c1fc63bd2873b589b11581f93e3faf3292f4db5daff89100859e05451d38278f859cb527adf55405d8f536e
 WHIRLPOOL 
f4161eb7e357384cebd2f40ead98ac559d16b055a81aee1898bfa23259d42fc88978abec195af62f4a227030b200a5a9ca79079693ebc6f3a3eb1a9d5cfb7dbb
 DIST navigation-1.14.0.tar.gz 340196 SHA256 
3974bb52af21cf0a6e4da8eb231b3101b4c5da700793bdac1cdc97e69d6e5cac SHA512 
8ac2048be6d06be1f137aab2e73c5c724e794b9e6125fa70e2283df3790200f7b5203bae12c46e0796523ae58a4f8ede79fd0c1afc09a306a99f450576c7b11a
 WHIRLPOOL 
12e8b7f5043a9473033df772021c3ebae1cdf87bde52988874489e490e7dfdcb07623c588ffd1297fbbd3fc336813fc6f4e9ae812dc80dfcad3062cceb82ef0b

diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.13.0.ebuild 
b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.13.0.ebuild
deleted file mode 100644
index a2c43b1..
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.13.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation;
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Estimate the 3D pose of a robot, based on (partial) pose 
measurements coming from different sources"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/roscpp
-   dev-ros/tf
-   dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos-bfl
-"
-DEPEND="${RDEPEND}
-   test? ( dev-ros/rostest[${PYTHON_USEDEP}] )
-   virtual/pkgconfig"

diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.13.1.ebuild 
b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.13.1.ebuild
deleted file mode 100644
index a2c43b1..
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.13.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation;
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python2_7 )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Estimate the 3D pose of a robot, based on (partial) pose 
measurements coming from different sources"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/roscpp
-   dev-ros/tf
-   dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos-bfl
-"
-DEPEND="${RDEPEND}
-   test? ( dev-ros/rostest[${PYTHON_USEDEP}] )
-   virtual/pkgconfig"



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

2016-10-06 Thread Alexis Ballier
commit: 7fb7c2de9a1feb64da1b115d8a1ff3839371827b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:42:01 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb7c2de

dev-ros/navfn: add missing dep on boost

Package-Manager: portage-2.3.1

 dev-ros/navfn/{navfn-1.14.0.ebuild => navfn-1.14.0-r1.ebuild} | 1 +
 dev-ros/navfn/navfn-.ebuild   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ros/navfn/navfn-1.14.0.ebuild 
b/dev-ros/navfn/navfn-1.14.0-r1.ebuild
similarity index 96%
rename from dev-ros/navfn/navfn-1.14.0.ebuild
rename to dev-ros/navfn/navfn-1.14.0-r1.ebuild
index aed266a..a570be0 100644
--- a/dev-ros/navfn/navfn-1.14.0.ebuild
+++ b/dev-ros/navfn/navfn-1.14.0-r1.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
sci-libs/pcl
x11-libs/fltk
media-libs/netpbm
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )

diff --git a/dev-ros/navfn/navfn-.ebuild b/dev-ros/navfn/navfn-.ebuild
index 134e9c8..a570be0 100644
--- a/dev-ros/navfn/navfn-.ebuild
+++ b/dev-ros/navfn/navfn-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,6 +30,7 @@ RDEPEND="
sci-libs/pcl
x11-libs/fltk
media-libs/netpbm
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )



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

2016-10-06 Thread Alexis Ballier
commit: 73cf7e69c228b73a079d558cf54d0b74b907e089
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:37:11 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cf7e69

dev-ros/move_base: remove old

Package-Manager: portage-2.3.1

 dev-ros/move_base/Manifest|  2 --
 dev-ros/move_base/move_base-1.13.0.ebuild | 30 --
 dev-ros/move_base/move_base-1.13.1.ebuild | 31 ---
 3 files changed, 63 deletions(-)

diff --git a/dev-ros/move_base/Manifest b/dev-ros/move_base/Manifest
index a7350e1..ff346b4 100644
--- a/dev-ros/move_base/Manifest
+++ b/dev-ros/move_base/Manifest
@@ -1,3 +1 @@
-DIST navigation-1.13.0.tar.gz 336419 SHA256 
5ef288325a0de4accfb4ef0cc37d9e9c4106a05d98b0ae5757f6c4823abada97 SHA512 
1b686d4d1e930901dcf899fb73c8609855c3bb6d797322f6f3b9ea7ccb349f98802870b44e0fcbee4e68abebeecbaff57d453dc790fbc908cd23b8afda22e1af
 WHIRLPOOL 
096103d8b774205995a12d294c820187fb89302285b363f6e6b9a4bb1e30a2edf9b33a451effc00b8aeec4d8f40664f61266314d389b9c668c0d7cf2152f70dd
-DIST navigation-1.13.1.tar.gz 335568 SHA256 
aaafdc6ee41ce79f44c03710076a105411b96dfcf35a7816607cbd0f48c8e8bc SHA512 
969ce141dacc3ec8c249769a861c44a8d061bfb24c1fc63bd2873b589b11581f93e3faf3292f4db5daff89100859e05451d38278f859cb527adf55405d8f536e
 WHIRLPOOL 
f4161eb7e357384cebd2f40ead98ac559d16b055a81aee1898bfa23259d42fc88978abec195af62f4a227030b200a5a9ca79079693ebc6f3a3eb1a9d5cfb7dbb
 DIST navigation-1.14.0.tar.gz 340196 SHA256 
3974bb52af21cf0a6e4da8eb231b3101b4c5da700793bdac1cdc97e69d6e5cac SHA512 
8ac2048be6d06be1f137aab2e73c5c724e794b9e6125fa70e2283df3790200f7b5203bae12c46e0796523ae58a4f8ede79fd0c1afc09a306a99f450576c7b11a
 WHIRLPOOL 
12e8b7f5043a9473033df772021c3ebae1cdf87bde52988874489e490e7dfdcb07623c588ffd1297fbbd3fc336813fc6f4e9ae812dc80dfcad3062cceb82ef0b

diff --git a/dev-ros/move_base/move_base-1.13.0.ebuild 
b/dev-ros/move_base/move_base-1.13.0.ebuild
deleted file mode 100644
index 3a687a8..
--- a/dev-ros/move_base/move_base-1.13.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation;
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Given a goal in the world, will attempt to reach it with a mobile 
base"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/roscpp
-   dev-ros/pluginlib
-   dev-ros/actionlib
-   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-   dev-ros/nav_core
-   dev-ros/tf
-   dev-ros/move_base_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-cpp/eigen:3
-"
-DEPEND="${RDEPEND}
-   dev-ros/cmake_modules"

diff --git a/dev-ros/move_base/move_base-1.13.1.ebuild 
b/dev-ros/move_base/move_base-1.13.1.ebuild
deleted file mode 100644
index fec8a93..
--- a/dev-ros/move_base/move_base-1.13.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation;
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Given a goal in the world, will attempt to reach it with a mobile 
base"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=dev-ros/costmap_2d-1.13.1
-   dev-ros/roscpp
-   dev-ros/pluginlib
-   dev-ros/actionlib
-   dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-   dev-ros/nav_core
-   dev-ros/tf
-   dev-ros/move_base_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-cpp/eigen:3
-"
-DEPEND="${RDEPEND}
-   dev-ros/cmake_modules"



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

2016-10-06 Thread Alexis Ballier
commit: d2456029f3c57f8a653e72f252d37432540dc77a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:30:12 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2456029

dev-ros/gazebo_ros_control: remove old

Package-Manager: portage-2.3.1

 dev-ros/gazebo_ros_control/Manifest|  1 -
 .../gazebo_ros_control-2.5.7-r1.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-ros/gazebo_ros_control/Manifest 
b/dev-ros/gazebo_ros_control/Manifest
index 8819d84..6853566 100644
--- a/dev-ros/gazebo_ros_control/Manifest
+++ b/dev-ros/gazebo_ros_control/Manifest
@@ -1,2 +1 @@
-DIST gazebo_ros_pkgs-2.5.7.tar.gz 1821656 SHA256 
6a40c129d4b4d6c7c5d4608aac7314b84f815a4416cd905d71b2b98067c2aaa7 SHA512 
13790eaa50d6a6b1be26236ce3dd118f6d09c1096b7c95fffbad99fe70d59546b8169597eda5fa774cce37c5b3f46ca61b3c66a8520b675fb8c020e36f002d94
 WHIRLPOOL 
b94be63a019d4bd9fa175f6c8c24f96c2e034ebfdf9b4f96aad6e71476409cb57453c895d2bb14aa50ba1410fb89302147c0677c055544ef826b28425e0a1046
 DIST gazebo_ros_pkgs-2.6.0.tar.gz 1823899 SHA256 
a2756e12a716ef1fa18b132a76b8ea552c5e41c4875bf0349e034988eef133e5 SHA512 
14e3a82ce2d5a9d2f036a6234f12421513db4e53924dbbab60aedef3c3638f1e6b1c5abc2cb0094f19efaa764c76189bcc00217591c4b82e93fff965041c0fce
 WHIRLPOOL 
5b4f44c10de4ef9b86ae37fe115b81ecfd1a991c470e3ade0159cf3bf77646b9a7576e29bdf2b5ecd12164e0a00b838e9d14807bf1153b0443bd52182384d040

diff --git a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.5.7-r1.ebuild 
b/dev-ros/gazebo_ros_control/gazebo_ros_control-2.5.7-r1.ebuild
deleted file mode 100644
index 8f80022..
--- a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.5.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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-simulation/gazebo_ros_pkgs;
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="ROS control plugins for gazebo"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/roscpp
-   dev-ros/gazebo_ros
-   dev-ros/control_toolbox
-   dev-ros/controller_manager
-   dev-ros/hardware_interface
-   dev-ros/transmission_interface
-   dev-ros/pluginlib
-   >=dev-ros/joint_limits_interface-0.11.0
-   >=dev-ros/urdf-1.12.3-r1
-   dev-libs/urdfdom:=
-   sci-electronics/gazebo
-"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/urdfdom1.patch" )



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

2016-10-06 Thread Alexis Ballier
commit: 5fb262721386522f220855be9dff4d59670a21b2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:36:03 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb26272

dev-ros/joint_limits_interface: forward port urdfdom1 patch again

Package-Manager: portage-2.3.1

 ...interface-0.11.1.ebuild => joint_limits_interface-0.11.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dev-ros/joint_limits_interface/joint_limits_interface-0.11.1.ebuild 
b/dev-ros/joint_limits_interface/joint_limits_interface-0.11.1-r1.ebuild
similarity index 88%
rename from dev-ros/joint_limits_interface/joint_limits_interface-0.11.1.ebuild
rename to dev-ros/joint_limits_interface/joint_limits_interface-0.11.1-r1.ebuild
index 0f9aa3c..2a65e6d 100644
--- a/dev-ros/joint_limits_interface/joint_limits_interface-0.11.1.ebuild
+++ b/dev-ros/joint_limits_interface/joint_limits_interface-0.11.1-r1.ebuild
@@ -18,7 +18,8 @@ IUSE=""
 RDEPEND="
dev-ros/roscpp
dev-ros/hardware_interface
-   dev-libs/urdfdom
+   >=dev-libs/urdfdom-1
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest dev-cpp/gtest )"
+PATCHES=( "${FILESDIR}/urdfdom1.patch" )



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

2016-10-06 Thread Alexis Ballier
commit: 17b29875ed9de9f3cc87d53cbdf1afb38d21fb1d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:31:31 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b29875

dev-ros/gazebo_ros_control: add missing dep on boost

Package-Manager: portage-2.3.1

 ...azebo_ros_control-2.6.0.ebuild => gazebo_ros_control-2.6.0-r1.ebuild} | 1 +
 dev-ros/gazebo_ros_control/gazebo_ros_control-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.0.ebuild 
b/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.0-r1.ebuild
similarity index 96%
rename from dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.0.ebuild
rename to dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.0-r1.ebuild
index 8f80022..3c8d579 100644
--- a/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.0.ebuild
+++ b/dev-ros/gazebo_ros_control/gazebo_ros_control-2.6.0-r1.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
>=dev-ros/urdf-1.12.3-r1
dev-libs/urdfdom:=
sci-electronics/gazebo
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"
 PATCHES=( "${FILESDIR}/urdfdom1.patch" )

diff --git a/dev-ros/gazebo_ros_control/gazebo_ros_control-.ebuild 
b/dev-ros/gazebo_ros_control/gazebo_ros_control-.ebuild
index edf6468..7011c6f 100644
--- a/dev-ros/gazebo_ros_control/gazebo_ros_control-.ebuild
+++ b/dev-ros/gazebo_ros_control/gazebo_ros_control-.ebuild
@@ -26,5 +26,6 @@ RDEPEND="
dev-ros/urdf
sci-electronics/gazebo
dev-libs/urdfdom:=
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"



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

2016-10-06 Thread Alexis Ballier
commit: 9476ee50c2c4bcf380ed1f29add6ba9c24fbace2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:02:51 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9476ee50

dev-ros/pcl_ros: add missing dep on boost

Package-Manager: portage-2.3.1

 dev-ros/pcl_ros/{pcl_ros-1.4.1-r1.ebuild => pcl_ros-1.4.1-r2.ebuild} | 1 +
 dev-ros/pcl_ros/pcl_ros-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/pcl_ros/pcl_ros-1.4.1-r1.ebuild 
b/dev-ros/pcl_ros/pcl_ros-1.4.1-r2.ebuild
similarity index 97%
rename from dev-ros/pcl_ros/pcl_ros-1.4.1-r1.ebuild
rename to dev-ros/pcl_ros/pcl_ros-1.4.1-r2.ebuild
index b9567e8..c3bb11b 100644
--- a/dev-ros/pcl_ros/pcl_ros-1.4.1-r1.ebuild
+++ b/dev-ros/pcl_ros/pcl_ros-1.4.1-r2.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
dev-ros/nodelet_topic_tools
sci-libs/pcl:=[qhull]
>=dev-ros/pcl_conversions-0.2.1-r1
+   dev-libs/boost:=[threads]
dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]

diff --git a/dev-ros/pcl_ros/pcl_ros-.ebuild 
b/dev-ros/pcl_ros/pcl_ros-.ebuild
index b9567e8..c3bb11b 100644
--- a/dev-ros/pcl_ros/pcl_ros-.ebuild
+++ b/dev-ros/pcl_ros/pcl_ros-.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
dev-ros/nodelet_topic_tools
sci-libs/pcl:=[qhull]
>=dev-ros/pcl_conversions-0.2.1-r1
+   dev-libs/boost:=[threads]
dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]



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

2016-10-06 Thread Alexis Ballier
commit: 339ea1a223b0da9f767c29ecbcea03bcf99a3774
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:39:40 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339ea1a2

dev-ros/robot_pose_ekf: add missing dep on boost

Package-Manager: portage-2.3.1

 dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild | 1 +
 dev-ros/robot_pose_ekf/robot_pose_ekf-.ebuild   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild 
b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
index ca57647..2fb12aa 100644
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
+++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
sci-libs/orocos-bfl
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )

diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-.ebuild 
b/dev-ros/robot_pose_ekf/robot_pose_ekf-.ebuild
index a2c43b1..2fb12aa 100644
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-.ebuild
+++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,6 +24,7 @@ RDEPEND="
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
sci-libs/orocos-bfl
+   dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )



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

2016-10-06 Thread Alexis Ballier
commit: 3b83500caef8f8d3e92aa1ff3b4bf02928e2e405
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 13:41:13 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 13:47:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b83500c

dev-ros/navfn: remove old

Package-Manager: portage-2.3.1

 dev-ros/navfn/Manifest   |  1 -
 dev-ros/navfn/navfn-1.13.1-r1.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/dev-ros/navfn/Manifest b/dev-ros/navfn/Manifest
index 7b907e4..ff346b4 100644
--- a/dev-ros/navfn/Manifest
+++ b/dev-ros/navfn/Manifest
@@ -1,2 +1 @@
-DIST navigation-1.13.1.tar.gz 335568 SHA256 
aaafdc6ee41ce79f44c03710076a105411b96dfcf35a7816607cbd0f48c8e8bc SHA512 
969ce141dacc3ec8c249769a861c44a8d061bfb24c1fc63bd2873b589b11581f93e3faf3292f4db5daff89100859e05451d38278f859cb527adf55405d8f536e
 WHIRLPOOL 
f4161eb7e357384cebd2f40ead98ac559d16b055a81aee1898bfa23259d42fc88978abec195af62f4a227030b200a5a9ca79079693ebc6f3a3eb1a9d5cfb7dbb
 DIST navigation-1.14.0.tar.gz 340196 SHA256 
3974bb52af21cf0a6e4da8eb231b3101b4c5da700793bdac1cdc97e69d6e5cac SHA512 
8ac2048be6d06be1f137aab2e73c5c724e794b9e6125fa70e2283df3790200f7b5203bae12c46e0796523ae58a4f8ede79fd0c1afc09a306a99f450576c7b11a
 WHIRLPOOL 
12e8b7f5043a9473033df772021c3ebae1cdf87bde52988874489e490e7dfdcb07623c588ffd1297fbbd3fc336813fc6f4e9ae812dc80dfcad3062cceb82ef0b

diff --git a/dev-ros/navfn/navfn-1.13.1-r1.ebuild 
b/dev-ros/navfn/navfn-1.13.1-r1.ebuild
deleted file mode 100644
index 134e9c8..
--- a/dev-ros/navfn/navfn-1.13.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-planning/navigation;
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs 
dev-ros/nav_msgs"
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Fast interpolated navigation function that can be used to create 
plans for a mobile base"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/costmap_2d
-   dev-ros/nav_core
-   dev-ros/pcl_conversions
-   dev-ros/pcl_ros
-   dev-ros/pluginlib
-   dev-ros/roscpp
-   dev-ros/tf
-   dev-ros/visualization_msgs
-   dev-cpp/eigen:3
-   sci-libs/pcl
-   x11-libs/fltk
-   media-libs/netpbm
-"
-DEPEND="${RDEPEND}
-   test? ( dev-cpp/gtest )
-   dev-ros/cmake_modules"
-
-PATCHES=( "${FILESDIR}/pgm_h_location.patch" )



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

2016-10-06 Thread Michał Górny
commit: d55b86576b619fe136ae363749da5b9a873fe48a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  6 13:15:17 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  6 13:29:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55b8657

sys-libs/libcxxabi: Fix running tests against ext libunwind

 .../files/libcxxabi-3.9.0-test-unwind.patch| 37 ++
 sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild  |  2 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-libs/libcxxabi/files/libcxxabi-3.9.0-test-unwind.patch 
b/sys-libs/libcxxabi/files/libcxxabi-3.9.0-test-unwind.patch
new file mode 100644
index ..1005cb7
--- /dev/null
+++ b/sys-libs/libcxxabi/files/libcxxabi-3.9.0-test-unwind.patch
@@ -0,0 +1,37 @@
+From fff85c801ae564a09479e1e8e4cf81977536c550 Mon Sep 17 00:00:00 2001
+From: Petr Hosek 
+Date: Mon, 8 Aug 2016 22:09:54 +
+Subject: [PATCH] Do not depend on unwind when building standalone
+
+When libcxxabi is being built standalone, unwind dependency is not
+available, so do not use it even when LLVM unwinder is being
+requested.
+
+Differential Revision: https://reviews.llvm.org/D23228
+
+git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@278058 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ test/CMakeLists.txt | 7 +++
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
+index 31b5d1d..3a489bf 100644
+--- a/test/CMakeLists.txt
 b/test/CMakeLists.txt
+@@ -36,10 +36,9 @@ endif()
+ 
+ if (NOT LIBCXXABI_BUILT_STANDALONE)
+   list(APPEND LIBCXXABI_TEST_DEPS cxx)
+-endif()
+-
+-if (LIBCXXABI_USE_LLVM_UNWINDER)
+-  list(APPEND LIBCXXABI_TEST_DEPS unwind)
++  if (LIBCXXABI_USE_LLVM_UNWINDER)
++list(APPEND LIBCXXABI_TEST_DEPS unwind)
++  endif()
+ endif()
+ 
+ add_lit_testsuite(check-libcxxabi "Running libcxxabi tests"
+-- 
+2.10.1
+

diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild 
b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
index a74a53d..48c4519 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
@@ -48,6 +48,8 @@ src_prepare() {
 
# backport cmake path fix for llvm-3.9+
eapply "${FILESDIR}/${P}-cmake-path.patch"
+   # kill stray unwind test dep in stand-alone builds
+   eapply "${FILESDIR}/${P}-test-unwind.patch"
 }
 
 src_configure() {



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

2016-10-06 Thread Michał Górny
commit: 1e7008e09bee9cbb9c4f99397210dc0b0cf0ce62
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  6 12:22:20 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  6 13:28:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7008e0

sys-libs/libcxxabi: Pass libunwind include & (fake) src path, #596340

 sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild | 7 ++-
 sys-libs/libcxxabi/libcxxabi-.ebuild  | 8 +++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild 
b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
index 4684548..a74a53d 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
libunwind? (
|| (

>=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
-   sys-libs/llvm-libunwind[static-libs?,${MULTILIB_USEDEP}]
+   
>=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
)
)"
 DEPEND="${RDEPEND}
@@ -66,6 +66,11 @@ multilib_src_configure() {
-DLLVM_INCLUDE_TESTS=$(usex test)
 

-DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx-${PV}.src/include
+   # upstream is omitting standard search path for this
+   # probably because gcc & clang are bundling their own unwind.h
+   -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
+   # this only needs to exist, it does not have to make sense
+   -DLIBCXXABI_LIBUNWIND_SOURCES="${T}"
)
if use test; then
mycmakeargs+=(

diff --git a/sys-libs/libcxxabi/libcxxabi-.ebuild 
b/sys-libs/libcxxabi/libcxxabi-.ebuild
index 66de8aa..e84bfd7 100644
--- a/sys-libs/libcxxabi/libcxxabi-.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
libunwind? (
|| (

>=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
-   sys-libs/llvm-libunwind[static-libs?,${MULTILIB_USEDEP}]
+   
>=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
)
)"
 DEPEND="${RDEPEND}
@@ -69,6 +69,12 @@ multilib_src_configure() {
-DLLVM_INCLUDE_TESTS=$(usex test)
 
-DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx/include
+   # upstream is omitting standard search path for this
+   # probably because gcc & clang are bundling their own unwind.h
+   -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
+   # this only needs to exist, it does not have to make sense
+   # FIXME: remove this once https://reviews.llvm.org/D25314 is 
merged
+   -DLIBCXXABI_LIBUNWIND_SOURCES="${T}"
)
if use test; then
mycmakeargs+=(



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

2016-10-06 Thread Michał Górny
commit: a499a225bb7e5ddd8c2478fbe804e6cbfac212c5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  6 12:40:11 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  6 13:28:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a499a225

sys-libs/llvm-libunwind: Install headers, req for #596340

 ...{llvm-libunwind-3.9.0.ebuild => llvm-libunwind-3.9.0-r1.ebuild} | 7 +++
 sys-libs/llvm-libunwind/llvm-libunwind-.ebuild | 7 +++
 2 files changed, 14 insertions(+)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild
similarity index 89%
rename from sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild
rename to sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild
index 1346f7a..e06514d 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild
@@ -42,3 +42,10 @@ multilib_src_configure() {
 
cmake-utils_src_configure
 }
+
+multilib_src_install() {
+   cmake-utils_src_install
+
+   # install headers like sys-libs/libunwind
+   doheader "${S}"/include/*.h
+}

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild
index df6f770..1fee4bf 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-.ebuild
@@ -35,3 +35,10 @@ multilib_src_configure() {
 
cmake-utils_src_configure
 }
+
+multilib_src_install() {
+   cmake-utils_src_install
+
+   # install headers like sys-libs/libunwind
+   doheader "${S}"/include/*.h
+}



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

2016-10-06 Thread Alexis Ballier
commit: f9624ac8db77b4b69708ecbdf47f79435d9b92da
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 12:46:01 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 12:51:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9624ac8

dev-ros/tf2_ros: add missing dep on boost

Package-Manager: portage-2.3.1

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

diff --git a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild 
b/dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild
similarity index 92%
rename from dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild
rename to dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild
index 248dddf..4916e4c 100644
--- a/dev-ros/tf2_ros/tf2_ros-0.5.13.ebuild
+++ b/dev-ros/tf2_ros/tf2_ros-0.5.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,6 +20,7 @@ RDEPEND="
dev-ros/message_filters
dev-ros/roscpp
dev-ros/rosgraph
+   dev-libs/boost:=[threads]
dev-ros/rospy[${PYTHON_USEDEP}]
dev-ros/tf2
dev-ros/tf2_py[${PYTHON_USEDEP}]

diff --git a/dev-ros/tf2_ros/tf2_ros-.ebuild 
b/dev-ros/tf2_ros/tf2_ros-.ebuild
index 248dddf..4916e4c 100644
--- a/dev-ros/tf2_ros/tf2_ros-.ebuild
+++ b/dev-ros/tf2_ros/tf2_ros-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,6 +20,7 @@ RDEPEND="
dev-ros/message_filters
dev-ros/roscpp
dev-ros/rosgraph
+   dev-libs/boost:=[threads]
dev-ros/rospy[${PYTHON_USEDEP}]
dev-ros/tf2
dev-ros/tf2_py[${PYTHON_USEDEP}]



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

2016-10-06 Thread Alexis Ballier
commit: a654253109f11a21c71b21a5fe8507b1fc66972a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 12:49:22 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 12:51:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6542531

dev-ros/tf2: remove old

Package-Manager: portage-2.3.1

 dev-ros/tf2/Manifest  |  1 -
 dev-ros/tf2/tf2-0.5.12.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-ros/tf2/Manifest b/dev-ros/tf2/Manifest
index e6ba39e..6d33925 100644
--- a/dev-ros/tf2/Manifest
+++ b/dev-ros/tf2/Manifest
@@ -1,2 +1 @@
-DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc

diff --git a/dev-ros/tf2/tf2-0.5.12.ebuild b/dev-ros/tf2/tf2-0.5.12.ebuild
deleted file mode 100644
index 932df2c..
--- a/dev-ros/tf2/tf2-0.5.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="The second generation Transform Library in ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/console_bridge
-   dev-ros/rostime
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=[threads]
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/files/, sci-electronics/gazebo/

2016-10-06 Thread Alexis Ballier
commit: 3bae47de2cc5ffeab8c2e9da928f4b66442e1814
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 11:55:47 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 12:51:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bae47de

sci-electronics/gazebo: fix build with boost 1.62

Package-Manager: portage-2.3.1

 sci-electronics/gazebo/files/boost162.patch | 12 
 sci-electronics/gazebo/gazebo-7.3.1.ebuild  |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/sci-electronics/gazebo/files/boost162.patch 
b/sci-electronics/gazebo/files/boost162.patch
new file mode 100644
index ..e91643f
--- /dev/null
+++ b/sci-electronics/gazebo/files/boost162.patch
@@ -0,0 +1,12 @@
+Index: gazebo-7.3.1/gazebo/rendering/Camera.cc
+===
+--- gazebo-7.3.1.orig/gazebo/rendering/Camera.cc
 gazebo-7.3.1/gazebo/rendering/Camera.cc
+@@ -25,6 +25,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #ifndef _WIN32

diff --git a/sci-electronics/gazebo/gazebo-7.3.1.ebuild 
b/sci-electronics/gazebo/gazebo-7.3.1.ebuild
index cdc015c..01d18e8 100644
--- a/sci-electronics/gazebo/gazebo-7.3.1.ebuild
+++ b/sci-electronics/gazebo/gazebo-7.3.1.ebuild
@@ -54,7 +54,7 @@ DEPEND="${RDEPEND}
test? ( dev-libs/libxslt )
 "
 CMAKE_BUILD_TYPE=RelWithDebInfo
-PATCHES=( "${FILESDIR}/tinyxml2.patch" )
+PATCHES=( "${FILESDIR}/tinyxml2.patch" "${FILESDIR}/boost162.patch" )
 
 src_configure() {
# doesnt build without it



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

2016-10-06 Thread Alexis Ballier
commit: b16f9524eb5d09dc06b2bbbdb4de8c91ed7bb8c2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 12:43:19 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 12:51:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16f9524

dev-ros/tf2_ros: remove old

Package-Manager: portage-2.3.1

 dev-ros/tf2_ros/Manifest  |  1 -
 dev-ros/tf2_ros/tf2_ros-0.5.12.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ros/tf2_ros/Manifest b/dev-ros/tf2_ros/Manifest
index e6ba39e..6d33925 100644
--- a/dev-ros/tf2_ros/Manifest
+++ b/dev-ros/tf2_ros/Manifest
@@ -1,2 +1 @@
-DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc

diff --git a/dev-ros/tf2_ros/tf2_ros-0.5.12.ebuild 
b/dev-ros/tf2_ros/tf2_ros-0.5.12.ebuild
deleted file mode 100644
index 248dddf..
--- a/dev-ros/tf2_ros/tf2_ros-0.5.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="ROS bindings for the tf2 library, for both Python and C++"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/actionlib[${PYTHON_USEDEP}]
-   dev-ros/message_filters
-   dev-ros/roscpp
-   dev-ros/rosgraph
-   dev-ros/rospy[${PYTHON_USEDEP}]
-   dev-ros/tf2
-   dev-ros/tf2_py[${PYTHON_USEDEP}]
-   dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
-   
dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"



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

2016-10-06 Thread Keri Harris
commit: fb17be1b5dd8c19ff85eb467aa1e2dfee85e561b
Author: Keri Harris  gentoo  org>
AuthorDate: Thu Oct  6 12:40:48 2016 +
Commit: Keri Harris  gentoo  org>
CommitDate: Thu Oct  6 12:40:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb17be1b

dev-lang/yap: disable outdated gecode bindings. Closes #590960

Package-Manager: portage-2.3.0

 dev-lang/yap/yap-6.3.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/yap/yap-6.3.3.ebuild b/dev-lang/yap/yap-6.3.3.ebuild
index bb5284c..9d4061e 100644
--- a/dev-lang/yap/yap-6.3.3.ebuild
+++ b/dev-lang/yap/yap-6.3.3.ebuild
@@ -57,6 +57,7 @@ src_configure() {
econf \
--libdir=/usr/$(get_libdir) \
--disable-prism \
+   --disable-gecode \
$(use_enable !static dynamic-loading) \
$(use_enable threads) \
$(use_enable threads pthread-locking) \



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

2016-10-06 Thread Sergey Popov
commit: 66139ead8c4ed55cdc06bf520b8710191e64200d
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Oct  6 11:57:03 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Oct  6 11:57:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66139ead

net-misc/quagga: stabilize new revision

Transfer stable keywords from previous revision, drop old

Package-Manager: portage-2.2.28

 net-misc/quagga/quagga-1.0.20160315-r2.ebuild | 135 --
 net-misc/quagga/quagga-1.0.20160315-r3.ebuild |   2 +-
 2 files changed, 1 insertion(+), 136 deletions(-)

diff --git a/net-misc/quagga/quagga-1.0.20160315-r2.ebuild 
b/net-misc/quagga/quagga-1.0.20160315-r2.ebuild
deleted file mode 100644
index cdf60d6..
--- a/net-misc/quagga/quagga-1.0.20160315-r2.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-CLASSLESS_BGP_PATCH=ht-20040304-classless-bgp.patch
-
-inherit autotools eutils flag-o-matic multilib pam readme.gentoo-r1 systemd 
user
-
-DESCRIPTION="A free routing daemon replacing Zebra supporting RIP, OSPF and 
BGP"
-HOMEPAGE="http://quagga.net/;
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz
-   bgpclassless? ( 
http://hasso.linux.ee/stuff/patches/quagga/${CLASSLESS_BGP_PATCH} )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ~s390 sparc x86"
-
-IUSE="bgpclassless caps doc elibc_glibc ipv6 multipath ospfapi pam +readline 
snmp tcp-zebra"
-
-COMMON_DEPEND="
-   caps? ( sys-libs/libcap )
-   snmp? ( net-analyzer/net-snmp )
-   readline? (
-   sys-libs/readline:0
-   pam? ( sys-libs/pam )
-   )
-   !elibc_glibc? ( dev-libs/libpcre )"
-DEPEND="${COMMON_DEPEND}
-   app-arch/xz-utils
-   sys-apps/gawk
-   sys-devel/libtool:2"
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/iproute2"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.99.22.4-ipctl-forwarding.patch"
-   "${FILESDIR}/${P}-ripd-null-pointer-fix.patch"
-   "${FILESDIR}/${P}-ospfd-dangling-pointer-fix.patch"
-)
-
-DISABLE_AUTOFORMATTING=1
-DOC_CONTENTS="Sample configuration files can be found in 
/usr/share/doc/${PF}/samples
-You have to create config files in /etc/quagga before
-starting one of the daemons.
-
-You can pass additional options to the daemon by setting the EXTRA_OPTS
-variable in their respective file in /etc/conf.d"
-
-pkg_setup() {
-   enewgroup quagga
-   enewuser quagga -1 -1 /var/empty quagga
-}
-
-src_prepare() {
-   # Classless prefixes for BGP
-   # http://hasso.linux.ee/doku.php/english:network:quagga
-   use bgpclassless && eapply -p0 "${DISTDIR}/${CLASSLESS_BGP_PATCH}"
-
-   epatch ${PATCHES[@]}
-   eapply_user
-   eautoreconf
-}
-
-src_configure() {
-   append-flags -fno-strict-aliasing
-
-   # do not build PDF docs
-   export ac_cv_prog_PDFLATEX=no
-   export ac_cv_prog_LATEXMK=no
-
-   econf \
-   --enable-exampledir=/usr/share/doc/${PF}/samples \
-   --enable-irdp \
-   --enable-isisd \
-   --enable-isis-topology \
-   --enable-pimd \
-   --enable-user=quagga \
-   --enable-group=quagga \
-   --enable-vty-group=quagga \
-   --with-cflags="${CFLAGS}" \
-   --with-pkg-extra-version="-gentoo" \
-   --sysconfdir=/etc/quagga \
-   --localstatedir=/run/quagga \
-   --disable-static \
-   $(use_enable caps capabilities) \
-   $(usex snmp '--enable-snmp' '' '' '') \
-   $(use_enable !elibc_glibc pcreposix) \
-   $(use_enable tcp-zebra) \
-   $(use_enable doc) \
-   $(usex multipath $(use_enable multipath) '' '=0' '') \
-   $(usex ospfapi '--enable-opaque-lsa --enable-ospf-te 
--enable-ospfclient' '' '' '') \
-   $(use_enable readline vtysh) \
-   $(use_with pam libpam) \
-   $(use_enable ipv6 ripngd) \
-   $(use_enable ipv6 ospf6d) \
-   $(use_enable ipv6 rtadv)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-   readme.gentoo_create_doc
-
-   keepdir /etc/quagga
-   fowners root:quagga /etc/quagga
-   fperms 0770 /etc/quagga
-
-   # Path for PIDs before first reboot should be created here, bug #558194
-   dodir /run/quagga
-   fowners quagga:quagga /run/quagga
-   fperms 0770 /run/quagga
-
-   # Install systemd-related stuff, bug #553136
-   systemd_dotmpfilesd "${FILESDIR}/systemd/quagga.conf"
-   systemd_dounit "${FILESDIR}/systemd/zebra.service"
-
-   # install zebra as a file, symlink the rest
-   newinitd "${FILESDIR}"/quagga-services.init.3 zebra
-
-   for service in bgpd isisd ospfd pimd ripd $(use ipv6 && echo ospf6d 
ripngd); do
-   dosym zebra 

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

2016-10-06 Thread Miroslav Šulc
commit: 6875ef5b3595d6f9d03907bf71cb51b1e1a320a4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 11:02:33 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 11:02:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6875ef5b

dev-java/tomcat-native: version bump

Package-Manager: portage-2.3.1

 dev-java/tomcat-native/Manifest|  1 +
 dev-java/tomcat-native/tomcat-native-1.2.10.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-java/tomcat-native/Manifest b/dev-java/tomcat-native/Manifest
index 88138d4..cd9594b 100644
--- a/dev-java/tomcat-native/Manifest
+++ b/dev-java/tomcat-native/Manifest
@@ -1,3 +1,4 @@
+DIST tomcat-native-1.2.10-src.tar.gz 391853 SHA256 
553a796f1efb9d52a22a24636baca45ae265327f2a2d2f3169436b4012df9c35 SHA512 
ab12525e031f4b0221634bde0b3af826c2231a8655032917bd09fe26075cc8b9bce7a7c5de369f525230155d50ec41ff84fb074c45ef9f34319f910e907d66a6
 WHIRLPOOL 
f6786ec3f9d5a8f8c9fb2ec174b7da637016019453575efa2e093b77fe2bfbfae653d9ac0c1199dea6391754a8b64e8601a29ec54818f353b2e3471e9057d0d4
 DIST tomcat-native-1.2.4-src.tar.gz 387352 SHA256 
29d53d4646229a839ccb71b7b3caa25c256aab1965c33cc9d140247213b9b171 SHA512 
c080867510fb9006832172ee0b1997cee067c6e0275b3f9bdf94f69c14b9a02317352d9cadd8a41d366fb5f25c42f7f8af419e0b699aaa5eefee20db96559e97
 WHIRLPOOL 
bf0acc6a78a79b51d3802fb1e1bfb0ec3e71993723a1be58c5ac14d6d24bab6e54fc9d505e4d5c0852ce335b6edc47c6b57f99055c875258fa0414a702e06fb2
 DIST tomcat-native-1.2.7-src.tar.gz 390573 SHA256 
19e87bc6ea7f763bf9e6515f8c31d8e9bb3e0c1132b36769cdf32c6702723d25 SHA512 
3d973d65969e52f0b7a8ea24736926e205b1e95bf80ed4a79bdfeeefb59b7494b3cb1618a0a24afcd026c946f9bf4d3d4b3800eecdf001cc50d814981edc2733
 WHIRLPOOL 
613cdc15c4ee7305303096fa099f553d065cc898696c09b060bc1d57522ac9c445a34ebe9883e240f9a7ab9ed77b1cb3cd492a723281bcbda2f60e0b399e2a64
 DIST tomcat-native-1.2.8-src.tar.gz 391842 SHA256 
408ece0b027c8967b3aa85533c5fca642827e235b1857d28df918a4eab861d30 SHA512 
4e9fde4a9fbec73813eb8a42d3ee1728b6ba64f04a007d15f89dfa7e7380af95586f843091d7691e84b84062824b3ce7a0a6c3402dfe31de352d8884652b7b83
 WHIRLPOOL 
6165552f88b5dab32f0046252989f5ae603b5195744d03b9348cad047af178a20766ccf1062701dafe844b65eaefadac914666e5d30104ef65c6657a3fbdf94c

diff --git a/dev-java/tomcat-native/tomcat-native-1.2.10.ebuild 
b/dev-java/tomcat-native/tomcat-native-1.2.10.ebuild
new file mode 100644
index ..a2925ec
--- /dev/null
+++ b/dev-java/tomcat-native/tomcat-native-1.2.10.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils java-pkg-2 java-ant-2
+
+DESCRIPTION="Native APR library for Tomcat"
+
+SLOT="0"
+SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
+HOMEPAGE="http://tomcat.apache.org/;
+KEYWORDS="~amd64 ~x86"
+LICENSE="Apache-2.0"
+IUSE="test"
+
+RDEPEND="dev-libs/apr:1
+   dev-libs/openssl:=
+   >=virtual/jre-1.7"
+
+DEPEND=">=virtual/jdk-1.7
+   test? ( dev-java/ant-junit:0 )"
+
+S=${WORKDIR}/${P}-src
+
+src_configure(){
+   cd native || die
+   econf --with-apr=/usr/bin/apr-1-config  \
+   --with-ssl=/usr || die "Could not configure native sources"
+}
+
+src_compile() {
+   eant jar -f build.xml
+
+   cd native || die
+   default
+}
+
+src_install() {
+   java-pkg_newjar "dist/${P}.jar" "${PN}.jar"
+
+   cd native
+   emake DESTDIR="${D}" install || die "Could not install libtcnative-1.so"
+}
+
+src_test() {
+   java-pkg-2_src_test
+}
+
+pkg_postinst() {
+   elog
+   elog " APR should be available with Tomcat, for more information"
+   elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html;
+   elog
+   elog " Please report any bugs to https://bugs.gentoo.org/;
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/

2016-10-06 Thread Göktürk Yüksek
commit: ba7a569b9d6778be5677f2e59c721d0aa196e705
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Oct  6 10:02:18 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Oct  6 10:02:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7a569b

net-im/skypeforlinux: remove redundant  from the metadata

Package-Manager: portage-2.3.0

 net-im/skypeforlinux/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/skypeforlinux/metadata.xml 
b/net-im/skypeforlinux/metadata.xml
index 5240e10..7651eec 100644
--- a/net-im/skypeforlinux/metadata.xml
+++ b/net-im/skypeforlinux/metadata.xml
@@ -4,7 +4,6 @@

shent...@gmail.com
Raymond Jennings
-   Proxy maintainer. Assign bugs to him


proxy-ma...@gentoo.org



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

2016-10-06 Thread Alexis Ballier
commit: 814c4539fe80cc37d01c6506f585b3cadf29aa96
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  6 09:33:50 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  6 09:33:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814c4539

x11-libs/fltk: install fluid executable; bug #595246

Package-Manager: portage-2.3.1

 x11-libs/fltk/{fltk-1.3.3-r4.ebuild => fltk-1.3.3-r5.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/fltk/fltk-1.3.3-r4.ebuild 
b/x11-libs/fltk/fltk-1.3.3-r5.ebuild
similarity index 98%
rename from x11-libs/fltk/fltk-1.3.3-r4.ebuild
rename to x11-libs/fltk/fltk-1.3.3-r5.ebuild
index de7dc98..a6079f1 100644
--- a/x11-libs/fltk/fltk-1.3.3-r4.ebuild
+++ b/x11-libs/fltk/fltk-1.3.3-r5.ebuild
@@ -141,7 +141,7 @@ multilib_src_install() {
default
 
if multilib_is_native_abi; then
-   emake -C fluid DESTDIR="${D}" install-linux
+   emake -C fluid DESTDIR="${D}" install-linux install
 
use doc && \
emake -C documentation DESTDIR="${D}" install



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

2016-10-06 Thread Michał Górny
commit: 3dfbe97ade5780da0ca05a7ceaff14e243b745bf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  6 09:20:51 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  6 09:22:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfbe97a

dev-util/boost-build: Use correct upstream distfile, #596220

 dev-util/boost-build/Manifest   | 2 +-
 .../{boost-build-1.62.0.ebuild => boost-build-1.62.0-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/boost-build/Manifest b/dev-util/boost-build/Manifest
index 63f8f84..1635eaa 100644
--- a/dev-util/boost-build/Manifest
+++ b/dev-util/boost-build/Manifest
@@ -4,4 +4,4 @@ DIST boost_1_58_0.tar.bz2 70394057 SHA256 
fdfc204fc33ec79c99b9a74944c3e54bd78be4
 DIST boost_1_59_0.tar.bz2 70389425 SHA256 
727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca SHA512 
8139e1ae997a86974071c5714ad3307e3d8fd15ef702b81a953410dd4d424b932135f53a0ef4891d9b9b747a38e539e66d6a803388fe0cc98e5166be872d682a
 WHIRLPOOL 
ab26f6b770c32320e71806d7f7856b3841917dcc59e0c5ee588fc77d77f11855dda66bfb808dbe0f3f89859b958211439c271401a5b1ad2ea98aa5d377934510
 DIST boost_1_60_0.tar.bz2 76553944 SHA256 
686a989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b SHA512 
7c851b3fc2b322ff05d642d9cf03e7c30c5f04d5cf0579c99046b1ec708901c58a3d349031dfe24591f5b88c1e664b6a0d40abea6cce89abb52080c02eb725df
 WHIRLPOOL 
828b0797a8b62150ecef5ee13f0e8b8d6b6a0e7365511ec9782d2d8f3a26ac38a98f10876c40d05ea46697c013b1f96f22b3a24c449372520c84bb725059fe48
 DIST boost_1_61_0.tar.bz2 85202254 SHA256 
a547bd06c2fd9a71ba1d169d9cf0339da7ebf4753849a8f7d6fdb8feee99b640 SHA512 
a1c7338e2d2dbac8552ede7c554640d22cbb2fda7fbc325dc3cdcb51e769713626695426ffc158cbe0e1729dd9a7b5ad18af4800d74e24539e8d8564268c2b9d
 WHIRLPOOL 
59b47e7ae9ae8443ecaab29b1104cfe3ebfa607d22afcc3fad4a87bdfd575939eba8130a80fd509da178eb3227a26cb74db51852716dc5df068d36fc4839372b
-DIST boost_1_62_0.tar.bz2 84529021 SHA256 
3b9df59619e07cf53e041c27efff7d9aeab7628e5d6867f4754eefb2b7b99dbb SHA512 
8b7ec068cfd13e513c339f59440ff966d4e669beb82b6793937b5285f96bd51562e718f5e70206a7cbec5e58ec9a3067700fd825c7ed95eedf9989fbede3
 WHIRLPOOL 
6b93771c66c9259af5fc2e3e2f2b3996cb6756edf70ec8a72d7ddf3b97291522b8fae3e201c984e54a245ab505a17e541a42de6bfefe5d8b4bf972a6038f8a9d
+DIST boost_1_62_0.tar.bz2 84513338 SHA256 
36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 SHA512 
5385ae3d5255a433a704169ad454d8dc2b0b5bcae3fb23defd6570df4ff7d845cf9fcbeebccdc1c5db0eec9f82ee3d90040de9507c8167467c635d3b215463be
 WHIRLPOOL 
49c4558d5e6d72084f083a76217e3d97b504f112d7e4d228eded72dc49fa7e675ba943a9fc52a3c27d296ee689aee27d4566796c6eae71cf647430285777c0fb

diff --git a/dev-util/boost-build/boost-build-1.62.0.ebuild 
b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
similarity index 97%
rename from dev-util/boost-build/boost-build-1.62.0.ebuild
rename to dev-util/boost-build/boost-build-1.62.0-r1.ebuild
index 1998c07..cac6bf3 100644
--- a/dev-util/boost-build/boost-build-1.62.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
@@ -13,7 +13,7 @@ MY_PV="$(replace_all_version_separators _)"
 
 DESCRIPTION="A system for large project software construction, simple to use 
and powerful"
 HOMEPAGE="http://www.boost.org/doc/tools/build/index.html;
-SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2"
+SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_PV}.tar.bz2;
 
 LICENSE="Boost-1.0"
 SLOT="0"



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

2016-10-06 Thread Miroslav Šulc
commit: e4b29c450745ff85b16fff2e7dc7f1f034b949a5
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:09:45 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:09:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b29c45

dev-java/netbeans-javadoc: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-javadoc/netbeans-javadoc-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-javadoc/netbeans-javadoc-8.2.ebuild 
b/dev-java/netbeans-javadoc/netbeans-javadoc-8.2.ebuild
index c16ae6a..173f50c 100644
--- a/dev-java/netbeans-javadoc/netbeans-javadoc-8.2.ebuild
+++ b/dev-java/netbeans-javadoc/netbeans-javadoc-8.2.ebuild
@@ -65,19 +65,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
java-pkg_jar-from --build-only --into libs.junit4/external junit-4 
junit.jar junit-4.12.jar
@@ -155,6 +142,7 @@ src_prepare() {
touch nb.cluster.websvccommon.built
 
java-pkg-2_src_prepare
+   default
 }
 
 src_compile() {



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

2016-10-06 Thread Miroslav Šulc
commit: 39c3903eb44deadb00fca489964e7ffe1160877d
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:10:28 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:10:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c3903e

dev-java/netbeans-webcommon: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild 
b/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild
index 03c7c47..928fecc 100644
--- a/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild
+++ b/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild
@@ -81,19 +81,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
java-pkg_jar-from --build-only --into libs.jna/external jna jna.jar 
jna-4.2.2.jar
@@ -117,6 +104,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: c56284ce4e08048af9c801d899ad65c292c483e6
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:10:34 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:10:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56284ce

dev-java/netbeans-websvccommon: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 .../netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild 
b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild
index 8c858b9..5d77ffe 100644
--- a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild
+++ b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild
@@ -48,19 +48,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
 
@@ -79,6 +66,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: e6d9e8258fa72d913449952d964f15e0dbce4d34
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:09:51 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:09:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d9e825

dev-java/netbeans-javafx: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-javafx/netbeans-javafx-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-javafx/netbeans-javafx-8.2.ebuild 
b/dev-java/netbeans-javafx/netbeans-javafx-8.2.ebuild
index 9ecf862..5f8010e 100644
--- a/dev-java/netbeans-javafx/netbeans-javafx-8.2.ebuild
+++ b/dev-java/netbeans-javafx/netbeans-javafx-8.2.ebuild
@@ -66,19 +66,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into apisupport.harness/external 
javahelp jsearch.jar jsearch-2.0_05.jar
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
@@ -107,6 +94,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: a2aa2b32a702ec67070511d19314a2f76f4fbdc6
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:10:10 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:10:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2aa2b32

dev-java/netbeans-php: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-php/netbeans-php-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-php/netbeans-php-8.2.ebuild 
b/dev-java/netbeans-php/netbeans-php-8.2.ebuild
index ea75db6..55cad74 100644
--- a/dev-java/netbeans-php/netbeans-php-8.2.ebuild
+++ b/dev-java/netbeans-php/netbeans-php-8.2.ebuild
@@ -61,19 +61,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
java-pkg_jar-from --into libs.javacup/external javacup javacup.jar 
java-cup-11a.jar
@@ -105,6 +92,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: c47634bba2fe46ef3b5190d4c70407173d5ddefa
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:09:25 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:09:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47634bb

dev-java/netbeans-ide: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-ide/netbeans-ide-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
index 457..bd42cc2 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
@@ -232,19 +232,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --into c.jcraft.jsch/external jsch jsch.jar 
jsch-0.1.53.jar
java-pkg_jar-from --into db.drivers/external jdbc-mysql jdbc-mysql.jar 
mysql-connector-java-5.1.23-bin.jar
@@ -289,6 +276,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_compile() {



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

2016-10-06 Thread Miroslav Šulc
commit: 7bafd6279e2bb62adb098935806e8a34d07c1131
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:09:38 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:09:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bafd627

dev-java/netbeans-javacard: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild 
b/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild
index e63773c..920df0a 100644
--- a/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild
+++ b/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild
@@ -66,19 +66,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
 
@@ -105,6 +92,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: 874dcd1270abff206efca52192b3e345fa1a7f42
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 07:56:07 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 08:59:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874dcd12

profiles/desc/l10n.desc: reverted my modifications

 profiles/desc/l10n.desc | 10 --
 1 file changed, 10 deletions(-)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index 1474f17..b0bcddf 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -25,8 +25,6 @@ af - Afrikaans
 am - Amharic
 an - Aragonese
 ar - Arabic
-ar-EG - Arabic (Egypt)
-ar-SA - Arabic (Saudi Arabia)
 as - Assamese
 ast - Asturian
 az - Azerbaijani
@@ -61,7 +59,6 @@ es - Spanish
 es-419 - Spanish (Latin America)
 es-AR - Spanish (Argentina)
 es-CL - Spanish (Chile)
-es-CO - Spanish (Colombia)
 es-ES - Spanish (Spain)
 es-MX - Spanish (Mexico)
 et - Estonian
@@ -69,7 +66,6 @@ eu - Basque
 fa - Persian
 fi - Finnish
 fil - Filipino
-fil-PH - Filipino (Philippines)
 fo - Faroese
 fr - French
 fr-CA - French (Canada)
@@ -77,12 +73,10 @@ fy - Western Frisian
 ga - Irish
 gd - Scottish Gaelic
 gl - Galician
-gl-ES - Galician (Spain)
 gu - Gujarati
 gug - Paraguayan Guarani
 he - Hebrew
 hi - Hindi
-hi-IN - Hindi (India)
 hne - Chhattisgarhi
 hr - Croatian
 hsb - Upper Sorbian
@@ -90,7 +84,6 @@ hu - Hungarian
 hy - Armenian
 ia - Interlingua
 id - Indonesian
-id-ID - Indonesian (Indonesia)
 is - Icelandic
 it - Italian
 ja - Japanese
@@ -122,8 +115,6 @@ nb - Norwegian Bokmål
 nds - Low German
 ne - Nepali
 nl - Dutch
-nl-BE - Dutch (Belgium)
-nl-NL - Dutch (Netherlands)
 nn - Norwegian Nynorsk
 no - Norwegian
 nr - South Ndebele
@@ -163,7 +154,6 @@ sw - Swahili (macrolanguage)
 sw-TZ - Swahili (Tanzania)
 syc - Classical Syriac
 ta - Tamil
-ta-IN - Tamil (India)
 ta-LK - Tamil (Sri Lanka)
 te - Telugu
 tg - Tajik



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

2016-10-06 Thread Miroslav Šulc
commit: 1202f01b056cb49e85d46dad1f1f3fc989104c25
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:08:35 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1202f01b

dev-java/netbeans-apisupport: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 .../netbeans-apisupport/netbeans-apisupport-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-apisupport/netbeans-apisupport-8.2.ebuild 
b/dev-java/netbeans-apisupport/netbeans-apisupport-8.2.ebuild
index 75cd721..63cf273 100644
--- a/dev-java/netbeans-apisupport/netbeans-apisupport-8.2.ebuild
+++ b/dev-java/netbeans-apisupport/netbeans-apisupport-8.2.ebuild
@@ -51,19 +51,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
 
@@ -94,6 +81,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: 30b26df8ed01f25617ebba67bafac3978f3edaff
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:09:06 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:09:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b26df8

dev-java/netbeans-extide: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-extide/netbeans-extide-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-extide/netbeans-extide-8.2.ebuild 
b/dev-java/netbeans-extide/netbeans-extide-8.2.ebuild
index 9af6be1..2bfb1a5 100644
--- a/dev-java/netbeans-extide/netbeans-extide-8.2.ebuild
+++ b/dev-java/netbeans-extide/netbeans-extide-8.2.ebuild
@@ -55,19 +55,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
 
@@ -86,6 +73,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_compile() {



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

2016-10-06 Thread Miroslav Šulc
commit: 29deb8fbf27ce5c277f3d2cd7146ae42937f4cab
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:10:22 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:10:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29deb8fb

dev-java/netbeans-profiler: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-profiler/netbeans-profiler-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-profiler/netbeans-profiler-8.2.ebuild 
b/dev-java/netbeans-profiler/netbeans-profiler-8.2.ebuild
index ca1a510..44376c3 100644
--- a/dev-java/netbeans-profiler/netbeans-profiler-8.2.ebuild
+++ b/dev-java/netbeans-profiler/netbeans-profiler-8.2.ebuild
@@ -53,19 +53,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
 
@@ -92,6 +79,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: 0a36fc15096b801d3553b84b13cf0ad0fcbdf56a
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:10:04 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:10:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a36fc15

dev-java/netbeans-nb: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-nb/netbeans-nb-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild 
b/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild
index 86e6513..18e2351 100644
--- a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild
+++ b/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild
@@ -50,19 +50,6 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external javahelp 
jhall.jar jhall-2.0_05.jar
 
@@ -84,6 +71,7 @@ src_prepare() {
popd >/dev/null || die
 
java-pkg-2_src_prepare
+   default
 }
 
 src_install() {



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

2016-10-06 Thread Miroslav Šulc
commit: 4d6f2b5e62b0267379bd772a391c8ad96c6f2d86
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:10:16 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:10:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6f2b5e

dev-java/netbeans-platform: fixed eapi 6 issue

Package-Manager: portage-2.3.1

 dev-java/netbeans-platform/netbeans-platform-8.2.ebuild | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/dev-java/netbeans-platform/netbeans-platform-8.2.ebuild 
b/dev-java/netbeans-platform/netbeans-platform-8.2.ebuild
index 7fe470d..ead1a7a 100644
--- a/dev-java/netbeans-platform/netbeans-platform-8.2.ebuild
+++ b/dev-java/netbeans-platform/netbeans-platform-8.2.ebuild
@@ -95,19 +95,6 @@ src_prepare() {
# upstream jna jar contains bundled binary libraries so we disable that 
feature
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --into libs.junit4/external hamcrest-core-1.3 
hamcrest-core.jar hamcrest-core-1.3.jar
java-pkg_jar-from --into javahelp/external javahelp jhall.jar 
jhall-2.0_05.jar
@@ -122,6 +109,7 @@ src_prepare() {
java-pkg_jar-from --into libs.testng/external testng testng.jar 
testng-6.8.1-dist.jar
 
java-pkg-2_src_prepare
+   default
 }
 
 src_compile() {



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

2016-10-06 Thread Miroslav Šulc
commit: ce68826d2295ca6f5ff70c7f0767b3fe7036731e
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct  6 09:07:32 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct  6 09:07:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce68826d

dev-util/netbeans: fixed eapi 6 issue and reverted l10n changes

Package-Manager: portage-2.3.1

 dev-util/netbeans/netbeans-8.2.ebuild | 93 ++-
 1 file changed, 38 insertions(+), 55 deletions(-)

diff --git a/dev-util/netbeans/netbeans-8.2.ebuild 
b/dev-util/netbeans/netbeans-8.2.ebuild
index d68b665..c6b49d4 100644
--- a/dev-util/netbeans/netbeans-8.2.ebuild
+++ b/dev-util/netbeans/netbeans-8.2.ebuild
@@ -13,26 +13,23 @@ 
PATCHES_URL="http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.pa
 
L10N_URL="http://dev.gentoo.org/~fordfrog/distfiles/netbeans-l10n-8.2-20160920.tar.bz2;
 ALL_URLS="${SOURCE_URL} ${PATCHES_URL} ${L10N_URL}"
 SRC_URI="l10n_af? ( ${ALL_URLS} )
-   l10n_ar-EG? ( ${ALL_URLS} )
-   l10n_ar-SA? ( ${ALL_URLS} )
+   l10n_ar? ( ${ALL_URLS} )
l10n_bg? ( ${ALL_URLS} )
l10n_ca? ( ${ALL_URLS} )
l10n_cs? ( ${ALL_URLS} )
l10n_de? ( ${ALL_URLS} )
l10n_el? ( ${ALL_URLS} )
l10n_es? ( ${ALL_URLS} )
-   l10n_es-CO? ( ${ALL_URLS} )
-   l10n_fil-PH? ( ${ALL_URLS} )
+   l10n_fil? ( ${ALL_URLS} )
l10n_fr? ( ${ALL_URLS} )
-   l10n_gl-ES? ( ${ALL_URLS} )
-   l10n_hi-IN? ( ${ALL_URLS} )
-   l10n_id-ID? ( ${ALL_URLS} )
+   l10n_gl? ( ${ALL_URLS} )
+   l10n_hi? ( ${ALL_URLS} )
+   l10n_id? ( ${ALL_URLS} )
l10n_it? ( ${ALL_URLS} )
l10n_ja? ( ${ALL_URLS} )
l10n_ko? ( ${ALL_URLS} )
l10n_lt? ( ${ALL_URLS} )
-   l10n_nl-BE? ( ${ALL_URLS} )
-   l10n_nl-NL? ( ${ALL_URLS} )
+   l10n_nl? ( ${ALL_URLS} )
l10n_pl? ( ${ALL_URLS} )
l10n_pt-BR? ( ${ALL_URLS} )
l10n_pt-PT? ( ${ALL_URLS} )
@@ -42,7 +39,7 @@ SRC_URI="l10n_af? ( ${ALL_URLS} )
l10n_sq? ( ${ALL_URLS} )
l10n_sr? ( ${ALL_URLS} )
l10n_sv? ( ${ALL_URLS} )
-   l10n_ta-IN? ( ${ALL_URLS} )
+   l10n_ta? ( ${ALL_URLS} )
l10n_tr? ( ${ALL_URLS} )
l10n_vi? ( ${ALL_URLS} )
l10n_zh-CN? ( ${ALL_URLS} )
@@ -68,26 +65,23 @@ IUSE_NETBEANS_MODULES="
+netbeans_modules_websvccommon"
 IUSE_L10N="
l10n_af
-   l10n_ar-EG
-   l10n_ar-SA
+   l10n_ar
l10n_bg
l10n_ca
l10n_cs
l10n_de
l10n_el
l10n_es
-   l10n_es-CO
-   l10n_fil-PH
+   l10n_fil
l10n_fr
-   l10n_gl-ES
-   l10n_hi-IN
-   l10n_id-ID
+   l10n_gl
+   l10n_hi
+   l10n_id
l10n_it
l10n_ja
l10n_ko
l10n_lt
-   l10n_nl-BE
-   l10n_nl-NL
+   l10n_nl
l10n_pl
l10n_pt-BR
l10n_pt-PT
@@ -97,7 +91,7 @@ IUSE_L10N="
l10n_sq
l10n_sr
l10n_sv
-   l10n_ta-IN
+   l10n_ta
l10n_tr
l10n_vi
l10n_zh-CN
@@ -139,7 +133,14 @@ pkg_setup() {
lang=${lang/-/_}
 
case ${lang} in
-   id-ID)  lang="in_ID";;
+   ar)  lang="ar_EG,ar_SA" ;;
+   es)  lang="es,es_CO";;
+   fil) lang="fil_PH"  ;;
+   gl)  lang="gl_ES"   ;;
+   hi)  lang="hi_IN"   ;;
+   id)  lang="in_ID"   ;;
+   nl)  lang="nl_BE,nl_NL" ;;
+   ta)  lang="ta_IN"   ;;
esac
 
if [ -z "${NBLOCALES}" ] ; then
@@ -172,24 +173,12 @@ src_prepare() {
 
epatch netbeans-8.2-build.xml.patch
 
-   # Support for custom patches
-   if [ -n "${NETBEANS_PATCHES_DIR}" -a -d 
"${NETBEANS_PATCHES_DIR}" ] ; then
-   local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
-
-   if [ -n "${files}" ] ; then
-   einfo "Applying custom patches:"
-
-   for file in ${files} ; do
-   epatch "${file}"
-   done
-   fi
-   fi
-
einfo "Symlinking external libraries..."
java-pkg_jar-from --build-only --into javahelp/external 
javahelp jhall.jar jhall-2.0_05.jar
fi
 
java-pkg-2_src_prepare
+   default
 }
 
 src_compile() {
@@ -223,30 +212,24 @@ src_install() {
 
for lingua in ${IUSE_L10N}; do
if use ${lingua} ; then
-   local locale=${lingua/l10n_/}
-   locale=${locale/-/:}
-
-  

  1   2   >