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

2016-09-10 Thread Jeroen Roovers
commit: a11a3ad2e5b348207e36fabb128c90ea282a40df
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 10 07:33:06 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 10 07:33:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11a3ad2

net-analyzer/wireshark: Stable for PPC64 (bug #593258).

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

 net-analyzer/wireshark/wireshark-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.0.6.ebuild 
b/net-analyzer/wireshark/wireshark-2.0.6.ebuild
index eed093c..8fc24c7 100644
--- a/net-analyzer/wireshark/wireshark-2.0.6.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="
adns androiddump +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua
+netlink +pcap portaudio +qt4 qt5 selinux sbc smi tfshark



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

2016-09-10 Thread Fabian Groffen
commit: 6c324f1ccdf021ce6b923a5c0589572c4d3cfd28
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 08:22:57 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 08:22:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c324f1c

sys-devel/llvm: move libcxx into PDEPEND for Darwin

llvm needs libcxx-headers at most, but not the library, however, llvm
does segfault if the matching libcxx isn't available at runtime, so make
sure we install a matching version after installing llvm on Darwin.

Package-Manager: portage-2.2.28

 sys-devel/llvm/llvm-3.5.2.ebuild| 4 ++--
 sys-devel/llvm/llvm-3.7.1-r3.ebuild | 4 ++--
 sys-devel/llvm/llvm-3.8.1-r2.ebuild | 4 ++--
 sys-devel/llvm/llvm-3.8.1.ebuild| 4 ++--
 sys-devel/llvm/llvm-3.9.0.ebuild| 3 ++-
 5 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sys-devel/llvm/llvm-3.5.2.ebuild b/sys-devel/llvm/llvm-3.5.2.ebuild
index a4f1139..62acb5a 100644
--- a/sys-devel/llvm/llvm-3.5.2.ebuild
+++ b/sys-devel/llvm/llvm-3.5.2.ebuild
@@ -50,7 +50,6 @@ DEPEND="${COMMON_DEPEND}
( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
)
|| ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
-   kernel_Darwin? ( 

[gentoo-commits] proj/sci:master commit in: dev-python/pydotplus/

2016-09-10 Thread Justin Lecher
commit: c0e95531e367eb647adec78b7f50d158764c8034
Author: Horea Christian  yandex  com>
AuthorDate: Sat Sep 10 08:12:55 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep 10 08:12:55 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0e95531

dev-python/pydotplus: updted EAPI and Python compatibility (#671)

Package-Manager: portage-2.3.0

 dev-python/pydotplus/pydotplus-2.0.2.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild 
b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
index 3a9d159..d1edc85 100644
--- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
+++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -24,6 +24,6 @@ RDEPEND="
dev-python/pyparsing[${PYTHON_USEDEP}]
"
 
-src_test() {
-   ${PYTHON} -m unittest discover || die
+python_test() {
+   ${EPYTHON} -m unittest discover || die
 }



[gentoo-commits] proj/sci:master commit in: dev-libs/beignet/files/, dev-libs/beignet/, sci-libs/asl/

2016-09-10 Thread Justin Lecher
commit: f2f16c78cb59bbeaad8817bb25090f3e0a2a61e2
Author: Slawomir Gonet  otwiera  cz>
AuthorDate: Sat Sep 10 08:14:37 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep 10 08:14:37 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f2f16c78

sci-libs/asl: version bump to 0.1.6 (#670)

* sci-libs/asl: version bump to 0.1.6

* =dev-libs/beignet-1.2.0: new package

 dev-libs/beignet/beignet-1.2.0.ebuild  | 96 ++
 .../beignet/files/llvm-empty-system-libs.patch | 11 +++
 dev-libs/beignet/files/llvm-terminfo.patch | 20 +
 dev-libs/beignet/files/no-debian-multiarch.patch   | 39 +
 dev-libs/beignet/files/no-hardcoded-cflags.patch   | 13 +++
 dev-libs/beignet/metadata.xml  |  8 ++
 sci-libs/asl/asl-0.1.6.ebuild  | 48 +++
 7 files changed, 235 insertions(+)

diff --git a/dev-libs/beignet/beignet-1.2.0.ebuild 
b/dev-libs/beignet/beignet-1.2.0.ebuild
new file mode 100644
index 000..8d42db8
--- /dev/null
+++ b/dev-libs/beignet/beignet-1.2.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+CMAKE_BUILD_TYPE="Release"
+
+inherit python-any-r1 cmake-multilib toolchain-funcs
+
+DESCRIPTION="OpenCL implementation for Intel GPUs"
+HOMEPAGE="https://01.org/beignet";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://anongit.freedesktop.org/beignet"
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://01.org/sites/default/files/${P}-source.tar.gz";
+   S=${WORKDIR}/Beignet-${PV}-Source
+fi
+
+COMMON="${PYTHON_DEPS}
+   media-libs/mesa
+   sys-devel/clang
+   >=sys-devel/llvm-3.5
+   x11-libs/libdrm[video_cards_intel]
+   x11-libs/libXext
+   x11-libs/libXfixes"
+RDEPEND="${COMMON}
+   app-eselect/eselect-opencl"
+DEPEND="${COMMON}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/no-debian-multiarch.patch
+   "${FILESDIR}"/no-hardcoded-cflags.patch
+   "${FILESDIR}"/llvm-terminfo.patch
+   "${FILESDIR}"/llvm-empty-system-libs.patch
+)
+
+DOCS=(
+   docs/.
+)
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != "binary" ]]; then
+   if tc-is-gcc; then
+   if [[ $(gcc-major-version) -eq 4 ]] && [[ 
$(gcc-minor-version) -lt 6 ]]; then
+   eerror "Compilation with gcc older than 4.6 is 
not supported"
+   die "Too old gcc found."
+   fi
+   fi
+   fi
+}
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+   # We cannot run tests because they require permissions to access
+   # the hardware, and building them is very time-consuming.
+   cmake_comment_add_subdirectory utests
+}
+
+multilib_src_configure() {
+   VENDOR_DIR="/usr/$(get_libdir)/OpenCL/vendors/${PN}"
+
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX="${VENDOR_DIR}"
+   )
+
+   cmake-utils_src_configure
+}
+
+multilib_src_install() {
+   VENDOR_DIR="/usr/$(get_libdir)/OpenCL/vendors/${PN}"
+
+   cmake-utils_src_install
+
+   insinto /etc/OpenCL/vendors/
+   echo "${VENDOR_DIR}/lib/${PN}/libcl.so" > "${PN}-${ABI}.icd" || die 
"Failed to generate ICD file"
+   doins "${PN}-${ABI}.icd"
+
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libOpenCL.so.1
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libOpenCL.so
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libcl.so.1
+   dosym "lib/${PN}/libcl.so" "${VENDOR_DIR}"/libcl.so
+}

diff --git a/dev-libs/beignet/files/llvm-empty-system-libs.patch 
b/dev-libs/beignet/files/llvm-empty-system-libs.patch
new file mode 100644
index 000..d5e0cd7
--- /dev/null
+++ b/dev-libs/beignet/files/llvm-empty-system-libs.patch
@@ -0,0 +1,11 @@
+--- a/CMake/FindLLVM.cmake 2015-12-18 06:39:59.0 +
 b/CMake/FindLLVM.cmake 2016-08-31 15:05:11.210679204 +
+@@ -99,7 +99,7 @@
+   OUTPUT_VARIABLE LLVM_SYSTEM_LIBS_ORIG
+   OUTPUT_STRIP_TRAILING_WHITESPACE
+ )
+-string(REGEX REPLACE " *\n" "" LLVM_SYSTEM_LIBS ${LLVM_SYSTEM_LIBS_ORIG})
++string(REGEX REPLACE " *\n" "" LLVM_SYSTEM_LIBS "${LLVM_SYSTEM_LIBS_ORIG}")
+ endif (LLVM_VERSION_NODOT VERSION_GREATER 34)
+ 
+ macro(add_one_lib name)

diff --git a/dev-libs/beignet/files/llvm-terminfo.patch 
b/dev-libs/beignet/files/llvm-terminfo.patch
new file mode 100644
index 000..afbbc26
--- /dev/null
+++ b/dev-libs/beignet/files/llvm-terminfo.patch
@@ -0,0 +1,20 @@
+--- a/backend/src/CMakeLists.txt   2015-12-18 07:40:03.0 +0100
 b/backend/src/CMakeLists.txt   2016-08-01 13:44:31.475875150 +0200
+@@ -153,7 +153,7 @@
+ 
+ add_library(gbeinterp SHARED gbe_bin_interpreter.cpp)
+ 
+-if (LLVM_VERSIO

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

2016-09-10 Thread Fabian Groffen
commit: 37651d1910717650bf9a81542c1efb6a62068a4d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 08:28:49 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 08:28:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37651d19

profiles/prefix/darwin/package.mask: avoid pointless recompile of llvm-3.8.1-r2

 profiles/prefix/darwin/package.mask | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/darwin/package.mask 
b/profiles/prefix/darwin/package.mask
index 4636d67..3d07974 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -3,9 +3,14 @@
 # $Id$
 
 
+# Fabian Groffen  (10 Sep 2016)
+# revbump for adding libcxx dependency, which we already have, so avoid
+# the hassle
+=sys-devel/llvm-3.8.1-r2
+
 # Fabian Groffen  (31 May 2015)
 # fails to compile due to some missing compilerrt stuff, hints at asan,
-# not sure what the problem actually is
+# not sure what the problem actually is, 3.7 and 3.8 compile just fine
 =sys-devel/llvm-3.6*
 =sys-devel/clang-3.6*
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/files/, sys-devel/llvm/

2016-09-10 Thread Fabian Groffen
commit: 29727ce6e434d8265350bbe7d1c47b13d17eb192
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 08:43:12 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 08:43:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29727ce6

sys-devel/llvm: restore llvm-3.4.2 for Prefix bootstraps, bug #588132

Package-Manager: portage-2.2.28

 sys-devel/llvm/Manifest|   4 +
 ...clang-3.1-gentoo-runtime-gcc-detection-v3.patch |  29 +++
 .../llvm/files/clang-3.4-darwin_build_fix.patch|  47 
 .../llvm/files/clang-3.4-gentoo-install.patch  |  80 +++
 sys-devel/llvm/files/llvm-3.4-gentoo-install.patch |  96 
 sys-devel/llvm/llvm-3.4.2-r100.ebuild  | 245 +
 6 files changed, 501 insertions(+)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index 239bf72..37b5d6f 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -1,3 +1,4 @@
+DIST cfe-3.4.2.src.tar.gz 10612313 SHA256 
5ba6f5772f8d00f445209356a7daf83c5bca2da5acd10de517ad2359ae95bc10 SHA512 
e01fa8e312e9b3b7b3cb572ac21349161aaa50078ecfe7bded273b75db4a0c44acde524f8fdfcbeec54c61eeeb8339e9917d1f205a8fda18e34fe7ccbe89c36d
 WHIRLPOOL 
153208b1a60bb5fbe92a7162cb26bbe70d591e7db9dcf06fcd54efc539bbff0403ec88e64236969c9f256e5586bc333840bd6178fd158577d6fe228d9edd4dcd
 DIST cfe-3.5.0.src.tar.xz 8233432 SHA256 
fc80992e004b06f6c7afb612de1cdaa9ac9d25811c55f94fcf7331d9b81cdb8b SHA512 
b26a5e2cd81c150607c23b22fafc0d9c7f12b83b45e476b8e75bf5e99d42be7c98ffeac7349df664f01b00900864a01429860b298e48961861377a4b2daf3e49
 WHIRLPOOL 
5dd8b6fe97933b74f1668b1d753c16cd3bcd05ccf72aac1283aa449caf93f5ba88ae79e7668f7e79b554e1421549a87af21c86cf92657c1b4d77744165718ce7
 DIST cfe-3.5.2.src.tar.xz 8268008 SHA256 
4feb575f74fb3a74b6245400460230141bf610f235ef3a25008cfe6137828620 SHA512 
2ad9a7daa8e62cdbf47b001aa6b937a06ae7e6396dcd1832797e2d98036522443ccfca9f1253e16d531a99d1edf237fcd2b457c55491ff68ca4534a2396ca52f
 WHIRLPOOL 
51789ba2a3193d404b26d26b999fc47f1bc4b56b45048078cc51e4ff5c31d834d360ee0c2d16096c060f85acab6de9055dc375569348ae3307e4b280406f2d9e
 DIST cfe-3.6.2.src.tar.xz 8617576 SHA256 
ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3 SHA512 
ed837c48f38d8998efd675b56477c8681dcedfcf3f71bba65930f145501289bebb6fe6a6d9de336548f94c381d016b99f10c58e046b885449755d44ac782de03
 WHIRLPOOL 
a17419cea32c8662c0008dbd0391ed5f52045d0175488979e7620f6a9a21b08e451a5e21d3bf944597bb37934a8228fa89c09d773882359822d59bd447a8
@@ -12,6 +13,7 @@ DIST clang-tools-extra-3.7.1.src.tar.xz 277476 SHA256 
4a91edaccad1ce984c7c49a4a8
 DIST clang-tools-extra-3.8.0.src.tar.xz 334072 SHA256 
afbda810106a6e6bc164b921be928af46829117c95b996f2678ce4cb1ec4 SHA512 
f0e593a76df5485f403079bd2fbb4e51c3d1c3fc4e63e2c2910894e8f2a7c14b47265435f3c52f035fb3fe2f595812d0f9869235296157a39c071a23e6a8b178
 WHIRLPOOL 
4928669a3c019eebe0a98ee72e25ef70ddf3c1d29e6a4aa18e408276b2a870069460c39e0e8fbe960d8d56127bb6951433d1fd89015d192951004e527b065ec9
 DIST clang-tools-extra-3.8.1.src.tar.xz 334768 SHA256 
664a5c60220de9c290bf2a5b03d902ab731a4f95fe73a00856175ead494ec396 SHA512 
ec8c4a6ac4fd1a0e24fc15e56ba00828e0d718c2f7bd477ea134ab094c67f4f4b2f603f128ec11a03b7f25f3e9b8fe75181e40730c56b7b683f54e3f37573137
 WHIRLPOOL 
b05213cbe21b778e718233cecbf4d01b92c1f133eced6fdd3fa5059c4b10e5f0407549634f65032af177ba1614250f5c02e283c2b03563db3e227b1afcae424b
 DIST clang-tools-extra-3.9.0.src.tar.xz 455144 SHA256 
5b7aec46ec8e999ec683c87ad744082e1133781ee4b01905b4bdae5d20785f14 SHA512 
7d5f8d3b44e45022db65434f4d141f23706edf6aa9f3c28ded43e84e85c7c4878ffe98bf15f71e4c71fd176dfc49ce5180892d710bc5eccf95de1ed12f3c8074
 WHIRLPOOL 
44863889eaa33face00b9644f5c1465446bec39f88bc5ea32835dfa091a83161e292c2b3bcdcccb7cb34cdc3f1970bb3bbfbf6918c425b11a1465bedc3e0611f
+DIST compiler-rt-3.4.src.tar.gz 1858593 SHA256 
f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c SHA512 
70efffaf12ff7c15befa87ce808489c6f6b6eb421d0ab5d8ecd525239efc8aab850c7ed34b31a993ff5e499657b72598619945cc4461fe3e5359e9a94aaac0c8
 WHIRLPOOL 
ad558b5877a01e476d30d2757959ab04be0c385b2fe3442bcc578bf36c6f3214cd78b4adda24fcb1f3b2b84353db213b82e8d7d4c40e66c3f57aed3a49322dbc
 DIST compiler-rt-3.5.0.src.tar.xz 1088352 SHA256 
a4b3e655832bf8d9a357ea2c771db347237460e131988cbb96cda40ff39a8136 SHA512 
862cce2d6b398bd1a8399496a547e6ab976a31f676528beebfbea5fd7dc54aa72e1c25deefa12f6167096521eba74090565b0168806451da02ddac04e922fc48
 WHIRLPOOL 
248acf997d70d7904aa79bf83e0c02ba4e5f8c2812c03f44a8e1e31b845a654f250c09ec6a123f9245d0db8713e8cc5a4087b9ce785af4f5eb7e55d9dbd362a2
 DIST compiler-rt-3.5.2.src.tar.xz 1093000 SHA256 
542d7aadd21e7fe35bea0a7912bc965f08a1a566746cebcca76f96dcfeb74dc3 SHA512 
319a8a1dbe07eb4f1fcccfe79a1fa445f348fb854a441500e89fa0a128e45716b65d06347f19a63de32e9294cd2331e914ae0d5fe8224f0b2452c39b79ac96ff
 WHIRLPOOL 
6e9286c56a60a515006c8232ca01622ae844185a5f31fb49bce632868862c5e560619f1c45da66878b5322a764f91a284cd296

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

2016-09-10 Thread Fabian Groffen
commit: 6a51360c74331ba16ef2a8d0c6dfecafc672fa65
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 08:54:41 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 08:54:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a51360c

sys-devel/clang: marked ~x86-macos

Package-Manager: portage-2.2.28

 sys-devel/clang/clang-3.4.2-r100.ebuild | 2 +-
 sys-devel/clang/clang-3.5.0-r100.ebuild | 2 +-
 sys-devel/clang/clang-3.5.2-r100.ebuild | 2 +-
 sys-devel/clang/clang-3.6.2-r100.ebuild | 2 +-
 sys-devel/clang/clang-3.7.1-r100.ebuild | 2 +-
 sys-devel/clang/clang-3.8.0-r100.ebuild | 2 +-
 sys-devel/clang/clang-3.8.1-r100.ebuild | 2 +-
 sys-devel/clang/clang-3.9.0-r100.ebuild | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-devel/clang/clang-3.4.2-r100.ebuild 
b/sys-devel/clang/clang-3.4.2-r100.ebuild
index a76d5d9..f70930f 100644
--- a/sys-devel/clang/clang-3.4.2-r100.ebuild
+++ b/sys-devel/clang/clang-3.4.2-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="UoI-NCSA"
 SLOT="0/3.4"
-KEYWORDS="~ppc-macos ~x86-macos ~x64-macos"
+KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="~sys-devel/llvm-${PV}[clang(-),${MULTILIB_USEDEP}]"

diff --git a/sys-devel/clang/clang-3.5.0-r100.ebuild 
b/sys-devel/clang/clang-3.5.0-r100.ebuild
index 922981d..3a68db5 100644
--- a/sys-devel/clang/clang-3.5.0-r100.ebuild
+++ b/sys-devel/clang/clang-3.5.0-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="UoI-NCSA"
 SLOT="0/3.5"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug multitarget python +static-analyzer"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"

diff --git a/sys-devel/clang/clang-3.5.2-r100.ebuild 
b/sys-devel/clang/clang-3.5.2-r100.ebuild
index 61310b2..bfd4464 100644
--- a/sys-devel/clang/clang-3.5.2-r100.ebuild
+++ b/sys-devel/clang/clang-3.5.2-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="UoI-NCSA"
 SLOT="0/3.5"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug multitarget python +static-analyzer"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"

diff --git a/sys-devel/clang/clang-3.6.2-r100.ebuild 
b/sys-devel/clang/clang-3.6.2-r100.ebuild
index 145a0f1..c44b19c 100644
--- a/sys-devel/clang/clang-3.6.2-r100.ebuild
+++ b/sys-devel/clang/clang-3.6.2-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="UoI-NCSA"
 SLOT="0/3.6"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug multitarget python +static-analyzer"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"

diff --git a/sys-devel/clang/clang-3.7.1-r100.ebuild 
b/sys-devel/clang/clang-3.7.1-r100.ebuild
index 2d948b3..5bc3e5d 100644
--- a/sys-devel/clang/clang-3.7.1-r100.ebuild
+++ b/sys-devel/clang/clang-3.7.1-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="UoI-NCSA"
 SLOT="0/3.7"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug multitarget python +static-analyzer"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"

diff --git a/sys-devel/clang/clang-3.8.0-r100.ebuild 
b/sys-devel/clang/clang-3.8.0-r100.ebuild
index 4cb997e..30587b2 100644
--- a/sys-devel/clang/clang-3.8.0-r100.ebuild
+++ b/sys-devel/clang/clang-3.8.0-r100.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="UoI-NCSA"
 SLOT="0/3.8"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="debug multitarget python +static-analyzer"
 
 
RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"

diff --git a/sys-devel/clang/clang-3.8.1-r100.ebuild 
b/sys-devel/clang/clang-3.8.1-r100.ebuild
index 4cb997e..30587b2 100644
-

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

2016-09-10 Thread Fabian Groffen
commit: c83c52e6081c171871960fb82e44120f318753b5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 08:48:14 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 08:48:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83c52e6

sys-devel/clang: restore clang-3.4.2 for Prefix bootstraps, bug #588132

Package-Manager: portage-2.2.28

 sys-devel/clang/clang-3.4.2-r100.ebuild | 36 +
 1 file changed, 36 insertions(+)

diff --git a/sys-devel/clang/clang-3.4.2-r100.ebuild 
b/sys-devel/clang/clang-3.4.2-r100.ebuild
new file mode 100644
index ..a76d5d9
--- /dev/null
+++ b/sys-devel/clang/clang-3.4.2-r100.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib-build
+
+DESCRIPTION="C language family frontend for LLVM (meta-ebuild)"
+HOMEPAGE="http://clang.llvm.org/";
+SRC_URI=""
+
+LICENSE="UoI-NCSA"
+SLOT="0/3.4"
+KEYWORDS="~ppc-macos ~x86-macos ~x64-macos"
+IUSE=""
+
+RDEPEND="~sys-devel/llvm-${PV}[clang(-),${MULTILIB_USEDEP}]"
+
+# Please keep this package around since it's quite likely that we'll
+# return to separate LLVM & clang ebuilds when the cmake build system
+# is complete.
+
+pkg_postinst() {
+   if has_version ">=dev-util/ccache-3.1.9-r2" ; then
+   #add ccache links as clang might get installed after ccache
+   "${EROOT}"/usr/bin/ccache-config --install-links
+   fi
+}
+
+pkg_postrm() {
+   if has_version ">=dev-util/ccache-3.1.9-r2" && [[ -z 
${REPLACED_BY_VERSION} ]]; then
+   # --remove-links would remove all links, --install-links 
updates them
+   "${EROOT}"/usr/bin/ccache-config --install-links
+   fi
+}



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

2016-09-10 Thread Daniel Pielmeier
commit: d8f3459654138b9a74cb2100d99957f7892c1e21
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Sep 10 10:08:05 2016 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Sep 10 10:08:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f34596

app-admin/conky: Fix build without X11. Bug #592252.

Thanks to Toralf Förster for the report.

Package-Manager: portage-2.2.28

 app-admin/conky/conky-1.10.4.ebuild|  2 ++
 app-admin/conky/files/conky-1.10.4-x11-build.patch | 31 ++
 2 files changed, 33 insertions(+)

diff --git a/app-admin/conky/conky-1.10.4.ebuild 
b/app-admin/conky/conky-1.10.4.ebuild
index a660756..ab4f014 100644
--- a/app-admin/conky/conky-1.10.4.ebuild
+++ b/app-admin/conky/conky-1.10.4.ebuild
@@ -74,6 +74,8 @@ CONFIG_CHECK=~IPV6
 
 DOCS=( README.md TODO ChangeLog NEWS AUTHORS )
 
+PATCHES=( "${FILESDIR}"/${P}-x11-build.patch )
+
 DISABLE_AUTOFORMATTING="yes"
 DOC_CONTENTS="You can find sample configurations at 
${ROOT%/}/usr/share/doc/${PF}.
 To customize, copy to ${XDG_CONFIG_HOME}/conky/conky.conf

diff --git a/app-admin/conky/files/conky-1.10.4-x11-build.patch 
b/app-admin/conky/files/conky-1.10.4-x11-build.patch
new file mode 100644
index ..eb113a4
--- /dev/null
+++ b/app-admin/conky/files/conky-1.10.4-x11-build.patch
@@ -0,0 +1,31 @@
+From 178015a9495b7d40031ed7459e4f6b6731633a7c Mon Sep 17 00:00:00 2001
+From: shizeeg 
+Date: Thu, 8 Sep 2016 18:24:29 +0300
+Subject: [PATCH] Fix build without X11 (#317)
+
+---
+ src/conky.cc | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/conky.cc b/src/conky.cc
+index 0a812fc..4c5da94 100644
+--- a/src/conky.cc
 b/src/conky.cc
+@@ -1404,6 +1404,9 @@ static void draw_string(const char *s)
+ 
+ int draw_each_line_inner(char *s, int special_index, int last_special_applied)
+ {
++#ifndef BUILD_X11
++  static int cur_x, cur_y;/* current x and y for drawing */
++#endif
+ #ifdef BUILD_X11
+   int font_h = 0;
+   int cur_y_add = 0;
+@@ -1934,6 +1937,7 @@ static void draw_text(void)
+ 
+ static void draw_stuff(void)
+ {
++  static int text_offset_x, text_offset_y; /* offset for start position */
+   text_offset_x = text_offset_y = 0;
+ #ifdef BUILD_IMLIB2
+   cimlib_render(text_start_x, text_start_y, window.width, window.height);



[gentoo-commits] repo/gentoo:master commit in: app-emacs/csharp-mode/

2016-09-10 Thread Ulrich Müller
commit: d2b11e23f4cba1ae034bc778b1a0f23dbe7fa2cf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep 10 10:33:03 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Sep 10 10:33:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b11e23

app-emacs/csharp-mode: Version bump. New upstream.

Package-Manager: portage-2.3.0

 app-emacs/csharp-mode/Manifest |  1 +
 app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-emacs/csharp-mode/Manifest b/app-emacs/csharp-mode/Manifest
index cf09a3d..e903491 100644
--- a/app-emacs/csharp-mode/Manifest
+++ b/app-emacs/csharp-mode/Manifest
@@ -1 +1,2 @@
 DIST csharp-mode-0.7.0.tar.bz2 6254 SHA256 
e72a17972283691c33080aaa60d8060576d2951f1e374da223cf76468bd2eeec SHA512 
b6cbf2899853c29f44d19f37a01984a03c61f7bde144880f6f32e2a890d3b90a546ff69ad328d157e5494191aed37836373f49ddbafac49d8b9bd1cea3e22de9
 WHIRLPOOL 
58816ec16158adb4de40fe27540a3734813012ecd7f345fc048faa4807d85ecef9617d82e30f945ad7dfb1452ef066a1ed3e38c3e792e43940e23464ba70c552
+DIST v0.9.0.tar.gz 50453 SHA256 
4232fe0fc4528be543ca1e338ce3e839814f2a5b43e480c16b7b4f1ea1bca3c5 SHA512 
81661d98acdf03e01caf3b9388da8571e78402b8914755b223a38a723457a988201adcaf7b5b825c4e0126ad5e7628063f85dd4e60ee272102a5f1509f9446ef
 WHIRLPOOL 
c84d316b0160b092e5d368fc0020e9a05a2616b7da80cb8777dc7a80b7cbc19f79eeb5f112d6541343e468281958db4c3c1ee723c1b8443de93813bd6a636c81

diff --git a/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild 
b/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
new file mode 100644
index ..3a3494d
--- /dev/null
+++ b/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="A derived Emacs mode implementing most of the C# rules"
+HOMEPAGE="https://github.com/josteink/csharp-mode";
+SRC_URI="https://github.com/josteink/${PN}/archive/v${PV}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+   elisp-install ${PN} csharp-mode.el{,c}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   dodoc README.org
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/csharp-mode/

2016-09-10 Thread Ulrich Müller
commit: 4de505d957b34b4dde13ef40018f2826a0eeaeec
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep 10 10:35:57 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Sep 10 10:35:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de505d9

app-emacs/csharp-mode: Use SRC_URI arrow.

Package-Manager: portage-2.3.0

 app-emacs/csharp-mode/Manifest | 2 +-
 app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/csharp-mode/Manifest b/app-emacs/csharp-mode/Manifest
index e903491..3575da9 100644
--- a/app-emacs/csharp-mode/Manifest
+++ b/app-emacs/csharp-mode/Manifest
@@ -1,2 +1,2 @@
 DIST csharp-mode-0.7.0.tar.bz2 6254 SHA256 
e72a17972283691c33080aaa60d8060576d2951f1e374da223cf76468bd2eeec SHA512 
b6cbf2899853c29f44d19f37a01984a03c61f7bde144880f6f32e2a890d3b90a546ff69ad328d157e5494191aed37836373f49ddbafac49d8b9bd1cea3e22de9
 WHIRLPOOL 
58816ec16158adb4de40fe27540a3734813012ecd7f345fc048faa4807d85ecef9617d82e30f945ad7dfb1452ef066a1ed3e38c3e792e43940e23464ba70c552
-DIST v0.9.0.tar.gz 50453 SHA256 
4232fe0fc4528be543ca1e338ce3e839814f2a5b43e480c16b7b4f1ea1bca3c5 SHA512 
81661d98acdf03e01caf3b9388da8571e78402b8914755b223a38a723457a988201adcaf7b5b825c4e0126ad5e7628063f85dd4e60ee272102a5f1509f9446ef
 WHIRLPOOL 
c84d316b0160b092e5d368fc0020e9a05a2616b7da80cb8777dc7a80b7cbc19f79eeb5f112d6541343e468281958db4c3c1ee723c1b8443de93813bd6a636c81
+DIST csharp-mode-0.9.0.tar.gz 50453 SHA256 
4232fe0fc4528be543ca1e338ce3e839814f2a5b43e480c16b7b4f1ea1bca3c5 SHA512 
81661d98acdf03e01caf3b9388da8571e78402b8914755b223a38a723457a988201adcaf7b5b825c4e0126ad5e7628063f85dd4e60ee272102a5f1509f9446ef
 WHIRLPOOL 
c84d316b0160b092e5d368fc0020e9a05a2616b7da80cb8777dc7a80b7cbc19f79eeb5f112d6541343e468281958db4c3c1ee723c1b8443de93813bd6a636c81

diff --git a/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild 
b/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
index 3a3494d..abd411d 100644
--- a/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
+++ b/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 
 DESCRIPTION="A derived Emacs mode implementing most of the C# rules"
 HOMEPAGE="https://github.com/josteink/csharp-mode";
-SRC_URI="https://github.com/josteink/${PN}/archive/v${PV}.tar.gz";
+SRC_URI="https://github.com/josteink/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"



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

2016-09-10 Thread Agostino Sarubbo
commit: 1107b2ffbb453baf8b4f3dfebd83945550b6553a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 10:49:34 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 10:49:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1107b2ff

sys-kernel/vanilla-sources: Automated version bump to 
{3.12.63,3.14.78,3.18.41,4.1.32,4.4.20,4.7.3} - remove old.

Package-Manager: portage-2.2.28
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest| 12 ++--
 .../vanilla-sources/vanilla-sources-3.12.62.ebuild | 18 --
 ...s-3.14.77.ebuild => vanilla-sources-3.12.63.ebuild} |  0
 ...s-3.18.40.ebuild => vanilla-sources-3.14.78.ebuild} |  0
 ...es-4.1.31.ebuild => vanilla-sources-3.18.41.ebuild} |  0
 ...ces-4.4.19.ebuild => vanilla-sources-4.1.32.ebuild} |  0
 ...rces-4.7.2.ebuild => vanilla-sources-4.4.20.ebuild} |  0
 ...ces-3.14.77.ebuild => vanilla-sources-4.7.3.ebuild} |  0
 8 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index d20ae81..c3c77fd5 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,13 +10,13 @@ DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f1
 DIST linux-4.6.tar.xz 89461728 SHA256 
a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866 SHA512 
df5ee40b0ebd89914a900f63c32a481cb4f405d8f792b2d03ea167ce9c5bdf75154c7bd8ecd7ebac77a8dbf2b077c972cbfe6b95163e27c38c1fefc6ddbdfa0b
 WHIRLPOOL 
50ee28a06930ffb29ade1aa5fb4e3bf165ead92cb660dc6771a265cdbc2240713ebf14fe235fa153d8b6e3ab853852ea06c2525209cd7989aa3d6f6fad5b7edf
 DIST linux-4.7.tar.xz 90412100 SHA256 
5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10 SHA512 
e8c02583e17e4fc4214fef694825fcb78c898266f1624deb1cdf56ab5c5fdfa669c5221122a7cf0d502ed6f921ff3797634acd9d294d29e98e3faa8a21920185
 WHIRLPOOL 
e968c89ce714c8d918db6074dabac4b0200c57ff111260313cf5798eeefb8b5b10c1509b64e2ee611a78e81075c588a473b67f9802609b2fef9ebb87ae514d98
 DIST patch-3.10.103.xz 1332092 SHA256 
ea9a27fd1644f6686098df421623dfe772d320c926e45f9edf97f0b305774353 SHA512 
065028288f416ef8334ae32c8c5b3791bd6135658a18f90982100c2247f4e9461fba76b6015aec9500f47aecdc48d7ed7539b65c4285b4b0e42d97e6c00dba04
 WHIRLPOOL 
12b59a9bf1430c2a4a990a302345e8c0dd6c3239a53e25e87f49f9b5dbbcedb776aa7e8a42a35979d28b14b08f438c73363fd13878e93d262c4ddc38f6b6a848
-DIST patch-3.12.62.xz 1590896 SHA256 
ab588b29467b2924a232d0693f6e79217c5a8d3e373f037f785ca0d3ea027617 SHA512 
d5b049c0898ee42f59b14d5f358fc3a0ab2f820ab31dc62fc1cc58a4f6d9a1163af0a01f30e502e49561d6095c0ba981ef58cb2c563c3d565f0a4016bb529181
 WHIRLPOOL 
d89b4409c09969684f854903d1e093bbfdc2653e6f908152381725382742b5de2011ea4c35dfa74c5b98fbe534fb4a61cf83fed50e21c24c096c0491402af159
-DIST patch-3.14.77.xz 1211600 SHA256 
07c05cf431d1aa8b60c6bf1782558720030cc1483edcaa3fd83b05a0431ab5e2 SHA512 
7ca35771b45b8f334d5bc7e23ab24b30bec3ca62a55c5dc87546c9aa0869c43848c2046d285ee88f24310e7e55821c26fa95e09414d31d19aefbd8159b6d721d
 WHIRLPOOL 
dc927d78339c119fb750c20b58a82b8aa72bcf1907f9b10ff6636ebcdf508acd3d170e89d02ac6acda7a3e14bc459581a63c4edc4d7a98045cb2e25297ef1206
+DIST patch-3.12.63.xz 1610112 SHA256 
35a673ed2047e042636b56573020755f5e5d1ab63bfe391180f2f1f4940cfdf0 SHA512 
dbc96441bbdef78fadc744352278c9ff89e14b995d10eb9ccae9767e89bd2b351943acc305384e825976d992551e6f2cdb791fc7d65a9e090fa1c66ea2e5c751
 WHIRLPOOL 
40adc9b359a30d82d259839f1ba49ed801e031b095eac8f58c686e540c70a27158ec3396d908f938990557f31ba258ef454d19cdbf1b26016621dfcc33492808
+DIST patch-3.14.78.xz 1219704 SHA256 
633f65fb99fee04cb20987d1d12aed4973f115e1e8700d7954048791445c0463 SHA512 
8801fa5dc2773990bd85c7f10852dbb1e7e33239efc001f17171b3fa41d6cbc2f8c508b37b5881b0bd4466169eb3f8f49d3e2bbeb7d48006c056990a759bee1e
 WHIRLPOOL 
b783908d99f293e637313b918f28d859fad875428c65c478be126adf3e1a36a8ccdb2ced08ef77c782b3da6c5cdf232069fe0fbc56bf3e7f297449fdc9ceb47f
 DIST patch-3.16.37.xz 1300688 SHA256 
9c189e8099df0eece273a7e7b5079ba3f0c73e1b3e25ba341c316bb0003cec5c SHA512 
19d58c858d00137fb02b04bda8491d7e17c0fd517dc7d8055d060f39dcce30a32407ff59c0b844c79e4dadbb9749f5b18223b71c6a9531f3fb08ae16acc2cbf9
 WHIRLPOOL 
9a6e3451e75e20e168e5de2186a8c9c743a160c8caad183d63467101c3dd2bd3cd86f04dfa732f97696eb48486d60cb3d40196aef6deee58e8d8b5a021cea67a
-DIST patch-3.18.40.xz 1026848 SHA256 
6fb91894df78bbf6e2c6388a905ee0a5615b4337853f05f9319584ff8d98b908 SHA512 
1c35602b776845aa9b71889e56fa3d313235d39525403e856b1a01eb62d777a5453d7bbdf6187e8faed1740760dac0fda800fe8c3878a3211cc18a8835b91be9
 WHIRLPOOL 
8d6853fb6aaafe3f2cea14491c8a24f807570a9986656b88f68fdda5ba4117cbcecce304217baa1c1f4df1c085ad9913a2661347321ebc6383b0a7f6aee0ce63
+DIST patch-3.18.41.xz 1033864 SHA256 
55398365a40e6d992d5bf0472b0420e23665b22da31a8b587178e571c6b51eed SHA512 
5ba00f807a336a272170112734363e9f877b4a91ae45d25ba732ed59398084c73aa25e60947

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

2016-09-10 Thread Sergei Trofimovich
commit: 018526a149d9276d0b8b43c5cd2ac0093bde9dcb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 10 10:44:55 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 10 11:01:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018526a1

dev-lang/crystal: bump up to 0.19.1

Package-Manager: portage-2.3.0

 dev-lang/crystal/Manifest  |  1 +
 dev-lang/crystal/crystal-0.19.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index 60a45dd..42f4581 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -5,3 +5,4 @@ DIST crystal-0.18.7-1-linux-i686.tar.gz 14273325 SHA256 
b84e9d4050b4667012bd7f59
 DIST crystal-0.18.7-1-linux-x86_64.tar.gz 13977303 SHA256 
8be06d53e91d14ad05417c5504931b0ac8485a101a98711181b6a40f008f3fa8 SHA512 
69366aa66f921534cb8c3f2e03555736d6e451658e0eec1038f26e74bd8ba31c61513d61d52259291431834e8bbd941d6364f329846e81bcdfb05c5d8382343c
 WHIRLPOOL 
7cb68ab111dc5050bb92fffe7a9b243d1bd39d097c4af39d3bb43dd5ec72e1b8e393988550255605a04084afc6e0b19270003b49ff27dd948264cd8afce49291
 DIST crystal-0.18.7.tar.gz 1359375 SHA256 
72b33fd4bd903a9f0957c74c2f95429e8c0f94c04df86396711b5560f540805d SHA512 
4d176036d0f003cc17be73e6a0a9c5c2c9df2764123051007156d86a7dc967c93821c3e087d8c1e27fe7f7b79efa43ea0503bc902813c5b322ca12cd2212da90
 WHIRLPOOL 
3f7b266be386459918c2e546faf1c3989e7c285400e1f68d0af15b3a639cf72c6a08e0f821703e0413661d8080da499da22035806e0c0a6169f0dbd43792f93f
 DIST crystal-0.19.0.tar.gz 1389070 SHA256 
4d7d9770891bd8bd835251e2654316412a3f44074db0adeca28357c0993eb2d8 SHA512 
23c2f10f32ce1340639639f784703274a9f96799b7762289144ea0551aadd4685814ffcc781750e526ee06b5418c66ec48faeaf6d95a6e63a5e26a839918958b
 WHIRLPOOL 
d310a3a738273789856c57351e74ce99bc4eddc3e7398b3e791fdd967d46ca2edc3114f2bf34916708129184e4c1d8bc53434decdb40fb82b3d415b59a3b6fc9
+DIST crystal-0.19.1.tar.gz 1393220 SHA256 
7528fc1ec63a3e9db9aabbfc8985511d6a54e44c5a1b26ccd0ee37275937 SHA512 
6a2ab736ad65cbc435fae87d46cb235e2f3d88c7eb5b64bc1753f298deec0de4f72813d0413807002cde8acd21f183e6babe70e9f7a6f10e0cbdaaf205d964b6
 WHIRLPOOL 
695fb60acb728240525ec2dc1c2fd5779d398021b4a1ab0c7bcc58b360d11b6c927a0accceb84eae4c0f3f3c7251f356418fdd850721d14a290fdfbcfdad5fad

diff --git a/dev-lang/crystal/crystal-0.19.1.ebuild 
b/dev-lang/crystal/crystal-0.19.1.ebuild
new file mode 100644
index ..c611ed4
--- /dev/null
+++ b/dev-lang/crystal/crystal-0.19.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib
+
+BV=0.18.7-1
+BV_AMD64=${BV}-linux-x86_64
+BV_X86=${BV}-linux-i686
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="http://crystal-lang.org";
+SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
+   x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples +xml +yaml"
+
+# dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
+DEPEND="
+   >=sys-devel/llvm-3.8.0
+   dev-libs/boehm-gc[static-libs,threads]
+   dev-libs/libatomic_ops
+   dev-libs/libevent
+   dev-libs/libpcre
+   sys-libs/libunwind
+   dev-libs/pcl
+   dev-libs/gmp:0
+"
+RDEPEND="${DEPEND}
+   xml? ( dev-libs/libxml2 )
+   yaml? ( dev-libs/libyaml )
+"
+
+src_compile() {
+   emake \
+   release=1 \
+   threads=4 \
+   PATH="${WORKDIR}"/${PN}-${BV}/bin:"${PATH}" \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV} \
+   CRYSTAL_CONFIG_PATH="libs:${EPREFIX}/usr/$(get_libdir)/crystal"
+   use doc && emake doc
+}
+
+src_test() {
+   emake spec \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV}
+}
+
+src_install() {
+   insinto /usr/$(get_libdir)/crystal
+   doins -r src/.
+   dobin .build/crystal
+
+   insinto /usr/share/zsh/site-functions
+   newins etc/completion.zsh _crystal
+
+   use examples && dodoc -r samples
+
+   if use doc ; then
+   docinto api
+   dodoc -r doc/.
+   fi
+}



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

2016-09-10 Thread Kent Fredric
commit: f4fa3b25e2dfdcecca5773a89e33b840df3977c5
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep 10 11:09:23 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep 10 11:10:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fa3b25

dev-perl/XML-Parser: fix get_libdir in global scope, bug #593370

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

Package-Manager: portage-2.3.0

 dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild | 8 ++--
 dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild| 8 ++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild 
b/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild
index 3cbe567..2291b7b 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.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$
 
@@ -18,4 +18,8 @@ RDEPEND=">=dev-libs/expat-1.95.1-r1"
 DEPEND="${RDEPEND}"
 
 SRC_TEST=do
-myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) 
EXPATINCPATH=${EPREFIX}/usr/include"
+
+src_configure() {
+   myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) 
EXPATINCPATH=${EPREFIX}/usr/include"
+   perl-module_src_configure
+}

diff --git a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild 
b/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild
index 90d7815..44f1bcd 100644
--- a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild
+++ b/dev-perl/XML-Parser/XML-Parser-2.440.0.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$
 
@@ -18,4 +18,8 @@ RDEPEND=">=dev-libs/expat-1.95.1-r1"
 DEPEND="${RDEPEND}"
 
 SRC_TEST=do
-myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) 
EXPATINCPATH=${EPREFIX}/usr/include"
+
+src_configure() {
+   myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) 
EXPATINCPATH=${EPREFIX}/usr/include"
+   perl-module_src_configure
+}



[gentoo-commits] repo/user/ssnb:master commit in: dev-util/rubymine/

2016-09-10 Thread Samuel Bernardo
commit: d67dafa06fbaf4cd7fa3d5c4cbad43dcf713015d
Author: Samuel Bernardo  gmail  com>
AuthorDate: Sat Sep 10 11:16:39 2016 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Sat Sep 10 11:16:39 2016 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=d67dafa0

add rubymine 2016.2.3

 dev-util/rubymine/Manifest |  2 ++
 dev-util/rubymine/rubymine-2016.2.3.ebuild | 34 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/rubymine/Manifest b/dev-util/rubymine/Manifest
index 0376b76..04f873d 100644
--- a/dev-util/rubymine/Manifest
+++ b/dev-util/rubymine/Manifest
@@ -1,5 +1,7 @@
 DIST RubyMine-2016.2.1.tar.gz 235476543 SHA256 
00171c65293241265d5726d35f61b00a9869b59910a1667740cf91a5d7eaadbb SHA512 
6f35c421653e579a441daf5da1ba7b1ec28d281f3d812aad4b44e02bcf99bb41a1061c75885d4f7c76793bf1082095b1c5f6b852d588f998c728140b7ad9f72b
 WHIRLPOOL 
76c6b5d72d0ae42f3ca2e5ef292026d427525087bca21004b7fdfe5c445fd3a3895424442cf32fe2fb68d7a13e9dbf4e1a5d0378761c4b5747108e13cdac6c8c
+DIST RubyMine-2016.2.3.tar.gz 235974478 SHA256 
260bc73378d00f44ea7368e7893f0b633e08d8da1690e2a073d788ea0a278135 SHA512 
d04b10fcd40a7127e0a8b45e543f87dd6873ce710beacb368eb4929c826dd72af72d59a9f7ebc18ac37f0ea429d3ead9d595048dba5e64e4bdf3617d7208
 WHIRLPOOL 
8054737fc5e1feda6173c666c82114a971833dab25fd7e280a327fb4566a8dbbc06b5cd0b395e73ea2f3a29f014af09fab10af30a38d10f8eaacb43b27cabf04
 DIST RubyMine-2016.2.tar.gz 235043816 SHA256 
16b00efa86d8a2b0a4ab2b3ee89eb06ce49329e06f2f584d1a40d9a0c084b2a0 SHA512 
662e633148c1f11be0612a519a914b936e8fb32f0ed53e6311539b7f1deffe3b5a720d84b5f9541aa0e068343cb376a709f665656efd97cb083f9c2f69cf
 WHIRLPOOL 
3e0c8188537f0265b00c3384cdd9bfd68d5cd96b13550c87a97a9ad4e9c8ed81a94060abd5f542db9f41f3bc00d0831d98f747dc04b9c32ff0a38aca9a3be578
 EBUILD rubymine-2016.2.1.ebuild 899 SHA256 
1153010ef081c739c0e06f8e14dc998be313ca1f73659efce70a13b5ddbffc47 SHA512 
3db2e836977aa149d66a1b163900a8a568eb068b1482a117925315328caddc9a62b743db9559bcbfb38350d74ae0a129467fcb982ea01ec36fdb9f808dfa7212
 WHIRLPOOL 
3429740eed08690f898e3a5322a2a30379843f5c72062c3009f61911bd0baabe154b372c8b19f885f3add4998c7cfa1a59409ff7b3eb6d0b3c008592a2bac9ac
+EBUILD rubymine-2016.2.3.ebuild 899 SHA256 
1153010ef081c739c0e06f8e14dc998be313ca1f73659efce70a13b5ddbffc47 SHA512 
3db2e836977aa149d66a1b163900a8a568eb068b1482a117925315328caddc9a62b743db9559bcbfb38350d74ae0a129467fcb982ea01ec36fdb9f808dfa7212
 WHIRLPOOL 
3429740eed08690f898e3a5322a2a30379843f5c72062c3009f61911bd0baabe154b372c8b19f885f3add4998c7cfa1a59409ff7b3eb6d0b3c008592a2bac9ac
 EBUILD rubymine-2016.2.ebuild 899 SHA256 
7712873507f33c1b7e69d19ca8c0c0026799ceb63f5667b6b9abf4b0f1d61d45 SHA512 
b1d15f73836379e1f0c517c6d8fc0e52d38dbb4f34cd4ad8b8974f0e614a4de2e641c2f98746eb3e3b45b0dd1500852b3bf92970e8bb44ccad18f5d4ae01936d
 WHIRLPOOL 
e8560bc53ae26360f8044171722e668bed97da5d83782d5bdddc4e1e1082ada58c7571df227fbf1fa7b196f4b1cc3aa32b8d719ac1094e8f9e77ff2d7e58a9bf
 MISC metadata.xml 246 SHA256 
31de89a294c6ff90d5a88948104aa27a86ea35792c466f20db64ab434c682537 SHA512 
cd6648a75839e6059cf877aa79a84600be0a63de66f59efd217ad91bac55a7ed4afd5ce88c90a262b4dd044734403fb90a049b8f19a42289ec3ef1d827b66d77
 WHIRLPOOL 
7f436435371f655a72f4564d4a14b1fdb1be0a130ca0e130804b17104fe9e2c6da44a3ddef859e41ba4eccadff8dfefddbb04dade3e4200fcc557c2fd7af703e

diff --git a/dev-util/rubymine/rubymine-2016.2.3.ebuild 
b/dev-util/rubymine/rubymine-2016.2.3.ebuild
new file mode 100644
index 000..2b4b9f2
--- /dev/null
+++ b/dev-util/rubymine/rubymine-2016.2.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+SLOT="$(get_major_version)"
+RDEPEND=">=virtual/jdk-1.7"
+
+MY_PN="RubyMine"
+RESTRICT="strip"
+QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
+
+DESCRIPTION="The most intelligent Ruby and Rails IDE"
+HOMEPAGE="http://jetbrains.com/ruby/";
+SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${PV}.tar.gz";
+LICENSE="all-rights-reserved"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_install() {
+   local dir="/opt/${P}"
+   local exe="${PN}-${SLOT}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" 
"${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
+
+   newicon "bin/${PN}.png" "${exe}.png"
+   make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
+   make_desktop_entry ${exe} "RubyMine ${PV}" "${exe}" "Development;IDE"
+}



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

2016-09-10 Thread Wolfram Schlich
commit: b073447f376f7692c550f5c07a06987c9460775b
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Sat Sep 10 11:24:11 2016 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Sat Sep 10 11:24:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b073447f

media-gfx/displaycal: version bump

Package-Manager: portage-2.2.28

 media-gfx/displaycal/Manifest  |  1 +
 media-gfx/displaycal/displaycal-3.1.6.0.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/media-gfx/displaycal/Manifest b/media-gfx/displaycal/Manifest
index c732731..463325f 100644
--- a/media-gfx/displaycal/Manifest
+++ b/media-gfx/displaycal/Manifest
@@ -1,2 +1,3 @@
 DIST DisplayCAL-3.1.2.0.tar.gz 9361108 SHA256 
78dbfd2be1cf7542657cc0f5ed9e16e27558206a4878ffae5ce68bd62460680d SHA512 
2c14ed0230e6bdd6f8876a5e8887498e3005941e2f68aedad2926f9b8dda642e909f9aa70205977123b1b7c1376dd3f361ad08ecc5015bfae77342ff1b848837
 WHIRLPOOL 
74f311618190974e6e9c0c5b895ab7f0dba18de06e52dcf1cca4df0373a278b4c4e170b6add51bdf550b21499ff1ecf249cae6f2eb2f3e0813c666bd0bc4f941
 DIST DisplayCAL-3.1.3.1.tar.gz 9555280 SHA256 
d48e0b12c0b4fe75e0c99eb5fd85c8651afc2c3a2e72d29ade9bb0a76e61f645 SHA512 
ef560155cf0eebf4fcd9beab699afd6f0e766901e44d6aba8f33242662aae68a5644e6e253f3bdfe2bb687b30e967190ddf746ef4467c41c9cda06c6bd9326ef
 WHIRLPOOL 
b696c68d7b25388b51c056534ca37f7e14d0f918b2471cd1e6662cfadc186eb989ad9429c3a40bc74992c9352d762c40e05add69773a834e99971ac46339f015
+DIST DisplayCAL-3.1.6.0.tar.gz 9592426 SHA256 
fc27814cf29b3643f8a44973f2139518c133f6a2549ffe51658e765a67cd02fd SHA512 
ea5d0c5028c9dcfc834c03bd50d9e4cd5f4528ac0adf1312117128f8969533f857eaab738019d561b8197ad595ca73ad085db4feb36101df1e303933e1edbd87
 WHIRLPOOL 
6a23f57e606852838b43834d81acd346be1746040d47ac5884c997d828130ddf5b2049b8684d2de42b555ab7b6b6fb4d0430544d2586ca388eb769fbecc86be6

diff --git a/media-gfx/displaycal/displaycal-3.1.6.0.ebuild 
b/media-gfx/displaycal/displaycal-3.1.6.0.ebuild
new file mode 100644
index ..0d69de9
--- /dev/null
+++ b/media-gfx/displaycal/displaycal-3.1.6.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 fdo-mime eutils
+
+MY_PN="DisplayCAL"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
+HOMEPAGE="https://displaycal.net/";
+SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-gfx/argyllcms-1.1.0
+   dev-python/wxpython:2.8
+   >=x11-libs/libX11-1.3.3
+   >=x11-apps/xrandr-1.3.2
+   >=x11-libs/libXxf86vm-1.1.0
+   >=x11-proto/xineramaproto-1.2
+   >=x11-libs/libXinerama-1.1"
+RDEPEND="${DEPEND}
+   >=dev-python/numpy-1.2.1"
+
+# Just in case someone renames the ebuild
+S=${WORKDIR}/${MY_P}
+
+DOCS=(
+   README.html
+)
+
+src_prepare() {
+   # Prohibit setup from running xdg-* programs, resulting to sandbox 
violation
+   cd "${S}/DisplayCAL" || die "Cannot cd to source directory."
+   sed -e 's/if which(\"xdg-icon-resource\"):/if 
which(\"xdg-icon-resource-non-existant\"):/' \
+   -e 's/if which(\"xdg-desktop-menu\"):/if 
which(\"xdg-desktop-menu-non-existant\"):/' \
+   -i postinstall.py || die "sed'ing out the xdg-* setup functions 
failed"
+
+   # Remove deprecated Encoding key from .desktop file
+   cd "${S}" || die "Cannot cd to work directory."
+   for offendingFile in $(grep -r -l "Encoding=UTF-8" .); do
+   sed -e '/Encoding=UTF-8/d' -i "${offendingFile}" || \
+   die "removing deprecated Encoding key from .desktop files 
failed"
+   done
+
+   # Remove x-world Media Type
+   cd "${S}/misc" || die "Cannot cd to misc directory."
+   sed -e 's/x\-world\/x\-vrml\;//g' -i 
"displaycal-vrml-to-x3d-converter.desktop" \
+   || die "removing x-world media type failed"
+
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   #remove udev files
+   rm -rf "${D}"/etc/udev/rules.d
+}
+
+pkg_postinst() {
+   # Run xdg-* programs the Gentoo way since we removed this
+   # functionality from the original package
+   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   # Run xdg-* programs the Gentoo way since we removed this
+   # functionality from the original package
+   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+}



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

2016-09-10 Thread Kent Fredric
commit: 152eca7e931665076927f8b33018ae05031ba68e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep 10 11:29:21 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep 10 11:29:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152eca7e

dev-perl/Geo-IP: Fix get_libdir in global scope, bug #593372

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

Package-Manager: portage-2.3.0

 dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild | 8 ++--
 dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild | 6 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild
index 7aad310..b0e2873 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.450.0.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$
 
@@ -18,4 +18,8 @@ DEPEND="dev-libs/geoip"
 RDEPEND="${DEPEND}"
 
 SRC_TEST=do
-myconf="LIBS=-L/usr/$(get_libdir)"
+
+src_configure() {
+   myconf="LIBS=-L/usr/$(get_libdir)"
+   perl-module_src_configure
+}

diff --git a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
index 88c7216..75b7722 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
@@ -18,4 +18,8 @@ DEPEND="dev-libs/geoip"
 RDEPEND="${DEPEND}"
 
 SRC_TEST=do
-myconf="LIBS=-L/usr/$(get_libdir)"
+
+src_configure() {
+   myconf="LIBS=-L/usr/$(get_libdir)"
+   perl-module_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/, x11-drivers/nvidia-drivers/

2016-09-10 Thread Jeroen Roovers
commit: 5a3e690d799c539d0627169fc3bd83a59c5f9441
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 10 12:33:17 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 10 12:33:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3e690d

x11-drivers/nvidia-drivers: Old.

Package-Manager: portage-2.3.0

 x11-drivers/nvidia-drivers/Manifest|   6 -
 .../files/nvidia-drivers-370.23-profiles-rc.patch  |  11 -
 .../nvidia-drivers/nvidia-drivers-370.23.ebuild| 552 -
 3 files changed, 569 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 09e5992..4c52a42 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -18,7 +18,6 @@ DIST NVIDIA-FreeBSD-x86-367.18.tar.gz 66752524 SHA256 
48f91a7f0ccc252f3812eba00f
 DIST NVIDIA-FreeBSD-x86-367.27.tar.gz 62605521 SHA256 
906038b40f46b2a5c8915b57aaeb0432eb4e60f6d156845e6e2afd49ec9d78b8 SHA512 
166bd578b5536772e81f05f411e1bbdd2d9cd81f7210e96a388eff758bd1bb714fbf5dc2f3e4204e08e758e74901d6ad96607ee9c7b32ca4fe0b0cf373b5
 WHIRLPOOL 
a31e9fe0e5817f1232a2dba8719110e9404f9b2feee4e0d6fe49ec50b63fd24852863670f0c36de357c9ed357738c30d1951e8fb1e6f40b5b2f8a1e2c7a8dc84
 DIST NVIDIA-FreeBSD-x86-367.35.tar.gz 62636433 SHA256 
2edf78801213dea72ddd6c40acd860893623224166ad522fd47e202443cb6d50 SHA512 
7b056814be81532dcf63bae13a55a3f190325c207e6e675151b01f655c861ec85804792a43b8c82a3e733394c92b336411ec4e2e70d308c70036f6625d55eb78
 WHIRLPOOL 
a7768389f1e69b7a373e7e2a4cbcddb2f451a8b44346987ee898093c4c87c57a69744c1f7538fd41d1f81b44e02e505107f73c7584c07bce4104dc09349ece4c
 DIST NVIDIA-FreeBSD-x86-367.44.tar.gz 62815733 SHA256 
687a178cc0e63f79f38f6e71da904363579b833ab3dadac424bcb2264889d4ec SHA512 
2dccfe2b1b86d972b3a8961d8eb114911784cd7fab6d8cfe667a0e2853234fe3e4b2661bd5d0064677155f9631315d1000f23c11feea035292c55dbe73f4baaa
 WHIRLPOOL 
4b243c3c053a11d723fd4fce927e15b36524cf6c4795763a5c728de8952c80e01a72f7e023456637917253dd1298bf6a732cd76da3f0648c26d48088d937fb27
-DIST NVIDIA-FreeBSD-x86-370.23.tar.gz 58560696 SHA256 
d70aa4a7334e0592f359d089eb073b7731901c947dd7bc5b1346ee775330f05f SHA512 
a5b208053d76b044687431d8e72bb75b7f7ccf1c041da82d910ca3fc9038c707b1bf0f8fd3f57d191c42d8caaaec46a3df5fc628f00b12f63ebfefc6042efcb6
 WHIRLPOOL 
33f589b8d57108e3202f22844bf7c12c6c38e631097ef4a8f81c7acc2284d983cb49d49ea81c362e642392967eea4155e986e3fe7357fa6b8c84677db25ef531
 DIST NVIDIA-FreeBSD-x86-370.28.tar.gz 58718517 SHA256 
52193b15b4ca822b029f860eed4d00270c925f5d24f7bb511a5b7bbea696d58c SHA512 
83ffb19069cc240f8836d808a5eb02c142e7ad923fc2e3049a3b316acc12df070d42dfdc5a8a8e1411ccc9fba0bfa4ed84f457435e985434cd86ae966a63a3f4
 WHIRLPOOL 
b1bec4d5e34ea39c3b1b44adcf85b7392cef39517979d32bc800e48a79a57cfb5f1ca5ff82bc302aa67ed12094782e09ab146f021a9c04e18430034a5ab341a9
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
 DIST NVIDIA-FreeBSD-x86_64-304.131.tar.gz 35812363 SHA256 
e10aa34f4aeb6981c0bc6762f37e6ad57de52b45c7322d0caef9781c1a43858a SHA512 
0df69d11c79cfd66f40f5adf091f9c3ad494b89fbe9200a1a01fef8cb2d2591ffdeb703d82a263e050384d39ef81af3a717ac24716f96b1fd8386d1758bcf45b
 WHIRLPOOL 
a7e01ac4646d52229efb1d22df9b4db98bfd6bc30c79fc4c65273001b1cd09c4db823a0141a060f8c53926ae23a33fe66e27aec805879228d64bf3f45aa66bcd
@@ -40,12 +39,10 @@ DIST NVIDIA-FreeBSD-x86_64-367.18.tar.gz 63499863 SHA256 
be862c654e290b32d78275d
 DIST NVIDIA-FreeBSD-x86_64-367.27.tar.gz 59357230 SHA256 
dea9bf156229b9353e033fa3cf02685c14e539d959d7c2759f233ad1f707f2d2 SHA512 
3eb129723317d277c0788b966709369c382035e287e4e14000fae09b98bc12359e5218205a86abcb08894978343f3185986d643df3ceeb81b35ba475bb16b99f
 WHIRLPOOL 
a33ae3d01d953b090e169e651ff9cc478d91ea21753cbd4c806dc08898edbd078d191d91ae1f7d46dea8ba931bc63f722bb88e728e31cf98a7681c1d806bd1a5
 DIST NVIDIA-FreeBSD-x86_64-367.35.tar.gz 59393955 SHA256 
b33057ce23ce1ae44ddd246a7d2d9e2b0aa2ed5a289d8a83e849249de81a1035 SHA512 
724735dbe9a79edd50405b8ccd76bfca35d706b61f489fb57c6b7b71d070148ea97603abb96deab68df1c56e2a48e301eee75fc0de99b15b56d112660ef3bf14
 WHIRLPOOL 
690220131b40c8e84184c8fc0a5c4f511b44c84863f73b7610451ad9dbc6f563ce8b3b86b38b0f5b2311a2721288d788044c3477a4d76563effad1ed706cfa06
 DIST NVIDIA-FreeBSD-x86_64-367.44.tar.gz 59577943 SHA256 
e07d21b0ad39a0a24cdc4840094fb2f2de2f52b704538f7ac60c019465de7137 SHA512 
98433879d9093f67a1b794e4c171479871cd489d5577a58084c3165c26d9f733117cf9043d33f5674f51d81dc509ab545b65d538a261f9dd6db4fcf2855f3655
 WHIRLPOOL 
0320b14e56f800b6fae313b61665fb2390e8f2ed1df63126fb12fdc08dae67ad4e4e9fb9a58950ad26c8e62ad4ee0b3ab96aafcf53a525687e240a77b

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/, x11-drivers/nvidia-drivers/

2016-09-10 Thread Jeroen Roovers
commit: e0e89cf41a385a5b16f0bf12ffcdeaccba96ccd9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 10 12:29:27 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 10 12:29:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e89cf4

x11-drivers/nvidia-drivers: Version bump.

Package-Manager: portage-2.3.0

 x11-drivers/nvidia-drivers/Manifest|   6 +
 .../files/nvidia-drivers-370.28-profiles-rc.patch  |  11 +
 .../nvidia-drivers/nvidia-drivers-370.28.ebuild| 552 +
 3 files changed, 569 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 1b320de..09e5992 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -19,6 +19,7 @@ DIST NVIDIA-FreeBSD-x86-367.27.tar.gz 62605521 SHA256 
906038b40f46b2a5c8915b57aa
 DIST NVIDIA-FreeBSD-x86-367.35.tar.gz 62636433 SHA256 
2edf78801213dea72ddd6c40acd860893623224166ad522fd47e202443cb6d50 SHA512 
7b056814be81532dcf63bae13a55a3f190325c207e6e675151b01f655c861ec85804792a43b8c82a3e733394c92b336411ec4e2e70d308c70036f6625d55eb78
 WHIRLPOOL 
a7768389f1e69b7a373e7e2a4cbcddb2f451a8b44346987ee898093c4c87c57a69744c1f7538fd41d1f81b44e02e505107f73c7584c07bce4104dc09349ece4c
 DIST NVIDIA-FreeBSD-x86-367.44.tar.gz 62815733 SHA256 
687a178cc0e63f79f38f6e71da904363579b833ab3dadac424bcb2264889d4ec SHA512 
2dccfe2b1b86d972b3a8961d8eb114911784cd7fab6d8cfe667a0e2853234fe3e4b2661bd5d0064677155f9631315d1000f23c11feea035292c55dbe73f4baaa
 WHIRLPOOL 
4b243c3c053a11d723fd4fce927e15b36524cf6c4795763a5c728de8952c80e01a72f7e023456637917253dd1298bf6a732cd76da3f0648c26d48088d937fb27
 DIST NVIDIA-FreeBSD-x86-370.23.tar.gz 58560696 SHA256 
d70aa4a7334e0592f359d089eb073b7731901c947dd7bc5b1346ee775330f05f SHA512 
a5b208053d76b044687431d8e72bb75b7f7ccf1c041da82d910ca3fc9038c707b1bf0f8fd3f57d191c42d8caaaec46a3df5fc628f00b12f63ebfefc6042efcb6
 WHIRLPOOL 
33f589b8d57108e3202f22844bf7c12c6c38e631097ef4a8f81c7acc2284d983cb49d49ea81c362e642392967eea4155e986e3fe7357fa6b8c84677db25ef531
+DIST NVIDIA-FreeBSD-x86-370.28.tar.gz 58718517 SHA256 
52193b15b4ca822b029f860eed4d00270c925f5d24f7bb511a5b7bbea696d58c SHA512 
83ffb19069cc240f8836d808a5eb02c142e7ad923fc2e3049a3b316acc12df070d42dfdc5a8a8e1411ccc9fba0bfa4ed84f457435e985434cd86ae966a63a3f4
 WHIRLPOOL 
b1bec4d5e34ea39c3b1b44adcf85b7392cef39517979d32bc800e48a79a57cfb5f1ca5ff82bc302aa67ed12094782e09ab146f021a9c04e18430034a5ab341a9
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
 DIST NVIDIA-FreeBSD-x86_64-304.131.tar.gz 35812363 SHA256 
e10aa34f4aeb6981c0bc6762f37e6ad57de52b45c7322d0caef9781c1a43858a SHA512 
0df69d11c79cfd66f40f5adf091f9c3ad494b89fbe9200a1a01fef8cb2d2591ffdeb703d82a263e050384d39ef81af3a717ac24716f96b1fd8386d1758bcf45b
 WHIRLPOOL 
a7e01ac4646d52229efb1d22df9b4db98bfd6bc30c79fc4c65273001b1cd09c4db823a0141a060f8c53926ae23a33fe66e27aec805879228d64bf3f45aa66bcd
 DIST NVIDIA-FreeBSD-x86_64-340.93.tar.gz 60215584 SHA256 
07208f6a832c2da8748b1c4f8b5ce42a7b617f2ee1ac59155fecaff952c30988 SHA512 
c480df2f36c3d6eba53af9c3070e1561ae7c56cd5d31fb531dcb6897ca02d0d205c0ce99597304ea36b7b75b173e31a9a4c07ddd143ad13884aff0a7c3479bce
 WHIRLPOOL 
c1b28898ffe733961bdb622e8b430715c74871cfaab0348a9e5990df5a92676e8fb8c199ea1f1a06fa6c6ded65877b987b802a7a9ea0b7023cbaa62fb52eda01
@@ -40,10 +41,12 @@ DIST NVIDIA-FreeBSD-x86_64-367.27.tar.gz 59357230 SHA256 
dea9bf156229b9353e033fa
 DIST NVIDIA-FreeBSD-x86_64-367.35.tar.gz 59393955 SHA256 
b33057ce23ce1ae44ddd246a7d2d9e2b0aa2ed5a289d8a83e849249de81a1035 SHA512 
724735dbe9a79edd50405b8ccd76bfca35d706b61f489fb57c6b7b71d070148ea97603abb96deab68df1c56e2a48e301eee75fc0de99b15b56d112660ef3bf14
 WHIRLPOOL 
690220131b40c8e84184c8fc0a5c4f511b44c84863f73b7610451ad9dbc6f563ce8b3b86b38b0f5b2311a2721288d788044c3477a4d76563effad1ed706cfa06
 DIST NVIDIA-FreeBSD-x86_64-367.44.tar.gz 59577943 SHA256 
e07d21b0ad39a0a24cdc4840094fb2f2de2f52b704538f7ac60c019465de7137 SHA512 
98433879d9093f67a1b794e4c171479871cd489d5577a58084c3165c26d9f733117cf9043d33f5674f51d81dc509ab545b65d538a261f9dd6db4fcf2855f3655
 WHIRLPOOL 
0320b14e56f800b6fae313b61665fb2390e8f2ed1df63126fb12fdc08dae67ad4e4e9fb9a58950ad26c8e62ad4ee0b3ab96aafcf53a525687e240a77b58c5291
 DIST NVIDIA-FreeBSD-x86_64-370.23.tar.gz 57734638 SHA256 
e661ca8442580cef98520d8247b5b74e6ecf5de34e8b903258b078ae401049c0 SHA512 
ebcf65a03e31b573f29cd4697683d8cbfaacdada8e56058e9bf26be00e8476af48fb8b2a395b735294ca7b041100524a2f22c07ec6d1aefee75f0298dbbc8e11
 WHIRLPOOL 
6d4df4c4295daada5e8f9459cc81826c28a087190db7cb189a8d694cbc956fd020a0013166897d220265afcd6d47dd7bd00732596f72

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

2016-09-10 Thread Jeroen Roovers
commit: 0c30df3799f8ae4c63113ccf5b888773302704b5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 10 12:39:58 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 10 12:39:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c30df37

net-analyzer/wireshark: Stable for HPPA (bug #593258).

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

 net-analyzer/wireshark/wireshark-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.0.6.ebuild 
b/net-analyzer/wireshark/wireshark-2.0.6.ebuild
index 8fc24c7..b822575 100644
--- a/net-analyzer/wireshark/wireshark-2.0.6.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="
adns androiddump +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua
+netlink +pcap portaudio +qt4 qt5 selinux sbc smi tfshark



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

2016-09-10 Thread Agostino Sarubbo
commit: 0acc04d4b532c50e59815922e826e7eab6f16e47
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:47:21 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acc04d4

x11-misc/slock: amd64 stable wrt bug #591664

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

 x11-misc/slock/slock-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/slock/slock-1.3-r3.ebuild 
b/x11-misc/slock/slock-1.3-r3.ebuild
index a60e8b9..48c17e8 100644
--- a/x11-misc/slock/slock-1.3-r3.ebuild
+++ b/x11-misc/slock/slock-1.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~x86 ~x86-fbsd"
 
 RDEPEND="
x11-libs/libX11



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

2016-09-10 Thread Agostino Sarubbo
commit: 5af8e1edc84fd137b0304c15bbd9461b4a6c8f38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:48:05 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:48:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af8e1ed

net-misc/openvpn: amd64 stable wrt bug #592070

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

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

diff --git a/net-misc/openvpn/openvpn-2.3.12.ebuild 
b/net-misc/openvpn/openvpn-2.3.12.ebuild
index b1ca60c..3035272 100644
--- a/net-misc/openvpn/openvpn-2.3.12.ebuild
+++ b/net-misc/openvpn/openvpn-2.3.12.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://openvpn.net/";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="examples down-root iproute2 libressl +lzo pam pkcs11 +plugins polarssl 
selinux socks +ssl static systemd userland_BSD"
 
 REQUIRED_USE="static? ( !plugins !pkcs11 )



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

2016-09-10 Thread Agostino Sarubbo
commit: 4ae4a2293b5747694219fc07a8182d8e9563b9d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:48:12 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:48:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae4a229

net-analyzer/wireshark: amd64 stable wrt bug #593258

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

 net-analyzer/wireshark/wireshark-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.0.6.ebuild 
b/net-analyzer/wireshark/wireshark-2.0.6.ebuild
index b822575..c5f1ed4 100644
--- a/net-analyzer/wireshark/wireshark-2.0.6.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.0.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="
adns androiddump +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua
+netlink +pcap portaudio +qt4 qt5 selinux sbc smi tfshark



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

2016-09-10 Thread Agostino Sarubbo
commit: 151e116c41a0719a4a4a0df67a7ef314cd4d7c76
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:48:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:48:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151e116c

app-emulation/xen: amd64 stable wrt bug #593198

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

 app-emulation/xen/xen-4.6.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen/xen-4.6.3-r2.ebuild 
b/app-emulation/xen/xen-4.6.3-r2.ebuild
index 5773cce..5884d56 100644
--- a/app-emulation/xen/xen-4.6.3-r2.ebuild
+++ b/app-emulation/xen/xen-4.6.3-r2.ebuild
@@ -17,7 +17,7 @@ if [[ $PV == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm -x86"
+   KEYWORDS="amd64 ~arm -x86"
UPSTREAM_VER=0
SECURITY_VER=15
GENTOO_VER=



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

2016-09-10 Thread Agostino Sarubbo
commit: 87d8eb4dce26eb9eb0d71a7a41556a40c74e9303
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:48:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:48:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d8eb4d

net-misc/curl: amd64 stable wrt bug #592974

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

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

diff --git a/net-misc/curl/curl-7.50.2.ebuild b/net-misc/curl/curl-7.50.2.ebuild
index 9b1d00a..35ff128 100644
--- a/net-misc/curl/curl-7.50.2.ebuild
+++ b/net-misc/curl/curl-7.50.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2016-09-10 Thread Agostino Sarubbo
commit: 9ae2c91c10619716c943491d9c1fccbacc8a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:48:49 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:48:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae2c91c

dev-lang/php: amd64 stable wrt bug #591710

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

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

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



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

2016-09-10 Thread Agostino Sarubbo
commit: 6a0e07cc89b27f9984363c162032077097f3c92c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:48:19 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:48:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0e07cc

media-libs/gd: amd64 stable wrt bug #587662

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

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

diff --git a/media-libs/gd/gd-2.2.3.ebuild b/media-libs/gd/gd-2.2.3.ebuild
index 529221b..2cf3e7d 100644
--- a/media-libs/gd/gd-2.2.3.ebuild
+++ b/media-libs/gd/gd-2.2.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz";
 
 LICENSE="gd IJG HPND BSD"
 SLOT="2/3"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"
 
 # fontconfig has prefixed font paths, details see bug #518970



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

2016-09-10 Thread Agostino Sarubbo
commit: 4c43f5b786f8e8395a23dd158106d450af640f40
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:47:58 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:47:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c43f5b7

app-emulation/qemu: amd64 stable wrt bug #593038

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

 app-emulation/qemu/qemu-2.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-2.7.0-r2.ebuild 
b/app-emulation/qemu/qemu-2.7.0-r2.ebuild
index 42a669e..d71e077 100644
--- a/app-emulation/qemu/qemu-2.7.0-r2.ebuild
+++ b/app-emulation/qemu/qemu-2.7.0-r2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2";
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



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

2016-09-10 Thread Agostino Sarubbo
commit: 1f99d8ffb9b7756c30e51c5c3469bf3e4af7a175
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 10 12:48:25 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 10 12:48:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f99d8ff

dev-tex/latex2rtf: amd64 stable wrt bug #566032

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

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

diff --git a/dev-tex/latex2rtf/latex2rtf-2.3.11.ebuild 
b/dev-tex/latex2rtf/latex2rtf-2.3.11.ebuild
index fa99eaa..0527a58 100644
--- a/dev-tex/latex2rtf/latex2rtf-2.3.11.ebuild
+++ b/dev-tex/latex2rtf/latex2rtf-2.3.11.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://latex2rtf.sourceforge.net/";
 SRC_URI="mirror://sourceforge/latex2rtf/${P}a.tar.gz" # 'a' is only for 2.3.11 
version for fixing a tarball generation bug
 
 LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 SLOT="0"
 IUSE="test"
 S="${WORKDIR}/${P%b}"



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

2016-09-10 Thread Gilles Dartiguelongue
commit: 5c25e02fbe883114bc455e31eca1642f36c0bd1c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep 10 12:49:23 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep 10 12:50:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c25e02f

dev-libs/appstream-glib: re-add libyaml, bug #593352

Package-Manager: portage-2.3.0

 dev-libs/appstream-glib/appstream-glib-0.6.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/appstream-glib/appstream-glib-0.6.3.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.6.3.ebuild
index 2d0a9ec..d638ac2 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.6.3.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.6.3.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
dev-db/sqlite:3
>=dev-libs/glib-2.45.8:2
>=dev-libs/json-glib-1.1.1
+   dev-libs/libyaml
>=media-libs/fontconfig-2.11:1.0
>=media-libs/freetype-2.4:2
>=net-libs/libsoup-2.51.92:2.4



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

2016-09-10 Thread Justin Lecher
commit: 90b5e5eaca6aa4cfd6038e6be6fc37ea5ea79f97
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Sep 10 13:23:01 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep 10 13:23:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b5e5ea

sys-kernel/aufs-sources: Bump to latest aufs, linux and genpatch release

Package-Manager: portage-2.3.0
Signed-off-by: Justin Lecher  gentoo.org>

 sys-kernel/aufs-sources/Manifest   | 53 +++--
 ...es-4.6.4.ebuild => aufs-sources-3.18.40.ebuild} | 25 +++
 sys-kernel/aufs-sources/aufs-sources-4.4.12.ebuild | 86 --
 sys-kernel/aufs-sources/aufs-sources-4.4.13.ebuild | 86 --
 sys-kernel/aufs-sources/aufs-sources-4.4.14.ebuild | 86 --
 sys-kernel/aufs-sources/aufs-sources-4.4.16.ebuild | 86 --
 sys-kernel/aufs-sources/aufs-sources-4.4.17.ebuild | 86 --
 ...es-4.4.15.ebuild => aufs-sources-4.4.20.ebuild} |  4 +-
 sys-kernel/aufs-sources/aufs-sources-4.6.5.ebuild  | 86 --
 .../aufs-sources/aufs-sources-4.6.6-r1.ebuild  | 86 --
 sys-kernel/aufs-sources/aufs-sources-4.7.0.ebuild  | 86 --
 ...rces-4.6.3.ebuild => aufs-sources-4.7.3.ebuild} |  2 +-
 12 files changed, 27 insertions(+), 745 deletions(-)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index 979bd34..44a56f2 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -1,14 +1,10 @@
 DIST aufs-sources-3.18.25+_p20160627.tar.xz 170100 SHA256 
8d22f32fb944c239ca37a1a33b4c05241391e8d499fddf2eefa36b94a53e0304 SHA512 
3e0a6e356f92918bd9810007f711629ecb2804003445a6e5179b2773d027cc3d7705cbc125444f5b9fab5771d1332dba337d6f682490447761fe83b38c1157d8
 WHIRLPOOL 
ff37794dce145e9eea89de76714c13f9d69e7210f06337e8d103ad8305d370003c6c1d4272f8e568f4a32466ea1f5f38816174dedc180a5500b5bc08097fea81
 DIST aufs-sources-3.18.25+_p20160801.tar.xz 171144 SHA256 
05dcb15e13b29244f9cd1a5ad0b6b649e0b5da1eb1cad45083fddb11a236ee43 SHA512 
5a8b22076ea2d8456cbe55034ec52735008b4ab09c01c35d6673322d2ebb0c40981fe94ea814aba8f3a959edaacd6377c25c243fb3d6bedc6ac43dd85e287ded
 WHIRLPOOL 
0f629288cb66f30120c59a52a038eefaac93ad51e82257771fc4f6cf80b867fcd4c6bf3a753ca18b5a47a8cdf9e79e440965c8a3af9b3633df755936866a5cb5
 DIST aufs-sources-3.18.25+_p20160815.tar.xz 171104 SHA256 
d2c48508f8997e6c171bad2609e12bbb166e1079afa1646488850340311ed71f SHA512 
765401a16a820a011077a2089a295509442e88e403e99c51c592f42603f9c6c2d53f29e13e6965872cbf5efc16c5df15ed44bb0c3f594aa48f30811d81e6cad4
 WHIRLPOOL 
a1967d54fff71d43809c7dfa1350d35558324bf4d8de9c6e7d817de3d8e159a1f798fb77996bcc6e755a0c444958391bb65989179f9ed06891074bbd0f3b5087
+DIST aufs-sources-3.18.25+_p20160822.tar.xz 171116 SHA256 
824a1ef783c4091c20e80b478aef8d75bca5c85db79eaa15cdf7fea00416d916 SHA512 
045c48c4c4935c22637c39540fc89bfa8ead69b2993c9d258a88466860c4227b99e4dc75234ec2402bdee0119d2554129cd76719423d01ed5a4d74768dee0347
 WHIRLPOOL 
446cf17e62468e668b1f88cb1ba9901e8030b968b0ec5a4f76cc3b2921962fd3e3a550441ce65cbf4d13152ee08d27640ca9ae5cddd287a1d416f665ac46ebe7
 DIST aufs-sources-4.4_p20160328.tar.xz 169384 SHA256 
0e9b22ab0b36ef88ee464be70fdb1d22081dd34a4b5891d1b236056141267793 SHA512 
bc055618c54ff5a7fb209458ca55b92fdb9c59044a7c395297e7b9340d0de3ff2e9d8230886dbbbfa503fb1e1ea2f048142a9b6983c1d65f09c348d71caecb1c
 WHIRLPOOL 
0f4befa1bb71b9f8deec1dd0750100484745d1a6b7aa007dce890e24b77defd2aff48803e93f3d7eeda1f32d0132d75abdc2820869c080f7b4e75d7a8e370404
-DIST aufs-sources-4.4_p20160627.tar.xz 169684 SHA256 
ba23c870c2132922629012ffd697ce8ee7c0937f711192471874e7a6b4c66fb4 SHA512 
f4b429de2e3df7e482c3df917633ed638cfa8fe31e9410af8c0d3dc40265a45f198b25368b904320248caa89a1e9cd869abab1be1d0f17eeec5b57ef50b3
 WHIRLPOOL 
f39de6d8babb28fea0b29c88c6a0e52006ce499412ea29d29ad51a7db1ea2c402514593ec6f5acce2cc6a9014b2972b1b0a9f71edb8707f8bd1d8d79423d6596
-DIST aufs-sources-4.4_p20160801.tar.xz 170812 SHA256 
6633f46e69ada7bdc21eebdc9868889e482166b4fef99da73a673c40fcd1c0e0 SHA512 
8c741c3d775352ebbe097687cc38f7140ac192dd5f1b6782aa7e111c8bddbd5f1a908b8a1e50db19efe8e188dc2be4923c95c7a8d985cdc6d3863a3d9863e64a
 WHIRLPOOL 
5f051dfea653b9c2f4b6f1ed7f55e36ebe336858100b9f161c7ba5c5382bc65550db29a4dd335fcf1a9b64d1bc14f6e58e24cda79a5e42958b095cce92e10b87
-DIST aufs-sources-4.4_p20160815.tar.xz 170720 SHA256 
52b37ccc0f2966c244de5d7d4cb0b86b72e667ebf02658257ad0ec3970f09b98 SHA512 
777b6f2dad6b23b6ffca04a86817b2b09988fa245ed05b0ddcc0bfb08e597aac1d8a9679b154d5423487e8f8e4ef305a338186f6278cf3e46bc78f7cc8e4a1d6
 WHIRLPOOL 
9b82b5221f958a1e63459f48fcb0df668239f21dc6126b68d70e85612fd190b3e3abf2df025753bec63ee55cfbd266bf47226b77ec900053c02dfb92977640c6
-DIST aufs-sources-4.6_p20160627.tar.xz 169172 SHA256 
9af36ceb3a249d5cfa6cb7e2886819e93d3f0e7f0d2e205ed175021fe18068f9 SHA512 
b0b81afd408ba2c72767029d657f098545219098ba7ad59cf0a8a7306daa67232e2

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

2016-09-10 Thread Mike Gilbert
commit: 9c73f831f4115145251bbf099b16cd49da2e971f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 10 13:49:28 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 10 13:49:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c73f831

www-client/chromium: enable gnome and gnome-keyring by default

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

Package-Manager: portage-2.3.0_p24

 www-client/chromium/chromium-54.0.2840.16.ebuild | 2 +-
 www-client/chromium/chromium-55.0.2853.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/chromium-54.0.2840.16.ebuild 
b/www-client/chromium/chromium-54.0.2840.16.ebuild
index fc7f8e0..981b866 100644
--- a/www-client/chromium/chromium-54.0.2840.16.ebuild
+++ b/www-client/chromium/chromium-54.0.2840.16.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
+IUSE="cups +gn +gnome +gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 REQUIRED_USE="gn? ( gnome gnome-keyring )"

diff --git a/www-client/chromium/chromium-55.0.2853.0.ebuild 
b/www-client/chromium/chromium-55.0.2853.0.ebuild
index 18bce18..dfc6636 100644
--- a/www-client/chromium/chromium-55.0.2853.0.ebuild
+++ b/www-client/chromium/chromium-55.0.2853.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
+IUSE="cups +gn +gnome +gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
 REQUIRED_USE="gn? ( gnome gnome-keyring )"



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

2016-09-10 Thread Matthias Maier
commit: ba313b756eb1d6903c621702778204aa515c7618
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 10 13:56:30 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Sep 10 13:57:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba313b75

net-misc/spice-gtk: Call addpredict in appropriate functions, bug #593388

Package-Manager: portage-2.2.28

 net-misc/spice-gtk/spice-gtk-0.31.ebuild| 19 +++
 net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild | 18 ++
 net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild | 18 ++
 net-misc/spice-gtk/spice-gtk-.ebuild| 18 ++
 4 files changed, 57 insertions(+), 16 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
index 3682e02..cfec48e 100644
--- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
@@ -85,10 +85,6 @@ DEPEND="${RDEPEND}
 # dev-lang/vala:0.14
 # dev-lang/perl
 
-# Prevent sandbox violations, bug #581836
-# https://bugzilla.gnome.org/show_bug.cgi?id=581836
-addpredict /dev
-
 src_prepare() {
epatch "${FILESDIR}"/${P}-x11-libs.patch
epatch_user
@@ -99,6 +95,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # Prevent sandbox violations, bug #581836
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
local myconf
local audio="no"
 
@@ -148,10 +149,20 @@ src_configure() {
 }
 
 src_compile() {
+   # Prevent sandbox violations, bug #581836
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
multibuild_foreach_variant run_in_build_dir default
 }
 
 src_test() {
+   # Prevent sandbox violations, bug #581836
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
multibuild_foreach_variant run_in_build_dir default
 }
 

diff --git a/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
index 0fac346..3c026b1 100644
--- a/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild
@@ -75,10 +75,6 @@ DEPEND="${RDEPEND}
 # dev-lang/vala:0.14
 # dev-lang/perl
 
-# Prevent sandbox violations, bug #581836
-# https://bugzilla.gnome.org/show_bug.cgi?id=581836
-addpredict /dev
-
 src_prepare() {
epatch "${FILESDIR}"/${P}-x11-libs.patch
epatch_user
@@ -89,6 +85,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # Prevent sandbox violations, bug #581836
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
local myconf
 
if use vala ; then
@@ -121,6 +122,15 @@ src_configure() {
econf ${myconf}
 }
 
+src_compile() {
+   # Prevent sandbox violations, bug #581836
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
+   default
+}
+
 src_install() {
default
 

diff --git a/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild
index ea87c5a..7477ddf 100644
--- a/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild
@@ -79,10 +79,6 @@ DEPEND="${RDEPEND}
 # dev-lang/vala:0.14
 # dev-lang/perl
 
-# Prevent sandbox violations, bug #581836
-# https://bugzilla.gnome.org/show_bug.cgi?id=581836
-addpredict /dev
-
 src_prepare() {
epatch "${FILESDIR}"/${P}-x11-libs.patch
epatch_user
@@ -93,6 +89,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # Prevent sandbox violations, bug #581836
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
local myconf
 
if use vala ; then
@@ -125,6 +126,15 @@ src_configure() {
econf ${myconf}
 }
 
+src_compile() {
+   # Prevent sandbox violations, bug #581836
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
+   default
+}
+
 src_install() {
default
 

diff --git a/net-misc/spice-gtk/spice-gtk-.ebuild 
b/net-misc/spice-gtk/spice-gtk-.ebuild
index 0fd61c8..1770909 100644
--- a/net-misc/spice-gtk/spice-gtk-.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-.ebuild
@@ -78,10 +78,6 @@ DEPEND="${RDEPEND}
 # dev-lang/vala:0.14
 # dev-lang/perl
 
-# Prevent sandbox violations, bug #581836
-# https://bugzilla.gnome.org/show_bug.cgi?id=581836
-addpredict /dev
-
 src_prepare() {
epatch_user
 
@@ -91,6 +87,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # Prevent sandbox violati

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

2016-09-10 Thread Matthias Maier
commit: b25d9e9322b63018bccc65165b30b9ae57628a89
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 10 13:51:14 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Sep 10 13:57:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25d9e93

app-emulation/spice: Call addpredict in appropriate function, bug #593388

Package-Manager: portage-2.2.28

 app-emulation/spice/spice-0.12.7-r1.ebuild | 18 ++
 app-emulation/spice/spice-0.13.1-r2.ebuild | 18 ++
 app-emulation/spice/spice-0.13.2.ebuild| 18 ++
 app-emulation/spice/spice-.ebuild  | 18 ++
 4 files changed, 56 insertions(+), 16 deletions(-)

diff --git a/app-emulation/spice/spice-0.12.7-r1.ebuild 
b/app-emulation/spice/spice-0.12.7-r1.ebuild
index cecdd6e..568e3cc 100644
--- a/app-emulation/spice/spice-0.12.7-r1.ebuild
+++ b/app-emulation/spice/spice-0.12.7-r1.ebuild
@@ -39,10 +39,6 @@ DEPEND="
smartcard? ( app-emulation/qemu[smartcard] )
${RDEPEND}"
 
-# Prevent sandbox violations, bug #586560
-# https://bugzilla.gnome.org/show_bug.cgi?id=581836
-addpredict /dev
-
 python_check_deps() {
has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
has_version "dev-python/six[${PYTHON_USEDEP}]"
@@ -67,6 +63,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # Prevent sandbox violations, bug #586560
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
econf \
$(use_enable static-libs static) \
$(use_with sasl) \
@@ -74,6 +75,15 @@ src_configure() {
--disable-gui
 }
 
+src_compile() {
+   # Prevent sandbox violations, bug #586560
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
+   default
+}
+
 src_install() {
default
use static-libs || prune_libtool_files

diff --git a/app-emulation/spice/spice-0.13.1-r2.ebuild 
b/app-emulation/spice/spice-0.13.1-r2.ebuild
index 80cf44a..0a94378 100644
--- a/app-emulation/spice/spice-0.13.1-r2.ebuild
+++ b/app-emulation/spice/spice-0.13.1-r2.ebuild
@@ -41,10 +41,6 @@ DEPEND="
smartcard? ( app-emulation/qemu[smartcard] )
${RDEPEND}"
 
-# Prevent sandbox violations, bug #586560
-# https://bugzilla.gnome.org/show_bug.cgi?id=581836
-addpredict /dev
-
 python_check_deps() {
has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
has_version "dev-python/six[${PYTHON_USEDEP}]"
@@ -68,6 +64,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # Prevent sandbox violations, bug #586560
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
econf \
$(use_enable static-libs static) \
$(use_enable lz4) \
@@ -76,6 +77,15 @@ src_configure() {
--disable-gui
 }
 
+src_compile() {
+   # Prevent sandbox violations, bug #586560
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
+   default
+}
+
 src_install() {
default
use static-libs || prune_libtool_files

diff --git a/app-emulation/spice/spice-0.13.2.ebuild 
b/app-emulation/spice/spice-0.13.2.ebuild
index 0b41187..6c589d9 100644
--- a/app-emulation/spice/spice-0.13.2.ebuild
+++ b/app-emulation/spice/spice-0.13.2.ebuild
@@ -42,10 +42,6 @@ DEPEND="
smartcard? ( app-emulation/qemu[smartcard] )
${RDEPEND}"
 
-# Prevent sandbox violations, bug #586560
-# https://bugzilla.gnome.org/show_bug.cgi?id=581836
-addpredict /dev
-
 python_check_deps() {
has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
has_version "dev-python/six[${PYTHON_USEDEP}]"
@@ -58,6 +54,11 @@ pkg_setup() {
 # maintainer notes:
 # * opengl support is currently broken
 src_configure() {
+   # Prevent sandbox violations, bug #586560
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
local myconf="
$(use_enable static-libs static)
$(use_enable lz4)
@@ -70,6 +71,15 @@ src_configure() {
econf ${myconf}
 }
 
+src_compile() {
+   # Prevent sandbox violations, bug #586560
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   addpredict /dev
+
+   default
+}
+
 src_install() {
default
use static-libs || prune_libtool_files

diff --git a/app-emulation/spice/spice-.ebuild 
b/app-emulation/spice/spice-.ebuild
index a5f3f7f..03da5f1 100644
--- a/app-emulation/spice/spice-.ebuild
+++ b/app-emulation/spice/spice-.

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

2016-09-10 Thread Mike Gilbert
commit: 115041505b9b6b2c5902e385bf0726e8e3d47575
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Mon Sep  5 13:23:33 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 10 14:01:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11504150

dev-lang/python: Fix cross-compilation support for 3.4.5

Gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=590530
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2247

 dev-lang/python/files/python-3.4.5-cross.patch | 11 +++
 dev-lang/python/python-3.4.5.ebuild|  1 +
 2 files changed, 12 insertions(+)

diff --git a/dev-lang/python/files/python-3.4.5-cross.patch 
b/dev-lang/python/files/python-3.4.5-cross.patch
new file mode 100644
index ..7a016ff
--- /dev/null
+++ b/dev-lang/python/files/python-3.4.5-cross.patch
@@ -0,0 +1,11 @@
+--- a/Lib/distutils/command/build_ext.py
 b/Lib/distutils/command/build_ext.py
+@@ -729,7 +729,7 @@
+ if sysconfig.get_config_var('Py_ENABLE_SHARED'):
+ pythonlib = 'python{}.{}{}'.format(
+ sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff,
+-sys.abiflags)
++sysconfig.get_config_var('ABIFLAGS'))
+ return ext.libraries + [pythonlib]
+ else:
+ return ext.libraries

diff --git a/dev-lang/python/python-3.4.5.ebuild 
b/dev-lang/python/python-3.4.5.ebuild
index b26c787..11359e7 100644
--- a/dev-lang/python/python-3.4.5.ebuild
+++ b/dev-lang/python/python-3.4.5.ebuild
@@ -72,6 +72,7 @@ src_prepare() {
 
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch"
+   epatch "${FILESDIR}/${PN}-3.4.5-cross.patch"
 
epatch_user
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-apple/

2016-09-10 Thread Fabian Groffen
commit: b3b0bbd4951104df59743d3b3622f6be39d71a42
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 14:04:45 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 14:08:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b0bbd4

sys-devel/gcc-apple: remove cross-compile SLOT magic once copied from 
gcc/toolchain.eclass, bug #593392

Package-Manager: portage-2.2.28

 sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild| 10 ++
 sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild| 10 ++
 sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r1.ebuild | 10 ++
 sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild | 10 ++
 4 files changed, 8 insertions(+), 32 deletions(-)

diff --git a/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild 
b/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild
index ffbf68a..2820073 100644
--- a/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild
+++ b/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,14 +13,8 @@ HOMEPAGE="https://gcc.gnu.org";
 
SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-${APPLE_VERS}.tar.gz";
 LICENSE="APSL-2 GPL-2"
 
-if is_crosscompile; then
-   SLOT="${CTARGET}-40"
-else
-   SLOT="40"
-fi
-
+SLOT="40"
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
-
 IUSE="nls objc objc++ +cxx"
 
 RDEPEND=">=sys-libs/zlib-1.1.4

diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild 
b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild
index bb02942..818bc37 100644
--- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild
+++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,14 +27,8 @@ case ${CHOST} in
;;
 esac
 
-if is_crosscompile; then
-   SLOT="${CTARGET}-42"
-else
-   SLOT="42"
-fi
-
+SLOT="42"
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
-
 IUSE="fortran nls +openmp objc objc++ +cxx"
 
 RDEPEND=">=sys-libs/zlib-1.1.4

diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r1.ebuild 
b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r1.ebuild
index 0939af4..aca327a 100644
--- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r1.ebuild
+++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-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$
 
@@ -27,14 +27,8 @@ case ${CHOST} in
;;
 esac
 
-if is_crosscompile; then
-   SLOT="${CTARGET}-42"
-else
-   SLOT="42"
-fi
-
+SLOT="42"
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
-
 IUSE="fortran nls +openmp objc objc++ +cxx"
 
 RDEPEND=">=sys-libs/zlib-1.1.4

diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild 
b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild
index 9d1eef4..1f088b9 100644
--- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild
+++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.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,14 +27,8 @@ case ${CHOST} in
;;
 esac
 
-if is_crosscompile; then
-   SLOT="${CTARGET}-42"
-else
-   SLOT="42"
-fi
-
+SLOT="42"
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
-
 IUSE="fortran nls +openmp objc objc++ +cxx"
 
 RDEPEND=">=sys-libs/zlib-1.1.4



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-apple/

2016-09-10 Thread Fabian Groffen
commit: 8ac25df019a480ca19dc0913ba7810148eb5a221
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 14:07:57 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 14:08:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac25df0

sys-devel/binutils-apple: remove cross-compile SLOT magic once copied from 
binutils/toolchain.eclass, bug #593392

Package-Manager: portage-2.2.28

 sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild | 6 +-
 sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild | 6 +-
 sys-devel/binutils-apple/binutils-apple-6.1-r1.ebuild | 6 +-
 sys-devel/binutils-apple/binutils-apple-6.3-r1.ebuild | 6 +-
 sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild | 6 +-
 sys-devel/binutils-apple/binutils-apple-7.0.ebuild| 6 +-
 sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild | 6 +-
 sys-devel/binutils-apple/binutils-apple-7.1.ebuild| 6 +-
 sys-devel/binutils-apple/binutils-apple-7.2-r1.ebuild | 6 +-
 sys-devel/binutils-apple/binutils-apple-7.2.ebuild| 6 +-
 sys-devel/binutils-apple/binutils-apple-7.3.1.ebuild  | 6 +-
 sys-devel/binutils-apple/binutils-apple-7.3.ebuild| 6 +-
 12 files changed, 12 insertions(+), 60 deletions(-)

diff --git a/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild 
b/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild
index 15692ec..7fc3013 100644
--- a/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild
@@ -40,11 +40,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
-if is_cross ; then
-   SLOT="${CTARGET}-4"
-else
-   SLOT="4"
-fi
+SLOT="4"
 
 LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
 INCPATH=${LIBPATH}/include

diff --git a/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild 
b/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild
index 9e3d115..58c2d4e 100644
--- a/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild
@@ -41,11 +41,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
-if is_cross ; then
-   SLOT="${CTARGET}-5"
-else
-   SLOT="5"
-fi
+SLOT="5"
 
 LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
 INCPATH=${LIBPATH}/include

diff --git a/sys-devel/binutils-apple/binutils-apple-6.1-r1.ebuild 
b/sys-devel/binutils-apple/binutils-apple-6.1-r1.ebuild
index b85a90c..99e5309 100644
--- a/sys-devel/binutils-apple/binutils-apple-6.1-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-6.1-r1.ebuild
@@ -42,11 +42,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
-if is_cross ; then
-   SLOT="${CTARGET}-6"
-else
-   SLOT="6"
-fi
+SLOT="6"
 
 LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
 INCPATH=${LIBPATH}/include

diff --git a/sys-devel/binutils-apple/binutils-apple-6.3-r1.ebuild 
b/sys-devel/binutils-apple/binutils-apple-6.3-r1.ebuild
index 75fdff2..da9d320 100644
--- a/sys-devel/binutils-apple/binutils-apple-6.3-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-6.3-r1.ebuild
@@ -43,11 +43,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
-if is_cross ; then
-   SLOT="${CTARGET}-6"
-else
-   SLOT="6"
-fi
+SLOT="6"
 
 LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
 INCPATH=${LIBPATH}/include

diff --git a/sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild 
b/sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild
index 017df46..dfa6214 100644
--- a/sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild
@@ -47,11 +47,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
-if is_cross ; then
-   SLOT="${CTARGET}-7"
-else
-   SLOT="7"
-fi
+SLOT="7"
 
 LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
 INCPATH=${LIBPATH}/include

diff --git a/sys-devel/binutils-apple/binutils-apple-7.0.ebuild 
b/sys-devel/binutils-apple/binutils-apple-7.0.ebuild
index 0cd3df8..0227bb2 100644
--- a/sys-devel/binutils-apple/binutils-apple-7.0.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-7.0.ebuild
@@ -52,11 +52,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
-if is_cross ; then
-   SLOT="${CTARGET}-7"
-else
-   SLOT="7"
-fi
+SLOT="7"
 
 LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
 INCPATH=${LIBPATH}/include

diff --git a/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild 
b/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild
index a56e1b0..82bc725 100644
--- a/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-7.1-r1.ebuild
@@ -47,11 +47,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
 
-if i

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

2016-09-10 Thread Mike Gilbert
commit: 8abc915bc04cb98900c31e804a8c82ba28c1ea34
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 10 14:35:45 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 10 14:36:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abc915b

profiles: forcably enable gnome/gnome-keyring for chromium

 profiles/base/package.use.force | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 1189166..f8dce28 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -4,7 +4,7 @@
 
 # Pawel Hajdan jr  (20 Aug 2016)
 # Chromium GYP build is no longer supported - always use GN.
->=www-client/chromium-54 gn
+>=www-client/chromium-54 gn gnome gnome-keyring
 
 # Michael Palimaka  (27 Jul 2016)
 # Reverse dependencies need to be fully investigated yet



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-apple/

2016-09-10 Thread Fabian Groffen
commit: 49925c0dd0a4ab8599c955244cee2d0764cc08e9
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 14:38:28 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 14:40:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49925c0d

sys-devel/binutils-apple: bump to EAPI=5 and remove all conditional code from 
global scope, bug #593392

Package-Manager: portage-2.2.28

 .../binutils-apple/binutils-apple-4.3-r2.ebuild| 37 +++---
 .../binutils-apple/binutils-apple-5.1-r1.ebuild| 37 +++---
 .../binutils-apple/binutils-apple-6.1-r1.ebuild| 37 +++---
 .../binutils-apple/binutils-apple-6.3-r1.ebuild| 35 ++--
 .../binutils-apple/binutils-apple-7.0-r1.ebuild| 35 ++--
 sys-devel/binutils-apple/binutils-apple-7.0.ebuild | 35 ++--
 .../binutils-apple/binutils-apple-7.1-r1.ebuild| 35 ++--
 sys-devel/binutils-apple/binutils-apple-7.1.ebuild | 35 ++--
 .../binutils-apple/binutils-apple-7.2-r1.ebuild| 35 ++--
 sys-devel/binutils-apple/binutils-apple-7.2.ebuild | 35 ++--
 .../binutils-apple/binutils-apple-7.3.1.ebuild | 35 ++--
 sys-devel/binutils-apple/binutils-apple-7.3.ebuild | 35 ++--
 12 files changed, 219 insertions(+), 207 deletions(-)

diff --git a/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild 
b/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild
index 7fc3013..a03dbc3 100644
--- a/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-4.3-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI="5"
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -32,27 +32,12 @@ DEPEND="${RDEPEND}
test? ( >=dev-lang/perl-5.8.8 )
|| ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )"
 
-export CTARGET=${CTARGET:-${CHOST}}
-if [[ ${CTARGET} == ${CHOST} ]] ; then
-   if [[ ${CATEGORY} == cross-* ]] ; then
-   export CTARGET=${CATEGORY#cross-}
-   fi
-fi
-is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
-
 SLOT="4"
 
-LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
-INCPATH=${LIBPATH}/include
-DATAPATH=/usr/share/binutils-data/${CTARGET}/${PV}
-if is_cross ; then
-   BINPATH=/usr/${CHOST}/${CTARGET}/binutils-bin/${PV}
-else
-   BINPATH=/usr/${CTARGET}/binutils-bin/${PV}
-fi
-
 S=${WORKDIR}
 
+is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
+
 src_prepare() {
if use multitarget ; then
ewarn "You have enabled support for non-standard target 
architectures"
@@ -185,6 +170,22 @@ src_configure() {
ENABLE_LTO=0
use lto && ENABLE_LTO=1
 
+   export CTARGET=${CTARGET:-${CHOST}}
+   if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+   fi
+
+   LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
+   INCPATH=${LIBPATH}/include
+   DATAPATH=/usr/share/binutils-data/${CTARGET}/${PV}
+   if is_cross ; then
+   BINPATH=/usr/${CHOST}/${CTARGET}/binutils-bin/${PV}
+   else
+   BINPATH=/usr/${CTARGET}/binutils-bin/${PV}
+   fi
+
# CPPFLAGS only affects ld64, cctools don't use 'em (which currently is
# what we want)
append-cppflags -DNDEBUG

diff --git a/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild 
b/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild
index 58c2d4e..682f644 100644
--- a/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild
+++ b/sys-devel/binutils-apple/binutils-apple-5.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI="5"
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -33,27 +33,12 @@ DEPEND="${RDEPEND}
|| ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )
libcxx? ( sys-devel/llvm )"
 
-export CTARGET=${CTARGET:-${CHOST}}
-if [[ ${CTARGET} == ${CHOST} ]] ; then
-   if [[ ${CATEGORY} == cross-* ]] ; then
-   export CTARGET=${CATEGORY#cross-}
-   fi
-fi
-is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
-
 SLOT="5"
 
-LIBPATH=/usr/$(get_libdir)/binutils/${CTARGET}/${PV}
-INCPATH=${LIBPATH}/include
-DATAPATH=/usr/share/binutils-data/${CTARGET}/${PV}
-if is_cross ; then
-   BINPATH=/usr/${CHOST}/${CTARGET}/binutils-bin/${PV}
-else
-   BINPATH=/usr/${CTARGET}/binutils-bin/${PV}
-fi
-
 S=${WORKDIR}
 
+is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
+
 src_prepare() {
if use multitarget ; then
ewarn "You have enabled support for non-standard target 
architectures"
@@ -197,6 +182,22 @@ src_configure() {
ENABLE_LTO=0
use lto && ENABLE_LTO=1
 
+   export CTARGET=${CTARGET:-${CHOST}}
+   if [[ 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-apple/

2016-09-10 Thread Fabian Groffen
commit: 0a332ebfc381b406c308baa37cde8e4b9e7573c7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 14:27:25 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 14:40:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a332ebf

sys-devel/gcc-apple: bump to EAPI=5 and remove all conditional code from global 
scope, bug #593392

Package-Manager: portage-2.2.28

 sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild   | 18 +-
 sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild   | 39 +++---
 .../gcc-apple/gcc-apple-4.2.1_p5666-r1.ebuild  | 39 +++---
 .../gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild  | 39 +++---
 4 files changed, 66 insertions(+), 69 deletions(-)

diff --git a/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild 
b/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild
index 2820073..fb49629 100644
--- a/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild
+++ b/sys-devel/gcc-apple/gcc-apple-4.0.1_p5493.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI="5"
 
 inherit eutils toolchain prefix
 
@@ -30,14 +30,6 @@ S=${WORKDIR}/gcc-${APPLE_VERS}
 # TPREFIX is the prefix of the CTARGET installation
 export TPREFIX=${TPREFIX:-${EPREFIX}}
 
-LIBPATH=${EPREFIX}/usr/lib/gcc/${CTARGET}/${GCC_VERS}
-if is_crosscompile ; then
-   BINPATH=${EPREFIX}/usr/${CHOST}/${CTARGET}/gcc-bin/${GCC_VERS}
-else
-   BINPATH=${EPREFIX}/usr/${CTARGET}/gcc-bin/${GCC_VERS}
-fi
-STDCXX_INCDIR=${LIBPATH}/include/g++-v${GCC_VERS/\.*/}
-
 src_unpack() {
# override toolchain.eclass func
unpack ${A}
@@ -68,6 +60,14 @@ src_configure() {
use objc && langs="${langs},objc"
use objc++ && langs="${langs/,objc/},objc,obj-c++" # need objc with 
objc++
 
+   LIBPATH=${EPREFIX}/usr/lib/gcc/${CTARGET}/${GCC_VERS}
+   if is_crosscompile ; then
+   BINPATH=${EPREFIX}/usr/${CHOST}/${CTARGET}/gcc-bin/${GCC_VERS}
+   else
+   BINPATH=${EPREFIX}/usr/${CTARGET}/gcc-bin/${GCC_VERS}
+   fi
+   STDCXX_INCDIR=${LIBPATH}/include/g++-v${GCC_VERS/\.*/}
+
local myconf="${myconf} \
--prefix=${EPREFIX}/usr \
--bindir=${BINPATH} \

diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild 
b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild
index 818bc37..aaf9307 100644
--- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild
+++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5664.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI="5"
 
 inherit eutils toolchain flag-o-matic autotools prefix
 
@@ -16,17 +16,6 @@ 
SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-${APPLE
fortran? ( mirror://gnu/gcc/gcc-4.2.4/gcc-fortran-4.2.4.tar.bz2 
)"
 LICENSE="GPL-2 GPL-3"
 
-case ${CHOST} in
-   *-darwin1*|i?86-*-darwin9|powerpc-*-darwin9)
-   LIBSTDCXX_APPLE_VERSION=39
-   ;;
-   *)
-   # pre Leopard has no dtrace, which is required by 37.11 and 
above
-   # Leopard only has 32-bits version of dtrace
-   LIBSTDCXX_APPLE_VERSION=16
-   ;;
-esac
-
 SLOT="42"
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
 IUSE="fortran nls +openmp objc objc++ +cxx"
@@ -50,14 +39,6 @@ S=${WORKDIR}/gcc-${APPLE_VERS}
 # TPREFIX is the prefix of the CTARGET installation
 export TPREFIX=${TPREFIX:-${EPREFIX}}
 
-LIBPATH=${EPREFIX}/usr/lib/gcc/${CTARGET}/${GCC_VERS}
-if is_crosscompile ; then
-   BINPATH=${EPREFIX}/usr/${CHOST}/${CTARGET}/gcc-bin/${GCC_VERS}
-else
-   BINPATH=${EPREFIX}/usr/${CTARGET}/gcc-bin/${GCC_VERS}
-fi
-STDCXX_INCDIR=${LIBPATH}/include/g++-v${GCC_VERS/\.*/}
-
 src_unpack() {
# override toolchain.eclass func
unpack ${A}
@@ -73,6 +54,16 @@ src_prepare() {
fi
 
# move in libstdc++
+   case ${CHOST} in
+   *-darwin1*|i?86-*-darwin9|powerpc-*-darwin9)
+   LIBSTDCXX_APPLE_VERSION=39
+   ;;
+   *)
+   # pre Leopard has no dtrace, which is required by 37.11 
and above
+   # Leopard only has 32-bits version of dtrace
+   LIBSTDCXX_APPLE_VERSION=16
+   ;;
+   esac
mv 
"${WORKDIR}"/libstdcxx-${LIBSTDCXX_APPLE_VERSION}/libstdcxx/libstdc++-v3 .
if [[ ${LIBSTDCXX_APPLE_VERSION} == 16 ]] ; then
epatch "${FILESDIR}"/libstdc++-${LIBSTDCXX_APPLE_VERSION}.patch 
# does it apply on 37?
@@ -140,6 +131,14 @@ src_configure() {
use objc++ && langs="${langs/,objc/},objc,obj-c++" # need objc with 
objc++
use fortran && langs="${langs},fortran"
 
+   LIBPATH=${EPREFIX}/usr/lib/gcc/${CTARGET}/${GCC_VERS}
+   if is_crosscompile ; then
+   BINPATH=${EPREFIX}/usr/${CHOST}/${CTARGET}/gcc-bin/${GCC_VERS}
+   el

[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/, mail-filter/rspamd/files/

2016-09-10 Thread Dirkjan Ochtman
commit: 052b6bbf6cde1d2808849fffb459c675957dc217
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 10 14:55:44 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 10 14:55:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052b6bbf

mail-filter/rspamd: version bump to 1.3.5 (fixes bug 593020, bug 592966)

Package-Manager: portage-2.2.28

 mail-filter/rspamd/Manifest |  1 +
 mail-filter/rspamd/files/rspamd.init-r2 | 50 
 mail-filter/rspamd/metadata.xml |  3 ++
 mail-filter/rspamd/rspamd-1.3.5.ebuild  | 68 +
 4 files changed, 122 insertions(+)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index 6c15fef..dd9f39d 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -2,3 +2,4 @@ DIST rspamd-1.2.8.tar.xz 1423888 SHA256 
485438d8c38ada1a6e95c9ea1298d2c899d4ec61
 DIST rspamd-1.3.2.tar.xz 1476656 SHA256 
283227d8f38fcc4c5d4b913996b52f55370c5445ec6f8dbb550aec2bb2d46c2a SHA512 
75a5526852cbd60e0b8f06f9b722a686f3ef59ae2a0f132018465fb9d104ca847d71a5e38343b288149ebc5ba9b4f749ba72551568e338e6509c5d2ac13bd061
 WHIRLPOOL 
82749f3f2afd3cf3289a6b4862220d2a04d84e0bd59079daa24427b34a754300f8cf0d5e7eea52cba7090cc2c07e005573bd481573f89e1bff59f741889a1ef7
 DIST rspamd-1.3.3.tar.xz 1481836 SHA256 
1296d3d0d97226e238c5d5954f58f2154bcbde4ba3ed45647b6b75da7a2e2b17 SHA512 
9a1be238678bd9379000d2a7298308f7286ee4b8f1abb8c4f199d16a57183f91d29533533ceda244c382180cbdeb5e16c9b473899d3f0b813c8ea8519f8a7833
 WHIRLPOOL 
84d521746dc4a17648c82e11df56e3931dc37db413569f46bf8e2163c64b89c23700ee3567f4002863c624180b7efc8781b01d842060e7dc0f678e2ec8712709
 DIST rspamd-1.3.4.tar.xz 1484632 SHA256 
64fcabb3dc6767b5dc22c89f968414d1028f34ab8a21e1b22482aace069d527c SHA512 
41a3aa9b699ca1e40d229ebc9c3fd41ef07ad99b0badda44481fe4ff300369352f58379fa47013f96d98b08430a3c7bea0d97cab4a7e6db17a9084b082d6
 WHIRLPOOL 
ab5a25d673423e15ae77c704345307a555edcfad502d951da46ece04ef220baab056c80acdf898fa4e3748b644a41e9b9ee64b7c1bebbc5e514be5c0310d
+DIST rspamd-1.3.5.tar.xz 1483044 SHA256 
d4413ccfc238c3023e2b8a9441b101a6437f521f333fc9db2dd924d473fee696 SHA512 
6d7223c6be6e49296a5228d3d05a5f8dfd4a4002df9d247740bce75f2f652a01d86c30456b8475d08d529d2787aa30191713961ffc82c380c00612cae371b61c
 WHIRLPOOL 
4017484d4653a23b5a987ab0bdd40a709cd5d116dea5c02a767c5cad94bd5399d6319aa8f75e726cec5d0bd7ae9e0722786cacc33963e2f9b8fbdd0fb0986729

diff --git a/mail-filter/rspamd/files/rspamd.init-r2 
b/mail-filter/rspamd/files/rspamd.init-r2
new file mode 100644
index ..bf6f9ca
--- /dev/null
+++ b/mail-filter/rspamd/files/rspamd.init-r2
@@ -0,0 +1,50 @@
+#!/sbin/openrc-run
+# Copyright 2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+extra_commands="checkconfig"
+extra_started_commands="reload"
+
+RUNDIR=/var/run/rspamd
+PIDFILE=$RUNDIR/rspamd.pid
+
+depend() {
+   need net
+}
+
+checkconfig() {
+   /usr/bin/rspamadm configtest -c /etc/rspamd/rspamd.sysvinit.conf > 
/dev/null \
+   || return 1
+}
+
+start() {
+   checkconfig || return 1
+   ebegin "Starting ${SVCNAME}"
+
+   mkdir -m0750 -p $RUNDIR
+   chown rspamd:rspamd $RUNDIR
+   chmod g+s $RUNDIR
+   rm -f $RUNDIR/$SVCNAME.sock
+
+   start-stop-daemon --start --quiet --pidfile $PIDFILE -u rspamd -g 
rspamd \
+   --exec /usr/bin/rspamd
+   eend $?
+}
+
+stop() {
+   if [ "${RC_CMD}" = "restart" ] ; then
+   checkconfig || return 1
+   fi
+
+   ebegin "Stopping ${SVCNAME}"
+   start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
$PIDFILE \
+   --exec /usr/bin/rspamd
+   eend $?
+}
+
+reload() {
+   checkconfig || return 1
+   ebegin "Reloading ${SVCNAME}"
+   start-stop-daemon --stop --signal HUP --quiet --pidfile $PIDFILE
+   eend $?
+}

diff --git a/mail-filter/rspamd/metadata.xml b/mail-filter/rspamd/metadata.xml
index 99b5040..aee0fd2 100644
--- a/mail-filter/rspamd/metadata.xml
+++ b/mail-filter/rspamd/metadata.xml
@@ -8,4 +8,7 @@
   
 vstakhov/rspamd
   
+  
+Enable neural network plugin (requires 
sci-mathematics/fann).
+  
 

diff --git a/mail-filter/rspamd/rspamd-1.3.5.ebuild 
b/mail-filter/rspamd/rspamd-1.3.5.ebuild
new file mode 100644
index ..5179365
--- /dev/null
+++ b/mail-filter/rspamd/rspamd-1.3.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils user systemd
+
+DESCRIPTION="Rapid spam filtering system"
+SRC_URI="https://rspamd.com/downloads/${P}.tar.xz";
+HOMEPAGE="https://github.com/vstakhov/rspamd";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="fann +jit"
+
+RDEPEND="dev-libs/openssl:0[-bindist]
+   fann? ( sci

[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/files/, sys-devel/llvm/, sys-devel/llvm/files/3.4.2/, ...

2016-09-10 Thread Fabian Groffen
commit: 2a73d6a0d8612d1d396b0bf436a0ed9d9affb25c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 15:20:26 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 15:20:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a73d6a0

sys-devel/llvm: fix patches for 3.4.2

Package-Manager: portage-2.2.28

 .../clang/darwin_build_fix.patch}|  0
 .../clang/gentoo-install.patch}  |  0
 .../clang/gentoo-runtime-gcc-detection-v3.patch} |  0
 .../gentoo-install.patch}|  0
 sys-devel/llvm/llvm-3.4.2-r100.ebuild| 12 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-devel/llvm/files/clang-3.4-darwin_build_fix.patch 
b/sys-devel/llvm/files/3.4.2/clang/darwin_build_fix.patch
similarity index 100%
rename from sys-devel/llvm/files/clang-3.4-darwin_build_fix.patch
rename to sys-devel/llvm/files/3.4.2/clang/darwin_build_fix.patch

diff --git a/sys-devel/llvm/files/clang-3.4-gentoo-install.patch 
b/sys-devel/llvm/files/3.4.2/clang/gentoo-install.patch
similarity index 100%
rename from sys-devel/llvm/files/clang-3.4-gentoo-install.patch
rename to sys-devel/llvm/files/3.4.2/clang/gentoo-install.patch

diff --git 
a/sys-devel/llvm/files/clang-3.1-gentoo-runtime-gcc-detection-v3.patch 
b/sys-devel/llvm/files/3.4.2/clang/gentoo-runtime-gcc-detection-v3.patch
similarity index 100%
rename from sys-devel/llvm/files/clang-3.1-gentoo-runtime-gcc-detection-v3.patch
rename to sys-devel/llvm/files/3.4.2/clang/gentoo-runtime-gcc-detection-v3.patch

diff --git a/sys-devel/llvm/files/llvm-3.4-gentoo-install.patch 
b/sys-devel/llvm/files/3.4.2/gentoo-install.patch
similarity index 100%
rename from sys-devel/llvm/files/llvm-3.4-gentoo-install.patch
rename to sys-devel/llvm/files/3.4.2/gentoo-install.patch

diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild 
b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
index 5e73596..0f5e951 100644
--- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
+++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
@@ -84,16 +84,16 @@ src_unpack() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
-   epatch "${FILESDIR}"/${PN}-3.4-gentoo-install.patch
+   epatch "${FILESDIR}"/3.6.2/nodoctargz.patch
+   epatch "${FILESDIR}"/3.4.2/gentoo-install.patch
 
if use clang; then
# Automatically select active system GCC's libraries, bugs 
#406163 and #417913
-   epatch 
"${FILESDIR}"/clang-3.1-gentoo-runtime-gcc-detection-v3.patch
+   epatch 
"${FILESDIR}"/3.4.2/clang/gentoo-runtime-gcc-detection-v3.patch
 
-   epatch "${FILESDIR}"/clang-3.4-gentoo-install.patch
-   epatch "${FILESDIR}"/clang-3.4-darwin_build_fix.patch
-   epatch "${FILESDIR}"/clang-3.4-darwin_prefix-include-paths.patch
+   epatch "${FILESDIR}"/3.4.2/clang/gentoo-install.patch
+   epatch "${FILESDIR}"/3.4.2/clang/darwin_build_fix.patch
+   epatch 
"${FILESDIR}"/3.9.0/clang/darwin_prefix-include-paths.patch
eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp
fi
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-extpack-oracle/

2016-09-10 Thread Lars Wendler
commit: a1321265c737dcfcf00fdf58f0283ce03da384f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 10 15:23:44 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 10 15:24:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1321265

app-emulation/virtualbox-extpack-oracle: Don't call get_libdir in global scope.

Gentoo bug #593430

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

 .../virtualbox-extpack-oracle-4.3.38.106717.ebuild| 4 ++--
 .../virtualbox-extpack-oracle-4.3.40.110317.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.38.106717.ebuild
 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.38.106717.ebuild
index 7c9e220..9bfa53b 100644
--- 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.38.106717.ebuild
+++ 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.38.106717.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils multilib versionator
 
@@ -32,7 +32,7 @@ RDEPEND="~app-emulation/virtualbox-${MAIN_PV}"
 
 S="${WORKDIR}"
 
-QA_PREBUILT="/usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}/.*"
+QA_PREBUILT="/usr/lib*/virtualbox/ExtensionPacks/${MY_PN}/.*"
 
 src_install() {
insinto /usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}

diff --git 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.40.110317.ebuild
 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.40.110317.ebuild
index 025a28a..945533b 100644
--- 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.40.110317.ebuild
+++ 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.40.110317.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils multilib versionator
 
@@ -32,7 +32,7 @@ RDEPEND="~app-emulation/virtualbox-${MAIN_PV}"
 
 S="${WORKDIR}"
 
-QA_PREBUILT="/usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}/.*"
+QA_PREBUILT="/usr/lib*/virtualbox/ExtensionPacks/${MY_PN}/.*"
 
 src_install() {
insinto /usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/crossover-bin/

2016-09-10 Thread Richard Yao
commit: 4c93afc8645c5164042034c2f9bf2715eddebcda
Author: Richard Yao  gentoo  org>
AuthorDate: Sat Sep 10 15:17:48 2016 +
Commit: Richard Yao  gentoo  org>
CommitDate: Sat Sep 10 15:24:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c93afc8

app-emulation/crossover: Bump to 15.2.0

Tested by exploring Crossover GUI and running Microsoft Word 2007. I
made a cursory effort to verify dependencies were up to date was made
and no changes were detected.

Package-Manager: portage-2.2.26
Reported-by: Emile de Weerd  gmail.com>
Signed-off-by: Richard Yao  gentoo.org>

 app-emulation/crossover-bin/Manifest   |   1 +
 .../crossover-bin/crossover-bin-15.2.0.ebuild  | 147 +
 2 files changed, 148 insertions(+)

diff --git a/app-emulation/crossover-bin/Manifest 
b/app-emulation/crossover-bin/Manifest
index 720bdfd..2a480d4 100644
--- a/app-emulation/crossover-bin/Manifest
+++ b/app-emulation/crossover-bin/Manifest
@@ -11,3 +11,4 @@ DIST install-crossover-14.1.4.bin 68463678 SHA256 
9e51823fca911916755b1edca8673c
 DIST install-crossover-15.0.0.bin 80995834 SHA256 
ac538e5568674e23f515b6725bb4cb8b17c516bc910c875d3ac7e45d69f7aff4 SHA512 
597262b760c7cfc3c42cdb0b846802c6c47d4fcd5af06b53d0c63c80e4890e14af8ff0eaaac74a08f4f5d55e166a480d199b185efe685f7c42abca3d62fc2a0d
 WHIRLPOOL 
18f5eb531ad32d27e4e2bea1f205593906ab0bcbc022f0963fd237101b26cb796f7f771ab5b7d57b126aea93627390fc55075611551109ad1ad98769a2711951
 DIST install-crossover-15.0.1.bin 81027541 SHA256 
ccb222775032711e6d7f3ca5994ebc51cb168cdb9e2599d186b3fb1336ac20fb SHA512 
a35188ccebeee8d456e73fdcbb8e8d4f0aff41bb89d92767d2e2e78e7cb25c8e48a150393c1c9abeb9760fbc873314e301c0a364ba27acfe08e0980bb5eedb03
 WHIRLPOOL 
32396d7be78b6ca975d0eadb753f00c060f731eefee00bd4fbefcf4f96488104f9396632648a14af52976b75bd924325b68c3e7d79da6676bba5207aac5fd045
 DIST install-crossover-15.1.0.bin 80623685 SHA256 
def2d9f2bf59ba8779d15f6a63e8e58e60c8e25ffddeeb9446eccf5af72c16f9 SHA512 
177e70baff3d99e808834c8e6f626f09d9c262babd6d5a3b51ea79a5a68a157cdfd4fd60ad6939d110f2300670e4973d9fd43a3a132ff9a2367dedb782e5c05c
 WHIRLPOOL 
9a6655d0d3885d36613d0dc07ceaf02f2ee36481492787ca5e4fd59c657026dd62dbc56a09fac9ba1caa40d873e7ecd156c4d5ec22cc9185e242a099a2f4f3c7
+DIST install-crossover-15.2.0.bin 80734561 SHA256 
5a677c160afcfb88f1f24ad241a013bf4da430f1d1e6a109965aded298fa52fe SHA512 
9633e29b26f8fa99d1c34347b8e1f2e89b84370994a1ab3bba7061b75224f3a907d1c364207312dde1995e5a59180f8699558a96a4c99b157257ab9c21013b2e
 WHIRLPOOL 
0678e8794f31df994b5f02795f07dbf115dc8639deb04ac15f370a107fa5707101b6f68ec252ff248f0eaba0139d323ec2033f03880a602b3537b0fd58ae

diff --git a/app-emulation/crossover-bin/crossover-bin-15.2.0.ebuild 
b/app-emulation/crossover-bin/crossover-bin-15.2.0.ebuild
new file mode 100644
index ..25fde9a
--- /dev/null
+++ b/app-emulation/crossover-bin/crossover-bin-15.2.0.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit python-single-r1 unpacker
+
+DESCRIPTION="Commercial version of app-emulation/wine with paid support."
+HOMEPAGE="http://www.codeweavers.com/products/crossover/";
+SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crossover-${PV}.bin";
+
+LICENSE="CROSSOVER-3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="+capi +cups doc +gphoto2 +gsm +jpeg +lcms +ldap +mp3 +nls +openal 
+opengl +png +scanner +ssl +v4l"
+RESTRICT="bindist test"
+QA_FLAGS_IGNORED="opt/cxoffice/.*"
+QA_PRESTRIPPED="opt/cxoffice/lib/.*
+   opt/cxoffice/bin/cxburner
+   opt/cxoffice/bin/cxntlm_auth
+   opt/cxoffice/bin/wineserver
+   opt/cxoffice/bin/unrar
+   opt/cxoffice/bin/wine-preloader
+   opt/cxoffice/bin/cxdiag
+   opt/cxoffice/bin/cxgettext
+   opt/cxoffice/bin/wineloader
+   "
+S="${WORKDIR}"
+
+DEPEND="dev-lang/perl
+   app-arch/unzip
+   ${PYTHON_DEPS}"
+
+RDEPEND="${DEPEND}
+   !prefix? ( sys-libs/glibc )
+   >=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-util/desktop-file-utils
+   !app-emulation/crossover-office-pro-bin
+   !app-emulation/crossover-office-bin
+   capi? ( net-dialup/capi4k-utils )
+   cups? ( net-print/cups[abi_x86_32(-)] )
+   gsm? ( media-sound/gsm[abi_x86_32(-)] )
+   jpeg? ( virtual/jpeg[abi_x86_32(-)] )
+   lcms? ( media-libs/lcms:2 )
+   ldap? ( net-nds/openldap[abi_x86_32(-)] )
+   gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] )
+   mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] )
+   nls? ( sys-devel/gettext[abi_x86_32(-)] )
+   openal? ( media-libs/openal[abi_x86_32(-)] )
+   opengl? (
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   )
+   png? ( media-libs/libpng:0[abi_x86_32(-)] )
+   sca

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

2016-09-10 Thread Patrice Clement
commit: 52441593c9d16bfdd40558b8b00fee44bf65a294
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Sep 10 15:27:58 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Sep 10 15:29:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52441593

dev-libs/vrb: EAPI 6 bump.

Package-Manager: portage-2.2.28

 dev-libs/vrb/vrb-0.5.1-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/vrb/vrb-0.5.1-r1.ebuild b/dev-libs/vrb/vrb-0.5.1-r1.ebuild
new file mode 100644
index ..86693d9
--- /dev/null
+++ b/dev-libs/vrb/vrb-0.5.1-r1.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 eutils toolchain-funcs
+
+DESCRIPTION="Library for a virtual ring buffer"
+HOMEPAGE="http://vrb.slashusr.org/";
+SRC_URI="http://vrb.slashusr.org/download/${P}.tar.bz2";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="static"
+RESTRICT="strip"
+
+DEPEND=""
+RDEPEND="
+   ${DEPEND}
+   sys-libs/glibc"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-configure.patch
+)
+
+DOCS=( README )
+
+src_configure() {
+   CC="$(tc-getCC)" ./configure --prefix=/usr || die "Configure failed!"
+}
+
+src_install() {
+   insinto /usr/include
+   doins build/include/vrb.h
+
+   mkdir "${D}"usr/lib || die
+
+   if use static; then
+   cp build/lib/libvrb.a* "${D}"usr/lib/ || die
+   fi
+
+   cp build/lib/libvrb.so* "${D}"usr/lib/ || die
+
+   dobin build/bin/vbuf
+   doman vrb/man/man3/*.3
+}



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

2016-09-10 Thread Patrice Clement
commit: cd9577c14e82cacfbaeece400a3a4982b51c6365
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Sep 10 15:29:13 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Sep 10 15:29:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9577c1

dev-libs/vrb: Clean up old.

Package-Manager: portage-2.2.28

 dev-libs/vrb/Manifest |  1 -
 dev-libs/vrb/vrb-0.3.0.ebuild | 51 ---
 dev-libs/vrb/vrb-0.5.1.ebuild | 43 
 3 files changed, 95 deletions(-)

diff --git a/dev-libs/vrb/Manifest b/dev-libs/vrb/Manifest
index 51066fc..61c7c38 100644
--- a/dev-libs/vrb/Manifest
+++ b/dev-libs/vrb/Manifest
@@ -1,2 +1 @@
-DIST vrb-0.3.0.tar.gz 30228 SHA256 
982a7b0c49db88b61a2ebd7fd442d691548a5ab7e3cacd90431a045c314ed99c SHA512 
7a79497a1497afb72c02c404fe628042bfc39ded06ec92d6d835948aaa3d9ee7a595e3e0a379515d2ebb498422f9a9c493853a75831180892e8e9070d6bb2f95
 WHIRLPOOL 
62cdac11c824b93627061c23c20cc88e040a36a646c8e305ed7647f0584a1cc1d33ed660a9e9447ec6e3737a60ef579c2e0fe3fa1c120018f32524cbd9b2c0a5
 DIST vrb-0.5.1.tar.bz2 41106 SHA256 
d579ed1998ef2d78e2ef8481a748d26e1fa12cdda806d2e31d8ec66ffb0e289f SHA512 
0db418e659d4c7cfc38ed5774345d204a87ca72525ea1d86e15ee3a09ff66828df1c110e2c84336fc8789a94b3e05eda1a2c4881799e511a7f75b728e2bc0734
 WHIRLPOOL 
2033b40a2875dc374ba82188cb8ec98f1bfd26eaa2ed151f561537868f696bc7b509c8388f1ce6802b9a9ef4b689041a4d6391248363a1f7f672e6b9a3c25df4

diff --git a/dev-libs/vrb/vrb-0.3.0.ebuild b/dev-libs/vrb/vrb-0.3.0.ebuild
deleted file mode 100644
index 8144ba0..
--- a/dev-libs/vrb/vrb-0.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="library for a virtual ring buffer"
-HOMEPAGE="http://phil.ipal.org/freeware/vrb/";
-SRC_URI="http://phil.ipal.org/freeware/vrb/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_compile() {
-   #respecting CFLAGS and LDFLAGS
-   sed -i "s/copts=\"-pipe -O2\"/copts=\"${CFLAGS} ${LDFLAGS}\"/g" 
Configure
-   sed -i "s/gcc -v/\${CC} \${COPTS}/g" Configure
-
-   #respecting CC
-   sed -i "s/gcc/\${CC}/g" Configure
-
-   #omiting -Werror
-   sed -i "s/-Werror//g" Configure
-
-   CC="$(tc-getCC)" ./Configure
\
-   --prefix=/usr || die "./Configure failed"
-
-   emake || die "emake failed"
-}
-
-src_install() {
-   insinto /usr/include/libvrb/
-   doins include/vrb.h
-
-   dolib.so lib/libvrb.so.0.3.0
-
-   dosym libvrb.so.0.3.0 /usr/$(get_libdir)/libvrb.so.0.3
-   dosym libvrb.so.0.3.0 /usr/$(get_libdir)/libvrb.so.0
-   dosym libvrb.so.0.3.0 /usr/$(get_libdir)/libvrb.so
-
-   dobin bin/iobuffer
-
-   dodoc README
-}

diff --git a/dev-libs/vrb/vrb-0.5.1.ebuild b/dev-libs/vrb/vrb-0.5.1.ebuild
deleted file mode 100644
index 26e7d4f..
--- a/dev-libs/vrb/vrb-0.5.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Library for a virtual ring buffer"
-HOMEPAGE="http://vrb.slashusr.org/";
-SRC_URI="http://vrb.slashusr.org/download/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~sparc ~x86"
-IUSE="static"
-RESTRICT="strip"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   epatch "${FILESDIR}"/${P}-configure.patch
-
-   CC="$(tc-getCC)" ./configure --prefix=/usr || die "Configure failed!"
-   make || die "Make failed!"
-}
-
-src_install() {
-   insinto /usr/include
-   doins build/include/vrb.h
-
-   mkdir "${D}"usr/lib
-
-   if use static ; then
-   cp build/lib/libvrb.a* "${D}"usr/lib/
-   fi
-
-   cp build/lib/libvrb.so* "${D}"usr/lib/
-
-   dobin build/bin/vbuf
-
-   dodoc README
-   doman vrb/man/man3/*.3
-}



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

2016-09-10 Thread Fabian Groffen
commit: 8ff8ef49e0509d89d2b0ae078ae29e458aa9e4c7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 17:08:12 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 17:08:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff8ef49

sys-devel/llvm: make 3.4.2 work post-Prefix bootstrap too

Package-Manager: portage-2.2.28

 sys-devel/llvm/llvm-3.4.2-r100.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild 
b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
index 0f5e951..cd3155f 100644
--- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
+++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
@@ -190,6 +190,10 @@ src_install() {
 
if ! use clang; then
rm "${WORKDIR}"/${PN}-3.4-manpages/clang.1 || die
+   else
+   for tool in clang{,++}{,-${PV}} ; do
+   dosym /usr/bin/${tool} /usr/bin/${CHOST}-${tool}
+   done
fi
doman "${WORKDIR}"/${PN}-3.4-manpages/*.1
 
@@ -200,7 +204,7 @@ src_install() {
eval $(grep PACKAGE_VERSION= configure)
[[ -n ${PACKAGE_VERSION} ]] && libpv=${PACKAGE_VERSION}
libpvminor=${libpv%.[0-9]*}
-   for lib in 
lib{EnhancedDisassembly,LLVM-${libpv},LTO,profile_rt,clang}.dylib 
LLVMHello.dylib 
clang/${libpv}/lib/darwin/libclang_rt.asan_{osx,iossim}_dynamic.dylib; do
+   for lib in 
lib{EnhancedDisassembly,LLVM-${libpv},LTO,profile_rt,clang}.dylib 
LLVMHello.dylib BugpointPasses.dylib 
clang/${libpv}/lib/darwin/libclang_rt.asan_{osx,iossim}_dynamic.dylib; do
# libEnhancedDisassembly is Darwin10 only, so non-fatal
# + omit clang libs if not enabled
[[ -f ${ED}/usr/lib/${lib} ]] || continue



[gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-blast+/

2016-09-10 Thread Justin Lecher
commit: 04203dc25ebeb3022c4f6e858652ac653fcf327e
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Sep 10 17:23:12 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep 10 17:24:43 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=04203dc2

sci-biology/ncbi-blast+: Drop obsolete dep

Package-Manager: portage-2.3.0
Signed-off-by: Justin Lecher  gentoo.org>

 sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild | 3 +--
 sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild | 3 +--
 sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild  | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild 
b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
index 608420b..023e89a 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild
@@ -26,7 +26,7 @@ SLOT="0"
 IUSE="
debug static-libs static threads pch
test wxwidgets odbc
-   berkdb boost bzip2 cppunit curl expat fastcgi fltk freetype gif
+   berkdb boost bzip2 cppunit curl expat fltk freetype gif
glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python
sablotron sqlite tiff xerces xalan xml xpm xslt X"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -240,7 +240,6 @@ src_configure() {
$(use_with wxwidgets wxwidgets "${EPREFIX}/usr")
$(use_with wxwidgets wxwidgets-ucs)
$(use_with freetype freetype "${EPREFIX}/usr")
-   $(use_with fastcgi fastcgi "${EPREFIX}/usr")
 #  $(use_with berkdb bdb "${EPREFIX}/usr") # not in ncbi-blast+
$(usex odbc --with-odbc="${EPREFIX}/usr" "")
$(use_with python python "${EPREFIX}/usr")

diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild 
b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild
index 47f90a0..3ac27be 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild
@@ -26,7 +26,7 @@ SLOT="0"
 IUSE="
debug static-libs static threads pch
test wxwidgets odbc
-   berkdb boost bzip2 cppunit curl expat fastcgi fltk freetype gif
+   berkdb boost bzip2 cppunit curl expat fltk freetype gif
glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python
sablotron sqlite tiff xerces xalan xml xpm xslt X"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -243,7 +243,6 @@ src_configure() {
$(use_with wxwidgets wxwidgets "${EPREFIX}/usr")
$(use_with wxwidgets wxwidgets-ucs)
$(use_with freetype freetype "${EPREFIX}/usr")
-   $(use_with fastcgi fastcgi "${EPREFIX}/usr")
 #  $(use_with berkdb bdb "${EPREFIX}/usr") # not in ncbi-blast+
$(usex odbc --with-odbc="${EPREFIX}/usr" "")
$(use_with python python "${EPREFIX}/usr")

diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild 
b/sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild
index 535c25c..9f04f92 100644
--- a/sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild
+++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.3.0.ebuild
@@ -27,7 +27,7 @@ SLOT="0"
 IUSE="
debug static-libs static threads pch
test wxwidgets odbc
-   berkdb boost bzip2 cppunit curl expat fastcgi fltk freetype gif
+   berkdb boost bzip2 cppunit curl expat fltk freetype gif
glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python
sablotron sqlite tiff xerces xalan xml xpm xslt X"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -244,7 +244,6 @@ src_configure() {
$(use_with wxwidgets wxwidgets "${EPREFIX}/usr")
$(use_with wxwidgets wxwidgets-ucs)
$(use_with freetype freetype "${EPREFIX}/usr")
-   $(use_with fastcgi fastcgi "${EPREFIX}/usr")
 #  $(use_with berkdb bdb "${EPREFIX}/usr") # not in ncbi-blast+
$(usex odbc --with-odbc="${EPREFIX}/usr" "")
$(use_with python python "${EPREFIX}/usr")



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

2016-09-10 Thread Mike Gilbert
commit: f48c57404ee7678cf29087d8b0bd95d62f9f6cf5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 10 17:45:22 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 10 17:46:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48c5740

www-client/chromium: make gnome and gnome-keyring optional for M55

Package-Manager: portage-2.3.0_p24

 profiles/base/package.use.force | 2 +-
 www-client/chromium/chromium-55.0.2853.0.ebuild | 6 ++
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index f8dce28..1189166 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -4,7 +4,7 @@
 
 # Pawel Hajdan jr  (20 Aug 2016)
 # Chromium GYP build is no longer supported - always use GN.
->=www-client/chromium-54 gn gnome gnome-keyring
+>=www-client/chromium-54 gn
 
 # Michael Palimaka  (27 Jul 2016)
 # Reverse dependencies need to be fully investigated yet

diff --git a/www-client/chromium/chromium-55.0.2853.0.ebuild 
b/www-client/chromium/chromium-55.0.2853.0.ebuild
index dfc6636..a0ce5d7 100644
--- a/www-client/chromium/chromium-55.0.2853.0.ebuild
+++ b/www-client/chromium/chromium-55.0.2853.0.ebuild
@@ -18,11 +18,9 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="cups +gn +gnome +gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
+IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
-REQUIRED_USE="gn? ( gnome gnome-keyring )"
-
 # Native Client binaries are compiled with different set of flags, bug #452066.
 QA_FLAGS_IGNORED=".*\.nexe"
 
@@ -407,11 +405,11 @@ src_configure() {
$(gyp_use tcmalloc use_allocator tcmalloc none)
$(gyp_use widevine enable_widevine)"
 
-   # TODO: support USE=gnome-keyring for GN
myconf_gn+=" enable_hangout_services_extension=$(usex hangouts true 
false)"
myconf_gn+=" enable_widevine=$(usex widevine true false)"
myconf_gn+=" use_cups=$(usex cups true false)"
myconf_gn+=" use_gconf=$(usex gnome true false)"
+   myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)"
myconf_gn+=" use_gtk3=$(usex gtk3 true false)"
myconf_gn+=" use_kerberos=$(usex kerberos true false)"
myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)"



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

2016-09-10 Thread Matt Thode
commit: dea0647f9ad6427bdeb6a5b3a9fbbec96108b390
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 10 17:55:31 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 10 17:55:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea0647f

sys-cluster/nova: stable

Package-Manager: portage-2.2.28

 sys-cluster/nova/nova-13.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/nova/nova-13.1.1.ebuild 
b/sys-cluster/nova/nova-13.1.1.ebuild
index dd4cf54..9c4fa48 100644
--- a/sys-cluster/nova/nova-13.1.1.ebuild
+++ b/sys-cluster/nova/nova-13.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
 REQUIRED_USE="
!compute-only? ( || ( mysql postgres sqlite ) )



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

2016-09-10 Thread Matt Thode
commit: 42260e2aa15bcdcdea919bfbefe704f3debeed44
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 10 17:54:00 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 10 17:54:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42260e2a

sys-cluster/cinder: cleanup

Package-Manager: portage-2.2.28

 sys-cluster/cinder/Manifest|   1 -
 sys-cluster/cinder/cinder-8.0.0.ebuild | 175 -
 2 files changed, 176 deletions(-)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 63ced0cb..bfde592 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,4 +1,3 @@
-DIST cinder-8.0.0.tar.gz 3955244 SHA256 
bd05f3c0b7b2ae098284c062d20230aecdaa47ed623cb79907c39dd1e28f8a2e SHA512 
5c6ec1dc172036068016373e2d30e55c88f07dae12438fcfe207caea2965360f0c7df5aff1a901c6e2442ebf0dbd56f0428e3f24651f6cdd682bb659f636b20c
 WHIRLPOOL 
3bcd4477b7fd65b45dc305198fa8462e5c3bfffbdf75170607facdb446308aa9301a609090b4b43968369bf737b851d73a31af9b63752522b960850b3b6c0845
 DIST cinder-8.1.0.tar.gz 3860875 SHA256 
f2bd093ee6ed56b10a694e198eb2b3b436340b492d2bb1c6ae85eba5ef1e0326 SHA512 
df6be20bfa90c6b1603125986e9b1b90f9f5e86b07a72acf52f53bd68adbc6971b5b9b88b70a312647d8306480ef55eade8cbe747d27646b302f886972631abb
 WHIRLPOOL 
3516447f85bd2cecb907931d0c3eb0c379f2246c97be94b80549d01da68830d82d0dfe5967b153a287e98ee3a833c6d27491f5e3cb21a989bec490117c3b1b75
 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

diff --git a/sys-cluster/cinder/cinder-8.0.0.ebuild 
b/sys-cluster/cinder/cinder-8.0.0.ebuild
deleted file mode 100644
index ae2349b..
--- a/sys-cluster/cinder/cinder-8.0.0.ebuild
+++ /dev/null
@@ -1,175 +0,0 @@
-# Copyright 1999-2015 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 user
-
-DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
-HOMEPAGE="https://launchpad.net/cinder";
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/cinder.conf.sample
 -> mitaka-cinder.conf.sample
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/api-paste.ini
 -> mitaka-cinder-api-paste.ini
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/policy.json 
-> mitaka-cinder-policy.json
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/mitaka/volume.filters
 -> mitaka-cinder-volume.filters"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+api +scheduler +volume iscsi lvm mysql +memcached postgres sqlite test"
-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-1.3[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-   dev-python/enum34[$(python_gen_usedep 'python2_7')]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-rootwrap-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/, sys-cluster/nova/files/etc.liberty/, ...

2016-09-10 Thread Matt Thode
commit: 03c85738a83dcbf04e16818e5cf928df3a013791
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 10 17:56:40 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 10 17:56:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c85738

sys-cluster/nova: cleanup

Package-Manager: portage-2.2.28

 sys-cluster/nova/Manifest  |   1 -
 sys-cluster/nova/files/etc.liberty/api-paste.ini   | 140 --
 sys-cluster/nova/files/etc.liberty/cells.json  |  26 --
 .../nova/files/etc.liberty/logging_sample.conf |  84 
 sys-cluster/nova/files/etc.liberty/policy.json | 488 -
 sys-cluster/nova/files/etc.liberty/rootwrap.conf   |  27 --
 .../etc.liberty/rootwrap.d/api-metadata.filters|  13 -
 .../files/etc.liberty/rootwrap.d/compute.filters   | 246 ---
 .../files/etc.liberty/rootwrap.d/network.filters   |  91 
 sys-cluster/nova/nova-13.1.0.ebuild| 210 -
 10 files changed, 1326 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 84dc497..30cb67e 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,3 +1,2 @@
 DIST mitaka-nova.conf.sample 36427 SHA256 
dd4c3ccab89fbe9f69df520f47d439c7ffa440d3f8b288b0ab99ac328a02ec75 SHA512 
169671bde5cb5bb89065d801f80aa0d3c664af652d9ddb0c409ed3e0af2c0b94f1dbd0ebf834849e3e75dc38972935ec65a6e533d86148a7315839597d577cad
 WHIRLPOOL 
20f95a296c3d112a532c9c5cc911d30b67472868d94bcfd52fadfd7105f9095a6b77020ca1caa6a70319548239358868d809feed363a82e4d574aceb6e5f016d
-DIST nova-13.1.0.tar.gz 5461429 SHA256 
2c44b0f015f48348d768abff0e0fc90c6f8faf46743cae94736d77704f249368 SHA512 
f16ce0248b86a19688500b97c364fe264919a900f0182f68c900a8e68b06bb22d688be597d5b3d7e8e38753cedaa732360972412508f3ecfea950394a526c6c5
 WHIRLPOOL 
f5d46a1166524d5ad79574f5f63ecc99a6a42865d2280d33a66103d2a88fb26e9c54c8a9ec85901970effd1aed89c42e33ce70a7e900cf642b9c90bfdc4bc52d
 DIST nova-13.1.1.tar.gz 5407219 SHA256 
1af74830f52deb24ca0f25acf150c2338a414ccd2082bbb31092d55d28a92a9d SHA512 
18866a1fb9e1e94b91b27d72318401de755255be3b3fd374f156ccf88c84697a8f54b6f5be17842f55b5ff323f19d778213925dbeb4ae9c02225d2b3fb56b3cc
 WHIRLPOOL 
d5bd05f773b49cf309f02ea34c7d5cbbd82078a17a7aadc66ebd1ed9dd8180a036f31d74d27ea6f1af644eaa873e0e955a52b44ee66448ea93e0507561055d50

diff --git a/sys-cluster/nova/files/etc.liberty/api-paste.ini 
b/sys-cluster/nova/files/etc.liberty/api-paste.ini
deleted file mode 100644
index cb5ea67..
--- a/sys-cluster/nova/files/etc.liberty/api-paste.ini
+++ /dev/null
@@ -1,140 +0,0 @@
-
-# Metadata #
-
-[composite:metadata]
-use = egg:Paste#urlmap
-/: meta
-
-[pipeline:meta]
-pipeline = ec2faultwrap logrequest metaapp
-
-[app:metaapp]
-paste.app_factory = nova.api.metadata.handler:MetadataRequestHandler.factory
-
-###
-# EC2 #
-###
-
-# NOTE: this is now deprecated in favor of 
https://github.com/stackforge/ec2-api
-[composite:ec2]
-use = egg:Paste#urlmap
-/: ec2cloud
-
-[composite:ec2cloud]
-use = call:nova.api.auth:pipeline_factory
-noauth2 = ec2faultwrap logrequest ec2noauth cloudrequest validator ec2executor
-keystone = ec2faultwrap logrequest ec2keystoneauth cloudrequest validator 
ec2executor
-
-[filter:ec2faultwrap]
-paste.filter_factory = nova.api.ec2:FaultWrapper.factory
-
-[filter:logrequest]
-paste.filter_factory = nova.api.ec2:RequestLogging.factory
-
-[filter:ec2lockout]
-paste.filter_factory = nova.api.ec2:Lockout.factory
-
-[filter:ec2keystoneauth]
-paste.filter_factory = nova.api.ec2:EC2KeystoneAuth.factory
-
-[filter:ec2noauth]
-paste.filter_factory = nova.api.ec2:NoAuth.factory
-
-[filter:cloudrequest]
-controller = nova.api.ec2.cloud.CloudController
-paste.filter_factory = nova.api.ec2:Requestify.factory
-
-[filter:authorizer]
-paste.filter_factory = nova.api.ec2:Authorizer.factory
-
-[filter:validator]
-paste.filter_factory = nova.api.ec2:Validator.factory
-
-[app:ec2executor]
-paste.app_factory = nova.api.ec2:Executor.factory
-
-#
-# OpenStack #
-#
-
-[composite:osapi_compute]
-use = call:nova.api.openstack.urlmap:urlmap_factory
-/: oscomputeversions
-# starting in Liberty the v21 implementation replaces the v2
-# implementation and is suggested that you use it as the default. If
-# this causes issues with your clients you can rollback to the
-# *frozen* v2 api by commenting out the above stanza and using the
-# following instead::
-# /v1.1: openstack_compute_api_legacy_v2
-# /v2: openstack_compute_api_legacy_v2
-# if rolling back to v2 fixes your issue please file a critical bug
-# at - https://bugs.launchpad.net/nova/+bugs
-#
-# v21 is an exactly feature match for v2, except it has more stringent
-# input validation on the wsgi surface (prevents fuzzing early on the
-# API). It also provides new features via API microversions which are
-# opt into for clients. Unaware clients will receive the same frozen
-# v2 API feature set, but with s

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

2016-09-10 Thread Matt Thode
commit: 51c89ef9973d6de99bad8400e6f373e99cdbdf1f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 10 17:53:17 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 10 17:53:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c89ef9

sys-cluster/cinder: stable

Package-Manager: portage-2.2.28

 sys-cluster/cinder/cinder-8.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/cinder/cinder-8.1.0.ebuild 
b/sys-cluster/cinder/cinder-8.1.0.ebuild
index 52e541f..6f7138c 100644
--- a/sys-cluster/cinder/cinder-8.1.0.ebuild
+++ b/sys-cluster/cinder/cinder-8.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+api +scheduler +volume iscsi lvm mysql +memcached postgres sqlite test"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



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

2016-09-10 Thread Michael Palimaka
commit: 059fbfac323b381d5bc8bf8558017cbf16a31aa4
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 13:13:43 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 13:17:49 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=059fbfac

sets: Add kde-frameworks-5.26

 sets/kde-frameworks-5.26 | 72 
 1 file changed, 72 insertions(+)

diff --git a/sets/kde-frameworks-5.26 b/sets/kde-frameworks-5.26
new file mode 100644
index 000..b6c86e6
--- /dev/null
+++ b/sets/kde-frameworks-5.26
@@ -0,0 +1,72 @@
+

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

2016-09-10 Thread Michael Palimaka
commit: 7cd7df59d588e440bcf3cb12c7351a9bc3e76944
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 14:59:23 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 14:59:23 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cd7df59

kde5.eclass: KDE Plasma 5.8 requires >=KF-5.26

 eclass/kde5.eclass | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 4a20e18..45065af 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -159,14 +159,18 @@ case ${KDE_AUTODEPS} in
esac
fi
 
+   if [[ ${CATEGORY} = kde-plasma ]]; then
+   if ! [[ $(get_version_component_range 2) -le 7 && 
$(get_version_component_range 3) -lt 50 ]]; then
+   FRAMEWORKS_MINIMAL=5.26.0
+   fi
+   fi
+
DEPEND+=" $(add_frameworks_dep extra-cmake-modules)"
RDEPEND+=" >=kde-frameworks/kf-env-3"
COMMONDEPEND+=" $(add_qt_dep qtcore)"
 
if [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma 
&& ${PN} != polkit-kde-agent ]]; then
-   RDEPEND+="
-   !

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/, kde-frameworks/kdnssd/, ...

2016-09-10 Thread Michael Palimaka
commit: 873c2c4ecb0623cd1e1cd68d0ea7f525c907f1fb
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 13:12:03 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 13:12:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=873c2c4e

kde-frameworks: Version bump KDE Frameworks 5.26

Package-Manager: portage-2.3.0

 kde-frameworks/attica/attica-5.26.0.ebuild | 17 +
 kde-frameworks/baloo/baloo-5.26.0.ebuild   | 33 +
 kde-frameworks/bluez-qt/bluez-qt-5.26.0.ebuild | 30 
 .../breeze-icons/breeze-icons-5.26.0.ebuild| 20 +
 .../extra-cmake-modules-5.26.0.ebuild  | 60 +++
 .../frameworkintegration-5.26.0.ebuild | 39 ++
 .../kactivities-stats-5.26.0.ebuild| 22 ++
 .../kactivities/kactivities-5.26.0.ebuild  | 28 +++
 kde-frameworks/kapidox/kapidox-5.26.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.26.0.ebuild | 28 +++
 kde-frameworks/kauth/kauth-5.26.0.ebuild   | 34 +
 kde-frameworks/kbookmarks/kbookmarks-5.26.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.26.0.ebuild | 32 
 kde-frameworks/kcodecs/kcodecs-5.26.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.26.0.ebuild  | 22 ++
 kde-frameworks/kconfig/kconfig-5.26.0.ebuild   | 27 +++
 .../kconfigwidgets/kconfigwidgets-5.26.0.ebuild| 38 ++
 .../kcoreaddons/kcoreaddons-5.26.0.ebuild  | 31 
 kde-frameworks/kcrash/kcrash-5.26.0.ebuild | 39 ++
 .../kdbusaddons/kdbusaddons-5.26.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.26.0.ebuild| 32 
 kde-frameworks/kded/kded-5.26.0.ebuild | 36 +
 .../kdelibs4support/kdelibs4support-5.26.0.ebuild  | 86 ++
 .../kdesignerplugin/kdesignerplugin-5.26.0.ebuild  | 54 ++
 kde-frameworks/kdesu/kdesu-5.26.0.ebuild   | 33 +
 kde-frameworks/kdewebkit/kdewebkit-5.26.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.26.0.ebuild | 32 
 kde-frameworks/kdoctools/kdoctools-5.26.0.ebuild   | 25 +++
 kde-frameworks/kemoticons/kemoticons-5.26.0.ebuild | 26 +++
 .../kfilemetadata/kfilemetadata-5.26.0.ebuild  | 50 +
 .../kglobalaccel/kglobalaccel-5.26.0.ebuild| 32 
 kde-frameworks/kguiaddons/kguiaddons-5.26.0.ebuild | 23 ++
 kde-frameworks/khtml/khtml-5.26.0.ebuild   | 67 +
 kde-frameworks/ki18n/ki18n-5.26.0.ebuild   | 35 +
 .../kiconthemes/kiconthemes-5.26.0.ebuild  | 30 
 kde-frameworks/kidletime/kidletime-5.26.0.ebuild   | 25 +++
 .../kimageformats/kimageformats-5.26.0.ebuild  | 35 +
 kde-frameworks/kinit/kinit-5.26.0.ebuild   | 41 +++
 kde-frameworks/kio/kio-5.26.0.ebuild   | 80 
 .../kitemmodels/kitemmodels-5.26.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.26.0.ebuild | 21 ++
 .../kjobwidgets/kjobwidgets-5.26.0.ebuild  | 36 +
 kde-frameworks/kjs/kjs-5.26.0.ebuild   | 22 ++
 kde-frameworks/kjsembed/kjsembed-5.26.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.26.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.26.0.ebuild   | 33 +
 .../knotifications/knotifications-5.26.0.ebuild| 45 +++
 .../knotifyconfig/knotifyconfig-5.26.0.ebuild  | 25 +++
 kde-frameworks/kpackage/kpackage-5.26.0.ebuild | 30 
 kde-frameworks/kparts/kparts-5.26.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.26.0.ebuild   | 32 
 kde-frameworks/kplotting/kplotting-5.26.0.ebuild   | 19 +
 kde-frameworks/kpty/kpty-5.26.0.ebuild | 19 +
 kde-frameworks/kross/kross-5.26.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.26.0.ebuild   | 30 
 kde-frameworks/kservice/kservice-5.26.0.ebuild | 37 ++
 .../ktexteditor/ktexteditor-5.26.0.ebuild  | 53 +
 .../ktextwidgets/ktextwidgets-5.26.0.ebuild| 38 ++
 .../kunitconversion/kunitconversion-5.26.0.ebuild  | 19 +
 kde-frameworks/kwallet/kwallet-5.26.0.ebuild   | 54 ++
 kde-frameworks/kwayland/kwayland-5.26.0.ebuild | 28 +++
 .../kwidgetsaddons/kwidgetsaddons-5.26.0.ebuild| 22 ++
 .../kwindowsystem/kwindowsystem-5.26.0.ebuild  | 41 +++
 kde-frameworks/kxmlgui/kxmlgui-5.26.0.ebuild   | 42 +++
 .../kxmlrpcclient/kxmlrpcclient-5.26.0.ebuild  | 22 ++
 .../modemmanager-qt/modemmanager-qt-5.26.0.ebuild  | 25 +++
 .../networkmanager-qt-5.26.0.ebuild| 27 +++
 .../oxygen-icons/oxygen-icons-5.26.0.ebuild| 27 +++
 kde-frameworks/plasma/plasma-5.26.0.ebuild | 68 +
 kde-framew

[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/, Documentation/package.unmask/.kde-frameworks-5.26/, ...

2016-09-10 Thread Michael Palimaka
commit: be50dd172c3868987e6da7c8d94a88b61a6eb0d8
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 13:13:31 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 13:17:49 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=be50dd17

Documentation: Regenerate files

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.26/_HEADER_  |  2 +
 .../.kde-frameworks-5.26/kde-frameworks-5.26   |  1 +
 .../.kde-frameworks-5.26/more-deps |  1 +
 .../kde-frameworks-5.26.keywords   | 76 ++
 Documentation/package.mask/kde-frameworks-5.26 | 75 +
 .../package.unmask/.kde-frameworks-5.26/_HEADER_   |  2 +
 .../.kde-frameworks-5.26/kde-frameworks-5.26   |  1 +
 Documentation/package.unmask/kde-frameworks-5.26   | 75 +
 9 files changed, 234 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index d75b5a6..f4287b0 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.23 5.25"
+KF_RELEASES="5.23 5.25 5.26"
 KF_RELEASE=${KF_RELEASE:-5.23}
 
 PLASMA_RELEASES="5.6 5.7"

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.26/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.26/_HEADER_
new file mode 100644
index 000..205586e
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.26/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.26 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.26/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.26/kde-frameworks-5.26
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.26/kde-frameworks-5.26
new file mode 12
index 000..8a4d946
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.26/kde-frameworks-5.26
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.26
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.26/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.26/more-deps
new file mode 100644
index 000..ec33d16
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.26/more-deps
@@ -0,0 +1 @@
+>=kde-frameworks/kf-env-3

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.26.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.26.keywords
new file mode 100644
index 000..8133ff7
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.26.keywords
@@ -0,0 +1,76 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.26 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.26/ files 
instead.
+=kde-frameworks/kf-env-3

diff --git a/Documentation/package.mask/kde-frameworks-5.26 
b/Documentation/package.mask/kde-frameworks-5.26
new file mode 100644
index 000..9f811dd
--- /dev/null
+++ b/Documentation/package.mask/kde-frameworks-5.26
@@ -0,0 +1,75 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to mask/unmask the KDE Frameworks 5.26 release.
+# Edit Documentation/package.unmask/.kde-frameworks-5.26/ files instead.
+

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

2016-09-10 Thread Michael Palimaka
commit: 855aa405d4065c026d8a080c04bd4beb806a2d58
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Tue Sep  6 12:35:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 18:10:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855aa405

x11-misc/qt5ct: verbump to 0.26

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

 x11-misc/qt5ct/Manifest  |  1 +
 x11-misc/qt5ct/qt5ct-0.26.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest
index 9de5f23..a5af4ae 100644
--- a/x11-misc/qt5ct/Manifest
+++ b/x11-misc/qt5ct/Manifest
@@ -1 +1,2 @@
 DIST qt5ct-0.25.tar.bz2 45094 SHA256 
b2669f4317c511895f33d5d11d14a5d9535340c6fb20effe4dd37ab6c152e057 SHA512 
7fb50166c83cc15f5ad1bbdc3e6c24e53d33fb34dc2b4c0aadf4bba841f390c5d76f118e4a8cc0674728a92bb5934542ab4c03a51f865a13f378f60064b34fc7
 WHIRLPOOL 
40c58cb0cc30c34885f544c415e1faffeb10582f18cc9dbe36b6cae417170bf556aafa68b06773854e25b657f4ba404224f8ca16f452829c9afc94f7e0dfe955
+DIST qt5ct-0.26.tar.bz2 45383 SHA256 
33883e6a12c5f9392701cc3ecc3a54181e53ce827755e8e2af8530bbc6606c5b SHA512 
08d6a96acdba05450221792618808db6b7ae4e578bdc30f91b1e74615592d44b5d1e95ac1c47bcd82d28b08624a0ad0b8748d235c76cc1a7737fce736d371c10
 WHIRLPOOL 
3d49c8caa86f2ddc5b515add11ac2bcc9e87e7f2d397bf4d270032dc7c1096ba42ad552e9f6a85b44b51fb4f46635d595b1488ad6bfc020743422fcc0c16bc9f

diff --git a/x11-misc/qt5ct/qt5ct-0.26.ebuild b/x11-misc/qt5ct/qt5ct-0.26.ebuild
new file mode 100644
index ..45ce929
--- /dev/null
+++ b/x11-misc/qt5ct/qt5ct-0.26.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Qt5 configuration tool, similar to qtconfig for Qt4"
+HOMEPAGE="https://sourceforge.net/projects/qt5ct/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+src_configure() {
+   eqmake5 ${PN}.pro
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+
+   echo 'QT_QPA_PLATFORMTHEME=qt5ct' > "${T}"/98${PN} || die
+   doenvd "${T}"/98${PN}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   ewarn "qt5ct configuration won't be applied to the currently 
running sessions."
+   ewarn "Please relogin."
+   fi
+   if ! has_version 'dev-qt/qtsvg:5'; then
+   echo
+   elog "For SVG icon themes, please install 'dev-qt/qtsvg:5'."
+   echo
+   fi
+}



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

2016-09-10 Thread Michael Palimaka
commit: 8b1aef1faa3ffc18b3cc8bcbd6b12902d4d932bd
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 15:57:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 18:19:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1aef1f

dev-libs/icu: remove unused patch

 dev-libs/icu/files/icu-flagparser.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-libs/icu/files/icu-flagparser.patch 
b/dev-libs/icu/files/icu-flagparser.patch
deleted file mode 100644
index bd64276..
--- a/dev-libs/icu/files/icu-flagparser.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: source/tools/toolutil/flagparser.c
-===
 a/source/tools/toolutil/flagparser.c   (revision 38080)
-+++ b/source/tools/toolutil/flagparser.c   (revision 38081)
-@@ -97,7 +97,7 @@
- 
- T_FileStream_close(f);
- 
--if (U_FAILURE(*status)) {
-+if (U_FAILURE(*status) && *status != U_BUFFER_OVERFLOW_ERROR) {
- return -1;
- }
- 



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

2016-09-10 Thread Michael Palimaka
commit: 1f95d000eb774fa535b27febe5c4c0622443e1b5
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 16:00:06 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 18:22:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f95d000

dev-libs/OpenSRF: remove unused patch

 .../OpenSRF/files/OpenSRF-1.0.7-buildfix.patch | 151 -
 1 file changed, 151 deletions(-)

diff --git a/dev-libs/OpenSRF/files/OpenSRF-1.0.7-buildfix.patch 
b/dev-libs/OpenSRF/files/OpenSRF-1.0.7-buildfix.patch
deleted file mode 100644
index 1b753d3..
--- a/dev-libs/OpenSRF/files/OpenSRF-1.0.7-buildfix.patch
+++ /dev/null
@@ -1,151 +0,0 @@
-diff -Nuar OpenSRF-1.0.7.orig/bin/osrf_ctl.sh OpenSRF-1.0.7/bin/osrf_ctl.sh
 OpenSRF-1.0.7.orig/bin/osrf_ctl.sh 2009-06-11 13:12:13.0 +
-+++ OpenSRF-1.0.7/bin/osrf_ctl.sh  2009-11-10 08:20:37.233637281 +
-@@ -87,8 +87,9 @@
-   esac;
- done
- 
--OSRF_CONFIG=`which osrf_config`
--[ -z "$OSRF_CONFIG" ] && OSRF_CONFIG=`find $BASEDIR -name osrf_config`
-+#OSRF_CONFIG=`which osrf_config`
-+#[ -z "$OSRF_CONFIG" ] && OSRF_CONFIG=`find $BASEDIR -name osrf_config`
-+OSRF_CONFIG=/usr/bin/osrf_config
- 
- [ -z "$OPT_CONFIG" ] && OPT_CONFIG=`$OSRF_CONFIG 
--sysconfdir`/opensrf_core.xml;
- if [ ! -r "$OPT_CONFIG" ]; then
-diff -Nuar OpenSRF-1.0.7.orig/Makefile.am OpenSRF-1.0.7/Makefile.am
 OpenSRF-1.0.7.orig/Makefile.am 2008-10-27 05:10:21.0 +
-+++ OpenSRF-1.0.7/Makefile.am  2009-11-10 08:19:16.190311593 +
-@@ -115,14 +115,14 @@
- SUBDIRS = src
- 
- jserver:
--  make -s -C src jserver
-+  $(MAKE) -s -C src jserver
- 
- jserver-install:
--  make -s -C src jserver-install
-+  $(MAKE) -s -C src jserver-install
- 
- javascript-install:
--  make -s -C src javascript-install
-+  $(MAKE) -s -C src javascript-install
- 
- install-data-hook:
--  cp @srcdir@/src/gateway/apachetools.h @includedir@/opensrf/apachetools.h
-+  cp @srcdir@/src/gateway/apachetools.h 
$(DESTDIR)@includedir@/opensrf/apachetools.h
- 
-diff -Nuar OpenSRF-1.0.7.orig/src/gateway/Makefile.am 
OpenSRF-1.0.7/src/gateway/Makefile.am
 OpenSRF-1.0.7.orig/src/gateway/Makefile.am 2008-08-18 19:14:00.0 
+
-+++ OpenSRF-1.0.7/src/gateway/Makefile.am  2009-11-10 08:19:15.250311793 
+
-@@ -16,16 +16,25 @@
- 
- AM_CFLAGS = -D_LARGEFILE64_SOURCE -Wall -I@abs_top_srcdir@/include/ 
-I$(LIBXML2_HEADERS) -I$(APACHE2_HEADERS) -I$(APR_HEADERS)
- AM_LDFLAGS = -L$(LIBDIR) -L@top_builddir@/src/libopensrf
-+APACHE_DEPS = apachetools.c apachetools.h
-+LIBS=libopensrf.so
-+TARGETS = osrf_json_gateway.la osrf_http_translator.la
- 
--install-exec-local: 
--  if [ ! "$$(grep mod_placeholder `apxs2 -q SYSCONFDIR`/httpd.conf)" ]; \
--  then echo -e "#\n#LoadModule mod_placeholder 
/usr/lib/apache2/modules/mod_placeholder.so" \
--  >> `apxs2 -q SYSCONFDIR`/httpd.conf; \
--  fi
--  $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) 
@srcdir@/osrf_json_gateway.c apachetools.c apachetools.h libopensrf.so
--  $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) 
@srcdir@/osrf_http_translator.c apachetools.c apachetools.h libopensrf.so
--  $(APXS2) -i -a @srcdir@/osrf_json_gateway.la
--  $(APXS2) -i -a @srcdir@/osrf_http_translator.la
-+all: $(TARGETS)
-+
-+osrf_json_gateway.la: osrf_json_gateway.c $(APACHE_DEPS)
-+  $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) $^ $(LIBS)
-+  
-+osrf_http_translator.la: osrf_http_translator.c $(APACHE_DEPS)
-+  $(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) $^ $(LIBS)
-+
-+#install-exec-local:  $(TARGETS)
-+# if [ ! "$$(grep mod_placeholder `apxs2 -q SYSCONFDIR`/httpd.conf)" ]; \
-+# then echo -e "#\n#LoadModule mod_placeholder 
/usr/lib/apache2/modules/mod_placeholder.so" \
-+# >> `apxs2 -q SYSCONFDIR`/httpd.conf; \
-+# fi
-+# $(APXS2) -i -a osrf_json_gateway.la
-+# $(APXS2) -i -a osrf_http_translator.la
- 
- clean-local:
-   rm -f @srcdir@/osrf_http_translator.la @srcdir@/osrf_http_translator.lo 
@srcdir@/osrf_http_translator.slo @srcdir@/osrf_json_gateway.la 
@srcdir@/osrf_json_gateway.lo @srcdir@/osrf_json_gateway.slo
-diff -Nuar OpenSRF-1.0.7.orig/src/java/Makefile.am 
OpenSRF-1.0.7/src/java/Makefile.am
 OpenSRF-1.0.7.orig/src/java/Makefile.am2008-07-17 18:15:09.0 
+
-+++ OpenSRF-1.0.7/src/java/Makefile.am 2009-11-10 08:19:15.250311793 +
-@@ -48,8 +48,8 @@
-   rm files;
- 
- install-data-local:
--  mkdir -p $(LIBDIR)/java
--  cp opensrf.jar $(LIBDIR)/java
-+  mkdir -p $(DESTDIR)$(LIBDIR)/java
-+  cp opensrf.jar $(DESTDIR)$(LIBDIR)/java
- 
- dep_clean:
-   rm -rf deps
-diff -Nuar OpenSRF-1.0.7.orig/src/libopensrf/Makefile.am 
OpenSRF-1.0.7/src/libopensrf/Makefile.am
 OpenSRF-1.0.7.orig/src/libopensrf/Makefile.am  2008-08-07 
16:54:56.0 +
-+++ OpenSRF-1

[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/

2016-09-10 Thread NP Hardass
commit: e432ca5ef8973b9984d9346c7d2cd3640a4630b1
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Sep 10 18:22:39 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 18:23:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432ca5e

x11-themes/mate-themes: drop support for old themes versioning

Package-Manager: portage-2.3.0

 x11-themes/mate-themes/Manifest|  2 -
 .../mate-themes/mate-themes-1.10.5-r161.ebuild | 43 --
 .../mate-themes/mate-themes-1.10.5-r181.ebuild | 43 --
 3 files changed, 88 deletions(-)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index 33b76cf..8301a10 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -1,5 +1,3 @@
-DIST mate-themes-1.10.5-gtk3.16.tar.xz 3298772 SHA256 
ab754991ba2ef192db0857fe04334a5bdd6e9cbefc6cc509386a43c115b792cd SHA512 
3f936b38e37f221050a48763fcd35a5f1edcd54f2e6553c0ed2538f22feba89c604219153d1176cf4039eff57a9702331d766739d2df8d17bb383ece668e3319
 WHIRLPOOL 
806b0f49b335ec10cdf83461d6aa187c12689432b59175dab3f66049ed8c45aa9eb8455e5989ede92c0e34d0e25838e8c309c99752b6875556af79d93e4c2d44
-DIST mate-themes-1.10.5-gtk3.18.tar.xz 3302312 SHA256 
e26c100d0aaac979716d43d94957ef2fc679096f5bc3e350aac0f2d5bd966c90 SHA512 
444b965bc4b713d8ff4067769ffe992bc045681ca718eca348b3193e2bf29a3961526eb19ad885641df4c7274e9e8bc477a28c41e9624b4287a04cf2ab7fb4e2
 WHIRLPOOL 
d61bd0218737f2c404e4a981fe565490049a1ba738fa009424a9d0c3675ede0f5171a57fc3d1f2edc3d385d95878fd665929fe08f3f43eb2163a1ef3a134a86f
 DIST mate-themes-3.16.3.tar.xz 4304720 SHA256 
5ab8e1d2093993c9f87061289b51c431a5a1c303793c69e1abcaa9b38dbedab8 SHA512 
6edaec87c830bb88b9500ec106259e62767bc333d75bc4025866c42700c4cf8e2be0ab6c9d6b9518c5d89a5fc6cfc928eac3102c4354ef4cdd181f1e30eb5dfc
 WHIRLPOOL 
825d309e002182fc8a59dc2a907a431b0e8d76d9918d6ca8d2a87d5f21eb54f86d4493649eecfc857cec55f7840d438e47aff7c4ba72c83aa64d5e0a97d30744
 DIST mate-themes-3.18.3.tar.xz 4326564 SHA256 
c5628cf8b8e48bc3821fac68ec9d1d39f7e2b2b1f7acc23b2fa95a69e5a66f27 SHA512 
7138c1e49b843116812e43ce723af57845bfef9d2e1ff7f455c57f02f613b0a8ef7da6f641ac76dbf8209207d75327c1e101f09e8ac76b4ffa497c0a6167fa39
 WHIRLPOOL 
6c4ea6548669dbbfcaea04cac71719ef6676321a83577ad84b6c95516ede1c75ca37aada98a514dbcc6f3fcfc943b712eb57bbfd03da6e2cabd348c67d98cf3d
 DIST mate-themes-3.20.10.tar.xz 4254436 SHA256 
91c114fcb14979d88dae76a7e2e3b37f439f5daf0dd8a492c17a6174638b102e SHA512 
23f3e26c914480e85a4d1792e81885f720042c46b6850bc0096cea5d59112ed22f83fa79d4fb85a96d1b4210c5021179e8ac7cd1a3cfe4f640d1573349cf0895
 WHIRLPOOL 
d78dc5f607802be1885a4942e72b0cd7d068a60c4e87ce44f70fdf9cd65f27491befba55fb0f848b0bd972b3925c0d54dcc28dc49c66e9ccb911f3e88ac6181e

diff --git a/x11-themes/mate-themes/mate-themes-1.10.5-r161.ebuild 
b/x11-themes/mate-themes/mate-themes-1.10.5-r161.ebuild
deleted file mode 100644
index 13aa46c..
--- a/x11-themes/mate-themes/mate-themes-1.10.5-r161.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-MATE_GTK_V="$(get_version_component_range 4- ${PVR})"
-MATE_GTK_NV="3.$(( ${MATE_GTK_V:1:2} + 1 ))" #variable to allow negation of 
=$P-1*
-MATE_GTK_V="3.${MATE_GTK_V:1:2}"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${PN}-gtk${MATE_GTK_V}-${PV}.tar.xz
 ->
-   ${P}-gtk${MATE_GTK_V}.tar.xz"
-DESCRIPTION="A set of MATE themes, with sets for users with limited or low 
vision"
-HOMEPAGE="http://mate-desktop.org";
-
-LICENSE="LGPL-2.1"
-SLOT="0/${MATE_GTK_V}"
-KEYWORDS="amd64 ~arm x86"
-
-S="${WORKDIR}/${PN}-gtk${MATE_GTK_V}-${PV}"
-
-RDEPEND="
-   >=x11-libs/gdk-pixbuf-2:2
-   >=x11-libs/gtk+-2:2
-   !=x11-libs/gtk+-${MATE_GTK_NV}:3
-   >=x11-themes/gtk-engines-2.15.3:2
-   x11-themes/gtk-engines-murrine"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35:*
-   sys-devel/gettext:*
-   >=sys-devel/autoconf-2.53:*
-   >=x11-misc/icon-naming-utils-0.8.7:0
-   virtual/pkgconfig:*"
-
-RESTRICT="binchecks strip"
-DOCS="AUTHORS ChangeLog NEWS README"

diff --git a/x11-themes/mate-themes/mate-themes-1.10.5-r181.ebuild 
b/x11-themes/mate-themes/mate-themes-1.10.5-r181.ebuild
deleted file mode 100644
index 13aa46c..
--- a/x11-themes/mate-themes/mate-themes-1.10.5-r181.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-MATE_GTK_V="$(get_version_component_range 4- ${PVR})"
-MATE_GTK_NV="3.$(( ${MATE_GTK_V:1:2} + 1 ))" #variable to allow negation of 
=$P-1*
-MATE_GTK_V="3.${MATE_GTK_V:1:2}"
-
-

[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes-meta/

2016-09-10 Thread NP Hardass
commit: 9932b51d2e355b0313945325ed0613444ac2528c
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Sep 10 18:21:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 18:23:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9932b51d

x11-themes/mate-themes-meta: drop support for old themes versioning

Package-Manager: portage-2.3.0

 .../mate-themes-meta/mate-themes-meta-1.10.ebuild  | 27 --
 1 file changed, 27 deletions(-)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-1.10.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-1.10.ebuild
deleted file mode 100644
index 50167e9..
--- a/x11-themes/mate-themes-meta/mate-themes-meta-1.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| (
-   (
-   =x11-libs/gtk+-3.16*:3
-   =x11-themes/mate-themes-1.10*:0/3.16
-   )
-   (
-   =x11-libs/gtk+-3.18*:3
-   =x11-themes/mate-themes-1.10*:0/3.18
-   )
-   =x11-themes/mate-themes-1.10*:0
-   )"



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

2016-09-10 Thread NP Hardass
commit: 2bd3aa78382c14a8615b2c61bd82b04e90857f34
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Sep 10 18:19:28 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 18:23:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd3aa78

mate-base/mate: drop support for old themes versioning

Package-Manager: portage-2.3.0

 mate-base/mate/mate-1.10.0-r2.ebuild | 80 
 1 file changed, 80 deletions(-)

diff --git a/mate-base/mate/mate-1.10.0-r2.ebuild 
b/mate-base/mate/mate-1.10.0-r2.ebuild
deleted file mode 100644
index f7773d1..
--- a/mate-base/mate/mate-1.10.0-r2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator
-
-MATE_MV="$(get_version_component_range 1-2)"
-
-SRC_URI=""
-DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
-HOMEPAGE="http://mate-desktop.org";
-
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+base -bluetooth +notification +themes +extras"
-
-S="${WORKDIR}"
-
-RDEPEND="
-   =mate-base/mate-desktop-${MATE_MV}*:0
-   =mate-base/mate-menus-${MATE_MV}*:0
-   =mate-base/mate-panel-${MATE_MV}*:0
-   =mate-base/mate-session-manager-${MATE_MV}*:0
-   =mate-base/mate-settings-daemon-${MATE_MV}*:0
-   =x11-wm/marco-${MATE_MV}*:0
-   base? (
-   =mate-base/caja-${MATE_MV}*:0
-   =mate-base/mate-applets-meta-${MATE_MV}*:0
-   =mate-base/mate-control-center-${MATE_MV}*:0
-   =mate-extra/mate-media-${MATE_MV}*:0
-   =x11-misc/mozo-${MATE_MV}*:0
-   =x11-terms/mate-terminal-${MATE_MV}*:0
-   )
-   bluetooth? ( net-wireless/blueman:0 )
-   themes? (
-   =x11-themes/mate-backgrounds-${MATE_MV}*:0
-   =x11-themes/mate-icon-theme-${MATE_MV}*:0
-   =x11-themes/mate-themes-meta-${MATE_MV}*:0
-   )
-   extras? (
-   =app-arch/engrampa-${MATE_MV}*:0
-   =app-editors/pluma-${MATE_MV}*:0
-   =app-text/atril-${MATE_MV}*:0
-   gnome-extra/gnome-calculator:0
-   =mate-extra/caja-extensions-${MATE_MV}*:0
-   =mate-extra/mate-netbook-${MATE_MV}*:0
-   =mate-extra/mate-power-manager-${MATE_MV}*:0
-   =mate-extra/mate-screensaver-${MATE_MV}*:0
-   =mate-extra/mate-system-monitor-${MATE_MV}*:0
-   =mate-extra/mate-utils-${MATE_MV}*:0
-   =media-gfx/eom-${MATE_MV}*:0
-   =net-analyzer/mate-netspeed-${MATE_MV}*:0
-   sys-apps/gnome-disk-utility:0
-   )
-"
-
-PDEPEND="
-   notification? ( x11-misc/mate-notification-daemon )
-   virtual/notification-daemon:0"
-
-pkg_postinst() {
-   elog "For installation, usage and troubleshooting details regarding 
MATE;"
-   elog "read more about it at Gentoo Wiki: 
https://wiki.gentoo.org/wiki/MATE";
-   elog ""
-   if ! has_version x11-misc/mate-notification-daemon; then
-   elog "If you experience any issues with notifications, please 
try using"
-   elog "x11-misc/mate-notification-daemon instead your currently 
installed daemon"
-   elog ""
-   fi
-   elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for 
more"
-   elog "details, see 
http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/";
-   elog ""
-   elog "Some packages that are not included in this meta-package but may 
be of interest:"
-   elog "  mate-extra/caja-dropbox"
-   elog "  mate-extra/mate-user-share"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes-meta/

2016-09-10 Thread NP Hardass
commit: c851271f7f8d83f454f5667a3af8c482d3cf193c
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Sep 10 18:09:47 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 18:23:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c851271f

x11-themes/mate-themes-meta: Fix typo, thanks to leio

Package-Manager: portage-2.3.0

 .../{mate-themes-meta-3.ebuild => mate-themes-meta-3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-3-r1.ebuild
similarity index 97%
rename from x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
rename to x11-themes/mate-themes-meta/mate-themes-meta-3-r1.ebuild
index c6eb493..14bb1fc 100644
--- a/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-3-r1.ebuild
@@ -22,7 +22,7 @@ IUSE="gtk2-only"
 DEPEND=""
 RDEPEND="|| (
gtk2-only? (
-   !!11-libs/gtk+:3
+   !!x11-libs/gtk+:3
x11-themes/mate-themes:0
)
(



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

2016-09-10 Thread Michael Palimaka
commit: 60961337947bcc3545af929125d2ba51909d9ee0
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 15:48:23 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 18:27:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60961337

dev-libs/expat: remove unused patches

 .../expat-2.1.0-mozilla-sanity-check-size.patch| 81 --
 dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch   | 15 
 2 files changed, 96 deletions(-)

diff --git a/dev-libs/expat/files/expat-2.1.0-mozilla-sanity-check-size.patch 
b/dev-libs/expat/files/expat-2.1.0-mozilla-sanity-check-size.patch
deleted file mode 100644
index 366bd4f..
--- a/dev-libs/expat/files/expat-2.1.0-mozilla-sanity-check-size.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-
-# HG changeset patch
-# User Eric Rahm 
-# Date 1428706223 25200
-# Node ID 438d9e2a991ab82381a1a1442a470b2565c80c13
-# Parent  1c0861d7a6457f461cb2e0895a9f9d34c8d4
-Bug 1140537 - Sanity check size calculations. r=peterv
-
-diff --git a/parser/expat/lib/xmlparse.c b/parser/expat/lib/xmlparse.c
 a/parser/expat/lib/xmlparse.c
-+++ b/parser/expat/lib/xmlparse.c
-@@ -1648,29 +1648,40 @@ XML_ParseBuffer(XML_Parser parser, int l
-   XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
-   positionPtr = bufferPtr;
-   return result;
- }
- 
- void * XMLCALL
- XML_GetBuffer(XML_Parser parser, int len)
- {
-+/* BEGIN MOZILLA CHANGE (sanity check len) */
-+  if (len < 0) {
-+errorCode = XML_ERROR_NO_MEMORY;
-+return NULL;
-+  }
-+/* END MOZILLA CHANGE */
-   switch (ps_parsing) {
-   case XML_SUSPENDED:
- errorCode = XML_ERROR_SUSPENDED;
- return NULL;
-   case XML_FINISHED:
- errorCode = XML_ERROR_FINISHED;
- return NULL;
-   default: ;
-   }
- 
-   if (len > bufferLim - bufferEnd) {
--/* FIXME avoid integer overflow */
- int neededSize = len + (int)(bufferEnd - bufferPtr);
-+/* BEGIN MOZILLA CHANGE (sanity check neededSize) */
-+if (neededSize < 0) {
-+  errorCode = XML_ERROR_NO_MEMORY;
-+  return NULL;
-+}
-+/* END MOZILLA CHANGE */
- #ifdef XML_CONTEXT_BYTES
- int keep = (int)(bufferPtr - buffer);
- 
- if (keep > XML_CONTEXT_BYTES)
-   keep = XML_CONTEXT_BYTES;
- neededSize += keep;
- #endif  /* defined XML_CONTEXT_BYTES */
- if (neededSize  <= bufferLim - buffer) {
-@@ -1689,17 +1700,25 @@ XML_GetBuffer(XML_Parser parser, int len
- }
- else {
-   char *newBuf;
-   int bufferSize = (int)(bufferLim - bufferPtr);
-   if (bufferSize == 0)
- bufferSize = INIT_BUFFER_SIZE;
-   do {
- bufferSize *= 2;
--  } while (bufferSize < neededSize);
-+/* BEGIN MOZILLA CHANGE (prevent infinite loop on overflow) */
-+  } while (bufferSize < neededSize && bufferSize > 0);
-+/* END MOZILLA CHANGE */
-+/* BEGIN MOZILLA CHANGE (sanity check bufferSize) */
-+  if (bufferSize <= 0) {
-+errorCode = XML_ERROR_NO_MEMORY;
-+return NULL;
-+  }
-+/* END MOZILLA CHANGE */
-   newBuf = (char *)MALLOC(bufferSize);
-   if (newBuf == 0) {
- errorCode = XML_ERROR_NO_MEMORY;
- return NULL;
-   }
-   bufferLim = newBuf + bufferSize;
- #ifdef XML_CONTEXT_BYTES
-   if (bufferPtr) {
-

diff --git a/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch 
b/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch
deleted file mode 100644
index 5ac5d54..
--- a/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix "xmlwf -h" output
-
-Patch is from: 
http://pkgs.fedoraproject.org/cgit/expat.git/plain/expat-2.1.0-xmlwfargs.patch
-
 xmlwf/xmlwf.c
-+++ xmlwf/xmlwf.c
-@@ -634,7 +634,7 @@ static void
- usage(const XML_Char *prog, int rc)
- {
-   ftprintf(stderr,
--   T("usage: %s [-n] [-p] [-r] [-s] [-w] [-x] [-d output-dir] "
-+   T("usage: %s [-s] [-n] [-p] [-x] [-w] [-d output-dir] [-c] [-m] 
[-r] [-t] [-v] "
-  "[-e encoding] file ...\n"), prog);
-   exit(rc);
- }



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

2016-09-10 Thread Michael Palimaka
commit: 52c687fdb329fe79f63bbe997035236d5c937a5b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 10 18:26:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 18:27:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c687fd

dev-libs/expat: remove old

Package-Manager: portage-2.3.0

 dev-libs/expat/expat-2.1.1-r1.ebuild | 94 
 1 file changed, 94 deletions(-)

diff --git a/dev-libs/expat/expat-2.1.1-r1.ebuild 
b/dev-libs/expat/expat-2.1.1-r1.ebuild
deleted file mode 100644
index b1dcb11..
--- a/dev-libs/expat/expat-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils libtool multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="Stream-oriented XML parser library"
-HOMEPAGE="http://expat.sourceforge.net/";
-SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="elibc_FreeBSD examples static-libs unicode"
-RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
-
-src_prepare() {
-   # https://bugs.gentoo.org/show_bug.cgi?id=583268
-   epatch "${FILESDIR}"/${P}-CVE-2015-1283-refix.patch
-   epatch "${FILESDIR}"/${P}-CVE-2016-0718-v2-2-1.patch
-}
-
-multilib_src_configure() {
-   local myconf="$(use_enable static-libs static)"
-
-   mkdir -p "${BUILD_DIR}"{u,w} || die
-
-   ECONF_SOURCE="${S}" econf ${myconf}
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}" econf 
${myconf}
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE_WCHAR_T" 
ECONF_SOURCE="${S}" econf ${myconf}
-   popd >/dev/null
-   fi
-}
-
-multilib_src_compile() {
-   emake
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   emake buildlib LIBRARY=libexpatu.la
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   emake buildlib LIBRARY=libexpatw.la
-   popd >/dev/null
-   fi
-}
-
-multilib_src_install() {
-   emake install DESTDIR="${D}"
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   emake installlib DESTDIR="${D}" LIBRARY=libexpatu.la
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   emake installlib DESTDIR="${D}" LIBRARY=libexpatw.la
-   popd >/dev/null
-
-   pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
-   cp expat.pc expatu.pc
-   sed -i -e '/^Libs/s:-lexpat:&u:' expatu.pc || die
-   cp expat.pc expatw.pc
-   sed -i -e '/^Libs/s:-lexpat:&w:' expatw.pc || die
-   popd >/dev/null
-   fi
-
-   if multilib_is_native_abi ; then
-   # libgeom in /lib and ifconfig in /sbin require libexpat on 
FreeBSD since
-   # we stripped the libbsdxml copy starting from 
freebsd-lib-8.2-r1
-   use elibc_FreeBSD && gen_usr_ldscript -a expat
-   fi
-}
-
-multilib_src_install_all() {
-   dodoc Changes README
-   dohtml doc/*
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins examples/*.c
-   fi
-
-   prune_libtool_files
-}



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

2016-09-10 Thread Michael Palimaka
commit: eef80f0e2d519bd77555bd4cd4036ab9ec81eb9e
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 15:46:35 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 18:35:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef80f0e

dev-libs/DircetFB: remove unused patches

 dev-libs/DirectFB/files/DirectFB-1.6.3-build.patch | 33 
 dev-libs/DirectFB/files/DirectFB-1.6.3-flags.patch | 11 
 dev-libs/DirectFB/files/DirectFB-1.7.1-flags.patch | 63 --
 3 files changed, 107 deletions(-)

diff --git a/dev-libs/DirectFB/files/DirectFB-1.6.3-build.patch 
b/dev-libs/DirectFB/files/DirectFB-1.6.3-build.patch
deleted file mode 100644
index 2418751..
--- a/dev-libs/DirectFB/files/DirectFB-1.6.3-build.patch
+++ /dev/null
@@ -1,33 +0,0 @@
 DirectFB-1.6.3/interfaces/IDirectFBImageProvider/Makefile.am
-+++ DirectFB-1.6.3/interfaces/IDirectFBImageProvider/Makefile.am
-@@ -59,15 +59,15 @@
- MPEG2_PROVIDER =
- endif
- 
--INCLUDES = \
-+AM_CPPFLAGS =
-+AM_CPPFLAGS =  \
-   -I$(top_builddir)/include   \
-   -I$(top_builddir)/lib   \
-   -I$(top_builddir)/src   \
-   -I$(top_srcdir)/include \
-   -I$(top_srcdir)/lib \
--  -I$(top_srcdir)/src
--
--AM_CPPFLAGS = -DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) 
$(LIBPNG_CFLAGS)
-+  -I$(top_srcdir)/src \
-+  -DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) 
$(LIBPNG_CFLAGS) $(SVG_CFLAGS)
- 
- idirectfbimageprovider_LTLIBRARIES = \
-   libidirectfbimageprovider_dfiff.la  \
 DirectFB-1.6.3/configure.in
-+++ DirectFB-1.6.3/configure.in
-@@ -980,7 +980,7 @@
- dnl Test for libmng
- MNG=no
- 
--AC_ARG_ENABLE(mngg,
-+AC_ARG_ENABLE(mng,
-   AC_HELP_STRING([--enable-mng],
-  [build MNG image provider @<:@default=yes@:>@]),
-   [], [enable_mng=yes])

diff --git a/dev-libs/DirectFB/files/DirectFB-1.6.3-flags.patch 
b/dev-libs/DirectFB/files/DirectFB-1.6.3-flags.patch
deleted file mode 100644
index d20b05b..
--- a/dev-libs/DirectFB/files/DirectFB-1.6.3-flags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 DirectFB-1.6.3/configure.in
-+++ DirectFB-1.6.3/configure.in
-@@ -457,7 +457,7 @@
-  [enable debugging @<:@default=no@:>@]),
-   [], [enable_debug=no])
- if test "$enable_debug" = "yes"; then
--CFLAGS="-g3 -O0 -fno-inline -Wno-inline $CFLAGS"
-+CFLAGS="-fno-inline -Wno-inline $CFLAGS"
- DIRECT_BUILD_DEBUG=1
- else
- DIRECT_BUILD_DEBUG=0

diff --git a/dev-libs/DirectFB/files/DirectFB-1.7.1-flags.patch 
b/dev-libs/DirectFB/files/DirectFB-1.7.1-flags.patch
deleted file mode 100644
index 6522175..
--- a/dev-libs/DirectFB/files/DirectFB-1.7.1-flags.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Author: hasufell 
-Date:   Sat Dec 28 23:48:53 2013 +0100
-
-* respect system flags
-* remove Werror, it breaks the build
-
 a/configure.in
-+++ b/configure.in
-@@ -194,12 +194,7 @@ AM_CONDITIONAL(X11VDPAU_CORE, test "$enable_x11vdpau" = 
"yes")
- AC_CHECK_HEADERS(linux/compiler.h linux/unistd.h asm/page.h signal.h)
- 
- 
--dnl Clear default CFLAGS
--if test x"$CFLAGS" = x"-g -O2"; then
--  CFLAGS=
--fi
--
--CFLAGS="-ffast-math -pipe $CFLAGS"
-+CFLAGS="-ffast-math $CFLAGS"
- 
- DFB_INTERNAL_CFLAGS="-D_GNU_SOURCE $DFB_INTERNAL_CFLAGS"
- 
-@@ -467,7 +462,7 @@ AC_ARG_ENABLE(debug,
-  [enable debugging @<:@default=no@:>@]),
-   [], [enable_debug=no])
- if test "$enable_debug" = "yes"; then
--CFLAGS="-g3 -O0 -fno-inline -Wno-inline $CFLAGS"
-+CFLAGS="-fno-inline -Wno-inline $CFLAGS"
- DIRECT_BUILD_DEBUG=1
- else
- DIRECT_BUILD_DEBUG=0
-@@ -483,13 +478,8 @@ AC_ARG_ENABLE(debug-support,
-   [], [enable_debug_support=yes])
- if test "$enable_debug_support" = "yes" || test "$enable_debug" = "yes"; then
- enable_debug_support=yes
--if test "$enable_debug" = "no"; then
--CFLAGS="-g2 $CFLAGS"
--fi
--CFLAGS="-O3 $CFLAGS"
- DIRECT_BUILD_DEBUGS=1
- else
--CFLAGS="-O3 -g0 $CFLAGS"
- DIRECT_BUILD_DEBUGS=0
- fi
- AM_CONDITIONAL(ENABLE_DEBUGS, test "$enable_debug_support" = "yes")
-@@ -2750,8 +2750,6 @@
- 
- AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
- 
--CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
--
- AC_ARG_ENABLE(extra-warnings,
-   AC_HELP_STRING([--enable-extra-warnings],
-  [enable extra warnings @<:@default=no@:>@]),
-@@ -2761,7 +2759,7 @@
- fi
- 
- if test "$GCC" = "yes"; then
--  CFLAGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing 
-Werror-implicit-function-declaration $CFLAGS"
-+  CFLAGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing 
$CFLAGS"
-   CXXFLAGS="-Wall -Wno-strict-aliasing $CXXFLAGS"
- fi
- 



[gentoo-commits] repo/gentoo:master commit in: app-backup/dar/

2016-09-10 Thread Lars Wendler
commit: 541b17d3ca051740e3e524391439abef74447ee5
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep 10 18:47:34 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep 10 18:48:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541b17d3

app-backup/dar: Bump to version 2.5.6

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

 app-backup/dar/Manifest |  1 +
 app-backup/dar/dar-2.5.6.ebuild | 96 +
 2 files changed, 97 insertions(+)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index f0eb7ce..04a26c5 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -2,3 +2,4 @@ DIST dar-2.4.20.tar.gz 1804634 SHA256 
f0f66108692de8b27e76b1832d9013d9d1dbf45d2a
 DIST dar-2.4.22.tar.gz 1802561 SHA256 
19a977e3ca7ed15e4406bb3e08ff2b8225d291a5c4189a6d5b7b3d75eea50f2b SHA512 
1eb809e6388be7e0c11961b1cd84712e5a94ff5fcbfd4fb66ed5a9aa23e01e7b99ba7300491ea383517b99af289c2d2bb9eab904c0511f23610bbb8feee4575c
 WHIRLPOOL 
6156344a471ae23afae6b58e9bbb030a1d829425c086561843a388873cb5003ea09ec1fdd11245bad2e12a40cc10155e490bef1ef68de5ad9915a5f51f98f93a
 DIST dar-2.4.9.tar.gz 1751738 SHA256 
3d11159a290886dde968e16d36f32fa8640029708457bc87cc0da6d0eac71643 SHA512 
9a9b972599747493694fd838bafaa690e70490b5c500f084f0d0225e93a54ce40d61bc495827519c88f6a94542b88a1be5d11e5a98e672abe8659364d1b4c51f
 WHIRLPOOL 
f700bf7bd393e6dc2cce11e7bc56af0f130ea3fb714de04617a940ec15d6174c06b7a1051eb9c6ffa7a0ec686b1f13c288af1b541d49b332932743d0d617b56b
 DIST dar-2.5.5.tar.gz 1861378 SHA256 
aa77d6778206b00ad7b37d5f615aafff3ea770b35d96625429c14ff67b78466d SHA512 
202f1b35a4b74d60215768deffe24b745bba699b880dd4228dff3a983cbfdcd6e5f739cf81073d937d793f188f44339cfeb712e2874533b01cce49b0a451c306
 WHIRLPOOL 
fccac49a2f52adafb226c77f3ba0418fbcbe913fb80646e873a206f5d44cd693bd2be5f4dc1839957019ee500d70cd5a272e86a21ce1774d6d17ceeb3d7cd5e0
+DIST dar-2.5.6.tar.gz 1879556 SHA256 
47db04275d9f10f3a074e226d6fe760184e9694f1811a98f0b41e4f1dee30815 SHA512 
cb707e7f95917de6eb0d221effe380d75abf49cd28bd97dd4a9056032f465aba5ee02eca08554fd5154bc4664946564723a6defa7d5d9cc4d9e62fe690e2095e
 WHIRLPOOL 
e9930b21b2d319b3df6e5f0bd1b19e4900b5863232a682b62c4324f13eafdb74e530ca8dc3b92801758f7facb1d20a21706cbbaa4436ac5a2a8ff163d582660c

diff --git a/app-backup/dar/dar-2.5.6.ebuild b/app-backup/dar/dar-2.5.6.ebuild
new file mode 100644
index ..6986739
--- /dev/null
+++ b/app-backup/dar/dar-2.5.6.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit confutils flag-o-matic
+
+DESCRIPTION="A full featured backup tool, aimed for disks 
(floppy,CDR(W),DVDR(W),zip,jazz etc.)"
+HOMEPAGE="http://dar.linux.free.fr/";
+SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+IUSE="dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr"
+
+RESTRICT="test" # need to be run as root
+
+RDEPEND=">=sys-libs/zlib-1.2.3:=
+   !static? (
+   app-arch/bzip2:=
+   app-arch/xz-utils:=
+   sys-libs/libcap
+   gcrypt? ( dev-libs/libgcrypt:0= )
+   gpg? ( app-crypt/gpgme )
+   xattr? ( sys-apps/attr:= )
+   )
+   lzo? ( !static? ( dev-libs/lzo:= ) )
+   nls? ( virtual/libintl )"
+
+DEPEND="${RDEPEND}
+   static? (
+   app-arch/bzip2[static-libs]
+   app-arch/xz-utils[static-libs]
+   sys-libs/libcap[static-libs]
+   sys-libs/zlib[static-libs]
+   gcrypt? ( dev-libs/libgcrypt:0=[static-libs] )
+   gpg? (
+   app-crypt/gpgme[static-libs]
+   dev-libs/libassuan[static-libs]
+   dev-libs/libgpg-error[static-libs]
+   )
+   lzo? ( dev-libs/lzo[static-libs] )
+   xattr? ( sys-apps/attr[static-libs] )
+   )
+   nls? ( sys-devel/gettext )
+   doc? ( app-doc/doxygen )"
+
+REQUIRED_USE="?? ( dar32 dar64 )
+   gpg? ( gcrypt )"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
+
+#PATCHES=(
+#)
+
+src_configure() {
+   local myconf=( --disable-upx )
+
+   # Bug 103741
+   filter-flags -fomit-frame-pointer
+
+   # configure.ac is totally funked up regarding the AC_ARG_ENABLE
+   # logic.
+   # For example "--enable-dar-static" causes configure to DISABLE
+   # static builds of dar.
+   # Do _not_ use $(use_enable) until you have verified that the
+   # logic has been fixed by upstream.
+   use xattr || myconf+=( --disable-ea-support )
+   use dar32 && myconf+=( --enable-mode=32 )
+   use dar64 && myconf+=( --enable-mode=64 )
+   use doc || myconf+=( --disable-build-html )
+   # use examples && myconf+=( --enable-examples )
+   use gcrypt || myconf+=( --disab

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-indicator-applet/

2016-09-10 Thread NP Hardass
commit: 323ed3ff43249f8229d572eef3b2f66053871941
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:31:04 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:31:04 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=323ed3ff

mate-extra/mate-indicator-applet: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.14.1.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 1f098b2..b3ddefb 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-indicator-applet-1.10.0.tar.xz 317840 SHA256 
36d0e0fc40fd274e8874c3c0c85cca9d52aa2e692cab82cbb7d411233773dea5 SHA512 
84b1e7a8dc788a7b8f72a83e6045f6b65d1c703de8207c2944c28b5062d64cc7fabd74c86370d0a9c13baa8b47a376e6d3014f329c107c9d72644505c265679b
 WHIRLPOOL 
660da18f1d21dd6e8a506d6712ad1c32d6567f99540154b3a6878045fbc3c733987b2d4a517406426ce42f69f5c1cf97fce199f327c1361da912ac6560d33654
 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 
4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
 WHIRLPOOL 
e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
+DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 
78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 
868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
 WHIRLPOOL 
7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild
new file mode 100644
index 000..0052725
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.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 mate versionator
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND="
+   >=mate-base/mate-panel-1.8[gtk3(-)=]
+   !gtk3? (
+   >=dev-libs/libindicator-0.3.90:0
+   >=x11-libs/gtk+-2.24:2
+   )
+   gtk3? (
+   >=dev-libs/libindicator-0.3.90:3
+   >=x11-libs/gtk+-3.0:3
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"
+
+src_configure() {
+   mate_src_configure \
+   --with-gtk=$(usex gtk3 3.0 2.0)
+}



[gentoo-commits] proj/gentoo-mate:master commit in: app-editors/pluma/

2016-09-10 Thread NP Hardass
commit: d8dd4ed7810dffd97ee8a095c83d837401e0b2f9
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 14:08:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 14:08:06 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d8dd4ed7

app-editors/pluma: Version bump to 1.14.1, updated  drop mate-desktop 
dependency

Package-Manager: portage-2.2.26

 app-editors/pluma/Manifest   | 1 +
 app-editors/pluma/{pluma-.ebuild => pluma-1.14.1.ebuild} | 0
 app-editors/pluma/pluma-.ebuild  | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest
index 8313b63..a0f62a1 100644
--- a/app-editors/pluma/Manifest
+++ b/app-editors/pluma/Manifest
@@ -1,2 +1,3 @@
 DIST pluma-1.10.2.tar.xz 3442784 SHA256 
c0614334dc99e5dde73cbda6cb561cb1a5dc3e3269d74a4134095f9abf73c89a SHA512 
bb41e18419fee07c812ebebb9802a77c325d876d05d37e1e9229e4228b0939ef8c80b1377922b94f02a7b7d02fbff62d4e4959815bd94d5b0da3bfa1afebae60
 WHIRLPOOL 
2edf0078267887af4349537f3c36f7971ab9aad66219e02fe41e47cacc9b91408e668c2294a8c6d6a497b68017b704fe7c7c17fe7ff22030b4c36e330b0def5a
 DIST pluma-1.12.2.tar.xz 3397280 SHA256 
eb74988a9fa9892f883b2ccdc9cf217478576815bcb02662d2e3cf2ae39ef870 SHA512 
db2878161903868703514531ba214fc34dad1789885f18756e9192d6ba17950c8be03141ada72f8c386b515d8b0f9d58a0ee94a33fe3ffe00f360ea667c2b275
 WHIRLPOOL 
30e45dc3e399e77403d23ebe1c8fb98592f3a408de3bd5ee724e621168b26116de0c520348dd74929e360a251b8d727ef9967746b14732fc6e03d63ffb3091c4
+DIST pluma-1.14.1.tar.xz 3415364 SHA256 
5517e9bf93ec22a3036498f2e95652fb9046229b8a0da66a742643eab7e595a1 SHA512 
5d04e053ab2eb0f90e34d9af541004867c7317fd9386229c4e702e95a80420df16b20e4ae4c30bbee79fe904282f6134f7c361971be07cd6952612d975c88d11
 WHIRLPOOL 
217d447f0ebe9bcf069b6831421e9680256c7b70753ab126aaf5641ba518df12b4fc60041feb433873a0cbc2d7108bf871958e13186b71e050d9f0610db9b770

diff --git a/app-editors/pluma/pluma-.ebuild 
b/app-editors/pluma/pluma-1.14.1.ebuild
similarity index 100%
copy from app-editors/pluma/pluma-.ebuild
copy to app-editors/pluma/pluma-1.14.1.ebuild

diff --git a/app-editors/pluma/pluma-.ebuild 
b/app-editors/pluma/pluma-.ebuild
index 64d81da..ff18a05 100644
--- a/app-editors/pluma/pluma-.ebuild
+++ b/app-editors/pluma/pluma-.ebuild
@@ -31,7 +31,6 @@ RESTRICT="test"
 COMMON_DEPEND="dev-libs/atk:0
>=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.5:2
-   >=mate-base/mate-desktop-1.9[gtk3(-)=]
x11-libs/cairo:0
x11-libs/gdk-pixbuf:2
x11-libs/libICE:0



[gentoo-commits] proj/gentoo-mate:master commit in: dev-python/python-caja/

2016-09-10 Thread NP Hardass
commit: 2d2fce1eab5a73e5e65561884f20ca5068b3acbd
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 14:10:24 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 14:10:24 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2d2fce1e

dev-python/python-caja: Version bump to 1.14.0

Package-Manager: portage-2.2.26

 dev-python/python-caja/Manifest  |  1 +
 dev-python/python-caja/python-caja-1.14.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-python/python-caja/Manifest b/dev-python/python-caja/Manifest
index 79c9228..e018a12 100644
--- a/dev-python/python-caja/Manifest
+++ b/dev-python/python-caja/Manifest
@@ -1,2 +1,3 @@
 DIST python-caja-1.10.0.tar.xz 265836 SHA256 
95a1b7b83cbc4ba9f822c80e56740e0d7972c964edac43fd070f445702bd3596 SHA512 
98c3a163a7798c66b050b87076e83cd24afa7ffb0cb139333a075cb0283bb07a51f26e427bda6e1f15e6292f87f7b85e43cab09874fae756e07cbc2944d5f5ae
 WHIRLPOOL 
50f4e51db36bd43819738c46c0a77850ef4fe25566b55a4ab30a7c26eaea68b32a6e14f5bae67670fc8270f89917ddb68d47eeb81200244272b5508e22e40986
 DIST python-caja-1.12.0.tar.xz 265720 SHA256 
5418ffcc5c4a33c15348a0f10ded161d26fd1dfb46b3f68b2c6e3d2d1a7ba975 SHA512 
fbec1a7f5e560cda2b3bba41dcd93c0484f2b7b7527577a2b2114c84019203df92c136fecbbe6c889785c610035a582f1912ad7da9bb1258ada661b56edf4be7
 WHIRLPOOL 
fdf60f678762480f0a9e5532dad08fddead1f3551b2c74d82889b597389cdf37351f9b82bdcf0420dd0505167cb890a75dda3ae5268ba502717cf020a8b922fd
+DIST python-caja-1.14.0.tar.xz 279432 SHA256 
441506e2fd32f77adf1d81dc9748ae27b2123c6a39dc0407932c0f10b11a02ac SHA512 
835d9c1df112746fb3ecfe2e661e0c36814f3e2b21c763450354ce9bc0119d055b6773efa64d252ea8a618ec6c36e2d9cbfca698ffa6652cad0b94a499167497
 WHIRLPOOL 
66df5024c8e47d8973c562a5144dd872adaf02e7ba15ff0c2c4115f33dec1ee5916469d0d28458779800d9543510c557bf629feb8ba9c5360a1ff8f09b811e92

diff --git a/dev-python/python-caja/python-caja-1.14.0.ebuild 
b/dev-python/python-caja/python-caja-1.14.0.ebuild
new file mode 100644
index 000..af66075
--- /dev/null
+++ b/dev-python/python-caja/python-caja-1.14.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Python bindings for the Caja file manager"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="doc gtk3"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   dev-libs/glib:2
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=mate-base/caja-1.8[gtk3(-)=,introspection]
+   !gtk3? ( x11-libs/gtk+:2 )
+   gtk3? ( x11-libs/gtk+:3 )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   virtual/pkgconfig:*
+   doc? ( app-text/docbook-xml-dtd:4.1.2 )"
+
+src_install() {
+   mate_src_install
+
+   # Keep the directory for systemwide extensions.
+   keepdir /usr/share/python-caja/extensions/
+
+   # The HTML documentation generation is broken and commented out by 
upstream.
+   #
+   #if use doc ; then
+   #   insinto /usr/share/gtk-doc/html/nautilus-python # for 
dev-util/devhelp
+   #   doins -r docs/html/*
+   #fi
+}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2016-09-10 Thread NP Hardass
commit: b9b51c7509e0341558232874bffdd8af8a7d0f14
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 14:03:03 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 14:03:03 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b9b51c75

x11-misc/mozo: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 x11-misc/mozo/Manifest   |  1 +
 x11-misc/mozo/mozo-1.14.1.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 27cf776..806faf8 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,3 +1,4 @@
 DIST mozo-1.10.1.tar.xz 163456 SHA256 
91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 
767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea
 WHIRLPOOL 
6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299
 DIST mozo-1.12.0-gtk3.patch.bz2 6562 SHA256 
b8aed33b49bd7d5c09d9546770ba79d8643b8d7eb56a0d512e1105c8e8ffd32d SHA512 
9f86a77f29fb359fb59092d819634d2223b74c5eb149917b1442589306d989cfb87df2cc8c4f1e36fd086ba57a75274feccb4978cc0156e20cfd73712ea2a48b
 WHIRLPOOL 
3b78ad3496b6f31e90e345c83805d6e35a910a4298cfd35a048810425cc26283b8da72cb5134d84a81fa124a0197fa1ba446aa99c0add1eeafc24ae5c31c
 DIST mozo-1.12.0.tar.xz 163820 SHA256 
59ab1c873064177e5515ba31c493fe9fd158c37b1054f7ae638c6571640aecc7 SHA512 
93e760b791a74b6a6ca0377d5aaa060c8bf339dcfde91fcb146ef1e37cc25912b3c93fa2b4d612c0abf2bbd00597c80b58769bc88b57925ec4c465967f32c05b
 WHIRLPOOL 
188419370e749b984d6cc1437baf67dc2611e255d9e18ee2cee113eff578cde8db078064050d63e523d457d5b1fa391a6f1a1db0e95f23c0c79742e484670932
+DIST mozo-1.14.1.tar.xz 171576 SHA256 
6ec9afc8de9c61ac44d0a65e09bdad847caae5050b1ffe66ca02bc6d479f7163 SHA512 
62269ed358807d7ebcf04e6bcbfd3689f019396ebd43a8634bca752f13d6609e94b97688b5fdfa83b1168f0e1cdf284275dc08054e27ab507ce40c2de881bc76
 WHIRLPOOL 
ef795b2268a05ebc6343b62d67e0546b993fe4d6e01d4fbba5c4e8528cb7dae267116de22ddc9dcda91d6aeb332d41411efa2e598ed322ca4acf9da6403f0ea9

diff --git a/x11-misc/mozo/mozo-1.14.1.ebuild b/x11-misc/mozo/mozo-1.14.1.ebuild
new file mode 100644
index 000..80e2d65
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.14.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit python-r1 mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   >=mate-base/mate-menus-1.6[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/gtk+:3[introspection]
+   virtual/libintl:0
+   !!x11-misc/mate-menu-editor"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   mate_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir mate_src_configure \
+   --disable-icon-update
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+   installing() {
+   mate_src_install
+
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+   -i mozo || die
+
+   python_doscript mozo
+   }
+
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/

2016-09-10 Thread NP Hardass
commit: 76516aba608675d8cb3ab2c5a0e7c2a41000eb05
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 12:51:36 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 12:52:20 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=76516aba

mate-base/mate-applets: Version bump to 1.14.1, drop mate-desktop from  deps

Package-Manager: portage-2.2.26

 mate-base/mate-applets/Manifest  | 1 +
 .../{mate-applets-.ebuild => mate-applets-1.14.1.ebuild} | 0
 mate-base/mate-applets/mate-applets-.ebuild  | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 6db9a60..a9583ef 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,2 +1,3 @@
 DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 
e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 
4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3
 WHIRLPOOL 
ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298
 DIST mate-applets-1.12.1.tar.xz 6816716 SHA256 
0a3bc19e59c69eccdcc2342f29b7837563e51fbefdb232ca1884ca23d8f69c99 SHA512 
c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234
 WHIRLPOOL 
9f3569fcdd610935689a5460015347ac46100b8689f74d0bc37ac227e129edbf06e6f86e3471f7f40454c37c00291382ccc51e95b3dd2fac008b4e865620
+DIST mate-applets-1.14.1.tar.xz 7151156 SHA256 
411dc105afae61b2ee0e3b197ea0a00f8670ceb680dd5a549f8ef586289b9d6a SHA512 
f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d
 WHIRLPOOL 
90d13900c8aaed4a08e6d4f55adf600f1da82900f164d9bf5c7a8a6c9e51452668bacbe5e8ae7ee4ccaa156d70121dffefe1c8cce8bd12ad190e5c04d42b1c0e

diff --git a/mate-base/mate-applets/mate-applets-.ebuild 
b/mate-base/mate-applets/mate-applets-1.14.1.ebuild
similarity index 100%
copy from mate-base/mate-applets/mate-applets-.ebuild
copy to mate-base/mate-applets/mate-applets-1.14.1.ebuild

diff --git a/mate-base/mate-applets/mate-applets-.ebuild 
b/mate-base/mate-applets/mate-applets-.ebuild
index 9cf3b30..2436612 100644
--- a/mate-base/mate-applets/mate-applets-.ebuild
+++ b/mate-base/mate-applets/mate-applets-.ebuild
@@ -27,7 +27,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=dev-libs/libxml2-2.5:2
dev-python/pygobject:3
>=gnome-base/libgtop-2.11.92:2=
-   >=mate-base/mate-desktop-1.9[gtk3(-)=]
>=mate-base/mate-panel-1.7[gtk3(-)=]
>=net-wireless/wireless-tools-28_pre9:0
>=sys-apps/dbus-1.1.2:0



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-user-share/

2016-09-10 Thread NP Hardass
commit: d34e241146a542d39b67c56ce6754f2e9278dc7d
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:51:15 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:51:15 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d34e2411

mate-extra/mate-user-share: Version bump to 1.14.0

Package-Manager: portage-2.2.26

 mate-extra/mate-user-share/Manifest|  1 +
 .../mate-user-share/mate-user-share-1.14.0.ebuild  | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/mate-extra/mate-user-share/Manifest 
b/mate-extra/mate-user-share/Manifest
index 8018560..f949809 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,2 +1,3 @@
 DIST mate-user-share-1.10.1.tar.xz 921508 SHA256 
787f4b2449315f18a43d46a4d0035b35994db38bf7a050240b5390b926357b75 SHA512 
6becba18ccd5d3724fb53e9a713e4d68db5abcaeb0524bb1590aec96f18f85e404dd1bb53830d5a57fccfa4761c2a9c45e87d7ce67ee929fcce62e93a3c5f350
 WHIRLPOOL 
55d97a23e140ae20afdaeafb757ce84748d67896b2535426602a9fb4f51e16f6849bab3723ba72bcc973d337098cf395b219fddd598f44f84bbedd85270f1b84
 DIST mate-user-share-1.12.0.tar.xz 931776 SHA256 
06b4798079e28fa6ca6085b2867dbe42ff2f78b45e722dc535d333f4922ddfe8 SHA512 
928bcfa594ba56b84bde249b71fb6315d7dd20fc46c1300edb4f9ab3296a468f1105934ba8cb351e47cef52dac5ca70bdc2f3f7d2166219ded7b7016bea23c24
 WHIRLPOOL 
be5b5ee61ef83abac3cc0f6b79b349dce1a227bd2838c435846b87e646146eb83ce2d83657581a165656f4ac952d8b782ebcf4f9d90e2c3126dc9e2ee8d750b8
+DIST mate-user-share-1.14.0.tar.xz 902728 SHA256 
b43c6658e941cef3781dba5eea47472aa50eb40815bdc36a983b95ef8c4d5f5c SHA512 
a9ad934b0681d1168d7ea3b7d3120cb39f230b7267cd71a91f511f03f132a8e8022bb339fcd017c243988214a82dd337cacb65875d9e35e4c10f014f39eefbe1
 WHIRLPOOL 
8fb9d5ea5e89d9acfc08f83daf9f20985ec6d09236f40c4e7c9093ac72c5a17fec807cd2d205cfb8502fd1ff1eb872f378c3506b17e85d2fd7440d12b8c1b192

diff --git a/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild 
b/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild
new file mode 100644
index 000..6644c16
--- /dev/null
+++ b/mate-extra/mate-user-share/mate-user-share-1.14.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate multilib
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Personal file sharing for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X gtk3"
+
+COMMON_DEPEND="
+   >=dev-libs/dbus-glib-0.70:0
+   >=dev-libs/glib-2.15.2:2
+   >=mate-base/caja-1.6[gtk3(-)=]
+   >=sys-apps/dbus-1.1.1:0
+   >=x11-libs/gdk-pixbuf-2:2
+   x11-libs/libX11:0
+   x11-libs/pango:0
+   >=x11-libs/libnotify-0.7:0
+   virtual/libintl:0
+   !gtk3? (
+   >=dev-libs/libunique-1:1
+   media-libs/libcanberra:0[gtk]
+   >=x11-libs/gtk+-2.24:2
+   )
+   gtk3? (
+   >=dev-libs/libunique-3:3
+   media-libs/libcanberra:0[gtk3]
+   >=x11-libs/gtk+-3.0:3
+   )"
+
+RDEPEND="${COMMON_DEPEND}
+   >=www-apache/mod_dnssd-0.6:0
+   
>=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.35:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --with-httpd=apache2 \
+   --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
+   --disable-bluetooth \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x)
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-netbook/

2016-09-10 Thread NP Hardass
commit: 27c610cca6457d10a34a498cfd913ff69c667231
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:36:55 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:36:55 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=27c610cc

mate-extra/mate-netbook: Version bump to 1.14.0

Package-Manager: portage-2.2.26

 mate-extra/mate-netbook/Manifest   |  1 +
 mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest
index 5fbada5..b0c93e3 100644
--- a/mate-extra/mate-netbook/Manifest
+++ b/mate-extra/mate-netbook/Manifest
@@ -1,2 +1,3 @@
 DIST mate-netbook-1.10.0.tar.xz 268792 SHA256 
d84c2a6cd10b112a571e311613508b4391676f03d9bed1cea51bfca8b1dafee3 SHA512 
b98b2233591b3fd0168c7250c9c993d365e0d951bb20a60e602e7999a50ee4ef8340869ff17a3a14f43fde376113864e3de0381a0751466605aa330935c81727
 WHIRLPOOL 
2d13427780d652ad9bbfcb5a015eb5c9a0360b4552ccc946594beeecb9b4214cd1cc2f986e8c5ecb63f0380f8021e9b958bc264b7fcfcbd99a093d11520fea67
 DIST mate-netbook-1.12.0.tar.xz 268632 SHA256 
96f65b971b03932fc10060a8f8745c29bcd2db48fb5b4b396048f0cbcf87d7d3 SHA512 
3f46e537b48833fe3bd599dcaa6af89a265dacac4fc077d46ca87b5a35c2368810824747411d263541e2685e2700311996f8741aa9321122d6d306c1ad8fc15b
 WHIRLPOOL 
4eb462cd69ca82752ecee3da3b8d57e27c4518ae05f1b1c441872e5b3a6b8e7d360b894f0cff2293ceb04c8369ee69e949c9955b61b6dede661ba133bad9e0af
+DIST mate-netbook-1.14.0.tar.xz 284248 SHA256 
4236ed28f2aa33b9ec4be2c9bd72410b908eefba5674280273b252354b4ce0c0 SHA512 
aa5d5ed1a8c31df4b7e84cad8efaaf326f7bf2a9a392b34b053c30287404949ddd5f27d438d028bc569cbedc177dc1236af32e869b0418677021e7a6ef17dfe1
 WHIRLPOOL 
c1ac9862ddba339de5409d0175d712cc8fe7049da1a08ddf9b281fed19e3769b97d48c4fc2f85c07671f2d03a824f944f927b9c24a72d8046ec82f2a6397fbe7

diff --git a/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
new file mode 100644
index 000..052b0e8
--- /dev/null
+++ b/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE utilities for netbooks"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.36:2
+   >=mate-base/mate-desktop-1.9[gtk3(-)=]
+   >=mate-base/mate-panel-1.8[gtk3(-)=]
+   x11-libs/libfakekey:0
+   x11-libs/libXtst:0
+   x11-libs/libX11:0
+   x11-libs/cairo:0
+   virtual/libintl:0
+   !gtk3? (
+   dev-libs/libunique:1
+   x11-libs/gtk+:2
+   x11-libs/libwnck:1
+   )
+   gtk3? (
+   dev-libs/libunique:3
+   x11-libs/gtk+:3
+   x11-libs/libwnck:3
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   x11-proto/xproto:0
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --with-gtk=$(usex gtk3 3.0 2.0)
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-utils/

2016-09-10 Thread NP Hardass
commit: 64ae55f2c3588b9bc5b559f607ac756bb73fd635
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:56:16 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:56:16 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=64ae55f2

mate-extra/mate-utils: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 mate-extra/mate-utils/Manifest |  1 +
 mate-extra/mate-utils/mate-utils-1.14.1.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index ea4e0c0..d1799bb 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,2 +1,3 @@
 DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 
a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 
7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79
 WHIRLPOOL 
3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13
 DIST mate-utils-1.12.0.tar.xz 6482900 SHA256 
60da98d984065d5001ba23f7fb02fb2acd1c1ec864e4a2730274f8791a96d69f SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
 WHIRLPOOL 
36d00040b6d655e78192f5554ee773fe5998a9395040fa0ef5b3d9560d73e8cb582fbc750136f5581dc462cea6ad2e7306cdc94027a6d63d5f1e8aacc3dc1699
+DIST mate-utils-1.14.1.tar.xz 6498448 SHA256 
6632c1fe72187ed1d77ee8e55cf70885b2611c086b606b92010d2a4f193ab4dd SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
 WHIRLPOOL 
7cd60dc07f1c75c053c783064eb10c87711189d2b5b4b0e9258a4f9c7b78bf1e141b64a30e37cdfcb82bf8e04599a2032641f08b2617c61fe24c7bcbd7f24c85

diff --git a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
new file mode 100644
index 000..9570167
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Utilities for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X applet debug gtk3 ipv6 test"
+
+COMMON_DEPEND="
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libgtop-2.12:2=
+   sys-libs/zlib:0
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.6[gtk3(-)=] )
+   !gtk3? (
+   >=x11-libs/gtk+-2.24:2
+   >=media-libs/libcanberra-0.4:0[gtk]
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   x11-proto/xextproto:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --disable-maintainer-flags \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6)
+}



[gentoo-commits] proj/gentoo-mate:master commit in: x11-terms/mate-terminal/

2016-09-10 Thread NP Hardass
commit: 1c4abfe27fa9c93d53bc3405e50bf2b4d1cad4ec
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:48:19 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:48:19 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1c4abfe2

x11-terms/mate-terminal: Version bump to 1.14.1, updated  force gtk3 and 
swap mate-desktop with dconf as dep

Package-Manager: portage-2.2.26

 x11-terms/mate-terminal/Manifest|  1 +
 ...terminal-.ebuild => mate-terminal-1.14.1.ebuild} |  0
 x11-terms/mate-terminal/mate-terminal-.ebuild   | 17 +
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index 5d6c204..cb692c4 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST mate-terminal-1.10.2.tar.xz 1147956 SHA256 
4fc1ebebb5dc77231f1887752d9588c0f5f368b9190005d642198beedb9f7b72 SHA512 
162f2a8b210169fc866c87b84d08834468b0377ab53884f34f22ced0f3bb52fb9029ecf8f7a0dafdff050d6e919f7e6e6d75d7b6ffdc5891183c37fc8eb73420
 WHIRLPOOL 
78bc74385800566985c09fb2ce440cfe56edf5ea53510b898fd57f7ce96631724e6b9120e3fab86ceb8b4d73e6b1df994639e933dfda73ddd3089a01e4b2065b
 DIST mate-terminal-1.12.1.tar.xz 1143628 SHA256 
d4e16a7b2742e0a904e304b2251fb8e5028833a6813e75bd8214ee542cd86c0e SHA512 
c37b725db1522153fcb4dc596205f9382605bf981504217c8b087a4d7e6086a5c40644cdab1eb3c0593632d4f38d45fbcdfd763cb1ef62ff7359335c54b6ff42
 WHIRLPOOL 
8e0dc57b48e19cab8f821e922519045dd97bf9c3b18052aa3aad81ce2d238a8f1c513e2cf5ca426b7b87cbfeb184c02cd02ecd2f2c1c63a912856860d53c2813
+DIST mate-terminal-1.14.1.tar.xz 1313612 SHA256 
248f8e4db544a76a521e7e80cceb3e6736b60c64880376b08f552cb66c378b29 SHA512 
e7c68dfce1e9b886449774567f225cf267366ab857e510de3bae9867442306defe0b1d86bc90782326f4c252620311f6846a50b89a3f8939e8cfb816e25db209
 WHIRLPOOL 
fc1337b2f270ccc7bab7d3887ef3afb3e50b917995133d44497e276e395670564d5c20289ce114f1da71105ebd535cd815037d66266d942f4e0d183a2a0d7e9d

diff --git a/x11-terms/mate-terminal/mate-terminal-.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild
similarity index 100%
copy from x11-terms/mate-terminal/mate-terminal-.ebuild
copy to x11-terms/mate-terminal/mate-terminal-1.14.1.ebuild

diff --git a/x11-terms/mate-terminal/mate-terminal-.ebuild 
b/x11-terms/mate-terminal/mate-terminal-.ebuild
index 58564f0..e3bdd92 100644
--- a/x11-terms/mate-terminal/mate-terminal-.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-.ebuild
@@ -14,24 +14,18 @@ DESCRIPTION="The MATE Terminal"
 LICENSE="GPL-3"
 SLOT="0"
 
-IUSE="gtk3"
+IUSE=""
 
 COMMON_DEPEND="dev-libs/atk:0
>=dev-libs/glib-2.36:2
-   >=mate-base/mate-desktop-1.6[gtk3(-)=]
+   >=gnome-base/dconf-0.13.4:0
x11-libs/gdk-pixbuf:2
x11-libs/libICE:0
x11-libs/libSM:0
x11-libs/libX11:0
x11-libs/pango:0
-   !gtk3? (
-   >=x11-libs/gtk+-2.24.0:2
-   >=x11-libs/vte-0.28:0
-   )
-   gtk3? (
-   >=x11-libs/gtk+-3.0:3
-   >=x11-libs/vte-0.38:2.91
-   )"
+   >=x11-libs/gtk+-3.14:3
+   >=x11-libs/vte-0.38:2.91"
 
 RDEPEND="${COMMON_DEPEND}"
 
@@ -44,6 +38,5 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig:*"
 
 src_configure() {
-   mate_src_configure \
-   --with-gtk=$(usex gtk3 3.0 2.0)
+   mate_src_configure
 }



[gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-icon-theme-faenza/

2016-09-10 Thread NP Hardass
commit: a8bf265aeec5b2eac960f45aef87eee52eccbf82
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:27:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:27:54 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=a8bf265a

x11-themes/mate-icon-theme-faenza: Version bump to 1.14.0

Package-Manager: portage-2.2.26

 x11-themes/mate-icon-theme-faenza/Manifest |  1 +
 .../mate-icon-theme-faenza-1.14.0.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/x11-themes/mate-icon-theme-faenza/Manifest 
b/x11-themes/mate-icon-theme-faenza/Manifest
index ab185d5..c9938df 100644
--- a/x11-themes/mate-icon-theme-faenza/Manifest
+++ b/x11-themes/mate-icon-theme-faenza/Manifest
@@ -1,2 +1,3 @@
 DIST mate-icon-theme-faenza-1.10.1.tar.xz 38659648 SHA256 
5bc7d90042df975b3229b64a0a1077226d961f6dfc90775623399bb6d41b246a SHA512 
f214c32f113d3da1d9705e7fcfa5523791759db2a674446fd3e664ba0a4168658edd8549f5c26853f648bcd4a6754f0d15da4b55921bde7244e70334d58b1ee3
 WHIRLPOOL 
fa5fe173e21096d840f2f0a520774fb22546565057441ebf4e49cadbec33d647ee5f3abc15f269de27e5675177bac774f2b7553bf5f66797477e8aa7d0dd5cfe
 DIST mate-icon-theme-faenza-1.12.0.tar.xz 19058516 SHA256 
c8f6eaac54fdd6d3a81e5cbf18e2bb342c51fd07e0d3deaafc7ca2180bf0b97c SHA512 
58c26458027bc9938ca01f88942faedce5189b090302adb3c4f63f1c042616fb4fb8f53f1454a9d7de1b642af1074fa3f7a1a75eeaacbc675a4467dad9b95be4
 WHIRLPOOL 
06caf42f694c25a92c0206476711361208d7dba71da7daaed802242a1bd020bfb6280bec45e1cb35e17cc53d0d60c01ae12951a671548d29eceb015a2da2c4d6
+DIST mate-icon-theme-faenza-1.14.0.tar.xz 19314908 SHA256 
d912ffc86e01e71e96499c993cc429922ffd2576abc075e5c212cd95095fb984 SHA512 
91c92eb1e3db91425a6fba13803b050227acf3bc0e9b6c0f07f6805d7c154cc21e2dbf38fac567aa4953abebb678663936491a65a0de5889be837f53068a6e58
 WHIRLPOOL 
597f961079bf742f091558f41daa47f3370c8a55520f38b6c2b51ba8697ecb95b5a86792ab419c88ddf663f54dc88aac8d01069e9142885dd4b1b6a232adc049

diff --git 
a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.14.0.ebuild 
b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.14.0.ebuild
new file mode 100644
index 000..d8a9d75
--- /dev/null
+++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.14.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="minimal"
+
+RDEPEND="x11-themes/hicolor-icon-theme:0
+   !minimal? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
+
+RESTRICT="binchecks strip"
+
+# https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
+MATE_FORCE_AUTORECONF=true
+
+src_prepare() {
+   # Remove broken libreoffice icons (dangling symlinks).
+   rm matefaenza/apps/16/*libreoffice* || die
+
+   mate_src_prepare
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-09-10 Thread NP Hardass
commit: 3785aaf912e0aece92d35741f893197ff307458c
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:40:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:40:54 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3785aaf9

mate-extra/mate-sensors-applet: Version bump to 1.14.0

Package-Manager: portage-2.2.26

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.14.0.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index d4da0be..2685d91 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 
dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 
3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b
 WHIRLPOOL 
e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f
 DIST mate-sensors-applet-1.12.1.tar.xz 369492 SHA256 
94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 WHIRLPOOL 
5534897f6532fb4d2b8016cd06b2f64bef7b97aca7156062327def9174a9a03e497e2120fb09f0acf36b663256c809db10a30d1edad922a8590e23e32c2e59e6
+DIST mate-sensors-applet-1.14.0.tar.xz 389960 SHA256 
f825e663d409458cc9e6c399ae78140422e3f5f225aa3bebf2e1837434da1a8f SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 WHIRLPOOL 
f1af968c8770482d4a11e6954aa12ae57a939997ffc06ae888672107138fe257af5aeeb99599f0ac47b464cad17f8dee9e24c8dec8720f418ac62a6e5e26cde6

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
new file mode 100644
index 000..31a691d
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE panel applet to display readings from hardware sensors"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx 
video_cards_nvidia"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
+   >=mate-base/mate-panel-1.6[gtk3(-)=]
+   >=x11-libs/cairo-1.0.4:0
+   x11-libs/gdk-pixbuf:2
+   virtual/libintl:0
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   hddtemp? (
+   dbus? (
+   >=dev-libs/dbus-glib-0.80:0
+   >=dev-libs/libatasmart-0.16:0 )
+   !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
+   libnotify? ( >=x11-libs/libnotify-0.7:0 )
+   lm_sensors? ( sys-apps/lm_sensors:0 )
+   video_cards_fglrx? ( x11-drivers/ati-drivers:* )
+   video_cards_nvidia? ( || (
+   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
+   media-video/nvidia-settings:0
+   ) )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
+
+src_configure() {
+   local udisks
+
+   if use hddtemp && use dbus; then
+   udisks="--enable-udisks"
+   else
+   udisks="--disable-udisks"
+   fi
+
+   mate_src_configure \
+   --disable-static \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_enable libnotify) \
+   $(use_with lm_sensors libsensors) \
+   $(use_with video_cards_fglrx aticonfig) \
+   $(use_with video_cards_nvidia nvidia) \
+   ${udisks}
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/

2016-09-10 Thread Michael Palimaka
commit: 9821559d8b019eaffad15b7e8a10526ba6899294
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 10 19:32:05 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 19:32:18 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9821559d

kde-frameworks/syntax-highlighting: new package (still in kdereview)

Package-Manager: portage-2.3.0

 kde-frameworks/syntax-highlighting/metadata.xml|  8 ++
 .../syntax-highlighting-.ebuild| 29 ++
 2 files changed, 37 insertions(+)

diff --git a/kde-frameworks/syntax-highlighting/metadata.xml 
b/kde-frameworks/syntax-highlighting/metadata.xml
new file mode 100644
index 000..2fdbf33
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild 
b/kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild
new file mode 100644
index 000..3ab9799
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework to let applications perform actions as a privileged 
user"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtxmlpatterns)
+"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   test? ( $(add_qt_dep qtwidgets) )
+"
+
+src_install() {
+   kde5_src_install
+   dobin "${BUILD_DIR}"/src/indexer/katehighlightingindexer
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/

2016-09-10 Thread NP Hardass
commit: 314eb2c26784baa4cb10af1873a12b6cc210b792
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Sep  6 02:13:37 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314eb2c2

mate-base/mate-applets: Drop orphaned patch

Package-Manager: portage-2.3.0

 ...lets-1.6.2-r1-replace-cpufreq-by-cpupower.patch | 79 --
 1 file changed, 79 deletions(-)

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.6.2-r1-replace-cpufreq-by-cpupower.patch
 
b/mate-base/mate-applets/files/mate-applets-1.6.2-r1-replace-cpufreq-by-cpupower.patch
deleted file mode 100644
index 880afc7..
--- 
a/mate-base/mate-applets/files/mate-applets-1.6.2-r1-replace-cpufreq-by-cpupower.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-Obtained from: 
http://pkgs.fedoraproject.org/cgit/mate-applets.git/plain/cpufreq.patch
-
-diff -upr mate-applets-1.5.0-orig/configure.ac mate-applets-1.5.0/configure.ac
 mate-applets-1.5.0-orig/configure.ac   2012-12-08 22:37:32.0 
+0100
-+++ mate-applets-1.5.0/configure.ac2013-01-14 18:04:15.726598991 +0100
-@@ -506,13 +506,13 @@ if test "x$HAVE_POLKIT" = "xyes"; then
- fi
- 
- AC_CHECK_HEADER(cpufreq.h, have_libcpufreq=yes, have_libcpufreq=no)
--LIBCPUFREQ_LIBS=
--if test "x$have_libcpufreq" = "xyes"; then
--   AC_DEFINE([HAVE_LIBCPUFREQ], [1], [Have libcpufreq.])
--   LIBCPUFREQ_LIBS=-lcpufreq
-+LIBCPUPOWER_LIBS=
-+if test "x$have_libcpupower" = "xyes"; then
-+   AC_DEFINE([HAVE_LIBCPUPOWER], [1], [Have libcpupower.])
-+   LIBCPUPOWER_LIBS=-lcpupower
- fi
--AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
--AC_SUBST(LIBCPUFREQ_LIBS)
-+AM_CONDITIONAL(HAVE_LIBCPUPOWER, test x$have_libcpupower = xyes)
-+AC_SUBST(LIBCPUPOWER_LIBS)
- 
- build_cpufreq_applet=no
- 
-diff -upr 
mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 
mate-applets-1.5.0/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c
 
mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 
   2012-12-08 22:37:32.0 +0100
-+++ mate-applets-1.5.0/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 
2013-01-14 19:15:28.432366287 +0100
-@@ -24,7 +24,7 @@
- #include "cpufreq-selector-factory.h"
- #include "cpufreq-selector-sysfs.h"
- #include "cpufreq-selector-procfs.h"
--#ifdef HAVE_LIBCPUFREQ
-+#ifdef HAVE_LIBCPUPOWER
- #include "cpufreq-selector-libcpufreq.h"
- #endif
- 
-@@ -33,7 +33,7 @@ cpufreq_selector_factory_create_selector
- {
-   CPUFreqSelector *selector = NULL;
-   
--#ifdef HAVE_LIBCPUFREQ
-+#ifdef HAVE_LIBCPUPOWER
-   selector = cpufreq_selector_libcpufreq_new (cpu);
- #else
-   if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", 
G_FILE_TEST_EXISTS)) { /* 2.6 kernel */
-@@ -41,7 +41,7 @@ cpufreq_selector_factory_create_selector
-   } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 
kernel */
-   selector = cpufreq_selector_procfs_new (cpu);
-   }
--#endif /* HAVE_LIBCPUFREQ */
-+#endif /* HAVE_LIBCPUPOWER */
- 
-   return selector;
- }
-diff -upr mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/Makefile.am 
mate-applets-1.5.0/cpufreq/src/cpufreq-selector/Makefile.am
 mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/Makefile.am   
2012-12-08 22:37:32.0 +0100
-+++ mate-applets-1.5.0/cpufreq/src/cpufreq-selector/Makefile.am
2013-01-14 19:13:27.223180712 +0100
-@@ -16,7 +16,7 @@ if CPUFREQ_SELECTOR_SUID
- endif
- 
- 
--if HAVE_LIBCPUFREQ
-+if HAVE_LIBCPUPOWER
- cpufreq_files=cpufreq-selector-libcpufreq.c
cpufreq-selector-libcpufreq.h
- endif
- 
-diff -upr mate-applets-1.5.0-orig/cpufreq/src/Makefile.am 
mate-applets-1.5.0/cpufreq/src/Makefile.am
 mate-applets-1.5.0-orig/cpufreq/src/Makefile.am2012-12-08 
22:37:32.0 +0100
-+++ mate-applets-1.5.0/cpufreq/src/Makefile.am 2013-01-14 19:14:01.647517888 
+0100
-@@ -12,7 +12,7 @@ INCLUDES = \
- 
- libexec_PROGRAMS = mate-cpufreq-applet
- 
--if HAVE_LIBCPUFREQ
-+if HAVE_LIBCPUPOWER
- cpufreq_files=cpufreq-monitor-libcpufreq.ccpufreq-monitor-libcpufreq.h
- endif
- 



[gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/

2016-09-10 Thread NP Hardass
commit: 4200c5cff6f667c18ec5d0f0944014e9e8d8dd91
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 04:44:52 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4200c5cf

app-arch/engrampa: swap out itstool for proper dep yelp-tools

Package-Manager: portage-2.3.0

 app-arch/engrampa/engrampa-1.10.2-r1.ebuild | 2 +-
 app-arch/engrampa/engrampa-1.12.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/engrampa/engrampa-1.10.2-r1.ebuild 
b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
index 8a613bc..c8a2bf2 100644
--- a/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
@@ -32,8 +32,8 @@ RDEPEND=">=x11-libs/gtk+-2.24.0:2
!!app-arch/mate-file-archiver"
 
 DEPEND="${RDEPEND}
+   app-text/yelp-tools
>=dev-util/intltool-0.35:*
-   dev-util/itstool:0
>=mate-base/mate-common-1.8:0
sys-devel/gettext:*
virtual/pkgconfig:*"

diff --git a/app-arch/engrampa/engrampa-1.12.0-r1.ebuild 
b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
index 48c44f3..89cfca9 100644
--- a/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
@@ -32,8 +32,8 @@ RDEPEND="
!!app-arch/mate-file-archiver"
 
 DEPEND="${RDEPEND}
+   app-text/yelp-tools
>=dev-util/intltool-0.50.1:*
-   dev-util/itstool:0
sys-devel/gettext:*
virtual/pkgconfig:*"
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/

2016-09-10 Thread NP Hardass
commit: 6a5597b826cddc790d1fbbd8af161adbb7b2b05d
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 18:44:25 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5597b8

mate-extra/mate-utils: Make utils available on all DEs, #585252

Package-Manager: portage-2.3.0

 mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild | 90 +++
 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild |  8 ++
 2 files changed, 98 insertions(+)

diff --git a/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild
new file mode 100644
index ..8005839
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz";
+DESCRIPTION="Utilities for the MATE desktop"
+HOMEPAGE="http://mate-desktop.org";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="X applet ipv6 test"
+
+RDEPEND="app-text/rarian:0
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libgtop-2.12:2=
+   >=media-libs/libcanberra-0.4:0[gtk]
+   sys-libs/zlib:0
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.10:0 )"
+
+DEPEND="${RDEPEND}
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50:*
+   >=mate-base/mate-common-1.10:0
+   x11-proto/xextproto:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   gnome2_src_prepare
+
+   # Remove -D.*DISABLE_DEPRECATED cflagss
+   # This method is kinda prone to breakage. Recheck carefully with next 
bump.
+   # bug 339074
+   LC_ALL=C find . -iname 'Makefile.am' -exec \
+   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
+
+   # Do Makefile.in after Makefile.am to avoid automake maintainer-mode
+   LC_ALL=C find . -iname 'Makefile.in' -exec \
+   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
+
+   if ! use test; then
+   sed -e 's/ tests//' -i logview/Makefile.{am,in} || die
+   fi
+
+   # Fix up desktop files.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e 's/Categories\(.*\)MATE/Categories\1X-MATE/' -i {} + || 
die
+
+   # Make apps visible in all DEs.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e '/OnlyShowIn/d' -i {} + || die
+}
+
+src_configure() {
+   local myconf
+   if ! use debug; then
+   myconf="${myconf} --enable-debug=minimum"
+   fi
+
+   gnome2_src_configure \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6) \
+   $(use_with X x) \
+   --disable-maintainer-flags \
+   --enable-zlib \
+   ${myconf}
+}
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS"

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
index 106..5369732 100644
--- a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
@@ -52,6 +52,14 @@ DEPEND="${RDEPEND}
 
 PATCHES=( "${FILESDIR}/${P}-dict-gtk3.patch" )
 
+src_prepare() {
+   # Make apps visible in all DEs.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e '/OnlyShowIn/d' -i {} + || die
+
+   mate_src_prepare
+}
+
 src_configure() {
mate_src_configure \
--disable-maintainer-flags \



[gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/files/, app-arch/engrampa/

2016-09-10 Thread NP Hardass
commit: 5d84164d5999f045f558142c917a71c0ad304ec1
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 04:25:39 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d84164d

app-arch/engrampa: Update p7zip support

Package-Manager: portage-2.3.0

 ...mpa-1.12.0.ebuild => engrampa-1.10.2-r1.ebuild} | 52 ++
 ...mpa-1.12.0.ebuild => engrampa-1.12.0-r1.ebuild} |  5 +++
 .../files/engrampa-1.10.2-p7zip-15.09-compat.patch | 25 +++
 .../files/engrampa-1.10.2-p7zip-15.14-compat.patch | 30 +
 4 files changed, 94 insertions(+), 18 deletions(-)

diff --git a/app-arch/engrampa/engrampa-1.12.0.ebuild 
b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
similarity index 59%
copy from app-arch/engrampa/engrampa-1.12.0.ebuild
copy to app-arch/engrampa/engrampa-1.10.2-r1.ebuild
index c1ec897..8a613bc 100644
--- a/app-arch/engrampa/engrampa-1.12.0.ebuild
+++ b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
@@ -2,53 +2,69 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI="5"
 
-MATE_LA_PUNT="yes"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
 
-inherit mate
+inherit gnome2 versionator
 
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
+MATE_BRANCH="$(get_version_component_range 1-2)"
 
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz";
 DESCRIPTION="Engrampa archive manager for MATE"
+HOMEPAGE="http://mate-desktop.org";
+
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
 
-IUSE="caja gtk3 magic packagekit"
+IUSE="caja magic"
 
-RDEPEND="
+RDEPEND=">=x11-libs/gtk+-2.24.0:2
>=dev-libs/glib-2.32.0:2
>=dev-libs/json-glib-0.14:0
x11-libs/gdk-pixbuf:2
x11-libs/pango:0
virtual/libintl:0
-   caja? ( >=mate-base/caja-1.8[gtk3(-)=] )
-   !gtk3? ( >=x11-libs/gtk+-2.24.0:2 )
-   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   caja? ( >=mate-base/caja-1.10:0 )
magic? ( sys-apps/file )
-   packagekit? ( app-admin/packagekit-base )
!!app-arch/mate-file-archiver"
 
 DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.50.1:*
+   >=dev-util/intltool-0.35:*
dev-util/itstool:0
+   >=mate-base/mate-common-1.8:0
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.09-compat.patch"
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.14-compat.patch"
+)
+
+src_prepare() {
+   gnome2_src_prepare
+
+   # Drop DEPRECATED flags as configure option doesn't do it, bug #385453
+   sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
+   copy-n-paste/Makefile.am copy-n-paste/Makefile.in || die
+}
+
 src_configure() {
-   mate_src_configure \
+   gnome2_src_configure \
--disable-run-in-place \
+   --disable-packagekit \
--disable-deprecations \
-   --with-gtk=$(usex gtk3 3.0 2.0) \
+   --with-gtk=2.0 \
$(use_enable caja caja-actions) \
-   $(use_enable magic) \
-   $(use_enable packagekit)
+   $(use_enable magic)
 }
 
+DOCS="AUTHORS HACKING MAINTAINERS NEWS README TODO"
+
 pkg_postinst() {
-   mate_pkg_postinst
+   gnome2_pkg_postinst
 
elog ""
elog "${PN} is a frontend for several archiving utilities. If you want 
a"

diff --git a/app-arch/engrampa/engrampa-1.12.0.ebuild 
b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
similarity index 93%
rename from app-arch/engrampa/engrampa-1.12.0.ebuild
rename to app-arch/engrampa/engrampa-1.12.0-r1.ebuild
index c1ec897..48c44f3 100644
--- a/app-arch/engrampa/engrampa-1.12.0.ebuild
+++ b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
@@ -37,6 +37,11 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.09-compat.patch"
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.14-compat.patch"
+)
+
 src_configure() {
mate_src_configure \
--disable-run-in-place \

diff --git a/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.09-compat.patch 
b/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.09-compat.patch
new file mode 100644
index ..d0937a8
--- /dev/null
+++ b/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.09-compat.patch
@@ -0,0 +1,25 @@
+From 4f65bde8fc4d4efe747d4e7fbeba1211469ed79a Mon Sep 17 00:00:00 2001
+From: monsta 
+Date: Thu, 24 Dec 2015 17:11:19 +0300
+Subject: [PATCH] 7z: correct checking for p7zip 15.09+
+
+from https://github.com/GNOME/file-roller/commit/ed9c3fd2
+
+fixes https://github.com/mate-desktop/engrampa/issues/114
+---
+ src/fr-command-7z.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
+index 297ba1b..0b784f7 100644
+--- a/src/fr-command-7z.c
 b/src/fr-command-7z.c
+@@ -106,7 +106,7 @@ list__process

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2016-09-10 Thread NP Hardass
commit: cb0ccf6943077fc6fb43396b76a3cbd7fa11085a
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Sep  6 02:13:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0ccf69

mate-base/mate-applets: backport kernel 4.7 support

Package-Manager: portage-2.3.0

 .../files/mate-applets-1.10.4-kernel-4.7.patch | 38 
 ...2.1-r1.ebuild => mate-applets-1.10.4-r2.ebuild} | 68 ++
 ...2.1-r1.ebuild => mate-applets-1.12.1-r2.ebuild} |  3 +
 3 files changed, 73 insertions(+), 36 deletions(-)

diff --git a/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch 
b/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch
new file mode 100644
index ..afe06dc
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch
@@ -0,0 +1,38 @@
+From 1b4478eab642787c43601259611f7b27e0bb473b Mon Sep 17 00:00:00 2001
+From: leigh123linux 
+Date: Thu, 9 Jun 2016 10:06:34 +0100
+Subject: [PATCH] fix build with kernel-4.7
+
+---
+ cpufreq/src/cpufreq-monitor-libcpufreq.c | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+index 40c44ba..5fe79fb 100644
+--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c
 b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+@@ -23,8 +23,11 @@
+ #include 
+ 
+ #include 
++#include 
+ #include 
+-
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)
++#include 
++#endif
+ #include "cpufreq-monitor-libcpufreq.h"
+ #include "cpufreq-utils.h"
+ 
+@@ -111,7 +114,11 @@ cpufreq_monitor_libcpufreq_run (CPUFreqMonitor *monitor)
+   /* Check whether it failed because
+* cpu is not online.
+*/
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
+   if (!cpufreq_cpu_exists (cpu)) {
++#else
++  if (cpupower_is_cpu_online (cpu)) {
++#endif
+   g_object_set (G_OBJECT (monitor), "online", FALSE, 
NULL);
+   return TRUE;
+   }

diff --git a/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
similarity index 58%
copy from mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild
copy to mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
index ecc284b..4743098 100644
--- a/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
@@ -2,21 +2,24 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI="5"
 
+GCONF_DEBUG="no"
 PYTHON_COMPAT=( python2_7 )
 
-inherit mate python-single-r1
+inherit eutils gnome2 python-single-r1 versionator
 
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
+MATE_BRANCH="$(get_version_component_range 1-2)"
 
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz";
 DESCRIPTION="Applets for the MATE Desktop and Panel"
+HOMEPAGE="http://mate-desktop.org";
+
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
 
-IUSE="X gtk3 ipv6 policykit +upower"
+IUSE="X ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
@@ -24,58 +27,49 @@ RDEPEND="${PYTHON_DEPS}
dev-libs/atk:0
>=dev-libs/dbus-glib-0.74:0
>=dev-libs/glib-2.36:2
-   >=dev-libs/libmateweather-1.6.1[gtk3(-)=]
+   >=dev-libs/libmateweather-1.10:0
>=dev-libs/libxml2-2.5:2
dev-python/pygobject:3
>=gnome-base/libgtop-2.11.92:2=
-   >=mate-base/mate-desktop-1.9[gtk3(-)=]
-   >=mate-base/mate-panel-1.7[gtk3(-)=]
-   >=mate-base/mate-settings-daemon-1.6
+   >=gnome-extra/gucharmap-2.32.1:0
+   >=mate-base/mate-desktop-1.10:0
+   >=mate-base/mate-panel-1.10:0
+   >=mate-base/mate-settings-daemon-1.10:0
>=sys-apps/dbus-1.1.2:0
sys-power/cpupower
+   upower? ( || ( >=sys-power/upower-0.9.23 
>=sys-power/upower-pm-utils-0.9.23 ) )
x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/gtksourceview:2.0
>=x11-libs/libnotify-0.7:0
x11-libs/libX11:0
+   >=x11-libs/libwnck-2.30:1
x11-libs/pango:0
+   >=x11-themes/mate-icon-theme-1.10:0
virtual/libintl:0
-   !gtk3? (
-   >=gnome-extra/gucharmap-2.32.1:0
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/gtksourceview:2.0
-   >=x11-libs/libwnck-2.30:1
-   )
-   gtk3? (
-   >=gnome-extra/gucharmap-3.0:2.90
-   >=x11-libs/gtk+-3.0:3
-   x11-libs/gtksourceview:3.0
-   >=x11-libs/libwnck-3.0:3
-   )
-   policykit? ( >=sys-auth/polkit-0.92:0 )
-   upower? (
-   || (
-   >=sys-power/upower-0.9.23
-   >=sys-power/upower-pm-utils-0.9.23
-   

[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/, mate-extra/mate-utils/files/

2016-09-10 Thread NP Hardass
commit: a01ebe3ec7bbac9118cb4cb36bd9dcfa996fa989
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 18:07:19 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01ebe3e

mate-extra/mate-utils: Backport gtk3 fix for mate-dict

Package-Manager: portage-2.3.0

 .../files/mate-utils-1.12.0-dict-gtk3.patch| 53 ++
 12.0-r1.ebuild => mate-utils-1.12.0-r2.ebuild} |  2 +
 2 files changed, 55 insertions(+)

diff --git a/mate-extra/mate-utils/files/mate-utils-1.12.0-dict-gtk3.patch 
b/mate-extra/mate-utils/files/mate-utils-1.12.0-dict-gtk3.patch
new file mode 100644
index ..dff6dbe
--- /dev/null
+++ b/mate-extra/mate-utils/files/mate-utils-1.12.0-dict-gtk3.patch
@@ -0,0 +1,53 @@
+From 5ab184661ff38baca3ea2709d81932a578654392 Mon Sep 17 00:00:00 2001
+From: Kir Kolyshkin 
+Date: Mon, 16 May 2016 14:52:28 -0700
+Subject: [PATCH] mate-dict.pc: depend upon proper gtk version
+
+If the package is built against gtk-3.0 (as in
+./configure --with-gtk=3.0), mate-dict.pc still wants gtk-2.0
+since it's hardcoded it there. This can lead to improper builds
+of packages using libmatedict (although I can't find any now),
+as well as improper RPM dependencies, like this:
+
+   $ rpm -e gtk2-devel
+   error: Failed dependencies:
+   ...
+   pkgconfig(gtk+-2.0) is needed by (installed) 
mate-utils-devel-1.14.0-1gtk3.fc23.x86_64
+
+Fortunately, the file is already generated, so it's trivial to add
+a proper substitution.
+
+[v2: also add min GTK version required]
+
+Signed-off-by: Kir Kolyshkin 
+---
+ configure.ac | 2 ++
+ mate-dictionary/libgdict/mate-dict.pc.in | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 64aba70..39cc6f8 100644
+--- a/configure.ac
 b/configure.ac
+@@ -89,6 +89,8 @@ case "$with_gtk" in
+   LIBCANBERRA_GTK_REQUIRED=0.4
+   ;;
+ esac
++AC_SUBST(GTK_API_VERSION)
++AC_SUBST(GTK_REQUIRED)
+ 
+ # common checks
+ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
+diff --git a/mate-dictionary/libgdict/mate-dict.pc.in 
b/mate-dictionary/libgdict/mate-dict.pc.in
+index e409a0c..8168de2 100644
+--- a/mate-dictionary/libgdict/mate-dict.pc.in
 b/mate-dictionary/libgdict/mate-dict.pc.in
+@@ -5,7 +5,7 @@ includedir=@includedir@
+ 
+ Name: gdict-1.0
+ Description: MATE Dictionary Protocol client library
+-Requires: gtk+-2.0
++Requires: gtk+-@GTK_API_VERSION@ >= @GTK_REQUIRED@
+ Version: @GDICT_VERSION@
+ Libs: -L${libdir} -lmatedict
+ Cflags: -I${includedir}/mate-dict

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
similarity index 96%
rename from mate-extra/mate-utils/mate-utils-1.12.0-r1.ebuild
rename to mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
index 9453ec5..106 100644
--- a/mate-extra/mate-utils/mate-utils-1.12.0-r1.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
@@ -50,6 +50,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=( "${FILESDIR}/${P}-dict-gtk3.patch" )
+
 src_configure() {
mate_src_configure \
--disable-maintainer-flags \



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

2016-09-10 Thread NP Hardass
commit: 7f504f414996bea85a2ccd6ad49685da5aeb8daf
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 05:30:24 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f504f41

media-gfx/eom: fix svg support in gtk+3

Package-Manager: portage-2.3.0

 .../{eom-1.12.2-r2.ebuild => eom-1.12.2-r3.ebuild} |  2 ++
 media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch  | 33 ++
 2 files changed, 35 insertions(+)

diff --git a/media-gfx/eom/eom-1.12.2-r2.ebuild 
b/media-gfx/eom/eom-1.12.2-r3.ebuild
similarity index 97%
rename from media-gfx/eom/eom-1.12.2-r2.ebuild
rename to media-gfx/eom/eom-1.12.2-r3.ebuild
index af12c2f..13d7c1f 100644
--- a/media-gfx/eom/eom-1.12.2-r2.ebuild
+++ b/media-gfx/eom/eom-1.12.2-r3.ebuild
@@ -62,6 +62,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=( "${FILESDIR}/${P}-gtk3-svg.patch" )
+
 pkg_setup() {
use python && python-single-r1_pkg_setup
 }

diff --git a/media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch 
b/media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch
new file mode 100644
index ..ccff8ae
--- /dev/null
+++ b/media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch
@@ -0,0 +1,33 @@
+From 038530ed2e9b844f75e2af24e44e0421ad1ccdc8 Mon Sep 17 00:00:00 2001
+From: monsta 
+Date: Wed, 24 Feb 2016 16:47:08 +0300
+Subject: [PATCH] fix svg rendering that's broken with GTK+3
+
+from
+https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a
+---
+ src/eom-scroll-view.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/eom-scroll-view.c b/src/eom-scroll-view.c
+index 6385f29..6d1b290 100644
+--- a/src/eom-scroll-view.c
 b/src/eom-scroll-view.c
+@@ -1306,7 +1306,7 @@ display_expose_event (GtkWidget *widget, GdkEventExpose 
*event, gpointer data)
+ 
+ #ifdef HAVE_RSVG
+   if (eom_image_is_svg (view->priv->image)) {
+-  cairo_matrix_t matrix, translate, scale;
++  cairo_matrix_t matrix, translate, scale, original;
+   EomTransform *transform = eom_image_get_transform (priv->image);
+   cairo_matrix_init_identity (&matrix);
+   if (transform) {
+@@ -1343,6 +1343,8 @@ display_expose_event (GtkWidget *widget, GdkEventExpose 
*event, gpointer data)
+   cairo_matrix_init_translate (&translate, xofs, yofs);
+   cairo_matrix_multiply (&matrix, &matrix, &translate);
+ 
++  cairo_get_matrix (cr, &original);
++  cairo_matrix_multiply (&matrix, &matrix, &original);
+   cairo_set_matrix (cr, &matrix);
+ 
+   rsvg_handle_render_cairo (eom_image_get_svg (priv->image), cr);



[gentoo-commits] proj/gentoo-mate:master commit in: dev-libs/libmateweather/files/

2016-09-10 Thread NP Hardass
commit: 0916c26f4792e743a604e22325fd23fb87f60a29
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 16:18:20 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:40:32 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0916c26f

dev-libs/libmateweather: remove unused patch

Signed-off-by: NP-Hardass  gentoo.org>

 .../libmateweather-1.5.0-fix-automagic-python-support.patch  | 12 
 1 file changed, 12 deletions(-)

diff --git 
a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
 
b/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
deleted file mode 100644
index de5f44a..000
--- 
a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -burN libmateweather-1.5.1.orig/configure.ac 
libmateweather-1.5.1/configure.ac
 libmateweather-1.5.1.orig/configure.ac 2013-02-04 15:53:55.420890494 
+0100
-+++ libmateweather-1.5.1/configure.ac  2013-02-04 15:55:19.618967277 +0100
-@@ -215,7 +215,7 @@
- AC_ARG_ENABLE(python,
- [AC_HELP_STRING([--enable-python],
- [Build libmateweather python bindings])],
--[enable_python=yes],
-+[enable_python=$enableval],
- [enable_python=no])
- if test "$enable_python" = "yes"; then
-AM_PATH_PYTHON()



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

2016-09-10 Thread NP Hardass
commit: 2a43e93bc4bcaacf6b0839b63c41fb6e2d2a879c
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 16:18:20 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:37:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a43e93b

dev-libs/libmateweather: remove unused patch

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

Signed-off-by: NP-Hardass  gentoo.org>

 .../libmateweather-1.5.0-fix-automagic-python-support.patch  | 12 
 1 file changed, 12 deletions(-)

diff --git 
a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
 
b/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
deleted file mode 100644
index de5f44a..
--- 
a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -burN libmateweather-1.5.1.orig/configure.ac 
libmateweather-1.5.1/configure.ac
 libmateweather-1.5.1.orig/configure.ac 2013-02-04 15:53:55.420890494 
+0100
-+++ libmateweather-1.5.1/configure.ac  2013-02-04 15:55:19.618967277 +0100
-@@ -215,7 +215,7 @@
- AC_ARG_ENABLE(python,
- [AC_HELP_STRING([--enable-python],
- [Build libmateweather python bindings])],
--[enable_python=yes],
-+[enable_python=$enableval],
- [enable_python=no])
- if test "$enable_python" = "yes"; then
-AM_PATH_PYTHON()



[gentoo-commits] repo/gentoo:master commit in: sci-biology/rebase/

2016-09-10 Thread Justin Lecher
commit: 45dd5298fbd9562c37729295b104ae6e4e87cc81
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Sep 10 20:00:00 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep 10 20:00:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45dd5298

sci-biology/rebase: Version Bump

Package-Manager: portage-2.3.0
Signed-off-by: Justin Lecher  gentoo.org>

 sci-biology/rebase/Manifest   |  1 +
 sci-biology/rebase/rebase-1609.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/sci-biology/rebase/Manifest b/sci-biology/rebase/Manifest
index 988fe24..a41476f 100644
--- a/sci-biology/rebase/Manifest
+++ b/sci-biology/rebase/Manifest
@@ -2,3 +2,4 @@ DIST rebase-1602.tar.xz 101007300 SHA256 
26257dc10a6aba54024772956ae03e8530d4b21
 DIST rebase-1604.tar.xz 102817536 SHA256 
f234eadba5aa30573d664c9d9caab480ecbb383f0beab256e149296ee5d982ef SHA512 
8ba6a24a8cf1b71a1ac2e0fb1634c0307d570af459fc940639046bd57362f3750e5f0390bcb7f3c7d2b924e1a5bf02825b5feb87a1f7d670d755f3b843df91a3
 WHIRLPOOL 
8ccaf435d7582fe1b86676037aaf7b0db742cd8d998a55d400f941a94e53731e1814028e1fed1be46f53bea702b570a1bffd73ba328ee06db17adcd731e3733c
 DIST rebase-1607.tar.xz 24484 SHA256 
2d795db3cc8cf7ff22eda983334e480b9c7b61c5b5ed9d38e2d626489fc4cefe SHA512 
b166f75d6d82efe68f9e2521e26c7dc1bf34dde168d6eb94195f2f938316b0c7d06a11684de7d71e9bef2f3051a12c848c87a0d48bb6e148f6f84e9f694ced48
 WHIRLPOOL 
823054e6b366b707ba1be105fd6172f315358ba07ac8cfb7bbafdac3b9f14718e3406bb4b1c048b18dc8422ead4da09512b61758470bd5ca6a8d9141ebb5c578
 DIST rebase-1608.tar.xz 113417576 SHA256 
ce8872adbe09c756af4bded43bde43e45d82b14642454fad05da8deef271bb81 SHA512 
989d353cb9d73039d6c08805c4d32dbef1bdd37683f4c2ead5fa4889eae05bf3bdba54214d199b87961d8ace4d950f21dbc749e955867f8c6ccac766c7a06520
 WHIRLPOOL 
bc89aa9230680ac08d3c17f7068bb45cb28dbf45038ffda5c2b4660fe366cdc32376ca32439953a2faa7524c6a5c4811a124288b85cf8320ef324458e3957d70
+DIST rebase-1609.tar.xz 140865364 SHA256 
0799f4a1dae79eaea6629425f6dae104951b94777dc58866adceb4277c577f51 SHA512 
3a06a67c7df78f3eb6214dece1f2045ce2610cf34efc8f9eb34b97ca2aa818ea9b52124da1b44895a5a53ec45b19bb78f0cc036b2053e28f1cb72087cd42ad35
 WHIRLPOOL 
fcd5ff5674465cab269dbe8c4f7e5c2c33f6b3b2a515e3f1c1a8c8b60fc68ecca1f48ea4c363ce52b77ddfd50e8fc9c22aad69b7ebc190ccdcfcd2b52d3bc27b

diff --git a/sci-biology/rebase/rebase-1609.ebuild 
b/sci-biology/rebase/rebase-1609.ebuild
new file mode 100644
index ..47f2e43
--- /dev/null
+++ b/sci-biology/rebase/rebase-1609.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV=${PV#1}
+
+DESCRIPTION="A restriction enzyme database"
+HOMEPAGE="http://rebase.neb.com";
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
+
+SLOT="0"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+IUSE="emboss minimal"
+
+RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"
+DEPEND="${RDEPEND}"
+
+RESTRICT="binchecks strip"
+
+src_compile() {
+   if use emboss; then
+   echo; einfo "Indexing Rebase for usage with EMBOSS."
+   mkdir REBASE || die
+   EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \
+   -protofile proto.${MY_PV} -equivalences \
+   || die "Indexing Rebase failed."
+   echo
+   fi
+}
+
+src_install() {
+   if ! use minimal; then
+   insinto /usr/share/${PN}
+   doins withrefm.${MY_PV} proto.${MY_PV}
+   fi
+   newdoc REBASE.DOC README
+   if use emboss; then
+   insinto /usr/share/EMBOSS/data/REBASE
+   doins REBASE/embossre.{enz,ref,sup}
+   insinto /usr/share/EMBOSS/data
+   doins REBASE/embossre.equ
+   fi
+}



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

2016-09-10 Thread Mike Gilbert
commit: fb618f2412feae4a1c18a1ab2afe188a31663242
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 10 20:01:54 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 10 20:02:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb618f24

www-client/chromium: make gnome and gnome-keyring optional for M54

Package-Manager: portage-2.3.0_p24

 www-client/chromium/chromium-54.0.2840.16.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www-client/chromium/chromium-54.0.2840.16.ebuild 
b/www-client/chromium/chromium-54.0.2840.16.ebuild
index 981b866..c2ae295 100644
--- a/www-client/chromium/chromium-54.0.2840.16.ebuild
+++ b/www-client/chromium/chromium-54.0.2840.16.ebuild
@@ -18,11 +18,9 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="cups +gn +gnome +gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
+IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 
-REQUIRED_USE="gn? ( gnome gnome-keyring )"
-
 # Native Client binaries are compiled with different set of flags, bug #452066.
 QA_FLAGS_IGNORED=".*\.nexe"
 
@@ -412,6 +410,7 @@ src_configure() {
myconf_gn+=" enable_widevine=$(usex widevine true false)"
myconf_gn+=" use_cups=$(usex cups true false)"
myconf_gn+=" use_gconf=$(usex gnome true false)"
+   myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)"
myconf_gn+=" use_gtk3=$(usex gtk3 true false)"
myconf_gn+=" use_kerberos=$(usex kerberos true false)"
myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2016-09-10 Thread Mike Gilbert
commit: 16d9dc3fffc32be3ea38f97b05fa982ed7704a0e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 10 18:32:23 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 10 20:02:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d9dc3f

sys-boot/grub: unifont 9.0.02

Package-Manager: portage-2.3.0_p24

 sys-boot/grub/Manifest | 2 +-
 sys-boot/grub/grub-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest
index 65225e1..1983a16 100644
--- a/sys-boot/grub/Manifest
+++ b/sys-boot/grub/Manifest
@@ -9,4 +9,4 @@ DIST grub-2.02~beta3.tar.xz 6030784 SHA256 
30ec3d555e52a702c3eef449872ef874eff28
 DIST splash.xpm.gz 33856 SHA256 
b95600f777331b0dd31d51c68f60f0e846e4c8b628857a41165f4e6b30e6acaf SHA512 
5ae1f786f7d46a95a7061068d5b2b3ad64607c7b190d6f28379508c5dce67e26308325bfd637542a84855dfcf1ea3d143947326fdb189a6a8972208d3ead23da
 WHIRLPOOL 
d95b7b588ea8ac7c2c8c53eb8057aef21c825da6411afe3b7e864c606aeffaaebce8ae41ce3e979f277bd6b48a9e82a1f2ea8afc836213b56523d8a854227d7b
 DIST unifont-7.0.06.pcf.gz 1359006 SHA256 
acf516b464928244c25dd1afddd02f6f459686b5135685694d875d7eca8bf4f2 SHA512 
a62f21366b51a582d2b5a66710c8a6183bc869407867da78e59ecec9dabcff7a2522a8bc454cf511592d336befea812d36622589ef119160fe3014d927fa11b3
 WHIRLPOOL 
9f431f9b6af23a87e3291e5c66d6f1e56f8c8ce23222821dbf41aa03edac4d80e8e6c5895c024951cf199d41904e6c9f830103427568a9b0386f68adc0a959d7
 DIST unifont-8.0.01.pcf.gz 1359487 SHA256 
28c3f7ffe986e611a42f3d209e1f7730669e2e317b6913510746a77fa6f0ed56 SHA512 
8a2872a389bb6e1bb4badf8bbe717c4fff632fed53baaea018b7b277c2b88678df485bcd0663a8b1ec76a344e04a3a1cd9de24b7f953ffd9d58844eef029bbc8
 WHIRLPOOL 
33433d9cfc2fedc9969fa438be4ceaaf2ebc3801424ca247f5dd448607f45e7b9cb503a11ba72e76cf4608142161268c0b078ea65bfa970595f571c807ad6ae8
-DIST unifont-9.0.01.pcf.gz 1360323 SHA256 
9facd7efda3c960f67aff79db39912d8f1040f56e6c0e34b17dacc6b88737fd8 SHA512 
23b6eac158825a02f4e1961b9277d6b1be68508c88abce60b3548f54b7cf8f9c86e26b8841fb59c650c17a5d22b3f5b401b222593fc78b0f8fe39d5ead2a6a18
 WHIRLPOOL 
709a0139a000b2bbe936153d6f69ba8f7b7b0be52fc202bf0224c9eebdcddacd8b568f36cec77d768c7b2cc5512aa945e3cf2c1971e32a6846139fa182e6b30d
+DIST unifont-9.0.02.pcf.gz 1360332 SHA256 
c2f2a3d6a4e8420d4ed66778ca61836225ff68d6ef031aad6842f4d02914961f SHA512 
f619d6a23217d28399b1cf842077891af6749eb611b1c6e3bb9fce94a918834c6a73d423dafe9b5d36661ac7fd2c0aa4ef3c483f449fed48f4d09ae55359073b
 WHIRLPOOL 
2323c2a3bea1eaeeb4c31d921114b9dc5f974a21f73465b7e6b2bb5e1f0b1a84767e1e638e36f6260395c9d3382d66cc631b7e75f72e7833eb168d5d07dcb363

diff --git a/sys-boot/grub/grub-.ebuild b/sys-boot/grub/grub-.ebuild
index faa6cec..8299681 100644
--- a/sys-boot/grub/grub-.ebuild
+++ b/sys-boot/grub/grub-.ebuild
@@ -36,7 +36,7 @@ PATCHES=(
 )
 
 DEJAVU=dejavu-sans-ttf-2.37
-UNIFONT=unifont-9.0.01
+UNIFONT=unifont-9.0.02
 SRC_URI+=" fonts? ( mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz )
themes? ( mirror://sourceforge/dejavu/${DEJAVU}.zip )"
 



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

2016-09-10 Thread Dirkjan Ochtman
commit: 8c767bec91d2a7d2f0ed103a7d91f208c77fd040
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 10 20:03:07 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 10 20:03:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c767bec

dev-python/cryptography-vectors: version bump to 1.5

Package-Manager: portage-2.2.28

 dev-python/cryptography-vectors/Manifest   |  1 +
 .../cryptography-vectors-1.5.ebuild| 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/cryptography-vectors/Manifest 
b/dev-python/cryptography-vectors/Manifest
index bf465e7..22f03e2 100644
--- a/dev-python/cryptography-vectors/Manifest
+++ b/dev-python/cryptography-vectors/Manifest
@@ -1,3 +1,4 @@
 DIST cryptography_vectors-1.1.2.tar.gz 25028810 SHA256 
a928dff1af28551ae89376d6789a6754af658f89613e7f9e0e491d643f4e1222 SHA512 
0416f4c9b43d9a21a808316deaa5532853d04be441b9ab890174c3bbb92c89744b89c3b4ab751699f6c63b56a46b09d6144cdc79d22322669eeaf24f4ba517c5
 WHIRLPOOL 
08593c9ae6aa61b34c38457e74f2f6286f40a6ebc4c1967ab74f071a0f18cb3ef3a162bbb5de6626f679d70dd062bfc3bab84a4d6432036a6f742a8bc8d6067b
 DIST cryptography_vectors-1.3.1.tar.gz 25820368 SHA256 
6bb1f939826b57fa7e7f726f4845e20110d5c9f164d1545a7f768d7ffda08484 SHA512 
f45471b1262980d591820602ea5909c42e7cb2a5cb71fa4d19686971bbc2cd2b278350170b3bb93fd184edb2ddfa47026fa199bc77c3252762f79e8490c7
 WHIRLPOOL 
8ba8090da63bf14cd980c72581a1ce0cd710110c3e9f76e73ed6fc5f2f5fd189b638ada52ffe2343e2ae6001fc4ed86dc12edd65a0c74e540e75ae8c63a4d7d7
 DIST cryptography_vectors-1.3.4.tar.gz 25820443 SHA256 
4414bce0a3d7f0a3cdbf44da75ae5c7c586fd765c777d99023eb5a3ac58f0196 SHA512 
5b93fb7c50b93449ab15f62943f944c352e3a375c3a89f494cdd34c5c317b8d435ca0079a74fc6a924a1fc235e3c9cdf0d50baf0905d6a7d6161c07aecefe3fe
 WHIRLPOOL 
ce2589f31bff099ab73bc33ca42a51bbb505f514623197fcfada375d29bb1bc33c6beca5759c57fb925b3ea68a106891e884328c55116487a4c10abfab9c6db9
+DIST cryptography_vectors-1.5.tar.gz 26646302 SHA256 
ad19a2b98a475785c3b2ec8a8c9c974e0c48d00db0c23e79d776a2c489ad812d SHA512 
f60576e632a18fef93f6e52bb978b5bbd5349cd61941559d4b491cd3fe1b313188d54adcd3e54754a0dedb20666ba60693e926f061d172175db110ba539161e9
 WHIRLPOOL 
7cd596e3b242ec8948e9dcf303e6702fbecd1e686f542acfd2a00c8e4f9cb7c00b1b189df91b247a8581416b8a78165f6785020be01138d88eee526be9de

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.5.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.5.ebuild
new file mode 100644
index ..752c849
--- /dev/null
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Test vectors for the cryptography package"
+HOMEPAGE="https://pypi.python.org/pypi/cryptography-vectors/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}



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

2016-09-10 Thread Dirkjan Ochtman
commit: e526924fb64e573cb32a1912bafe21d6b7faa7db
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 10 20:21:55 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 10 20:21:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e526924f

dev-python/cryptography: version bump to 1.5

Package-Manager: portage-2.2.28

 dev-python/cryptography/Manifest|  1 +
 dev-python/cryptography/cryptography-1.5.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
index c38ad3a..a700e37 100644
--- a/dev-python/cryptography/Manifest
+++ b/dev-python/cryptography/Manifest
@@ -1,3 +1,4 @@
 DIST cryptography-1.1.2.tar.gz 349022 SHA256 
7f51459f84d670444275e615839f4542c93547a12e938a0a4906dafe5f7de153 SHA512 
566e346a76cfd6b1c6afbf64d1fe496770b1ad5f471c42877ad6931a441ab77408815ae066ba3f0450766c86ae9dd10d7a5966321f93a979a4e1ab9e1201371b
 WHIRLPOOL 
9a552e65047c45e19e313e0530031fa282aec51577bcc64f9346f37ac99663db052f7ccc1798532103edffa6e778f9585e937a862a475f6d7bd9140d06bbcf57
 DIST cryptography-1.3.1.tar.gz 383852 SHA256 
b4b36175e0f95ddc88435c26dbe3397edce48e2ff5fe41d504cdb3beddcd53e2 SHA512 
8b833619d0aec5e6630c8e069e886f6b708b0b3a4f4ca4e37797a24c69be4cacf162f20c068deaecc3222ee0323583582d384e49fa3dbaeaeefc0d7d8c92918a
 WHIRLPOOL 
f9e7c75e910699afdf4adc4fb7257135b97c357c967bbca95f332e1f2ed262716ebba6a648427f86a524e75f6ac46aea7f891fe42100c9d7cf8ffcc317fb7905
 DIST cryptography-1.3.4.tar.gz 384109 SHA256 
423ff890c01be7c70dbfeaa967eeef5146f1a43a5f810ffdc07b178e48a105a9 SHA512 
abbc027433658702d2331282c9f63d99ea2eb42f5cdfe066b2b0ae6d9b86a35e23891716bb2e9e2ca707aa0d38fb69cba22ec5d95d2b9073047444fdae7a9224
 WHIRLPOOL 
5bd007cfe304620a7237b0f63fbe87ab22bd1cc252941f4815398382122b1c56c5a22e2dc35ce86aba2c2b2d9403de3313bafde23a3695bd26e4eb0f23c9dea9
+DIST cryptography-1.5.tar.gz 400318 SHA256 
52f47ec9a57676043f88e3ca133638790b6b71e56e8890d9d7f3ae4fcd75fa24 SHA512 
762b313296baf8ec6eb86557a844065022b83a623c7babc374bd63f575085dc845611c385df870050a2633d6b8c6c8399d8470647328b8f2ff44b17937a04756
 WHIRLPOOL 
8c37b57703961e911c59d0d396c86b83322564506bd80a66b38c068c8e3e018421eeede6a2dda7718b2f134aafc0327b4525eacb9bfa8714c225babed50045ed

diff --git a/dev-python/cryptography/cryptography-1.5.ebuild 
b/dev-python/cryptography/cryptography-1.5.ebuild
new file mode 100644
index ..eaee8d2
--- /dev/null
+++ b/dev-python/cryptography/cryptography-1.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Library providing cryptographic recipes and primitives"
+HOMEPAGE="https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="libressl test"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   $(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
+   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
+   virtual/python-ipaddress[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
+   test? (
+   ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
+
+python_test() {
+   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons/

2016-09-10 Thread Manuel Rüger
commit: 3c36cf60f76e9293a73a12fda1689ba2726be04d
Author: Manuel Rüger  rueg  eu>
AuthorDate: Sat Sep 10 20:29:29 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Sep 10 20:29:29 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c36cf60

kde-frameworks/breeze-icons: Add keywords back

Package-Manager: portage-2.3.0

 kde-frameworks/breeze-icons/breeze-icons-5.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.26.0.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-5.26.0.ebuild
index 4ce96b8..c812226 100644
--- a/kde-frameworks/breeze-icons/breeze-icons-5.26.0.ebuild
+++ b/kde-frameworks/breeze-icons/breeze-icons-5.26.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="Breeze SVG icon theme"
 LICENSE="LGPL-3"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



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

2016-09-10 Thread Tobias Klausmann
commit: cf62cd75c99b05a8c5d37e40f581f50c48adff1d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Sep 10 20:32:09 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Sep 10 20:33:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf62cd75

app-text/sigil: add missing dep on qtxmlpatterns:5

 app-text/sigil/{sigil-0.9.5-r1.ebuild => sigil-0.9.5-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/sigil/sigil-0.9.5-r1.ebuild 
b/app-text/sigil/sigil-0.9.5-r2.ebuild
similarity index 98%
rename from app-text/sigil/sigil-0.9.5-r1.ebuild
rename to app-text/sigil/sigil-0.9.5-r2.ebuild
index f07c613..911c27f 100644
--- a/app-text/sigil/sigil-0.9.5-r1.ebuild
+++ b/app-text/sigil/sigil-0.9.5-r2.ebuild
@@ -39,6 +39,7 @@ RDEPEND="
>=dev-qt/qtprintsupport-5.4:5
>=dev-qt/qtwebkit-5.4:5
>=dev-qt/qtwidgets-5.4:5
+   >=dev-qt/qtwidgets-5.4:5
sys-libs/zlib[minizip]
 "
 DEPEND="${RDEPEND}



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

2016-09-10 Thread Tobias Klausmann
commit: aa188a68b0841f8f506b463757afe5bfc8e54fcd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Sep 10 20:35:28 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Sep 10 20:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa188a68

app-text/sigil: version bump for bug 592738

Gentoo-Bug: 592738

 app-text/sigil/sigil-0.9.6.ebuild | 86 +++
 1 file changed, 86 insertions(+)

diff --git a/app-text/sigil/sigil-0.9.6.ebuild 
b/app-text/sigil/sigil-0.9.6.ebuild
new file mode 100644
index ..911c27f
--- /dev/null
+++ b/app-text/sigil/sigil-0.9.6.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+CMAKE_MIN_VERSION="3.0"
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit cmake-utils python-single-r1
+
+my_pn="Sigil"
+
+DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor for ePub format"
+HOMEPAGE="http://sigil-ebook.com/";
+SRC_URI="https://github.com/Sigil-Ebook/${my_pn}/releases/download/${PV}/${my_pn}-${PV}-Code.zip";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/hunspell
+   dev-libs/boost[threads]
+   dev-libs/libpcre[pcre16]
+   dev-libs/xerces-c[icu]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/cssselect[${PYTHON_USEDEP}]
+   dev-python/cssutils[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-qt/qtconcurrent-5.4:5
+   >=dev-qt/qtcore-5.4:5
+   >=dev-qt/qtgui-5.4:5
+   >=dev-qt/qtprintsupport-5.4:5
+   >=dev-qt/qtwebkit-5.4:5
+   >=dev-qt/qtwidgets-5.4:5
+   >=dev-qt/qtwidgets-5.4:5
+   sys-libs/zlib[minizip]
+"
+DEPEND="${RDEPEND}
+   >=sys-devel/gcc-4.8
+   virtual/pkgconfig
+   >=dev-qt/linguist-tools-5.4:5
+   app-arch/unzip
+"
+
+S="${WORKDIR}"
+
+DOCS=( ChangeLog.txt README.md )
+
+src_prepare() {
+   # sigil tries to copy non-needed qt libs for deb package, safe to 
ignore this completely
+   eapply "${FILESDIR}/sigil-0.9.4-proper-gumbo-install.patch"
+
+   eapply_user
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_SYSTEM_LIBS=1
+   -DSYSTEM_LIBS_REQUIRED=1
+   -DLIBDIR="$(get_libdir)"
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   elog "From Sigil's release notes:"
+   elog "When you fire up Sigil for the very first time:"
+   elog "navigate to the new General Preferences and select the default"
+   elog "epub version you plan to work with (epub 2 or epub3) so that new"
+   elog "empty ebooks start with the correct code."
+   elog "if you plan to work with epub3 epubs, you should change your"
+   elog "PreserveEntities setting to use ONLY NUMERIC entities."
+   elog ""
+   elog "For example use & # 1 6 0 ; for non-breaking spaces and etc."
+   elog ""
+   elog "We strongly recommend enabling Mend On Open in your settings"
+   elog "for best performance with Sigil."
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/files/, x11-themes/qtcurve/

2016-09-10 Thread Tobias Klausmann
commit: cfc3a87c6e403fde395e87d9b6aaa9bb2acb7ddb
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Sep 10 21:09:47 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Sep 10 21:09:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc3a87c

x11-themes/qtcurve: fix usage of isnan() for bug 431848

Gentoo-Bug: 431848

 .../qtcurve/files/qtcurve-1.8.18-std_isnan.patch   | 22 ++
 x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild|  1 +
 2 files changed, 23 insertions(+)

diff --git a/x11-themes/qtcurve/files/qtcurve-1.8.18-std_isnan.patch 
b/x11-themes/qtcurve/files/qtcurve-1.8.18-std_isnan.patch
new file mode 100644
index ..ae78995
--- /dev/null
+++ b/x11-themes/qtcurve/files/qtcurve-1.8.18-std_isnan.patch
@@ -0,0 +1,22 @@
+Index: qtcurve-1.8.18/lib/utils/color.h
+===
+--- qtcurve-1.8.18.orig/lib/utils/color.h
 qtcurve-1.8.18/lib/utils/color.h
+@@ -250,7 +250,7 @@ qtcColorTint(const QColor *base, const Q
+ return *base;
+ } else if (amount >= 1.0) {
+ return *col;
+-} else if (isnan(amount)) {
++} else if (std::isnan(amount)) {
+ return *base;
+ }
+ const QtcColor qtc_base = {base->redF(), base->greenF(), base->blueF()};
+@@ -267,7 +267,7 @@ qtcColorMix(const QColor *c1, const QCol
+ return *c1;
+ } else if (bias >= 1.0) {
+ return *c2;
+-} else if (isnan(bias)) {
++} else if (std::isnan(bias)) {
+ return *c1;
+ }
+ const QtcColor qtc_c1 = {c1->redF(), c1->greenF(), c1->blueF()};

diff --git a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild 
b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
index eaa3ace..335092f 100644
--- a/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
+++ b/x11-themes/qtcurve/qtcurve-1.8.18-r1.ebuild
@@ -55,6 +55,7 @@ PATCHES=(
"${DISTDIR}/${P}-dont_use_c++11.patch"
"${FILESDIR}/${P}-remove_qt_filedialog_api.patch"
"${FILESDIR}/${P}-gtk2_segfault.patch"
+   "${FILESDIR}/${P}-std_isnan.patch"
)
 
 pkg_setup() {



[gentoo-commits] dev/mrueg:master commit in: dev-go/gitlab-workhorse/

2016-09-10 Thread Manuel Rüger
commit: 7e00b4ab8bb8a13d8663faab868b162a672985c6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Sep 10 21:18:12 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Sep 10 21:18:12 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=7e00b4ab

dev-go/gitlab-workhorse: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-go/gitlab-workhorse/Manifest| 2 +-
 .../{gitlab-workhorse-0.7.11.ebuild => gitlab-workhorse-0.8.1.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-go/gitlab-workhorse/Manifest b/dev-go/gitlab-workhorse/Manifest
index 82c18fb..db2e245 100644
--- a/dev-go/gitlab-workhorse/Manifest
+++ b/dev-go/gitlab-workhorse/Manifest
@@ -1 +1 @@
-DIST gitlab-workhorse-0.7.11.tar.gz 35006 SHA256 
4ffadd9f9696887f3d46055fa8ae47c06ef7095393d91c6918cbd51ab3bb7d9e SHA512 
4164682161d756212964f8fc126613338a75dfbb4361b6ffa5fb4bada053ed6aad902a44971db4761fcde0813e3467dbfbd77a2958b2ff945fdd93d59c8c7aae
 WHIRLPOOL 
d4d38c08b4aff0fc09d7b715ee4fca955afb7202e578fecd5e53bdd9e25b3647bcab943c400e93faf6cc1b64c747d24d635f3c34d229cf4efbef24e0039ce833
+DIST gitlab-workhorse-0.8.1.tar.gz 242011 SHA256 
d037cf2b340a14d29ad1a8e399c58e8f0fbf18e79eca8ed343a70d7dfaf0e6e9 SHA512 
9ab5a6822b4dfbf67bfc0fbae97a0a741052e306ac5184abe5fc1246e722c80bbabe2354b9cdee31676e482bc85c597ad7a0401af7a3b8c6289b97579cda8e02
 WHIRLPOOL 
fc4866bd3aab4172ced17255a8c170a8dd658998374baccae78a4e9e7243fa545af0847a380088f7ce06ae0f9d67ba52d15b810162052e32096acd3274d716fd

diff --git a/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.11.ebuild 
b/dev-go/gitlab-workhorse/gitlab-workhorse-0.8.1.ebuild
similarity index 98%
rename from dev-go/gitlab-workhorse/gitlab-workhorse-0.7.11.ebuild
rename to dev-go/gitlab-workhorse/gitlab-workhorse-0.8.1.ebuild
index 1c44bb8..ec9ef3b 100644
--- a/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.11.ebuild
+++ b/dev-go/gitlab-workhorse/gitlab-workhorse-0.8.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="MIT"
 SLOT="0/${PVR}"
 IUSE=""
 
-RESTRICT="test"
+#RESTRICT="test"
 
 src_prepare() {
sed -i -e 's/VERSION=.*/VERSION=${PV}/' -e "1iexport GOPATH?=" -e 
"s/PREFIX=/PREFIX?=/" src/${EGO_PN%/*}/Makefile || die



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

2016-09-10 Thread Tobias Klausmann
commit: 9e2707fcd764837e732c4cf5b05e63a39aac979a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Sep 10 21:19:06 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Sep 10 21:19:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2707fc

app-text/sigil: fix missing manifest

 app-text/sigil/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/sigil/Manifest b/app-text/sigil/Manifest
index 87058b5..9741819 100644
--- a/app-text/sigil/Manifest
+++ b/app-text/sigil/Manifest
@@ -1,2 +1,3 @@
 DIST Sigil-0.9.5-Code.zip 19224845 SHA256 
fd9963c4e5b9013bd95ed0659dbc5e67c9848982800f2ec99bf96bbdfb708ff1 SHA512 
f2e151f716ce57f9bb94d621ae8e5281c6a0cce12e58b49abe959d1f602fbdb8d28f16d5dc418dca871b100efba2fe13f7f2a66c6704346b5a40755a68e8f625
 WHIRLPOOL 
8ec15cb19175097b4bd0613139366d58a5fd0c01259e3cfb9203d585e009f1207ba3e9b68cd5213793c8309f9e18720ac9eec674d820947833a90dbcc6dcc3d5
+DIST Sigil-0.9.6-Code.zip 19307454 SHA256 
7856ad20116ef13fc3f79fa01c1d65c8b15ce1047f1e88b0723c2658cd8f18fd SHA512 
8ae5ce89baf199a10b940d25b3bb3cb97a03dab993e318c5a2b5e6fcba7d4741cbc865f3408d36bd5ad784c35833e4ab3d7b3e282047560d57cd7790c6709417
 WHIRLPOOL 
d74290b59247ced4977bf575adb93c7a76a8045f464b649854e49f6028cb2a9fb28c50fc36d00d3ab106768a85c514b5df5252e5172597a6120913a051b9cca7
 DIST sigil-0.8.7.tar.gz 19394061 SHA256 
0352cc46714ebb5067a0fbdbbc76dded8f10ea0f4f43374c7dbcac6eba49e104 SHA512 
24b74c835ae1f8fb887c9d2c59b3ccc6720ce1fe8d19a6b0056754ab5ea6e63c34c4b229f4e4b3a880e722876d288e58385f5a0ad15b295f147b77b1acf28652
 WHIRLPOOL 
2cb7a8a928069a2f005396faa9bdacde1f77f3cca3a3ba2458b8562e48298a127b9de9d7ecea5f106ad68865d5074b13fff5a234497b2b6655ac1a3c3edef827



  1   2   3   4   5   6   7   8   9   10   >